/** CSS an dieser Stelle wirkt sich auf alle Skins aus – Siehe auch: [[MediaWiki:Monobook.css]] */

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

/* Siehe auch: [[MediaWiki:Monobook.css]] */

a:link { color: #0000cf; }
a:visited { color: #00009f; }
a:hover { color: #0000ff; }

a.new:link { color: #ffa500 !important; }
a.new:visited { color: #ff8c00 !important; }
a.new:hover { color: #debb00 !important; }

/*** Forum-Formatierung (von -Algorithm und -Splarka) ***/

.forumheader { 
     border: 1px solid #aaaaaa; background-color: #f9f9f9; margin-top: 0.5em; padding: 10px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none;
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new {  
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}

/*** Hauptseiten CSS ***/

.hs-box {
     border:1px solid #4a4a4a;
     border-top:0px solid #ffffff;
     background-color:#ffffff;
     margin-bottom:0.8em;
     padding:0.2em 0.8em 0.1em 0.8em;
}

 /* Markierung von Weiterleitungen in [[Special:Allpages]]  */
 
 .allpagesredirect, .watchlistredir {
     background-color:#F5F5F5;
     font-style: italic;
 }

/*** (± Zahl) wird in den letzen Änderungen bei minus rot dargestellt, bei plus grün ***/
 span.mw-plusminus-pos {color: #006400;} 
 span.mw-plusminus-neg {color: #8B0000;}

 /* Prettytable und Wikitable aus der deutschen Wikipedia */

 .wikitable,
 .prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }

 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
 }
 
 .wikitable caption,
 .prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
 }
 
 ol.references { font-size: 90%; }

 ol.references > li:target, li:target > ol.references { background: #fafad2; }

 span.reference { font-size: 85%; }

 div.catlinks {
   border-left: none !important;
   border-bottom: none !important;
   border-right: none !important;
   border-top: 1px solid #dadada !important;
   background: #f9f9f9 !important;
 }

 div.visualClear {
   width: 100%;
   height: 0;
   clear: both;
 }

 /* Kennzeichnung von externen Links * /

 /* Verweise zur Wikipedia */

 #bodyContent a[href *="http://en.wikipedia.org"]:after, #bodyContent a[href *="http://de.wikipedia.org"]:after { content:url(http://images2.wikia.nocookie.net/fairytail/de/images/2/22/WPLink.png); }

 /* Zitate */

 q, cite {
   font-family: inherit;
   font-style: normal;
 }

 cite {
   font-variant: small-caps;
 }

 q { quotes: "„" "”" "‚" "’" }

 div.zitat {
   width: 85%;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #aaaaaa;
   margin-left: auto;
   margin-right: auto;
 }

 div.zitat q {
   text-align: center;
 }

 div.zitat cite, div.epzitat cite {
    float: right;
    clear: both;
 }

 div.zitat cite:before, div.epzitat cite:before {
    content:url("http://images2.wikia.nocookie.net/stargate/de/images/thumb/c/c2/Media-seek-forward.svg/16px-Media-seek-forward.svg.png")
 }
 div.epzitat {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: .5em;
    border-left: 4px solid #f0f0ff;
    border-top: 1px solid #f0f0ff;
    padding: .25em;
 }

 div.zitat cite {
    font-size: 85%;
    text-align: right;
 }

 /* Unsere Hinweisschilder */

 

 /* Für die Startseite */

 h1.startpage, h2.startpage {
    border: 1px solid #AAAAAA;
    background-color: #D3D3D3;
    padding: 0.2em 0;
    margin: 0;
    font-weight:bold;
    text-indent:0.5em;
    text-align: center;
 }

 h1.startpage {
    font-size: 115%;
 }

 h2.startpage {
    font-size: 107.5%;
 }

 div.startpage {
    border:1px solid #AAAAAA;
    border-top: 0px solid #FFFFFF;
    background-color: #F0F0F0;
    margin: 0;
    margin-bottom: 1em;
    padding: 0.2em 0.8em 0.5em 0.8em;
 }

 table.liste {
    margin: 1em 1em 1em 0;
    font-size: 95%;
    background: white;
    border: 1px #aaaaaa solid;
    empty-cells: show;
 }

 table.liste td {
    background: #f0f0ff;
    padding-left: .33em;
    padding-right: .33em;
 }

 table.infobox {
   width: 33%;
   max-width: 25em;
   border: 1px solid #AAAAAA;
   float: right;
   font-size: 90%;
   background: white;
   margin-left: .5em;
   margin-bottom: .25em;
 }

 table.liste th, table.infobox th, table.navi th, div.navi table th {
   background: #adadfe;
 }

 table.infobox td.wert, table.infobox td.daten, table.navi td.wert, table.navi td.daten, div.navi table td.wert, div.navi table td.daten {
   padding-left: .3em;
   padding-right: .3em;
 }

 table.infobox td.wert {
   background: #cdcdff;
   text-align: left;
   width: 38%;
   font-weight: bold;
 }

 table.infobox td.zwischen {
   background: #eeeeff;
   font-size: 105%;
   font-weight: bold;
   text-align: center;
 }

 table.infobox td.daten {
   text-align: left;
   width: 62%;
 }
 
 div.navi, table.navi {
   border: 1px solid #aaaaaa;
   clear: both;
   background: white;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: .25em;
   margin-top: 1ex;
 }

 div.navi { width: 45.5em;; }
 div.navi table { width: 100%; margin: 0; }

 table.navi td, div.navi table td {
   font-size: 90%;
 }

 table.navi td.daten, div.navi table td.daten {
   text-align: center;
   background: #f0f0ff;
 }

 table.navi td.wert, div.navi table td.wert {
   background: #cdcdff;
   font-weight: bold;
   text-align: right;
 }