The Style Guide has recently been rewritten. Please take a moment to review the new guidelines.
No edit summary |
(computer-table should be customized like this on all skins not just cosmos) |
||
(16 intermediate revisions by the same user not shown) | |||
Line 27: | Line 27: | ||
#searchInput::placeholder, | #searchInput::placeholder, | ||
.wvui-input__input::placeholder { | .wvui-input__input::placeholder { | ||
color: # | color: #232323 | ||
} | } | ||
Line 109: | Line 109: | ||
#cosmos-actionsList-list { | #cosmos-actionsList-list { | ||
background-color: var(--box-background, var(--content-background, #fff)); | background-color: var(--box-background, var(--content-background, #fff)); | ||
border-color: var(--box-border, # | border-color: var(--box-border, #A8A8A8); | ||
box-shadow: 0 8px 16px 0 rgba(0 0 0 / 0.2); | box-shadow: 0 8px 16px 0 rgba(0 0 0 / 0.2); | ||
} | } | ||
Line 125: | Line 125: | ||
.wds-tabs { | .wds-tabs { | ||
background-color: var(--box-background, var(--content-background, #fff)); | background-color: var(--box-background, var(--content-background, #fff)); | ||
border-color: var(--box-border, # | border-color: var(--box-border, #A8A8A8); | ||
box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2) | box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2) | ||
} | } | ||
Line 175: | Line 175: | ||
color: var(--button-text, #000000); | color: var(--button-text, #000000); | ||
stroke: var(--button-text, #000000); | stroke: var(--button-text, #000000); | ||
background-color: var(--button-color, # | background-color: var(--button-color, #8F8F8F); | ||
} | } | ||
Line 197: | Line 197: | ||
.mw-inputbox-createbox:required ~ .mw-ui-button, | .mw-inputbox-createbox:required ~ .mw-ui-button, | ||
.mw-inputbox-createbox:required ~ .mw-ui-button:hover { | .mw-inputbox-createbox:required ~ .mw-ui-button:hover { | ||
background-color:var(--button-color, # | background-color:var(--button-color, #8F8F8F); | ||
border-color:var(--button-color, # | border-color:var(--button-color, #8F8F8F); | ||
cursor:default; | cursor:default; | ||
color:#000000 | color:#000000 | ||
Line 246: | Line 246: | ||
@media screen { | @media screen { | ||
.skin-cosmos .toc { | .skin-cosmos .toc { | ||
background-color: var(--box-background, # | background-color: var(--box-background, #F3F3F3); | ||
border: 1px solid var(--box-border, # | border: 1px solid var(--box-border, #A8A8A8) | ||
} | } | ||
} | } | ||
Line 270: | Line 270: | ||
/*Image thumbs*/ | /*Image thumbs*/ | ||
div.thumbinner { | div.thumbinner { | ||
background-color: var(--box-background, # | background-color: var(--box-background, #F3F3F3) | ||
} | } | ||
.thumbimage, | .thumbimage, | ||
div.thumbinner .thumbcaption { | div.thumbinner .thumbcaption { | ||
border-color: var(--box-border, # | border-color: var(--box-border, #A8A8A8) | ||
} | } | ||
/*Infoboxes e.g. Locationbox*/ | /*Infoboxes e.g. Locationbox*/ | ||
.infobox { | .infobox { | ||
background-color: var(--box-background, # | background-color: var(--box-background, #F3F3F3); | ||
border: 1px solid var(--box-border, # | border: 1px solid var(--box-border, #A8A8A8) | ||
} | } | ||
Line 292: | Line 292: | ||
/*wikitable*/ | /*wikitable*/ | ||
body .wikitable > * > tr > th, .wikitable > * > tr > th { | |||
body .wikitable | border: 1px solid var(--box-border, #A8A8A8); | ||
background-color: var(--table-header, #E5E5E5); | |||
border | |||
} | } | ||
.wikitable:not([style*="background-color"]) > * > tr > td { | |||
background-color: var(--box-background, #F3F3F3); | |||
border: 1px solid var(--box-border, #A8A8A8); | |||
} | } | ||
/*article-table*/ | /*article-table*/ | ||
.article-table tr:nth-child(even) {background-color: var(--box-background | .article-table tr:nth-child(even) {background-color: var(--box-background, #F3F3F3);} | ||
.article-table tr:nth-child(odd) {background-color: var(--box-background, # | .article-table tr:nth-child(odd) {background-color: var(--box-background-oddrow, #FFFFFF);} | ||
.article-table, .article-table td { | .article-table th {background-color: var(--table-header,var(--content-background, #E5E5E5));} | ||
border: 1px solid var(--box-border, # | .article-table, .article-table td, .article-table th { | ||
border: 1px solid var(--box-border, #A8A8A8); | |||
border-collapse:collapse; | border-collapse:collapse; | ||
} | } | ||
Line 313: | Line 313: | ||
/*Category ribbon from bottom of page*/ | /*Category ribbon from bottom of page*/ | ||
#catlinks { | #catlinks { | ||
background-color: var(--box-background, # | background-color: var(--box-background, #F3F3F3); | ||
border: 1px solid var(--box-border, # | border: 1px solid var(--box-border, #A8A8A8) | ||
} | } | ||
Line 321: | Line 321: | ||
.smwfact .smw-table-row:nth-child(2n), | .smwfact .smw-table-row:nth-child(2n), | ||
.smw-factbox input.nav-tab:checked + label.nav-label { | .smw-factbox input.nav-tab:checked + label.nav-label { | ||
background-color: var(--box-background, # | background-color: var(--box-background, #F3F3F3) | ||
} | } | ||
.smwfact .smw-table-row:nth-child(2n+1) { | .smwfact .smw-table-row:nth-child(2n+1) { | ||
background-color: # | background-color: var(--box-background-oddrow, #E0E0E0) | ||
} | } | ||
.smw-factbox input.nav-tab:checked + label.nav-label { | .smw-factbox input.nav-tab:checked + label.nav-label { | ||
border-color: var(--box-border, # | border-color: var(--box-border, #A8A8A8); | ||
border-bottom: none; | border-bottom: none; | ||
border-top-color: var(--cosmos-banner, orange) | border-top-color: var(--cosmos-banner, orange) | ||
Line 335: | Line 335: | ||
.smw-factbox section { | .smw-factbox section { | ||
border-color: var(--box-border, # | border-color: var(--box-border, #A8A8A8) | ||
} | } | ||
Line 357: | Line 357: | ||
--footer-text: #b393a3; | --footer-text: #b393a3; | ||
--content-background: #e5cdd3; | --content-background: #e5cdd3; | ||
--table-header:#CB94A1; | |||
--box-background: #DEB3BD; | --box-background: #DEB3BD; | ||
--box-background- | --box-background-oddrow: #E8CAD0; | ||
--box-border: #B06D7E; | --box-border: #B06D7E; | ||
background-color: #33191f | background-color: #33191f | ||
Line 378: | Line 379: | ||
--footer-text: #c1afc4; | --footer-text: #c1afc4; | ||
--content-background: #dfdbc3; | --content-background: #dfdbc3; | ||
--table-header:#B9B397; | |||
--box-background: #d7d3bc; | --box-background: #d7d3bc; | ||
--box-background- | --box-background-oddrow: #D0CCB0; | ||
--box-border: # | --box-border: #B0AA8A; | ||
background-image: linear-gradient(180deg, transparent 10%, #241d28 60%), url(/resources/assets/2kki-bg-image.png) | background-image: linear-gradient(180deg, transparent 10%, #241d28 60%), url(/resources/assets/2kki-bg-image.png) | ||
} | } | ||
Line 454: | Line 424: | ||
--button-color: #a1a1a1; | --button-color: #a1a1a1; | ||
--footer-text: #ffffff; | --footer-text: #ffffff; | ||
--content-background: # | --content-background: #C5C5C5; | ||
--table-header:#9D9D9D; | |||
--box-background- | --box-background: #B5B5B5; | ||
--box-border: # | --box-background-oddrow: #CACACA; | ||
--box-border: #939393; | |||
background-color: #1f0909; | background-color: #1f0909; | ||
} | } | ||
Line 468: | Line 439: | ||
--link-text-hover: #7db19b; | --link-text-hover: #7db19b; | ||
--header-link-text: #defff2; | --header-link-text: #defff2; | ||
--button-color: #77caa2; | --button-color: #77caa2; | ||
--footer-text: #002618; | --footer-text: #002618; | ||
--content-background: #c6e3d7; | --content-background: #c6e3d7; | ||
--table-header:#8CB9A7; | |||
--box-background- | --box-background: #ACD2C2; | ||
--box-border: # | --box-background-oddrow: #C1DED2; | ||
--box-border: #78B69D; | |||
background: url(/resources/assets/someday-bg-image.png); | background: url(/resources/assets/someday-bg-image.png); | ||
} | } | ||
Line 488: | Line 459: | ||
--footer-text: #d3dfe1; | --footer-text: #d3dfe1; | ||
--content-background: #D9D5DD; | --content-background: #D9D5DD; | ||
--table-header:#9E92A5; | |||
--box-background: #B6ADBC; | --box-background: #B6ADBC; | ||
--box-background- | --box-background-oddrow: #C9C2CD; | ||
--box-border: #A69AAD; | --box-border: #A69AAD; | ||
background-color: #704b6f; | background-color: #704b6f; | ||
Line 503: | Line 475: | ||
--button-color: #228524; | --button-color: #228524; | ||
--footer-text: #94fd96; | --footer-text: #94fd96; | ||
--content-background: # | --content-background: #ADD19C; | ||
--table-header:#6EAB51; | |||
--box-background- | --box-background: #8FBD78; | ||
--box-border: # | --box-background-oddrow: #A3C98F; | ||
--box-border: #598B42; | |||
background-image: linear-gradient(180deg, transparent 10%, #001000 60%), url(/resources/assets/ap-bg-image.png); | background-image: linear-gradient(180deg, transparent 10%, #001000 60%), url(/resources/assets/ap-bg-image.png); | ||
} | } | ||
Line 519: | Line 492: | ||
--button-color: #cbc051; | --button-color: #cbc051; | ||
--footer-text: #aca015; | --footer-text: #aca015; | ||
--content-background: # | --content-background: #F4D1B5; | ||
--table-header:#DFA474; | |||
--box-background- | --box-background: #F2C49F; | ||
--box-border: # | --box-background-oddrow: #F5D6BC; | ||
--box-border: #EDAF7C; | |||
background-color: #815721; | background-color: #815721; | ||
} | } | ||
Line 537: | Line 511: | ||
--footer-text: #000000; | --footer-text: #000000; | ||
--content-background: #ffffff; | --content-background: #ffffff; | ||
--table-header:#D9D9D9; | |||
--box-background- | --box-background: #F1EAF2; | ||
--box-border: # | --box-background-oddrow: #F9F9F9; | ||
--box-border: #DCCBDE; | |||
background-image: url(https://yume.wiki/images/9/94/Unevendream-bg-image.png); | background-image: url(https://yume.wiki/images/9/94/Unevendream-bg-image.png); | ||
} | } | ||
Line 553: | Line 528: | ||
--footer-text: #000000; | --footer-text: #000000; | ||
--content-background: #fff7e9; | --content-background: #fff7e9; | ||
--table-header:#CACBC5; | |||
--box-background: #e4e5df; | --box-background: #e4e5df; | ||
--box-background- | --box-background-oddrow: #F4F5F1; | ||
--box-border: #c0c1bd; | --box-border: #c0c1bd; | ||
background: #180c29; | background: #180c29; | ||
Line 569: | Line 545: | ||
--footer-text: #d3dfe1; | --footer-text: #d3dfe1; | ||
--content-background: #CDE7F5; | --content-background: #CDE7F5; | ||
--table-header:#71ABCA; | |||
--box-background: #8CBDD7; | --box-background: #8CBDD7; | ||
--box-background- | --box-background-oddrow: #ADD0E2; | ||
--box-border: # | --box-border: #4F99C1; | ||
background-color: #0e091f; | background-color: #0e091f; | ||
} | } | ||
Line 579: | Line 556: | ||
.ns-3020, .ns-3021 { | .ns-3020, .ns-3021 { | ||
--cosmos-banner: #ac2847; | --cosmos-banner: #ac2847; | ||
--link-text: # | --link-text: #b04a52; | ||
--link-text-hover: # | --link-text-hover: #C03033; | ||
--header-link-text: #ffffff; | --header-link-text: #ffffff; | ||
--button-color: #FF7580; | --button-color: #FF7580; | ||
--footer-text: #000000; | --footer-text: #000000; | ||
--content-background: #ffd1d5; | --content-background: #ffd1d5; | ||
--table-header:#E29CA2; | |||
--box-background- | --box-background: #FFE6E7; | ||
--box-border: # | --box-background-oddrow: #FFD9DC; | ||
--box-border: #CBA6AA; | |||
background-image: linear-gradient(180deg, rgba(44,30,49,0.5) 0%, rgba(44,30,49,1) 100%), url(https://yume.wiki/images/f/f3/C_Background_Pattern.png); | background-image: linear-gradient(180deg, rgba(44,30,49,0.5) 0%, rgba(44,30,49,1) 100%), url(https://yume.wiki/images/f/f3/C_Background_Pattern.png); | ||
} | } | ||
Line 593: | Line 571: | ||
/* adds drop shadow to article, changes padding of mw-content-wrapper so the drop shadow is properly placed */ | /* adds drop shadow to article, changes padding of mw-content-wrapper so the drop shadow is properly placed */ | ||
.ns-3020 #mw-content-wrapper, .ns-3021 #mw-content-wrapper { | .ns-3020 #mw-content-wrapper, .ns-3021 #mw-content-wrapper { | ||
box-shadow: -5px 5px 10px 10px # | box-shadow: -5px 5px 10px 10px #787878; | ||
padding: 0; | padding: 0; | ||
} | } | ||
Line 611: | Line 589: | ||
background-image: none; | background-image: none; | ||
} | } | ||
.ns-3020 .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a, .ns-3021 .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a { | .ns-3020 .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a, .ns-3021 .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a { | ||
color: # | color: #ffffff; | ||
} | } | ||
/* changes h1 & h2 bottom border colors */ | /* changes h1 & h2 bottom border colors */ | ||
.ns-3020 h1, .ns-3021 h1, .ns-3020 h2, .ns-3021 h2 { | .ns-3020 h1, .ns-3021 h1, .ns-3020 h2, .ns-3021 h2 { | ||
border-bottom: solid 1px # | border-bottom: solid 1px #3F3F3F; | ||
} | } | ||
Line 629: | Line 607: | ||
/* changes the color of the border around an image with a caption */ | /* changes the color of the border around an image with a caption */ | ||
.ns-3020 li.gallerybox div.thumb { | .ns-3020 li.gallerybox div.thumb { | ||
border: 1px solid # | border: 1px solid #3F3F3F; | ||
} | } | ||
Line 642: | Line 620: | ||
--button-color: #ffffff; | --button-color: #ffffff; | ||
--footer-text: #666666; | --footer-text: #666666; | ||
--table-header: #000000; | |||
--box-background: #000000; | --box-background: #000000; | ||
--box-background- | --box-background-oddrow: #101010; | ||
--box-border: #ffffff; | --box-border: #ffffff; | ||
Line 726: | Line 705: | ||
--footer-text: #d8b749; | --footer-text: #d8b749; | ||
--content-background: #fdfef6; | --content-background: #fdfef6; | ||
--table-header:#BEC0AF; | |||
--box-background- | --box-background: #EBEDD8; | ||
--box-border: #CCCCCC; | --box-background-oddrow: #F7F8F0; | ||
--box-border: #CCCCCC; | |||
background: linear-gradient(180deg, #00000000 20%, #43332a 100%), url(/resources/assets/genie-bg-image.png); | background: linear-gradient(180deg, #00000000 20%, #43332a 100%), url(/resources/assets/genie-bg-image.png); | ||
} | } | ||
Line 742: | Line 722: | ||
--footer-text: #7c8689; | --footer-text: #7c8689; | ||
--content-background: #DADCDE; | --content-background: #DADCDE; | ||
--table-header:#999A9C; | |||
--box-background: #B4B5B6; | --box-background: #B4B5B6; | ||
--box-background- | --box-background-oddrow: #C5C6C7; | ||
--box-border: #888888; | --box-border: #888888; | ||
background-color: #1f2121; | background-color: #1f2121; | ||
Line 758: | Line 739: | ||
--footer-text: #000000; | --footer-text: #000000; | ||
--content-background: #eadbed; | --content-background: #eadbed; | ||
--table-header:#B99DBD; | |||
--box-background- | --box-background: #DAC2DC; | ||
--box-border: # | --box-background-oddrow: #EADDEC; | ||
--box-border: #BD92C0; | |||
background: linear-gradient(180deg, #ffffff60 20%, #c8a5cf 100%), url(/resources/assets/uv-bg-image.png); | background: linear-gradient(180deg, #ffffff60 20%, #c8a5cf 100%), url(/resources/assets/uv-bg-image.png); | ||
} | } | ||
Line 773: | Line 755: | ||
--button-color: #d0d1f9; | --button-color: #d0d1f9; | ||
--footer-text: #ffffff; | --footer-text: #ffffff; | ||
--content-background: # | --content-background: #C2C6F8; | ||
--table-header:#6F75EC; | |||
--box-background: #9fa3f4; | --box-background: #9fa3f4; | ||
--box-background- | --box-background-oddrow: #AFB3F5; | ||
--box-border: #7278ca; | --box-border: #7278ca; | ||
background-color: #6a70c7; | background-color: #6a70c7; | ||
Line 790: | Line 773: | ||
--footer-text: #ffe7ad; | --footer-text: #ffe7ad; | ||
--content-background: #ffe7ad; | --content-background: #ffe7ad; | ||
--table-header:#D5AA87; | |||
--box-background: #edcbaf; | --box-background: #edcbaf; | ||
--box-background- | --box-background-oddrow: #F2D9C4; | ||
--box-border: # | --box-border: #DFA26F; | ||
background-color: #000000; | background-color: #000000; | ||
} | } | ||
Line 806: | Line 790: | ||
--footer-text: #f3a5c4; | --footer-text: #f3a5c4; | ||
--content-background: #FFDDE1; | --content-background: #FFDDE1; | ||
--table-header:#F2A2C1; | |||
--box-background: #fbdaeb; | --box-background: #fbdaeb; | ||
--box-background- | --box-background-oddrow: #F8CBDC; | ||
--box-border: # | --box-border: #EF85AF; | ||
background-color: #8A0028; | background-color: #8A0028; | ||
} | } | ||
Line 820: | Line 805: | ||
--header-link-text: #ffffff; | --header-link-text: #ffffff; | ||
--button-color: #515B79; | --button-color: #515B79; | ||
--content-background: #EEE; | |||
--footer-text: #6CC9D9; | --footer-text: #6CC9D9; | ||
--table-header:#B6B6BA; | |||
--box-background: #d6d6da; | --box-background: #d6d6da; | ||
--box-background- | --box-background-oddrow: #D1D0DF; | ||
--box-border: # | --box-border: #979693; | ||
background-color: #FFFFFF; | |||
} | } | ||
/* [END] NS3038-3039: Yume Tsushin Wiki */ | /* [END] NS3038-3039: Yume Tsushin Wiki */ | ||
Line 837: | Line 824: | ||
--footer-text: #d3dfe1; | --footer-text: #d3dfe1; | ||
--content-background: #b2f1ce; | --content-background: #b2f1ce; | ||
--table-header:#61D194; | |||
--box-background: #93ebbb; | --box-background: #93ebbb; | ||
--box-background- | --box-background-oddrow: #B8F1D1; | ||
--box-border: # | --box-border: #24C86D; | ||
background-color: #4ee19e; | background-color: #4ee19e; | ||
} | } | ||
Line 854: | Line 842: | ||
--footer-text: #d3dfe1; | --footer-text: #d3dfe1; | ||
--content-background: #ffe5ff; | --content-background: #ffe5ff; | ||
--table-header:#D8B4D8; | |||
--box-background: #f4d7f4; | --box-background: #f4d7f4; | ||
--box-background- | --box-background-oddrow: #F1CFF1; | ||
--box-border: # | --box-border: #CEA2CE; | ||
background-color: #210021; | background-color: #210021; | ||
} | } | ||
Line 871: | Line 860: | ||
--footer-text: #d3dfe1; | --footer-text: #d3dfe1; | ||
--content-background: #77bfec; | --content-background: #77bfec; | ||
--table-header:#65B0DF; | |||
--box-background: #8fcaef; | --box-background: #8fcaef; | ||
--box-background- | --box-background-oddrow: #A4D5F2; | ||
--box-border: # | --box-border: #2B91CE; | ||
background-color: #0f0c27; | background-color: #0f0c27; | ||
} | } | ||
/* [END] NS3044-3045: Unaccomplished Wiki */ | /* [END] NS3044-3045: Unaccomplished Wiki */ |
Latest revision as of 23:44, 15 February 2025
/* All CSS here will be loaded for users of the Cosmos skin */
/*Override sticky banner and toolbar*/
#cosmos-banner, #cosmos-toolbar {
position: static !important
}
/* banner, header, and footer background color */
#cosmos-banner, .cosmos-header, #cosmos-footer {
background-color: var(--cosmos-banner, #c0c0c0)
}
/*Banner*/
#cosmos-banner-content {
width: 89%;
margin: 0 auto
}
@media only screen and (min-width: 1596px) {
#cosmos-banner-content {
width: 1650px;
max-width: 95%
}
}
/*Search placeholder text*/
#searchInput::placeholder,
.wvui-input__input::placeholder {
color: #232323
}
/* Mobile menu button */
@media screen and (max-width: 850px) {
.wds-tabs {
z-index: 998;
top: 55px;
width: 80%
}
}
/* article counter, username, and mobile menu button color */
.cosmos-header .cosmos-header__counter,
.cosmos-userButton-label,
.cosmos-userOptions-personalTools:hover .cosmos-userButton-label,
.cosmos-button-primary.cosmos-button.cosmos-mobile-menu-button {
color: var(--header-link-text,#000000)
}
#cosmos-userButton-avatar, #cosmos-userButton-icon {
stroke: var(--header-link-text, #000000)
}
#cosmos-userButton-icon {
fill: var(--header-link-text, #000000)
}
.cosmos-dropdown-icon.cosmos-bannerOption-dropdownIcon svg {
fill:var(--header-link-text,#000000);
}
/* header link color */
@media screen {
.cosmos-header .cosmos-header__sitename a {
color: var(--header-link-text, #000000)
}
}
/* header tabber text colors */
.cosmos-header .wds-tabs .wds-tabs__tab-label,
.cosmos-header .wds-tabs .wds-tabs__tab-label a,
.cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a {
color: var(--header-link-text, #000000)
}
.cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a {
opacity: 0.8
}
/*Tab colors*/
.cosmos-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:not(.wds-button),
.cosmos-dropdown-list > ul > a:only-child:hover,
.cosmos-dropdown-list > ul > li > a:only-child:hover,
.cosmos-dropdown-list > li > a:only-child:hover,
#cosmos-actionsList-list a:not(.new):hover,
.wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:not(.wds-button) {
background-color: rgb(from var(--link-text-hover, rgb(0 108 176)) r g b / calc(alpha - 0.9));
color: var(--link-text-hover, #0645ad)
}
.cosmos-header .wds-dropdown__content .wds-list.wds-is-linked li > a:not(.wds-button),
.cosmos-dropdown-list > ul > a:only-child,
.cosmos-dropdown-list > ul > li > a:only-child,
.cosmos-dropdown-list > li > a:only-child,
.wds-dropdown__content .wds-list.wds-is-linked > li > a:not(.wds-button) {
color: var(--link-text, #3a3a3a)
}
.wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label,
.wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label > a {
opacity: 1.0
}
.wds-tabs__tab-label {
border-bottom-color: var(--box-border, var(--box-background, rgb(160 160 160 / 0.2)))
}
.cosmos-header .wds-dropdown__content,
.cosmos-dropdown-list,
#cosmos-actionsList-list {
background-color: var(--box-background, var(--content-background, #fff));
border-color: var(--box-border, #A8A8A8);
box-shadow: 0 8px 16px 0 rgba(0 0 0 / 0.2);
}
/*dropdown arrow*/
.cosmos-header .wds-dropdown:after {
border-bottom-color: var(--box-background, var(--content-background, #fff))
}
/*Mobile menu colors*/
@media screen and (max-width: 850px) {
.wds-tabs__tab-label span {
color: var(--link-text, #3a3a3a)
}
.wds-tabs {
background-color: var(--box-background, var(--content-background, #fff));
border-color: var(--box-border, #A8A8A8);
box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2)
}
}
/*bold dropdown*/
.wds-list.wds-is-linked a {
font-weight: bold
}
/* remove gradient from header */
.cosmos-header:before {
background: none
}
/*Secondary buttons style*/
.cosmos-header .wds-button.wds-is-secondary,
.cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
border-color: var(--header-link-text, #fff);
color: var(--header-link-text, #fff)
}
.cosmos-header .wds-button.wds-is-secondary:hover,
.cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button:hover {
border-color: rgb(from var(--header-link-text, #fff) r g b / calc(alpha - 0.2))
}
/*Footer*/
/* footer text colors */
.cosmos-footerLinks-list {
color: var(--footer-text, var(--header-link-text, #666666))
}
/* footer link color */
#cosmos-footer a {
color: var(--header-link-text, #000000)
}
/*Toolbar*/
#cosmos-toolbar {
box-shadow: none;
max-width: 100%;
margin: auto;
float: none
}
/*Primary button (Edit button)*/
.cosmos-button-primary {
color: var(--button-text, #000000);
stroke: var(--button-text, #000000);
background-color: var(--button-color, #8F8F8F);
}
.cosmos-dropdown-icon svg {
fill: var(--button-text, #000000)
}
/*Red discussion button if new*/
.cosmos-button.new {
color:#dd3333;
stroke:#dd3333
}
/*Discussion button border*/
.cosmos-button.cosmos-button-secondary:hover {
border-color: var(--box-border, #000000)
}
/*Inputbox button*/
.mw-inputbox-createbox:required:invalid ~ .mw-ui-button,
.mw-inputbox-createbox:required ~ .mw-ui-button,
.mw-inputbox-createbox:required ~ .mw-ui-button:hover {
background-color:var(--button-color, #8F8F8F);
border-color:var(--button-color, #8F8F8F);
cursor:default;
color:#000000
}
.mw-inputbox-createbox:required ~ .mw-ui-button:hover {
filter: brightness(110%)
}
/*General content*/
body #mw-content-container {
padding-top: 0
}
#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
}
/* article background color */
#mw-content {
background-color: var(--content-background, #ffffff)
}
/* link color */
#mw-content a:not(.new) {
color: var(--link-text, #0645ad)
}
/* link hover color */
#mw-content a:not(.new):hover {
color: var(--link-text-hover, #04307a)
}
/*Table of contents customization*/
@media screen {
.skin-cosmos .toc {
background-color: var(--box-background, #F3F3F3);
border: 1px solid var(--box-border, #A8A8A8)
}
}
.toc .tocnumber {
font-weight: bold;
}
/*No border between toc caption and list*/
#mw-content .toc > ul {
border-top: solid 0px
}
/*Section header*/
#mw-content h2 {
font-weight: 500;
padding: 3px 0;
/*h2 underline, manual ns-specific styles will still override*/
border-bottom-color: var(--box-border, var(--box-background, rgb(0 0 0 / 0.2)))
}
/*Image thumbs*/
div.thumbinner {
background-color: var(--box-background, #F3F3F3)
}
.thumbimage,
div.thumbinner .thumbcaption {
border-color: var(--box-border, #A8A8A8)
}
/*Infoboxes e.g. Locationbox*/
.infobox {
background-color: var(--box-background, #F3F3F3);
border: 1px solid var(--box-border, #A8A8A8)
}
/*Empty table cells*/
table.empty,
table:not([style*="background-color"]) > * > tr > th.empty,
table:not([style*="background-color"]) > * > tr > td.empty {
filter: brightness(0.85);
}
/*wikitable*/
body .wikitable > * > tr > th, .wikitable > * > tr > th {
border: 1px solid var(--box-border, #A8A8A8);
background-color: var(--table-header, #E5E5E5);
}
.wikitable:not([style*="background-color"]) > * > tr > td {
background-color: var(--box-background, #F3F3F3);
border: 1px solid var(--box-border, #A8A8A8);
}
/*article-table*/
.article-table tr:nth-child(even) {background-color: var(--box-background, #F3F3F3);}
.article-table tr:nth-child(odd) {background-color: var(--box-background-oddrow, #FFFFFF);}
.article-table th {background-color: var(--table-header,var(--content-background, #E5E5E5));}
.article-table, .article-table td, .article-table th {
border: 1px solid var(--box-border, #A8A8A8);
border-collapse:collapse;
}
/*Category ribbon from bottom of page*/
#catlinks {
background-color: var(--box-background, #F3F3F3);
border: 1px solid var(--box-border, #A8A8A8)
}
/*SMW factbox*/
.smw-factbox .smwfact,
.smwfact .smw-table-row:nth-child(2n),
.smw-factbox input.nav-tab:checked + label.nav-label {
background-color: var(--box-background, #F3F3F3)
}
.smwfact .smw-table-row:nth-child(2n+1) {
background-color: var(--box-background-oddrow, #E0E0E0)
}
.smw-factbox input.nav-tab:checked + label.nav-label {
border-color: var(--box-border, #A8A8A8);
border-bottom: none;
border-top-color: var(--cosmos-banner, orange)
}
.smw-factbox section {
border-color: var(--box-border, #A8A8A8)
}
span.smwsearch a,
span.smwbrowse a {
filter: brightness(60%)
}
/*edit window*/
.editOptions {
border-color: var(--box-border, #c8ccd1);
}
/* [START] NS3000-3001: Yume Nikki */
.ns-3000, .ns-3001 {
--cosmos-banner: #67333f;
--link-text: #912235;
--link-text-hover: #C97D8A;
--header-link-text: #ffffff;
--button-color: #b06d7e;
--footer-text: #b393a3;
--content-background: #e5cdd3;
--table-header:#CB94A1;
--box-background: #DEB3BD;
--box-background-oddrow: #E8CAD0;
--box-border: #B06D7E;
background-color: #33191f
}
/*Section header*/
.ns-3000 #mw-content h2 {
border-bottom: 1px solid #b393a3
}
/* [END] NS3000-3001: Yume Nikki */
/* [START] NS3002-3003: Yume 2kki */
.ns-3002, .ns-3003 {
--cosmos-banner: #362c3c;
--link-text: #7f2d3d;
--link-text-hover: #331218;
--header-link-text: #ffffff;
--button-color: #a492af;
--footer-text: #c1afc4;
--content-background: #dfdbc3;
--table-header:#B9B397;
--box-background: #d7d3bc;
--box-background-oddrow: #D0CCB0;
--box-border: #B0AA8A;
background-image: linear-gradient(180deg, transparent 10%, #241d28 60%), url(/resources/assets/2kki-bg-image.png)
}
/*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 {
--cosmos-banner: #787878;
--link-text: #83251b;
--link-text-hover: #c2766d;
--header-link-text: #000;
--button-color: #a1a1a1;
--footer-text: #ffffff;
--content-background: #C5C5C5;
--table-header:#9D9D9D;
--box-background: #B5B5B5;
--box-background-oddrow: #CACACA;
--box-border: #939393;
background-color: #1f0909;
}
/* [END] NS3004-3005: .flow */
/* [START] NS3006-3007: Someday */
.ns-3006, .ns-3007 {
--cosmos-banner: #387c5e;
--link-text: #1b8941;
--link-text-hover: #7db19b;
--header-link-text: #defff2;
--button-color: #77caa2;
--footer-text: #002618;
--content-background: #c6e3d7;
--table-header:#8CB9A7;
--box-background: #ACD2C2;
--box-background-oddrow: #C1DED2;
--box-border: #78B69D;
background: url(/resources/assets/someday-bg-image.png);
}
/* [END] NS3006-3007: Someday */
/* [START] NS3008-3009: Deep Dreams */
.ns-3008, .ns-3009 {
--cosmos-banner: #271a2a;
--link-text: #950F70;
--link-text-hover: #DD17A7;
--header-link-text: #e3c9db;
--button-color: #bca0b4;
--footer-text: #d3dfe1;
--content-background: #D9D5DD;
--table-header:#9E92A5;
--box-background: #B6ADBC;
--box-background-oddrow: #C9C2CD;
--box-border: #A69AAD;
background-color: #704b6f;
}
/* [END] NS3008-3009: Deep Dreams */
/* [START] NS3010-3011: Answered Prayers */
.ns-3010, .ns-3011 {
--cosmos-banner: #228524;
--link-text: #3c7348;
--link-text-hover: #639d84;
--header-link-text: #c2ff2b;
--button-color: #228524;
--footer-text: #94fd96;
--content-background: #ADD19C;
--table-header:#6EAB51;
--box-background: #8FBD78;
--box-background-oddrow: #A3C98F;
--box-border: #598B42;
background-image: linear-gradient(180deg, transparent 10%, #001000 60%), url(/resources/assets/ap-bg-image.png);
}
/* [END] NS3010-3011: Answered Prayers */
/* [START] NS3012-3013: Amillusion */
.ns-3012, .ns-3013 {
--cosmos-banner: #564228;
--link-text: #585105;
--link-text-hover: #aca015;
--header-link-text: #cbc051;
--button-color: #cbc051;
--footer-text: #aca015;
--content-background: #F4D1B5;
--table-header:#DFA474;
--box-background: #F2C49F;
--box-background-oddrow: #F5D6BC;
--box-border: #EDAF7C;
background-color: #815721;
}
/* [END] NS3012-3013: Amillusion */
/* [START] NS3014-3015: Uneven Dream */
.ns-3014, .ns-3015 {
--cosmos-banner: #a47ca9;
--link-text: #6f027c;
--link-text-hover: #150017;
--header-link-text: #351346;
--button-color: #6f027c;
--button-text: #ffffff;
--footer-text: #000000;
--content-background: #ffffff;
--table-header:#D9D9D9;
--box-background: #F1EAF2;
--box-background-oddrow: #F9F9F9;
--box-border: #DCCBDE;
background-image: url(https://yume.wiki/images/9/94/Unevendream-bg-image.png);
}
/*[END] NS3014-3015: Uneven Dream */
/*[START] NS3016-3017: Braingirl */
.ns-3016, .ns-3017 {
--cosmos-banner: #ce9b8f;
--link-text: #068959;
--link-text-hover: #012719;
--header-link-text: #6c4014;
--button-color: #00dc9a;
--footer-text: #000000;
--content-background: #fff7e9;
--table-header:#CACBC5;
--box-background: #e4e5df;
--box-background-oddrow: #F4F5F1;
--box-border: #c0c1bd;
background: #180c29;
}
/*[END] NS3014-3015: Braingirl */
/*[START] NS3018-3019: Collective Unconscious */
.ns-3018, .ns-3019 {
--cosmos-banner: #1f4a7d;
--link-text: #25378D;
--link-text-hover: #268ECC;
--header-link-text: #ffffff;
--button-color: #66a0c3;
--footer-text: #d3dfe1;
--content-background: #CDE7F5;
--table-header:#71ABCA;
--box-background: #8CBDD7;
--box-background-oddrow: #ADD0E2;
--box-border: #4F99C1;
background-color: #0e091f;
}
/*[END] NS3018-3019: Collective Unconscious */
/*[START] NS3018-3019: Cerasus */
.ns-3020, .ns-3021 {
--cosmos-banner: #ac2847;
--link-text: #b04a52;
--link-text-hover: #C03033;
--header-link-text: #ffffff;
--button-color: #FF7580;
--footer-text: #000000;
--content-background: #ffd1d5;
--table-header:#E29CA2;
--box-background: #FFE6E7;
--box-background-oddrow: #FFD9DC;
--box-border: #CBA6AA;
background-image: linear-gradient(180deg, rgba(44,30,49,0.5) 0%, rgba(44,30,49,1) 100%), url(https://yume.wiki/images/f/f3/C_Background_Pattern.png);
}
/* adds drop shadow to article, changes padding of mw-content-wrapper so the drop shadow is properly placed */
.ns-3020 #mw-content-wrapper, .ns-3021 #mw-content-wrapper {
box-shadow: -5px 5px 10px 10px #787878;
padding: 0;
}
/* header and footer rounding */
.ns-3020 .cosmos-header, .ns-3021 .cosmos-header {
border-radius: 5px 5px 0px 0px;
}
.ns-3020 #cosmos-footer, .ns-3021 #cosmos-footer {
border-radius: 0px 0px 5px 5px;
}
/* changes footer toolbar color (THIS WILL NOT BE VISIBLE) */
.ns-3020 #cosmos-toolbar, .ns-3021 #cosmos-toolbar {
background-color: #ac2847;
background-image: none;
}
.ns-3020 .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a, .ns-3021 .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a {
color: #ffffff;
}
/* changes h1 & h2 bottom border colors */
.ns-3020 h1, .ns-3021 h1, .ns-3020 h2, .ns-3021 h2 {
border-bottom: solid 1px #3F3F3F;
}
/* 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 #3F3F3F;
}
/*[END] NS3021-3021: Cerasus Wiki */
/* [START] NS3022-3023: Muma|Rope */
.ns-3022, .ns-3023 {
--cosmos-banner: #101010;
--link-text: #ff14c0;
--link-text-hover: #ff14c080;
--header-link-text: #ff14c0;
--button-color: #ffffff;
--footer-text: #666666;
--table-header: #000000;
--box-background: #000000;
--box-background-oddrow: #101010;
--box-border: #ffffff;
/* 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 color override*/
.ns-3022 .editOptions, .ns-3023 .editOptions,
.ns-3022 .diff-context, .ns-3023 .diff-context,
.ns-3022 .toc .tocnumber, .ns-3023 .toc .tocnumber,
.ns-3022 .cosmos-button.cosmos-button-secondary, .ns-3023 .cosmos-button.cosmos-button-secondary,
.ns-3022 .editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label, .ns-3023 .editOptions .oo-ui-fieldLayout-body .oo-ui-labelElement-label,
.ns-3022 .smw-factbox .smwfact, .ns-3023 .smw-factbox .smwfact,
.ns-3022 .smw-factbox input.nav-tab:checked + label.nav-label, .ns-3023 .smw-factbox input.nav-tab:checked + label.nav-label,
.ns-3022 .ve-init-mw-desktopArticleTarget-originalContent, .ns-3023 .ve-init-mw-desktopArticleTarget-originalContent,
.ns-3022 .ve-init-mw-desktopArticleTarget-originalContent, .ns-3023 .ve-init-mw-desktopArticleTarget-originalContent,
.ns-3022 .ve-ce-focusableNode-highlight, .ns-3023 .ve-ce-focusableNode-highlight,
.ns-3022 .ve-ce-focusableNode-highlight, .ns-3023 .ve-ce-focusableNode-highlight,
.ns-3022 #mw-content #mw-content-text, .ns-3023 #mw-content #mw-content-text,
.ns-3022 #mw-content-text, .ns-3023 #mw-content-text,
.ns-3022 #mw-content-text .thumbcaption, .ns-3023 #mw-content-text .thumbcaption,
.ns-3022 #cosmos-title-text, .ns-3023 #cosmos-title-text,
.ns-3022 #mw-content-text .mw-editsection-bracket, .ns-3023 #mw-content-text .mw-editsection-bracket,
.ns-3022 #mw-content-text .mw-editsection-divider, .ns-3023 #mw-content-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-3023 .page-header__categories,
.ns-3022 .skin-cosmos .toc .tocnumber, .ns-3023 .skin-cosmos .toc .tocnumber,
.ns-3022 #stub span, .ns-3023 #stub span,
.ns-3022 .wikitable > * > tr > td, .ns-3023 .wikitable > * > tr > td,
.ns-3022 .wikitable > * > tr > th, .ns-3023 .wikitable > * > tr > th,
.ns-3022 #catlinks, .ns-3023 #catlinks {
color: #ffffff;
}
.ns-3022 .cosmos-button.cosmos-button-secondary, .ns-3023 .cosmos-button.cosmos-button-secondary {
stroke: #ffffff;
}
.ns-3022 #cosmos-toolbar a,.ns-3023 #cosmos-toolbar a {
color: var(--header-link-text);
}
.ns-3022 #mw-content-text .thumbcaption,
.ns-3022 .smw-factbox .smwfact,
.ns-3022 .smwfact .smw-table-row,
.ns-3022 .smw-factbox input.nav-tab:checked + label.nav-label,
.ns-3022 .ve-init-mw-desktopArticleTarget-originalContent,
.ns-3023 .ve-init-mw-desktopArticleTarget-originalContent,
.ns-3022 .ve-ce-focusableNode-highlight,
.ns-3023 .ve-ce-focusableNode-highlight {
background-color: #000000;
}
.ns-3022 span.smwsearch a,
.ns-3022 span.smwbrowse a {
filter: none;
}
.ns-3022 .smw-factbox input.nav-tab:checked + label.nav-label {
border-top-color: var(--link-text)
}
/* [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 {
--cosmos-banner: #77503b;
--link-text: #915732;
--link-text-hover: #d8b749;
--header-link-text: #d6b6b5;
--button-color: #cdb48c;
--footer-text: #d8b749;
--content-background: #fdfef6;
--table-header:#BEC0AF;
--box-background: #EBEDD8;
--box-background-oddrow: #F7F8F0;
--box-border: #CCCCCC;
background: linear-gradient(180deg, #00000000 20%, #43332a 100%), url(/resources/assets/genie-bg-image.png);
}
/* [END] NS3026-3027: Dream Genie Wiki */
/* [START] NS3028-3029: Mikan Muzou Wiki */
.ns-3028, .ns-3029 {
--cosmos-banner: #323434;
--link-text: #863931;
--link-text-hover: #C76C63;
--header-link-text: #ffffff;
--button-color: #8c949b;
--footer-text: #7c8689;
--content-background: #DADCDE;
--table-header:#999A9C;
--box-background: #B4B5B6;
--box-background-oddrow: #C5C6C7;
--box-border: #888888;
background-color: #1f2121;
}
/* [END] NS3028-3029: Mikan Muzou Wiki */
/* [START] NS3030-3031: Ultra Violet Wiki */
.ns-3030, .ns-3031 {
--cosmos-banner: #a979b3;
--link-text: #7248cb;
--link-text-hover: #866ed6;
--header-link-text: #4c2288;
--button-color: #c396d1;
--footer-text: #000000;
--content-background: #eadbed;
--table-header:#B99DBD;
--box-background: #DAC2DC;
--box-background-oddrow: #EADDEC;
--box-border: #BD92C0;
background: linear-gradient(180deg, #ffffff60 20%, #c8a5cf 100%), url(/resources/assets/uv-bg-image.png);
}
/* [END] NS3030-3031: Ultra Violet Wiki */
/* [START] NS3032-3033: She Awaits Wiki */
.ns-3032, .ns-3033 {
--cosmos-banner: #797cd9;
--link-text: #060da1;
--link-text-hover: #515392;
--header-link-text: #f3ddd3;
--button-color: #d0d1f9;
--footer-text: #ffffff;
--content-background: #C2C6F8;
--table-header:#6F75EC;
--box-background: #9fa3f4;
--box-background-oddrow: #AFB3F5;
--box-border: #7278ca;
background-color: #6a70c7;
}
/* [END] NS3032-3033: She Awaits Wiki */
/* [START] NS3034-3035: Oversomnia Wiki */
.ns-3034, .ns-3035 {
--cosmos-banner: #82574e;
--link-text: #713f18;
--link-text-hover: #775952;
--header-link-text: #ffffff;
--button-color: #bb8376;
--footer-text: #ffe7ad;
--content-background: #ffe7ad;
--table-header:#D5AA87;
--box-background: #edcbaf;
--box-background-oddrow: #F2D9C4;
--box-border: #DFA26F;
background-color: #000000;
}
/* [END] NS3034-3035: Oversomnia Wiki */
/* [START] NS3036-3037: Yume Tagai Wiki */
.ns-3036, ns-3037 {
--cosmos-banner: #d71c67;
--link-text: #d00c96;
--link-text-hover: #f76ece;
--header-link-text: #ffffff;
--button-color: #ea6198;
--footer-text: #f3a5c4;
--content-background: #FFDDE1;
--table-header:#F2A2C1;
--box-background: #fbdaeb;
--box-background-oddrow: #F8CBDC;
--box-border: #EF85AF;
background-color: #8A0028;
}
/* [END] NS3036-3037: Yume Tagai Wiki */
/* [START] NS3038-3039: Yume Tsushin Wiki */
.ns-3038, ns-3039 {
--cosmos-banner: #6b716b;
--link-text: #514592;
--link-text-hover: #887ACB;
--header-link-text: #ffffff;
--button-color: #515B79;
--content-background: #EEE;
--footer-text: #6CC9D9;
--table-header:#B6B6BA;
--box-background: #d6d6da;
--box-background-oddrow: #D1D0DF;
--box-border: #979693;
background-color: #FFFFFF;
}
/* [END] NS3038-3039: Yume Tsushin Wiki */
/* [START] NS3040-3041: nostAlgic Wiki */
.ns-3040, .ns-3041 {
--cosmos-banner: #5959b7;
--link-text: #4646b6;
--link-text-hover: #eeeeff;
--header-link-text: #ffffff;
--button-color: #FCFF75;
--footer-text: #d3dfe1;
--content-background: #b2f1ce;
--table-header:#61D194;
--box-background: #93ebbb;
--box-background-oddrow: #B8F1D1;
--box-border: #24C86D;
background-color: #4ee19e;
}
/* [END] NS3040-3041: nostAlgic Wiki */
/* [START] NS3042-3043: If Wiki */
.ns-3042, .ns-3043 {
--cosmos-banner: #4d004c;
--link-text: #ff00ff;
--link-text-hover: #521852;
--header-link-text: #ffffff;
--button-color: #ff82ff;
--footer-text: #d3dfe1;
--content-background: #ffe5ff;
--table-header:#D8B4D8;
--box-background: #f4d7f4;
--box-background-oddrow: #F1CFF1;
--box-border: #CEA2CE;
background-color: #210021;
}
/* [END] NS3042-3043: If Wiki */
/* [START] NS3044-3045: Unaccomplished Wiki */
.ns-3044, .ns-3045 {
--cosmos-banner: #2b2373;
--link-text: #314781;
--link-text-hover: #2b2373;
--header-link-text: #ffffff;
--button-color: #4563b8;
--footer-text: #d3dfe1;
--content-background: #77bfec;
--table-header:#65B0DF;
--box-background: #8fcaef;
--box-background-oddrow: #A4D5F2;
--box-border: #2B91CE;
background-color: #0f0c27;
}
/* [END] NS3044-3045: Unaccomplished Wiki */