Template:Series infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:Series infobox
Revision as of 10:50, May 4, 2022 by Porplemontage (talk | contribs) (Created page with ".infobox#series { background: #E6E6FA; border-color: indigo; } .infobox#series > tbody > tr:first-child { background: #C4C3D0; } .infobox#series > tbody > tr:nth-child(2n+3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox#series {
	background: #E6E6FA;
	border-color: indigo;
}
.infobox#series > tbody > tr:first-child {
	background: #C4C3D0;
}
.infobox#series > tbody > tr:nth-child(2n+3) {
	background: #C4C3D0;
}