MediaWiki:Ns0.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
(adding some LOD styling for recirculation-impact-footer so that it's legible) Tag: sourceedit |
(font cleanup) |
||
(66 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
/* This | /* ===================================================== | ||
unique to the main namespace, aka "ns0" */ | Ns0.css 2.0 | ||
Originated January 2013 | |||
Updated October 2018 | |||
----------------------------------------------------- | |||
Ns0.css requires Tardis' local Colour Changer JS -- | |||
found in MediaWiki:Wikia.js -- to work. | |||
----------------------------------------------------- | |||
This style sheet controls that part of the CSS which is | |||
unique to the main namespace, aka "ns0". | |||
However, it's probably not doing what you think. The | |||
declarations below only take effect if you've clicked | |||
the skin switcher button, and have opted for the | |||
light text on dark blue background. | |||
In short, this is NOT the default styling for | |||
namespace 0, despite the name of sheet. | |||
==================================================== */ | |||
.ns-0 .WikiaPage .WikiaPageBackground { | .ns-0 .WikiaPage .WikiaPageBackground { | ||
background: # | background: #012c57; | ||
opacity:1; | top: -108px; | ||
padding-top: 108px; | |||
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 div.WikiaPageContentWrapper { | .ns-0 div.WikiaPageContentWrapper { | ||
border:none | border:none; | ||
padding:10px; | padding-top:10px; | ||
padding-bottom:10px; | |||
} | } | ||
.ns-0 div.WikiaPageContentWrapper, | .ns-0 div.WikiaPageContentWrapper, | ||
.ns-0 .WikiaArticle, | .ns-0 .WikiaArticle, | ||
.ns-0 .WikiaPage, | .ns-0 .WikiaPage, | ||
.ns-0 p { | .ns-0 p { | ||
color:#fff; | color:#fff; | ||
} | } | ||
Line 28: | Line 53: | ||
.ns-0 h6 { | .ns-0 h6 { | ||
color:#fff; | color:#fff; | ||
} | } | ||
.ns-0 .page-header__title { | |||
color:#fff!important; | |||
} | |||
/* 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 a:link, | .ns-0 .modalContent a:link, | ||
.ns-0 a:visited { | .ns-0 .modalContent a:visited, | ||
color:#aecfff | .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 a.new, #p-personal a-new, | .ns-0 .modalContent a.new:visited, #p-personal a.new:visited, | ||
.ns-0 a.new:visited, #p-personal a.new:visited { | .ns-0 .ArticlePreview a.new, #p-personal a-new, | ||
color:#ffccff | .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; | |||
} | } | ||
.ns-0 a:hover { | .ns-0 .WikiaPage a:hover { | ||
color:#fff9d4; | color:#fff9d4!important; | ||
background:none; | background:none; | ||
} | } | ||
.ns-0 div.WikiaPageContentWrapper { | .ns-0 div.WikiaPageContentWrapper { | ||
background: | background:transparent; | ||
} | } | ||
Line 112: | Line 144: | ||
Menu button drop down | Menu button drop down | ||
================ */ | ================ */ | ||
/* Some adaptations for LOD | |||
with the new header */ | |||
.ns-0 .page-header__contribution-buttons .wds-button, | |||
.ns-0 .page-header__contribution-buttons .wds-button-group { | |||
border-color: #aecfff!important; | |||
color: #aecfff!important; | |||
} | |||
.ns-0 .page-header__contribution-buttons .wds-button-group > a, | |||
.ns-0 .page-header__contribution-buttons .wds-button-group > div > a { | |||
background: #4e7dab!important; | |||
color: white!important; | |||
} | |||
.ns-0 .page-header__contribution-buttons a.wds-button:hover { | |||
color: white!important; | |||
} | |||
.ns-0 .page-header__contribution-buttons .wds-is-secondary { | |||
border-color: #4e7dab!important; | |||
} | |||
.ns-0 .page-header__contribution-buttons .wds-button-group > a, | |||
.ns-0 .page-header__contribution-buttons .wds-button-group > div > a { | |||
background: #4e7dab!important; | |||
} | |||
.ns-0 .page-header__contribution-buttons .wds-is-secondary:nth-of-type(1) { | |||
background: #002244!important; | |||
/* border-color: #4e7dab; */ | |||
} | |||
.ns-0 .page-header__contribution-buttons .wds-is-secondary:last-of-type, | |||
.ns-0 .page-header__contribution-buttons .wds-is-secondary#ShareEntryPoint { | |||
background: #012c57!important; | |||
} | |||
.ns-0 .wds-is-secondary:hover svg { | |||
fill: #FFF; | |||
} | |||
/* OLD BUTTONS | |||
*/ | |||
Line 157: | Line 229: | ||
.ns-0 .WikiaSearch .wikia-button, | .ns-0 .WikiaSearch .wikia-button, | ||
.ns-0 .WikiaSearch .wikia-button:hover, | |||
.ns-0 .WikiaSearch .wikia-button:active, | .ns-0 .WikiaSearch .wikia-button:active, | ||
.ns-0 input[type="button"].secondary, | .ns-0 input[type="button"].secondary, | ||
Line 167: | Line 239: | ||
margin-right:3px; | margin-right:3px; | ||
width:40px!important; | 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; | |||
} | |||
.ns-0 a.community-page-entry-point-button:hover { | |||
color:#01407f | |||
} | } | ||
Line 184: | Line 275: | ||
color:#aecfff !important | color:#aecfff !important | ||
} | } | ||
.ns-0 .simplequote span.author i { | |||
/* background: #012c57; */ | |||
background: #002b56; | |||
padding-right: 10px; | |||
padding-left: 18px; | |||
border: solid .75px #cccccc; | |||
border-radius: 4px; | |||
} | |||
/* ================ | /* ================ | ||
TALLY | TALLY | ||
Line 204: | Line 304: | ||
} | } | ||
/* ================ | /* ================ | ||
Line 245: | Line 321: | ||
} | } | ||
.ns-0 .community-page-entry-point-module, | |||
.ns-0 .WikiaPagesOnWikiModule, | .ns-0 .WikiaPagesOnWikiModule, | ||
.ns-0 .WikiaBlogListingBox, | .ns-0 .WikiaBlogListingBox, | ||
Line 259: | Line 336: | ||
.ns-0 .WikiaRail .videos-module-rail { | .ns-0 .WikiaRail .videos-module-rail { | ||
border-color: #fff !important; | border-color: #fff !important; | ||
} | |||
.ns-0 .community-page-entry-point-module { | |||
color:white; | |||
} | } | ||
.ns-0 .WikiaRail .rail-module h2.has-icon svg { | |||
fill:#fff; | |||
} | |||
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-user a:visited, | |||
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-user a, | |||
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-user, | |||
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-time, | |||
.ns-0 .WikiaRail .activity-module .edit-info { | |||
color:#fff; | |||
} | |||
.ns-0 .WikiaRail .rail-module .wds-button, | |||
.ns-0 .WikiaRail .rail-module .wds-button.wds-is-secondary { | |||
border-color:#fff; | |||
color:#fff; | |||
} | |||
/* ++++++++++++++++++ | /* ++++++++++++++++++ | ||
Line 339: | Line 434: | ||
++++++++++++++ */ | ++++++++++++++ */ | ||
.ns-0 .WikiaFooter .recirculation-impact-footer { | .ns-0 .WikiaFooter .recirculation-impact-footer { | ||
Line 379: | Line 466: | ||
} | } | ||
/* ++++++++++++++++ | |||
Recirculation | |||
++++++++++++++++ | |||
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 | |||
} | |||
.ns-0 #recirculation-footer-index-container { | |||
background:transparent; | |||
} | |||
/* ++++++++++++++++ | /* ++++++++++++++++ | ||
Line 400: | Line 505: | ||
.ns-0 .ChatModule .chat-name { | .ns-0 .ChatModule .chat-name { | ||
font-family: | font-family: "Rubik"; | ||
color:#fff !important; | color:#fff !important; | ||
letter-spacing:3px !important; | letter-spacing:3px !important; | ||
Line 466: | Line 571: | ||
.ns-0 .smwtable-exterior, | .ns-0 .smwtable-exterior, | ||
.ns-0 table.wiki-sidebar, | .ns-0 table.wiki-sidebar, | ||
.ns-0 #dabtag { | .ns-0 #dabtag, | ||
.ns-0 .dabtag { | |||
background-image:none; | background-image:none; | ||
background-color:transparent; | background-color:transparent; | ||
color:#fff; | color:#fff; | ||
border:2px solid #fff; | border:2px solid #fff; | ||
} | } | ||
.ns-0 .wikitable#grid { | |||
border-radius: 0; | |||
} | |||
/* | |||
.ns-0 #dabtag, | |||
.ns-0 .dabtag { | |||
display:inline-block; | |||
float:left; | |||
} | |||
*/ | |||
.ns-0 div#inline-box p, | .ns-0 div#inline-box p, | ||
.ns-0 div#inline-box-rt p { | .ns-0 div#inline-box-rt p { | ||
Line 489: | Line 605: | ||
.ns-0 div.type-realworld { | .ns-0 div.type-realworld { | ||
background: transparent url( | background: transparent url(https://images.wikia.nocookie.net/tardis/images/d/d8/SmallClapper.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-nc { | .ns-0 div.type-nc { | ||
background: transparent url( | background: transparent url(https://images.wikia.nocookie.net/tardistest/images/8/8c/NoncanonImage.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-disambig { | .ns-0 div.type-disambig { | ||
background: transparent url( | background: transparent url(https://images.wikia.nocookie.net/__cb20090426213327/tardis/images/a/af/Transferring.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-inuse { | .ns-0 div.type-inuse { | ||
background: transparent url( | background: transparent url(https://images.wikia.nocookie.net/tardis/images/e/e0/Inuse200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-update { | .ns-0 div.type-update { | ||
background: transparent url( | background: transparent url(https://images.wikia.nocookie.net/tardis/images/3/37/Update200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-cleanup { | .ns-0 div.type-cleanup { | ||
background: transparent url( | background: transparent url(https://images.wikia.nocookie.net/tardis/images/e/e2/Cleanup200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-delete { | .ns-0 div.type-delete { | ||
background: transparent url( | background: transparent url(https://images.wikia.nocookie.net/tardis/images/6/6b/Delete200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-oou { | .ns-0 div.type-oou { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/6/63/Oou200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-rename { | .ns-0 div.type-rename { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/1/1e/Rename200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-spoiler { | .ns-0 div.type-spoiler { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/7/7f/Spoiler200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-conjecture { | .ns-0 div.type-conjecture { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/c/c3/Conjecture200px.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-talk { | .ns-0 div.type-talk { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/__cb20110514204758/tardis/images/b/b4/Talk200px.jpg) no-repeat; | ||
z-index:5; | z-index:5; | ||
} | } | ||
.ns-0 div.type-unprod { | .ns-0 div.type-unprod { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/f/f2/Unprod.png) no-repeat; | ||
} | } | ||
.ns-0 div.type-doctorwhich { | .ns-0 div.type-doctorwhich { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/a/af/WhichDoctor.jpg) no-repeat; | ||
} | } | ||
.ns-0 div.type-nonfiction { | .ns-0 div.type-nonfiction { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/2/26/Nonfiction.png) no-repeat; | ||
} | } | ||
.ns-0 div.type-prefix { | .ns-0 div.type-prefix { | ||
background:transparent url( | background:transparent url(https://images.wikia.nocookie.net/tardis/images/d/d5/Prefix.png) no-repeat; | ||
} | } | ||
.ns-0 div.type-merge { | .ns-0 div.type-merge { | ||
background-color:transparent; | background-color:transparent; | ||
background-image: url( | background-image: url(https://images.wikia.nocookie.net/__cb20100517214718/tardis/images/9/9c/Merge.png); | ||
} | } | ||
Line 552: | Line 668: | ||
.ns-0 #smwtable tbody tr, | .ns-0 #smwtable tbody tr, | ||
.ns-0 table.smwtable tr, | .ns-0 table.smwtable tr, | ||
.ns-0 table.smwtable tbody tr { | .ns-0 table.smwtable tbody tr, | ||
.ns-0 table.wikitable td, | |||
.ns-0 table.wikitable tbody td, | |||
.ns-0 #smwtable td, | |||
.ns-0 #smwtable tbody td, | |||
.ns-0 table.smwtable td, | |||
.ns-0 table.smwtable tbody td { | |||
background: transparent; | background: transparent; | ||
} | } | ||
Line 575: | Line 697: | ||
background: none repeat scroll 0% 0% rgb(216, 223, 229)!important; | background: none repeat scroll 0% 0% rgb(216, 223, 229)!important; | ||
color:#012c57; | color:#012c57; | ||
} | |||
.ns-0 table.wikitable .row-red td, | |||
.ns-0 div#block.row-red { | |||
/* background: #9e3434; */ | |||
/* background: #803838; */ | |||
/* background: #843434; */ | |||
background: #743232; | |||
} | |||
.ns-0 table.wikitable .row-yellow td, | |||
.ns-0 div#block.row-yellow { | |||
/* background: #7c713c; */ | |||
/* background: #7a734e; */ | |||
/* background: #737369; */ | |||
/* background: #896538; */ | |||
/* background: #896638; */ | |||
background: #846a48; | |||
} | } | ||
Line 584: | Line 724: | ||
background-image:none; | background-image:none; | ||
} | } | ||
.ns-0 .wikitable#grid tr:hover > td:first-of-type { | |||
background: #0b325a!important; | |||
} | |||
.ns-0 .wikitable#grid tr:nth-of-type(odd):hover > td#sh-2 { | |||
background: #5c8cbb!important; | |||
} | |||
.ns-0 .wikitable#grid tr:nth-of-type(even):hover > td#sh-2 { | |||
background: #5280ad!important; | |||
} | |||
Line 636: | Line 787: | ||
.ns-0 td.diff-ntitle { | .ns-0 td.diff-ntitle { | ||
background-color:transparent; | background-color:transparent; | ||
font-family: | font-family:"Rubik"; | ||
} | } | ||
Line 667: | Line 818: | ||
padding:10px; | padding:10px; | ||
line-height:120%; | line-height:120%; | ||
font-family: | font-family:"Rubik"; | ||
} | } | ||
Line 679: | Line 830: | ||
.ns-0 span.autocomment { | .ns-0 span.autocomment { | ||
color:#fff; | color:#fff; | ||
font-family: | font-family:"Rubik"; | ||
} | } | ||
Line 701: | Line 852: | ||
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 | .ns-0 #hm-toc #toc { | ||
border: none!important; | border: none!important; | ||
} | } | ||
Line 760: | Line 911: | ||
color: #ccdfff; | color: #ccdfff; | ||
} | } | ||
/* +++++++++++++++++++++ | /* +++++++++++++++++++++ | ||
Line 855: | Line 916: | ||
+++++++++++++++++++++ */ | +++++++++++++++++++++ */ | ||
.ns-0 .wds-dropdown__content.wds-is-right-aligned.wds-notifications__dropdown-content, | |||
.ns-0 ul.notifications-for-wiki-list { | .ns-0 ul.notifications-for-wiki-list { | ||
background:#012c57; | background:#012c57; | ||
Line 872: | Line 934: | ||
max-height:46px; | max-height:46px; | ||
max-width:72px; | max-width:72px; | ||
} | } | ||
/**** FOOTER ****/ | /**** FOOTER ****/ | ||
Line 883: | Line 945: | ||
.ns-0 .WikiaBarWrapper .toolbar, | .ns-0 .WikiaBarWrapper .toolbar, | ||
.ns-0 .WikiaFooter .toolbar { | .ns-0 .WikiaFooter .toolbar { | ||
font-family: | font-family: "Rubik"; | ||
text-transform:uppercase; | text-transform:uppercase; | ||
letter-spacing:1.5px; | letter-spacing:1.5px; | ||
Line 894: | Line 956: | ||
background:none repeat scroll 0 0 transparent !important; | background:none repeat scroll 0 0 transparent !important; | ||
border:none !important; | border:none !important; | ||
font-family: | font-family: "Rubik"; | ||
text-transform:uppercase; | text-transform:uppercase; | ||
letter-spacing:1.5px; | letter-spacing:1.5px; | ||
Line 912: | Line 974: | ||
CATLINKS | CATLINKS | ||
===================== */ | ===================== */ | ||
.ns-0 .article-categories, | |||
.ns-0 .WikiaArticleCategories { | .ns-0 .WikiaArticleCategories { | ||
background-image:none; | background-image:none; | ||
background-color:transparent; | |||
border-color:white; | border-color:white; | ||
} | } | ||
Line 960: | Line 1,023: | ||
.ns-0 .CategorySelect.articlePage { | .ns-0 .CategorySelect.articlePage { | ||
border:2px solid white; | border:2px solid white; | ||
background:transparent; | background:transparent; | ||
Line 983: | Line 1,041: | ||
.ns-0 .WikiaArticle a.external:after, | .ns-0 .WikiaArticle a.external:after, | ||
.ns-0 .WikiaArticle a[href^="gopher://"]:after { | .ns-0 .WikiaArticle a[href^="gopher://"]:after { | ||
background-image:url(" | background-image:url("https://images.wikia.nocookie.net/tardis/images/f/fb/ExternalLinkLight.png")!important; | ||
background-position:right top !important; | background-position:right top !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
Line 1,003: | Line 1,061: | ||
NAV BAR | NAV BAR | ||
================== */ | ================== */ | ||
.ns-0 .WikiHeader > nav a, | .ns-0 .WikiHeader > nav a, | ||
.ns-0 .WikiHeader > nav a:link, | .ns-0 .WikiHeader > nav a:link, | ||
Line 1,012: | Line 1,071: | ||
color:black; | color:black; | ||
} | } | ||
.ns-0 .WikiHeader > nav a:hover, | |||
.ns-0 .WikiHeader > nav a:link:hover, | |||
.ns-0 .WikiHeader > nav a:visited:hover, | |||
.ns-0 .WikiHeader > nav li a:hover, | |||
.ns-0 .WikiHeader > nav li a:link:hover, | |||
.ns-0 .WikiHeader > nav li a:visited:hover { | |||
color:black!important; | |||
text-decoration:underline!important; | |||
} | |||
/* ================== | /* ================== | ||
Line 1,025: | Line 1,094: | ||
background:#012c57; | background:#012c57; | ||
} | } | ||
/* ================== | /* ================== | ||
NAVBOXES | NAVBOXES | ||
================== */ | ================== */ | ||
.ns-0 .navbox-title { | .ns-0 .navbox-title { | ||
border:none; | border:none; | ||
color:#ccdfff; | color:#ccdfff; | ||
} | } | ||
.ns-0 .navbox-title a:link { | .ns-0 .navbox-title a:link { | ||
color:#aecfff | color:#aecfff | ||
} | } | ||
.ns-0 .navbox-abovebelow { | .ns-0 .navbox-abovebelow { | ||
border:none; | border:none; | ||
} | } | ||
.ns-0 table.navbox { | .ns-0 table.navbox { | ||
background:transparent; | background:transparent; | ||
Line 1,050: | Line 1,113: | ||
border-radius:5%; | border-radius:5%; | ||
} | } | ||
.ns-0 .navbox-odd, | |||
.ns-0 .navbox-odd { | .ns-0 .navbox-odd .navbox-columns-table { | ||
background:#aecfff; | background:#aecfff; | ||
color:#012c57; | color:#012c57; | ||
} | } | ||
.ns-0 .navbox-even, | |||
.ns-0 .navbox-even { | .ns-0 .navbox-even .navbox-columns-table { | ||
background:#b0b0b0; | background:#b0b0b0; | ||
} | } | ||
.ns-0 .navbox-odd a:visited, | .ns-0 .navbox-odd a:visited, | ||
.ns-0 .navbox-odd a:link, | .ns-0 .navbox-odd a:link, | ||
Line 1,066: | Line 1,128: | ||
color:#012c57 | color:#012c57 | ||
} | } | ||
.ns-0 .navbox-group a:link, | .ns-0 .navbox-group a:link, | ||
.ns-0 .navbox-group a:visited, | .ns-0 .navbox-group a:visited, | ||
Line 1,075: | Line 1,136: | ||
color:#aecfff | color:#aecfff | ||
} | } | ||
.ns-0 .navbox-list .navbox-even { | .ns-0 .navbox-list .navbox-even { | ||
color:#012c57 | color:#012c57 | ||
Line 1,083: | Line 1,143: | ||
color:#012c57 | color:#012c57 | ||
} | } | ||
/* ================== | /* ================== | ||
MODAL WRAPPER | MODAL WRAPPER | ||
Line 1,104: | Line 1,163: | ||
BACKGROUND | BACKGROUND | ||
================== */ | ================== */ | ||
.ns-0 .WikiaGrid .grid-6 { | .ns-0 .WikiaGrid .grid-6 { | ||
background:transparent; | background:transparent; | ||
Line 1,123: | Line 1,181: | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
/* ==================== | /* ==================== | ||
POLLS | POLLS | ||
Line 1,136: | Line 1,193: | ||
color:#fff; | color:#fff; | ||
padding:5px; | padding:5px; | ||
font-family: | font-family: "Rubik"; | ||
letter-spacing:1px; | letter-spacing:1px; | ||
text-align:left; | text-align:left; | ||
Line 1,170: | Line 1,227: | ||
color:#fff | color:#fff | ||
} | } | ||
/* -=—=-=-=-=-=-=-=- | /* -=—=-=-=-=-=-=-=- | ||
Exceptions to above | Exceptions to above | ||
=-=-=-=-=-=-=-=-= */ | =-=-=-=-=-=-=-=-= */ | ||
.ns-0 div.noarticletext .noarticle div#ssh { | |||
.ns-0 div.noarticle | |||
color:#000 | color:#000 | ||
} | |||
/* ================== | |||
Spoiler Alert | |||
================== */ | |||
.ns-0 #SpoilerAlertText { | |||
color:#012c57; | |||
} | } |
Latest revision as of 02:15, 8 October 2018
/* =====================================================
Ns0.css 2.0
Originated January 2013
Updated October 2018
-----------------------------------------------------
Ns0.css requires Tardis' local Colour Changer JS --
found in MediaWiki:Wikia.js -- to work.
-----------------------------------------------------
This style sheet controls that part of the CSS which is
unique to the main namespace, aka "ns0".
However, it's probably not doing what you think. The
declarations below only take effect if you've clicked
the skin switcher button, and have opted for the
light text on dark blue background.
In short, this is NOT the default styling for
namespace 0, despite the name of sheet.
==================================================== */
.ns-0 .WikiaPage .WikiaPageBackground {
background: #012c57;
top: -108px;
padding-top: 108px;
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 div.WikiaPageContentWrapper {
border:none;
padding-top:10px;
padding-bottom: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;
}
.ns-0 .page-header__title {
color:#fff!important;
}
/* 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;
}
.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
================ */
/* Some adaptations for LOD
with the new header */
.ns-0 .page-header__contribution-buttons .wds-button,
.ns-0 .page-header__contribution-buttons .wds-button-group {
border-color: #aecfff!important;
color: #aecfff!important;
}
.ns-0 .page-header__contribution-buttons .wds-button-group > a,
.ns-0 .page-header__contribution-buttons .wds-button-group > div > a {
background: #4e7dab!important;
color: white!important;
}
.ns-0 .page-header__contribution-buttons a.wds-button:hover {
color: white!important;
}
.ns-0 .page-header__contribution-buttons .wds-is-secondary {
border-color: #4e7dab!important;
}
.ns-0 .page-header__contribution-buttons .wds-button-group > a,
.ns-0 .page-header__contribution-buttons .wds-button-group > div > a {
background: #4e7dab!important;
}
.ns-0 .page-header__contribution-buttons .wds-is-secondary:nth-of-type(1) {
background: #002244!important;
/* border-color: #4e7dab; */
}
.ns-0 .page-header__contribution-buttons .wds-is-secondary:last-of-type,
.ns-0 .page-header__contribution-buttons .wds-is-secondary#ShareEntryPoint {
background: #012c57!important;
}
.ns-0 .wds-is-secondary:hover svg {
fill: #FFF;
}
/* OLD BUTTONS
*/
.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;
}
.ns-0 a.community-page-entry-point-button:hover {
color:#01407f
}
/* ================
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
}
.ns-0 .simplequote span.author i {
/* background: #012c57; */
background: #002b56;
padding-right: 10px;
padding-left: 18px;
border: solid .75px #cccccc;
border-radius: 4px;
}
/* ================
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;
}
/* ================
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;
}
.ns-0 .WikiaRail .rail-module h2.has-icon svg {
fill:#fff;
}
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-user a:visited,
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-user a,
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-user,
.ns-0 .WikiaRail .activity-module .edit-info .edit-info-time,
.ns-0 .WikiaRail .activity-module .edit-info {
color:#fff;
}
.ns-0 .WikiaRail .rail-module .wds-button,
.ns-0 .WikiaRail .rail-module .wds-button.wds-is-secondary {
border-color:#fff;
color:#fff;
}
/* ++++++++++++++++++
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 .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;
}
/* ++++++++++++++++
Recirculation
++++++++++++++++
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
}
.ns-0 #recirculation-footer-index-container {
background:transparent;
}
/* ++++++++++++++++
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: "Rubik";
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 .wikitable#grid {
border-radius: 0;
}
/*
.ns-0 #dabtag,
.ns-0 .dabtag {
display:inline-block;
float:left;
}
*/
.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(https://images.wikia.nocookie.net/tardis/images/d/d8/SmallClapper.jpg) no-repeat;
}
.ns-0 div.type-nc {
background: transparent url(https://images.wikia.nocookie.net/tardistest/images/8/8c/NoncanonImage.jpg) no-repeat;
}
.ns-0 div.type-disambig {
background: transparent url(https://images.wikia.nocookie.net/__cb20090426213327/tardis/images/a/af/Transferring.jpg) no-repeat;
}
.ns-0 div.type-inuse {
background: transparent url(https://images.wikia.nocookie.net/tardis/images/e/e0/Inuse200px.jpg) no-repeat;
}
.ns-0 div.type-update {
background: transparent url(https://images.wikia.nocookie.net/tardis/images/3/37/Update200px.jpg) no-repeat;
}
.ns-0 div.type-cleanup {
background: transparent url(https://images.wikia.nocookie.net/tardis/images/e/e2/Cleanup200px.jpg) no-repeat;
}
.ns-0 div.type-delete {
background: transparent url(https://images.wikia.nocookie.net/tardis/images/6/6b/Delete200px.jpg) no-repeat;
}
.ns-0 div.type-oou {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/6/63/Oou200px.jpg) no-repeat;
}
.ns-0 div.type-rename {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/1/1e/Rename200px.jpg) no-repeat;
}
.ns-0 div.type-spoiler {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/7/7f/Spoiler200px.jpg) no-repeat;
}
.ns-0 div.type-conjecture {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/c/c3/Conjecture200px.jpg) no-repeat;
}
.ns-0 div.type-talk {
background:transparent url(https://images.wikia.nocookie.net/__cb20110514204758/tardis/images/b/b4/Talk200px.jpg) no-repeat;
z-index:5;
}
.ns-0 div.type-unprod {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/f/f2/Unprod.png) no-repeat;
}
.ns-0 div.type-doctorwhich {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/a/af/WhichDoctor.jpg) no-repeat;
}
.ns-0 div.type-nonfiction {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/2/26/Nonfiction.png) no-repeat;
}
.ns-0 div.type-prefix {
background:transparent url(https://images.wikia.nocookie.net/tardis/images/d/d5/Prefix.png) no-repeat;
}
.ns-0 div.type-merge {
background-color:transparent;
background-image: url(https://images.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,
.ns-0 table.wikitable td,
.ns-0 table.wikitable tbody td,
.ns-0 #smwtable td,
.ns-0 #smwtable tbody td,
.ns-0 table.smwtable td,
.ns-0 table.smwtable tbody td {
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;
}
.ns-0 table.wikitable .row-red td,
.ns-0 div#block.row-red {
/* background: #9e3434; */
/* background: #803838; */
/* background: #843434; */
background: #743232;
}
.ns-0 table.wikitable .row-yellow td,
.ns-0 div#block.row-yellow {
/* background: #7c713c; */
/* background: #7a734e; */
/* background: #737369; */
/* background: #896538; */
/* background: #896638; */
background: #846a48;
}
#smwfacttable,
.ns-0 div.smwfact td,
.ns-0 div.smwfact tr,
.ns-0 div.smwfact table {
background:transparent!important;
background-image:none;
}
.ns-0 .wikitable#grid tr:hover > td:first-of-type {
background: #0b325a!important;
}
.ns-0 .wikitable#grid tr:nth-of-type(odd):hover > td#sh-2 {
background: #5c8cbb!important;
}
.ns-0 .wikitable#grid tr:nth-of-type(even):hover > td#sh-2 {
background: #5280ad!important;
}
/* ===============
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:"Rubik";
}
.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:"Rubik";
}
.ns-0 span.diffchange {
color:#fff;
font-weight: bold;
text-decoration: none;
font-size:14px;
}
.ns-0 span.autocomment {
color:#fff;
font-family:"Rubik";
}
.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;
}
/* +++++++++++++++++++++
Notification dropdown
+++++++++++++++++++++ */
.ns-0 .wds-dropdown__content.wds-is-right-aligned.wds-notifications__dropdown-content,
.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: "Rubik";
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: "Rubik";
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 {
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("https://images.wikia.nocookie.net/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;
}
.ns-0 .WikiHeader > nav a:hover,
.ns-0 .WikiHeader > nav a:link:hover,
.ns-0 .WikiHeader > nav a:visited:hover,
.ns-0 .WikiHeader > nav li a:hover,
.ns-0 .WikiHeader > nav li a:link:hover,
.ns-0 .WikiHeader > nav li a:visited:hover {
color:black!important;
text-decoration:underline!important;
}
/* ==================
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: "Rubik";
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.noarticletext .noarticle div#ssh {
color:#000
}
/* ==================
Spoiler Alert
================== */
.ns-0 #SpoilerAlertText {
color:#012c57;
}