975
edits
Welcome to the Mario Compendium! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(create) |
(Game infobox) |
||
Line 4: | Line 4: | ||
.infobox.character > tbody > tr:first-child > * { background: #8AFA8A; } | .infobox.character > tbody > tr:first-child > * { background: #8AFA8A; } | ||
.infobox.character > tbody > tr:nth-child(2n+3) { background: #AAFFAA; } | .infobox.character > tbody > tr:nth-child(2n+3) { background: #AAFFAA; } | ||
/* game infobox */ | |||
.infobox.game { border: 1px solid #AAA; background: #FFF5EE; } | |||
.infobox.game > tbody > tr:first-child > * { background: #FAAAAA; } | |||
.infobox.game > tbody > tr:nth-child(2n+3) { background: #FFE4E1; } |