/***** CSS an dieser Stelle wirkt sich auf alle Skins für alle Benutzer 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; 
}

/* Forum_Diskussion-Tab weg -Splarka */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li  { display: none; }

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

/* Mark redirects in Special:Allpages and Special:Watchlist */
 .allpagesredirect { font-style: italic; }
 .watchlistredir { font-style: italic; }

/* Klasse für Vorlage:Awards */
.task {
  border: 1px solid #585490; 
  background: #f8faff; 
  padding:.5em; }

/* Dynamic links & Masthead-Geschichten raus */
#link_box_dynamic, .avatarOverlay, #user_masthead_scorecard { display:none; }

/* zusätzliche Umrahmung in den diffs */
.diffchange { border: 1px dotted red; }