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;
+
}
+
 
div#mw-panel {
 
div#mw-panel {
 
     position:fixed;
 
     position:fixed;
Line 31: Line 17:
 
text-align:center;border:1px solid #606060; background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
 
text-align:center;border:1px solid #606060; background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
 
}
 
}
 
 
#eegg
 
{
 
/* Formating */
 
position: relative;
 
width: 96px;
 
height: 96px;
 
left: 50%;
 
margin-left: -350px;
 
margin-top: 25px;
 
 
/* Color */
 
border: 1.5px solid #202e77;
 
background: url(http://wiki.pokeheroes.com/images/5/58/10.png) no-repeat;
 
font-family: Times New Roman;
 
}
 
 
#fake
 
{
 
/* Formating */
 
position: relative;
 
width: 200px;
 
height: 200px;
 
left: 50%;
 
margin-left: -350px;
 
margin-top: 25px;
 
 
/* Color */
 
border: 1.5px solid #202e77;
 
background: url(http://i.imgur.com/XsUwByj.png) no-repeat;
 
 
font-family: Times New Roman;
 
}
 
 
 
 
  
 
#eggcontainer
 
#eggcontainer

Revision as of 15:23, 22 April 2014

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

div#mw-panel {
    position:fixed;
}
#n-Back-to-the-Main-site {
font-size: 20px;
}
#ca-talk { display:none!important; }


LI#t-whatlinkshere, LI#t-recentchangeslinked, LI#t-upload, LI#t-specialpages, LI#t-print, LI#t-permalink, LI#t-info, DIV#p-tb.portal.collapsed { display:none!important; }

.wikitable > th {
text-align:center;border:1px solid #606060; background: -webkit-linear-gradient(90deg, #CCCCCC, #FFFFFF) repeat scroll 0 0 transparent;
}

#eggcontainer
{

	position: relative;
	width: 484px;
	height: 178px;
	left: 50%;
	margin-left: -350px;
	margin-top: 25px;
	background: url(http://i.imgur.com/qP0Gg4D.png) no-repeat;
}