Difference between revisions of "Template:COVID-19 pandemic data/Nepal medical cases/styles.css"
Jump to navigation
Jump to search
imported>Inimesh m (Bg colors for new columns) |
imported>Inimesh m (Background color for nth-child(11)) |
||
Line 15: | Line 15: | ||
td:nth-child(2), | td:nth-child(2), | ||
td:nth-child(3), | td:nth-child(3), | ||
− | td:nth-child(4) { | + | td:nth-child(4), |
+ | td:nth-child(11) { | ||
background-color: #ffb3b3; | background-color: #ffb3b3; | ||
} | } | ||
Line 29: | Line 30: | ||
} | } | ||
td:nth-child(9), | td:nth-child(9), | ||
− | td:nth-child(10 | + | td:nth-child(10) { |
− | |||
background-color: #c4e3ed; | background-color: #c4e3ed; | ||
} | } |
Latest revision as of 10:55, 19 September 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),
td:nth-child(11) {
background-color: #ffb3b3;
}
td:nth-child(5),
td:nth-child(6),
td:nth-child(12) {
background-color: #bdf5bd;
}
td:nth-child(7),
td:nth-child(8),
td:nth-child(13) {
background-color: lightgray;
}
td:nth-child(9),
td:nth-child(10) {
background-color: #c4e3ed;
}