/** CSS placed here will be applied to all skins – see also: [[MediaWiki:Monobook.css]] */
/* <pre><nowiki> */

/* === Redirects in Special:Allpages and Special:Watchlist === */

.allpagesredirect {
    font-style: italic;
}

.watchlistredir {
    font-style: italic;
}

/* === Forum formatting -Algorithm & -Splaka === */

.forumheader { 
   border: 1px solid #aaa; background-color: #f9f9f9; 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://images.wikia.com/babylon5/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; 
}




/* Template:Sourcebox */
table.sourcebox {
   margin: 0.25em auto 0.25em 0;
   border-collapse: collapse;
   line-height: normal; 
}

table.sourcebox th {
   vertical-align: middle; 
   text-align: center; 
   padding: 0 0.5em;
}

table.sourcebox td {
   font-size: 85%; 
   padding: 0;
}

table.sourcebox td span {
   border-top: 1px solid #000; 
   border-bottom: 1px solid #000; 
   display: block;
   padding: 0.25em 0.5em;
}

table.sourcebox a.new {
   color: #F11 !important;
}

/* Printing */
@media print {
   table.sourcebox, div.copybox {
       background:none;
       background-color: #FFF; 
   }
   table.mbox {
       display:none;
   }
}

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