MediaWiki:Common.css: Difference between revisions

From PBARC
No edit summary
No edit summary
Line 8: Line 8:
#mw-content-container {
#mw-content-container {
     background-image: none;
     background-image: none;
}
h4 {
    font-size: 1.2em !important
}
}

Revision as of 15:23, 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.2em !important
}