Difference between revisions of "MediaWiki:Common.css"

From PokéHeroes Wiki
Jump to: navigation, search
Line 11: Line 11:
  
 
html {
 
html {
background: #2c3b5f url(http://pokeheroes.com/styles/basic_mobile/body_fade.png) repeat-x;
+
background: #6b89ea;
 
}
 
}
  

Revision as of 20:53, 11 September 2014

body {
position: relative;
margin: auto auto;
margin-bottom: 30px;
margin-top: 14px;
width: 90%;
min-width: 800px;
max-width: 1200px;
border: 1px solid #9FAAE7;
}

html {
background: #6b89ea;
}

/* Wonder Cards for Event pages */

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



/* Talk Pages */

#ca-talk { display:none!important; }



/* Hide Tools for non-wiki helpers */

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


/* Tables */

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

/* Additions by Riako: 
Used for Main Page */


.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px
	-webkit-border-radius: 10px;
}

.small_rounded {
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius 4px;
}