Difference between revisions of "MediaWiki:Common.css"
From Hostek.com Wiki
(Created page with "→CSS placed here will be applied to all skins: #ca-talk { display:none!important; }") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
+ | span.history-user { | ||
+ | display: none; | ||
+ | } | ||
+ | #ca-history { display:none!important; } | ||
+ | .mw-userlink { display:none!important; } | ||
+ | .ht-footer-ul ul { | ||
+ | width:760px; | ||
+ | margin-bottom:20px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | .ht-footer-ul li { | ||
+ | line-height:1.5em; | ||
+ | float:left; | ||
+ | display:inline; | ||
+ | width:33.333%; | ||
+ | } | ||
+ | .htfoothide li { | ||
+ | color:#F4F4F4; | ||
+ | } |
Latest revision as of 23:19, 26 June 2012
/* CSS placed here will be applied to all skins */ #ca-talk { display:none!important; } span.history-user { display: none; } #ca-history { display:none!important; } .mw-userlink { display:none!important; } .ht-footer-ul ul { width:760px; margin-bottom:20px; overflow:hidden; } .ht-footer-ul li { line-height:1.5em; float:left; display:inline; width:33.333%; } .htfoothide li { color:#F4F4F4; }