Difference between revisions of "MediaWiki:Common.css"

From Evil Mad Scientist Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; }")
 
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
body.page-Main_Page h1.firstHeading { display:none; }
 
body.page-Main_Page h1.firstHeading { display:none; }
 +
 +
body, input, textarea {
 +
color: #373737;
 +
font: "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
font-weight: 300;
 +
line-height: 1.625;
 +
}
 +
 +
.externalimage-holder {
 +
    position: relative;
 +
}
 +
.externalimage-holder img {
 +
    width: 100%;
 +
    height: auto;
 +
}

Latest revision as of 12:15, 21 June 2019

/* CSS placed here will be applied to all skins */

body.page-Main_Page h1.firstHeading { display:none; }

body, input, textarea {
	color: #373737;
	font: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}