MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(removed dark grey font colours)
m (body content font size reduced)
Line 18: Line 18:
#bodyContent {
#bodyContent {
font-family: 'Raleway', sans-serif;
font-family: 'Raleway', sans-serif;
font-size: 1em;
font-size: 0.875em;
font-weight:300;
font-weight:300;
}
}

Revision as of 19:39, 8 July 2016

/* 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.