Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
Views
Actions
Namespaces
Variants
Tools
(Created page with "→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; }") |
Tag: Reverted |
||
Line 4: | Line 4: | ||
body.page-Main_Page.action-submit #siteSub { | body.page-Main_Page.action-submit #siteSub { | ||
display: none; | display: none; | ||
} | |||
.mw-body-header, | |||
.catlinks, | |||
.mw-portal{ | |||
display: none !important; | |||
} | } |
Revision as of 03:16, 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; } .mw-body-header, .catlinks, .mw-portal{ display: none !important; }