Template:Anniversary infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#anniversary {
	background: #FFFADC;
	border-color: #A88;
}
.infobox#anniversary > tbody > tr:first-child {
	background: gold;
}
.infobox#anniversary > tbody > tr:nth-child(2n+3) {
	background: #FFF966;
}