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.
/* ====================
   Begin ORAS launch
   redesign
   ==================== */

/* ====================
   Code importation
   ==================== */

@import url("http://dev.wikia.com/index.php?title=Highlight/code.css&action=raw&ctype=text/css");
@import url("http://pokemon.wikia.com/index.php?title=MediaWiki:Highlight.css&action=raw&ctype=text/css");
@import url("http://pokemon.wikia.com/index.php?title=MediaWiki:Themes.css&action=raw&ctype=text/css");


/* ========================
   Font imports by CzechOut
   ======================== */

/* ========================
   These fonts supplied by 
   Nintendo for specific 
   use at pokemon.wikia.com
   ======================== */

@font-face {
    font-family: "Gemina23d";
src:url("http://img4.wikia.nocookie.net/__cb20141015213010/czechitout/images/4/4c/Gemina23d.ttf") format('truetype');
    src: local(ò),;
    font-weight: normal; 
    font-style: normal;     
}

@font-face {
    font-family: "Gemina2";
src:url("http://img3.wikia.nocookie.net/__cb20141015222003/czechitout/images/1/19/Gemina2.ttf") format('truetype');
    src: local(ò),; 
    font-weight: normal; 
    font-style: normal;     
}

/* ====================
   New font for headers 
   ==================== */
 
  @font-face {
 font-family:"Sun Moon";
 src: url('http://vignette2.wikia.nocookie.net/pokemon/images/5/52/Batmfafull.ttf');
}


@font-face {
 font-family:"Expressway";
 src: url('http://vignette2.wikia.nocookie.net/pokemon/images/b/bf/Expressway_rg.ttf');
}
 

/* =-=-=-=-=-=-=-=-=
   Headers and other
   font assignments
   -=-=-=-=-=-=-=-=- */

.head, #head {
    font-family:Gemina2;
    color:#952f28;
    font-size:2.5em;
}
.head2, #head2 {
    font-family: 'Expressway', sans-serif;
    color:#952f28;
    font-weight:700;
    letter-spacing:3px;
    font-size:1.8em;
    text-transform:uppercase;
}

.WikiaPage {
    font-family: 'Expressway', sans-serif !important;

}

h1, h2:not(.pi-item), h3:not(.pi-data-label):not(.wds-global-footer__section-header), h4, h5, h6 {
    font-family: 'Sun Moon', sans-serif;
    line-height:100%;
}

h1 {
    color:#952f28;
    font-size:2.5em;
}
    
h2:not(.pi-item), h3:not(.pi-data-label):not(.wds-global-footer__section-header), h4 {
    text-transform:none;
    color:#952f28;
    }
    
.WikiaArticle .editsection,
h5,h6 {
    color:#952f28;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}
 
.WikiaPageHeader h1 {
    font-size:2.5em;
    line-height:110%;
}

.WikiaPageHeader h2 {
    font-size:.8em;
    font-family:Expressway;
    text-transform:uppercase;
}

h2 {
    font-size:1.8em;
}

h3 {
    font-size:1.5em;
}

h4 {
    font-size:1.25em;
}

h5 {
   font-size:1.0em;
}

h6 {
    font-size:.75em;
}

.Designer {
    font-family:Expressway;
    font-size:14px;
    line-height:110%;
}


/* =====================
   Pokemon giveaway 
   ===================== */

.box-pokemon {
    background: url("http://img2.wikia.nocookie.net/__cb20141016182415/czechitout/images/f/f9/Pokemon_Code_Giveaway.png") repeat scroll 0% 0% transparent;
    height: 905px;
    margin: 0 auto;
    width: 650px;
}

.box-pokemon .text {
     font-family: "Gemina2";
     color: white;
     height: 50px;
     left: 60px;
     position: relative;
     top: 666px;
     width: 528px;
}
.ss-q-title {
     font-size:1.5em;
     line-height:1em;
}

/* ======================
   Notification tweaks
   ====================== */
.WikiaNotifications li div a {
    color:white;
    text-decoration:none;
    letter-spacing:1px;
    font-weight:700;
    font-size:120%;
}
.WikiaBadgeNotification p big {
    font-family:Expressway;
}

/* ======================
   Making pre more 
   readable
   ======================= */
 
.pre { 
    background:#fff;
    color:black;
    border:2px solid #154fa0; 
       -moz-border-radius:15px;
    -webkit-border-radius:15px;
         -o-border-radius:15px;
        -ms-border-radius:15px;
            border-radius:15px;
            -moz-box-shadow:0 0 5px #154fa0 inset;
    -webkit-box-shadow:0 0 5px #154fa0 inset;
         -o-box-shadow:0 0 5px #154fa0 inset;
        -ms-box-shadow:0 0 5px #154fa0 inset;
            box-shadow:0 0 5px #154fa0 inset;
    line-height:140%;
    width:auto;
    margin:auto auto auto auto;
    font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
    word-break: break-all; 
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap; 
    white-space: -o-pre-wrap;
    white-space: pre-wrap; 
}

/* =========================
   Front page specials
   ========================= */

.page-Pokémon_Wiki .WikiaArticle .article-thumb .title {
    display:none!important
}
.page-Pokémon_Wiki .WikiaArticle .article-thumb .caption {
    color:black!important;
}

/* ====================
   End ORAS launch
   redesign
   ==================== */


/* ====================================
   Below this line is code as it existed 
   on 12 November 2014 
   ==================================== */

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

/* Poll autoformatting */
.ajax-poll {
    width: auto !important; /*inline style override for poll extension*/
}

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

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.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 }

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

/* 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: #A8A878;}
.type2-Flying	.ctype {background: #AAAAFF;} /* After .type1-Normal to catch Normal/Flying but not Water/Flying, etc. */
.type1-Water	.ctype {background: #337FCC;}
.type1-Bug	.ctype {background: #CDCD00;}
.type1-Electric .ctype {background: #FFE303;}
.type1-Fire	.ctype {background: #EE7600;}
.type1-Fighting	.ctype {background: #CC2900;}
.type1-Grass	.ctype {background: #57B24D;}
.type1-Flying	.ctype {background: #AAAAFF;}
.type1-Steel	.ctype {background: #B3B3B3;}
.type1-Dragon	.ctype {background: #7340BF;}
.type1-Ghost	.ctype {background: #8B668B;}
.type1-Ice	.ctype {background: #7DD3E8;}
.type1-Psychic	.ctype {background: #DB7093;}
.type1-Rock	.ctype {background: #B2944D;}
.type1-Dark	.ctype {background: #705848;}
.type1-Ground	.ctype {background: #E0B652;}
.type1-Poison	.ctype {background: #B866CC;}
.type1-Fairy    .ctype {background: #D962D9;}
.type1-Unknown	.ctype {background: #68A090;}
.type1-Shadow	.ctype {background: #3E3355; color: #fff;}

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

/**** Forum formatting -Algorithm & -Splaka from Central *****/
.forumheader { 
	color:#000000;
	background:#B4B4B4;
	border:2px solid #00A2C3;
	border-radius:25px;
	margin-top:1em;
	padding:6px; 
}

.forumlist td.forum_edited a { 
	color:black;
	text-decoration:none;
}

.forumlist td.forum_title a { 
	padding-left:20px; 
}

.forumlist td.forum_title a.forum_new {  
	font-weight:bold;
	text-decoration:underline;
	padding-left:20px; 
}

.forumlist td.forum_title a.forum_new:visited { 
	font-weight:normal;
	background:none;
	padding-left:20px; 
}

.forumlist th.forum_title { 
	padding-left:20px; 
}

/* Removing talk link from forum namespace */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {
    display:none;
}
/* End removing talk link */


/* LazyLoadVideos */
div.video div.youtube object {
	display:none;
}
 
div.video div.youtube div.videodiscoveryoverlay {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	background: url('http://images2.wikia.nocookie.net/__cb20120525173759/pokemon/images/b/b6/Play_video.png') center center no-repeat;
	cursor: pointer;
}
 
div.video div.youtube div.videodiscoveryoverlay:hover {
	opacity: 1;
}
/* END LazyLoadVideos */

/* ########################## */
/* ##   NEW CLASS STYLES   ## */
/* ########################## */
 
/* FEMALE */
.female { color:#D300C5; }
 
/* MALE */
.male { color:#0019D3; }

/* GENDERLESS */
.genderless { color:#707070; }

/* ### Kill Read More ### */
div#bodyContent nav.RelatedPagesModule.noprint {
	display:none !important;
}

/* Ambox styling */
.ambox {
	font-size:95%;
	width:75%; 
	margin:0 auto;
	border:1px #aaaaaa solid;
	border-left:10px solid #000000;
	border-collapse:collapse;
	background-color:transparent;
}

table.ambox + table.ambox {
	margin-top:-1px;
}

.ambox-blue {
	border-left:10px solid #005fbb;
}

.ambox-red {
	border-left:10px solid #8d0000;
}

.ambox-orange {
	border-left:10px solid #d47400;
}

.ambox-yellow {
	border-left:10px solid #eab100;
}

.ambox-purple {
	border-left:10px solid #7d00bb;
}

.ambox-gray {
	border-left:10px solid #7b7b7b;
}

.ambox-green {
	border-left:10px solid #007f00;
}

.ambox-wikimedia {
	border-left:10px solid #27a37b;
}

.ambox-archive {
	border-left:10px solid #b8944e;
}

.ambox-fairuse {
	border-left:10px solid #868686;
}

.ambox-image {
	width:60px; 
	padding:2px 0px 2px 0.5em;
	text-align:center; 
}

.ambox-info {
	padding:0.25em 0.5em; 
}

/* Categories */
#articleCategories {
    border-radius:11px;
  }
#mw-normal-catlinks > a {
    color:#952f28;
    font-weight:bold;
    font-family:Sun Moon;
  }


/*** tabber customisation for PI ***/
.portable-infobox ul.pi-image-collection-tabs li.pi-tab-link {
    background: transparent;
    border-style: none;
    margin: 0;
    padding: 0;
}
.portable-infobox .pi-image-collection-tabs li:not(:last-of-type):after {
    content: "•";
    font-weight: normal;
    width: 1em;
    padding-right: 3px;
}

.skin-oasis .WikiaArticle .infoboxtabber ul.tabbernav li a {
    background: transparent;
    border-color: transparent;
    border-radius: 4px 4px 0 0;
}
.skin-oasis .WikiaArticle .infoboxtabber .WikiaArticle ul.tabbernav li:not(:last-of-type):after {
    content: "•";
    font-weight: normal;
    width: 1em;
    padding: 0 0 0 3px;
}
.skin-oasis .WikiaArticle .infoboxtabber {
    width: 370px;
    float: right;
    background: transparent;
}

.skin-oasis .WikiaArticle .infoboxtabber .tabbertab {
    border-color:transparent;
}

/* PokéBox */
.PokéBox {
    float: right;
    width: 28%;
    margin-bottom: 10px;
    max-width: 420px;
    min-width: 360px;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}

.PokéBox .pokétable {
    height: 310px;
    width: 100%;
}

/* Template:Type */
.t-type {
    border-style: solid none;
    border-width: 1px;
    border-radius: 5px;
    padding: 0.15em;
    font-variant: small-caps;
    font-size: 9pt;
    color: #F8F8F8;
    text-shadow: 0 1px 1px #807870;
}
 
.t-type2 {
    color: #F8F8F8;
}
 
.type-normal {
    background-color: #A8A878;
    border-top-color: #D8D8D0;
    border-bottom-color: #705848;
}
 
.type-fire {
    background-color: #F08030;
    border-top-color: #F8D030;
    border-bottom-color: #C03028;
}
 
.type-water {
    background-color: #6890F0;
    border-top-color: #98D8D8;
    border-bottom-color: #807870;
}
 
.type-grass {
    background-color: #78C850;
    border-top-color: #C0F860;
    border-bottom-color: #588040;
}
 
.type-electric {
    background-color: #F8D030;
    border-top-color: #F8F878;
    border-bottom-color: #B8A038;
}
 
.type-ice {
    background-color: #98D8D8;
    border-top-color: #D0F8E8;
    border-bottom-color: #9090A0;
}
 
.type-fighting {
    background-color: #C03028;
    border-top-color: #F08030;
    border-bottom-color: #484038;
}
 
.type-poison {
    background-color: #A040A0;
    border-top-color: #D880B8;
    border-bottom-color: #483850;
}
 
.type-ground {
    background-color: #E0C068;
    border-top-color: #F8F878;
    border-bottom-color: #886830;
}
 
.type-flying {
    background-color: #A890F0;
    border-top-color: #C8C0F8;
    border-bottom-color: #705898;
}
 
.type-psychic {
    background-color: #F85888;
    border-top-color: #F8C0B0;
    border-bottom-color: #789010;
}
 
.type-bug {
    background-color: #A8B820;
    border-top-color: #D8E030;
    border-bottom-color: #A8B820;
}
 
.type-rock {
    background-color: #B8A038;
    border-top-color: #E0C068;
    border-bottom-color: #886830;
}
 
.type-ghost {
    background-color: #705898;
    border-top-color: #A890F0;
    border-bottom-color: #483850;
}
 
.type-dragon {
    background-color: #7038F8;
    border-top-color: #B8A0F8;
    border-bottom-color: #483890;
}
 
.type-dark {
    background-color: #705848;
    border-top-color: #A8A878;
    border-bottom-color: #484038;
}
 
.type-steel {
    background-color: #B8B8D0;
    border-top-color: #D8D8C0;
    border-bottom-color: #807870;
}
 
.type-fairy {
    background-color: #F0B6BC;
    border-top-color: #F5CAD1;
    border-bottom-color: #905F63;
}
 
.type-unknown {
    background-color: #6AA596;
    border-top-color: #A4D8CB;
    border-bottom-color: #40685E;
}
Advertisement