Difference between revisions of "Template:COVID-19 pandemic data/Nepal medical cases/styles.css"
Jump to navigation
Jump to search
imported>Inimesh (Column color) |
imported>Inimesh (Column color) |
||
| Line 28: | Line 28: | ||
td:nth-child(9), | td:nth-child(9), | ||
td:nth-child(10) { | td:nth-child(10) { | ||
| − | background-color: # | + | background-color: #c4e3ed; |
} | } | ||
Revision as of 14:43, 25 August 2020
td:first-child,
td:last-child {
text-align: left;
}
td:nth-child(1),
td:nth-child(2),
td:nth-child(5),
td:nth-child(7),
td:nth-child(9) {
font-weight: bold;
}
td:nth-child(1) {
background-color: #eaecf0;
}
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
background-color: #ffb3b3;
}
td:nth-child(5),
td:nth-child(6) {
background-color: #bdf5bd;
}
td:nth-child(7),
td:nth-child(8) {
background-color: lightgray;
}
td:nth-child(9),
td:nth-child(10) {
background-color: #c4e3ed;
}