MediaWiki:Common.css: Difference between revisions
From Craft-Wiki
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
#p-logo-text, #user-tools, #mw-page-header-links { display: none; } | #p-logo-text, #user-tools, #mw-page-header-links { display: none; } | ||
body.mw-anon #mw-page-header-links, #mw-related-navigation { | body.mw-anon #mw-page-header-links, #mw-related-navigation, li#footer-places-privacy, li#footer-places-disclaimers | ||
{ | |||
display: none !important; | display: none !important; | ||
} | |||
#catlinks { | |||
display: block; | |||
} | } | ||
Latest revision as of 17:43, 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, #mw-related-navigation, li#footer-places-privacy, li#footer-places-disclaimers
{
display: none !important;
}
#catlinks {
display: block;
}
