MediaWiki:Timeless.css: Difference between revisions
From PBARC
(Created page with "→All CSS here will be loaded for users of the Timeless skin: #p-logo { display: none; }") |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
#p-logo { display: none; } | /*#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; | |||
} | |||
*/ |
Latest revision as of 12:59, 26 February 2023
/* All CSS here will be loaded for users of the Timeless skin */ /*#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; } */