MediaWiki:Common.css

MediaWiki interface page
Revision as of 19:39, 8 July 2016 by Borderman (talk | contribs) (body content font size reduced)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Hide items on the main page */
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
    display: none !important;
}

/*Changing the tagline*/
#siteSub { 
	display:block; 
	font-weight:normal; 
	font-size:90%;
}

/*Changing the font-family*/
#bodyContent {     
    font-family: 'Raleway', sans-serif;   
    font-size: 0.875em;
    font-weight:300;
} 
.firstHeading {
	font-family: 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Times', serif;
    line-height: 1em;
}

p {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
}

a {
    font-family: 'Raleway', sans-serif;
}

li {
    font-size: 1em;
    font-weight: 300;
}

/*Changing the font-size in the text editor*/
#wpTextbox1 {
	font-size:1.15em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.