Welcome to the Mario Compendium! If you want to request an account, please do so at Mario Wiki or Fanonpedia.

MediaWiki:Gadget-InfoboxStyle.css: Difference between revisions

From Mario Compendium
Jump to navigationJump to search
Game infobox
(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; }

Navigation menu