Template:DLC infobox/styles.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with ".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: #FFEDF7; }")
Tags: Mobile edit Advanced mobile edit
 
No edit summary
Tags: Mobile edit Advanced mobile edit
 
Line 8: Line 8:
}
}
.infobox#dlc > tbody > tr:nth-child(2n+3) {
.infobox#dlc > tbody > tr:nth-child(2n+3) {
background: #FFEDF7;
background: #FFEDF6;
}
}

Latest revision as of 21:57, May 18, 2024

.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;
}