|
|
| Line 1: |
Line 1: |
| /* User670: this attempts to overwrite Kurokane and Rodin in favor of browser default sans-serif. */ | | /* All CSS here will be loaded for users of the mobile site */ |
| /* CSS placed here will be applied to all skins */
| |
| @font-face { | | @font-face { |
| font-family: Kurokane; | | font-family: Kurokane; |
| src: local(Microsoft Yahei); | | src: url(/w/images/4/4e/FOT-KurokaneStd-EB.woff2); |
| } | | } |
| @font-face { | | @font-face { |
| font-family: Rodin; | | font-family: Rodin-Normal-Normal; |
| src: local(Microsoft Yahei); | | src: url(/w/images/8/80/FOT-Rodin-NormalNTLGPro-DB.woff2); |
| } | | } |
| #firstHeading, | | #firstHeading, |
| Line 17: |
Line 16: |
| h6, #bodyContent h6 { | | h6, #bodyContent h6 { |
| color: #E6E6E6; | | color: #E6E6E6; |
| font-family: sans-serif; | | font-family: "Kurokane", "Arial"; |
| font-weight: normal; | | font-weight: normal; |
| }
| |
| #mw-head{
| |
| background: url("/w/images/5/50/Wiki-background");
| |
| color: #E6E6E6;
| |
| font-family: sans-serif;
| |
| }
| |
| .mw-list-item{
| |
| background: #00131D !important;
| |
| }
| |
| body{
| |
| background:
| |
| linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 1)) fixed,
| |
| url("/w/images/5/50/Wiki-background");
| |
| color: #E6E6E6;
| |
| font-family: sans-serif;
| |
| } | | } |
| #content, .mw-body { | | #content, .mw-body { |
| background-color: #000B10;
| | color: #E6E6E6; |
| color: #E6E6E6;
| | font-family: "Rodin-Normal-Normal","Arial"; |
| font-family: sans-serif;
| |
| } | | } |
| | | .overlay-enabled, .mw-body { |
| .mainpage .wds-tabs__tab { | | background-color: #000B10; |
| color: #E6E6E6;
| |
| } | | } |
| .wds-tabs__tab-label > a:hover, .wds-tabs__tab-label > a:visited { | | .header-container.header-chrome, #mw-mf-page-left { |
| color: var(--theme-accent-color);
| | background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.40),rgb(0, 0, 0)) fixed,url(/w/images/5/50/Wiki-background); |
| } | | } |
| | | #mw-mf-page-left ul li { |
| /* Color the links */
| | background-color: #157aac9e; |
| a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited {
| |
| color: #a59fe1; | |
| } | | } |
| .mw-parser-output a.extiw, .mw-parser-output a.external { | | .mw-ui-icon::before { |
| color: #7aacff;
| | filter: invert(1) hue-rotate(180deg); |
| }
| |
| .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
| |
| color: #ca6eca;
| |
| }
| |
| | |
| /* Color Table of Contents */
| |
| #toc, .toc, .mw-warning, .toccolours, body.skin-monobook .toccolours {
| |
| background-color: #000B10;
| |
| border-color: #3A4246;
| |
| }
| |
| .tocnumber {
| |
| color: #fff;
| |
| } | | } |
| | | .minerva-header .branding-box a span, .minerva__tab-container .minerva__tab, #mw-mf-page-left ul.hlist li a span, #mw-mf-page-left ul li a { |
| /* Color catlinks */
| | color: #e6e6e6; |
| .catlinks { | |
| background-color: #000; | |
| } | | } |
| | | .minerva__tab-container .minerva__tab.selected { |
| /* Color gallery thumbnails */
| | border-bottom: 2px solid #fff; |
| li.gallerybox div.thumb {
| |
| border: 1px solid #c8ccd1; | |
| background-color: #242424;
| |
| } | | } |
|
| |
|
| /* Color the edit interface */ | | /* Footer */ |
| .wikiEditor-ui { | | .mw-footer > .post-content .minerva-footer-logo:first-child { |
| background-color: #000B10;
| | color: #e6e6e6; |
| }
| |
| .wikiEditor-ui-toolbar,
| |
| .wikiEditor-ui-toolbar .sections .section {
| |
| background-image: none;
| |
| background-color: inherit;
| |
| }
| |
| .tool-button.tool-active, .tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
| |
| background-color: inherit;
| |
| }
| |
| .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
| |
| color: inherit;
| |
| }
| |
| textarea, div#editpage-specialchars a , .mw-editform-legacy input#wpSummary {
| |
| background-color: #000B10;
| |
| border-color: #3A4246;
| |
| color: #E6E6E6;
| |
| }
| |
| .editOptions { | |
| background-color: #263034;
| |
| border-color: #3A4246;
| |
| color: #E6E6E6;
| |
| }
| |
| .CodeMirror {
| |
| background: black;
| |
| color: #fff;
| |
| }
| |
| .CodeMirror-gutters {
| |
| background-color: #1c1c1c; | |
| }
| |
| .oo-ui-iconElement-icon, .wikiEditor-ui-toolbar .tabs span.tab a::before, .wikiEditor-ui-toolbar .group .tool-select {
| |
| filter: invert(1) hue-rotate(180deg);
| |
| } | | } |
| .wikiEditor-ui-toolbar .tabs span.tab a { | | .minerva-footer { |
| color: #fff; | | border-top: none; |
| | background: linear-gradient(to bottom,rgb(0, 0, 0),rgba(0,0,0,0.10),rgb(0, 0, 0)),url(/w/images/5/50/Wiki-background); |
| } | | } |
| .cm-mw-link-pagename, .cm-mw-link-bracket, .cm-mw-link-delimiter, .cm-mw-extlink, .cm-mw-free-extlink { | | .last-modified-bar { |
| color: #999fff; | | border-bottom: none; |
| | background-color: #002e45; |
| } | | } |
| .oo-ui-textInputWidget .oo-ui-inputWidget-input { | | .mw-footer > .post-content > * { |
| background-color: #000; | | margin-bottom: 9px; |
| color: #fff; | | color: #fff; |
| }
| |
| .wikiEditor-ui-toolbar .page-characters div span:hover, .wikiEditor-ui-toolbar .booklet > .index > :hover {
| |
| color: #000;
| |
| } | | } |
|
| |
|
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | | /* Infoboxes */ |
| | .content .infobox { |
| background-color: #000; | | background-color: #000; |
| color: #fff;
| |
| }
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
| |
| background-color: #575757;
| |
| color: #fff;
| |
| }
| |
| .wikiEditor-ui-toolbar .page-characters div span, .wikiEditor-ui-toolbar .page-table td {
| |
| color: #fff;
| |
| } | | } |
| | | .oo-ui-tabSelectWidget-mobile .oo-ui-tabOptionWidget:last-child { |
| /* Template:Documentation */
| | margin-right: 0 !important; |
| .mw-parser-output div.documentation, | |
| .mw-parser-output div.documentation-metadata { | |
| background-color: #000B10;
| |
| } | | } |
| | | .oo-ui-tabSelectWidget-mobile::after { |
| /* Fix pre-code stuff */
| | display: none !important; |
| pre, code, .mw-code, mw-changeslist-overlay, .mw-changeslist-legend {
| |
| background-color: #14252d;
| |
| color: #eaecf0;
| |
| border: 1px solid #eaecf0;
| |
| } | | } |
|
| |
|
| /* Fix diff changes colors */ | | /* Search functionality */ |
| .diff-context { | | .overlay.search-overlay { |
| background: #000;
| | background: #000b10 !important; |
| border-color: #eaecf0;
| |
| color: #fff;
| |
| }
| |
| .diff-deletedline .diffchange { | |
| background: #5e5236;
| |
| }
| |
| .diff-addedline .diffchange {
| |
| background: #4d6479; | |
| } | | } |
| | | .overlay.search-overlay .search-content .caption { |
| /* Fix colors in search results */
| | color: #fff !important; |
| #mw-searchoptions {
| |
| background-color: #000; | |
| } | | } |
| .mw-search-profile-tabs { | | .overlay.search-overlay .results, .overlay.search-overlay .search-feedback { |
| background-color: #000; | | background-color: #000 !important; |
| } | | } |
| .search-types .current a { | | .overlay.search-overlay li.page-summary h3 { |
| color: #fff; | | color: #fff; |
| } | | } |
| | | /* Color the links */ |
| /* Fix thumbanil colors */ | | a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited { |
| div.thumbinner {
| | color: #a59fe1; |
| border: 1px solid #c8ccd1; | |
| background-color: #242424;
| |
| } | | } |
| img.thumbimage {
| | .mw-parser-output a.extiw, .mw-parser-output a.external { |
| background-color: #000B10; | | color: #7aacff; |
| } | | } |
| | | .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { |
| /* Fix colors of wikitables */
| | color: #ca6eca; |
| .wikitable { | |
| background-color: #00131D;
| |
| border-color: #4A31FF;
| |
| color: #fff;
| |
| }
| |
| .wikitable > tr > th, .wikitable > * > tr > th {
| |
| background-color: #4A31FF;
| |
| border-color: #4A31FF; | |
| text-align: center;
| |
| font-family: sans-serif;
| |
| font-weight: normal;
| |
| } | | } |