Module:Medical cases chart/styles.css: Difference between revisions
Appearance
Content deleted Content added
Removed old/unused selectors |
Added color classes for case classifications |
||
Line 1: | Line 1: | ||
/* {{pp-template}} */ |
/* {{pp-template}} */ |
||
.mcc-d { /* deaths */ |
|||
background: #A50026 |
|||
} |
|||
.mcc-r { /* recoveries */ |
|||
background: SkyBlue |
|||
} |
|||
.mcc-c { /* cases or altlbl1 */ |
|||
background: Tomato |
|||
} |
|||
.mcc-a2 { /* altlbl2 */ |
|||
background: Gold |
|||
} |
|||
.mcc-a3 { /* altlbl3 */ |
|||
background: OrangeRed |
|||
} |
|||
.mcc-lt { |
.mcc-lt { |
||
display: inline-block; |
display: inline-block; |
Latest revision as of 18:45, 20 June 2021
/* {{pp-template}} */
.mcc-d { /* deaths */
background: #A50026
}
.mcc-r { /* recoveries */
background: SkyBlue
}
.mcc-c { /* cases or altlbl1 */
background: Tomato
}
.mcc-a2 { /* altlbl2 */
background: Gold
}
.mcc-a3 { /* altlbl3 */
background: OrangeRed
}
.mcc-lt {
display: inline-block;
text-align: left;
white-space: nowrap;
width: 2.45em
}
.mcc-lm {
display: inline-block;
text-align: left;
white-space: nowrap;
width: 3.5em
}
.mcc-lw {
display: inline-block;
text-align: left;
white-space: nowrap;
width: 4.55em
}
.mcc-lx {
display: inline-block;
text-align: left;
white-space: nowrap;
width: 5.6em
}
.mcc-rt {
display: inline-block;
padding: 0 0.3em 0 0;
text-align: right;
white-space: nowrap;
width: 2.45em
}
.mcc-rm {
display: inline-block;
padding: 0 0.3em 0 0;
text-align: right;
white-space: nowrap;
width: 3.5em
}
.mcc-rw {
display: inline-block;
padding: 0 0.3em 0 0;
text-align: right;
white-space: nowrap;
width: 4.55em
}
.mcc-rx {
display: inline-block;
padding: 0 0.3em 0 0;
text-align: right;
white-space: nowrap;
width: 5.6em
}
.mw-customtoggle {
border-width: 2px;
padding: 0 8px;
}
.mw-onofftoggle.mw-collapsible-toggle-off, .mw-partialtoggle.mw-collapsible-toggle-collapsed {
border-color: transparent;
border-style: solid;
}
.mw-partialtoggle.mw-collapsible-toggle-partial {
border-color: lightblue;
border-style: dashed;
}
.mw-onofftoggle.mw-collapsible-toggle-on, .mw-partialtoggle.mw-collapsible-toggle-expanded {
border-color: lightblue;
border-style: solid;
}