Template:System infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:System infobox
Revision as of 07:05, May 4, 2022 by Porplemontage (talk | contribs) (Created page with ".infobox#system { background: ghostwhite; border-color: #A88; } .infobox#system > tbody > tr:first-child { background: skyblue; } .infobox#system > tbody > tr:nth-child(2n+...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox#system {
	background: ghostwhite;
	border-color: #A88;
}
.infobox#system > tbody > tr:first-child {
	background: skyblue;
}
.infobox#system > tbody > tr:nth-child(2n+3) {
	background: powderblue;
}