Template:PM move infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#pm-move {
	background: #FCFFFC;
	border-color: #8C8;
}
.infobox#pm-move > tbody > tr:first-child {
	background: #AACFAA;
}
.infobox#pm-move > tbody > tr:nth-child(2) {
	background: #AABAAA;
}
.infobox#pm-move > tbody > tr:nth-child(2n+4) {
	background: #ACA;
}