/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

@import "http://terminator.wikia.com/index.php?title=MediaWiki:Common.css/custom&action=raw&ctype=text/css";
@import "http://terminator.wikia.com/index.php?title=MediaWiki:Common.css/highlight&action=raw&ctype=text/css";

#ca-addsection, #control_addsection {
    display: none !important;
}

/*** Forum formatting (by -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(/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; 
}

/* Colored watchlist numbers */
.mw-plusminus-pos {
  color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
  color: #cc2200; /* darkred */
}

.dablink {
  font-style:italic;
  padding-left:2em;
  }

.noHoverUnderline *:hover {
  text-decoration: none;
}



/* homepage column structure */

.home-page-right-col {
    position: relative; 
    width: 300px; 
    float: right; 
    clear: right;
}

.home-page-left-col {
    float: left; 
    margin-right: -310px; 
    width: 100%;
    position: relative;
}

.home-page-left-col div.x {
    margin-right: 310px; 
    position: relative;
}

/* homepage box styles */

.home-page-box {
    color: #000;
    border: 2px dotted #AAA;
    padding: 6px; 
    background-color: #F9F9F9; 
    margin-bottom: 14px;
}

.home-page-box .e {
    margin: 0; 
    padding: 0; 
    font-size: 10px; 
    font-weight: normal; 
    float: right;
}

.home-page-box .left-col-head, .home-page-box .right-col-head {
    border-left: 1px solid #C00; 
    border-bottom: 2px solid #C00; 
    padding-left: 10px; 
    font-family: Verdana,sans-serif; 
    font-size: 16px; 
    line-height: 1.27em; 
    color: #C00; 
}

.home-page-box .left-col-head  { width: 300px; }

.home-page-box .right-col-head { width: 200px; }

/* community activity box */

table#activity h1 {
    display: none;
}

table#activity .widgetToolbox {
    display: none;
}

/* spoiler text styles */

span.spoilertext               {color: #000 !important; background-color: #000 !important;}
span.spoilertext a             {color: #000 !important; background-color: #000 !important; font-weight: bold !important;}
span.spoilertext a:link        {text-decoration: underline !important;}
span.spoilertext a:visited     {text-decoration: underline !important;}
span.spoilertext a:hover       {text-decoration: underline; color:#F03 !important;}
span.spoilertext a:active      {text-decoration: underline !important;}
span.spoilertext a.new         {color:#000 !important; background-color: #000 !important; font-weight: bold !important;}
span.spoilertext a.new:link    {text-decoration: underline !important;}
span.spoilertext a.new:visited {text-decoration: underline !important;}
span.spoilertext a.new:hover   {text-decoration: underline; color:#F03 !important;}
span.spoilertext a.new:active  {text-decoration: underline !important;}

div.ajax-poll {
    background-color: #F9F9F9;
    border: 2px dotted #AAA;
    width:auto !important; 
}

/* </pre> */