Template:Group infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:Group infobox
Revision as of 15:49, April 26, 2022 by Porplemontage (talk | contribs) (Created page with ".infobox.group { background: #FFF7EE; border: 1px solid #FF5300; } .infobox.group > tbody > tr:first-child { background: #FF8A4A; } .infobox.group > tbody > tr:nth-child(2n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox.group {
	background: #FFF7EE;
	border: 1px solid #FF5300;
}
.infobox.group > tbody > tr:first-child {
	background: #FF8A4A;
}
.infobox.group > tbody > tr:nth-child(2n+3) {
	background: #FF9C77;
}