MediaWiki:Common.css: Difference between revisions
From PBARC
(Created page with "→CSS placed here will be applied to all skins: #p-logo { display: none; } #p-logo-text a { white-space: nowrap; font-variant: normal; } * {font-family: sans-serif !important} #user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces { display: none; }") |
No edit summary |
||
Line 5: | Line 5: | ||
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces { | #user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces { | ||
display: none; | display: none; | ||
} | |||
#mw-content-container { | |||
background-image: none; | |||
} | } |
Revision as of 09:59, 12 February 2022
/* CSS placed here will be applied to all skins */ #p-logo { display: none; } #p-logo-text a { white-space: nowrap; font-variant: normal; } * {font-family: sans-serif !important} #user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces { display: none; } #mw-content-container { background-image: none; }