Template:PM move infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:PM move infobox
Revision as of 15:37, May 4, 2022 by Porplemontage (talk | contribs) (Created page with ".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)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}