Template:DK64 level infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#dk64-level {
    background: #EEE;
	border-color: #88A;
}
.infobox#dk64-level > tbody > tr:first-child {
	background: #BE9966;
}
.infobox#dk64-level > tbody > tr:nth-child(2n+3) {
	background: #D8C1A3;
}