Template:PM recipe infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#pm-recipe {
	background: beige;
	border-color: #88A;
}
.infobox#pm-recipe > tbody > tr:first-child {
	background: cornsilk;
}
.infobox#pm-recipe > tbody > tr:nth-child(2n+3) {
	background: bisque;
}
.infobox#pm-recipe > tbody > tr:nth-child(2n+4) {
	background: burlywood;
}