975
edits
Welcome to the Mario Compendium! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(swap) |
(world) |
||
Line 22: | Line 22: | ||
.infobox.level > tbody > tr:first-child > * { background: #BCF; } | .infobox.level > tbody > tr:first-child > * { background: #BCF; } | ||
.infobox.level > tbody > tr:nth-child(2n+3) { background: #CCDDFA; } | .infobox.level > tbody > tr:nth-child(2n+3) { background: #CCDDFA; } | ||
/* world infobox */ | |||
.infobox.world { border: 1px solid #88a; background: #F5F5F5; } | |||
.infobox.world > tbody > tr:first-child > * { background: #98FB98; } | |||
.infobox.world > tbody > tr:nth-child(2n+3) { background: #98FB98; } |