MediaWiki:Common.css: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-headline, .firstHeading {
.mw-headline, .firstHeading, .mw-body h1, .mw-body h2 {
   font-family: Sans-Serif;
   font-family: Sans-Serif;
}
}

Latest revision as of 15:37, 25 April 2018

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* CSS placed here will be applied to all skins */
.mw-headline, .firstHeading, .mw-body h1, .mw-body h2 {
  font-family: Sans-Serif;
}