Difference between revisions of "MediaWiki:Common.css"
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
.stripey tr:nth-child(even) { | .stripey tr:nth-child(even) { | ||
| − | background-color: | + | background-color: #ddd; |
} | } | ||
| − | . | + | |
| − | + | .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;
}