/** CSS placed here will be applied to all skins */
/* <pre><nowiki> */


/* CONTENT AREA */

 /* Display "House Wikia contains spoilers" text below main article header, located at [[MediaWiki:Tagline]] */
 #siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
    text-align: right;
 }
  
 /* CONTENT LINKS*/
 a { color: #3300CC; } <!--blue-->
 a:visited { color: #663399; } <!--purple-->
 a:active, a.new { color: #FF0033; } <!--red-->
 a.interwiki, a.external { color: #3366BB; } <!--darkblue-->
 a.stub { color: #990000; } <!--darkred-->
                                                                             /* */
 /* CONTENT HEADERS */
 h1.firstHeading { color : #330066; }
 #bodyContent h1 { color : #330066; }
 #bodyContent h2 { color : #330066; }
 #bodyContent h3 { color : #330066; }
 #bodyContent h4 { color : #330066; }
 #bodyContent h5 { color : #330066; }
 #bodyContent h6 { color : #330066; }
 h1 { border-bottom: 2px solid #330066; }
 h2 { border-bottom: 1px solid #330066; }
                                                                             /* */
 /* CONTENT BACKGROUND*/

 #content {
    background: oldlace;
 }
                                                                             /* */
 #content div.thumb {
    border-color: oldlace;
 }

/* Table formatting */
  table.gallery tr {
    vertical-align: top;
 }
                                                                             /* */
 table.gallery td {
    vertical-align: top;
 }


/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}

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

.allpagesredirect {
    font-style: italic;
}

.watchlistredir {
    font-style: italic;
}

/* === Hilighting admin/staff by Splarka === */
ul.special li a[title="User:CatherineMunro"],
ul.special li a[title="User:Jack Phoenix"],
ul.special li a[title="User:RelentlessRecusant"] { font-weight: bold; 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/students/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; 
}

span.mw-plusminus-pos {color: #006400;} 
span.mw-plusminus-neg {color: #FF0000;} 

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