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

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
Line 90: Line 90:
.ns-1 .page-content {
.ns-1 .page-content {
   font-family: "Rubik",Helvetica,Arial,sans-serif;
   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;
}
}



Revision as of 17:29, 3 May 2023

/* =================
   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;
}

/* 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 */
}

/* 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;
}