MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 966: Zeile 966:
   border-bottom-right-radius:0.5em !important;
   border-bottom-right-radius:0.5em !important;
   -moz-border-radius-bottomright:0.5em !important;
   -moz-border-radius-bottomright:0.5em !important;
}
.button{
box-shadow: 0px 0px 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;
}
}

Version vom 21. Dezember 2011, 23:06 Uhr

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

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


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

.pwnews { background:#d0fbbf; padding:5px; margin:6px; }

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

.flashbenoetigt {
  background-image: url("http://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 tr{
  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 {
  border-top-left-radius:0.5em;
  -moz-border-radius-topleft:0.5em;
}

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

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

.round-bottomright {
  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();
}

/* Farbliches markieren in den Letzten Änderungen und in "Wer ist online?" */
/** Bots **/
.bots,
.page-Spezial_Letzte_Änderungen a[title="Benutzer:A-Robot-Z"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:BuoyselBot"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:WikiBot"],

.page-Spezial_Letzte_Änderungen a[href$="Benutzer:A-Robot-Z"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:BuoyselBot"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:WikiBot"],

.page-Spezial_Wer_ist_online a[href$="Benutzer:A-Robot-Z"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:BuoyselBot"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:WikiBot"]
{
color:#666;
font-weight: bold;
}

/** Projektleiter **/
.projektleiter,
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Jonax"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Mathegott"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:TiMauzi"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Jonax"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Mathegott"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:TiMauzi"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Jonax"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Mathegott"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:TiMauzi"]
{ 
color:#c90 !important;
font-weight: bold !important;
}

/** Rollbacks **/
.rollbacks,
.page-Spezial_Letzte_Änderungen a[title="Benutzer:A-Phil-Z"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:GeckoP"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:GoPika"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Taisuke"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Pokefan212"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Itemmeister-Chelterrar"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Impoleon xy"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Blaziken Mistress"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Lalala11"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Moltres"],

.page-Spezial_Letzte_Änderungen a[href$="Benutzer:A-Phil-Z"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:GeckoP"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:GoPika"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Taisuke"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Pokefan212"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Itemmeister-Chelterrar"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Impoleon_xy"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Blaziken_Mistress"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Lalala11"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Moltres"],

.page-Spezial_Wer_ist_online a[href$="Benutzer:A-Phil-Z"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:GeckoP"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:GoPika"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Taisuke"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Pokefan212"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Itemmeister-Chelterrar"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Impoleon_xy"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Blaziken_Mistress"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Lalala11"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Moltres"]
{ 
color:#690 !important;
font-weight: bold !important;
}

/** Projektkoordinatoren **/
.projektkoordinatoren,
.page-Spezial_Letzte_Änderungen a[title="Benutzer:DagobertDuck"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Wenlok Holmes"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:DagobertDuck"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Wenlok_Holmes"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:DagobertDuck"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Wenlok_Holmes"]
{ 
color:#0bc !important;
font-weight: bold !important;
}

/** Admins **/
.admins,
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Buoysel"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Hanmac"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Nyoo"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Matze"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Sprayduck"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Dusk"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Lombrero"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Shadowtweaker"],

.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Buoysel"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Hanmac"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Nyoo"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Matze"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Sprayduck"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Dusk"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Lombrero"],
.page-Spezial_Letzte_Änderungen a[href$="Benutzer:Shadowtweaker"],

.page-Spezial_Wer_ist_online a[href$="Benutzer:Buoysel"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Matze"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Nyoo"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Hanmac"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Sprayduck"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Dusk"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Lombrero"],
.page-Spezial_Wer_ist_online a[href$="Benutzer:Shadowtweaker"]
{
color:#900;
font-weight: bold;
}

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

textarea {
    width: 100%;
}

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

#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,
body.page-Hauptseite #ca-unprotect, 
.page-Hauptseite #catlinks { 
display: none !important; 
}

/* Externer-Link-Pfeil bei Links zu Filb.de und bei internen URL-Links ausblenden, Klasse "plainlinks" entfällt. */
#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"] {
	background: none !important;
	padding-right: 0 !important;
}

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

.AABanner:before{content:url(http://www.pokewiki.de/images/7/7f/SW_National-Pok%C3%A9Dex_Komplettierung_Abzeichen.png);}
.LABanner:before{content:url(http://www.pokewiki.de/images/d/d9/SW_Pok%C3%A9Dex_Komplettierung_Abzeichen.png);}

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

.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{
  -moz-border-radius:0.5em;
  border-bottom-left-radius:0em;
  -moz-border-bottomleft:0em;
  border-bottom-left-radius:0em !important;
  -moz-border-bottomleft:0em !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:0em !important;
  -moz-border-radius-topleft:0em !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;}

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


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

.newpage {
    color: green;
}

.minor,.minoredit {
    color: gray;
}

table.lastisroundtable:last-child td:first-child, table.lastisroundtable tr:last-child th:first-child{
  border-bottom-left-radius:0.5em !important;
  -moz-border-radius-bottomleft:0.5em !important;
}

table.lastisroundtable tr:last-child td:last-child, table.lastisroundtable tr:last-child th:last-child{
  border-bottom-right-radius:0.5em !important;
  -moz-border-radius-bottomright:0.5em !important;
}

.button{
	box-shadow: 0px 0px 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;
}