MediaWiki:Gadget-ms-Namespace.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(adding in some support for the WIkiaPageBackground. should be interesting on the forums at least.)
Tag: sourceedit
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* =================
  This page was originally used by the skin switcher,
  if indirectly. At the time, it mostly positively
  asserted which the background and text colors are
  meant to be in various namespaces so that the skin
  switcher universally works on pages, without issue.
 
  But, in the era of the new Fandom-wide skin switcher,
  it's now used mostly to determine fonts and such in
  various namespaces, and occasionally to fix issues
  between skins, as before.
 
  Originally created by CzechOut.
  Last revised: May 2023 -SOTO
  ================= */
/* ==============
/* ==============
   BACKGROUNDS
   BACKGROUNDS
   ============== */
   ============== */
.ns-0 div.WikiaPageContentWrapper,
.ns-0 div.page__main,
.ns-1 div.WikiaPageContentWrapper,
.ns-1 div.page__main,
.ns-2 div.WikiaPageContentWrapper,
.ns-2 div.page__main,
.ns-3 div.WikiaPageContentWrapper,
.ns-3 div.page__main,
.ns-4 div.WikiaPageContentWrapper,
.ns-4 div.page__main,
.ns-5 div.WikiaPageContentWrapper,
.ns-5 div.page__main,
.ns-6 div.WikiaPageContentWrapper,
.ns-6 div.page__main,
.ns-7 div.WikiaPageContentWrapper,
.ns-7 div.page__main,
.ns-8 div.WikiaPageContentWrapper,
.ns-8 div.page__main,
.ns-9 div.WikiaPageContentWrapper,
.ns-9 div.page__main,
.ns-10 div.WikiaPageContentWrapper,
.ns-10 div.page__main,
.ns-11 div.WikiaPageContentWrapper,
.ns-11 div.page__main,
.ns-12 div.WikiaPageContentWrapper,
.ns-12 div.page__main,
.ns-13 div.WikiaPageContentWrapper,
.ns-13 div.page__main,
.ns-14 div.WikiaPageContentWrapper,
.ns-14 div.page__main,
.ns-15 div.WikiaPageContentWrapper,
.ns-15 div.page__main,
.ns-110 div.WikiaPageContentWrapper,
.ns-110 div.page__main,
.ns-111 div.WikiaPageContentWrapper,
.ns-111 div.page__main,
.ns-302 div.WikiaPageContentWrapper,
.ns-302 div.page__main,
.ns-303 div.WikiaPageContentWrapper,
.ns-303 div.page__main,
.ns-304 div.WikiaPageContentWrapper,
.ns-304 div.page__main,
.ns-305 div.WikiaPageContentWrapper,
.ns-305 div.page__main,
.ns-306 div.WikiaPageContentWrapper,
.ns-306 div.page__main,
.ns-307 div.WikiaPageContentWrapper,
.ns-307 div.page__main,
.ns-308 div.WikiaPageContentWrapper,
.ns-308 div.page__main,
.ns-309 div.WikiaPageContentWrapper,
.ns-309 div.page__main,
.ns-370 div.WikiaPageContentWrapper,
.ns-370 div.page__main,
.ns-371 div.WikiaPageContentWrapper,
.ns-371 div.page__main,
.ns-420 div.WikiaPageContentWrapper,
.ns-420 div.page__main,
.ns-421 div.WikiaPageContentWrapper,  
.ns-421 div.page__main,  
.ns-500 div.WikiaPageContentWrapper,
.ns-500 div.page__main,
.ns-501 div.WikiaPageContentWrapper,
.ns-501 div.page__main,
.ns-503 div.WikiaPageContentWrapper,
.ns-503 div.page__main,
.ns-special div.WikiaPageContentWrapper,
.ns-special div.page__main,
.body.page-Special_AdminDashboard div.WikiaPageContentWrapper {
.body.page-Special_AdminDashboard div.page__main {
  background: #FFF; /*rgb(243,241,232);*/
   font-family: "Rubik",Helvetica,Arial,sans-serif;
  color:#1f1e38;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}
}


.ns-1100 div.WikiaPageContentWrapper,
.ns-1100 div.page__main,
.ns-2000 div.WikiaPageContentWrapper,
.ns-2000 div.page__main,
.ns-2002 div.WikiaPageContentWrapper,
.ns-2002 div.page__main,
.ns-1201 div.WikiaPageContentWrapper {
.ns-1201 div.page__main {
background: rgb(246,230,180);
/*background: rgb(246,230,180);
background: -moz-linear-gradient(left,  rgba(246,230,180,1) 0%, rgba(246,230,180,1) 58%, rgba(234,196,150,1) 100%);
background: -moz-linear-gradient(left,  rgba(246,230,180,1) 0%, rgba(246,230,180,1) 58%, rgba(234,196,150,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,230,180,1)), color-stop(58%,rgba(246,230,180,1)), color-stop(100%,rgba(234,196,150,1)));
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,230,180,1)), color-stop(58%,rgba(246,230,180,1)), color-stop(100%,rgba(234,196,150,1)));
Line 53: Line 67:
background: -ms-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: -ms-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: linear-gradient(to right,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: linear-gradient(to right,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496',GradientType=1 );
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496',GradientType=1 );*/
}
}
.ns-1100 .WikiaPage .WikiaPageBackground,
.ns-1100 .WikiaPage .WikiaPageBackground,
Line 59: Line 73:
.ns-2002 .WikiaPage .WikiaPageBackground,
.ns-2002 .WikiaPage .WikiaPageBackground,
.ns-1201 .WikiaPage .WikiaPageBackground {
.ns-1201 .WikiaPage .WikiaPageBackground {
background: rgb(246, 230, 180);
/*background: rgb(246, 230, 180);
background: -moz-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -moz-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 230, 180, 1)), color-stop(58%, rgba(246, 230, 180, 1)), color-stop(100%, rgba(234, 196, 150, 1)));
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 230, 180, 1)), color-stop(58%, rgba(246, 230, 180, 1)), color-stop(100%, rgba(234, 196, 150, 1)));
Line 66: Line 80:
background: -ms-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -ms-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: linear-gradient(to right, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: linear-gradient(to right, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496', GradientType=1 )
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496', GradientType=1 ) */
}
}
/* ==============
/* ==============
Line 72: Line 86:
   ============== */
   ============== */


.WikiaPage .WikiaPageContentWrapper {
  border:3px solid #fff; /* possibly too thick */
    -moz-border-radius:20px 20px 20px 20px;
  -webkit-border-radius:20px 20px 20px 20px;
      -o-border-radius:20px 20px 20px 20px;
      -ms-border-radius:20px 20px 20px 20px;
          border-radius:20px 20px 20px 20px;
    /* -moz-box-shadow:0 0 10px #175796;
  -webkit-box-shadow:0 0 10px #073b70;
      -o-box-shadow:0 0 10px #175796;
      -ms-box-shadow:0 0 10px #175796;
          box-shadow:0 0 10px #175796;*/
}


.oasis-split-skin .WikiaPage {
/* Talk namespace (only talk, not specialised forms of talk) */
    margin: 0px auto;
.ns-1 .page-content {
    background-image: none;
  font-family: "Rubik",Helvetica,Arial,sans-serif;
    background-color: transparent;
    border: none;
    -moz-box-shadow: 10px red
    box-shadow: none;
}
}


/* All talk namespaces (user talk, tardis talk, etc.) */


/* Namespace 0 has now been moved to MediaWiki:Ns0.css */
.ns-1 .removed,
 
.ns-3 .removed,
 
.ns-5 .removed,
/* Talk namespace (only talk, not specialised forms of talk) */
.ns-7 .removed,
 
.ns-9 .removed,
.ns-1 #WikiaArticle, .ns-1 #WikiaMainContent {
.ns-11 .removed,
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
.ns-13 .removed,
  color:#1f1e38;
.ns-15 .removed {
    font-size: .94em;
    text-align: center;
    list-style: none;
    color: #665f5f;
    margin: -15px 26px 0 46px;
    padding-bottom: 5px;
    border-left: solid 8px #d0c7c7;
    border-right: solid 8px #ccbbbb;
    border-style: dotted;
}
.theme-fandomdesktop-dark .ns-1 .removed,
.theme-fandomdesktop-dark .ns-3 .removed,
.theme-fandomdesktop-dark .ns-5 .removed,
.theme-fandomdesktop-dark .ns-7 .removed,
.theme-fandomdesktop-dark .ns-9 .removed,
.theme-fandomdesktop-dark .ns-11 .removed,
.theme-fandomdesktop-dark .ns-13 .removed,
.theme-fandomdesktop-dark .ns-15 .removed {
    color: #b9a8a8;
    border-color: #878181;
}
}


/* Category namespace */
/* Category namespace */
.ns-14 #WikiaArticle, .ns-14 #WikiaMainContent,
.ns-14 .page-content, .ns-14 #WikiaMainContent,
.ns-15 #WikiaArticle, .ns-15 #WikiaMainContent {
.ns-15 .page-content, .ns-15 #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   font-family: "Rubik",Helvetica,Arial,sans-serif;
  /*color:#fff;*/
}
}


Line 116: Line 133:


.letters.alpha a:hover {
.letters.alpha a:hover {
     color:#012c57!important
     color: #012c57!important;
}
}
.letters.alpha a:visited,
.letters.alpha a:visited,
.letters.alpha a:link,
.letters.alpha a:link,
.letters.alpha {
.letters.alpha {
     color:white;
     color: white;
     border-color:white;
     border-color: white;
}
}
.letters.sortkey {
.letters.sortkey {
     background:white
     background: white
}  
}  
/*
.ns-14 #WikiaArticle a:link, .ns-14 #WikiaMainContent a:link,
.ns-15 #WikiaArticle a:link, .ns-15 #WikiaMainContent a:link {
    color:#FFD700;
}*/
/* Forum and User namespaces */
/* Forum and User namespaces */
.ns-2 #WikiaArticle, .ns-2 #WikiaMainContent,
.ns-2 .page-content, .ns-2 #WikiaMainContent,
.ns-3 #WikiaArticle, .ns-3 #WikiaMainContent,  
.ns-3 .page-content, .ns-3 #WikiaMainContent,  
.ns-110 #WikiaArticle, .ns-110 #WikiaMainContent,
.ns-110 .page-content, .ns-110 #WikiaMainContent,
.ns-111 #WikiaArticle, .ns-111 #WikiaMainContent,
.ns-111 .page-content, .ns-111 #WikiaMainContent,
.ns-500 #WikiaArticle, .ns-500 #WikiaMainContent,
.ns-500 .page-content, .ns-500 #WikiaMainContent,
.ns-501 #WikiaArticle, .ns-501 #WikiaMainContent,
.ns-501 .page-content, .ns-501 #WikiaMainContent,
.ns-503 #WikiaArticle, .ns-503 #WikiaMainContent {
.ns-503 .page-content, .ns-503 #WikiaMainContent {
/*  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;*/
    font-family: "Rubik",Helvetica,Arial,sans-serif;
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
 
  color:#1f1e38;
}
}


.ns-2 .error {  
.ns-2 .error {  
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   font-family: "Rubik",Helvetica,Arial,sans-serif;
  color:#1f1e38;
   margin-top: 200px;
   margin-top:200px;
   margin-left: auto;
   margin-left:auto;
   margin-right: auto;
   margin-right:auto;
   text-align: center;
   text-align:center;
   font-size: 90%;
   font-size:90%;
   line-height: 90%;  
   line-height:90%;  
}
}
/* Howling and Theory */
/* Howling and Theory */
.ns-112 #WikiaArticle, .ns-112 #WikiaMainContent,
.ns-112 .page-content, .ns-112 #WikiaMainContent,
.ns-113 #WikiaArticle, .ns-113 #WikiaMainContent,
.ns-113 .page-content, .ns-113 #WikiaMainContent,
.ns-114 #WikiaArticle, .ns-114 #WikiaMainContent,
.ns-114 .page-content, .ns-114 #WikiaMainContent,
.ns-115 #WikiaArticle, .ns-115 #WikiaMainContent {
.ns-115 .page-content, .ns-115 #WikiaMainContent {
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   font-family: "Rubik",Helvetica,Arial,sans-serif;
  color:#1f1e38;
}
}


Line 179: Line 178:
.ns-112 h5, .ns-113 h5, .ns-114 h5, .ns-115 h5,
.ns-112 h5, .ns-113 h5, .ns-114 h5, .ns-115 h5,
.ns-112 h6, .ns-113 h6, .ns-114 h6, .ns-115 h6,
.ns-112 h6, .ns-113 h6, .ns-114 h6, .ns-115 h6,
.ns-112 a, .ns-113 a, .ns-114 a, .ns-115 a, {
.ns-112 a, .ns-113 a, .ns-114 a, .ns-115 a  {
  color:#1f1e38;
    /* placeholder */
}
}


.ns-112 div.WikiaPageContentWrapper,
.ns-112 div.page__main,
.ns-113 div.WikiaPageContentWrapper,
.ns-113 div.page__main,
.ns-114 div.WikiaPageContentWrapper,
.ns-114 div.page__main,
.ns-115 div.WikiaPageContentWrapper {
.ns-115 div.page__main {
background: rgb(246,230,180);
/*background: rgb(246,230,180);
background: -moz-linear-gradient(left,  rgba(246,230,180,1) 0%, rgba(246,230,180,1) 58%, rgba(234,196,150,1) 100%);
background: -moz-linear-gradient(left,  rgba(246,230,180,1) 0%, rgba(246,230,180,1) 58%, rgba(234,196,150,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,230,180,1)), color-stop(58%,rgba(246,230,180,1)), color-stop(100%,rgba(234,196,150,1)));
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,230,180,1)), color-stop(58%,rgba(246,230,180,1)), color-stop(100%,rgba(234,196,150,1)));
Line 194: Line 193:
background: -ms-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: -ms-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: linear-gradient(to right,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: linear-gradient(to right,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496',GradientType=1 );
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496',GradientType=1 );
     color:#1f1e38;
     color: #1f1e38; */
}
.ns-112 .WikiaPage .WikiaPageBackground,
.ns-113 .WikiaPage .WikiaPageBackground,
.ns-114 .WikiaPage .WikiaPageBackground,
.ns-115 .WikiaPage .WikiaPageBackground {
/*background: rgb(246, 230, 180);
background: -moz-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 230, 180, 1)), color-stop(58%, rgba(246, 230, 180, 1)), color-stop(100%, rgba(234, 196, 150, 1)));
background: -webkit-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -o-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -ms-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: linear-gradient(to right, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496', GradientType=1 ) */
}
}


.ns-112 div.EditPageToolbar #tech {display:none}
.ns-112 div.EditPageToolbar #tech {
    display: none;
}


/*  Suppressing the parent being listed when subpages are called.
/*  Suppressing the parent being listed when subpages are called.
     This is mainly for Forum:Discontinuity index */
     This is mainly for Forum: Discontinuity index */


body.ns-110 #contentSub .subpages,
body.ns-110 #contentSub .subpages,
body.ns-114 #contentSub .subpages {
body.ns-114 #contentSub .subpages {
     display:none;
     display: none;
}
}


/* Tardis file and Help namespaces */
/* Tardis file and Help namespaces */
 
.ns-4 .page-content,
.ns-4 #WikiaArticle, .ns-4 #WikiaMainContent,
.ns-5 .page-content,
.ns-5 #WikiaArticle, .ns-5 #WikiaMainContent,
.ns-6 .page-content,
.ns-6 #WikiaArticle, .ns-6 #WikiaMainContent,
.ns-7 .page-content,
.ns-7 #WikiaArticle, .ns-7 #WikiaMainContent,
.ns-12 .page-content,
.ns-12 #WikiaArticle, .ns-12 #WikiaMainContent,
.ns-13 .page-content {
.ns-13 #WikiaArticle, .ns-13 #WikiaMainContent {
   font-family: "Rubik",Helvetica,Arial,sans-serif;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
  color:#1f1e38;
}
}
/* MediaWiki and Template namespaces */
/* MediaWiki and Template namespaces */
.ns-8 #WikiaArticle, .ns-8 #WikiaMainContent,
.ns-8 .page-content,
.ns-9 #WikiaArticle, .ns-9 #WikiaMainContent,
.ns-9 .page-content,
.ns-10 #WikiaArticle, .ns-10 #WikiaMainContent,
.ns-10 .page-content,
.ns-11 #WikiaArticle, .ns-11 #WikiaMainContent {
.ns-11 .page-content {
  font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
    /* font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace; */
  color:#1f1e38;
    /* font-size: 1.012em; */
}
}


.ns-8 pre, .ns-8 .WikiaArticle pre, .ns-9 pre, .ns-9 .WikiaArticle pre {           
.ns-8 pre, .ns-8 .WikiaArticle pre, .ns-9 pre, .ns-9 .WikiaArticle pre {           
     background: rgba(1, 44, 87, 0.10) url(http://images.wikia.com/tardistest/images/c/ce/70opacitywhite.png);
     background: rgba(1, 44, 87, 0.10); /*url(https: //images.wikia.nocookie.net/tardistest/images/c/ce/70opacitywhite.png)*/
    -moz-border-radius:10px; 
  -webkit-border-radius:10px;
      -o-border-radius:10px;
      -ms-border-radius:10px;
          border-radius:10px;
           font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
           font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
     -moz-box-shadow:none;
     -moz-box-shadow: none;
   -webkit-box-shadow:none;
   -webkit-box-shadow: none;
       -o-box-shadow:none;
       -o-box-shadow: none;
       -ms-box-shadow:none;
       -ms-box-shadow: none;
           box-shadow:none;
           box-shadow: none;
     border-color:transparent;
     border-color: transparent;
}
 
 
.ns-8 #WikiaPageHeader h1,
.ns-9 #WikiaPageHeader h1,
.ns-10 #WikiaPageHeader h1,
.ns-11 #WikiaPageHeader h1 {
  font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
  /*color:#fff*/
}
 
.ns-8 h2, .ns-9 h2, .ns-10 h2, .ns-11 h2,
ns-8 h3, .ns-9 h3, .ns-10 h3, .ns-11 h3,
ns-8 h4, .ns-9 h4, .ns-10 h4, .ns-11 h4,
ns-8 h5, .ns-9 h5, .ns-10 h5, .ns-11 h5,
ns-8 h6, .ns-9 h6, .ns-10 h6, .ns-11 h6 {
  /*color:#fff;*/
}
}
/* Should make locked/protect flags
  sit nicely in the {{documentation}}
  header */
.ns-10 .protect,
.ns-10 div#protect {
    margin-left:0;
    padding:0;
    float:right;
    margin-right:2%;
    margin-top:2%
}
/*
.ns-8 #WikiaArticle a:link, .ns-8 #WikiaMainContent a:link,
.ns-9 #WikiaArticle a:link, .ns-9 #WikiaMainContent a:link,
.ns-10 #WikiaArticle a:link, .ns-10 #WikiaMainContent a:link,
.ns-10 #WikiaArticle a:link, .ns-10 #WikiaMainContent a:link {
    color:#FFD700;
}
*/


/* SMW namespaces  */
/* SMW namespaces  */
.ns-302 #WikiaArticle,
.ns-302 .page-content,  
.ns-303 #WikiaArticle,
.ns-303 .page-content,
.ns-304 #WikiaArticle,
.ns-304 .page-content,
.ns-305 #WikiaArticle,
.ns-305 .page-content,
.ns-306 #WikiaArticle,
.ns-306 .page-content,
.ns-307 #WikiaArticle,
.ns-307 .page-content,
.ns-308 #WikiaArticle,
.ns-308 .page-content,
.ns-309 #WikiaArticle,
.ns-309 .page-content,
.ns-370 #WikiaArticle,
.ns-370 .page-content,
.ns-371 #WikiaArticle,
.ns-371 .page-content,
.ns-420 #WikiaArticle,
.ns-420 .page-content,
.ns-421 #WikiaArticle,
.ns-421 .page-content {
.ns-302 #WikiaMainContent,
.ns-303 #WikiaMainContent,
.ns-304 #WikiaMainContent,
.ns-305 #WikiaMainContent,
.ns-306 #WikiaMainContent,
.ns-307 #WikiaMainContent,
.ns-308 #WikiaMainContent,
.ns-309 #WikiaMainContent,
.ns-370 #WikiaMainContent,
.ns-371 #WikiaMainContent,
.ns-420 #WikiaMainContent,
.ns-421 #WikiaMainContent {
     font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
     font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
  color:#1f1e38;
}
}
.ns-302 #WikiaPageHeader h1,
.ns-303 #WikiaPageHeader h1,
.ns-304 #WikiaPageHeader h1,
.ns-305 #WikiaPageHeader h1,
.ns-306 #WikiaPageHeader h1,
.ns-307 #WikiaPageHeader h1,
.ns-308 #WikiaPageHeader h1,
.ns-309 #WikiaPageHeader h1,
.ns-370 #WikiaPageHeader h1,
.ns-371 #WikiaPageHeader h1,
.ns-420 #WikiaPageHeader h1 {
    font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
}


/* "Special" namespace
/* "Special" namespace
   and other oddities */
   and other oddities */
.ns-1100 .page-content, .ns-1100 #WikiaMainContent, /*relatedvideos*/
.ns-2002 .page-content, .ns-2002 #WikiaMainContent, /*topic*/
/* .ns-2000 .page-content, .ns-2000 #WikiaMainContent, thread */
/* .ns-1201 .page-content, .ns-1201 #WikiaMainContent, board */
.ns-special .page-content, .ns-special #WikiaMainContent {
    /* placeholder */
}


.ns-1100 #WikiaArticle, .ns-1100 #WikiaMainContent, /*relatedvideos*/
#FeedEntries > .FeedEntry[data-type="edit"], #FeedEntries > .FeedEntry[data-type="edited-section"] {
.ns-2002 #WikiaArticle, .ns-2002 #WikiaMainContent, /*topic*/
    border-left-color: var(--theme-accent-color);
.ns-2000 #WikiaArticle, .ns-2000 #WikiaMainContent, /*thread*/
.ns-1201 #WikiaArticle, .ns-1201 #WikiaMainContent, /*board*/
.ns-special #WikiaArticle, .ns-special #WikiaMainContent {
  color:#1f1e38;  
}
}


/*  ====================
#editpage-specialchars,#glow {
    GALLERIES in threads
    background-color: #8f7f7f21!important;
    ====================
    border-radius: 11px!important;
 
    border: 2px solid #c2b191!important;
    Somehow, this directly affects thumb size in
     -moz-box-shadow: 0px 0px 29px 0px #978563!important;
    infoboxes.  No idea how.  Makes no sense. */
    -webkit-box-shadow: 0px 0px 29px 0px #978563!important;
/*
    -ms-box-shadow: 0px 0px 29px 0px #978563!important;
.ns-2001 .wikia-gallery-item,
    -o-box-shadow: 0px 0px 29px 0px #978563!important;
.ns-2001 div.wikia-gallery div.wikia-gallery-item {
    box-shadow: 0px 0px 29px 0px #978563!important;
    background:transparent;
    border:none!important;
    padding:0px;
    margin:0px;
     -webkit-border-radius: 0;
      -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
            border-radius: 0;
}
}


.ns-2001 div.wikia-gallery div.wikia-gallery-item div.thumb {
/* Fixes link colours
    border:none;
on forum archives */
 
.theme-fandomdesktop-dark .forum-archive a,
.ns-2001 .wikia-gallery-caption-size-large .lightbox-caption {
.theme-fandomdesktop-dark .forum-archive a.link,
    font-size:80%;
.theme-fandomdesktop-dark .forum-archive a.visited {
    letter-spacing:0px
color: #3728ac;
}
}
*/
.theme-fandomdesktop-dark .forum-archive a.new {
body.page-Special_AdminDashboard #WikiaArticle,
color: #ba0000;
body.page-Special_AdminDashboard #WikiaMainContent {  
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}
}

Latest revision as of 18:32, 19 February 2024

/* =================
   This page was originally used by the skin switcher,
   if indirectly. At the time, it mostly positively
   asserted which the background and text colors are
   meant to be in various namespaces so that the skin
   switcher universally works on pages, without issue.
   
   But, in the era of the new Fandom-wide skin switcher,
   it's now used mostly to determine fonts and such in
   various namespaces, and occasionally to fix issues
   between skins, as before.
   
   Originally created by CzechOut.
   Last revised: May 2023 -SOTO
   ================= */

/* ==============
   BACKGROUNDS
   ============== */
.ns-0 div.page__main,
.ns-1 div.page__main,
.ns-2 div.page__main,
.ns-3 div.page__main,
.ns-4 div.page__main,
.ns-5 div.page__main,
.ns-6 div.page__main,
.ns-7 div.page__main,
.ns-8 div.page__main,
.ns-9 div.page__main,
.ns-10 div.page__main,
.ns-11 div.page__main,
.ns-12 div.page__main,
.ns-13 div.page__main,
.ns-14 div.page__main,
.ns-15 div.page__main,
.ns-110 div.page__main,
.ns-111 div.page__main,
.ns-302 div.page__main,
.ns-303 div.page__main,
.ns-304 div.page__main,
.ns-305 div.page__main,
.ns-306 div.page__main,
.ns-307 div.page__main,
.ns-308 div.page__main,
.ns-309 div.page__main,
.ns-370 div.page__main,
.ns-371 div.page__main,
.ns-420 div.page__main,
.ns-421 div.page__main, 
.ns-500 div.page__main,
.ns-501 div.page__main,
.ns-503 div.page__main,
.ns-special div.page__main,
.body.page-Special_AdminDashboard div.page__main {
   font-family: "Rubik",Helvetica,Arial,sans-serif;
}

.ns-1100 div.page__main,
.ns-2000 div.page__main,
.ns-2002 div.page__main,
.ns-1201 div.page__main {
/*background: rgb(246,230,180);
background: -moz-linear-gradient(left,  rgba(246,230,180,1) 0%, rgba(246,230,180,1) 58%, rgba(234,196,150,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,230,180,1)), color-stop(58%,rgba(246,230,180,1)), color-stop(100%,rgba(234,196,150,1)));
background: -webkit-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: -o-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: -ms-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: linear-gradient(to right,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496',GradientType=1 );*/
}
.ns-1100 .WikiaPage .WikiaPageBackground,
.ns-2000 .WikiaPage .WikiaPageBackground,
.ns-2002 .WikiaPage .WikiaPageBackground,
.ns-1201 .WikiaPage .WikiaPageBackground {
/*background: rgb(246, 230, 180);
background: -moz-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 230, 180, 1)), color-stop(58%, rgba(246, 230, 180, 1)), color-stop(100%, rgba(234, 196, 150, 1)));
background: -webkit-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -o-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -ms-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: linear-gradient(to right, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496', GradientType=1 ) */
}
/* ==============
   ALL NAMESPACES
   ============== */


/* Talk namespace (only talk, not specialised forms of talk) */ 
.ns-1 .page-content {
   font-family: "Rubik",Helvetica,Arial,sans-serif;
}

/* All talk namespaces (user talk, tardis talk, etc.) */

.ns-1 .removed,
.ns-3 .removed,
.ns-5 .removed,
.ns-7 .removed,
.ns-9 .removed,
.ns-11 .removed,
.ns-13 .removed,
.ns-15 .removed {
    font-size: .94em;
    text-align: center;
    list-style: none;
    color: #665f5f;
    margin: -15px 26px 0 46px;
    padding-bottom: 5px;
    border-left: solid 8px #d0c7c7;
    border-right: solid 8px #ccbbbb;
    border-style: dotted;
}
.theme-fandomdesktop-dark .ns-1 .removed,
.theme-fandomdesktop-dark .ns-3 .removed,
.theme-fandomdesktop-dark .ns-5 .removed,
.theme-fandomdesktop-dark .ns-7 .removed,
.theme-fandomdesktop-dark .ns-9 .removed,
.theme-fandomdesktop-dark .ns-11 .removed,
.theme-fandomdesktop-dark .ns-13 .removed,
.theme-fandomdesktop-dark .ns-15 .removed {
    color: #b9a8a8;
    border-color: #878181;
}

/* Category namespace */
.ns-14 .page-content, .ns-14 #WikiaMainContent,
.ns-15 .page-content, .ns-15 #WikiaMainContent {
   font-family: "Rubik",Helvetica,Arial,sans-serif;
}

/* The little A-Z strip with CategorySorter.js */

.letters.alpha a:hover {
    color: #012c57!important;
}
.letters.alpha a:visited,
.letters.alpha a:link,
.letters.alpha {
    color: white;
    border-color: white;
}
.letters.sortkey {
    background: white
} 
/* Forum and User namespaces */
.ns-2 .page-content, .ns-2 #WikiaMainContent,
.ns-3 .page-content, .ns-3 #WikiaMainContent, 
.ns-110 .page-content, .ns-110 #WikiaMainContent,
.ns-111 .page-content, .ns-111 #WikiaMainContent,
.ns-500 .page-content, .ns-500 #WikiaMainContent,
.ns-501 .page-content, .ns-501 #WikiaMainContent,
.ns-503 .page-content, .ns-503 #WikiaMainContent {
    font-family: "Rubik",Helvetica,Arial,sans-serif;
}

.ns-2 .error { 
   font-family: "Rubik",Helvetica,Arial,sans-serif;
   margin-top: 200px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 90%;
   line-height: 90%; 
}
/* Howling and Theory */
.ns-112 .page-content, .ns-112 #WikiaMainContent,
.ns-113 .page-content, .ns-113 #WikiaMainContent,
.ns-114 .page-content, .ns-114 #WikiaMainContent,
.ns-115 .page-content, .ns-115 #WikiaMainContent {
   font-family: "Rubik",Helvetica,Arial,sans-serif;
}

.ns-112 h1, .ns-113 h1, .ns-114 h1, .ns-115 h1,
.ns-112 h2, .ns-113 h2, .ns-114 h2, .ns-115 h2,
.ns-112 h3, .ns-113 h3, .ns-114 h3, .ns-115 h3,
.ns-112 h4, .ns-113 h4, .ns-114 h4, .ns-115 h4,
.ns-112 h5, .ns-113 h5, .ns-114 h5, .ns-115 h5,
.ns-112 h6, .ns-113 h6, .ns-114 h6, .ns-115 h6,
.ns-112 a, .ns-113 a, .ns-114 a, .ns-115 a  {
    /* placeholder */
}

.ns-112 div.page__main,
.ns-113 div.page__main,
.ns-114 div.page__main,
.ns-115 div.page__main {
/*background: rgb(246,230,180);
background: -moz-linear-gradient(left,  rgba(246,230,180,1) 0%, rgba(246,230,180,1) 58%, rgba(234,196,150,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,230,180,1)), color-stop(58%,rgba(246,230,180,1)), color-stop(100%,rgba(234,196,150,1)));
background: -webkit-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: -o-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: -ms-linear-gradient(left,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
background: linear-gradient(to right,  rgba(246,230,180,1) 0%,rgba(246,230,180,1) 58%,rgba(234,196,150,1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496',GradientType=1 );
    color: #1f1e38; */
}
.ns-112 .WikiaPage .WikiaPageBackground,
.ns-113 .WikiaPage .WikiaPageBackground,
.ns-114 .WikiaPage .WikiaPageBackground,
.ns-115 .WikiaPage .WikiaPageBackground {
/*background: rgb(246, 230, 180);
background: -moz-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 230, 180, 1)), color-stop(58%, rgba(246, 230, 180, 1)), color-stop(100%, rgba(234, 196, 150, 1)));
background: -webkit-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -o-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: -ms-linear-gradient(left, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
background: linear-gradient(to right, rgba(246, 230, 180, 1) 0%, rgba(246, 230, 180, 1) 58%, rgba(234, 196, 150, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eac496', GradientType=1 ) */
}

.ns-112 div.EditPageToolbar #tech {
    display: none;
}

/*  Suppressing the parent being listed when subpages are called.
    This is mainly for Forum: Discontinuity index */

body.ns-110 #contentSub .subpages,
body.ns-114 #contentSub .subpages {
    display: none;
}

/* Tardis file and Help namespaces */
.ns-4 .page-content,
.ns-5 .page-content,
.ns-6 .page-content,
.ns-7 .page-content,
.ns-12 .page-content,
.ns-13 .page-content {
   font-family: "Rubik",Helvetica,Arial,sans-serif;
}
/* MediaWiki and Template namespaces */
.ns-8 .page-content,
.ns-9 .page-content,
.ns-10 .page-content,
.ns-11 .page-content {
    /* font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace; */
    /* font-size: 1.012em; */
}

.ns-8 pre, .ns-8 .WikiaArticle pre, .ns-9 pre, .ns-9 .WikiaArticle pre {           
    background: rgba(1, 44, 87, 0.10); /*url(https: //images.wikia.nocookie.net/tardistest/images/c/ce/70opacitywhite.png)*/
          font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
       -o-box-shadow: none;
      -ms-box-shadow: none;
          box-shadow: none;
     border-color: transparent;
}

/* SMW namespaces  */
.ns-302 .page-content, 
.ns-303 .page-content,
.ns-304 .page-content,
.ns-305 .page-content,
.ns-306 .page-content,
.ns-307 .page-content,
.ns-308 .page-content,
.ns-309 .page-content,
.ns-370 .page-content,
.ns-371 .page-content,
.ns-420 .page-content,
.ns-421 .page-content {
    font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
}

/* "Special" namespace
   and other oddities */
.ns-1100 .page-content, .ns-1100 #WikiaMainContent, /*relatedvideos*/
.ns-2002 .page-content, .ns-2002 #WikiaMainContent, /*topic*/
/* .ns-2000 .page-content, .ns-2000 #WikiaMainContent, thread */
/* .ns-1201 .page-content, .ns-1201 #WikiaMainContent, board */
.ns-special .page-content, .ns-special #WikiaMainContent {
    /* placeholder */
}

#FeedEntries > .FeedEntry[data-type="edit"], #FeedEntries > .FeedEntry[data-type="edited-section"] {
    border-left-color: var(--theme-accent-color);
}

#editpage-specialchars,#glow {
    background-color: #8f7f7f21!important;
    border-radius: 11px!important;
    border: 2px solid #c2b191!important;
    -moz-box-shadow: 0px 0px 29px 0px #978563!important;
    -webkit-box-shadow: 0px 0px 29px 0px #978563!important;
    -ms-box-shadow: 0px 0px 29px 0px #978563!important;
    -o-box-shadow: 0px 0px 29px 0px #978563!important;
    box-shadow: 0px 0px 29px 0px #978563!important;
}

/* Fixes link colours
	on forum archives */
.theme-fandomdesktop-dark .forum-archive a,
.theme-fandomdesktop-dark .forum-archive a.link,
.theme-fandomdesktop-dark .forum-archive a.visited {
	color: #3728ac;
}
.theme-fandomdesktop-dark .forum-archive a.new {
	color: #ba0000;
}