Difference between revisions of "Template:COVID-19 pandemic data/Nepal medical cases/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Inimesh
(Column color)
imported>Inimesh
(Assigned color to column 11)
Line 29: Line 29:
 
td:nth-child(10) {
 
td:nth-child(10) {
 
background-color: #c4e3ed;
 
background-color: #c4e3ed;
 +
}
 +
td:nth-child(11) {
 +
background-color: lightgray;
 
}
 
}

Revision as of 07:55, 28 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;
}
td:nth-child(11) {
	background-color: lightgray;
}