User:RaiderAlpha/common.css: Difference between revisions
Jump to navigation
Jump to search
RaiderAlpha (talk | contribs) Created page with "→Totem Arts Wiki CSS: →This goes under Common.css (rip IE users): :root { --theme-body-background-color: #060f1b; --theme-page-background-color: #0b1a2d;..." |
RaiderAlpha (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* Totem Arts Wiki CSS */ | /* Totem Arts Wiki CSS */ | ||
/* | /************************ | ||
* MediaWiki:Common.css * | |||
************************/ | |||
:root { | :root { | ||
--theme-body- | --theme-body-bg-color: #060f1b; | ||
--theme-page- | --theme-page-bg-color: #0b1a2d; | ||
--theme-page- | --theme-page-bg-color--inverted: #f4e5d2; | ||
--theme-table- | --theme-table-bg-color: #0c1c33; | ||
--theme-table- | --theme-table-bg-color--secondary: #102543; | ||
--theme-table-title- | --theme-table-title-bg-color: #112a4b; | ||
--theme-table-subtitle- | --theme-table-subtitle-bg-color: #14335b; | ||
--theme-text-color: rgb(188, 198, 209); | --theme-text-color: rgb(188, 198, 209); | ||
--theme-link-color: #f28e04; | --theme-link-color: #f28e04; | ||
--theme-link-color--visited: #f6b459; /* #f6b459 */ | --theme-link-color--visited: #f6b459; /* #f6b459 */ | ||
--theme-link-color--inverted: #0d71fb; | |||
--theme-link-color--visited--inverted: #094ba6; | |||
--theme-link-color--selected: #fff; | |||
--theme-border-color: #383f49; | --theme-border-color: #383f49; | ||
--theme-table-border-color: #4a535f; | --theme-table-border-color: #4a535f; | ||
Line 18: | Line 24: | ||
--theme-code-color: #eee; | --theme-code-color: #eee; | ||
--theme-search-color: #2b333d; | --theme-search-color: #2b333d; | ||
--theme- | --theme-search-color--selected: #20262e; | ||
--theme- | --theme-button-color: #112a4b; | ||
--theme-button-color--selected: #14335b; | |||
} | } | ||
#mw-head, #mw-page-base, body { | #mw-head, #mw-page-base, body { | ||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 90%, rgba(0,0,0,0) 90%), linear-gradient(to bottom, transparent, rgba(10, 17, 28, 0.78)), linear-gradient(to right, #092b57, #59021a); | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 90%, rgba(0,0,0,0) 90%), linear-gradient(to bottom, transparent, rgba(10, 17, 28, 0.78)), linear-gradient(to right, #092b57, #59021a); | ||
Line 26: | Line 34: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | |||
body { | |||
background-color: var(--theme-body-bg-color); | |||
} | } | ||
a { | a { | ||
Line 43: | Line 54: | ||
} | } | ||
/* MediaWiki:Vector.css | /************************ | ||
* MediaWiki:Vector.css * | |||
************************/ | |||
/* Side panel */ | |||
#mw-panel h3 { | |||
color: var(--theme-heading-color); | color: var(--theme-heading-color); | ||
} | } | ||
#mw-panel li a { | |||
color: var(--theme-link-color); | color: var(--theme-link-color); | ||
} | } | ||
#mw-panel li a:visited { | |||
color: var(--theme-link-color--visited); | color: var(--theme-link-color--visited); | ||
} | } | ||
Line 57: | Line 72: | ||
} | } | ||
/* | /* Top menu tabs */ | ||
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { | .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { | ||
background-image: none; | background-image: none; | ||
} | } | ||
.vector-menu-tabs li { | .vector-menu-tabs li { | ||
background: var(--theme- | background: var(--theme-button-color); | ||
background-image: none; | background-image: none; | ||
} | } | ||
.vector-menu-tabs li.selected { | .vector-menu-tabs li.selected { | ||
background: var(--theme- | background: var(--theme-button-color--selected); | ||
} | } | ||
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { | .vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { | ||
Line 75: | Line 90: | ||
} | } | ||
.vector-menu-dropdown .vector-menu-content { | .vector-menu-dropdown .vector-menu-content { | ||
background | background: var(--theme-button-color); | ||
border: 1px solid var(--theme-border-color); | border: 1px solid var(--theme-border-color); | ||
border-top: none; | border-top: none; | ||
} | |||
.vector-menu-dropdown li a { | |||
color: var(--theme-link-color); | |||
} | } | ||
/* | /* Top menu tabs - page actions dropdown */ | ||
#p-cactions { | #p-cactions { | ||
background: var(--theme- | background: var(--theme-button-color); | ||
} | } | ||
#p-cactions-label { | #p-cactions-label { | ||
Line 90: | Line 107: | ||
#p-cactions-label::after { | #p-cactions-label::after { | ||
filter: invert(100%); | filter: invert(100%); | ||
} | } | ||
/* Search form */ | /* Search form */ | ||
#searchInput { | #searchInput, #searchText .oo-ui-inputWidget-input { | ||
background | background: var(--theme-search-color); | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | } | ||
#searchButton { | |||
filter: invert(100%); | |||
} | |||
.suggestions-results, | |||
.suggestions-special, | |||
.oo-ui-menuSelectWidget { | |||
background: var(--theme-search-color); | |||
border-color: var(--theme-border-color); | |||
} | |||
.oo-ui-menuSelectWidget .oo-ui-optionWidget-highlighted { | |||
background: var(--theme-search-color--selected); | |||
} | |||
.suggestions-results .suggestions-result, | |||
.suggestions-special .special-query { | |||
color: var(--theme-text-color); | |||
} | |||
.mw-search-profile-tabs { | |||
border: 1px solid var(--theme-border-color); | |||
background: var(--theme-table-bg-color); | |||
} | |||
.mw-search-profile-tabs .search-types .current a { | |||
color: var(--theme-link-color--selected); | |||
} | |||
/******************************************* | |||
* MediaWiki:Common.css - element-specific * | |||
*******************************************/ | |||
/* Page body */ | /* Page body */ | ||
Line 106: | Line 147: | ||
} | } | ||
.mw-body, .parsoid-body { | .mw-body, .parsoid-body { | ||
background | background: var(--theme-page-bg-color); | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | } | ||
Line 124: | Line 165: | ||
.catlinks { | .catlinks { | ||
border: 1px solid var(--theme-border-color); | border: 1px solid var(--theme-border-color); | ||
background | background: var(--theme-body-bg-color); | ||
} | } | ||
/* Table of contents */ | /* Table of contents */ | ||
.toc, .toccolours { | #filetoc, .toc, .toccolours { | ||
border: 1px solid var(--theme-border-color); | border: 1px solid var(--theme-border-color); | ||
background | background: var(--theme-table-bg-color); | ||
} | } | ||
.tocnumber { | .tocnumber { | ||
Line 142: | Line 183: | ||
div.thumbinner, img.thumbimage { | div.thumbinner, img.thumbimage { | ||
border: 1px solid var(--theme-border-color); | border: 1px solid var(--theme-border-color); | ||
background | background: var(--theme-body-bg-color); | ||
} | } | ||
li.gallerybox div.thumb { | li.gallerybox div.thumb { | ||
border: 1px solid var(--theme-border-color); | border: 1px solid var(--theme-border-color); | ||
background-color: var(--theme- | background: var(--theme-body-bg-color); | ||
} | |||
/* Invert icon colors to white */ | |||
.oo-ui-iconElement-icon, | |||
.oo-ui-indicatorElement-indicator, | |||
#mw-indicator-mw-helplink a { | |||
color: var(--theme-link-color--inverted); | |||
filter: invert(100%); | |||
} | } | ||
/* Page history */ | /* Page history */ | ||
#pagehistory li.selected { | #pagehistory li.selected { | ||
background | background: var(--theme-button-color--selected); | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
outline: 1px dashed var(--theme-table-border-color); | outline: 1px dashed var(--theme-table-border-color); | ||
Line 159: | Line 206: | ||
.oo-ui-fieldsetLayout.mw-collapsible.mw-collapsed .mw-collapsible-toggle .oo-ui-icon-expand, | .oo-ui-fieldsetLayout.mw-collapsible.mw-collapsed .mw-collapsible-toggle .oo-ui-icon-expand, | ||
.oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { | .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { | ||
color: var(--theme-page- | color: var(--theme-page-bg-color--inverted); | ||
filter: invert(100%); | filter: invert(100%); | ||
} | } | ||
/* Footer */ | /* Footer */ | ||
#footer li { | |||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | } | ||
/* Notice | /* Notice box */ | ||
.noticebox, .warningbox { | .noticebox, .warningbox { | ||
background | background: var(--theme-button-color--selected); | ||
border: 1px solid var(--theme-table-border-color); | border: 1px solid var(--theme-table-border-color); | ||
color: var(--theme-text-color) | color: var(--theme-text-color); | ||
} | } | ||
/* Code preview */ | /* Code preview */ | ||
pre, code, .mw-code { | pre, code, .mw-code { | ||
background | background: var(--theme-table-bg-color); | ||
border-color: var(--theme-border-color); | border-color: var(--theme-border-color); | ||
color: var(--theme-code-color); | color: var(--theme-code-color); | ||
} | |||
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | |||
box-shadow: inset 2.75em 0 0 var(--theme-table-bg-color--secondary); | |||
} | } | ||
/* Table */ | /* Table */ | ||
. | .wikitable, | ||
. | .mw-datatable, | ||
.mw_metadata td { | |||
background: var(--theme-table-bg-color); | |||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | } | ||
. | .wikitable tr > th, | ||
. | .mw-datatable tr > th, | ||
background: var(--theme-table-title- | .mw_metadata tr > th, | ||
.mw-metadata-show-hide-extended td { | |||
background: var(--theme-table-title-bg-color); | |||
} | } | ||
.mw-datatable tr:hover td { | .mw-datatable tr:hover td { | ||
background | background: var(--theme-table-bg-color--secondary); | ||
} | } | ||
/* Main page portal */ | /* Main page portal */ | ||
.mainpage-portal { | .mainpage-portal { | ||
border: 1px solid var(--theme-table-border-color) | border: 1px solid var(--theme-table-border-color); | ||
} | } | ||
.mainpage-portal-title { | .mainpage-portal-title { | ||
background: var(--theme-table-title- | background: var(--theme-table-title-bg-color); | ||
} | } | ||
.mainpage-portal-content { | .mainpage-portal-content { | ||
background: var(--theme-table- | background: var(--theme-table-bg-color); | ||
} | } | ||
/* Infobox */ | /* Infobox */ | ||
.infobox { | .infobox { | ||
background | background: var(--theme-table-bg-color); | ||
border: 1px solid var(--theme-table-border-color); | border: 1px solid var(--theme-table-border-color); | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | } | ||
.infobox .infobox-title { | .infobox .infobox-title { | ||
background: var(--theme-table-title- | background: var(--theme-table-title-bg-color); | ||
color: var(--theme-heading-color); | |||
font-size: 150%; | |||
padding: 4px; | |||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
.infobox tr > th { | .infobox tr > th { | ||
background: var(--theme-table-subtitle- | background: var(--theme-table-subtitle-bg-color); | ||
color: var(--theme-heading-color); | |||
height: 1.5em; | height: 1.5em; | ||
} | } | ||
Line 227: | Line 283: | ||
} | } | ||
.infobox .infobox-title { | .infobox .infobox-title { | ||
background: var(--theme-table-title- | background: var(--theme-table-title-bg-color); | ||
} | } | ||
.infobox .infobox-label { | .infobox .infobox-label { | ||
background: var(--theme-table-subtitle- | background: var(--theme-table-subtitle-bg-color); | ||
} | } | ||
.infobox td table.damage-multipliers th { | .infobox td table.damage-multipliers th { | ||
background: none | background: none; | ||
} | } | ||
/* Navbox */ | /* Navbox */ | ||
.navbox { | .navbox { | ||
background | background: var(--theme-table-bg-color); | ||
border: 1px solid var(--theme-table-border-color); | border: 1px solid var(--theme-table-border-color); | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | } | ||
.navbox, .navbox-subgroup { | .navbox, .navbox-subgroup { | ||
background: var(--theme-table- | background: var(--theme-table-bg-color); | ||
} | } | ||
.navbox th.navbox-title { | .navbox th.navbox-title { | ||
background: var(--theme-table-title- | background: var(--theme-table-title-bg-color); | ||
color: var(--theme-heading-color); | color: var(--theme-heading-color); | ||
} | } | ||
Line 253: | Line 309: | ||
} | } | ||
.navbox th.navbox-group { | .navbox th.navbox-group { | ||
background: var(--theme-table-subtitle- | background: var(--theme-table-subtitle-bg-color); | ||
color: var(--theme-heading-color); | color: var(--theme-heading-color); | ||
} | } | ||
.navbox-list { | .navbox-list { | ||
border-color: var(--theme-table- | border-color: var(--theme-table-bg-color); | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background: var(--theme-table- | background: var(--theme-table-bg-color--secondary); | ||
} | } | ||
Line 267: | Line 323: | ||
border: 1px solid var(--theme-border-color); | border: 1px solid var(--theme-border-color); | ||
} | } | ||
#wpTextbox1 { | |||
background: var(--theme-body- | background: var(--theme-body-bg-color); | ||
color: var(--theme-code-color); | color: var(--theme-code-color); | ||
} | } | ||
.editOptions { | #wikiEditor-ui-toolbar, .editOptions { | ||
background: var(--theme- | background: var(--theme-button-color); | ||
border: | border-color: var(--theme-border-color); | ||
color: var(--theme-code-color); | color: var(--theme-code-color); | ||
} | |||
#wikiEditor-ui-toolbar a { | |||
color: var(--theme-link-color); | |||
} | |||
#wikiEditor-ui-toolbar .oo-ui-iconElement-icon { | |||
filter: invert(100%); | |||
} | |||
.wikiEditor-ui .wikiEditor-ui-top, | |||
#wikiEditor-ui-toolbar .section, | |||
#wikiEditor-ui-toolbar .group, | |||
#wikiEditor-ui-toolbar .options { | |||
border-color: var(--theme-border-color); | |||
} | |||
#wikiEditor-ui-toolbar .option { | |||
background-color: var(--theme-button-color); | |||
} | |||
#wikiEditor-ui-toolbar .option:hover { | |||
background-color: var(--theme-button-color--selected); | |||
} | } | ||
Line 281: | Line 355: | ||
background: var(--theme-table-color); | background: var(--theme-table-color); | ||
border: 1px solid var(--theme-border-color); | border: 1px solid var(--theme-border-color); | ||
} | |||
/* Notifications */ | |||
.mw-notification { | |||
background: var(--theme-button-color); | |||
border: 1px solid var(--theme-border-color); | |||
color: var(--theme-code-color); | |||
} | } |
Revision as of 18:59, 26 April 2022
/* Totem Arts Wiki CSS */
/************************
* MediaWiki:Common.css *
************************/
:root {
--theme-body-bg-color: #060f1b;
--theme-page-bg-color: #0b1a2d;
--theme-page-bg-color--inverted: #f4e5d2;
--theme-table-bg-color: #0c1c33;
--theme-table-bg-color--secondary: #102543;
--theme-table-title-bg-color: #112a4b;
--theme-table-subtitle-bg-color: #14335b;
--theme-text-color: rgb(188, 198, 209);
--theme-link-color: #f28e04;
--theme-link-color--visited: #f6b459; /* #f6b459 */
--theme-link-color--inverted: #0d71fb;
--theme-link-color--visited--inverted: #094ba6;
--theme-link-color--selected: #fff;
--theme-border-color: #383f49;
--theme-table-border-color: #4a535f;
--theme-heading-color: #fff;
--theme-code-color: #eee;
--theme-search-color: #2b333d;
--theme-search-color--selected: #20262e;
--theme-button-color: #112a4b;
--theme-button-color--selected: #14335b;
}
#mw-head, #mw-page-base, body {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 90%, rgba(0,0,0,0) 90%), linear-gradient(to bottom, transparent, rgba(10, 17, 28, 0.78)), linear-gradient(to right, #092b57, #59021a);
background-size: auto 8px, auto, auto;
background-attachment: fixed;
color: var(--theme-text-color);
}
body {
background-color: var(--theme-body-bg-color);
}
a {
color: var(--theme-link-color);
}
a:visited {
color: var(--theme-link-color--visited);
}
h1, h2, h3, h4, h5, h6 {
color: var(--theme-heading-color);
}
h1, h2 {
border-bottom: 1px solid var(--theme-border-color);
}
ul {
list-style-image: none;
}
/************************
* MediaWiki:Vector.css *
************************/
/* Side panel */
#mw-panel h3 {
color: var(--theme-heading-color);
}
#mw-panel li a {
color: var(--theme-link-color);
}
#mw-panel li a:visited {
color: var(--theme-link-color--visited);
}
#p-tb-label {
background-image: linear-gradient(to right,rgba(200,204,209,0) 0,var(--theme-border-color) 33%,var(--theme-border-color) 66%,rgba(200,204,209,0) 100%);
}
/* Top menu tabs */
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background-image: none;
}
.vector-menu-tabs li {
background: var(--theme-button-color);
background-image: none;
}
.vector-menu-tabs li.selected {
background: var(--theme-button-color--selected);
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
color: var(--theme-heading-color);
}
.vector-menu-tabs li a {
color: var(--theme-link-color);
}
.vector-menu-dropdown .vector-menu-content {
background: var(--theme-button-color);
border: 1px solid var(--theme-border-color);
border-top: none;
}
.vector-menu-dropdown li a {
color: var(--theme-link-color);
}
/* Top menu tabs - page actions dropdown */
#p-cactions {
background: var(--theme-button-color);
}
#p-cactions-label {
color: var(--theme-heading-color);
}
#p-cactions-label::after {
filter: invert(100%);
}
/* Search form */
#searchInput, #searchText .oo-ui-inputWidget-input {
background: var(--theme-search-color);
color: var(--theme-text-color);
}
#searchButton {
filter: invert(100%);
}
.suggestions-results,
.suggestions-special,
.oo-ui-menuSelectWidget {
background: var(--theme-search-color);
border-color: var(--theme-border-color);
}
.oo-ui-menuSelectWidget .oo-ui-optionWidget-highlighted {
background: var(--theme-search-color--selected);
}
.suggestions-results .suggestions-result,
.suggestions-special .special-query {
color: var(--theme-text-color);
}
.mw-search-profile-tabs {
border: 1px solid var(--theme-border-color);
background: var(--theme-table-bg-color);
}
.mw-search-profile-tabs .search-types .current a {
color: var(--theme-link-color--selected);
}
/*******************************************
* MediaWiki:Common.css - element-specific *
*******************************************/
/* Page body */
.mw-body {
border: 1px solid var(--theme-border-color);
}
.mw-body, .parsoid-body {
background: var(--theme-page-bg-color);
color: var(--theme-text-color);
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: rubik,helvetica,arial,sans-serif;
}
/* External links */
.mw-parser-output a.extiw, .mw-parser-output a.external {
color: var(--theme-link-color);
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: var(--theme-link-color--visited);
}
/* Category links */
.catlinks {
border: 1px solid var(--theme-border-color);
background: var(--theme-body-bg-color);
}
/* Table of contents */
#filetoc, .toc, .toccolours {
border: 1px solid var(--theme-border-color);
background: var(--theme-table-bg-color);
}
.tocnumber {
color: var(--theme-text-color);
}
.toctogglelabel {
color: var(--theme-link-color);
}
/* Image thumb */
div.thumbinner, img.thumbimage {
border: 1px solid var(--theme-border-color);
background: var(--theme-body-bg-color);
}
li.gallerybox div.thumb {
border: 1px solid var(--theme-border-color);
background: var(--theme-body-bg-color);
}
/* Invert icon colors to white */
.oo-ui-iconElement-icon,
.oo-ui-indicatorElement-indicator,
#mw-indicator-mw-helplink a {
color: var(--theme-link-color--inverted);
filter: invert(100%);
}
/* Page history */
#pagehistory li.selected {
background: var(--theme-button-color--selected);
color: var(--theme-text-color);
outline: 1px dashed var(--theme-table-border-color);
}
.oo-ui-fieldsetLayout.mw-collapsible.mw-collapsed .mw-collapsible-toggle .oo-ui-icon-expand,
.oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon {
color: var(--theme-page-bg-color--inverted);
filter: invert(100%);
}
/* Footer */
#footer li {
color: var(--theme-text-color);
}
/* Notice box */
.noticebox, .warningbox {
background: var(--theme-button-color--selected);
border: 1px solid var(--theme-table-border-color);
color: var(--theme-text-color);
}
/* Code preview */
pre, code, .mw-code {
background: var(--theme-table-bg-color);
border-color: var(--theme-border-color);
color: var(--theme-code-color);
}
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre {
box-shadow: inset 2.75em 0 0 var(--theme-table-bg-color--secondary);
}
/* Table */
.wikitable,
.mw-datatable,
.mw_metadata td {
background: var(--theme-table-bg-color);
color: var(--theme-text-color);
}
.wikitable tr > th,
.mw-datatable tr > th,
.mw_metadata tr > th,
.mw-metadata-show-hide-extended td {
background: var(--theme-table-title-bg-color);
}
.mw-datatable tr:hover td {
background: var(--theme-table-bg-color--secondary);
}
/* Main page portal */
.mainpage-portal {
border: 1px solid var(--theme-table-border-color);
}
.mainpage-portal-title {
background: var(--theme-table-title-bg-color);
}
.mainpage-portal-content {
background: var(--theme-table-bg-color);
}
/* Infobox */
.infobox {
background: var(--theme-table-bg-color);
border: 1px solid var(--theme-table-border-color);
color: var(--theme-text-color);
}
.infobox .infobox-title {
background: var(--theme-table-title-bg-color);
color: var(--theme-heading-color);
font-size: 150%;
padding: 4px;
vertical-align: middle;
}
.infobox tr > th {
background: var(--theme-table-subtitle-bg-color);
color: var(--theme-heading-color);
height: 1.5em;
}
.infobox td ul {
margin: 0 0 0 1em;
padding: 0;
}
.infobox .infobox-title {
background: var(--theme-table-title-bg-color);
}
.infobox .infobox-label {
background: var(--theme-table-subtitle-bg-color);
}
.infobox td table.damage-multipliers th {
background: none;
}
/* Navbox */
.navbox {
background: var(--theme-table-bg-color);
border: 1px solid var(--theme-table-border-color);
color: var(--theme-text-color);
}
.navbox, .navbox-subgroup {
background: var(--theme-table-bg-color);
}
.navbox th.navbox-title {
background: var(--theme-table-title-bg-color);
color: var(--theme-heading-color);
}
.navbox th.navbox-title a {
color: var(--theme-heading-color);
}
.navbox th.navbox-group {
background: var(--theme-table-subtitle-bg-color);
color: var(--theme-heading-color);
}
.navbox-list {
border-color: var(--theme-table-bg-color);
}
.navbox-even {
background: var(--theme-table-bg-color--secondary);
}
/* Editor */
.wikiEditor-ui .wikiEditor-ui-view {
border: 1px solid var(--theme-border-color);
}
#wpTextbox1 {
background: var(--theme-body-bg-color);
color: var(--theme-code-color);
}
#wikiEditor-ui-toolbar, .editOptions {
background: var(--theme-button-color);
border-color: var(--theme-border-color);
color: var(--theme-code-color);
}
#wikiEditor-ui-toolbar a {
color: var(--theme-link-color);
}
#wikiEditor-ui-toolbar .oo-ui-iconElement-icon {
filter: invert(100%);
}
.wikiEditor-ui .wikiEditor-ui-top,
#wikiEditor-ui-toolbar .section,
#wikiEditor-ui-toolbar .group,
#wikiEditor-ui-toolbar .options {
border-color: var(--theme-border-color);
}
#wikiEditor-ui-toolbar .option {
background-color: var(--theme-button-color);
}
#wikiEditor-ui-toolbar .option:hover {
background-color: var(--theme-button-color--selected);
}
/* Related changes */
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
background: var(--theme-table-color);
border: 1px solid var(--theme-border-color);
}
/* Notifications */
.mw-notification {
background: var(--theme-button-color);
border: 1px solid var(--theme-border-color);
color: var(--theme-code-color);
}