mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
update existing css files
This commit is contained in:
parent
f5861ceb2f
commit
1e8b64e725
|
|
@ -1,2 +1,25 @@
|
||||||
.chart {
|
.chart {
|
||||||
background: #fff; }
|
background: #fff; }
|
||||||
|
|
||||||
|
.day {
|
||||||
|
fill: #fff;
|
||||||
|
stroke: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.month {
|
||||||
|
fill: none;
|
||||||
|
stroke: #000;
|
||||||
|
stroke-width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.RdYlGn .q0-11{fill:rgb(165,0,38)}
|
||||||
|
.RdYlGn .q1-11{fill:rgb(215,48,39)}
|
||||||
|
.RdYlGn .q2-11{fill:rgb(244,109,67)}
|
||||||
|
.RdYlGn .q3-11{fill:rgb(253,174,97)}
|
||||||
|
.RdYlGn .q4-11{fill:rgb(254,224,139)}
|
||||||
|
.RdYlGn .q5-11{fill:rgb(255,255,191)}
|
||||||
|
.RdYlGn .q6-11{fill:rgb(217,239,139)}
|
||||||
|
.RdYlGn .q7-11{fill:rgb(166,217,106)}
|
||||||
|
.RdYlGn .q8-11{fill:rgb(102,189,99)}
|
||||||
|
.RdYlGn .q9-11{fill:rgb(26,152,80)}
|
||||||
|
.RdYlGn .q10-11{fill:rgb(0,104,55)}
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
/*# sourceMappingURL=chart_bar.css.map */
|
svg .positive rect {
|
||||||
|
fill: darkolivegreen;
|
||||||
|
}
|
||||||
|
svg .negative rect {
|
||||||
|
fill: crimson;
|
||||||
|
}
|
||||||
125
styles.css
125
styles.css
|
|
@ -2531,6 +2531,9 @@ article {
|
||||||
.darkblue {
|
.darkblue {
|
||||||
background: #7ba9d1; }
|
background: #7ba9d1; }
|
||||||
|
|
||||||
|
*[draggable] {
|
||||||
|
cursor: pointer; }
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
line-height: 1.4em; }
|
line-height: 1.4em; }
|
||||||
|
|
@ -3901,6 +3904,28 @@ ul.h-list li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 5px 10px 5px 10px; }
|
margin: 5px 10px 5px 10px; }
|
||||||
|
|
||||||
|
.bullet-list {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border-spacing: 0;
|
||||||
|
border-collapse: collapse; }
|
||||||
|
|
||||||
|
.bullet-list td:first-child {
|
||||||
|
padding-right: 20px; }
|
||||||
|
|
||||||
|
.bullet-list span {
|
||||||
|
margin-right: 5px; }
|
||||||
|
|
||||||
|
.bullet {
|
||||||
|
width: 7px;
|
||||||
|
height: 7px;
|
||||||
|
border-radius: 30px;
|
||||||
|
background: #ccc;
|
||||||
|
display: inline-block; }
|
||||||
|
|
||||||
|
.bullet.active {
|
||||||
|
background: #000; }
|
||||||
|
|
||||||
.ok {
|
.ok {
|
||||||
color: #5cff56; }
|
color: #5cff56; }
|
||||||
|
|
||||||
|
|
@ -4322,6 +4347,106 @@ main {
|
||||||
-webkit-animation: none;
|
-webkit-animation: none;
|
||||||
background-image: none; }
|
background-image: none; }
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0 0 30px 120px;
|
||||||
|
padding-left: 30px;
|
||||||
|
border-left: 3px solid #eaeaea; }
|
||||||
|
|
||||||
|
.timeline li {
|
||||||
|
margin: 0;
|
||||||
|
position: relative; }
|
||||||
|
|
||||||
|
.timeline p {
|
||||||
|
margin: 0 0 15px; }
|
||||||
|
|
||||||
|
.timeline-date {
|
||||||
|
margin-top: -18px;
|
||||||
|
top: 50%;
|
||||||
|
left: -150px;
|
||||||
|
font-size: 0.95em;
|
||||||
|
line-height: 20px;
|
||||||
|
position: absolute;
|
||||||
|
padding: 5px 10px 5px 10px;
|
||||||
|
border: 1px solid #ccc; }
|
||||||
|
|
||||||
|
.timeline-circle {
|
||||||
|
margin-top: -10px;
|
||||||
|
top: 50%;
|
||||||
|
left: -40px;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
background: tomato;
|
||||||
|
border: 3px solid #eaeaea;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: block;
|
||||||
|
position: absolute; }
|
||||||
|
|
||||||
|
.timeline-circle-start {
|
||||||
|
margin-top: 0;
|
||||||
|
top: 0;
|
||||||
|
left: -45px;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
background: #fff;
|
||||||
|
border: 3px solid #eaeaea;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: block;
|
||||||
|
position: absolute; }
|
||||||
|
|
||||||
|
.timeline-circle-end {
|
||||||
|
margin-top: 0;
|
||||||
|
top: 100%;
|
||||||
|
left: -45px;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
background: #fff;
|
||||||
|
border: 3px solid #eaeaea;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: block;
|
||||||
|
position: absolute; }
|
||||||
|
|
||||||
|
.timeline-content {
|
||||||
|
padding: 50px 20px 0;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
position: relative; }
|
||||||
|
|
||||||
|
.timeline-content p {
|
||||||
|
text-align: justify; }
|
||||||
|
|
||||||
|
.timeline label {
|
||||||
|
font-size: 1.3em;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
|
top: 20px; }
|
||||||
|
|
||||||
|
.timeline-radio {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.timeline-break {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.progress-radial {
|
||||||
|
float: left;
|
||||||
|
margin-right: 20px;
|
||||||
|
position: relative;
|
||||||
|
width: 70px;
|
||||||
|
height: 70px;
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: tomato; }
|
||||||
|
|
||||||
|
.progress-radial .overlay {
|
||||||
|
position: absolute;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-top: 5px;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 60px;
|
||||||
|
font-size: 9px; }
|
||||||
|
|
||||||
.ok {
|
.ok {
|
||||||
color: #5cff56; }
|
color: #5cff56; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user