MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(smaller references)
(footer image and icons position testing)
Line 65: Line 65:
font-size: 100%; /* Reset font-size when nested in div.reflist */
font-size: 100%; /* Reset font-size when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
list-style-type: inherit; /* Enable custom list style types */
}

/*ADDING FOOTER IMAGE AND POSITIONING IT*/
#footer {
background-image: url(https://static.miraheze.org/thelonsdalebattalionwiki/d/da/Header-silhouette.png);
background-repeat: repeat-x;
background-position: 100% 0%; /*100% 120%*/
background-color: #ffffff;
height: 14em; /*18em*/
margin-top: 1em;
margin-left: 0;
margin-right: 0;
padding: 0;
}
#footer #footer-icons {
margin-top:7em;
margin-right: .5em;
}
}

Revision as of 09:54, 1 August 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;
    color: #4c4c4c;
}

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;
}

/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/*ADDING FOOTER IMAGE AND POSITIONING IT*/
#footer {
	background-image: url(https://static.miraheze.org/thelonsdalebattalionwiki/d/da/Header-silhouette.png);
	background-repeat: repeat-x;
	background-position: 100% 0%;  /*100% 120%*/
	background-color: #ffffff;
	height: 14em;                  /*18em*/
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
	
#footer #footer-icons {
	margin-top:7em;
	margin-right: .5em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.