MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
     visibility: hidden;
     visibility: hidden;
}
}
#miniportal a.toggler-link:hover { text-decoration: none; }


.page-Hauptseite #firstHeading { display: none; }
.page-Hauptseite #firstHeading { display: none; }

Version vom 24. Februar 2017, 15:43 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Vorlage:Groupcolors.css */
@import url("/index.php?curid=185032&action=raw&ctype=text/css");

#pw-logobar {
    background: url(http://www.pokewiki.de/images/2/25/Hauptseiten_Header_-_Alola.png) !important;
}

div.slideshow-banner {
    transition: visibility 1s, opacity ease 1s;
    position: absolute;
    visibility: hidden;
}

#miniportal a.toggler-link:hover { text-decoration: none; }

.page-Hauptseite #firstHeading { display: none; }

/* Fix style of "Save"-Button on Special:Preferences, http://www.pokewiki.de/skins/pokewiki/main.css (Zeile 894) */
#prefcontrol {
    clear: both;
    margin-top: 1em;
    padding-top: 0 !important;
}

/* define style of spoiler button */
.spoilerButton {
  border: 1px solid #999;
  border-top-color: #ddd;
  border-left-color: #ddd;
  background: #eee;
  padding: 3px 6px;
}
.spoilerButton:hover {
  border: 1px solid #ddd;
  border-top-color: #aaa;
  border-left-color: #aaa;
}
.spoilerHidden {
  display:none;
}

div.pwBar {
  background-color: #F9F9F9;
  padding: 1px !important;
  border: 1px solid #000;
  font-size: 12px;
  height: 14px;
  overflow: hidden;
}

#file img { background: url("/skins/common/images/Checker-16x16.png") repeat; }

#mw-upload-deleted-warn { margin-bottom: 1em; padding: 0.5em; border: 1px solid #ddd; }

/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 3px 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 0 2px 2px 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavHeadIndented div.NavHead {
    margin: 0 2em;
 }
 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;
 }
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
       font-size: x-small;
       float:right;
}
div.NavHeadIndented .NavToggle {
  margin: 0 3em 0 0;
}
 
 /* Abstand vor Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }

/* CSS für Vorlage:Typen, verkleinert den Code dort dramatisch... :-) */

.TypBox td { text-align:center; }
.TypBox .red { background: #ff3817}
.TypBox .green { background: #05a627}
.TypBox .gray { background: #ddd}
.TypBox .active, .TypBox .active td { background: #c0c0c0; }
.TypBox .active .red, .TypBox .active.red { background: #bb2911}
.TypBox .active .green, .TypBox .active.green { background: #04771c}
.TypBox .active .gray, .TypBox .active.gray { background: #aaa}

/* Link auf nicht-existente Seite "Hilfe:Anmelden" auf Spezial:Anmelden ausblenden */
#mw-userlogin-help { display:none; }

/* basic styles. funktionieren nur gut mit hellen/weißen hintergründen im hauptinhalt */
/* <pre> */

.pwnews { background:#336699; color:#ffffff; padding:5px; margin:6px; }
.pwnews a { color:#e6e9ff !important; }
.pwnews a:visited { color:#c6c9dd !important; }
.pwnews h2, .pwnews h3, .pwnews h4, .pwnews h5, .pwnews h6 { color:#ffffff; }

.noarticletext { padding: 5px !important; background-color: #f6f6f6 !important; }

.flashbenoetigt {
  background-image: url("//www.pokewiki.de/images/6/60/Flash_benoetigt.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.babelitem {
  margin: 0.2em 0;
  color: #000;
}

.babelitem th {
  width: 2.7em;
  height: 2.7em;
  font-size: 14pt;
  padding: 0 0.2em;
}

.babelitem td {
  line-height: 1.25em;
  font-size: 8pt;
  padding: 4pt;
}

.inhaltBg { background-color: #FFF; }

div.thumb {
    border: none;
}

/******* Styles der Hauptseite *******/
.mainpage_1 {
  padding: 0.5em 1.0em;
  background: #f8f8f8;
  border: 1px solid #999;
}

.mainpage_2a {
  border: 1px solid #88a;
  background: #e6e9ff;
  padding: 0.5em;
  text-align: left;
}
.page-Hauptseite .mainpage_2a {
  padding: 0.35em;
}
.page-Hauptseite h2 {
  padding-top:0.2em;
}
.page-Hauptseite div#bodyContent h1 {
  margin-bottom:0.8em
}
.mainpage_2b {
  border:1px solid #AAAAAA;background-color:#FCFCFC;
  padding: 0.5em;
}

.mainpage_3 {
  text-align: left;
  padding: 0.5em 1.0em;
  border: 1px solid #999;
}

.mainpage_4 {
  text-align: center;
  padding: 0.5em 1.0em;
  margin: 0 0.25em 0 0;
  background: #cfc;
  border: 1px solid #8a8;
}

/******* Neue Stylesheets für die Hauptseite *******/
.mainpage_neu_1 {
  -moz-border-radius: 10px; 
  border-radius: 10px; 
  width: 100%; 
  border: 4px solid #FCFCFC; 
  background: #e6e9ff;
}
.mainpage_neu_2 {
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background: #FCFCFC;
  border :2px solid #006ecc; 
  font-size: 91%; 
}
.mainpage_neu_3 {
  background: transparent; 
  margin-top: -5px; 
  margin-bottom: -5px;
}
.mainpage_neu_einleitung {
  -moz-border-radius: 6px 0 0 0; 
  border-radius: 6px 0 0 0; 
  background: #FCFCFC;
  border :2px solid #006ecc; 
  font-size: 91%; 
}
.mainpage_neu_portal {
  -moz-border-radius: 0 6px 0 0; 
  border-radius: 0 6px 0 0; 
  background: #FCFCFC;
  border :2px solid #006ecc; 
  font-size: 91%; 
}
.mainpage_neu_pdw, .mainpage_neu_lwa, .mainpage_neu_adw {
  background: #FCFCFC;
  border :2px solid #006ecc; 
  font-size: 91%; 
}
.mainpage_neu_wifi {
  -moz-border-radius: 0 0 0 6px; 
  border-radius: 0 0 0 6px; 
  background: #FCFCFC;
  border :2px solid #006ecc; 
  font-size: 91%; 
}
.mainpage_neu_regeln {
  -moz-border-radius: 0 0 6px 0; 
  border-radius: 0 0 6px 0; 
  background: #FCFCFC;
  border :2px solid #006ecc; 
  font-size: 91%; 
}
.mainpage_neu_ep {
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background: #FCFCFC;
  border :3px solid #006ecc; 
}
.mainpage_neu_headline {
  font-size: 150%;
}
.mainpage_neu_round {
  -moz-border-radius: 6px; 
  border-radius: 6px; 
  background: #FCFCFC;
  border :2px solid #006ecc; 
  font-size: 91%; 
}
/******* Kleinschreibung nicht erzwingen *******/
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

caption {
  font-weight:bold;
}
/******* prettytable *******/

.prettytable, .tabelle-grau,.learnset_table,.pokemoninfobox,.prettytable2,.prettytable-eng  {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
}
.learnset_table {
  margin: 1em 0.1em 1em 0;
}
.pokemoninfobox {
  margin: 0;
}
 
.prettytable th, .prettytable td, .prettytable2 th, .prettytable2 td, .prettytable-eng td, .prettytable-eng th,.tabelle-grau td, .tabelle-grau th,.learnset_table td, .learnset_table th,.pokemoninfobox td, .pokemoninfobox th  {
  border: 1px #AAA solid;
  padding: 0.2em 0.3em;
}
.learnset_table td, .learnset_table {
  padding: 0.1em 0.3em;
}
.prettytable-eng td, .prettytable-eng th {
  padding: 0.1em 0.25em;
}

.pokemoninfobox td,.pokemoninfobox th{
  padding: 0.1em 0.4em;
}
.learnset_table th {
  background: #e0e0e0;
}
.accenttable, .accenttable td {
  background:#fff;
  padding: 0.2em 0.3em;
}
.accenttable tr:hover td{ 
background:rgba(160,160,160,0.5);
}
 
caption {
  margin:0;
  font-size:110%;
  text-align:center;
  font-weight: bold;
}

.no-accenttable tr:hover{
  background:transparent;
  padding: 0.2em 0.3em;
}

 
.nogrid, .nogrid th, .nogrid td { border: none !important; background: none !important;}
.nogrid-right, .nogrid-right th, .nogrid-right td { border-right: none !important; background: none !important;}
.nogrid-top, .nogrid-top th, .nogrid-top td { border-top: none !important; background: none !important;}
.nogrid-left, .nogrid-left th, .nogrid-left td { border-left: none !important; background: none !important;}
.nogrid-bottom, .nogrid-bottom th, .nogrid-bottom td { border-bottom: none !important; background: none !important;}
.float-left { float: left; clear: left;}
.float-right { float: right; clear: right; margin: 1em 0 1em 1em;}
.centered { margin-left: auto; margin-right: auto;}

.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
    border-color: #aaaaaa;
    border-width: 1px;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
    border-color: #e9e9e9;
    border-width: 1px;
}
.rahmenfarbe3 { /* "Rot", auffällig */
    border-color: #c00000;
    border-width: 1px;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
    border-color: #8888aa;
    border-width: 1px;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
    border-color: #000000;
    border-width: 1px;
}
 
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
    background-color: #f9f9f9;
}
.hintergrundfarbe3 { /* "Gelb", auffällig */
    background-color: #ffff40;
}
.hintergrundfarbe4 { /* Sehr auffällig */
    background-color: #ffaa00;
}
.hintergrundfarbe5 { /* Neutral, abgesetzt */
    background-color: #e0e0e0;
}
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b3b7ff;
}
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffcbcb;
}
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffebad;
}
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b9ffc5;
}

/* neuer tabellen-style, rund */
.mw-statistics-table {
  border-collapse:separate !important;
}
.roundtable,.mw-statistics-table {
  border:2px solid #ccc;
  -moz-border-radius:0.5em;
  border-radius:0.5em;
  background:#fff;
  padding:0.05em;
  margin: 0 0.5em 0.5em 0;
}
.roundtable th,.mw-statistics-table th {
  padding:0.1em 0.5em;
}
.mw-statistics-table th {
  border-radius:0.5em;
  -moz-border-radius:0.5em;
  padding:0.1em 0.5em !important;
}
.mw-statistics-table td {
  border:0 !important;
  border-bottom: 1px dashed #bcbcbc !important;
  padding-right:0.5em;
}
.roundtable td, .mw-statistics-table td {
  border:0;
  border-bottom: 1px dashed #bcbcbc;
  padding-right:0.5em;
}
.roundtable.land th {
  background: #aaffaa;
}
.roundtable.land, .roundtable.land td {
  border-color:#aaffaa;
}
.roundtable.hoehle th {
  background: #dbcfb3;
}
.roundtable.hoehle,.roundtable.hoehle td {
  border-color: #e3dbc1;
}
.roundtable.wasser th {
  background: #b2d8ff;
}
.roundtable.wasser,.roundtable.wasser td {
  border-color: #cce3ff
}
.roundtable.wüste th {
  background: #e5d475;
}
.roundtable.wüste,.roundtable.wüste td {
  border-color: #eee4ae
}
.roundtable.straße th,.mw-statistics-table th {
  background: #DEDEDE;
}
.roundtable.straße, .mw-statistics-table {
  border-color: #EFEFEF !important;
}
.roundtable.straße td,.mw-statistics-table td {
  border-color: #DEDEDE !important;
}
.roundtable.schneepfad th {
  background: #c1f2ff ;
}
.roundtable.schneepfad,.roundtable.schneepfad td {
  border-color: #d5f2f4;
}
.roundtable.insel th {
  background: #eaddc4;
}
.roundtable.insel,.roundtable.insel td {
  border-color: #efe8d5;
}
.roundtable.zukunft th {
  background: #92a3ac;
}
.roundtable.zukunft,.roundtable.zukunft td {
  border-color: #abbfc9;
}
.lightBg1 { background: #F9F9F9; }
.darkBg1 { background: #EFEFEF; }
.darkBg2, tr.darkBg2 td { background: #BCBCBC; }

.lightBorder1 { border: 1px solid #ccc; }
.darkBorder1 { border: 1px solid #aaa; }

.lightBorder1-left { border-left: 1px solid #ccc; }
.darkBorder1-left { border-left: 1px solid #aaa; }

.lightBorder1-right { border-right: 1px solid #ccc; }
.darkBorder1-right { border-right: 1px solid #aaa; }

.lightBorder1-top { border-top: 1px solid #ccc; }
.darkBorder1-top { border-top: 1px solid #aaa; }

.lightBorder1-bottom { border-bottom: 1px solid #ccc; }
.darkBorder1-bottom { border-bottom: 1px solid #aaa; }


.allpagesredirect a { font-style: italic; color: gray !important; }

.pokemon_move_method { background:#ddd; padding: 4px; font-size: 90%; margin-top: 5px;}
.pokemon_move_box { margin-top: 3px; width: 140px; text-align:center; border: 1px #999 solid; line-height:1.0;}
.pokemon_stats_table { border-collapse: collapse; }
.pokemon_stats_table td, .pokemon_stats_table th { border-bottom: 1px solid #999; padding: 4px 15px 4px 0; text-align:left;} 

/* hack to have more than one image floated left */
.floatImagesLeft div.tleft {
  clear:none;
  border-width:0.5em 0.1em 0.8em 0;
}

/* pre style */
pre {
  padding: 1em;
  line-height:1.2;
  border: 1px dashed #2f6fab;
  border-width: 1px 0;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
  overflow-x:auto;
  font-size:90%;
  font-family: Consolas, Courier New, sans-serif;
}

.poke_items ul {
  list-style:none;
  margin:0.3em 0 0 0.1em;
}

/* leichte runde ecken bei navigationsleisten, testweise */
.navigationsleiste {
  clear:both;
}
.navigationsleiste, .navigationsleiste th, .NavFrame, .NavFrame th, .NavHead, .BoxenVerschmelzen {
  -moz-border-radius:0.5em;
  border-radius:0.5em;
}

.round {
  border-radius:0.5em;
  -moz-border-radius:0.5em;
}
.round-left{
  border-top-left-radius:0.5em;
  -moz-border-radius-topleft:0.5em;
  border-bottom-left-radius:0.5em;
  -moz-border-radius-bottomleft:0.5em;
}

.round-top{
  border-top-right-radius:0.5em;
  -moz-border-radius-topright:0.5em;
  border-top-left-radius:0.5em;
  -moz-border-radius-topleft:0.5em;
}

.round-right {
  border-top-right-radius:0.5em;
  -moz-border-radius-topright:0.5em;
  border-bottom-right-radius:0.5em;
  -moz-border-radius-bottomright:0.5em;
}

 .round-bottom{
  border-bottom-left-radius:0.5em;
  -moz-border-radius-bottomleft:0.5em;
  border-bottom-right-radius:0.5em;
  -moz-border-radius-bottomright:0.5em;
}

.round-topleft, table.innerround tr:not([style*="display:none"]):first-child td:not([style*="display:none"]):first-child, table.innerround tr:not([style*="display:none"]):first-child th:not([style*="display:none"]):first-child {
  border-top-left-radius:0.5em;
  -moz-border-radius-topleft:0.5em;
}

.round-topright, table.innerround tr:not([style*="display:none"]):first-child td:not([style*="display:none"]):last-child, table.innerround tr:not([style*="display:none"]):first-child th:not([style*="display:none"]):last-child {
  border-top-right-radius:0.5em;
  -moz-border-radius-topright:0.5em;
}

.round-bottomleft, table.innerround tr:not([style*="display:none"]):last-child td:not([style*="display:none"]):first-child, table.innerround tr:not([style*="display:none"]):last-child th:not([style*="display:none"]):first-child {
  border-bottom-left-radius:0.5em;
  -moz-border-radius-bottomleft:0.5em;
}

.round-bottomright, table.innerround tr:not([style*="display:none"]):last-child td:not([style*="display:none"]):last-child, table.innerround tr:not([style*="display:none"]):last-child th:not([style*="display:none"]):last-child {
  border-bottom-right-radius:0.5em;
  -moz-border-radius-bottomright:0.5em;
}

.noround {
  border-radius:0em !important; 
  -moz-border-radius:0em !important;
}
.noround-left, .noround-top, .noround-topleft {
  border-top-left-radius:0em !important;
  -moz-border-radius-topleft:0em !important;
}
.noround-right, .noround-top, .noround-topright {
  border-top-right-radius:0em !important;
  -moz-border-radius-topright:0em !important;
}
.noround-left, .noround-bottom, .noround-bottomleft {
  border-bottom-left-radius:0em !important;
  -moz-border-radius-bottomleft:0em !important;
}
.noround-right, .noround-bottom, .noround-bottomright {
  border-bottom-right-radius:0em !important;
  -moz-border-radius-bottomright:0em !important;
}

/* Unterbindet gepunkteten Rand um aktive Links  */

.noactiveoutline:active,
.noactiveoutline a:active
{
  outline: none;
}

/* Inhalts-Switcher über Tabs */

.ContentTabs {
  margin: 1em auto;
  border: 1px solid #ccc;
}
.Tabs {
  overflow:hidden;
  border-bottom:1px solid #ccc;
  background:#fafafa;
}
.Tabs div, .Tabs a {
  float:left;
  border-right:1px solid #ccc;
  padding: 0.1em 0.5em;
  font-size:95%;
}
.Tabs a.active {
  background: #eaeaea;
}
.Contents {
  padding:0.5em;
}
.Contents div {

}

/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
 
.allpagesredirect,
.watchlistredir,
.redirect-in-category {
  font-style: italic;
}
/* Fix so <tt>, <code> tags get normal text size also in 
   some versions of Firefox, Safari, Konqueror, Chrome etc. */

tt, code {
    font-family: monospace, sans-serif;
}

span.key,span.keys > span { 
  border-style: solid;
  border-color: rgb(221, 221, 221) rgb(187, 187, 187) rgb(187, 187, 187) rgb(221, 221, 221);
  border-width: 0.2em;
  padding: 0pt 0.4em;
  background: rgb(238, 238, 238) none repeat scroll 0%;
}
/* Textausrichtungsklassen */
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
/* classes für die Element-Ausrichtung */
.left, .links { float:left }
.right, .rechts { float:right }
.center, .zentriert, .centered { margin-right:auto; margin-left:auto } /* Nur für Tabellen und andere Elemente */

/*Spiegeln*/
div.spiegeln {
  filter:FlipH();
}

@media screen {
.tt_for_handy {
  display:none;
}
}
@media handheld {
.tt_for_handy {
  display:inline !important;
}
}

textarea {
    width: 100%;
}

div.h1banner {
        background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px;
	text-align: right;
	text-indent: 0;
	text-transform: none;
	top: -2em;
	white-space: normal;
	z-index: 1;
}

.filbstrategy {
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 2;
    background: #336699;
    border: 3px solid #144176;
    font-size: 90%;
    border-spacing: 0;
}

#toc, .toc {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    border: 1px solid #78adf2 !important;
}

.sp-cached {
    background: url("/images/thumb/8/8c/Clock_and_warning.svg/20px-Clock_and_warning.svg.png") no-repeat scroll 5px 3px #FFFFE0;
    border: 1px solid #EEEE80;
    color: #606000;
    font-style: italic;
    margin: 0.3em 0;
    padding: 4px 0 4px 30px;
}

/* Blendet die Löschen, Freigeben und Verschieben-Reiter auf der Hauptseite aus --> Braucht keiner */
body.page-Hauptseite #ca-delete,
body.page-Hauptseite #ca-move,
.page-Hauptseite #catlinks { 
display: none !important; 
}

/* Externer-Link-Pfeil bei Links zu Filb.de, Discord und bei internen URL-Links ausblenden, Klasse "plainlinks" entfällt. */
#bodyContent a.external[href^="//www.filb.de"],
#bodyContent a.external[href^="//filb.de"],
#bodyContent a.external[href^="//www.pokewiki.de"],
#bodyContent a.external[href^="//pokewiki.de"],
#bodyContent a.external[href^="//www.pokéwiki.de"],
#bodyContent a.external[href^="//pokéwiki.de"],
#bodyContent a.external[href^="//www.xn--pokwiki-dya.de"],
#bodyContent a.external[href^="//xn--pokwiki-dya.de"],
#bodyContent a.external[href^="http://www.filb.de"],
#bodyContent a.external[href^="http://filb.de"],
#bodyContent a.external[href^="http://www.pokewiki.de"],
#bodyContent a.external[href^="http://pokewiki.de"],
#bodyContent a.external[href^="http://www.pokéwiki.de"],
#bodyContent a.external[href^="http://pokéwiki.de"],
#bodyContent a.external[href^="http://www.xn--pokwiki-dya.de"],
#bodyContent a.external[href^="http://xn--pokwiki-dya.de"],
#bodyContent a.external[href^="https://discord.gg"] {
	background: none !important;
	padding-right: 0 !important;
}

.aktuell {
  background:#BFEFFF; padding:3px;
}

.AABanner:before{content:url(//www.pokewiki.de/images/7/7f/SW_National-Pok%C3%A9Dex_Komplettierung_Abzeichen.png);}
.LABanner:before{content:url(//www.pokewiki.de/images/d/d9/SW_Pok%C3%A9Dex_Komplettierung_Abzeichen.png);}
.page-_Ng_ゥ #firstHeading:after{content:url(//www.pokewiki.de/images/d/d6/Pok%C3%A9dollar.gif);}

.page-Spezial_Letzte_Änderungen #content li:hover {
  background:#BFEFFF;
}
.page-Spezial_Letzte_Änderungen #content .pBody li:hover {
  background:transparent;
}
/* Rahmenfarbe des fieldsets passend zu der des MediaWiki:Recentchangestext machen :) */
.page-Spezial_Letzte_Änderungen #content fieldset {
    border:2px solid #e8f1fb;
    margin: 1em 0.5em;
    background: #FAFCFF;
}

.hoverexpand {
height: 18px;
padding: 2px;
overflow: hidden;
*overflow: visible;
_overflow: visible;
}

.hoverexpand:hover {
height: 100%;
overflow: visible;
}

#hoverheader{
  border:none !important;
  opacity:0.9;
  border-radius:0.5em;
  -moz-border-radius:0.5em;
  border-bottom-left-radius:0em !important;
  -moz-border-bottomleft:0em !important;
  background:#B6E0F2 !important;
}
#hovertitle{
  border-radius:0.5em;
  border-bottom-left-radius:0;
  border-bottom-left-radius:0 !important;
  border:none !important;
  background:#B6E0F2 !important;
  opacity:0.9;
  padding:2px;
}

#hoverzeile:hover{
  border-radius:0.5em;
  -moz-border-radius:0.5em;
  border-top-left-radius:0 !important;
  -moz-border-radius-topleft:0 !important;
  background:#73C4E6 !important;
}

.w{background:#fff !important;
  border-radius:0.5em;
  -moz-border-radius:0.5em;
}
/* PokéWiki-Farben */
.pwc1{background:#e2edf9;}
.pwc2{background:#d3e2f5;}
.pwc3{background:#cbddf3;}
.pwc4{background:#c6d9f2;}
.pwc5{background:#c0d6f0;}
.pwc6{background:#b8d1ee;}
.pwc7{background:#b1cdec;}
.pwc8{background:#5c82ae;}

.pwb1{border: 2px solid#e2edf9;}
.pwb2{border: 2px solid#d3e2f5;}
.pwb3{border: 2px solid#cbddf3;}
.pwb4{border: 2px solid#c6d9f2;}
.pwb5{border: 2px solid#c0d6f0;}
.pwb6{border: 2px solid#b8d1ee;}
.pwb7{border: 2px solid#b1cdec;}
.pwb8{border: 2px solid#5c82ae;}



.stab_ja{font-weight:bold}
.stab_vllt{font-style:italic}

.newpage {
    color: green;
}

.minor,.minoredit {
    color: gray;
}

/*Tabellen*/
.newtable th, .newtable td{border:1px solid#8a8a8a !important;
padding:2px;
}

table.lastisroundtable td
{
  background:#fff;
}

table.lastisroundtable tr:not([style*="display:none"]):last-child td:first-child,
table.lastisroundtable tr:not([style*="display:none"]):last-child th:first-child
{
  border-bottom-left-radius:0.5em;
  -moz-border-radius-bottomleft:0.5em;
  background:#fff;
}

table.lastisroundtable tr:not([style*="display:none"]):last-child td:last-child,
table.lastisroundtable tr:not([style*="display:none"]):last-child th:last-child
{
  border-bottom-right-radius:0.5em;
  -moz-border-radius-bottomright:0.5em;
  background:#fff;
}

table.lastisroundtable tr:not([style*="display:none"]):last-child td:first-child.noround,
table.lastisroundtable tr:not([style*="display:none"]):last-child th:first-child.noround
{
  border-bottom-left-radius:0 !important;
  -moz-border-radius-bottomleft:0 !important;
  background:#fff;
}

table.lastisroundtable tr:not([style*="display:none"]):last-child td:last-child.noround,
table.lastisroundtable tr:not([style*="display:none"]):last-child th:last-child.noround
{
  border-bottom-right-radius:0em !important;
  -moz-border-radius-bottomright:0em !important;
  background:#fff;
}

table.firstisroundtable td
{
  background:#fff;
}

table.firstisroundtable tr:not([style*="display:none"]):first-child td:first-child,
table.firstisroundtable tr:not([style*="display:none"]):first-child th:first-child
{
  border-top-left-radius:0.5em;
  -moz-border-radius-topleft:0.5em;
  background:#fff;
}

table.firstisroundtable tr:not([style*="display:none"]):first-child td:last-child,
table.firstisroundtable tr:not([style*="display:none"]):first-child th:last-child
{
  border-top-right-radius:0.5em;
  -moz-border-radius-topright:0.5em;
  background:#fff;
}

table.firstisroundtable tr:not([style*="display:none"]):first-child td:first-child.noround,
table.firstisroundtable tr:not([style*="display:none"]):first-child th:first-child.noround
{
  border-top-left-radius:0 !important;
  -moz-border-radius-topleft:0 !important;
  background:#fff;
}

table.firstisroundtable tr:not([style*="display:none"]):first-child td:last-child.noround,
table.firstisroundtable tr:not([style*="display:none"]):first-child th:last-child.noround
{
  border-top-right-radius:0 !important;
  -moz-border-radius-topright:0 !important;
  background:#fff;
}

.button{
	box-shadow: 0 0 5px #b1cdec;
	background:#b1cdec;
	background: -moz-linear-gradient(top, #b1cdec 0%, #5c82ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1cdec), color-stop(100%,#5c82ae));
	background: -webkit-linear-gradient(top, #b1cdec 0%, #5c82ae 100%);
	background: -o-linear-gradient(top, #b1cdec 0%, #5c82ae 100%);
	background: -ms-linear-gradient(top, #b1cdec 0%, #5c82ae 100%);
	background: linear-gradient(top, #b1cdec 0%, #5c82ae 100%);
	border:solid 1px #5c82ae;
	padding: 5px;
	color: #000000;
	margin:4px;
}
.hsbutton{
	box-shadow: 0 0 5px #b1cdec;
	background:#b1cdec;
	background: -moz-linear-gradient(top, #b1cdec 0%, #cbddf3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1cdec), color-stop(100%,#cbddf3));
	background: -webkit-linear-gradient(top, #b1cdec 0%, #cbddf3 100%);
	background: -o-linear-gradient(top, #b1cdec 0%, #cbddf3 100%);
	background: -ms-linear-gradient(top, #b1cdec 0%, #cbddf3 100%);
	background: linear-gradient(top, #b1cdec 0%, #cbddf3 100%);
	border:solid 1px #5c82ae;
	padding: 5px;
	color: #000000;
	margin:4px;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
}


.toggleopen{display:none}

.mainpage_neu_wifi a[title*="Poké"], .mainpage_neu_wifi a[href*="Poke"]{
font-weight:bold !important;
font-size:110%;
}

.mw-specialpagecached{font-style:italic;}

TABLE#mw-dismissable-notice td:last-child{
max-width:1%;
vertical-align:top;
}

.prelike{
background:#f9f9f9;
border-width: 1px 0 1px 0;
border-style: dashed;
border-color:rgb(47, 111, 171);
padding:1em;
}

.blink a:not(.new), a .blink:not(.new), a .blink:visited:not(.new), .blink a:visited:not(.new), a.blacklinks:not(.new), .blacklinks a:not(.new), a.blacklinks:visited:not(.new), .blacklinks a:visited:not(.new) {color:#000000}
.wlink a:not(.new), a .wlink:not(.new), a .wlink:visited:not(.new), .wlink a:visited:not(.new), a.whitelinks:not(.new), .whitelinks a:not(.new), a.whitelinks:visited:not(.new), .whitelinks a:visited:not(.new) {color:#ffffff}

.hauptseitecontent{
background: white; 
border: 2px solid #5c82ae; 
border-top: 0; 
padding: 6px; 
font-size: 9pt;
}

.hauptseitecontent p:first-of-type{
margin-top: 0 !important;
}

.hauptseitecontent p:last-of-type{
margin-bottom: 0 !important;
}

.hauptseitecontent ul{
margin-top: 0 !important;
margin-left: 1.3em !important;
}

.hauptseitecontent table tr td{
margin: 0;
padding: 0;
}

.hauptseitekasten{
background: #5c82ae; 
margin-top: 8px; 
width: 100%;
}

.hauptseitetitel{
font-size: 20px; 
color: white; 
padding: 5px;
}

.hauptseitebuttonbar{
background: #5c82ae; 
padding: 5px; 
padding-top: 0; 
font-size: 95%;
}

.hauptseitebuttonbar a{
display: block;
width: 100%;
}

.hauptseitebuttonbar div:hover{
background-color: #B1CDEC !important;
}

.colorUnbekanntdunkel, .colordunkel{
color: #8CC4B5;
}
.backgroundUnbekanntdunkel, .backgrounddunkel{
background: #8CC4B5;
}
.borderUnbekanntdunkel, .borderdunkel{
border-color: #8CC4B5;
}
.colorUnbekannthell, .colorhell{
color: #CADDD8;
}
.backgroundUnbekannthell, .backgroundhell{
background: #CADDD8;
}
.borderUnbekannthell, .borderhell{
border-color: #CADDD8;
}

.colorUnbekannttext, .colortext, .colorBodentext, .colorDrachetext, .colorEistext, .colorElektrotext, .colorFeetext, .colorFeuertext, .colorGesteintext, .colorGifttext, .colorKampftext, .colorKäfertext, .colorNormaltext, .colorPflanzetext, .colorPsychotext, .colorStahltext, .colorUnlichttext, .colorWassertext{
color: #000000;
}

.colorBodendunkel{
color: #D4BB78;
}
.backgroundBodendunkel{
background: #D4BB78;
}
.borderBodendunkel{
border-color: #D4BB78;
}
.colorBodenhell{
color: #EDDEB5;
}
.backgroundBodenhell{
background: #EDDEB5;
}
.borderBodenhell{
border-color: #EDDEB5;
}

.colorDrachedunkel{
color: #8C7ADB;
}
.backgroundDrachedunkel{
background: #8C7ADB;
}
.borderDrachedunkel{
border-color: #8C7ADB;
}
.colorDrachehell{
color: #C4B9F4;
}
.backgroundDrachehell{
background: #C4B9F4;
}
.borderDrachehell{
border-color: #C4B9F4;
}

.colorEisdunkel{
color: #98D2E6;
}
.backgroundEisdunkel{
background: #98D2E6;
}
.borderEisdunkel{
border-color: #98D2E6;
}
.colorEishell{
color: #DBF6FF;
}
.backgroundEishell{
background: #DBF6FF;
}
.borderEishell{
border-color: #DBF6FF;
}

.colorElektrodunkel{
color: #E5BE5C;
}
.backgroundElektrodunkel{
background: #E5BE5C;
}
.borderElektrodunkel{
border-color: #E5BE5C;
}
.colorElektrohell{
color: #FEE299;
}
.backgroundElektrohell{
background: #FEE299;
}
.borderElektrohell{
border-color: #FEE299;
}

.colorFeedunkel{
color: #E29BE2;
}
.backgroundFeedunkel{
background: #E29BE2;
}
.borderFeedunkel{
border-color: #E29BE2;
}
.colorFeehell{
color: #FBDEFB;
}
.backgroundFeehell{
background: #FBDEFB;
}
.borderFeehell{
border-color: #FBDEFB;
}

.colorFeuerdunkel{
color: #E07858;
}
.backgroundFeuerdunkel{
background: #E07858;
}
.borderFeuerdunkel{
border-color: #E07858;
}
.colorFeuerhell{
color: #FAAC94;
}
.backgroundFeuerhell{
background: #FAAC94;
}
.borderFeuerhell{
border-color: #FAAC94;
}

.colorFlugdunkel{
color: #909EE2;
}
.backgroundFlugdunkel{
background: #909EE2;
}
.borderFlugdunkel{
border-color: #909EE2;
}
.colorFlughell{
color: #D3DAFB;
}
.backgroundFlughell{
background: #D3DAFB;
}
.borderFlughell{
border-color: #D3DAFB;
}

.colorGeistdunkel{
color: #7171BE;
}
.backgroundGeistdunkel{
background: #7171BE;
}
.borderGeistdunkel{
border-color: #7171BE;
}
.colorGeisthell{
color: #ABABD7;
}
.backgroundGeisthell{
background: #ABABD7;
}
.borderGeisthell{
border-color: #ABABD7;
}

.colorGesteindunkel{
color: #C2AE6B;
}
.backgroundGesteindunkel{
background: #C2AE6B;
}
.borderGesteindunkel{
border-color: #C2AE6B;
}
.colorGesteinhell{
color: #DCCFA6;
}
.backgroundGesteinhell{
background: #DCCFA6;
}
.borderGesteinhell{
border-color: #DCCFA6;
}

.colorGiftdunkel{
color: #B874B8;
}
.backgroundGiftdunkel{
background: #B874B8;
}
.borderGiftdunkel{
border-color: #B874B8;
}
.colorGifthell{
color: #D1AED1;
}
.backgroundGifthell{
background: #D1AED1;
}
.borderGifthell{
border-color: #D1AED1;
}

.colorKampfdunkel{
color: #AF7564;
}
.backgroundKampfdunkel{
background: #AF7564;
}
.borderKampfdunkel{
border-color: #AF7564;
}
.colorKampfhell{
color: #C8A59A;
}
.backgroundKampfhell{
background: #C8A59A;
}
.borderKampfhell{
border-color: #C8A59A;
}

.colorKäferdunkel{
color: #BEC863;
}
.backgroundKäferdunkel{
background: #BEC863;
}
.borderKäferdunkel{
border-color: #BEC863;
}
.colorKäferhell{
color: #DAE19C;
}
.backgroundKäferhell{
background: #DAE19C;
}
.borderKäferhell{
border-color: #DAE19C;
}

.colorNormaldunkel{
color: #CEBE9F;
}
.backgroundNormaldunkel{
background: #CEBE9F;
}
.borderNormaldunkel{
border-color: #CEBE9F;
}
.colorNormalhell{
color: #E7E5E1;
}
.backgroundNormalhell{
background: #E7E5E1;
}
.borderNormalhell{
border-color: #E7E5E1;
}

.colorPflanzedunkel{
color: #98CC6B;
}
.backgroundPflanzedunkel{
background: #98CC6B;
}
.borderPflanzedunkel{
border-color: #98CC6B;
}
.colorPflanzehell{
color: #C4E6A7;
}
.backgroundPflanzehell{
background: #C4E6A7;
}
.borderPflanzehell{
border-color: #C4E6A7;
}

.colorPsychodunkel{
color: #DE7097;
}
.backgroundPsychodunkel{
background: #DE7097;
}
.borderPsychodunkel{
border-color: #DE7097;
}
.colorPsychohell{
color: #F7AEC8;
}
.backgroundPsychohell{
background: #F7AEC8;
}
.borderPsychohell{
border-color: #F7AEC8;
}

.colorStahldunkel{
color: #9E9ECC;
}
.backgroundStahldunkel{
background: #9E9ECC;
}
.borderStahldunkel{
border-color: #9E9ECC;
}
.colorStahlhell{
color: #E0E0E6;
}
.backgroundStahlhell{
background: #E0E0E6;
}
.borderStahlhell{
border-color: #E0E0E6;
}

.colorUnlichtdunkel{
color: #997E6D;
}
.backgroundUnlichtdunkel{
background: #997E6D;
}
.borderUnlichtdunkel{
border-color: #997E6D;
}
.colorUnlichthell{
color: #B3A9A3;
}
.backgroundUnlichthell{
background: #B3A9A3;
}
.borderUnlichthell{
border-color: #B3A9A3;
}

.colorWasserdunkel{
color: #68A7E6;
}
.backgroundWasserdunkel{
background: #68A7E6;
}
.borderWasserdunkel{
border-color: #68A7E6;
}
.colorWasserhell{
color: #A6D3FF;
}
.backgroundWasserhell{
background: #A6D3FF;
}
.borderWasserhell{
border-color: #A6D3FF;
}

/*Vorlage:AtkTable*/
tr.atkrow { background: white; }
tr.atkrow td:first-child, tr.atkrow td:nth-child(2), tr.atkrow td:nth-child(5), tr.atkrow td:nth-child(6), tr.atkrow td:nth-child(7), tr.atkrow td:nth-child(8), tr.atkrow td:nth-child(9) { padding: 0 3px 0 3px; }
tr.atkrow td:nth-child(2), tr.atkrow td:nth-child(8), tr.atkrow td:nth-child(9) { text-align: left; }
tr.atkrow td:nth-child(5), tr.atkrow td:nth-child(6), tr.atkrow td:nth-child(7) { text-align: right; }

.page-Spezial_Letzte_Änderungen #content .mw-changeslist-legend {
border: 2px solid #E8F1FB;
background: #FFFFFF;
}

.half{
background:#ff3030;
}

.full{
background:#cfcfcf;
}

.null{
background:#828282;
}

.double{
background:#66cd00;
}

.inaktivtypenbox td, td.inaktivtypenbox{
border: 1px solid rgba(153, 153, 153, 0.3); 
background: rgba(250, 250, 250, 0.3);
border-radius: 20px;
}

.inaktivtypenbox.red td, td.inaktivtypenbox.red{
border: 1px solid rgba(153, 85, 85, 0.3); 
background: rgba(250, 221, 221, 0.3)
}

.inaktivtypenbox.green td, td.inaktivtypenbox.green{
border: 1px solid rgba(85, 153, 85, 0.3); 
background: rgba(221, 250, 221, 0.3)
}

.inaktivtypenbox.gray td, td.inaktivtypenbox.gray{
border: 1px solid rgba(85, 85, 85, 0.3); 
background: rgba(205, 205, 205, 0.3)
}

.typenbox td, td.typenbox{
border: 1px solid rgb(153, 153, 153); 
background: rgb(250, 250, 250);
border-radius: 20px;
}

.typenbox.red td, td.typenbox.red, .typenbox td.inaktivtypenbox.red{
border: 1px solid rgb(153, 85, 85) !important; 
background: rgb(250, 221, 221) !important
}

.typenbox.green td, td.typenbox.green, .typenbox td.inaktivtypenbox.green{
border: 1px solid rgb(85, 153, 85) !important; 
background: rgb(221, 250, 221) !important
}

.typenbox.gray td, td.typenbox.gray, .typenbox td.inaktivtypenbox.gray{
border: 1px solid rgb(85, 85, 85) !important; 
background: rgb(205, 205, 205) !important
}

/* Übersichtlichkeit in Team-Boxen: Sprite-Bereich soll immer gleich hoch sein */
.tplTeamZeileSprite {
height: 130px;
}
.tplTeamZeileSprite img {
max-height: 120px;
}

.img32px img {
max-width: 32px;
max-height: 32px;
}

/* Anpassung der Größe der Searchbox */
div#simpleSearch {
    height: 28px;
    border-bottom: none;
}

div#simpleSearch input#searchInput {
    padding: 7px 0 0 6px;
}

/* Schnitzeljagd-Gewinnspiel */
.schnitzeljagd2015 {
margin: 1em;
text-align: center;
border: 1px solid #E3EBEB;
background-image: url("//www.pokewiki.de/images/gewinnspiel_20150831_schnitzeljagd2015.jpg");
text-shadow: 0px 0px 5px #FFF;
overflow: hidden;
}

.schnitzeljagd2015 .title {
text-align: center;
font-size: 1.3em;
padding: 0.5em 1em;
border-bottom: 1px solid #FFD700;
background: rgba(255, 255, 255, 0.55) none repeat scroll 0% 0%;
font-weight: bold;
box-shadow: 0px 3px 9px #555;
}

.schnitzeljagd2015 .status {
padding-bottom: 0.5em;
padding: 1em 1em 0 1em;
}

.schnitzeljagd2015 .next {
padding: 1em 1em 0 1em;
font-size: 1.1em;
padding-bottom: 0.5em;
}

/** Vorlage:Sk **/
.sk_item { border: 1px solid transparent; font-weight: bold; font-size: 0.9em; padding: 0.1em; color: black; text-decoration: none; font-style: normal; box-sizing: border-box; }
.sk > *:first-child > .sk_item:first-child { border-top-left-radius:0.5em; border-bottom-left-radius:0.5em; }
.sk > *:last-child > .sk_item:last-child { border-top-right-radius:0.5em; border-bottom-right-radius:0.5em; }

.sk_item[title="Pokémon Rot"] { background-color: #FF4444; }
.sk_item[title="Pokémon Blau"] { background-color: #6792FF; }
.sk_item[title="Pokémon Gelb"] { background-color: #FFFF00; }
.sk_item[title="Pokémon Gold"] { background-color: #E3C641; }
.sk_item[title="Pokémon Silber"] { background-color: #C1CCD3; }
.sk_item[title="Pokémon Kristall"] { background-color: #87CEFA; }
.sk_item[title="Pokémon Rubin"] { background-color: #BF0109; color: white; }
.sk_item[title="Pokémon Saphir"] { background-color: #3862AE; color: white; }
.sk_item[title="Pokémon Feuerrot"] { background-color: #DD7521; }
.sk_item[title="Pokémon Blattgrün"] { background-color: #B9D101; }
.sk_item[title="Pokémon Smaragd"] { background-color: #009A46; color: white; }
.sk_item[title="Pokémon Diamant"] { background-color: #84BAF8; }
.sk_item[title="Pokémon Perl"] { background-color: #DDAAAA; }
.sk_item[title="Pokémon Platin"] { background-color: #AABBD1; }
.sk_item[title="Pokémon Goldene Edition HeartGold"] { background-color: #EEDD82; }
.sk_item[title="Pokémon Silberne Edition SoulSilver"] { background-color: #B9D3EE; color: #462C11; }
.sk_item[title="Pokémon Schwarze Edition"] { background-color: black; color: white; }
.sk_item[title="Pokémon Weiße Edition"] { background-color: white; border-color: black; }
.sk_item[title="Pokémon Schwarze Edition 2"] { background-color: black; color: #0084C9; }
.sk_item[title="Pokémon Weiße Edition 2"] { background-color: white; border-color: #ED1C24; color: #ED1C24; }
.sk_item[title="Pokémon X"] { background-color: #DFF3F4; border-color: #005E9B; color: #005E9B; }
.sk_item[title="Pokémon Y"] { background-color: #E9B2BF; border-color: #871223; color: #871223; }
.sk_item[title="Pokémon Omega Rubin"] { background-color: #BF0109; border-color: #4F1734; color: #F8F688; }
.sk_item[title="Pokémon Alpha Saphir"] { background-color: #3862AE; border-color: #0A1535; color: #F8F688; }
.sk_item[title="Pokémon Mond"] { background-color: #56A4D2; border-color: #1F1B2A; color: #2D2D5F; }
.sk_item[title="Pokémon Sonne"] { background-color: #F2952D; border-color: #2D1515; color: #6F2637; }

/*Achtung: hinter Doppelpunkt oder Komma in title muss ein zero width no-break space*/
.sk_item[title="Hey You, Pikachu!"] { background-color: #FF0000; color: blue; }
.sk_item[title="Lernen mit Pokémon: Tasten-Abenteuer"] { background-color: #4876FF; color: #FFA500; }
.sk_item[title="My Pokémon Ranch"] { background-color: #CDB38B; }
.sk_item[title="Park der Freunde"] { background-color: #78C850; }
.sk_item[title="Pokédex 3D"], .sk_item[title="Pokédex 3D Pro"] { background-color: #F46B03; }
.sk_item[title="Pokémon Art Academy"] { background-color: #FFE500; color: #0081BD; }
.sk_item[title="Pokémon Bank"] { background-color: #F36F21; color: white; }
.sk_item[title="Pokémon Battle Revolution"] { background-color: #BC1D04; color: orange; }
.sk_item[title="Pokémon Blau (Japan)"] { background-color: #6792FF; }
.sk_item[title="Pokémon Box: Rubin und Saphir"] { background-color: #6E7B8B; color: white; }
.sk_item[title="Pokémon Channel"] { background-color: #FF0000; color: blue; }
.sk_item[title="Pokémon Colosseum"] { background-color: #7799FF; color: white; }
.sk_item[title="Pokémon Conquest"] { background-color: #763BA7; color: #FFF462; }
.sk_item[title="Pokémon Dash"] { background-color: #87CEFA; color: red; }
.sk_item[title="Pokémon Dream World"] { background-color: #FFB5C5; color: #FF1493; }
.sk_item[title="Pokémon GO"] { background-color: #08224E; border-color: #ED1C24; color: white; }
.sk_item[title="Pokémon Grün (Japan)"] { background-color: #00CD00; }
.sk_item[title="Pokémon Link!"] { background-color: #99FF99; }
.sk_item[title="Pokémon Link: Battle!"] { background-color: #FBAF16; color: white; }
.sk_item[title="Pokémon Mystery Dungeon: Erkundungsteam Dunkelheit"] { background-color: #E83038; color: white; }
.sk_item[title="Pokémon Mystery Dungeon: Erkundungsteam Himmel"] { background-color: #6CAA2D; color: white; }
.sk_item[title="Pokémon Mystery Dungeon: Erkundungsteam Zeit"] { background-color: #0098D8; color: white; }
.sk_item[title="Pokémon Mystery Dungeon: Portale in die Unendlichkeit"] { background-color: gray; color: white; }
.sk_item[title="Pokémon Mystery Dungeon: Team Blau"] { background-color: #6792FF; }
.sk_item[title="Pokémon Mystery Dungeon: Team Rot"] { background-color: #FF4444; }
.sk_item[title="Pokémon Mystery Dungeon 3 - Flammendes Abenteuerteam"] { background-color: #FF8BB0; }
.sk_item[title="Pokémon Mystery Dungeon 3 - Leuchtendes Abenteuerteam"] { background-color: #FFF666; }
.sk_item[title="Pokémon Mystery Dungeon 3 - Stürmisches Abenteuerteam"] { background-color: #5ACBDE; }
.sk_item[title="Pokémon Picross"] { background-color: #572418; color: #FFF184; }
.sk_item[title="Pokémon Pinball"], .sk_item[title="Pokémon Pinball Rubin und Saphir"] { background-color: #EEDD82; color: blue; }
.sk_item[title="Pokémon Puzzle Challenge"] { background-color: #E6A69F; }
.sk_item[title="Pokémon Puzzle League"] { background-color: #9A32CD; }
.sk_item[title="Pokémon Ranger"] { background-color: black; color: red; }
.sk_item[title="Pokémon Ranger: Finsternis über Almia"] { background-color: black; color: yellow; }
.sk_item[title="Pokémon Ranger: Spuren des Lichts"] { background-color: black; color: aqua; }
.sk_item[title="Pokémon Rot (Japan)"] { background-color: #FF4444; }
.sk_item[title="Pokémon Rumble"] { background-color: #2B4D69; color: white; }
.sk_item[title="Pokémon Rumble U"] { background-color: #2B4D69; color: #24B9E7; }
.sk_item[title="Pokémon Rumble World"] { background-color: #2B4D69; color: #DAE020; }
.sk_item[title="Pokémon Shuffle"] { background-color: #CD6600; color: white; }
.sk_item[title="Pokémon Snap"] { background-color: #60FF60; }
.sk_item[title="Pokémon Stadium"] { background-color: #EE7777; }
.sk_item[title="Pokémon Stadium 2"] { background-color: #EE0000; }
.sk_item[title="Pokémon Super Mystery Dungeon"] { background-color: #FEB60C; color: white; }
.sk_item[title="Pokémon Tekken"] { background-color: #1FAAE1; color: #F8ED3B; }
.sk_item[title="Pokémon Traumradar"] { background-color: #4876FF; color: #FFB90F; }
.sk_item[title="Pokémon Trading Card Game"] { background-color: #CCC0FF; }
.sk_item[title="Pokémon Trading Card Game 2"] { background-color: #B5ABE3; }
.sk_item[title="Pokémon Tsuri Taikai DS"] { background-color: #3A5FCD; color: orange; }
.sk_item[title="Pokémon XD"] { background-color: #604E82; color: white; }
.sk_item[title="PokéPark Wii: Pikachus großes Abenteuer"] { background-color: #FF0000; color: blue; }
.sk_item[title="PokéPark 2: Die Dimension der Wünsche"] { background-color: #FFFF00; color: red; }
.sk_item[title="Pokéwalker"] { background-color: #C2161B; color: white; }
.sk_item[title="Super Pokémon Rumble"] { background-color: #149FCA; color: white; }
.sk_item[title="Super Smash Bros."] { background-color: #CB2A0F; color: white; }
.sk_item[title="Super Smash Bros. 3DS"] { background-color: #9A0103; color: white; }
.sk_item[title="Super Smash Bros. Brawl"] { background-color: #FA9440; color: white; }
.sk_item[title="Super Smash Bros. Melee"] { background-color: #442D2D; color: white; }
.sk_item[title="Super Smash Bros. Wii U"] { background-color: #1B73E9; color: white; }

/** Vorlage:AtkRow und Vorlage:AtkTable **/
td.ar_ja { font-weight: bold; } /* STAB */
td.ar_vllt { font-style: italic; } /* STAB kursiv */
table.at tbody tr { background-color: white; }

table.at_l_1 tbody td:nth-child(n+2):nth-child(-n+12) { display: none; }
table.at_l_2 tbody td:nth-child(n+3):nth-child(-n+12) { display: none; }
table.at_l_3 tbody td:nth-child(n+4):nth-child(-n+12) { display: none; }
table.at_l_4 tbody td:nth-child(n+5):nth-child(-n+12) { display: none; }
table.at_l_5 tbody td:nth-child(n+6):nth-child(-n+12) { display: none; }
table.at_l_6 tbody td:nth-child(n+7):nth-child(-n+12) { display: none; }
table.at_l_7 tbody td:nth-child(n+8):nth-child(-n+12) { display: none; }
table.at_l_8 tbody td:nth-child(n+9):nth-child(-n+12) { display: none; }
table.at_l_9 tbody td:nth-child(n+10):nth-child(-n+12) { display: none; }
table.at_l_10 tbody td:nth-child(n+11):nth-child(-n+12) { display: none; }
table.at_l_11 tbody td:nth-child(12) { display: none; }


table.at_t_1 tbody td:nth-child(n+2):nth-child(-n+6) { display: none; }
table.at_t_2 tbody td:nth-child(n+3):nth-child(-n+6) { display: none; }
table.at_t_3 tbody td:nth-child(n+4):nth-child(-n+6) { display: none; }
table.at_t_4 tbody td:nth-child(n+5):nth-child(-n+6) { display: none; }
table.at_t_5 tbody td:nth-child(6) { display: none; }

table.at_z_1 tbody td:nth-child(n+2):nth-child(-n+5) { display: none; }
table.at_z_2 tbody td:nth-child(n+3):nth-child(-n+5) { display: none; }
table.at_z_3 tbody td:nth-child(n+4):nth-child(-n+5) { display: none; }
table.at_z_4 tbody td:nth-child(5) { display: none; }

/** Neue Begrüßungsvorlage **/
#Welcome .mw-ui-checkbox ~ br, #Welcome .mw-ui-checkbox { display: none !important; }