/* <pre><nowiki> */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

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

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

 /* Infoboxen und Navigationsleisten */

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

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

 table.navi {
   width: 100%;
   border: 1px solid #AAAAAA;
   clear: both;
   background: white;
   margin-left: .33em;
   margin-bottom: .25em;
 }

 table.infobox th, table.navi th {
   background: #3366cb;
   color: white;
 }

 table.infobox tr, table.navi tr {
   margin: 0px;
   border-bottom: 1px solid #AAAAAA;
   vertical-align: top;
 }

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

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

 table.infobox td.daten {
   text-align: left;
   width: 62%;
 }

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

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

 /* Wikipedia */

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

 /* Unsere Hinweisschilder */

 table.stub {
   border-top: 1px solid yellow;
   background: #FFFFF6;
   width: 100%;
   clear: both;
   margin-top: .5em;
 }

 table.hinweis {
   border-bottom: 1px solid blue;
   background: #ddddff;
   width: 100%;
   clear: both;
 }

 table.achtung {
   border-bottom: 1px solid red;
   background: #FFFFF6;
   width: 100%;
   clear: both;
   margin-top: .5em;
 }

/* </pre></nowiki> */