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

/* Definition für Wikitable und Prettytable */

.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;
}
 
.nogrid th, .nogrid td {border: none;}
.float-left { float: left; clear: left; }
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
.centered { margin-left: auto; margin-right: auto; }

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

/* Markierung von Weiterleitungen in [[Special:Allpages]] */

.allpagesredirect {
background-color:#F5F5F5;
font-style: italic;
}

/* Fetter Bearbeiten-Link */

#ca-edit a { 
font-weight: bold !important; 
}

/* Formatierung des Forums ( */

.forumheader { 
border: 1px solid #aaa; background-color: #f9f9f9; color: #000; margin-top: 1em; padding: 12px; 
}
.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(http://www.darkfallwiki.de/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; 
}