MediaWiki:Gadget-InfoboxStyle.css: Difference between revisions

coloring
(create)
 
(coloring)
Line 16: Line 16:
.infobox.species > tbody > tr:first-child > * { background: #10274c;color:#FFF }
.infobox.species > tbody > tr:first-child > * { background: #10274c;color:#FFF }
.infobox.species > tbody > tr:nth-child(2n+3) { background: #C5CED6; }
.infobox.species > tbody > tr:nth-child(2n+3) { background: #C5CED6; }
/* 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; }