Difference between revisions of "MediaWiki:Common.css"

From sigrok
Jump to navigation Jump to search
m
m
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


table.alternategrey th {background: #6699ff;}
table.alternategrey tr:nth-child(even) {background: #eeeeee;}
table.alternategrey tr:nth-child(even) {background: #eeeeee;}
table.alternategrey tr:nth-child(odd) {background: #dddddd;}
table.alternategrey tr:nth-child(odd) {background: #dddddd;}

Revision as of 02:21, 15 June 2012

/* CSS placed here will be applied to all skins */

table.alternategrey th {background: #6699ff;}
table.alternategrey tr:nth-child(even) {background: #eeeeee;}
table.alternategrey tr:nth-child(odd) {background: #dddddd;}