Difference between revisions of "MediaWiki:Common.css"

From PokéHeroes Wiki
Jump to: navigation, search
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
body {
body{background: #eaf4fd url(http://i.imm.io/1mqkn.png) repeat-x; color:black;margin:0;padding:0}
+
position: relative;
body.page-Main_Page h1.firstHeading { display: none; }
+
margin: auto auto;
#header
+
margin-bottom: 30px;
{
+
margin-top: 14px;
/* Formating */
+
width: 90%;
position: relative;
+
min-width: 750px;
width: 700px;
+
max-width: 1200px;
height: 175px;
+
border: 1px solid #9FAAE7;
left: 50%;
+
height: auto;
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 {
+
 
    position:fixed;
+
html {
 +
background: #80addc;
 
}
 
}
#n-Back-to-the-Main-site {
+
 
font-size: 20px;
+
/* Wonder Cards for Event pages */
 +
 
 +
div#wondercard {
 +
border: 2px solid;
 +
background: #bdd3f1 url(//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;
 
}
 
}
#ca-talk { display:none!important; }
 
  
 +
 +
 +
/* 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; }
 
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 {
 
.wikitable > th {
Line 32: Line 54:
 
}
 
}
  
 +
/* Additions by Riako:
 +
Used for Main Page */
  
#eegg
+
.bluebox1 {
{
+
width: 100%;  
/* Formating */
+
border: solid 2px #80addc;  
position: relative;
+
background: #eaf4fd;  
width: 96px;
+
position: relative;  
height: 96px;
+
overflow-x: hidden;
left: 50%;
+
margin: 0 !important;
margin-left: -350px;
+
    padding: 0 !important;
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
+
.bluebox1 h2 {
{
+
width: 100%;
/* Formating */
+
padding: 5px;  
position: relative;
+
font-size: 12pt;  
width: 169px;
+
color: #002882;
height: 47px;
+
background:#80addc;
left: 50%;
+
font-weight: bold;
margin-left: -350px;
+
}
margin-top: 25px;
+
 
+
.bluebox1 .inner {
/* Color */
+
margin: 8px;
border: 1.5px solid #202e77;
+
}
background: url(http://i.imgur.com/XsUwByj.png) no-repeat;
+
 
 +
 
 +
.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;
 +
}
 +
 
 +
/* Fishing */
 +
.fishingtable th {
 +
    text-align: center;
 +
    background: linear-gradient(#487bd9, #0c295f);
 +
    color: #c8d8f4;
 +
    padding: 4px;
 +
    font-size: 15px;
 +
    border: 2px solid #0c295f;
 +
 
 +
.fishingtable > td {
 +
    border-width: 1px;
 +
    border-color: #3292C5;
 +
    border-style: solid;
 +
}
 +
 
 +
.fishingtable > td {
 +
    border-width: 1px;
 +
    border-color: #3292C5;
 +
    border-style: solid;
 +
}
 +
 
 +
.fishcommon {
 +
        background-color: #e0e7f1;
 +
    border-width: 1px;
 +
    border-color: #3292C5;
 +
    border-style: solid;
 +
}
 +
 
 +
.fishuncommon {
 +
    background-color: #B3C4DB;
 +
    border-width: 1px;
 +
    border-color: #3292C5;
 +
    border-style: solid;
 +
}
 +
 
 +
.fishrare {
 +
    background-color: #709DDB;
 +
    border-width: 1px;
 +
    border-color: #3292C5;
 +
    border-style: solid;
 +
}
 +
.fishveryrare {
 +
    background-color: #8CA0A0;
 +
    border-width: 1px;
 +
    border-color: #3292C5;
 +
    border-style: solid;
 +
}
  
font-family: Times New Roman;
+
#ca-talk > span {
 +
background-image: url(//i.imgur.com/FrK9rgl.png);
 
}
 
}

Latest revision as of 13:27, 27 September 2017

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

html {
background: #80addc;
}

/* Wonder Cards for Event pages */

div#wondercard {
	border: 2px solid;
	background: #bdd3f1 url(//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 */

.bluebox1 {
width: 100%; 
border: solid 2px #80addc; 
background: #eaf4fd; 
position: relative; 
overflow-x: hidden;
 margin: 0 !important;
    padding: 0 !important;
}

.bluebox1 h2 {
width: 100%; 
padding: 5px; 
font-size: 12pt; 
color: #002882;
background:#80addc;
font-weight: bold;
}

.bluebox1 .inner {
margin: 8px;
}


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

/* Fishing */
.fishingtable th {
    text-align: center;
    background: linear-gradient(#487bd9, #0c295f);
    color: #c8d8f4;
    padding: 4px;
    font-size: 15px;
    border: 2px solid #0c295f;

.fishingtable > td {
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}

.fishingtable > td {
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}

.fishcommon {
        background-color: #e0e7f1;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}

.fishuncommon {
    background-color: #B3C4DB;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}

.fishrare {
    background-color: #709DDB;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}
.fishveryrare {
    background-color: #8CA0A0;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}

#ca-talk > span {
background-image: url(//i.imgur.com/FrK9rgl.png);
}