Difference between revisions of "MediaWiki:Common.css"
Line 2: | Line 2: | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||
− | .stripey | + | .stripey tr:nth-child(even) { |
background-color: red; | background-color: red; | ||
} | } | ||
− | .stripey | + | .stripey tr:nth-child(odd) { |
background-color: white; | background-color: white; | ||
} | } |
Revision as of 00:08, 17 November 2015
#p-logo a { background: url(/mw/images/6/6f/Equalit.ie_logo.png) 35% 50% no-repeat !important; } .noautonum .tocnumber { display: none; } .stripey tr:nth-child(even) { background-color: red; } .stripey tr:nth-child(odd) { background-color: white; }