MediaWiki:Timeless.css: Difference between revisions

From PBARC
No edit summary
No edit summary
 
(4 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; }
#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, html.client-js body.mediawiki.ltr.sitedir-ltr.mw-hide-empty-elt.ns-0.ns-subject.page-Main_Page.rootpage-Main_Page.skin-timeless.action-view.skin--responsive div#mw-wrapper div#mw-content-container.ts-container div#mw-content-block.ts-inner div#mw-content-wrapper div#mw-content div#content.mw-body div#bodyContentOuter div#mw-page-header-links div#p-namespaces.mw-portlet.tools-inline div.mw-portlet-body {
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces {
display: none;
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;
}
*/