Difference between revisions of "MediaWiki:Common.css"

From XMission Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
 
  
 
#firstHeading {
 
#firstHeading {
Line 8: Line 6:
 
   color:#aaa;
 
   color:#aaa;
 
}
 
}
 +
 +
.superHeader {
 +
font-family: 'Arvo', serif;
 +
color:white;
 +
font-size:28px;
 +
border-bottom: 4px solid #777;
 +
padding:2px 0;
 +
background:#999;
 +
margin-bottom:2.5em;
 +
margin-top:0.75em;
 +
}
 +
 +
h1.green {background:rgb(190,214,58); border-color:rgb(159,179,49)}
 +
h1.blue {background:#03afd3; border-color:rgb(2,145,175)}
 +
h1.red {background:rgb(255,102,19); border-color:rgb(183,58,0);}
 +
 +
.superHeader img {
 +
height:50px;
 +
width:50px;
 +
border:3px solid #777;
 +
border-radius:4px;
 +
float:left;
 +
background:white;
 +
margin:-8px 12px 0 10px;
 +
}
 +
 +
h1.green img {border-color:rgb(159,179,49);}
 +
h1.blue img {border-color:rgb(2,145,175);}
 +
h1.red img {border-color:rgb(183,58,0)}

Revision as of 10:11, 10 February 2014

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

#firstHeading {
  font-family: 'Arvo', sans-serif;
  font-size:28px;
  color:#aaa;
}

.superHeader {
	font-family: 'Arvo', serif;
	color:white;
	font-size:28px;
	border-bottom: 4px solid #777;
	padding:2px 0;
	background:#999;
	margin-bottom:2.5em;
	margin-top:0.75em;
}

h1.green {background:rgb(190,214,58); border-color:rgb(159,179,49)}
h1.blue {background:#03afd3; border-color:rgb(2,145,175)}
h1.red {background:rgb(255,102,19); border-color:rgb(183,58,0);}

.superHeader img {
	height:50px; 
	width:50px;
	border:3px solid #777;
	border-radius:4px;
	float:left;
	background:white;
	margin:-8px 12px 0 10px;
}

h1.green img {border-color:rgb(159,179,49);}
h1.blue img {border-color:rgb(2,145,175);}
h1.red img {border-color:rgb(183,58,0)}