MediaWiki:Ns0.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 198: Line 198:
     background-color:#ececec!important;
     background-color:#ececec!important;
}
}
.ns-0 a.community-page-entry-point-button,
.ns-0 .community-page-entry-point-button a,
.ns-0 .community-page-entry-point-button a,
.ns-0 .community-page-entry-point-button a:link,
.ns-0 .community-page-entry-point-button a:link,

Revision as of 05:40, 31 December 2016

/* This file controls that part of the CSS which is 
   unique to the main namespace, aka "ns0"  */

.ns-0 .body-mainpage .WikiaPage .WikiaPageBackground,
.ns-0 .WikiaPage .WikiaPageBackground {
background: #012c57;
opacity:1;
border:2px solid #fff;
      -moz-box-shadow:0 0 10px #000;
        -o-box-shadow:0 0 10px #000;
       -ms-box-shadow:0 0 10px #000;
   -webkit-box-shadow:0 0 10px #000;
           box-shadow:0 0 10px #000;
}
.ns-0 .body-mainpage div.WikiaPageContentWrapper,
.ns-0 div.WikiaPageContentWrapper {
    border:none!important;
    padding:10px;
}
.ns-0 div.WikiaPageContentWrapper,
.ns-0 .WikiaArticle,
.ns-0 .WikiaPage,
.ns-0 p {
   color:#fff;
}

.ns-0 h1,
.ns-0 h2,
.ns-0 h3,
.ns-0 h4,
.ns-0 h5,
.ns-0 h6 {
    color:#fff;
} 
/* Making exceptions in the link color scheme for 
   those things that appear within the boundaries of .WikiaPage, but aren't
   actually a part of .WikiaPage in the cascade. */

.ns-0 .modalContent a:link,
.ns-0 .modalContent a:visited,
.ns-0 .ArticlePreview a:link,
.ns-0 .ArticlePreview a:visited,
.ns-0 .WikiaPage a:link,
.ns-0 .WikiaPage a:visited {
   color:#aecfff;
}
.ns-0 .modalContent a.new, #p-personal a-new,
.ns-0 .modalContent a.new:visited, #p-personal a.new:visited,
.ns-0 .ArticlePreview a.new, #p-personal a-new,
.ns-0 .ArticlePreview a.new:visited, #p-personal a.new:visited,
.ns-0 .WikiaPage a.new, #p-personal a-new,
.ns-0 .WikiaPage a.new:visited, #p-personal a.new:visited {
    color:#ffccff;
}

/* Almost certainly disallowed post-4 October 2016 

.ns-0 .global-navigation .cell-link,
.ns-0 .global-navigation .cell-link a,
.ns-0 .global-navigation .cell-link a:link,
.ns-0 .global-navigation .cell-link a:visited,
.ns-0 .cell-link .top-level a,
.ns-0 .cell-link .top-level a:link,
.ns—0 .cell-link .top-level a:visited {
   color:#656e78!important
}
*/

.ns-0 .WikiaPage a:hover {
    color:#fff9d4!important;
    background:none;
}

.ns-0 div.WikiaPageContentWrapper {
   background:transparent;
}

.ns-0 .error {
   display:none!important;
   font-size:0em !important;
   line-height:0em !important;
   margin:0px 0px 0px 0px !important;
   padding:0px !important;
   visibility:invisible;
 }

.ns-0 body.mediawiki {
   background:#012c57!important
}

/* ===============
   SEARCH 
   =============== */

.ns-0 #WikiaSearch input[type="text"] {
   background-color:#fff;
   color:#012c57!important;
   border:2px solid white;
}

.ns-0 #WikiaSearch input[type="text"]:-ms-input-placeholder {
    background:whitesmoke!important;
    color:#012c57!important;
}

.ns-0 #WikiaSearch input[type="text"]:-moz-placeholder {
    background:whitesmoke!important;
    color:#012c57!important;
}

.ns-0 #WikiaSearch input[type="text"]::-webkit-input-placeholder {
    background:whitesmoke!important;
    color:#012c57!important;
}
.ns-0 #WikiaSearch input[type="text"].placeholder {
    background:whitesmoke!important;
    color:#012c57!important;
}


.ns-0 .WikiaSearch .autocomplete {
    border:2px solid white;
      -moz-box-shadow:0 0 50px #fff;
        -o-box-shadow:0 0 50px #fff;
       -ms-box-shadow:0 0 50px #fff;
   -webkit-box-shadow:0 0 50px #fff;
           box-shadow:0 0 50px #fff;
} 
/* ================
   BUTTONS
   ================
   Menu button drop down
   ================ */


.ns-0 .wikia-menu-button ul {
   color:white!important;
   margin-top:10px;
   background:#012c57!important;
   border:2px white solid;
   border-radius:10px;
   box-shadow:0 0 40px white;
}

.ns-0 .wikia-menu-button ul a {
   color:white!important;
   background:#012c57!important;
}

.ns-0 .wikia-menu-button li {
   background:#012c57;
   color:white;
   border:none;
}
.ns-0 .wikia-menu-button li a {
   background:white;
   color:#012c57;
}
.ns-0 .wikia-menu-button li a:hover,
.ns-0 .wikia-menu-button li:hover {
   background:white!important;
   border:none;
   color:#012c57!important;
}

/* ================
   Specific buttons
   ================ */

/* Start a wiki */  
.ns-0 .WikiaHeader .wikia-button:hover,
.ns-0 .WikiaHeader .wikia-button {
    background:#ececec;
    color:#012c57; 
    border-radius:50%/15%;
}

.ns-0 .WikiaSearch .wikia-button, 
.ns-0 .WikiaSearch .wikia-button:hover, 
.ns-0 .WikiaSearch .wikia-button:active, 
.ns-0 input[type="button"].secondary,
.ns-0 input[type="button"].secondary:hover,
.ns-0 input[type="button"].secondary:active {
    background-color:#E2E2F0;
    height:18px;
    margin-top:3px;
    margin-right:3px;
    width:40px!important;
}

.ns-0 .banner-notification {
    background: #012c57;
    color: white!important;
}

/* Community page */
.ns-0 .community-page-entry-point-button {
    background-color:#ececec!important;
}
.ns-0 a.community-page-entry-point-button,
.ns-0 .community-page-entry-point-button a,
.ns-0 .community-page-entry-point-button a:link,
.ns-0 .community-page-entry-point-button a:visited {
    color:#012c57!important;
}

/* ================
   QUOTATIONS
   ================ */

.ns-0 .simplequote::before,
.ns-0 .simplequote::after {
     content: "“";
     float: left;
     height: 60px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
   color:#aecfff !important
}
/* ================
   TALLY
   ================ */
.ns-0 .tally span.fixedwidth, /* technically the bit next to Photo tally */
.ns-0 .tally span,
.ns-0 .tally,
.ns-0 .tally em, 
.ns-0 .tally.em,
.ns-0 .tally em div.tally.mainpage-tally em {
    color:#fff !important;
}

.ns-0 body.mainpage .WikiaPageHeader > .tally span, body.mainpage .WikiaPageHeader > .tally em {
    color: white !important;
}

.ns-0 .page-share-toolbar svg {
    fill:#ffffff!important;
}

/* ================
   NOTIFICATIONS
   ================ */
.ns-0 .WikiaNotifications li div a,
.ns-0 .WikiaNotifications li div a:link {
    color:#012c57;
    font-weight:bold;
}
/* remember notifications-details */

.ns-0 .WikiaNotifications li div p {
    color:#012c57
}

.ns-0 .WikiaNotifications li div { 
    background: #fff;
    border:3px #012c57 solid;
    color:#012c57;
      -moz-box-shadow:0 0 70px #fff;
        -o-box-shadow:0 0 70px #fff;
       -ms-box-shadow:0 0 70px #fff;
   -webkit-box-shadow:0 0 70px #fff;
           box-shadow:0 0 70px #fff;
}

/* ================
   MODULES
   ================
   Mostly those in the 
   right skycraper/rail
   ================ 

  ++++++++++++++++
   GENERAL STYLING 
   FOR MODULES
   ++++++++++++++++ */

.ns-0 .activityfeed-inserted-media li {
  border:1px dashed #fff;
}
.ns-0 .community-page-entry-point-module,
.ns-0 .WikiaPagesOnWikiModule,
.ns-0 .WikiaBlogListingBox,
.ns-0 .LatestPhotosModule,
.ns-0 .WikiaSpotlightsModule,
.ns-0 .HotSpotsModule,
.ns-0 .ChatModule,
.ns-0 .LatestQuestionsModule,
.ns-0 .UserProfileAchievementsModule,
.ns-0 .WikiaLatestEarnedBadgesModule,
.ns-0 .FollowedPagesModule,
.ns-0 .GamingCalendarModule,
.ns-0 .RelatedVideosModule, 
.ns-0 .WikiaRail .videos-module-rail { 
  border-color: #fff !important;
}
.ns-0 .community-page-entry-point-module {
   color:white;
}

/* ++++++++++++++++++
   TALLY STYLING IN
   THE RAIL
   ++++++++++++++++++
   This styles the actual 
   number in number of pages 
   on wiki 
   +++++++++++++++++++ */

.ns-0 .LatestPhotosModule .tally em,
.ns-0 .WikiaPagesOnWikiModule .tally em {       
  color: #fff!important;
}

/* ++++++++++++++++++
   HEADLINE STYLING IN 
   THE RAIL
   ++++++++++++++++++ */

.ns-0 .WikiaPagesOnWikiModule h1,
.ns-0 .WikiaActivityModule h1,
.ns-0 .WikiaActivityModule h1.activity-heading, 
.ns-0 .WikiaBlogListingBox h3,
.ns-0 .CommunityCornerModule h1,
.ns-0 .WikiaFooter h1,
.ns-0 .ChatModule h1,
.ns-0 .ChatModule h2,
.ns-0 .FollowedPagesModule h1,
.ns-0 .LatestQuestionsModule h1,
.ns-0 .UserProfileAchievementsModule h1,
.ns-0 .WikiaLatestEarnedBadgesModule h1,
.ns-0 .WikiaSpotlightsModule h1,
.ns-0 .HotSpotsModule h1,
.ns-0 .RelatedVideosModule h1,
.ns-0 .LatestPhotosModule > h1.tight, .LatestPhotosModule > .WikiaRail .module h2.tight, .WikiaRail .module .LatestPhotosModule > h2.tight, .LatestPhotosModule > .WikiaRail #RIGHT_SKYSCRAPER h2.tight, .WikiaRail #RIGHT_SKYSCRAPER .LatestPhotosModule > h2.tight,
.ns-0 .WikiaRail .videos-module-rail h1 {  
   color:#fff;
}

/* =-=-=-=-=-=-=-
   SPECIFIC MODULES
   =-=-=-=-=-=-=- */

/* +++++++++++++++
   WIKIA ACTIVITY MODULE
   +++++++++++++++
   this used to also control
   a thing directly under the
   page title, but that aspect
   seems to have been 
   disabled in June 2011
   by Wikia
   ++++++++++++++++ */

.ns-0 .WikiaActivityModule { 
   border:2px solid #fff !important;
   color:#fff;
}
.ns-0 .RelatedVideosModule.module .RVBody .novideos,
.ns-0 .WikiaActivityModule .edited-by,
.ns-0 .WikiaActivityModule more,
.ns-0 .WikiaActivityModule .edited-by a,
.ns-0 .WikiaActivityModule a,
.ns-0 .WikiaActivityModule a:link {
   color:#fff!important;
}

.ns-0 .WikiaActivityModule .edited-by a:hover {
   color:#fff !important;
   font-weight: normal !important;
}


/* ++++++++++++++
   CORPORATE FOOTER
   ++++++++++++++ */   

.ns-0 .CorporateFooter {   
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:0px;
  font-weight:normal !important;
  line-height:1;
  color:#fff;
}

.ns-0 .WikiaFooter .recirculation-impact-footer {
  background-color:transparent;
}

/* ++++++++++++++
   WIKIA SPOTLIGHTS
   ++++++++++++++ */
.ns-0 .WikiaSpotlightsModule p {
   line-height:80%;
   color:#fff
}

/* +++++++++++++++
   RELATED VIDEOS
   +++++++++++++++ */

.ns-0 .WikiaRail .RelatedVideosModule.module #RelatedVideosRL .RVHeader .fixedwidth,
.ns-0 .WikiaRail .RelatedVideosModule.module #RelatedVideosRL .RVBody .paginationbar .pagecount,
.ns-0 .RelatedVideos .RVBody .wrapper .container div.item .description {
    color:#fff;
}

.ns-0 .WikiaRail .videos-module-rail .thumbnails .title a {
    color:#aecfff
}


.ns-0 .WikiaRail .videos-module-rail {
    color:#fff;
}

/* ++++++++++++++++
   TOP LINKS
   ++++++++++++++++ 
   It's a violation of
   Terms of Use to mark
   this display:none
   ++++++++++++++++ */

.ns-0 .recirculation-horizontal.recirculation-incontent h3 {
    color:#fff
}
.ns-0 .recirculation-horizontal.recirculation-incontent h3::before,
.ns-0 .recirculation-horizontal.recirculation-incontent h3::after {
    background-color:#fff
}

/* ++++++++++++++++
   SPONSORED LINKS
   ++++++++++++++++
   It's a violation of 
   Terms of Use to 
   mark this display:none.
   We can restyle it,
   but we can't remove it
   ++++++++++++++++ */

.ns-0 .SponsoredLinksModule {
  background-color:transparent;
  border:2px solid #fff;
  margin-top:2em;
}
/* ++++++++++++++++
   CHAT MODULE 
   ++++++++++++++++ */

.ns-0 .ChatModule .chat-name {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif !important;
    color:#fff !important;
    letter-spacing:3px !important;
    text-transform:uppercase !important;
}

/* +++++++++++++++
   MOSBOX
   +++++++++++++++ */
.ns-0 .mosheadcolor {
   color:#fff
}

.ns-0 .moscolor { 
    color:#fff
}

.ns-0 .moscolor a:link,
.ns-0 .moscolor a:visited {
   color:#aecfff !important
}

/* =-=-=-=-=-=-=-=-=-
   Table of Contents
   =-=-=-=-=-=-=-=--=
 
   Note that right-clearing TOCs, which are somewhat unusual — and even 
   scorned on some wikis — have been agreed by community consensus 
*/

.ns-0 #block,
.ns-0 div.shortcut,
.ns-0 #crew,
.ns-0 #crewtop,
.ns-0 #crewtop hr,
.ns-0 .toc,
.ns-0 #toc,
.ns-0 .WikiaArticle .toc {
   background-image:none;
   background-color:transparent;
   border:1px solid #fff !important;
   color:#ccdfff; 
}
.ns-0 .toc a,
.ns-0 #toc a,
.ns-0 .WikiaArticle .toc a {
    color:#ccdfff;
}

.ns-0 #edittools,
.ns-0 .stitched,
.ns-0 #tech,
.ns-0 .inline-box,
.ns-0 .inline-box-rt,
.ns-0 #inline-box,
.ns-0 #inline-box-rt,
.ns-0 #box-lt,
.ns-0 #box-rt,
.ns-0 #box,
.ns-0 #license,
.ns-0 div.smwfact,
.ns-0 table.wikitable,
.ns-0 #smwtable,
.ns-0 table.smwtable,
.ns-0 .smwtable-exterior,
.ns-0 table.wiki-sidebar,
.ns-0 #dabtag,
.ns-0 .dabtag {
    background-image:none;
    background-color:transparent;
    color:#fff;
    border:2px solid #fff;
} 

.ns-0 div#inline-box p,
.ns-0 div#inline-box-rt p {
    color:#FFF
}

.ns-0 div#EditPageEditor #tech,
.ns-0 div#EditPageEditor .tech {
    background:#012c57
}

.ns-0 div#article-type {
   border:3px solid #fff!important;
   color:#fff!important;
}

.ns-0 div.type-realworld {
    background: transparent url(http://images3.wikia.nocookie.net/tardis/images/d/d8/SmallClapper.jpg) no-repeat;
}
.ns-0 div.type-nc {
    background: transparent url(http://images1.wikia.nocookie.net/tardistest/images/8/8c/NoncanonImage.jpg) no-repeat;
}
.ns-0 div.type-disambig {
    background: transparent url(http://images2.wikia.nocookie.net/__cb20090426213327/tardis/images/a/af/Transferring.jpg) no-repeat;
}
.ns-0 div.type-inuse {
    background: transparent url(http://images1.wikia.nocookie.net/tardis/images/e/e0/Inuse200px.jpg) no-repeat;
}
.ns-0 div.type-update {
    background: transparent url(http://images4.wikia.nocookie.net/tardis/images/3/37/Update200px.jpg) no-repeat;
}
.ns-0 div.type-cleanup {
    background: transparent url(http://images1.wikia.nocookie.net/tardis/images/e/e2/Cleanup200px.jpg) no-repeat;
}
.ns-0 div.type-delete {
    background: transparent url(http://images4.wikia.nocookie.net/tardis/images/6/6b/Delete200px.jpg) no-repeat;
}
.ns-0 div.type-oou {
    background:transparent url(http://images4.wikia.nocookie.net/tardis/images/6/63/Oou200px.jpg) no-repeat;
}
.ns-0 div.type-rename {
    background:transparent url(http://images4.wikia.nocookie.net/tardis/images/1/1e/Rename200px.jpg) no-repeat;
}
.ns-0 div.type-spoiler {
    background:transparent url(http://images3.wikia.nocookie.net/tardis/images/7/7f/Spoiler200px.jpg) no-repeat;
}
.ns-0 div.type-conjecture {
    background:transparent url(http://images3.wikia.nocookie.net/tardis/images/c/c3/Conjecture200px.jpg) no-repeat;
}
.ns-0 div.type-talk {
    background:transparent url(http://images2.wikia.nocookie.net/__cb20110514204758/tardis/images/b/b4/Talk200px.jpg) no-repeat;
    z-index:5;
}
.ns-0 div.type-unprod {
    background:transparent url(http://images3.wikia.nocookie.net/tardis/images/f/f2/Unprod.png) no-repeat;
}
.ns-0 div.type-doctorwhich {
    background:transparent url(http://images4.wikia.nocookie.net/tardis/images/a/af/WhichDoctor.jpg) no-repeat;
}
.ns-0 div.type-nonfiction {
    background:transparent url(http://images3.wikia.nocookie.net/tardis/images/2/26/Nonfiction.png) no-repeat;
}
.ns-0 div.type-prefix {
    background:transparent url(http://images.wikia.com/tardis/images/d/d5/Prefix.png) no-repeat;
}
.ns-0 div.type-merge {
    background-color:transparent;
    background-image: url(http://images4.wikia.nocookie.net/__cb20100517214718/tardis/images/9/9c/Merge.png);
}

.ns-0 div#type-title,
.ns-0 div#article-type p {
   color:#fff
}

.ns-0 table.wikitable tr, 
.ns-0 table.wikitable tbody tr, 
.ns-0 #smwtable tr, 
.ns-0 #smwtable tbody tr, 
.ns-0 table.smwtable tr, 
.ns-0 table.smwtable tbody tr {
    background: transparent;
}

.ns-0 table.wikitable tr:hover, 
.ns-0 table.wikitable tbody tr, 
.ns-0 #smwtable tr, 
.ns-0 #smwtable tbody tr, 
.ns-0 table.smwtable tr, 
.ns-0 table.smwtable tbody tr {
    background: transparent;
}
.ns-0 table.wikitable tbody tr:hover td a:hover, 
.ns-0 #smwtable tbody tr:hover td a:hover, 
.ns-0 table.smwtable tbody tr:hover td a:hover,
.ns-0 table.wikitable tbody tr:hover td a, 
.ns-0 #smwtable tbody tr:hover td a, 
.ns-0 table.smwtable tbody tr:hover td a,
.ns-0 table.wikitable tbody tr:hover td, 
.ns-0 #smwtable tbody tr:hover td, 
.ns-0 table.smwtable tbody tr:hover td {
    background: none repeat scroll 0% 0% rgb(216, 223, 229)!important;
    color:#012c57;
}

#smwfacttable,
.ns-0 div.smwfact td, 
.ns-0 div.smwfact tr, 
.ns-0 div.smwfact table {
    background:transparent!important;
    background-image:none;
}


/* ===============
   Infoboxen
   =============== */
.ns-0 table.infobox-interior td,
.ns-0 #infobox-interior td,
.ns-0 #hm-infointerior td {
   color:#000!important
}
.ns-0 table.infobox-interior td a:link,
.ns-0 #infobox-interior td a:link,
.ns-0 #hm-infointerior td a:link,
.ns-0 table.infobox-interior td a:visited,
.ns-0 #infobox-interior td a:visited,
.ns-0 #hm-infointerior td a:visited {
   color:#000 !important
}

.ns-0 div.smwfact {
    background-image:none!important;
    background-color:transparent!important;
    border-color:white;
}

/* Lightboxes */

.ns-0 .LightboxModal .LightboxHeader,
.ns-0 .LightboxModal .LightboxCarousel .content {
    background-color:#012c57;
    height:70px;
    color:#fff;
    font-size:12px;
    line-height:100%
}
/*
.ns-0 .LightboxModal .LightboxHeader .user-details {
    color:#fff
     
}*/

/* Fixing diffs */

#mw-revision-info, #mw-revision-info-current, #mw-revision-nav {
    color: white;
}


.ns-0 table.diff,
.ns-0 td.diff-otitle,
.ns-0 td.diff-ntitle {
   background-color:transparent;
   font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}

.ns-0 td.diff-addedline {
        border:2px solid white;
	background: #537d00 !important;
        color: black !important;
        padding:10px;
        line-height:120%;
        font-size:14px;
        font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace !important;
}
.ns-0 td.diff-deletedline {
        border:2px solid white;
	background: #c34f31 !important;
        color: black !important;
        padding:10px;
        line-height:120%; 
        font-size:14px;
        font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace !important;
}
.ns-0 td.diff-context {
	background:transparent  !important;
        color: #fff !important;
        border: none;
        font-weight:bold;
        font-size:12px;
        margin-bottom:5px;
        margin-top:5px;
        padding:10px;
        line-height:120%;
        font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}

.ns-0 span.diffchange {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
        font-size:14px;
}

.ns-0 span.autocomment {
        color:#fff;
        font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}

.ns-0 .WikiaArticle #pagehistory li.selected {
   background-color:#aecfff;
   color:#012c57!important;
}

.ns-0 .WikiaArticle #pagehistory li.selected a {
   color:#012c57!important
}

/* HOME
   MEDIA */

.ns-0 .hm-top {
   -moz-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 89px 120px #4e7dab;
-webkit-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 89px 120px #4e7dab;
     -o-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 89px 120px #4e7dab;
    -ms-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 89px 120px #4e7dab;
        box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 89px 120px #4e7dab;
}
.ns-0 .hm-toc #toc {
   border: none!important;
}
.ns-0 .hm-section {
   -moz-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 74px 120px #4e7dab;
-webkit-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 74px 120px #4e7dab;
     -o-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 74px 120px #4e7dab;
    -ms-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 74px 120px #4e7dab;
        box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 74px 120px #4e7dab;
}
.ns-0 .hm-section #hm-section-head {
       background-color: #012c57;  
       background-image: -webkit-linear-gradient(top,#012c57 65%,#012c57 75%,#4e7dab 100%);
       border-color: white!important;
       color: white!important;
   -moz-box-shadow: 0 0 20px #012c57,0 0 6px 5px #002244 inset;
-webkit-box-shadow: 0 0 20px #012c57,0 0 6px 5px #002244 inset;
     -o-box-shadow: 0 0 20px #012c57,0 0 6px 5px #002244 inset;
    -ms-box-shadow: 0 0 20px #012c57,0 0 6px 5px #002244 inset;
        box-shadow: 0 0 20px #012c57,0 0 6px 5px #002244 inset;
}
.ns-0 .hm-section h4,
.ns-0 .hm-section p {
    text-shadow: none;
}
.ns-0 .hm-section h4:first-of-type {
    text-shadow: 0 0 7px #012c57;
}
.hm-gallery #hm-nocover:after {
    color: #4e7dab!important;
}
.ns-0 .hm-section:nth-last-of-type(2) {
   -moz-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 52px 120px #4e7dab;
-webkit-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 52px 120px #4e7dab;
     -o-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 52px 120px #4e7dab;
    -ms-box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 52px 120px #4e7dab;
        box-shadow: 0 43px 0 0 #012c57, 0 45px 0 0 white, 0px 52px 120px #4e7dab;
}
.ns-0 .hm-bottom {
    text-shadow: none;
   -moz-box-shadow: 0 -2px 25px #012c57;  
-webkit-box-shadow: 0 -2px 25px #012c57;
     -o-box-shadow: 0 -2px 25px #012c57;
    -ms-box-shadow: 0 -2px 25px #012c57;  
        box-shadow: 0 -2px 25px #012c57;
}
.ns-0 .hm-bottom .navbox {
    border: none;
    border-radius: 10px 10px 0 0!important;
}
.ns-0 .hm-bottom .navbox-subgroup .navbox-subgroup {
/* background: #4e7dab; */
    background: #3D70A2;
/* background: #002244; */
}
.ns-0 .hm-bottom .navbox-subgroup .navbox-title,
.ns-0 .hm-bottom .navbox .navbox-abovebelow {
    color: #ccdfff;
}

/* ================ 
   GLOBAL AND ACCOUNT 
   NAVIGATION 
   ================
   'Global' is links to other wikia wikis; 
   'Account' is log in/out and user account nav 
   ================ 
   This is the very top strip on every page, 
   from the wikia logo to "log in/out" 
   ================ */

.ns-0 .GlobalNavigation .subnav li > a,
.ns-0 .AccountNavigation .subnav li > a,
.ns-0 .GlobalNavigation .subnav, 
.ns-0 .AccountNavigation .subnav,
.ns-0 .GlobalNavigation li, 
.ns-0 .AccountNavigation li {     
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  color:#012c57 !important;
  font-weight:bold;
}
.ns-0 .GlobalNavigation > li > a,
.ns-0 .AccountNavigation > li > a {
  color:white!important;
  font-weight:normal;
}
.ns-0 .GlobalNavigation .subnav li li a:hover, 
.ns-0 .AccountNavigation .subnav a:hover,
.ns-0 .GlobalNavigation li:hover,
.ns-0 .AccountNavigation li:hover {  
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   color:#012c57!important;
   font-weight:bold;
}

/* Wall Notification 

.ns-0 #WallNotifications a .notification {
   color:#fff;
   background-color:#012c57;
}

.ns-0 #WallNotifications .bubbles {
    background-color:transparent;
}
.ns-0 #WallNotifications li {
    background-color:transparent;
}
.ns-0 #WallNotifications li:hover {
    padding:0px 5px 0px 5px;
}
.ns-0 #WallNotifications .subnav.show {
    background: #012c57;
    border: 2px white solid;
      -moz-box-shadow:0 0 50px #fff;
        -o-box-shadow:0 0 50px #fff;
       -ms-box-shadow:0 0 50px #fff;
   -webkit-box-shadow:0 0 50px #fff;
           box-shadow:0 0 50px #fff;
}
.ns-0 #WallNotifications .subnav a time, #WallNotifications .subnav a .timeago {
    color: #ccdfff;
}

.ns-0 #WallNotifications .subnav a time, #WallNotifications .subnav a .timeago:hover {
    color:#012c57
}

.ns-0 #WallNotifications .subnav .notifications-header span {
    background-color:transparent;
    color:#ccdfff;
    display:none
}
.ns-0 #WallNotifications .subnav .notifications-header:hover {
    color:#012c57;
}

.ns-0 #WallNotifications .subnav > li:first-child {
}

.ns-0 #WallNotifications a .notification:hover,
.ns-0 #WallNotifications li:hover {
    background-color:#D8DFe5;
    color:#012c57;
}

Arrrgggh.  I can't see well enough to figure it out. */ 



/* +++++++++++++++++++++ 
   Notification dropdown
   +++++++++++++++++++++ */

.ns-0 ul.notifications-for-wiki-list {
    background:#012c57;
}
.ns-0 #GlobalNavigationWallNotifications .notification:hover h4,
.ns-0 #GlobalNavigationWallNotifications .notification h4 {
       color:white;
   }

.ns-0 #GlobalNavigationWallNotifications .notification time {
       color:#aecfff;
   }

.ns-0 .global-navigation.inverse .notificatons-container .notifications-entry-point,
.ns-0 .global-navigation.inverse .notificatons-container .notifications-entry-point:hover,
.ns-0 a.notifications-entry-point:hover {
    max-height:46px;
    max-width:72px;
}
/**** FOOTER ****/

/* Footer in general */
/* This controls the whole horizontal strip that's found on the bottom
   of most pages.  At a minimum, it includes the MyTools and Configuration
   sub menus, but many users will also have shortcuts to their favorite
   tools, like History and File Upload, in this area. */

.ns-0 .WikiaBarWrapper .toolbar,
.ns-0 .WikiaFooter .toolbar {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   text-transform:uppercase;
   letter-spacing:1.5px;
   z-index:1 !important
}

.ns-0 .WikiaBarWrapper .toolbar a:hover,
.ns-0 .WikiaFooter .toolbar a:hover {
  font-weight:normal;
  background:none repeat scroll 0 0 transparent !important;
  border:none !important;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
}

/* =====================
   THUMBNAILS post 
   7 May 2014
   ===================== */
.ns-0 .WikiaArticle .article-thumb p,
.ns-0 .WikiaArticle .article-thumb p + p,
.ns-0 .WikiaArticle .article-thumb .caption {
    color:#ececec
}

/* =====================
   CATLINKS
   ===================== */
.ns-0 .article-categories,
.ns-0 .WikiaArticleCategories {
    background-image:none;
    background-color:transparent;
    border-color:white;
}

.ns-0 .mw-hidden-catlinks {
    color:white!important;
}
.ns-0 #csAddCategorySwitch,
.ns-0 div#csAddCategorySwitch,
.ns-0 div#csAddCategorySwitch .noprint,
.ns-0 div#csAddCategorySwitch .noprint a, 
.ns-0 #csAddCategorySwitch a  {
    color:white!important;
}

.ns-0 div#csAddCategorySwitch .sprite-small.add {
    display:none;
}

.ns-0 #csCategoryInput {
   background:white;
   color:#012c57;
   border-radius:5px;
}

.ns-0 .csaddCategory {
    background:white;
    color:#012c57;
}

.ns-0 .CSitem {
     border-radius:5px;
     background:#ccdfff;
} 

.ns-0 .CSitem:hover {
     color:#012c57;
     text-decoration:underline;
}

.ns-0 #mw-normal-catlinks > a,
.ns-0 #mw-normal-catlinks > a:hover {
     color:#fff!important;
}

.ns-0 .CategorySelect.articlePage {
/*      -moz-box-shadow:0 0 30px #fff;
        -o-box-shadow:0 0 30px #fff;
       -ms-box-shadow:0 0 30px #fff;
   -webkit-box-shadow:0 0 30px #fff;
           box-shadow:0 0 30px #fff;*/
    border:2px solid white;
    background:transparent;
}   

.ns-0 .CategorySelect.articlePage .special-categories a:link {
    color:white;
}

.ns-0 .WikiaArticleInterlang h3 {
     color:#fff;
}


/* Fixing graphics that don't look right
   on dark background */

.ns-0 .WikiaArticle a.external:after,
.ns-0 .WikiaArticle a[href^="gopher://"]:after {
   background-image:url("http://images.wikia.com/tardis/images/f/fb/ExternalLinkLight.png")!important;
  background-position:right top !important;
  background-repeat: no-repeat !important;
}

/*   ==================
     WALL FORUM 
     ================== */

.ns-0 .RelatedForumDiscussion {
    color:rgb(230,230,230);
}

.ns-0 a.button.forum-new-post {
    color:#012c57
}

/*   ==================
     NAV BAR
     ================== */
     
.ns-0 .WikiHeader > nav a,
.ns-0 .WikiHeader > nav a:link,
.ns-0 .WikiHeader > nav a:visited,
.ns-0 .WikiHeader > nav li,
.ns-0 .WikiHeader > nav li a,
.ns-0 .WikiHeader > nav li a:link,
.ns-0 .WikiHeader > nav li a:visited {
     color:black;
}

/*   ==================
     TIMELINE
     ================== */
.ns-0 .timeline .tbody,
.ns-0 .timeline {
      -moz-box-shadow:0 0 30px #fff;
        -o-box-shadow:0 0 30px #fff;
       -ms-box-shadow:0 0 30px #fff;
   -webkit-box-shadow:0 0 30px #fff;
           box-shadow:0 0 30px #fff;
    background:#012c57;
}


/*   ==================
     NAVBOXES 
     ================== */

.ns-0 .navbox-title {
    border:none;
    color:#ccdfff;
}

.ns-0 .navbox-title a:link {
    color:#aecfff
}

.ns-0 .navbox-abovebelow {
     border:none;
}

.ns-0 table.navbox {
    background:transparent;
    border: 2px white solid;
    moz-border-radius:5%;
    border-radius:5%;
} 

.ns-0 .navbox-odd,
.ns-0 .navbox-odd .navbox-columns-table {
     background:#aecfff;
     color:#012c57;
} 

.ns-0 .navbox-even,
.ns-0 .navbox-even .navbox-columns-table {
    background:#b0b0b0;
}

.ns-0 .navbox-odd a:visited,
.ns-0 .navbox-odd a:link,
.ns-0 .navbox-even a:visited,
.ns-0 .navbox-even a:link {
    color:#012c57
}

.ns-0 .navbox-group a:link,
.ns-0 .navbox-group a:visited,
.ns-0 .navbox-title a:link,
.ns-0 .navbox-title a:visited,
.ns-0 .navbox-abovebelow a:link,
.ns-0 .navbox-abovebelow a:visited {
    color:#aecfff
}
 
.ns-0 .navbox-list .navbox-even {
    color:#012c57
}
.ns-0 .navbox-list .navbox-odd,
.ns-0 .navbox-list .navbox-odd p {
    color:#012c57
}

/*   ==================
     MODAL WRAPPER
     ================== */

.ns-0 .modalWrapper {
    background-color:#012c57
}
.ns-0 .blackout {
    background-color:#012c57;
}

.ns-0 #EditPageDialog.modalWrapper.preview {
    background: #012c57;
    color: white;
}

/*   ==================
     STANDARDISED DIFF
     BACKGROUND
     ================== */

.ns-0 .WikiaGrid .grid-6 {
     background:transparent;
     padding-left:10px;
}
/*   ====================
     GALLERIES 
     ==================== */
.ns-0 div.wikia-gallery div.wikia-gallery-item {
     background:transparent;
     border:1px solid white;
     padding:5px;
     margin:5px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

/*   ====================
     POLLS
     ==================== */
.ns-0 div.ajax-poll {
    border:2px solid #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
    color:#fff;
    padding:5px;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    letter-spacing:1px;
    text-align:left;
    margin:10px;
    width:auto
}

/* ================
   Key
   ================ */

.ns-0 .key,
.ns-0 #key { 
    background-color:#ececec; 
    border-color: #fff;
}

/* =================
   Standard font
   classes and IDs
   ================= */

.ns-0 .sf,
.ns-0 .sfh,
.ns-0 .ss,
.ns-0 .ssh,
.ns-0 .mn,
.ns-0 #sf,
.ns-0 #sfh,
.ns-0 #ss,
.ns-0 #ssh,
.ns-0 #mn {
    color:#fff
}

/* -=—=-=-=-=-=-=-=-
   Exceptions to above
   =-=-=-=-=-=-=-=-= */

.ns-0 div.noarticle .noarticletext div#ssh {
    color:#000
}