Template:Kart infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:Kart infobox
Revision as of 16:34, May 3, 2022 by Porplemontage (talk | contribs) (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) {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.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;
}