Welcome to the Mario Compendium! If you want an account, please request it over at Mario Wiki, Italia Wiki, Gabe the Slacker Wiki, or Fanonpedia.
MediaWiki:Gadget-InfoboxStyle.css
From Mario Compendium
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* character infobox */
.infobox.character { border: 1px solid #88AA88; background: #F8FFF7; }
.infobox.character > tbody > tr:first-child > * { background: #8AFA8A; }
.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; }
/* species infobox */
.infobox.species { border: 1px solid #AAA; background: #F8F8FF; }
.infobox.species > tbody > tr:first-child > * { background: #10274c;color:#FFF }
.infobox.species > tbody > tr:nth-child(2n+3) { background: #C5CED6; }
/* level infobox */
.infobox.level { border: 1px solid #88A; background: #F7F8FF; }
.infobox.level > tbody > tr:first-child > * { background: #BCF; }
.infobox.level > tbody > tr:nth-child(2n+3) { background: #CCDDFA; }
/* location infobox */
.infobox.location { border: 1px solid #C8C; background: #FEF; }
.infobox.location > tbody > tr:first-child > * { background: #CBC; }
.infobox.location > tbody > tr:nth-child(2n+3) { background: #FFD0FF; }
/* 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; }