MediaWiki:Timeless.css: Difference between revisions
From PBARC
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
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-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; | |||
} |
Revision as of 12:58, 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; }