Template:System infobox/styles.css

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