MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #ca-talk { display: none !important; }") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/*https://m.mediawiki.org/wiki/Manual:Remove_Tabs*/ | |||
/*remove: Discussion Tab*/ | |||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
/*remove history and view source*/ | |||
#ca-history { display: none !important;} | |||
#ca-viewsource { display: none !important; } | |||
Revision as of 12:14, 23 May 2023
/* CSS placed here will be applied to all skins */
/*https://m.mediawiki.org/wiki/Manual:Remove_Tabs*/
/*remove: Discussion Tab*/
#ca-talk { display: none !important; }
/*remove history and view source*/
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }