Template:Kart infobox/styles.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with ".infobox#kart { background: #F5F5DC; border-color: darkkhaki; } .infobox#kart > tbody > tr:first-child { background: #F0E68C; } .infobox#kart > tbody > tr:nth-child(2n+3) {...")
 
m (Protected "Template:Kart infobox/styles.css" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(No difference)

Latest revision as of 16:34, May 3, 2022

.infobox#kart {
	background: #F5F5DC;
	border-color: darkkhaki;
}
.infobox#kart > tbody > tr:first-child {
	background: #F0E68C;
}
.infobox#kart > tbody > tr:nth-child(2n+3) {
	background: #EEE8AA;
}