Template:WW location infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:WW location infobox
Revision as of 18:03, May 4, 2022 by Porplemontage (talk | contribs) (Created page with ".infobox#ww-location { background: #DBDBC0; border-color: #88A; } .infobox#ww-location > tbody > tr:first-child { background: #969687; } .infobox#ww-location > tbody > tr:n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox#ww-location {
	background: #DBDBC0;
	border-color: #88A;
}
.infobox#ww-location > tbody > tr:first-child {
	background: #969687;
}
.infobox#ww-location > tbody > tr:nth-child(2n+2) {
	background: #B8B8A2;
}