Template:DLC infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:DLC infobox
Revision as of 21:52, May 18, 2024 by GuntherBayBeee (talk | contribs) (Created page with ".infobox#dlc { background: #FFF8F0; border-color: #FFDEEE; } .infobox#dlc > tbody > tr:first-child { color: #FFF; background: #D20D77; } .infobox#dlc > tbody > tr:nth-child(2n+3) { background: #FFEDF7; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox#dlc {
	background: #FFF8F0;
	border-color: #FFDEEE;
}
.infobox#dlc > tbody > tr:first-child {
	color: #FFF;
	background: #D20D77;
}
.infobox#dlc > tbody > tr:nth-child(2n+3) {
	background: #FFEDF7;
}