MediaWiki:Common.css: Difference between revisions
From Craft-Wiki
No edit summary |
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 */ | ||
#p-logo-text, #user-tools { display: none; } | #p-logo-text, #user-tools, #mw-page-header-links { display: none; } | ||
body.mw-anon #mw-page-header-links { | body.mw-anon #mw-page-header-links { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 14:35, 1 April 2026
/* CSS placed here will be applied to all skins */
#p-logo-text, #user-tools, #mw-page-header-links { display: none; }
body.mw-anon #mw-page-header-links {
display: none !important;
}
