Difference between revisions of "MediaWiki:Common.css"

From PokéHeroes Wiki
Jump to: navigation, search
Line 2: Line 2:
 
body{background: #eaf4fd url(http://i.imm.io/1mqkn.png) repeat-x; color:black;margin:0;padding:0}
 
body{background: #eaf4fd url(http://i.imm.io/1mqkn.png) repeat-x; color:black;margin:0;padding:0}
 
body.page-Main_Page h1.firstHeading { display: none; }
 
body.page-Main_Page h1.firstHeading { display: none; }
 +
#header
 +
{
 +
/* Formating */
 +
position: relative;
 +
width: 700px;
 +
height: 175px;
 +
left: 50%;
 +
margin-left: -350px;
 +
margin-top: 25px;
 +
 +
/* Color */
 +
border: 1.5px solid #202e77;
 +
background: url(http://www.pokeheroes.com/styles/basic/header_img2.png) no-repeat;
 +
font-family: Times New Roman;
 +
}

Revision as of 21:19, 16 December 2013

/* CSS placed here will be applied to all skins */
body{background: #eaf4fd url(http://i.imm.io/1mqkn.png) repeat-x; color:black;margin:0;padding:0}
body.page-Main_Page h1.firstHeading { display: none; }
#header
{
	/* Formating */
	position: relative;
	width: 700px;
	height: 175px;
	left: 50%;
	margin-left: -350px;
	margin-top: 25px;
	
	/* Color */
	border: 1.5px solid #202e77;
	background: url(http://www.pokeheroes.com/styles/basic/header_img2.png) no-repeat;
	font-family: Times New Roman;
}