Template:DLC infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#dlc {
	background: #FFF8F0;
	border-color: #FFDEEE;
}
.infobox#dlc > tbody > tr:first-child {
	color: #FFF;
	background: #D20D77;
}
.infobox#dlc > tbody > tr:nth-child(2n+3) {
	background: #FFEDF6;
}