Template:Character infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:Character infobox
Revision as of 15:29, April 26, 2022 by Porplemontage (talk | contribs) (Created page with ".infobox.character { background: #F8FFF7; border: 1px solid #88AA88; } .infobox.character > tbody > tr:first-child { background: #8AFA8A; } .infobox.character > tbody > tr:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox.character {
	background: #F8FFF7;
	border: 1px solid #88AA88;
}
.infobox.character > tbody > tr:first-child {
	background: #8AFA8A;
}
.infobox.character > tbody > tr:nth-child(2n+3) {
	background: #AAFFAA;
}