Difference between revisions of "MediaWiki:Common.css"

From PokéHeroes Wiki
Jump to: navigation, search
Line 1: Line 1:
div#wondercard
+
div#wondercard {
{
+
border: 2px solid;
border: 2px solid;
+
background: #bdd3f1 url(http://pokeheroes.com/styles/basic/wondercards/wondercard_bg_fade.png) repeat-x;
background: #bdd3f1 url(http://pokeheroes.com/styles/basic/wondercards/wondercard_bg_fade.png) repeat-x;
+
width: 280px;
width: 280px;
+
height: 150px;
height: 150px;
+
padding-top: 6px;
padding-top: 6px;
+
padding-left: 6px;
padding-left: 6px;
+
 
-moz-border-radius: 20px;
 
-moz-border-radius: 20px;
 
-webkit-border-radius: 20px;
 
-webkit-border-radius: 20px;
 
border-radius: 20px;
 
border-radius: 20px;
}
+
}
 
 
span#wondercard
+
span#wondercard {
{
+
padding-bottom: 1px;
padding-bottom: 1px;
+
line-height: 14px;
line-height: 14px;
+
font-size: 11px;
font-size: 11px;
+
}
}
+
 
 
/* CSS placed here will be applied to all skins */
 
/* 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{background: #eaf4fd url(http://i.imm.io/1mqkn.png) repeat-x; color:black;margin:0;padding:0}
Line 40: Line 39:
 
}
 
}
  
#eggcontainer
+
#eggcontainer {
{
+
 
+
 
position: relative;
 
position: relative;
 
width: 484px;
 
width: 484px;

Revision as of 18:55, 11 September 2014

div#wondercard {
	border: 2px solid;
	background: #bdd3f1 url(http://pokeheroes.com/styles/basic/wondercards/wondercard_bg_fade.png) repeat-x;
	width: 280px;
	height: 150px;
	padding-top: 6px;
	padding-left: 6px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
								
span#wondercard {
	padding-bottom: 1px;
	line-height: 14px;
	font-size: 11px;
}

/* 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; }
@media (min-width: 5000px) {

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

#externalhelper {
font-size: 32px;
opacity: 1;
}