Difference between revisions of "MediaWiki:Common.css"

 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
.noautonum .tocnumber { display: none; }
 
.noautonum .tocnumber { display: none; }
  
.stripey.tr:nth-child(even) {
+
.stripey tr:nth-child(even) {
   background-color: red;
+
   background-color: #ddd;
 
}
 
}
.stripey.tr:nth-child(odd) {
+
 
  background-color: white;
+
.l-rtl {
 +
direction:rtl;
 +
unicode-bidi:bidi-override;
 
}
 
}

Latest revision as of 17:13, 19 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: #ddd;
}

.l-rtl {
direction:rtl; 
unicode-bidi:bidi-override;
}