MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
K (Möglicher Workaround für Firefox-Bug)
Zeile 14: Zeile 14:


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



Version vom 18. April 2020, 11:50 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");

/* jquery Tipso */
@import url("/index.php?title=MediaWiki:Tipso.css&action=raw&ctype=text/css");

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

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

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

#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 für 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;
 }

/* 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,.pokemoninfobox,.prettytable-eng  {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
}

.pokemoninfobox {
  margin: 0;
}
 
.prettytable th, .prettytable td, .prettytable-eng td, .prettytable-eng th,.pokemoninfobox td, .pokemoninfobox th  {
  border: 1px #AAA solid;
  padding: 0.2em 0.3em;
}
.prettytable-eng td, .prettytable-eng th {
  padding: 0.1em 0.25em;
}

.pokemoninfobox td,.pokemoninfobox th{
  padding: 0.1em 0.4em;
}
.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;
}
 
.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;}

/* 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, .mw-warning-with-logexcerpt {
  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;
}

/* 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^="//test.pokewiki.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://www.filb.de"],
#bodyContent a.external[href^="https://filb.de"],
#bodyContent a.external[href^="https://www.pokewiki.de"],
#bodyContent a.external[href^="https://pokewiki.de"],
#bodyContent a.external[href^="https://www.pokéwiki.de"],
#bodyContent a.external[href^="https://pokéwiki.de"],
#bodyContent a.external[href^="https://www.xn--pokwiki-dya.de"],
#bodyContent a.external[href^="https://xn--pokwiki-dya.de"],
#bodyContent a.external[href^="https://discord.gg"] {
	background: none !important;
	padding-right: 0 !important;
}

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

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

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

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

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

/** 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; }
.sk_item[title="Pokémon Ultrasonne"] { background-color: #110B0D; border-color: #FA8E00; color: #FBA81C; }
.sk_item[title="Pokémon Ultramond"] { background-color: #110B0D; border-color: #008CD9; color: #12A6DF; }
.sk_item[title="Pokémon Schwert"] { background-color: #00AEEF; border-color: #211D70; color: white; }
.sk_item[title="Pokémon Schild"] { background-color: #ED1165; border-color: #790004; color: white; }

/*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="Meisterdetektiv Pikachu"] { background-color: #FDD100; color: #6B3601; border-color: #6B3601;}
.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 Ferienlager"] { background-color: #FFCA05; border-color: #C96C17; color: #EF3423; }
.sk_item[title="Pokémon: Karpador Jump"] { background-color: #F68737; color: #FEDE3E; }
.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; }
.sk_item[title="Super Smash Bros. Ultimate"] { background-color: black; color: white; }
.sk_item[title="Pokémon Sammelkartenspiel Online"] { background-color: #133795; border-color: #B90914; color: #FFD932; }
.sk_item[title="Pokémon Quest"] { background-color: #FF9C00; color: #692400; }
.sk_item[title="Pokémon: Let's Go, Pikachu!"] { background-color: #FADA39; border-color: #A77849; color: #84521D; }
.sk_item[title="Pokémon: Let's Go, Evoli!"] { background-color: #D08E50; border-color: #A77849; color: #E0D6A8; }
.sk_item[title="Pokémon Play It!"] { background-color: #9C9C9C; color: #FF4500; }
.sk_item[title="Pokémate"] { background-color: #FF7F24; color: #FFB90F; }
.sk_item[title="Pokémon Battrio"] { background-color: #FFD700; color: #FFFFE0; }
.sk_item[title="Pokémon Ie TAP?"] { background-color: #1874CD; color: #54FF9F; }
.sk_item[title="Pokémon Card Game Asobikata DS"] { background-color: #FF3030; color: #FFFFFF; }
.sk_item[title="Pokédex für iOS"] { background-color: #696969; color: #FFFFFF; }
.sk_item[title="Pokémon TRETTA Lab. for Nintendo 3DS"] { background-color: #0000EE; color: #d3e2f5; }
.sk_item[title="Tōzoku to Senbiki no Pokémon"] { background-color: #EEC900; color: #8B5742; }
.sk_item[title="Pokémon Jukebox"] { background-color: #FF0000; color: #FFFFFF; }
.sk_item[title="Odoru? Pokémon Ongakutai"] { background-color: #FFFF00; color: #FF00FF; }
.sk_item[title="Pokémon-Fotobude"] { background-color: #FFFF00; color: #000000; }
.sk_item[title="Pokémon Duel"] { background-color: #0000EE; color: #EEC900; }
.sk_item[title="Pokémon Rumble Rush"] { background-color: #EEDC82; color: #00008B; }
.sk_item[title="Pokémon HOME"] { background-color: #309C68; color: white; }
.sk_item[title="Pokémon Masters"] { background-color: #040406; color: #FFA11E; }
.sk_item[title="Pokémon Sleep"] { background-color: #3F3189; color: #FFFC14; }
.sk_item[title="Pokémon Mystery Dungeon: Retterteam DX"] {
 background-image: -webkit-gradient(linear, left top, right bottom, from(#F5172E), to(#0398D2), color-stop(49.9%, #C71657), color-stop(50.1%, #0398D2));
 background-image: -khtml-gradient(linear, left top, right bottom, from(#F5172E), to(#0398D2), color-stop(49.9%, #C71657), color-stop(50.1%, #0398D2));
 background-image: -webkit-linear-gradient(top left, #F5172E 0%, #F5172E 49.9%, #0398D2 50.1%, #0398D2 100%);
 background-image: -moz-linear-gradient(top left, #F5172E 0%, #F5172E 49.9%, #0398D2 50.1%, #0398D2 100%);
 background-image: -ms-linear-gradient(top left, #F5172E 0%, #F5172E 49.9%, #0398D2 50.1%, #0398D2 100%);
 background-image: -o-linear-gradient(left top, #F5172E 0%, #F5172E 49.9%, #0398D2 50.1%, #0398D2 100%);
 background-image: linear-gradient(top left, #F5172E 0%, #F5172E 49.9%, #0398D2 50.1%, #0398D2 100%);
 color: white;
}

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


/** Neues Tabellendesign 'pwtable1' **/
table.pwtable1 {
	border-top-left-radius: 0.6em;
	border-top-right-radius: 0.6em;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	background: white;
	color: black;
	box-shadow: 0px 0px 5px #d8d8d8;
	border-spacing: 0;
	text-align: center;
	border-bottom: 5px solid #e4e4e4;
}
table.pwtable1 tr:nth-child(even) {
	background: #f6f6f6;
}
table.pwtable1 tr:hover td {
	background: #ececec;
}
table.pwtable1 tr:hover td, table.pwtable1 tr td {
	transition: background linear 75ms;
}
table.pwtable1 tr th {
	background-color: #e4e4e4;
	border-right: 1px solid #d0d0d0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-weight: bold;
}
table.pwtable1 tr:not(:first-child) th.subtitlerow {
	background-color: #f2f2f2;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
}
table.pwtable1 tr:first-child th:first-child {
	border-top-left-radius: 0.6em;
}
table.pwtable1 tr:first-child th:last-child {
	border-top-right-radius: 0.6em;
}
table.pwtable1 td {
	border-right: 1px solid #e4e4e4;
	padding: 0.3em;
}
table.pwtable1 td:last-child,
table.pwtable1 th:last-child {
	border-right: 0px !important;
}
table.pwtable1 hr {
	border: none;
	border-top: 1px solid #d0d0d0;
	height: 1px;
}

/** Zeug für ClickToggle und Hauptseite **/
.clicktoggle {
	cursor: pointer;
}
#miniportal #portalnav {
	width: 100%;
	text-align: center;
	border-spacing: 0;
	margin: 0;
	padding: 0.2em 0;
	background-color: #B1CDEC;
	border-bottom: 2px solid #5C82AE;
}
#miniportal #portalnav td {
	padding: 0.2em;
	width: 33%;
}
#miniportal .clicktoggle {
	background-color: #7aa5d6;
	padding: 0.2em;
	border-radius: 0.5em;
	border: 1px solid #5C82AE;
	color: white;
	font-family: Droid Sans, sans-serif;
	height: 22px;
	line-height: 22px;
	transition: background-color linear 75ms;
}
#miniportal .clicktoggle:hover {
	background-color: #6394cc;
}
#miniportal .clicktoggle-active:hover,
#miniportal .clicktoggle-active {
	background-color: #3c73aa;
}
#pw-welcome p:first-of-type {
	margin-top: 0;
}

/* Runde Thumbnails und Galerien */
li.gallerybox div.thumb, .thumbimage, .thumbinner {
	border-radius: 5px;
}

/* WIO über die LÄ und nicht dahinter */
.page-Spezial_Letzte_Änderungen #recentchanges-whosonline-table {
	z-index: 2;
}

/* Maximalgröße skalierter Pokémon-Icons */
.pokemon_icon.scaled img {
	max-height: 30px;
	width: auto !important;
}

rt {
	font-size: 80%;
}

.anmerkung {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: inline-block;
	font-size: 80%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.05);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
	padding: 0 2px;
	vertical-align: super;
	line-height: 100%;
	cursor: help;
	margin-left: 1px;
	min-width: 6px;
}

.oo-ui-windowManager-modal .oo-ui-window-active {
	z-index: 100;
}

/* Ausblendung bestimmter Überschriftsebenen ab der angegebenen Ebene (exklusive) */
.toclimit-2 .toclevel-1 li,
.toclimit-3 .toclevel-2 li,
.toclimit-4 .toclevel-3 li,
.toclimit-5 .toclevel-4 li,
.toclimit-6 .toclevel-5 li,
.toclimit-7 .toclevel-6 li {
	display: none;
}

/* Ausblendung des zweiten Listenpunktes, wenn ein Benutzer gesperrt ist und versucht, eine geschützte Seite
zu bearbeiten, damit dies nicht in Konflikt mit [[MediaWiki:Blockedtext]] kommt, da dieser bei uns mit einer
Tabelle beginnt und nicht mit einem Text */
.permissions-errors li:nth-child(2) {
	list-style-image: url(/images/thumb/6/65/Platzhalter.png/1px-Platzhalter.png) !important;
}

/* Größenbeschränkungen von Bildern in Vorlage:GalleryBox */
.gbox img {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 100px;
}