Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
Views
Actions
Namespaces
Variants
Tools
Tag: Manual revert |
|||
| Line 5: | Line 5: | ||
display: none; | display: none; | ||
} | } | ||
/* 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; } | |||
Revision as of 06:26, 2 January 2022
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
display: none;
}
/* 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; }