Difference between revisions of "MediaWiki:Common.css"
From Business Apps Cloud
(Created page with "- →CSS placed here will be applied to all skins: #ca-talk { display: none !important; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | /* Hide [Watch] tab */ | ||
+ | #ca-watch { display: none !important; } | ||
+ | |||
+ | /* Hide [History] tab */ | ||
+ | #ca-history { display: none !important; } | ||
+ | |||
+ | /* Hide [View Source] tab */ | ||
+ | #ca-viewsource { display: none !important; } | ||
+ | |||
+ | /* Hide [Discussion] tab */ | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } |
Latest revision as of 21:36, 31 October 2013
/* CSS placed here will be applied to all skins */ /* Hide [Watch] tab */ #ca-watch { display: none !important; } /* Hide [History] tab */ #ca-history { display: none !important; } /* Hide [View Source] tab */ #ca-viewsource { display: none !important; } /* Hide [Discussion] tab */ #ca-talk { display: none !important; }