MediaWiki:Common.css: Difference between revisions
From PBARC
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 { display: none; } | #p-logo { display: none; } | ||
#p-logo-text a { white-space: nowrap; font-variant: normal; } | #p-logo-text a { white-space: nowrap; font-variant: normal; } | ||
* {font-family: sans-serif !important} | * {font-family: sans-serif !important} | ||
#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 { | #mw-content-container { | ||
background-image: none; | background-image: none; | ||
} | } | ||
h4 { | h4 { | ||
font-size: 1.3em !important; | |||
} | |||
h5 { | |||
font-size: 1.2em !important; | font-size: 1.2em !important; | ||
} | |||
h6 { | |||
font-size: 1.1em !important; | |||
} | } | ||
Revision as of 14:26, 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;
}
h4 {
font-size: 1.3em !important;
}
h5 {
font-size: 1.2em !important;
}
h6 {
font-size: 1.1em !important;
}