Pokémon Wiki

Don't like the ads? Then create an account! Users with accounts will only see ads on the Main Page and have more options than anonymous users.

READ MORE

Pokémon Wiki
Advertisement

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox / Safari: Hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac).
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
  • Konqueror: Simply click the Reload button, or press F5.
  • Opera Users may need to completely clear the cache in Tools→Preferences.
/* common.css copied over for compatibility with new Wikia skin */
/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Hide title and tagline on Main Page */
body.page-Pokémon_Wiki h1.firstHeading, body.page-Pokémon_Wiki #siteSub { 
    display:none;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a {
    color: #888;
    font-style: italic;
}
.watchlistredir a {
    color: #888;
    font-style: italic;
}

.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}


/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
  color: #006500;
}

.mw-plusminus-neg {
  color: #8B0000;
}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

/* Messagebox templates */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}
.messagebox.small {
   width: 238px;
   font-size: 85%;
   float: right;
   clear: both;
   margin: 0 0 1em 1em;
   line-height: 1.25em; 
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
 
table.navbox th {
    background-color: #ccf;
    font-size: 120%;
    padding-left: 1em;
    padding-right: 1em;
}
 
@media print {
    .navbox {
        display: none;
    }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}

/* Small reference list */
ol.references {
   font-size: 100%;
}
 
.references-small { font-size: 90%;}
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}
 
.same-bg { background: none }


/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://images.wikia.com/central/images/5/5d/Checker-16x16.png") repeat;
}


/* Make MediaWiki:Newarticletext appear */
.mw-newarticletext {
    display: block !important;
}


/*** Navigation Templates (initial import from es.pokemon.wikia.com) ***/
/** Vertical **/

.vnav {
	float:right;
	text-align:center;
	color:black;
	background: white;
}

.vnav .title {
	font-size:200%;
	line-height:1.2em;
	font-weight:bold;
}

.vnav .vnav_data {
	overflow:hidden;
	width:100%; /* For IE: MANDATORY to specify width if overflow: hidden; ¬_¬U */
	background:white;
	color:black;
}

.vnav table {
	width:100%;
	border-collapse:collapse;
}

.vnav table.highlight tr:hover {background:#fff68f; color:#000; }
.vnav table.data tr {border-top: 1px dotted #888;}

.vnav .h {font-weight:bold;}

/*** Rounded borders ***/
/* Adaptation of slate/smoke skins from Wikia */
.rbox { margin:0; background:transparent; }
.rbox span.xtop, .rbox span.xbottom {display:block; font-size:1px;}
.rbox b.xb1, .rbox b.xb2, .rbox b.xb3, .rbox b.xb4 {display:block; overflow:hidden;}
.rbox b.xb1, .rbox b.xb2, .rbox b.xb3 {height:1px;}
.rbox b.xb1 {margin:0 5px;}
.rbox b.xb2 {margin:0 3px;}
.rbox b.xb3 {margin:0 2px;}
.rbox b.xb4 {height:2px; margin:0 1px;}
/* adaptación end */

/* Background associated to types  (initial import from es.pokemon.wikia.com) */
.ctype	{color:#000;}
.type1-Normal	.ctype {background: #ddccaa;}
.type2-Flying	.ctype {background: #baaaff;} /* After .type1-Normal to catch Normal/Flying but not Water/Flying, etc. */
.type1-Water	.ctype {background: #b0e2ff;}
.type1-Bug	.ctype {background: #99cc33;}
.type1-Electric .ctype {background: #ffd700;}
.type1-Fire	.ctype {background: #ff7f00;}
.type1-Fighting	.ctype {background: #ff6a6a;}
.type1-Grass	.ctype {background: #99ff66;}
.type1-Flying	.ctype {background: #baaaff;}
.type1-Steel	.ctype {background: #cccccc;}
.type1-Dragon	.ctype {background: #ab82ff;}
.type1-Ghost	.ctype {background: #778899;}
.type1-Ice	.ctype {background: #add8e6;}
.type1-Psychic	.ctype {background: #ffb5c5;}
.type1-Rock	.ctype {background: #cd853f;}
.type1-Dark	.ctype {background: #a9a9a9;}
.type1-Ground	.ctype {background: #deb887;}
.type1-Poison	.ctype {background: #ab82ff;}
.type1-Unknown	.ctype {background: #68a090;}

/* inner box */
.rbox .rboxint {padding: 4px;}/* border width */
.rbox .rboxint .xtop b, .rbox .rboxint .xbottom b {
	background:white;
	color:black;
}

/***  [[Template:Move infobox]] ***/

.move_infobox {width:16em;}
.move_infobox table.datos th {text-align:right;}
.move_infobox table.datos tr:first-child {border-top:none;}
.move_infobox .affection .h, .move_infobox .gen3 .h, .move_infobox .gen4 .h {background:#dcdcdc; color:#000;}
.move_infobox .affection table td {padding:0 1em;}

/* Without categories in userpages (allow removing, but not add) */
body.ns-2 #csAddCategorySwitch, body.ns-2 #csAddCategoryButton, body.ns-2 #csSwitchViewContainer { display:none !important; }

.ajax-poll {
    border: 1px solid #AAA !important;
}

/* Wiki background */

body { background-image:url('<path to img)') !important; background-color:#0174c5 !important; background-attachment:fixed !important; }
Advertisement