MediaWiki:Shiftinew.css: Difference between revisions

From Shifti
Jump to navigation Jump to search
m just trying something
 
m add a bit of accessibility markup
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
h1.firstHeading, h1#firstHeading { display: none; }
body.ns-2 h1.firstHeading { display: none !important; visibility: hidden; }
p:nth-child(even), li:nth-child(even) {
        background-color: rgba(0,0,0, 0.03);
}

Latest revision as of 17:58, 11 June 2013

body.ns-2 h1.firstHeading { display: none !important; visibility: hidden; }
p:nth-child(even), li:nth-child(even) {
        background-color: rgba(0,0,0, 0.03);
}