MediaWiki:Gadget-ms-Namespace.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
No edit summary |
Bongolium500 (talk | contribs) m (Bongolium500 moved page MediaWiki:Namespace.css to MediaWiki:Gadget-ms-Namespace.css) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* ================= | /* ================= | ||
This page | This page was originally used by the skin switcher, | ||
if indirectly. | if indirectly. At the time, it mostly positively | ||
asserted which the background and text colors are | |||
in various namespaces so that the skin | meant to be in various namespaces so that the skin | ||
universally works on pages, without issue. | switcher universally works on pages, without issue. | ||
But, in the era of the | But, in the era of the new Fandom-wide skin switcher, | ||
it | it's now used mostly to determine fonts and such in | ||
various namespaces, and occasionally to fix issues | |||
between skins, as before. | |||
Last revised: | Originally created by CzechOut. | ||
Last revised: May 2023 -SOTO | |||
================= */ | ================= */ | ||
Line 19: | Line 18: | ||
BACKGROUNDS | BACKGROUNDS | ||
============== */ | ============== */ | ||
.ns-0 div. | .ns-0 div.page__main, | ||
.ns-1 div. | .ns-1 div.page__main, | ||
.ns-2 div. | .ns-2 div.page__main, | ||
.ns-3 div. | .ns-3 div.page__main, | ||
.ns-4 div. | .ns-4 div.page__main, | ||
.ns-5 div. | .ns-5 div.page__main, | ||
.ns-6 div. | .ns-6 div.page__main, | ||
.ns-7 div. | .ns-7 div.page__main, | ||
.ns-8 div. | .ns-8 div.page__main, | ||
.ns-9 div. | .ns-9 div.page__main, | ||
.ns-10 div. | .ns-10 div.page__main, | ||
.ns-11 div. | .ns-11 div.page__main, | ||
.ns-12 div. | .ns-12 div.page__main, | ||
.ns-13 div. | .ns-13 div.page__main, | ||
.ns-14 div. | .ns-14 div.page__main, | ||
.ns-15 div. | .ns-15 div.page__main, | ||
.ns-110 div. | .ns-110 div.page__main, | ||
.ns-111 div. | .ns-111 div.page__main, | ||
.ns-302 div. | .ns-302 div.page__main, | ||
.ns-303 div. | .ns-303 div.page__main, | ||
.ns-304 div. | .ns-304 div.page__main, | ||
.ns-305 div. | .ns-305 div.page__main, | ||
.ns-306 div. | .ns-306 div.page__main, | ||
.ns-307 div. | .ns-307 div.page__main, | ||
.ns-308 div. | .ns-308 div.page__main, | ||
.ns-309 div. | .ns-309 div.page__main, | ||
.ns-370 div. | .ns-370 div.page__main, | ||
.ns-371 div. | .ns-371 div.page__main, | ||
.ns-420 div. | .ns-420 div.page__main, | ||
.ns-421 div. | .ns-421 div.page__main, | ||
.ns-500 div. | .ns-500 div.page__main, | ||
.ns-501 div. | .ns-501 div.page__main, | ||
.ns-503 div. | .ns-503 div.page__main, | ||
.ns-special div. | .ns-special div.page__main, | ||
.body.page-Special_AdminDashboard div. | .body.page-Special_AdminDashboard div.page__main { | ||
font-family: "Rubik"; | font-family: "Rubik",Helvetica,Arial,sans-serif; | ||
} | } | ||
.ns-1100 div. | .ns-1100 div.page__main, | ||
.ns-2000 div. | .ns-2000 div.page__main, | ||
.ns-2002 div. | .ns-2002 div.page__main, | ||
.ns-1201 div. | .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%); | ||
Line 68: | 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 89: | Line 88: | ||
/* Talk namespace (only talk, not specialised forms of talk) */ | /* Talk namespace (only talk, not specialised forms of talk) */ | ||
.ns-1 | .ns-1 .page-content { | ||
. | font-family: "Rubik",Helvetica,Arial,sans-serif; | ||
font-family: "Rubik"; | } | ||
/* 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 */ | /* Category namespace */ | ||
.ns-14 | .ns-14 .page-content, .ns-14 #WikiaMainContent, | ||
.ns-15 | .ns-15 .page-content, .ns-15 #WikiaMainContent { | ||
font-family: "Rubik"; | font-family: "Rubik",Helvetica,Arial,sans-serif; | ||
} | } | ||
Line 103: | 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 | ||
} | } | ||
/* Forum and User namespaces */ | /* Forum and User namespaces */ | ||
.ns-2 | .ns-2 .page-content, .ns-2 #WikiaMainContent, | ||
.ns-3 | .ns-3 .page-content, .ns-3 #WikiaMainContent, | ||
.ns-110 | .ns-110 .page-content, .ns-110 #WikiaMainContent, | ||
.ns-111 | .ns-111 .page-content, .ns-111 #WikiaMainContent, | ||
.ns-500 | .ns-500 .page-content, .ns-500 #WikiaMainContent, | ||
.ns-501 | .ns-501 .page-content, .ns-501 #WikiaMainContent, | ||
.ns-503 | .ns-503 .page-content, .ns-503 #WikiaMainContent { | ||
font-family: "Rubik"; | font-family: "Rubik",Helvetica,Arial,sans-serif; | ||
} | } | ||
.ns-2 .error { | .ns-2 .error { | ||
font-family: "Rubik"; | font-family: "Rubik",Helvetica,Arial,sans-serif; | ||
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 | .ns-112 .page-content, .ns-112 #WikiaMainContent, | ||
.ns-113 | .ns-113 .page-content, .ns-113 #WikiaMainContent, | ||
.ns-114 | .ns-114 .page-content, .ns-114 #WikiaMainContent, | ||
.ns-115 | .ns-115 .page-content, .ns-115 #WikiaMainContent { | ||
font-family: "Rubik"; | font-family: "Rubik",Helvetica,Arial,sans-serif; | ||
} | } | ||
Line 149: | Line 179: | ||
.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 { | ||
/* placeholder */ | |||
} | } | ||
.ns-112 div. | .ns-112 div.page__main, | ||
.ns-113 div. | .ns-113 div.page__main, | ||
.ns-114 div. | .ns-114 div.page__main, | ||
.ns-115 div. | .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%); | ||
Line 162: | 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-112 .WikiaPage .WikiaPageBackground, | ||
Line 180: | Line 211: | ||
.ns-112 div.EditPageToolbar #tech { | .ns-112 div.EditPageToolbar #tech { | ||
display:none; | 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 | .ns-4 .page-content, | ||
.ns-5 | .ns-5 .page-content, | ||
.ns-6 | .ns-6 .page-content, | ||
.ns-7 | .ns-7 .page-content, | ||
.ns-12 | .ns-12 .page-content, | ||
.ns-13 | .ns-13 .page-content { | ||
font-family: "Rubik"; | font-family: "Rubik",Helvetica,Arial,sans-serif; | ||
} | } | ||
/* MediaWiki and Template namespaces */ | /* MediaWiki and Template namespaces */ | ||
.ns-8 | .ns-8 .page-content, | ||
.ns-9 | .ns-9 .page-content, | ||
.ns-10 | .ns-10 .page-content, | ||
.ns-11 | .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 { | .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)*/ | 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; | 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; | ||
} | } | ||
/* SMW namespaces */ | /* SMW namespaces */ | ||
.ns-302 | .ns-302 .page-content, | ||
. | .ns-303 .page-content, | ||
.ns- | .ns-304 .page-content, | ||
. | .ns-305 .page-content, | ||
.ns- | .ns-306 .page-content, | ||
. | .ns-307 .page-content, | ||
.ns- | .ns-308 .page-content, | ||
. | .ns-309 .page-content, | ||
.ns- | .ns-370 .page-content, | ||
. | .ns-371 .page-content, | ||
.ns- | .ns-420 .page-content, | ||
. | .ns-421 .page-content { | ||
.ns- | |||
. | |||
.ns- | |||
. | |||
.ns- | |||
. | |||
.ns- | |||
. | |||
.ns- | |||
. | |||
.ns- | |||
. | |||
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; | ||
} | } | ||
Line 249: | Line 269: | ||
/* "Special" namespace | /* "Special" namespace | ||
and other oddities */ | and other oddities */ | ||
.ns-1100 | .ns-1100 .page-content, .ns-1100 #WikiaMainContent, /*relatedvideos*/ | ||
.ns-2002 | .ns-2002 .page-content, .ns-2002 #WikiaMainContent, /*topic*/ | ||
.ns-2000 | /* .ns-2000 .page-content, .ns-2000 #WikiaMainContent, thread */ | ||
.ns-1201 | /* .ns-1201 .page-content, .ns-1201 #WikiaMainContent, board */ | ||
.ns-special | .ns-special .page-content, .ns-special #WikiaMainContent { | ||
/* placeholder */ | /* 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; | |||
} | } | ||
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;
}