Difference between revisions of "MediaWiki:Common.css"
From Hound GPS Tracker Help
(Created page with "/* CSS placed here will be applied to all skins */ →remove Toolbox: #p-tb { display:none !important; }") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* remove Toolbox */ | /* remove Toolbox */ | ||
#p-tb { display:none !important; } | #p-tb { display:none !important; } | ||
+ | |||
+ | #footer-places { display: none; } | ||
+ | |||
+ | div.vectorTabs ul li#ca-history { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | |||
+ | div.vectorTabs ul li#ca-viewsource { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | #ca-talk { display:none!important; } | ||
+ | |||
+ | #ca-nstab-main { display:none!important; } | ||
+ | |||
+ | #ca-view { display:none!important; } |
Latest revision as of 10:01, 18 October 2016
/* CSS placed here will be applied to all skins */ /* remove Toolbox */ #p-tb { display:none !important; } #footer-places { display: none; } div.vectorTabs ul li#ca-history { visibility: hidden; } div.vectorTabs ul li#ca-viewsource { visibility: hidden; } #ca-talk { display:none!important; } #ca-nstab-main { display:none!important; } #ca-view { display:none!important; }