Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */
/* Right now its just copied from cosmos */
body-container {
margin-top: 0 !important;
padding-top: 0;
}
@media screen {
body >-container {
margin-top: 5%;
}
}
#mw-content-wrapper {
width: 90%;
padding: 0 20px;
}
#mw-indicator-smw-entity-examiner {
display: none;
}
element.style {
width: 141px;
}
li.gallerybox div.thumb {
background: none !important;
}
/*Table of contents customization*/
.toc {
background: rgba(246, 247, 248, 0.2);
}
.toc .tocnumber {
font-weight: bold;
}
.toc > ul {
padding: 10px;
border-top: solid 0px;
margin: 0;
}
/*Section header*/
h2 {
font-size: 24px;
font-weight: 500;
overflow: hidden;
padding: 3px 0;
}
/*Category ribbon from bottom of page*/
#catlinks {
padding: 10px;
padding-top: 1em;
margin-top: 2em;
margin-bottom: 2em;
clear: both;
line-height: 1.8em;
}
/* [START] NS3000-3001: Yume Nikki */
.ns-3000, .ns-3001 {
--link-text: #a5273c;
--link-text-hover: #C97D8A;
--header-link-text: #ffffff;
--button-color: #b06d7e;
--footer-text: #b393a3;
--content-background: #e5cdd3;
--box-background: #D6ABB5;
--box-border: #B06D7E
background-color: #33191f;
}
/*Section header*/
.ns-3000 h2 {
border-bottom: 1px solid #b393a3;
}
/* [END] NS3000-3001: Yume Nikki */
/* [START] NS3002-3003: Yume 2kki */
.ns-3002, .ns-3003 {
--link-text: #7f2d3d;
--link-text-hover: #331218;
--header-link-text: #ffffff;
--button-color: #a492af;
--footer-text: #c1afc4;
--content-background: #dfdbc3;
--box-background: #d7d3bc;
--box-border: #b6b3a1;
}
.ns-3002 .effect-npc-header-link a {
color: inherit;
}
/*Page split top table*/
.ns-3002 body .wikitable > * > tr > th, .ns-3002 .wikitable > * > tr > th {
border: 1px solid #B6B3A1;
background-color: #D4D0B9;
color:#7F2D3D;
}
/*Version history patchnotes table*/
.ns-3002 .article-table td {
border-bottom: 1px solid #B7B4A2;
padding: 6px 10px;
}
/*Section header*/
.ns-3002 h2 {
border-bottom: 1px solid #B7B4A2;
}
/*Computer Table*/
.ns-3002 .computer-table {
width: 100%;
color: #EFEBEF;
font-weight: bold;
text-shadow: 2px 2px #2B332B;
border: solid #949294 4px;
border-collapse: collapse;
border-top-color: #BDBAB5;
border-left-color: #BDBAB5;
}
.ns-3002 .computer-table tbody {
background: url(https://yume.wiki/images/6/69/Computer-background.png) repeat top left;
background-size: auto;
}
.ns-3002 .computer-table th {
height: 20px;
padding: 0 2px;
text-align: center;
background: #523052 url(https://yume.wiki/images/f/f8/Computer-cross.png) no-repeat right center;
background-size: auto;
border: solid #BDBAB5 4px;
border-bottom-color: #949294;
border-right-color: #949294;
}
.ns-3002 .pchl {
color: #FFFF6B;
}
/*Effectbox*/
.ns-3002 .portable-infobox.pi-background {
background-color: #D7D3BC;
border: solid #A9A692 1px;
}
.ns-3002 .portable-infobox .pi-title {
background-color: #43353a;
color: #a28da5;
text-align: center;
font-weight: bold !important;
font-size: 22px !important;
}
.ns-3002 .portable-infobox .pi-header {
font-weight: bold !important;
font-size: 16px !important;
background-color: #43353a;
color: #a28da5;
}
.ns-3002 .pi-data-value {
min-width: 50%;
}
.ns-3002 .portable-infobox .pi-data {
border-bottom: 1px #A9A692 solid;
}
/* [END] NS3002-3003: Yume 2kki */
/* [START] NS3004-3005: .flow */
.ns-3004, .ns-3005 {
--link-text: #696969;
--link-text-hover: #979797;
--header-link-text: #111111;
--button-color: #a1a1a1;
--footer-text: #ffffff;
--content-background: #b9b9b9;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
background-color: #0e091f;
}
/* [END] NS3004-3005: .flow */
/* [START] NS3006-3007: Someday */
.ns-3006, .ns-3007 {
--link-text: #3c7348;
--link-text-hover: #7db19b;
--header-link-text: #defff2;
--header-link-text-hover: #bbfcfc;
--button-color: #77caa2;
--footer-text: #002618;
--content-background: #bedcd0;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
}
/* [END] NS3006-3007: Someday */
/* [START] NS3008-3009: Deep Dreams */
.ns-3008, .ns-3009 {
--link-text: #950F70;
--link-text-hover: #DD17A7;
--header-link-text: #e3c9db;
--button-color: #bca0b4;
--footer-text: #d3dfe1;
--content-background: #D9D5DD;
--box-background: #B6ADBC;
--box-border: #A69AAD;
background-color: #704b6f;
}
/*Section header*/
.ns-3008 h2 {
border-bottom: 1px solid #968BA0;
}
/* [END] NS3008-3009: Deep Dreams */
/* [START] NS3010-3011: Answered Prayers */
.ns-3010, .ns-3011 {
--link-text: #3c7348;
--link-text-hover: #7db19b;
--header-link-text: #c2ff2b;
--button-color: #228524;
--footer-text: #94fd96;
--content-background: #92c27b;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
}
/* [END] NS3010-3011: Answered Prayers */
/* [START] NS3012-3013: Amillusion */
.ns-3012, .ns-3013 {
--link-text: #585105;
--link-text-hover: #aca015;
--header-link-text: #cbc051;
--button-color: #cbc051;
--footer-text: #aca015;
--content-background: #f2c49f;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
background-color: #815721;
}
/* [END] NS3012-3013: Amillusion */
/* [START] NS3014-3015: Uneven Dream */
.ns-3014, .ns-3015 {
--link-text: #6f027c;
--link-text-hover: #150017;
--header-link-text: #fce6ff;
--button-color: #6f027c;
--button-text: #ffffff;
--footer-text: #000000;
--content-background: #ffffff;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
}
/*[END] NS3014-3015: Uneven Dream */
/*[START] NS3016-3017: Braingirl */
.ns-3016, .ns-3017 {
--link-text: #068959;
--link-text-hover: #012719;
--header-link-text: #6c4014;
--button-color: #00dc9a;
--footer-text: #000000;
--content-background: #fff7e9;
--box-background: #e4e5df;
--box-border: #c0c1bd;
background: #180c29;
}
/*Section header*/
.ns-3016 h2 {
border-bottom: 1px solid #909090;
}
/* Link color */
.ns-3016 a,
.ns-3016 #mw-panel a,
.ns-3017 a,
.ns-3017 #mw-panel a {
color: #068959;
}
.ns-3016 a:hover, .ns-3016 #mw-panel a:hover, .ns-3017 a:hover, .ns-3017 #mw-panel a:hover {
color: #007652;
}
.ns-3016 a.new, .ns-3016 #mw-head a.new, .ns-3017 a.new, .ns-3017 #mw-head a.new {
color: #bf0017;
}
.ns-3016 a.new:hover, .ns-3016 #mw-head a.new:hover, .ns-3017 a.new:hover, .ns-3017 #mw-head a.new:hover {
color: #59000a;
}
/*[END] NS3014-3015: Braingirl */
/*[START] NS3018-3019: Collective Unconscious */
.ns-3018, .ns-3019 {
--link-text: #25378D;
--link-text-hover: #268ECC;
--header-link-text: #ffffff;
--button-color: #66a0c3;
--footer-text: #d3dfe1;
--content-background: #CDE7F5;
--box-background: #8CBDD7;
--box-border: #62A4C8;
background-color: #0e091f;
}
/*Section header*/
.ns-3018 h2 {
border-bottom: 1px solid #558ED5;
}
.ns-3018 .toc > ul {
padding: 10px;
border-top: solid 1px #62A4C8;
margin: 0;
}
/*[END] NS3018-3019: Collective Unconscious */
/*[START] NS3018-3019: Cerasus */
.ns-3020, .ns-3021 {
--link-text: #fa6e79;
--link-text-hover: #ff0000;
--header-link-text: #ffffff;
--button-color: #FF7580;
--footer-text: #000000;
--content-background: #ffd1d5;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
}
/* adds drop shadow to article, changes padding of mw-content-wrapper so the drop shadow is properly placed */
.ns-3020-wrapper, .ns-3021-wrapper {
box-shadow: -5px 5px 10px 10px #00000050;
padding: 0;
}
/* changes h1 & h2 bottom border colors */
.ns-3020 h1, .ns-3021 h1, .ns-3020 h2, .ns-3021 h2 {
border-bottom: solid 1px #00000080;
}
/* changes the color of the dividers on the footer */
.ns-3020 #footer-places > li:not(:first-child)::before, .ns-3020 #footer-places > li:not(:first-child)::before {
color: #000000;
}
/* changes the color of the border around an image with a caption */
.ns-3020 li.gallerybox div.thumb {
border: 1px solid #00000080;
}
/*[END] NS3021-3021: Cerasus Wiki */
/* [START] NS3022-3023: Muma|Rope */
.ns-3022, .ns-3023 {
--link-text: #ff14c0;
--link-text-hover: #ff14c080;
--header-link-text: #ff14c0;
--button-color: #ffffff;
--footer-text: #666666;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
/* Background color + calculated accessible text color */
--bg-red: 0;
--bg-green: 0;
--bg-blue: 0;
--content-background: rgb(var(--bg-red), var(--bg-green), var(--bg-blue));
--accessible-color: calc(((((var(--bg-red) * 299) + (var(--bg-blue) * 587) + (var(--bg-green) * 114)) / 1000) - 128) * -1000);
background-color: #1a1a1a;
}
/* Text styling with respect to background color */
.ns-3022-text, .ns-3023-text,
.ns-3022-text .mw-editsection-bracket, .ns-3022-text .mw-editsection-divider,
.ns-3022 h1, .ns-3022 h2, .ns-3022 h3, .ns-3022 h4, .ns-3022 h5, .ns-3022 h6,
.ns-3023 h1, .ns-3023 h2, .ns-3023 h3, .ns-3023 h4, .ns-3023 h5, .ns-3023 h6,
.ns-3022 .page-header__categories,
.ns-3022 #stub span{
color: rgb(var(--accessible-color), var(--accessible-color), var(--accessible-color));
}
.ns-3022-text .thumbcaption{
background-color: rgb(var(--bg-red), var(--bg-green), var(--bg-blue));
color: rgb(var(--accessible-color), var(--accessible-color), var(--accessible-color));
}
.ns-3022 .smw-factbox .smwfact {
background-color: #000000;
color: #ffffff;
}
.ns-3022 .smwfact .smw-table-row {
background-color: #000000;
}
.ns-3022 .smw-factbox input.nav-tab:checked + label.nav-label {
color: #ffffff;
background-color: #000000
}
.ns-3022 .ve-init-mw-desktopArticleTarget-originalContent, .ns-3022 .ve-ce-focusableNode-highlight,
.ns-3023 .ve-init-mw-desktopArticleTarget-originalContent, .ns-3023 .ve-ce-focusableNode-highlight {
color: #ffffff;
background-color: #000000;
}
.ns-3022 .editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label,
.ns-3023 .editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label {
color:#ffffff;
}
.ns-3022 .infobox {
background-color: #000000;
border-color: #ffffff;
}
.ns-3022 .legacy-infobox {
background-color: #000000;
border-color: #ffffff;
}
.ns-3022 #catlinks {
background-color: #000000;
padding: 10px;
padding-top: 1em;
border: 1px solid #ffffff;
margin-top: 2em;
margin-bottom: 2em;
clear: both;
color: #ffffff;
line-height: 1.8em;
}
.ns-3022 .mw-editform #editpage-copywarn {
font-size: 0.9em;
line-height: 1.26;
color: #ffffff;
}
/* [END] NS3022-3023: Muma|Rope Wiki */
/* [START] NS3024-3025: YNOproject Wiki */
/* [END] NS3024-3025: YNOproject Wiki */
/* [START] NS3026-3027: Dream Genie Wiki */
.ns-3026, .ns-3027 {
--link-text: #915732;
--link-text-hover: #d8b749;
--header-link-text: #d6b6b5;
--button-color: #cdb48c;
--footer-text: #d8b749;
--content-background: #fdfef6;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
}
/* [END] NS3026-3027: Dream Genie Wiki */
/* [START] NS3028-3029: Mikan Muzou Wiki */
.ns-3028, .ns-3029 {
--link-text: #863931;
--link-text-hover: #C76C63;
--header-link-text: #ffffff;
--button-color: #8c949b;
--footer-text: #7c8689;
--content-background: #DADCDE;
--box-background: #B4B5B6;
--box-border: #888888;
background-color: #1f2121;
}
/*Section header*/
.ns-3028 h2 {
border-bottom: 1px solid #8F989E;
}
/* [END] NS3028-3029: Mikan Muzou Wiki */
/* [START] NS3030-3031: Ultra Violet Wiki */
.ns-3030, .ns-3031 {
--link-text: #7248cb;
--link-text-hover: #866ed6;
--header-link-text: #4c2288;
--button-color: #c396d1;
--footer-text: #000000;
--content-background: #eadbed;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
}
/* [END] NS3030-3031: Ultra Violet Wiki */
/* [START] NS3032-3033: She Awaits Wiki */
.ns-3032, .ns-3033 {
--link-text: #060da1;
--link-text-hover: #515392;
--header-link-text: #f3ddd3;
--button-color: #d0d1f9;
--footer-text: #ffffff;
--content-background: #b3b6f6;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
background-color: #6a70c7;
}
.ns-3032 .legacy-infobox {
background-color: #9fa3f4;
border-color: #7278ca;
}
/* [END] NS3032-3033: She Awaits Wiki */
/* [START] NS3034-3035: Oversomnia Wiki */
.ns-3034, .ns-3035 {
--link-text: #713f18;
--link-text-hover: #775952;
--header-link-text: #ffffff;
--button-color: #bb8376;
--footer-text: #ffe7ad;
--content-background: #ffe7ad;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
background-color: #000000;
}
.ns-3034 .legacy-infobox {
background-color: #edcbaf;
border-color: #99695f;
}
/* [END] NS3034-3035: Oversomnia Wiki */
/* [START] NS3036-3037: Yume Tagai Wiki */
.ns-3036, ns-3037 {
--link-text: #d00c96;
--link-text-hover: #f76ece;
--header-link-text: #ffffff;
--button-color: #ea6198;
--footer-text: #f3a5c4;
--content-background: #FFDDE1;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
background-color: #8A0028;
}
.ns-3036 .legacy-infobox {
background-color: #fbdaeb;
border-color: #ca72ad;
}
/* [END] NS3036-3037: Yume Tagai Wiki */
/* [START] NS3038-3039: Yume Tsushin Wiki */
.ns-3038, ns-3039 {
--link-text: #60559B;
--link-text-hover: #887ACB;
--header-link-text: #ffffff;
--button-color: #515B79;
--footer-text: #6CC9D9;
--box-background: #C2C2C7;
--box-border: #7e7d78;
--content-background: #DDD;
}
/*Section header*/
.ns-3038 h2 {
border-bottom: 1px solid #7e7d78;
}
/* [END] NS3038-3039: Yume Tsushin Wiki */
/* [START] NS3040-3041: nostAlgic Wiki */
.ns-3040, .ns-3041 {
--link-text: #4646b6;
--link-text-hover: #eeeeff;
--header-link-text: #ffffff;
--button-color: #FCFF75;
--footer-text: #d3dfe1;
--content-background: #b2f1ce;
/*--box-background: #FFFFFF;
--box-border: #CCCCCC;*/
background-color: #4ee19e;
}
.ns-3040 .legacy-infobox {
background-color: #93ebbb;
border-color: #7e7d78;
}
/* [END] NS3040-3041: nostAlgic Wiki */
/* [START] Common namespace-level theming */
/* article background color */
.ns-3000, .ns-3001,
.ns-3002, .ns-3003,
.ns-3004, .ns-3005,
.ns-3006, .ns-3007,
.ns-3008, .ns-3009,
.ns-3010, .ns-3011,
.ns-3012, .ns-3013,
.ns-3014, .ns-3015,
.ns-3016, .ns-3017,
.ns-3018, .ns-3019,
.ns-3020, .ns-3021,
.ns-3022, .ns-3023,
.ns-3026, .ns-3027,
.ns-3028, .ns-3029,
.ns-3030, .ns-3031,
.ns-3032, .ns-3033,
.ns-3034, .ns-3035,
.ns-3036, .ns-3037,
.ns-3038, .ns-3039,
.ns-3040, .ns-3041 {
background-color: var(--content-background);
}
/* link color */
.ns-3000 a:not(.new), .ns-3001 a:not(.new),
.ns-3002 a:not(.new), .ns-3003 a:not(.new),
.ns-3004 a:not(.new), .ns-3005 a:not(.new),
.ns-3006 a:not(.new), .ns-3007 a:not(.new),
.ns-3008 a:not(.new), .ns-3009 a:not(.new),
.ns-3010 a:not(.new), .ns-3011 a:not(.new),
.ns-3012 a:not(.new), .ns-3013 a:not(.new),
.ns-3014 a:not(.new), .ns-3015 a:not(.new),
.ns-3016 a:not(.new), .ns-3017 a:not(.new),
.ns-3018 a:not(.new), .ns-3019 a:not(.new),
.ns-3020 a:not(.new), .ns-3021 a:not(.new),
.ns-3022 a:not(.new), .ns-3023 a:not(.new),
.ns-3026 a:not(.new), .ns-3027 a:not(.new),
.ns-3028 a:not(.new), .ns-3029 a:not(.new),
.ns-3030 a:not(.new), .ns-3031 a:not(.new),
.ns-3032 a:not(.new), .ns-3033 a:not(.new),
.ns-3034 a:not(.new), .ns-3035 a:not(.new),
.ns-3036 a:not(.new), .ns-3037 a:not(.new),
.ns-3038 a:not(.new), .ns-3039 a:not(.new),
.ns-3040 a:not(.new), .ns-3041 a:not(.new) {
color: var(--link-text);
}
/* link hover color */
.ns-3000 a:not(.new):hover, .ns-3001 a:not(.new):hover,
.ns-3002 a:not(.new):hover, .ns-3003 a:not(.new):hover,
.ns-3004 a:not(.new):hover, .ns-3005 a:not(.new):hover,
.ns-3006 a:not(.new):hover, .ns-3007 a:not(.new):hover,
.ns-3008 a:not(.new):hover, .ns-3009 a:not(.new):hover,
.ns-3010 a:not(.new):hover, .ns-3011 a:not(.new):hover,
.ns-3012 a:not(.new):hover, .ns-3013 a:not(.new):hover,
.ns-3014 a:not(.new):hover, .ns-3015 a:not(.new):hover,
.ns-3016 a:not(.new):hover, .ns-3017 a:not(.new):hover,
.ns-3018 a:not(.new):hover, .ns-3019 a:not(.new):hover,
.ns-3020 a:not(.new):hover, .ns-3021 a:not(.new):hover,
.ns-3022 a:not(.new):hover, .ns-3023 a:not(.new):hover,
.ns-3026 a:not(.new):hover, .ns-3027 a:not(.new):hover,
.ns-3028 a:not(.new):hover, .ns-3029 a:not(.new):hover,
.ns-3030 a:not(.new):hover, .ns-3031 a:not(.new):hover,
.ns-3032 a:not(.new):hover, .ns-3033 a:not(.new):hover,
.ns-3034 a:not(.new):hover, .ns-3035 a:not(.new):hover,
.ns-3036 a:not(.new):hover, .ns-3037 a:not(.new):hover,
.ns-3038 a:not(.new):hover, .ns-3039 a:not(.new):hover,
.ns-3040 a:not(.new):hover, .ns-3041 a:not(.new):hover {
color: var(--link-text-hover);
}
/*Input form button*/
@media screen {
.ns-3000 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3001 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3002 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3003 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3004 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3005 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3006 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3007 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3008 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3009 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3010 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3011 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3012 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3013 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3014 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3015 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3016 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3017 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3018 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3019 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3020 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3021 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3022 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3023 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3026 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3027 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3028 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3029 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3030 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3031 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3032 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3033 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3034 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3035 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3036 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3037 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3038 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3039 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.ns-3040 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button, .ns-3041 .mw-inputbox-createbox:required:invalid ~ .mw-ui-button {
background-color: var(--button-color);
border-color: var(--button-color);
cursor: default;
color:#000000;
}
}
/*Locationbox*/
.ns-3000 .legacy-infobox, .ns-3002 .legacy-infobox, .ns-3008 .legacy-infobox, .ns-3016 .legacy-infobox,
.ns-3018 .legacy-infobox, .ns-3028 .legacy-infobox, .ns-3038 .legacy-infobox
/*.ns-3004 .legacy-infobox, .ns-3006 .legacy-infobox, .ns-3010 .legacy-infobox, .ns-3012 .legacy-infobox, .ns-3014 .legacy-infobox,
.ns-3020 .legacy-infobox, .ns-3022 .legacy-infobox, .ns-3026 .legacy-infobox, .ns-3030 .legacy-infobox, .ns-3032 .legacy-infobox,
.ns-3034 .legacy-infobox, .ns-3036 .legacy-infobox, .ns-3040 .legacy-infobox*/ {
background-color: var(--box-background);
border: 1px solid var(--box-border);
}
/*Table of contents customization*/
.ns-3000 .toc, .ns-3002 .toc, .ns-3008 .toc, .ns-3016 .toc, .ns-3018 .toc, .ns-3028 .toc, .ns-3038 .toc
/*.ns-3004 .toc, .ns-3006 .toc, .ns-3010 .toc, .ns-3012 .toc, .ns-3014 .toc,
.ns-3020 .toc, .ns-3022 .toc, .ns-3026 .toc, .ns-3030 .toc, .ns-3032 .toc,
.ns-3034 .toc, .ns-3036 .toc, .ns-3040 .toc*/ {
background-color: var(--box-background);
border: 1px solid var(--box-border);
}
/*Category ribbon from bottom of page*/
.ns-3000 #catlinks, .ns-3002 #catlinks, .ns-3008 #catlinks, .ns-3016 #catlinks, .ns-3018 #catlinks, .ns-3028 #catlinks, .ns-3038 #catlinks
/*.ns-3004 #catlinks, .ns-3006 #catlinks, .ns-3010 #catlinks, .ns-3012 #catlinks, .ns-3014 #catlinks,
.ns-3020 #catlinks, .ns-3022 #catlinks, .ns-3026 #catlinks, .ns-3030 #catlinks, .ns-3032 #catlinks,
.ns-3034 #catlinks, .ns-3036 #catlinks, .ns-3040 #catlinks*/ {
background-color: var(--box-background);
border: 1px solid var(--box-border);
}
/* [END] Common namespace-level theming */