Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

kigrig / Andmetootlus-Joe-Andmete-Alusel

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 207129e1 authored 3 years ago by kigrig's avatar kigrig
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Upload New File

parent bf6a4437 master
Hide whitespace changes
Inline Side-by-side
Showing with 42 additions and 0 deletions
  • scr/css/CSS.css
scr/css/CSS.css 0 → 100644
View file @ 207129e1
*{
text-align: center;
}
.table0, tr,th, td{
border: 1px solid black;
padding: 10px;
background-color: rgba(150, 0, 5, 0.1);
}
form{
display: inline-block;
width: 40%;
}
.radio{
text-align: left;
margin: 10px;
}
.ct-line.ct-threshold-above {
stroke: #03a45a;
}
.ct-point.ct-threshold-above{
stroke: rgba(0,0,0,0);
}
.ct-line.ct-threshold-below, .ct-point.ct-threshold-below, .ct-bar.ct-threshold-below {
stroke: #ce0461;
}
.ct-area.ct-threshold-above {
fill: #03a45a;
}
.ct-area.ct-threshold-below {
fill: #ce0461;
}
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment