Template:Franchise infobox/styles.css

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