MediaWiki:Vector.css: Skirtumas tarp puslapio versijų

Iš MCSlime.LT.
Pereiti į navigaciją Jump to search
(Naujas puslapis: →‎<pre>: :root { --ul-list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='13'%3E%3Ccircle cx='2.5' cy='9' r='2.5' fill='%23000'/%3E%3C/svg%3E"); } html { -webkit-text-size-adjust: 100%; } body { background: var(--body-background-image) var(--body-background-color) top left / 1500px 375px no-repeat; font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans...)
 
SNėra keitimo santraukos
 
(nerodomos 16 tarpinės versijos, sukurtos to paties naudotojo)
1 eilutė: 1 eilutė:
/* <pre> */
/* All CSS here will be loaded for users of the Vector skin */
:root {
 
    --ul-list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='13'%3E%3Ccircle cx='2.5' cy='9' r='2.5' fill='%23000'/%3E%3C/svg%3E");
 
/* All CSS here will be loaded for users of the dark Vector skin */
/**
* See [[MediaWiki:Common.css]] for desktop and mobile styles, e.g. templates.
*
* See [[MediaWiki:Vector.css]] for desktop theme related styles.
*
* See [[MediaWiki:Minerva.css]] for mobile theme related styles.
* See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles.
*/
 
html:has(body.wgl-theme-dark) {
color-scheme: dark;
}
 
/* Default styles:
* [[File:Dark-background.png]] [[File:Dark-header-background.png]]
* [[File:Dark-vector-tabs.png]] [[File:Dark-vector-tabs-first.png]]
* [[File:Dark-background-HiDPI.png]] [[File:Dark-header-background-HiDPI.png]]
* [[File:Dark-vector-tabs-HiDPI.png]] [[File:Dark-vector-tabs-first-HiDPI.png]]
*/
body.wgl-theme-dark {
--base-background: url('filepath:///resources/assets/mc/Dark-background.png');
--header-background: url('filepath:///resources/assets/mc/Dark-header-background.png');
--vector-tabs: url('filepath:///resources/assets/mc/Dark-vector-tabs.png');
--vector-tabs-first: url('filepath:///resources/assets/mc/Dark-vector-tabs-first.png');
 
--base-background-hidpi: url('filepath:///resources/assets/mc/Dark-background-HiDPI.png');
--header-background-hidpi: url('filepath:///resources/assets/mc/Dark-header-background-HiDPI.png');
--vector-tabs-hidpi: url('filepath:///resources/assets/mc/Dark-vector-tabs-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath:///resources/assets/mc/Dark-vector-tabs-first-HiDPI.png');
 
--list-bullet: url('filepath:///resources/assets/mc/List_bullet_dark.svg');
 
--content-text-color: #e6e6e6;
--content-secondary-text-color: #aaaaaa;
--base-background-color: #13191c;
--content-background-color: #2b2f39;
--content-border-top-color: #1f2528;
--content-border-top-right-color: #4e362b;
 
--simplesearch-top-border-color: #959595;
--simplesearch-left-border-color: #6f6f6f;
--simplesearch-topright-grass-color: #0e6a3b;
--searchinput-placeholder-color: #bfc1c5;
 
--archive-box-background-color: #282828;
--archive-box-border-color: #444;
 
--table-header-color: #222;
--table-border-color: #444;
 
--smw-border-hover: #a2a9b1;
--smw-table-hover: #313848;
}
/* Dungeons styles:
* [[File:Dark-header-background-dungeons.png]]
* [[File:Dark-vector-tabs-dungeons.png]] [[File:Dark-vector-tabs-first-dungeons.png]]
* [[File:Dark-header-background-dungeons-HiDPI.png]] [[File:Dark-vector-tabs-dungeons-HiDPI.png]]
* [[File:Dark-vector-tabs-first-dungeons-HiDPI.png]]
*/
body.wgl-theme-dark.rootpage-Minecraft_Dungeons,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Dungeons,
body.wgl-theme-dark.ns-10000,
body.wgl-theme-dark.ns-10001 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Dark-background.png');
--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
--header-background: url('filepath://Dark-header-background-dungeons.png');
--vector-tabs: url('filepath://Dark-vector-tabs-dungeons.png');
--vector-tabs-first: url('filepath://Dark-vector-tabs-first-dungeons.png');
 
--header-background-hidpi: url('filepath://Dark-header-background-dungeons-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-dungeons-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-dungeons-HiDPI.png');
 
--content-background-color: #433d3d;
--content-border-top-color: #201c10;
--content-border-top-right-color: #303d46;
 
--simplesearch-topright-grass-color: #8b4322;
}
/* Earth styles:
* [[File:Dark-header-background-earth.png]]
* [[File:Dark-vector-tabs-earth.png]] [[File:Dark-vector-tabs-first-earth.png]]
* [[File:Dark-header-background-earth-HiDPI.png]] [[File:Dark-vector-tabs-earth-HiDPI.png]]
* [[File:Dark-vector-tabs-first-earth-HiDPI.png]]
*/
body.wgl-theme-dark.rootpage-Minecraft_Earth,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Earth,
body.wgl-theme-dark.ns-10002,
body.wgl-theme-dark.ns-10003 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Dark-background.png');
--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
--header-background: url('filepath://Dark-header-background-earth.png');
--vector-tabs: url('filepath://Dark-vector-tabs-earth.png');
--vector-tabs-first: url('filepath://Dark-vector-tabs-first-earth.png');
 
--header-background-hidpi: url('filepath://Dark-header-background-earth-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-earth-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-earth-HiDPI.png');
 
--content-background-color: #252b3c;
--content-border-top-color: #182028;
--content-border-top-right-color: #25404b;
 
--simplesearch-topright-grass-color: #0b7940;
}
/* Legends styles:
* [[File:Dark-header-background-legends.png]]
* [[File:Dark-vector-tabs-legends.png]] [[File:Dark-vector-tabs-first-legends.png]]
* [[File:Dark-header-background-legends-HiDPI.png]] [[File:Dark-vector-tabs-legends-HiDPI.png]]
* [[File:Dark-vector-tabs-first-legends-HiDPI.png]]
*/
body.wgl-theme-dark.rootpage-Minecraft_Legends,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Legends,
body.wgl-theme-dark.ns-10006,
body.wgl-theme-dark.ns-10007 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Dark-background.png');
--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
--header-background: url('filepath://Dark-header-background-legends.png');
--vector-tabs: url('filepath://Dark-vector-tabs-legends.png');
--vector-tabs-first: url('filepath://Dark-vector-tabs-first-legends.png');
 
--header-background-hidpi: url('filepath://Dark-header-background-legends-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-legends-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-legends-HiDPI.png');
 
--content-background-color: #293344;
--content-border-top-color: #202426;
--content-border-top-right-color: #21334e;
 
--simplesearch-topright-grass-color: #006c60;
}
/* Story Mode styles:
* [[File:Dark-header-background-storymode.png]]
* [[File:Dark-vector-tabs-storymode.png]] [[File:Dark-vector-tabs-first-storymode.png]]
* [[File:Dark-header-background-storymode-HiDPI.png]] [[File:Dark-vector-tabs-storymode-HiDPI.png]]
* [[File:Dark-vector-tabs-first-storymode-HiDPI.png]]
*/
body.wgl-theme-dark.rootpage-Minecraft_Story_Mode,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Story_Mode,
body.wgl-theme-dark.rootpage-Minecraft_Story_Mode_-_Season_Two,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Story_Mode_-_Season_Two,
body.wgl-theme-dark.ns-10004,
body.wgl-theme-dark.ns-10005 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Dark-background.png');
--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
--header-background: url('filepath://Dark-header-background-storymode.png');
--vector-tabs: url('filepath://Dark-vector-tabs-storymode.png');
--vector-tabs-first: url('filepath://Dark-vector-tabs-first-storymode.png');
 
--header-background-hidpi: url('filepath://Dark-header-background-storymode-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-storymode-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-storymode-HiDPI.png');
 
--content-background-color: #39342c;
--content-border-top-color: #2d2411;
--content-border-top-right-color: #302441;
 
--simplesearch-topright-grass-color: #967735;
}
 
/* Movie styles:
* [[File:Dark-background-movie.png]] [[File:Dark-background-movie-HiDPI.png]]
* [[File:Dark-header-background-movie.png]]
* [[File:Dark-vector-tabs-movie.png]] [[File:Dark-vector-tabs-first-movie.png]]
* [[File:Dark-header-background-movie-HiDPI.png]] [[File:Dark-vector-tabs-movie-HiDPI.png]]
* [[File:Dark-vector-tabs-first-movie-HiDPI.png]]
*/
body.wgl-theme-dark.rootpage-A_Minecraft_Movie,
body.wgl-theme-dark.rootpage-Talk_A_Minecraft_Movie,
body.wgl-theme-dark.ns-10012,
body.wgl-theme-dark.ns-10013 {
--base-background: url('filepath://Dark-background-movie.png');
--base-background-hidpi: url('filepath://Dark-background-movie-HiDPI.png');
--header-background: url('filepath://Dark-header-background-movie.png');
--vector-tabs: url('filepath://Dark-vector-tabs-movie.png');
--vector-tabs-first: url('filepath://Dark-vector-tabs-first-movie.png');
 
--header-background-hidpi: url('filepath://Dark-header-background-movie-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-movie-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-movie-HiDPI.png');
 
--content-background-color: #36322E;
    --content-border-top-color: #2A2724;
}
 
/* [[File:HelpNotice.svg]] */
body.wgl-theme-dark #mw-indicator-mw-helplink a {
background-image: url('filepath://HelpNotice.svg');
}
 
.mw-message-box,
.mw-body,
h1, h2, h3, h4, h5, h6,
.mw-ui-input,
.search-types .current a {
color: var(--content-text-color);
}
body.wgl-theme-dark #mw-content-subtitle,
body.wgl-theme-dark #contentSub,
body.wgl-theme-dark #contentSub2,
body.wgl-theme-dark .results-info,
body.wgl-theme-dark .mw-search-result-data,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .label {
color: #9f9f9f;
}
}


html {
/* FP */
    -webkit-text-size-adjust: 100%;
body.wgl-theme-dark .fp-section {
background-color: #2f2f2f;
    border-color: #202125;
}
}


body {
body.wgl-theme-dark .mcwiki-header {
     background: var(--body-background-image) var(--body-background-color) top left / 1500px 375px no-repeat;
     border-color: #202125;
     font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}
body.wgl-theme-dark .mcwiki-header a {
    color: #0645ad;
}
body.wgl-theme-dark .mcwiki-header a:visited {
     color: #0b0080;
}
}


.vector-body {
/* Discord widget */
    font-size: 0.9em;
body.wgl-theme-dark .discord-widget-dark {
color-scheme: auto;
}
}


#firstHeading {
/* <blockquote> */
    font-weight: bold;
.vector-body blockquote {
border-left-color: var(--infobox-header-background-color);
}
}


pre,
 
code,
/* Recent Changes */
.mw-code {
 
body.wgl-theme-dark label.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-savedQueryTitle.oo-ui-widget.oo-ui-widget-enabled.oo-ui-labelElement-label.oo-ui-labelWidget.oo-ui-labelElement {
    color: #fff;
}
body.wgl-theme-dark .mw-changeslist-legend,
body.wgl-theme-dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle,
body.wgl-theme-dark .vector-menu-dropdown .vector-menu-content{
background-color: #1e1e1e;
    color: #fff;
    border-color: #686869;
}
body.wgl-theme-dark .mw-ui-input {
    background-color: inherit;
     color: inherit;
     color: inherit;
     background-color: var(--mw-code-background-color);
}
     border: 1px solid var(--body-border);
body.wgl-theme-dark .mw-ui-button,
body.wgl-theme-dark .cdx-button {
background-color: #373f50;
    color: #f8f9fa;
}
body.wgl-theme-dark .mw-ui-button:visited {
color: #d8d9da;
}
body.wgl-theme-dark .mw-plusminus-neg {
color: #ffa1b3;
}
body.wgl-theme-dark .mw-plusminus-pos {
color: #00e04c;
}
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c2d1f066
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #b3e7dc66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #fff0c266
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ffd3bd66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f5c2c266
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #8cc5d566
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ccdecc66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ccb4bb66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c4a6bf66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bfdeaf66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bfc7aa66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #b7b8af66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ffce9566
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f7bf9966
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f7a89566
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #94bda866
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #8c99a866
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #94a7a466
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #d0ad9066
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c8a09466
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c88a9066
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c4be8066
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bcb18466
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bc9a8066
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f7a16c66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
     background-color: #b5ae8b66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #aea18f66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ae8d8b66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #d2917f66
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
     background-color: #c89f7366
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #b2887466
}
 
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey td:not(:nth-child(-n+2)) {
    background-color: #dee0e366
}
 
.wgl-theme-dark .autocomment,
.wgl-theme-dark .autocomment a,
.wgl-theme-dark .autocomment a:visited {
    color: #a1a8b1;
}
 
.wgl-theme-dark .mw-rcfilters-ui-tagItemWidget.oo-ui-flaggedElement-muted.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-labelElement-label {
    color: #9dafc4;
}
 
.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget-label-title {
    color: #c8cbcf;
}
}


dl {
.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) {
     margin: 0;
     border-bottom: 1px solid #505154;
}
}


ul {
.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget-view-namespaces {
    list-style-image: var(--ul-list-style-image);
    border-top: 4px solid #505154;
}
}


hr {
.wgl-theme-dark .mw-rcfilters-ui-filterMenuHeaderWidget-header {
    background: none;
     border-bottom: 1px solid #76797d;
    border-color: var(--sidebar);
     background-color: #4e4f50;
     border-style: solid;
     border-width: 1px 0 0 0;
    height: initial;
}
}


fieldset {
.wgl-theme-dark .mw-rcfilters-ui-filterMenuHeaderWidget-title {
     border-color: var(--sidebar);
     color: #ffffff;
}
}


.vector-body blockquote {
.wgl-theme-dark .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) {
    border-color: var(--body-mid);
    background-color: #292929;
}
}


:root {
.wgl-theme-dark .mw-rcfilters-ui-filterMenuSectionOptionWidget {
    --personal-links-bg: var(--body-main);
     background-color: #6e6e6f;
     --arrow-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23444'/%3E%3C/svg%3E");
}
}


.vector-menu-dropdown .vector-menu-heading {
.wgl-theme-dark .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label {
    background-color: var(--vector-tab-background);
     color: #dedede;
     padding: 1em 0.75em 0.6923em;
    margin: 0;
}
}


.vector-menu-dropdown .vector-menu-heading,
.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
.vector-menu-dropdown .vector-menu-heading:hover,
     color: #a1a8ae;
.vector-menu-dropdown .vector-menu-heading:focus {
     color: var(--background-text-color);
}
}


.vector-menu-dropdown .vector-menu-heading:after {
.wgl-theme-dark .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
    background-image: var(--arrow-down);
     color: #e2e6e9;
     opacity: 1;
}
}


.vector-menu-dropdown .vector-menu-content {
 
    border-color: transparent;
/* Links */
    background-color: var(--body-light);
body.wgl-theme-dark .mw-collapsible-text,
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
:where(body.wgl-theme-dark) .toctogglelabel,
    left: 0;
:where(body.wgl-theme-dark) .jslink,
:where(body.wgl-theme-dark) .vector-menu-dropdown .mw-list-item a,
:where(body.wgl-theme-dark) .mw-body a.external,
:where(body.wgl-theme-dark) .mw-body a.extiw,
:where(body.wgl-theme-dark) a {
color: #0097ff;
}
:where(body.wgl-theme-dark) .ext-discussiontools-init-replylink-reply:visited,
:where(body.wgl-theme-dark) .ext-discussiontools-init-section-subscribe-link:visited,
:where(body.wgl-theme-dark) .mw-body a.external:visited,
:where(body.wgl-theme-dark) .mw-body a.extiw:visited,
:where(body.wgl-theme-dark) a:visited {
color: #9495f4;
}
:where(body.wgl-theme-dark) a.new,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits {
color: #ffa4a4;
}
:where(body.wgl-theme-dark) a.new:visited,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits:visited {
color: #fb7a7a;
}
:where(body.wgl-theme-dark) .mw-body a.external:hover,
:where(body.wgl-theme-dark) .mw-body a.extiw:hover,
:where(body.wgl-theme-dark) a:hover {
color: #7e8eff;
}
:where(body.wgl-theme-dark) a.new:hover,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits:hover {
color: #ff8484;
}
:where(body.wgl-theme-dark) .mw-body a.external:active,
:where(body.wgl-theme-dark) .mw-body a.extiw:active,
:where(body.wgl-theme-dark) a.new:active,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits:active,
:where(body.wgl-theme-dark) a:active {
color: #faa700;
}
/* [[File:Link-external-small-ltr-progressive.svg]] */
:where(body.wgl-theme-dark) .mw-parser-output a.external {
background-image: url('filepath:///resources/assets/mc/Link-external-small-ltr-progressive.svg');
}
}


.vector-menu-dropdown .mw-list-item a {
:where(body.wgl-theme-dark) .ext-discussiontools-init-replylink-buttons.ext-discussiontools-init-replylink-active > .ext-discussiontools-init-replylink-reply,
    color: var(--link-color);
body a.mw-selflink:hover {
color: inherit;
}
}


.vector-menu-dropdown .mw-list-item.selected a,
/* tables */
.vector-menu-dropdown .mw-list-item.selected a:visited {
body.wgl-theme-dark .mw-datatable,
    color: var(--text-color);
body.wgl-theme-dark table.mw_metadata,
body.wgl-theme-dark .wikitable,
body.wgl-theme-dark table.mw-abuselog-details,
body.wgl-theme-dark table.mw-interwikitable.body td.mw-interwikitable-local-yes {
color: inherit;
}
body.wgl-theme-dark .mw-datatable,
body.wgl-theme-dark table.mw_metadata,
body.wgl-theme-dark .mw-datatable th,
body.wgl-theme-dark table.mw_metadata th,
body.wgl-theme-dark .mw-datatable td,
body.wgl-theme-dark table.mw_metadata td,
body.wgl-theme-dark .wikitable,
body.wgl-theme-dark .wikitable > tr > th,
body.wgl-theme-dark .wikitable > tr > td,
body.wgl-theme-dark .wikitable > * > tr > th,
body.wgl-theme-dark .wikitable > * > tr > td,
body.wgl-theme-dark table.mw-abuselog-details,
body.wgl-theme-dark table.mw-abuselog-details td,
body.wgl-theme-dark table.mw-abuselog-details th {
border-color: #444;
}
}


#p-personal {
body.wgl-theme-dark table.mw-abuselog-details th,
    background: var(--personal-links-bg);
body.wgl-theme-dark .mw-datatable th,
    top: 0;
body.wgl-theme-dark table.mw_metadata th,
    right: 0;
body.wgl-theme-dark .wikitable > tr > th,
    border-radius: 0 0 0 4px;
body.wgl-theme-dark .wikitable > * > tr > th {
    height: 1.875em;
background-color: #222;
}
body.wgl-theme-dark table.mw-abuselog-details,
body.wgl-theme-dark .mw-datatable,
body.wgl-theme-dark table.mw_metadata,
body.wgl-theme-dark .mw-datatable td,
body.wgl-theme-dark table.mw_metadata td,
body.wgl-theme-dark .wikitable {
background-color: #2f2f2f;
}
body.wgl-theme-dark #mw-allmessagestable tbody:hover td,
body.wgl-theme-dark .mw-datatable tr:hover td {
background-color: #222;
}
/* [[File:Sort_both.svg]], [[File:Sort_down.svg]], [[File:Sort_up.svg]] */
body.wgl-theme-dark .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable),
body.wgl-theme-dark .jquery-tablesorter th.headerSort {
background-image: url('filepath://Sort_both.svg');
}
body.wgl-theme-dark .jquery-tablesorter th.headerSortDown {
background-image: url('filepath://Sort_down.svg');
}
body.wgl-theme-dark .jquery-tablesorter th.headerSortUp {
background-image: url('filepath://Sort_up.svg');
}
}


#p-personal ul {
body.wgl-theme-dark .mw-json tr,
    padding: 0 1em 0 0.4375em;
body.wgl-theme-dark .mw-json td {
  background-color: var(--content-background-color);
}
}


.vector-search-box-inner {
body.wgl-theme-dark td.mw-json-value,
    background: var(--search-box);
body.wgl-theme-dark td.mw-json-single-value {
    height: 2.5em;
  background-color: var(--ooui-enabled);
    margin-top: 0;
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
}
}


.vector-search-box-input {
body.wgl-theme-dark .mw-json th {
    color: var(--text-color);
  background-color: #26282d;
    height: 100%;
    border: none;
    background: none;
    padding-left: 0.75em;
}
}


.vector-search-box-input::placeholder {
/* Code, Pre */
    color: var(--text-color);
@media screen {
    opacity: 0.67;
body.wgl-theme-dark pre,
body.wgl-theme-dark code,
body.wgl-theme-dark .mw-code {
background-color: #444444;
color: #fff;
border: 1px solid #6f6f6f;
}
}
}


.vector-search-box-inner:hover .vector-search-box-input,
body.wgl-theme-dark .mw-content-ltr.mw-highlight-lines pre,
.vector-search-box-input:focus,
body.wgl-theme-dark .mw-content-ltr.content .mw-highlight-lines pre {
.vector-search-box-inner:hover .vector-search-box-input:focus {
    border: none;
     box-shadow: none;
     box-shadow: none;
}
}


:root {
/* Miscellaneous */
    --searchbutton-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13'%3E%3Cg fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M11.29 11.71l-4-4'/%3E%3Ccircle cx='5' cy='5' r='4'/%3E%3C/g%3E%3C/svg%3E");
body.wgl-theme-dark .notaninfobox,
body.wgl-theme-dark .gallerybox .thumb,
body.wgl-theme-dark .thumbimage,
body.wgl-theme-dark figure[typeof~='mw:File/Thumb'],
body.wgl-theme-dark figure[typeof~='mw:File/Thumb'] > figcaption,
body.wgl-theme-dark figure[typeof~='mw:File/Frame'],
body.wgl-theme-dark figure[typeof~='mw:File/Frame'] > figcaption,
body.wgl-theme-dark .thumbinner,
body.wgl-theme-dark .ve-ce-mwBlockImageNode-type-thumb, /* thumb images in visual editor */
body.wgl-theme-dark .ve-ce-mwBlockImageNode-type-thumb > figcaption,
body.wgl-theme-dark #catlinks,
body.wgl-theme-dark #toc,
body.wgl-theme-dark .toc,
body.wgl-theme-dark .toccolours,
body.wgl-theme-dark .mw-warning,
body.wgl-theme-dark .navpopup,
body.wgl-theme-dark .ref-tooltip-text,
body.wgl-theme-dark #filetoc,
body.wgl-theme-dark .directorstable {
background-color: #282828;
border-color: #444;
}
 
body.wgl-theme-dark .mwe-popups,
body.wgl-theme-dark .mwe-popups-container,
body.wgl-theme-dark .mwe-popups .mwe-popups-extract {
color: #fff;
background-color: #282828;
}
 
body.wgl-theme-dark .mwe-popups .mwe-popups-extract[dir='ltr']:after {
display: none;
}
 
body.wgl-theme-dark #mw-content-text .hlist li:not(:last-child)::after {
background-color: #fff;
}
 
body.wgl-theme-dark .tocnumber {
color: #E0E0EC;
}
 
body.wgl-theme-dark #pagehistory li.selected {
background-color: #444;
color: #e6e6e6;
}
 
body.wgl-theme-dark #pagehistory .updatedmarker {
  background-color: #608000;
  color: white;
}
 
/* smw cache warning on category pages */
body.wgl-theme-dark .smw-callout-warning {
  background-color: hsl(60,25%,8%);
  border-left-color: hsl(60,15%,36%);
}
 
/* error message box in Special:BatchUpload */
body.wgl-theme-dark .fileupload-results .ful-error {
background-color: maroon;
}
 
/* Syntax highlight, CodeEditor */
/* https://github.com/pygments/pygments/blob/master/pygments/token.py#L123 */
body.wgl-theme-dark .ace-tm .ace_cursor,
body.wgl-theme-dark .ace-tm .ace_support.ace_function {
color: #fff;
}
body.wgl-theme-dark .ace-tm,
body.wgl-theme-dark .ace-tm .ace_gutter,
body.wgl-theme-dark .codeEditor-status,
body.wgl-theme-dark .mw-highlight pre {
background-color: #282828;
color: #fff;
}
 
body.wgl-theme-dark .ace-tm .ace_gutter {
border-right: 1px solid #232324;
}
 
body.wgl-theme-dark .ace-tm .ace_comment,
body.wgl-theme-dark .mw-highlight .c, /* comment */
body.wgl-theme-dark .mw-highlight .c1, /* single comment */
body.wgl-theme-dark .mw-highlight .cm { /* multiline comment */
color: #afafaf;
}
body.wgl-theme-dark .ace-tm .ace_keyword.ace_operator,
body.wgl-theme-dark .mw-highlight .o { /* operator */
color: #a9a9a9;
}
body.wgl-theme-dark .mw-highlight .cp { /* preproc */
color: #ea9800;
}
body.wgl-theme-dark .ace-tm .ace_storage,
body.wgl-theme-dark .ace-tm .ace_keyword,
body.wgl-theme-dark .ace-tm .ace_constant,
body.wgl-theme-dark .ace-tm .ace_constant.ace_language,
body.wgl-theme-dark .ace-tm .ace_support.ace_type,
body.wgl-theme-dark .mw-highlight .bp, /* pseudo buildin */
body.wgl-theme-dark .mw-highlight .nt, /* tag name */
body.wgl-theme-dark .mw-highlight .k, /* keyword */
body.wgl-theme-dark .mw-highlight .kr, /* reserved keyword */
body.wgl-theme-dark .mw-highlight .kd, /* declaration keyword */
body.wgl-theme-dark .mw-highlight .kp, /* pseudo keyword */
body.wgl-theme-dark .mw-highlight .kc { /* constant keyword */
color: #00cf00;
}
body.wgl-theme-dark .mw-highlight .kt { /* type keyword */
color: #ff90b8;
}
body.wgl-theme-dark .mw-highlight .nb { /* buildin name */
color: #01cd01;
}
body.wgl-theme-dark .ace-tm .ace_variable,
body.wgl-theme-dark .mw-highlight .nc { /* class name */
color: #8bb2ff;
}
body.wgl-theme-dark .mw-highlight .nd { /* decorator name */
color: #d592ff;
}
body.wgl-theme-dark .mw-highlight .nf { /* function name */
color: #AAAAFF;
}
body.wgl-theme-dark .mw-highlight .nn { /* namespace name */
color: #a0a0ff;
}
body.wgl-theme-dark .mw-highlight .nv { /* variable name */
color: #9cdcfe;
}
body.wgl-theme-dark .mw-highlight .w { /* whitespace */
color: #bbbbbb;
}
body.wgl-theme-dark .mw-highlight .mi, /* integer number */
body.wgl-theme-dark .mw-highlight .mf { /* float number */
color: #b2b2b2;
}
body.wgl-theme-dark .ace-tm .ace_constant.ace_numeric,
body.wgl-theme-dark .mw-highlight .mh { /* hex number */
color: #a9a9a9;
}
body.wgl-theme-dark .ace-tm .ace_string,
body.wgl-theme-dark .mw-highlight .s, /* string */
body.wgl-theme-dark .mw-highlight .s1, /* single string */
body.wgl-theme-dark .mw-highlight .s2 { /* double string */
color: #ff8b8b;
}
body.wgl-theme-dark .mw-highlight .ow { /* operator word */
color: #bc52ff;
}
body.wgl-theme-dark .mw-highlight .hll { /* highlighted line */
background-color: #330;
}
body.wgl-theme-dark .mw-highlight a:hover .linenos, /* hovered line number */
body.wgl-theme-dark .mw-highlight .hll a .linenos { /* highlighted line number */
color: #ccc;
}
/* Code editor highlight */
body.wgl-theme-dark .ace_marker-layer .ace_selected-word {
background: #333;
border-color: #666;
}
body.wgl-theme-dark .ace-tm .ace_marker-layer .ace_selection {
background: #246;
}
/* Diff overview */
body.wgl-theme-dark td.diff-context {
background-color: #232324;
border-color: #313233;
color: #BFBFBF;
}
body.wgl-theme-dark td.diff-addedline {
background-color: #494a4b;
border-color: #686869;
border-left-color: #005e20;
color: #fff;
}
body.wgl-theme-dark td.diff-deletedline {
background-color: #494a4b;
border-color: #686869;
border-left-color: #9f0000;
color: #fff;
}
body.wgl-theme-dark .diff-addedline .diffchange {
background-color: #005e20;
}
 
body.wgl-theme-dark .diff-deletedline .diffchange {
background-color: #9f0000;
}
 
/* Revision slider */
body.wgl-theme-dark .mw-revslider-pointer-line .mw-revslider-lower-color {
border-color: #ffa1a1;
}
body.wgl-theme-dark .mw-revslider-pointer-line .mw-revslider-upper-color {
border-color: #00e04c;
}
body.wgl-theme-dark .mw-revslider-pointer-container-older .mw-revslider-slider-line {
border-color: rgba(255, 161, 161, 0.5)
}
body.wgl-theme-dark .mw-revslider-pointer-container-older:hover .mw-revslider-slider-line {
border-color: rgba(255, 161, 161, 0.8)
}
body.wgl-theme-dark .mw-revslider-pointer-container-newer .mw-revslider-slider-line {
border-color: rgba(0, 224, 76, 0.5)
}
body.wgl-theme-dark .mw-revslider-pointer-container-newer:hover .mw-revslider-slider-line {
border-color: rgba(0, 224, 76, 0.8)
}
body.wgl-theme-dark .mw-revslider-pointer.mw-revslider-pointer-newer {
border-color: #00e04c;
background-color: #00e04c;
background-image: linear-gradient(to bottom,#76ffa5 0,#00e04c 100%);
}
body.wgl-theme-dark .mw-revslider-pointer.mw-revslider-pointer-older {
border-color: #ffa1a1;
background-color: #ffa1a1;
background-image: linear-gradient(to bottom,#ffdada 0,#ffa1a1 100%);
}
 
/* CodeMirror */
body.wgl-theme-dark .CodeMirror {
background-color: #1e1e1e;
color: #fff;
}
 
/* CodeMirror selection */
.wgl-theme-dark .CodeMirror-line::selection,
.wgl-theme-dark .CodeMirror-line > span::selection,
.wgl-theme-dark .CodeMirror-line > span > span::selection {
background: #246;
}
 
/* CodeMirror comments */
body.wgl-theme-dark .cm-mw-comment {
color: #afafaf;
}
 
/* CodeMirror links */
body.wgl-theme-dark .cm-mw-link-pagename,
body.wgl-theme-dark .cm-mw-link-bracket,
body.wgl-theme-dark .cm-mw-link-delimiter,
body.wgl-theme-dark .cm-mw-extlink,
body.wgl-theme-dark .cm-mw-free-extlink,
body.wgl-theme-dark .cm-mw-extlink-protocol,
body.wgl-theme-dark .cm-mw-free-extlink-protocol,
body.wgl-theme-dark .cm-mw-extlink-bracket {
color: #8bb2ff;
}
 
/* CodeMirror Parser function */
body.wgl-theme-dark .cm-mw-parserfunction-name,
body.wgl-theme-dark .cm-mw-parserfunction-bracket,
body.wgl-theme-dark .cm-mw-parserfunction-delimiter {
color: #ffa0a0;
}
 
/* CodeMirror table color */
body.wgl-theme-dark .cm-mw-table-bracket,
body.wgl-theme-dark .cm-mw-table-delimiter,
body.wgl-theme-dark .cm-mw-table-definition {
color: #ff40af;
}
 
/* CodeMirror template color */
body.wgl-theme-dark .cm-mw-template,
body.wgl-theme-dark .cm-mw-template-name,
body.wgl-theme-dark .cm-mw-template-argument-name,
body.wgl-theme-dark .cm-mw-template-delimiter,
body.wgl-theme-dark .cm-mw-template-bracket {
color: #c44eff;
}
 
/* CodeMirror template variable variable */
body.wgl-theme-dark .cm-mw-templatevariable,
body.wgl-theme-dark .cm-mw-templatevariable-bracket,
body.wgl-theme-dark .cm-mw-templatevariable-name,
body.wgl-theme-dark .cm-mw-templatevariable-delimiter {
color: #ffa826;
}
 
/* CodeMirror wikitext formatting */
body.wgl-theme-dark .cm-mw-list,
body.wgl-theme-dark .cm-mw-indenting,
body.wgl-theme-dark .cm-mw-doubleUnderscore,
body.wgl-theme-dark .cm-mw-signature,
body.wgl-theme-dark .cm-mw-hr,
body.wgl-theme-dark .cm-mw-apostrophes-bold,
body.wgl-theme-dark .cm-mw-apostrophes-italic,
body.wgl-theme-dark .cm-mw-link,
body.wgl-theme-dark .cm-mw-link-tosection,
body.wgl-theme-dark .cm-mw-section-header {
color: #57b1ff;
}
 
/* CodeMirror xml tag */
body.wgl-theme-dark .cm-mw-mnemonic,
body.wgl-theme-dark .cm-mw-exttag-name,
body.wgl-theme-dark .cm-mw-htmltag-name,
body.wgl-theme-dark .cm-mw-exttag-bracket,
body.wgl-theme-dark .cm-mw-exttag-attribute,
body.wgl-theme-dark .cm-mw-htmltag-bracket,
body.wgl-theme-dark .cm-mw-htmltag-attribute {
color: #00cf00;
}
 
/* Tabs */
body.wgl-theme-dark #p-namespaces a,
body.wgl-theme-dark #p-views a,
body.wgl-theme-dark #p-sharing span,
body.wgl-theme-dark #p-cactions-label span,
body.wgl-theme-dark div#mw-head div.vectorMenu h4 {
color: #fff;
}
 
body.wgl-theme-dark #p-namespaces .new a,
body.wgl-theme-dark #p-views .new a {
color: #ffa4a4;
}
 
/* Invert dark icons */
body.wgl-theme-dark .magnify a,
body.wgl-theme-dark .ve-ce-mwBlockImageNode-type-thumb > a::after, /* visual editor thumbnail magnify */
body.wgl-theme-dark .mwe-popups-settings-icon,
body.wgl-theme-dark .vector-menu-dropdown .vector-menu-heading:after,
body.wgl-theme-dark #footer-icons,
body.wgl-theme-dark .mw-icon-arrow-collapsed :not(p),
body.wgl-theme-dark .mw-collapsible-arrow.mw-collapsible-toggle-collapsed,
body.wgl-theme-dark .mw-mmv-filepage-buttons .mw-ui-icon:before,
body.wgl-theme-dark .redirectText li:first-child, /* redirect icon; inverts the text next to the icon as well */
body.wgl-theme-dark .redirectText li:first-child > a, /* invert text next to the redirect icon back */
body.wgl-theme-dark .darkmode-invert {
filter: invert(1);
}
 
/* OOUI buttons */
:root body.wgl-theme-dark {
--ooui-color: #fff;
--ooui-progressive: #6f9fff;
--ooui-progressive-hover: #447ff5;
--ooui-destructive: #ff6767;
--ooui-destructive-hover: #ff4242;
--ooui-enabled: #373f50;
--ooui-enabled-hover: #4f596d;
--ooui-border: #5a5d64;
--ooui-border-disabled: #494c52;
--ooui-disabled: #191d25;
--ooui-text-disabled: #72777d;
}
/* overwriting styles from here:
* https://gerrit.wikimedia.org/r/plugins/gitiles/oojs/ui/+/refs/heads/master/src/styles/elements/ButtonElement.less
* https://gerrit.wikimedia.org/r/plugins/gitiles/oojs/ui/+/refs/heads/master/src/themes/wikimediaui/elements.less */
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
color: var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
background-color: unset;
color: #d9d9d9;
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
border-color: var(--ooui-border);
box-shadow: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active {
background-color: unset;
color: var(--ooui-color);
border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
color: var(--ooui-progressive);
border-color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
color: var(--ooui-destructive);
border-color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
color: var(--ooui-text-disabled);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
background: var(--ooui-disabled);
color: var(--ooui-text-disabled);
border-color: var(--ooui-border-disabled);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
background: var(--ooui-enabled);
color: var(--ooui-color);
border-color: var(--ooui-border);
box-shadow: var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
body.wgl-theme-dark .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
background: var(--ooui-enabled-hover);
color: var(--ooui-color);
border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
border-color: var(--ooui-border);
box-shadow: var(--ooui-color), var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
background: var(--ooui-enabled-hover);
color: var(--ooui-color);
border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus {
border-color: var(--ooui-border);
box-shadow: var(--ooui-color), var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
background: var(--ooui-enabled);
color: var(--ooui-color);
border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
color: var(--ooui-progressive-hover);
background: var(--ooui-enabled);
border-color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
border-color: var(--ooui--button-border-top);
box-shadow: var(--ooui-color), var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
background: var(--ooui-enabled);
color: var(--ooui-progressive-hover);
border-color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
color: var(--ooui-destructive-hover);
background: var(--ooui-enabled);
border-color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:focus {
border-color: var(--ooui-destructive-hover);
box-shadow: var(--ooui-destructive-hover), var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
background: var(--ooui-enabled);
color: var(--ooui-destructive-hover);
border-color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: var(--ooui-color);
background: var(--ooui-progressive);
border-color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
color: var(--ooui-color);
background: var(--ooui-progressive-hover);
border-color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
border-color: var(--ooui-border);
box-shadow: var(--ooui-border), var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
color: var(--ooui-color);
background: var(--ooui-progressive);
border-color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
color: var(--ooui-color);
background: var(--ooui-destructive);
border-color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
color: var(--ooui-color);
background: var(--ooui-destructive-hover);
border-color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:focus {
border-color: var(--ooui-border);
box-shadow: var(--ooui-destructive-hover), var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
color: var(--ooui-color);
background: var(--ooui-destructive);
border-color: var(--ooui-destructive);
}
 
/* OOUI Dropdown, Input */
body.wgl-theme-dark .oo-ui-tabSelectWidget-framed {
background-color: #232324;
}
 
body.wgl-theme-dark .oo-ui-tabOptionWidget > .oo-ui-labelElement-label {
color: #fff;
}
 
body.wgl-theme-dark .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
background-color: #494a4b;
}
body.wgl-theme-dark .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
background-color: #686869
}
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover,
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled {
background: transparent;
}
 
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select {
color: #d0d1d2;
}
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover {
color: #f0f2f4;
}
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled option,
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled optgroup {
  color: black;
}
 
body.wgl-theme-dark .oo-ui-checkboxInputWidget [type='checkbox'] + span,
body.wgl-theme-dark .oo-ui-radioInputWidget [type='radio'] + span,
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,
body.wgl-theme-dark .oo-ui-textInputWidget .oo-ui-inputWidget-input,
body.wgl-theme-dark .wikiEditor-ui,
body.wgl-theme-dark .CodeMirror,
body.wgl-theme-dark .mw-editform #wpTextbox1,
body.wgl-theme-dark .ace-tm,
body.wgl-theme-dark .wikiEditor-ui textarea,
body.wgl-theme-dark .cdx-text-input__input:enabled,
body.wgl-theme-dark textarea {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #686869;
}
body.wgl-theme-dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
background-color: inherit;
}
body.wgl-theme-dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined,
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle,
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,
body.wgl-theme-dark .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly],
body.wgl-theme-dark .oo-ui-tagMultiselectWidget,
body.wgl-theme-dark .oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed) {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #686869;
}
body.wgl-theme-dark .oo-ui-optionWidget.oo-ui-widget-disabled {
    color: #aaa;
}
body.wgl-theme-dark .oo-ui-selectFileWidget-dropTarget {
background-color: #878787 !important;
}
body.wgl-theme-dark.oo-ui-labelWidget.oo-ui-inline-help {
    color: #a8b2bb;
}
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
border-color: #8d8d8d;
box-shadow: inset 0 0 0 1px #8d8d8d;
}
body.wgl-theme-dark .ve-ui-mwReferenceContextItem-muted, /* VE reference tooltip */
body.wgl-theme-dark .mw-widget-titleWidget-menu .oo-ui-optionWidget-highlighted .mw-widget-titleOptionWidget-description /* VE template search - result item description */  {
  color: #a2a7ad;
}
body.wgl-theme-dark .oo-ui-indicatorElement-indicator,
body.wgl-theme-dark .oo-ui-iconElement-icon:not(.oo-ui-image-invert):not(.oo-ui-image-destructive):not(.oo-ui-image-warning):not(.oo-ui-image-progressive):not(.oo-ui-image-error):not(.oo-ui-image-success):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-icon-page-existing):not(.oo-ui-icon-article.mw-widget-titleOptionWidget-hasImage) {
filter: invert(1);
}
body.wgl-theme-dark .oo-ui-iconElement-icon.oo-ui-icon-stop.oo-ui-image-invert {
filter: none !important;
}
body.wgl-theme-dark .oo-ui-pendingElement-pending {
background-image: url(data:image/gif;base64,R0lGODlhGAAYAKECADhHZhchNgAruwAruyH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQACACwAAAAAGAAYAAACNYwDqcvnyKJ6R1pqrMRQL955AChOXJmQqFqyouvBmnydq93irx7zs1/DoFLCITD4GI6KN0MBACH5BAUBAAMALAAAAAAYABgAAAI0jB+gy43YIntHWmqsxEk77H1UOIGkwnVkegLs+a5cG4e1d2v5NcO9bAKOfEHbz1hEPlquAgAh+QQFAQADACwAAAAAGAAYAAACM4x/oMuN2CJ7SUpq7MU64tA5XLh8ZDme5gl8oLqSLjvDaVjLMb53OX/z9TQ/YZA4tBQ1BQAh+QQFAQADACwAAAAAGAAYAAACNISDmcbtCp1kUM1Z15U5bJ59TyhSZAl06HGW6vqisTt/nSfX2w3rF59r2XwYIki4M46QjgIAIfkEBQEAAwAsAAAAABgAGAAAAjWEHal67bjWmyBK6izDTSfeeWBojYdoVlqqlilqwqMM0pyNecGLTzq/ivUeP2FwNswkSa5JAQAh+QQFAQADACwAAAAAGAAYAAACNIRvobvozuKbIDL6bMNIK9554OEFYyKe5YlabKW9qRqz83iDObdjPbWi1XC/TBFyDA11uwIAIfkEBQEAAwAsAAAAABgAGAAAAjWEj6G76M7imyAy+mzDSQfeaeDhfWPlnah4lqr7sq08prGlrtK9zzh/AW58v5rNSOPAkEVAAQAh+QQFAQADACwAAAAAGAAYAAACNISPF8ucr1qDUE6arMNIL955YKSNhheYAKqypjvCoMzRddnirx7zs3+zqFZAjCgnRCZ7pQIAIfkEBQEAAwAsAAAAABgAGAAAAjSEjxnLnH+ahFA2+qzDSC/eeWAkjoAXmGc5oqprwi0LyjXN2belrvyr6eFyQeAvVkQeZ5YCACH5BAEBAAMALAAAAAAYABgAAAI1jIGpa90LlXOxzlfhxTnt03lfKG4k8gUnkK7t+ZJxOHd1dlsjvMs9/QNeViyTy8gbHpVJQwEAOw==);
}
 
body.wgl-theme-dark .oo-ui-popupWidget-popup {
background: #323232;
border-color: var(--ooui-border);
}
 
/* Editing: From https://en.wikipedia.org/wiki/MediaWiki:Gadget-Blackskin.css */
body.wgl-theme-dark .mw-message-box-success,
body.wgl-theme-dark .successbox {
    background-color: #2e5e05;
    border-color: #3c780a;
}
body.wgl-theme-dark .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
    background-color: #fef6e766;
    border-color: #fc3;
}
body.wgl-theme-dark .tdg-templateDataParamWidget-param-description {
    color: #bdbdbd;
}
 
body.wgl-theme-dark .mw-message-box-warning,
body.wgl-theme-dark .warningbox,
body.wgl-theme-dark .usermessage {
    background-color: #2b2f09;
    border-color: #fc3;
}
 
body.wgl-theme-dark .mw-warning-with-logexcerpt,
body.wgl-theme-dark .mw-message-box-error,
body.wgl-theme-dark .errorbox {
    background-color: #4d2622;
    border-color: #9e352e;
}
 
body.wgl-theme-dark .wikiEditor-ui,
body.wgl-theme-dark .CodeMirror-gutters {
    background-color: #282828;
}
 
body.wgl-theme-dark .CodeMirror-gutters {
border-color: #464646;
}
 
body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-view,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group,
body.wgl-theme-dark .wikiEditor-ui-toolbar .section-secondary .group,
body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-top,
body.wgl-theme-dark .codeEditor-status-message,
body.wgl-theme-dark .ace_print-margin {
    border-color: #6f6f6f;
}
 
body.wgl-theme-dark .wikiEditor-ui-toolbar,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section {
background-image: none;
background-color: inherit;
}
 
body.wgl-theme-dark .tool-button.tool-active,
body.wgl-theme-dark .tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
background-color: inherit;
}
 
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a.current,
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
color: inherit;
}
 
body.wgl-theme-dark .editOptions {
    background-color: #282828;
    border-color: #1f2528;
    color: #ccc;
}
 
body.wgl-theme-dark div#editpage-specialchars a {
    background-color: #000000;
    border-color: #1f2528;
}
 
body.wgl-theme-dark .mw-editform-legacy input#wpSummary {
  background-color: #000000;
  color: #90ff90;
}
 
/* Search */
body.wgl-theme-dark #simpleSearch {
    background: #5e5e5e;
    background-image: unset;
}
body.wgl-theme-dark #searchInput {
background: none;
color: #fff;
}
 
/* Search */
body.wgl-theme-dark #p-search #searchform .cdx-search-input__input-wrapper {
    background: #5e5e5e;
    background-image: unset;
}
body.wgl-theme-dark #p-search #searchform .cdx-text-input__input {
background: none;
color: #fff;
}
body.wgl-theme-dark #p-search #searchform .cdx-search-input__end-button {
filter: invert(1);
}
 
body.wgl-theme-dark .mw-search-profile-tabs,
body.wgl-theme-dark #mw-searchoptions {
background-color: #282828;
    border-color: #1f2528;
    color: #ccc;
}
 
/* The suggestions shown under the search bar */
body.wgl-theme-dark #p-search #searchform .cdx-menu {
background-color: #282828;
    border-color: #464646;
}
 
body.wgl-theme-dark #p-search #searchform .cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type) {
    border-color: #464646;
}
 
body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-typeahead-search__search-footer__icon,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-menu-item__text__supporting-text,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-menu-item__text__description,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-menu-item__content,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item {
color: #fff;
}
 
body.wgl-theme-dark #p-search #searchform .cdx-thumbnail__placeholder,
body.wgl-theme-dark #p-search #searchform .cdx-thumbnail__image {
background-color: #282828;
border-color: #444;
}
 
/* Reference */
body.wgl-theme-dark ol.references li:target,
body.wgl-theme-dark sup.reference:target,
body.wgl-theme-dark span.citation:target {
background-color: #435d77;
}
 
/* Image preview screen */
body.wgl-theme-dark .mw-mmv-post-image {
background: #323232;
color: #ddd;
}
 
body.wgl-theme-dark .mw-mmv-image-metadata {
background: #323232;
border-color: #222;
}
 
/* VisualEditor */
body.wgl-theme-dark .oo-ui-toolbar-bar {
background: #282828;
color: #fff;
}
 
body.wgl-theme-dark .oo-ui-toolbar-bar,
body.wgl-theme-dark .oo-ui-menuToolGroup {
border-color: #464646;
}
 
/* Notification */
.wgl-theme-dark .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td {
    background-color: #19222c;
}
.wgl-theme-dark .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
    background-color: #404754;
}
.wgl-theme-dark .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
    background-color: #2d405b;
    color: #90c0fe;
}
.wgl-theme-dark div.mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
.wgl-theme-dark div.mw-echo-ui-crossWikiNotificationItemWidget-group,
.wgl-theme-dark div.mw-echo-ui-bundleNotificationItemWidget-group {
    background: inherit;
}
.wgl-theme-dark .mw-echo-ui-notificationOptionWidget,
.wgl-theme-dark .mw-echo-ui-notificationGroupItemWidget-group {
background: none;
}
}


.searchButton[name='go'] {
.wgl-theme-dark .oo-ui-menuSelectWidget {
    background: no-repeat center var(--searchbutton-icon);
z-index: 1002;
}
}


.vector-search-box {
.wgl-theme-dark .mw-echo-ui-notificationOptionWidget:hover,
    margin: 0;
.wgl-theme-dark .mw-echo-ui-notificationGroupItemWidget-group:hover,
.wgl-theme-dark .oo-ui-menuSelectWidget {
background: #1a1a1a;
color: #545454;
}
}


.vector-search-box form {
.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
    margin-top: 0;
color: var(--content-text-color);
}
}


.suggestions-results {
.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle,
    background-color: var(--body-light);
.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-disabled {
    border-color: var(--body-border);
background: black;
text-shadow: none;
}
}


.suggestions-result {
.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
    color: var(--text-color);
background-color: #111;
color: #fff;
}
}


.suggestions a.mw-searchSuggest-link,
.wgl-theme-dark .oo-ui-widget.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
.suggestions a.mw-searchSuggest-link:hover,
background-color: #222222;
.suggestions a.mw-searchSuggest-link:active,
    color: #E0E0E0;
.suggestions a.mw-searchSuggest-link:focus {
}
    color: var(--text-color);
.wgl-theme-dark .mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button >.oo-ui-labelElement-label {
color: var(--content-text-color);
}
}


.suggestions-special {
.wgl-theme-dark .oo-ui-widget.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
     background-color: var(--body-light);
.wgl-theme-dark .oo-ui-widget.oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
     border-color: var(--body-border);
     background-color: #000000;
     color: #FFFFFF;
}
}


.suggestions-special .special-label {
.wgl-theme-dark .mw-echo-title,
    color: var(--byline-color);
.wgl-theme-dark .mw-echo-notification-footer {
/*color: #fff !important;*/
}
}


.suggestions-special .special-query {
.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup {
    color: var(--text-color);
background: #000;
color: #fff;
border: 1px solid #545454;
}
}


.suggestions-result-current {
.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup .oo-ui-buttonWidget,
    background-color: var(--body-mid);
.wgl-theme-dark .oo-ui-buttonElement-framed .oo-ui-widget-enabled > .oo-ui-buttonElement-button
    color: var(--text-color);
{
border: 0;
background: transparent;
}
}


.suggestions-result-current .special-label,
.wgl-theme-dark .oo-ui-popupWidget-body,
.suggestions-result-current .special-query {
.wgl-theme-dark .oo-ui-popupWidget-footer,
    color: var(--text-color);
.wgl-theme-dark .oo-ui-popupWidget-header,
.wgl-theme-dark .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer,
.wgl-theme-dark .mw-echo-ui-notificationItemWidget,
.wgl-theme-dark .mw-echo-ui-notificationItemWidget-unread,
.wgl-theme-dark .mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-popupWidget > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head,
.wgl-theme-dark .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .oo-ui-buttonElement:last-child,
.wgl-theme-dark .mw-echo-ui-notificationGroupItemWidget-separator {
border-color: #545454 !important;
}
}


#mw-panel {
@-webkit-keyframes unseen-fadeout-to-unread {
    padding-top: 2.5em;
from {
background-color: #27113f;
}
to {
background-color: #545454;
}
}
}


.vector-menu-portal .vector-menu-heading {
@keyframes unseen-fadeout-to-unread {
    color: var(--background-text-color);
from {
    font-weight: bold;
background-color: #27113f;
    background: none;
}
to {
background-color: #545454
}
}
}


.vector-menu-portal .vector-menu-content li a,
@-webkit-keyframes unseen-fadeout-to-read {
.vector-menu-portal .vector-menu-content li a:visited {
from {
    color: var(--background-link-color);
background-color: #27113f;
}
to {
background-color: #1f1f1f;
}
}
}


#p-logo {
@keyframes unseen-fadeout-to-read {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
from {
    margin: -1.5em 0 0;
background-color: #545454;
}
to {
background-color: #1f1f1f;
}
}
}


#n-Discord a {
.wgl-theme-dark .mw-echo-ui-notificationItemWidget-content-actions-timestamp {
    color: #fff !important;
color: #fff;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #4c57d0;
    background-color: #5865f2;
    display: block;
    position: relative;
    padding: 4px 4px 5px calc(17px + 6.5px * 2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
}


#n-Discord a::before {
.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
    content: 'Chat on ';
background: #000;
    font-weight: normal;
    opacity: 0.85;
}
}


#n-Discord a::after {
.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup .oo-ui-buttonWidget:hover,
    content: '';
.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
    background: url('filepath://Discord_logo_icon.svg') no-repeat;
background: #1f1f1f;
    background-size: 17px 13px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 5px;
    left: 7px;
    width: 17px;
    height: 13px;
}
}


#n-Discord a:hover {
.wgl-theme-dark .oo-ui-widget-footer {
    text-decoration: none;
margin: 0px !important;
    background-color: #525ee0;
}
}


.wgl-theme-dark #n-Discord a {
.wgl-theme-dark div#netbar .mw-echo-alert,
     background-color: #525ee0;
.wgl-theme-dark div#netbar .mw-echo-alert a {
     color: #000;
}
}


.wgl-theme-dark #n-Discord a:hover {
/* invert the icon colors */
    background-color: #4c57d0;
.wgl-theme-dark .mw-echo-ui-overlay .oo-ui-iconElement-icon,
.wgl-theme-dark .msgbox-text > img[alt="Signature-icon.svg"] {
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
}
/* Special:CreateAccount */
body.wgl-theme-light .mw-number-text.icon-contributors {
  filter: invert(0.25);
}
}


:root {
body.wgl-theme-dark .mw-number-text.icon-contributors {
    --vector-tab-background: var(--body-background-color);
  filter: invert(0.675);
    --vector-tab-background--hover: var(--body-mid);
    --vector-tab-link-color: var(--background-link-color);
    --watch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='transparent' stroke='%2352351e' stroke-width='.8' d='m8.1 1.1 2.2 4.5 4.8.7-3.5 3.4.9 4.8L8 12.2l-4.3 2.3.8-4.8L1 6.3l4.8-.7z'/%3E%3C/svg%3E");
    --unwatch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%2352351e' stroke='%2352351e' stroke-width='.8' d='m8.1 1.1 2.2 4.5 4.8.7-3.5 3.4.9 4.8L8 12.2l-4.3 2.3.8-4.8L1 6.3l4.8-.7z'/%3E%3C/svg%3E");
}
}


.vector-menu-tabs-legacy {
/* Both light and dark theme */
    padding: 0;
.mw-number-text.icon-pages,
.mw-number-text.icon-edits,
.mw-body-content .mw-number-text > h3,
.mw-body-content .mw-number-text > p {
  filter: invert(0.5);
}
}


.vector-menu-tabs-legacy .new a,
.wgl-theme-dark .mw-echo-ui-notificationItemWidget {
.vector-menu-tabs-legacy .new a:visited {
background-color: #1f1f1f;
    color: var(--redlink-color);
}
}


.vector-menu-tabs-legacy .selected {
.wgl-theme-dark .mw-echo-ui-menuItemWidget-content {
    background: var(--body-main);
color: #ddd !important;
}
}


.vector-menu-tabs-legacy .selected a,
.wgl-theme-dark .mw-echo-ui-notificationItemWidget-content-message-header {
.vector-menu-tabs-legacy .selected a:visited {
color: #fff;
    color: var(--text-color);
}
}


.vector-menu-tabs-legacy li a {
.wgl-theme-dark .mw-echo-ui-notificationItemWidget.oo-ui-optionWidget-selected,
    color: var(--vector-tab-link-color);
.wgl-theme-dark .mw-echo-ui-notificationItemWidget.oo-ui-optionWidget-highlighted {
    padding: 0 0.75em;
background-color: #3f3f3f;
    padding-top: 1em;
}
}


.vector-menu-tabs-legacy li a:visited {
.wgl-theme-dark div#netbar #pt-notifications-alert > .oo-ui-widget a,
    color: var(--vector-tab-link-color);
.wgl-theme-dark div#netbar #pt-notifications-message > .oo-ui-widget a {
color: #5a93cc;
}
}


.vector-menu-tabs-legacy ul li {
.wgl-theme-dark div#netbar #pt-notifications-alert > .oo-ui-widget .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
    background: var(--vector-tab-background);
.wgl-theme-dark div#netbar #pt-notifications-message > .oo-ui-widget .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
color: #ddd;
}
.wgl-theme-dark .mw-echo-ui-placeholderItemWidget {
background-color: inherit;
}
}


.vector-menu-tabs-legacy ul a:hover {
.wgl-theme-dark .mw-echo-ui-notificationItemWidget:hover {
    text-decoration: none;
background-color: inherit;
}
}


#ca-view {
.wgl-theme-dark #mw-mwoauth-authorize-form {
    display: none !important;
color: #ddd;
}
}


.vector-menu-tabs ul li:not(.selected):hover,
.wgl-theme-dark .vector-menu-dropdown .mw-list-item.selected a,
#p-cactions:hover #p-cactions-label {
.wgl-theme-dark .vector-menu-dropdown .mw-list-item.selected a:visited {
    background: var(--vector-tab-background--hover);
color: var(--content-text-color);
}
}


.vector-menu-tabs ul li:not(.selected),
/* SMW - Special:Browse */
#mw-head .vector-menu-dropdown .vector-menu-heading {
body.wgl-theme-dark .smwb-theme-light .smwb-title,
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
body.wgl-theme-dark .smwb-theme-light .smwb-center,
body.wgl-theme-dark .smwb-theme-light .smwb-actions,
body.wgl-theme-dark .smwb-theme-light .smwb-prophead,
body.wgl-theme-dark .smwb-theme-light .smwb-propval,
body.wgl-theme-dark .smwb-propvalue,
body.wgl-theme-dark .smwb-ipropvalue {
background-color: unset;
}
}


.vector-menu-tabs,
body.wgl-theme-dark .smwb-theme-light .smwb-factbox {
.vector-menu-tabs a,
border-left: unset;
#mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: none;
}
}


.ve-activated .vector-menu-tabs .selected {
body.wgl-theme-dark .smwb-bottom {
    box-shadow: none;
border-bottom: 1px solid var(--ooui-border);
}
}


.vector-menu-tabs #ca-watch.icon a:before,
body.wgl-theme-dark .smw-table-cell.smwb-cell.smwb-prophead {
.vector-menu-tabs #ca-watch.icon a:hover:before,
border-top: 1px solid var(--ooui-border);
.vector-menu-tabs #ca-watch.icon a:focus:before {
background-color: var(--ooui-enabled);
    background-image: var(--watch-icon);
}
}


.vector-menu-tabs #ca-unwatch.icon a:before,
body.wgl-theme-dark .smwb-ifactbox .smwb-cell,
.vector-menu-tabs #ca-unwatch.icon a:hover:before,
body.wgl-theme-dark .smwb-factbox .smwb-cell {
.vector-menu-tabs #ca-unwatch.icon a:focus:before {
border-top: 1px solid var(--ooui-border);
    background-image: var(--unwatch-icon);
}
}


#p-Recent_changes {
body.wgl-theme-dark .smwb-theme-light .smwb-ifactbox {
    display: block;
border-right: unset;
}
}


#p-Recent_changes .vector-menu-content {
body.wgl-theme-dark .mw-ui-button:not(:disabled),
    display: none;
body.wgl-theme-dark .mw-ui-input:not(:disabled),
body.wgl-theme-dark .cdx-button:not(:disabled) {
border-color: var(--ooui-border);
}
}


#p-Recent_changes .vector-menu-heading:after {
body.wgl-theme-dark .mw-ui-button:disabled,
    content: '';
body.wgl-theme-dark .mw-ui-input:disabled,
    position: relative;
body.wgl-theme-dark .cdx-button:disabled {
    left: 0.5em;
color: var(--searchinput-placeholder-color);
    display: inline-block;
border-color: var(--ooui-border-disabled);
    background-color: #3c7b07;
background-color: var(--ooui-disabled);
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
}


#p-Recent_changes .rc-sidebar-item {
body.wgl-theme-dark .mw-ui-button:not(:disabled):hover,
    position: relative;
body.wgl-theme-dark .mw-ui-button:not(:disabled):active,
    font-size: 0.75em;
body.wgl-theme-dark .cdx-button:not(:disabled):hover,
    margin: 0.5em 0.25em 0 0.66em;
body.wgl-theme-dark .cdx-button:not(:disabled):active {
color: var(--ooui-color);
border-color: var(--smw-border-hover);
background-color: var(--ooui-enabled);
}
}


#p-Recent_changes .rc-sidebar-page {
body.wgl-theme-dark .mw-ui-button:not(:disabled):enabled,
    display: block;
body.wgl-theme-dark .cdx-button:not(:disabled):enabled {
    white-space: nowrap;
color: var(--ooui-color);
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: max-content;
}
}


#p-Recent_changes .rc-sidebar-page,
body.wgl-theme-dark .mw-ui-input:not(:disabled):hover,
#p-Recent_changes .rc-sidebar-page:active,
body.wgl-theme-dark .mw-ui-input:not(:disabled):active {
#p-Recent_changes .rc-sidebar-page:visited {
border-color: var(--smw-border-hover);
    color: var(--background-link-color);
}
}


#p-Recent_changes .rc-sidebar-user {
body.wgl-theme-dark .mw-ui-input:not(:disabled):focus,
    color: var(--byline-color);
body.wgl-theme-dark .mw-ui-button:not(:disabled):focus,
    margin: 0;
body.wgl-theme-dark .cdx-button:not(:disabled):focus {
    white-space: nowrap;
border-color: var(--ooui-progressive-hover);
    text-overflow: ellipsis;
box-shadow: inset 0 0 0 1px var(--ooui-progressive-hover);
    overflow: hidden;
}
}


#p-Recent_changes .rc-sidebar-user a {
body.wgl-theme-dark div:not(.autocomplete-selected).autocomplete-suggestions {
    color: inherit;
color: var(--searchinput-placeholder-color);
background-color: var(--ooui-enabled);
border-color: var(--ooui-border);
}
}


#p-Recent_changes .rc-sidebar-more {
body.wgl-theme-dark .autocomplete-suggestion {
    text-align: left;
border-color: var(--ooui-border);
background-color: var(--content-background-color);
}
}


#p-Recent_changes .rc-sidebar-more .rc-sidebar-page {
body.wgl-theme-dark .autocomplete-selected {
    display: inline-block;
color: var(--ooui-color);
border: solid 1px var(--smw-border-hover);
background-color: var(--ooui-enabled);
padding: 4px 9px 5px 9px;
}
}


div.thumbinner {
body.wgl-theme-dark .tippy-header {
    border: none;
background-color: var(--base-background-color);
    background-color: var(--thumb-bg);
border-color: var(--smw-border-hover);
    padding: 0;
color: var(--ooui-color);
}
}


.thumbimage {
body.wgl-theme-dark .tippy-tooltip.light-border-theme {
    background-color: transparent;
background-color: unset;
    border-color: transparent;
    border-bottom: none;
}
}


.thumbcaption {
body.wgl-theme-dark .tippy-content-container {
    background: var(--thumb-caption-bg);
background-color: var(--ooui-disabled);
    padding: 4px 6px;
color: var(--content-text-color)
}
}


:root {
/* SMW - Property: */
    --toc-bg: var(--body-light);
body.wgl-theme-dark .smw-property-page-results .header-row > .header-title {
    --toc-title-bg: var(--body-dark);
background-color: var(--ooui-enabled);
    --toc-border-color: var(--body-border);
border-bottom-color: var(--ooui-border);
    --toc-list-border-color: var(--body-border);
color: var(--ooui-color);
}
}


.toc {
body.wgl-theme-dark .smw-property-page-results .value-row:hover {
    font-size: 0.9em;
background-color: var(--smw-table-hover);
    background: var(--toc-bg);
    margin-top: 1em;
    padding: 0;
    border-color: var(--toc-border-color);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    clear: left;
}
}


.toc .toctitle {
body.wgl-theme-dark .smw-ui-pagination .page-link {
    background: var(--toc-title-bg);
background-color: var(--content-background-color);
    padding: 0.25em 1em;
border: 1px solid var(--ooui-border);
color: var(--ooui-color);
text-decoration: none;
margin-left: 0;
}
}


.toc .toctitle h2 {
body.wgl-theme-dark .smw-ui-pagination .page-link:hover {
    font-family: inherit;
background-color: var(--ooui-enabled);
border: 1px solid var(--smw-border-hover);
}
}


.toc > ul {
body.wgl-theme-dark .smw-ui-pagination .page-link.link-disabled {
    line-height: 1.8em;
color: var(--searchinput-placeholder-color);
    padding: 0.75em 1.75em;
border-color: var(--ooui-border-disabled);
    margin: 0;
background-color: var(--ooui-disabled);
}
}


.toc ul ul {
body.wgl-theme-dark .smw-ui-pagination .page-link.link-active {
    border-left: 1px dotted var(--toc-list-border-color);
border-color: var(--ooui-progressive-hover);
    padding-left: 0.5em;
}
}


.tocnumber {
body.wgl-theme-dark .smw-tabs section, .smw-tabs .subtab-content {
    display: none;
border-top: 1px solid var(--smw-border-hover);
}
}


.toctogglespan {
body.wgl-theme-dark .smw-tabs input.nav-tab:checked + label.nav-label {
    padding-left: 0.2em;
border: 1px solid var(--smw-border-hover);
    font-size: 0.9em;
border-top: 2px solid #337ab7;
}
}


.toctogglelabel {
body.wgl-theme-dark .smw-tabs label.nav-label,
    color: var(--link-color);
body.wgl-theme-dark .smw-tabs,
body.wgl-theme-dark .smw-tabs input.nav-tab:checked + label.nav-label,
body.wgl-theme-dark #tab-smw-property-value:checked + label.nav-label .usage-count,
body.wgl-theme-dark #tab-smw-concept-list:checked + label.nav-label .usage-count,
body.wgl-theme-dark #tab-smw-property-subp:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-property-errp:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-property-redi:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-type-list:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-property-spec:checked + label.nav-label .item-count {
color: var(--ooui-color);
}
}


.toclimit-2 #toc .toclevel-2,
body.wgl-theme-dark #tab-smw-property-value:checked + label.nav-label .usage-count.moderate,
.toclimit-3 #toc .toclevel-3,
body.wgl-theme-dark #tab-smw-concept-list:checked + label.nav-label .usage-count.moderate {
.toclimit-4 #toc .toclevel-4,
background-color: rgba(43, 157, 239, 0.64);
.toclimit-5 #toc .toclevel-5,
.toclimit-6 #toc .toclevel-6,
.toclimit-7 #toc .toclevel-7 {
    display: none;
}
}


:root {
body.wgl-theme-dark #tab-smw-property-value:checked + label.nav-label .usage-count.high,
    --external-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23936039' d='M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
body.wgl-theme-dark #tab-smw-concept-list:checked + label.nav-label .usage-count.high {
background-color: rgba(222, 0, 0, 0.50);
}
}


.mw-parser-output a.external {
body.wgl-theme-dark .smw-ui-input-filter {
    background-image: var(--external-icon);
color: var(--content-text-color);
    background-size: 0.833em;
border: solid 1px var(--ooui-border);
background-color: var(--ooui-enabled);
}
}


.mw-editsection {
body.wgl-theme-dark .smw-ui-input-filter:hover {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
border-color: var(--smw-border-hover);
}
}


.client-js .mw-content-ltr .mw-editsection-bracket:first-of-type,
body.wgl-theme-dark .smw-ui-input-filter input {
.client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type),
color: var(--content-text-color) !important;
.mw-editsection-divider {
border-color: var(--ooui-border) !important;
    color: var(--text-color);
}
}


#contentSub,
/**********
#contentSub2 {
Add WikiEditor parity with VisualEditor
    color: var(--byline-color);
And fixes for dark theme, VisualEditor and CodeEditor
    margin: 0;
**********/
 
/* Changes colors of the WikiEditor and VisualEditor toolbars */
body.wgl-theme-dark .wikiEditor-ui-toolbar,
body.wgl-theme-dark .oo-ui-toolbar-bar,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section,
body.wgl-theme-dark .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
background-color: #353535;
color: #e6e6e6;
border-top: 1px solid #595959;
border-bottom: 1px solid #595959;
}
}


#contentSub:not(:empty),
/* VE template editor */
#contentSub2:not(:empty) {
body.wgl-theme-dark .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice {
     margin: 0 0 1.4em 0;
     background-color: #39393b;
}
}


.mw-collapsible.mw-collapsed {
body.wgl-theme-dark .ve-ui-mwTemplatePage-description,
     min-width: 250px;
body.wgl-theme-dark .oo-ui-labelWidget.oo-ui-inline-help,
body.wgl-theme-dark .ve-ui-mwParameterPage-undocumentedLabel,
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget-no-template-parameters {
     color: #b0bac3;
}
}


.mw-collapsible:not( .mw-made-collapsible) th::before,
body.wgl-theme-dark .ve-ui-mwParameterPage-doc-required,
.mw-collapsible .mw-collapsible-toggle {
body.wgl-theme-dark .ve-ui-mwParameterPage-doc-deprecated,
    font-weight: normal;
body.wgl-theme-dark .ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example {
    margin-left: 0.2em;
color: #aaa;
}
}


.wikiEditor-ui .wikiEditor-ui-view,
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget-sticky {
.wikiEditor-ui .wikiEditor-ui-top {
     background-color: #333d51;
     border-color: var(--sourceeditor-border);
}
}


.wikiEditor-ui-toolbar {
/* Changes buttons of WikiEditor to match VisualEditor's behavior */
    background-color: var(--sourceeditor-background);
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section .group .tool .tool-select > .label a {
color: #e6e6e6;
}
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a:before {
filter: invert(1);
}
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a {
color: #e6e6e6;
}
}


.wikiEditor-ui-toolbar .tabs span.tab > a,
/* Changes colors of the VisualEditor placeholder toolbar */
.wikiEditor-ui-toolbar .tabs span.tab > a:visited {
body.wgl-theme-dark .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
    color: var(--link-color);
border-bottom: 1px solid #595959;
}
}


.wikiEditor-ui-toolbar .tabs span.tab a.current,
/* Changes border color for separator lines on both editors */
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
body.wgl-theme-dark .oo-ui-toolbar-bar,
     color: var(--text-colour);
body.wgl-theme-dark .oo-ui-menuToolGroup,
body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-view,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group,
body.wgl-theme-dark .wikiEditor-ui-toolbar .section-secondary .group,
body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-top,
body.wgl-theme-dark .codeEditor-status-message,
body.wgl-theme-dark .ace_print-margin {
     border-color: #595959;
}
body.wgl-theme-dark .ace_print-margin {
    background-color: #595959;
}
}


.wikiEditor-ui-toolbar .group {
/* Inverts a bit the color of some blue icons on dark theme */
     border-color: var(--sourceeditor-border);
body.wgl-theme-dark #p-lang-btn .oo-ui-icon-translation,
body.wgl-theme-dark .ve-ui-toolbar .oo-ui-image-progressive,
body.wgl-theme-dark .wikiEditor-ui-toolbar .oo-ui-image-progressive {
     filter: contrast(0.7) brightness(1.8);
}
}


.wikiEditor-ui-toolbar .group .tool-select {
/* Fixes a border-like shadow under link insertion tool on VisualEditor on dark theme */
    background-color: var(--sourceeditor-background);
body.wgl-theme-dark .oo-ui-tabSelectWidget-frameless {
     border-color: var(--sourceeditor-border);
     box-shadow: inset 0 -1px 0 0 #595959;
}
}


.wikiEditor-ui-toolbar .group .tool-select .options {
/* Visual Editor: Link edit popup display text */
    border-color: var(--sourceeditor-border);
body.wgl-theme-dark .ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label .ve-ui-linkContextItem-label-preview {
    background-color: var(--body-main);
color: #aaa;
}
}


.wikiEditor-ui-toolbar .group .tool-select .options .option {
/* Visual Editor: Template editing popup left-hand-side parameter selection input */
    color: var(--link-color);
body.wgl-theme-dark .oo-ui-selectWidget .oo-ui-optionWidget-highlighted {
color: white;
background: #333;
}
}


.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover {
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage,
    background-color: var(--ooui-normal--hover);
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage:hover,
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage.oo-ui-optionWidget-highlighted {
color: #fff;
background: #467c;
}
}


.wikiEditor-ui-toolbar .group-search {
/* Visual Editor: Template editing popup bottom left controls */
    border-left-color: var(--body-mid);
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineControlsWidget {
background-color: black;
border-top-color: #888;
}
}


.wikiEditor-ui-toolbar .page-table td {
/* Fixes some colors on various zones on VisualEditor on dark theme */
     border-color: var(--body-mid);
body.wgl-theme-dark .oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above,
     color: var(--text-color);
body.wgl-theme-dark .ve-ui-mwNoticesPopupTool-items > div:not(:first-child),
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-item:not(:first-child) {
    border-top: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-version-label,
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-version-link,
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-version-date {
    color: #cebfd3;
}
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title,
body.wgl-theme-dark .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel {
    color: #9ea0a1;
}
body.wgl-theme-dark .ve-ce-languageAnnotation {
    background-color: #141921;
}
body.wgl-theme-dark .ve-ce-linkAnnotation.ve-ce-annotation-active {
    box-shadow: 0 0 0 1px #141921;
    background-color: #141921;
}
body.wgl-theme-dark .oo-ui-bookletLayout > .oo-ui-menuLayout-menu,
body.wgl-theme-dark .ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu,
body.wgl-theme-dark .ve-ui-mwGalleryDialog-menuLayout-desktop > .oo-ui-menuLayout-menu,
body.wgl-theme-dark .ve-ui-diffElement-hasDescriptions .ve-ui-diffElement-content {
    border-right: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-specialCharacterPage-character {
border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted,
body.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
    background-color: #535a69;
    color: #9ed2ff;
}
body.wgl-theme-dark .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:active {
    background-color: #535a69;
    border-right-color: #6f6f6f;
}
body.wgl-theme-dark .oo-ui-toggleSwitchWidget {
    background-color: #46494d;
}
body.wgl-theme-dark .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}
body.wgl-theme-dark .ve-ui-contextItem + .ve-ui-contextItem {
    border-top: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .ve-ui-mwAceEditorWidget .ace_editor {
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label {
border-top: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-menuSelectWidget {
    background-color: #333;
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
color: #e6e6e6;
}
body.wgl-theme-dark .ve-ui-mwAceEditorWidget .ace_focus {
border-color: #90c0fe;
}
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table th,
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table td {
  border-bottom:1px solid #000;
}
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table tr:nth-child(odd) td {
  background:#535353;
}
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table tr:nth-child(even) td {
  background:#636363;
}
body.wgl-theme-dark .ve-ui-mwLatexDialog-menuLayout > .oo-ui-menuLayout-content {
border-bottom: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol {
border: 1px solid #898989;
}
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol-largeLayout.ve-ui-mwLatexPage-symbol-wide,
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol {
    filter: invert(1);
}
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol:is(:hover, :focus-within, :active) {
     border-color: #555;
}
body.wgl-theme-dark .ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
    background: #292929;
}
body.wgl-theme-dark .ve-ui-targetWidget {
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ce-branchNode-blockSlug,
body.wgl-theme-dark .ve-ce-branchNode-newSlug {
    outline: 1px dashed #6f6f6f;
    background-color: rgb(57 57 57 / 75%);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
    color: #d9d9d9;
}
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link,
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title,
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title {
     color: #c9c9c9;
}
body.wgl-theme-dark .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover {
    background-color: #434f5b;
    border-right-color: #6f6f6f;
}
}


.wikiEditor-ui-toolbar .page-table th {
/* Improves a bit text on the exit without saving changes menu on VisualEditor */
     color: var(--text-color);
body.wgl-theme-dark .oo-ui-messageDialog-title {
     color: #e6e6e6;
}
}


.wikiEditor-ui-toolbar .sections .section {
/* Improves labels on the character insertion menu on VisualEditor */
     border-color: var(--body-mid);
body.wgl-theme-dark .ve-ui-specialCharacterPage h3,
body.wgl-theme-dark .ve-ui-mwLatexDialog-content .oo-ui-bookletLayout-stackLayout h3 {
     color: #d7d7d7;
}
}


.wikiEditor-ui-toolbar .sections .toolbar .group > .label {
/* Improves border colors around popups of the VisualEditor on dark theme */
     color: var(--text-color);
/* Borders */
body.wgl-theme-dark .oo-ui-processDialog-content .oo-ui-window-head,
body.wgl-theme-dark .oo-ui-processDialog-content .oo-ui-window-foot {
     outline: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-searchWidget-query {
    border-bottom: 1px solid #6f6f6f;
}
body.wgl-theme-dark .mw-widget-mediaResultWidget-overlay {
    box-shadow: inset 0 0 0 1px #6f6f6f;
}
body.wgl-theme-dark .mw-widget-mediaResultWidget.oo-ui-optionWidget-highlighted,
body.wgl-theme-dark .mw-widget-mediaResultWidget.oo-ui-optionWidget-selected {
box-shadow: 0 0 2px #90c0fe;
}
/* Input labels */
body.wgl-theme-dark .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:is(:hover, :focus, :focus-within, :active),
body.wgl-theme-dark .ve-ui-targetWidget-focused {
border-color: #90c0fe;
    box-shadow: inset 0 0 0 1px #90c0fe;
}
}


.wikiEditor-ui-toolbar .sections .toolbar .tool > .label {
/* VisualEditor: Style included images like images on the regular page */
     color: var(--text-color);
.wgl-theme-dark figure[typeof~="mw:File/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:File/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:File/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:File/Frame"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Frame"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Frame"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Frame"] > span:first-child > :first-child:not(.mw-broken-media) {
     background-color: #282828;
    border-color: #444;
}
}


.wikiEditor-ui-toolbar .booklet > .index > :hover {
/* Changes the color of the highlighting icons' background */
    background-color: var(--body-mid);
/* Hovering */
    color: var(--text-color);
body.wgl-theme-dark .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .menu .options .option:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .group div.tool.tool-select a.label:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-characters div span:hover,
body.wgl-theme-dark .wikiEditor-ui-toolbar .booklet > .index > :hover,
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-characters div .wikiEditor-character-highlighted,
body.wgl-theme-dark .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover,
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
background-color: #4b4c4f;
color: var(--ooui-color);
}
/* Active */
body.wgl-theme-dark .oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button,
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a.current,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group div.tool.tool-select.options-shown > a.label,
body.wgl-theme-dark .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle,
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:active,
body.wgl-theme-dark .oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected,
body.wgl-theme-dark .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
body.wgl-theme-dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
body.wgl-theme-dark .wikiEditor-ui-toolbar .booklet > .index > .current {
background-color: #454e61;
color: #90c0fe;
}
}


.wikiEditor-ui-toolbar .booklet .index > .current {
/* Fixes Heading insert icon on dark theme */
    background-color: var(--body-mid);
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .label:after {
    color: var(--link-color);
filter: invert(1);
}
}


.wikiEditor-ui-toolbar .page-characters div span {
/* Fixes Heading insert options background on dark theme */
    border-color: var(--body-mid);
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .options {
    color: var(--text-color);
border: 1px solid var(--ooui-border);
background-color: #353535;
}
}


.wikiEditor-ui-toolbar .page-characters div span:hover {
/* Fixes Heading insert options text color on dark theme */
    border-color: var(--body-dark);
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .options .option {
    background-color: transparent;
color: #e6e6e6;
}
}


.wikiEditor-ui-toolbar .tabs span.tab a:before,
/* Fixes text colors on some menus on dark theme */
.wikiEditor-ui-toolbar .group .tool-select .label:after {
body.wgl-theme-dark .oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
    background: var(--text-color);
     color: #90c0fe;
    -webkit-mask: var(--arrow-down) center no-repeat;
     mask: var(--arrow-down) center no-repeat;
}
}


.ace-tm {
/* Fixes Special characters and Help menus buttons and labels */
    background-color: var(--sourceeditor-input-background);
/* Normal */
    color: var(--text-color);
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-characters div span {
border: 1px solid #6f6f6f;
color: #e6e6e6;
}
}


.ace-tm .ace_gutter {
/* Fixes Help menu colors */
    background: var(--body-mid);
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-table th {
    color: var(--text-color);
color: #e6e6e6;
}
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-table td {
color: #e6e6e6;
border-top: 1px solid #595959;
}
}


.ace-tm .ace_gutter-cell {
/* Makes a border color a bit consistent on the notice popup on VisualEditor */
     color: var(--text-color);
body.wgl-theme-dark .oo-ui-popupWidget-popup {
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after {
     border-bottom-color: #323232;
}
body.wgl-theme-dark .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before {
    border-bottom-color: #6f6f6f;
}
}


.ace-tm .ace_gutter-active-line {
/* Fixes dark theme for the editor toggle */
    background-color: var(--body-light);
/* General background of the options menu */
body.wgl-theme-dark .oo-ui-popupToolGroup-tools,
.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup {
background-color: #353535;
border: 1px solid #6f6f6f;
}
}


.ace_search {
/* Color of the active selected option */
    background-color: var(--body-light);
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
    color: var(--text-color);
color: #90c0fe;
    border-color: var(--body-mid);
}
}


.ace_search_field {
/* Visual Editor link popup article preview image background */
    background-color: var(--ooui-input);
body.wgl-theme-dark .ve-ui-mwInternalLinkContextItem-withImage > .oo-ui-iconElement.oo-ui-iconElement-icon {
    color: var(--ooui-text);
background-color: transparent;
    border-color: var(--ooui-input-border);
}
}


.ace_searchbtn {
/* Makes the text editing section a certain color on all cases */
    border-color: var(--ooui-normal-border);
body.wgl-theme-dark .wikiEditor-ui,
    background-color: var(--ooui-normal);
body.wgl-theme-dark .CodeMirror,
    color: var(--ooui-text);
body.wgl-theme-dark .mw-editform #wpTextbox1,
body.wgl-theme-dark .ace-tm,
body.wgl-theme-dark .wikiEditor-ui textarea {
background-color: #1e1e1e;
}
}


.ace_searchbtn:last-child {
/* Makes the syntax highlighting number line more readable */
    border-color: var(--ooui-normal-border);
body.wgl-theme-dark .CodeMirror-gutter,
body.wgl-theme-dark CodeMirror-linenumbers,
body.wgl-theme-dark .ace-tm .ace_gutter {
background: #333333;
border-right: 1px solid #6f6f6f;
color: #fff;
}
body.wgl-theme-dark .ace-tm .ace_gutter-active-line {
background-color: #5f5f5f;
color: #e6e6e6;
}
}


.ace_searchbtn:hover {
/* Adds more padding to these notices */
    background-color: var(--ooui-normal--hover);
body.wgl-theme-dark .codeEditor-status {
border-top: 1px solid #6f6f6f;
}
}


.ace_searchbtn.prev:after,
/* Changes colors of the save section */
.ace_searchbtn.next:after {
body.wgl-theme-dark .editOptions {
    border-color: var(--ooui-text);
background-color: #353535;
border-top: 1px solid #595959;
border-bottom: 1px solid #595959;
}
}


.ace_button {
/* Changes the edit save popup */
    color: var(--text-color);
/* Popup background */
body.wgl-theme-dark .oo-ui-windowManager-modal > .oo-ui-dialog {
  background-color: #0008;
}
}


.ace_button:hover {
/* Actual background colors */
    background-color: rgba(0, 23, 70, 0.086);
body.wgl-theme-dark .oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
background-color: #414141;
}
/* Text color on dark theme */
body.wgl-theme-dark .oo-ui-messageDialog-message {
color: #fff;
}
/* Separator line colors */
body.wgl-theme-dark .oo-ui-messageDialog-content > .oo-ui-window-foot {
outline: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
border-right: 1px solid var(--ooui-border);
}
/* Cancel button colors */
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
background-color: #414141;
color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
background-color: #615858;
}
/* Accept button colors */
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
background-color: #36c;
color: #fff;
}
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
background-color: #447ff5;
}
}


.ace_button:active {
/* Other popups */
    background-color: rgba(0, 23, 70, 0.06);
/* Actual background colors */
body.wgl-theme-dark .ui-widget-content {
border: 0;
background: #414141;
color: var(--ooui-color);
}
/* Input fields */
body.wgl-theme-dark #wikieditor-toolbar-file-target,
body.wgl-theme-dark #wikieditor-toolbar-file-caption,
body.wgl-theme-dark #wikieditor-toolbar-file-alt,
body.wgl-theme-dark .ui-widget input,
body.wgl-theme-dark .ui-widget select,
body.wgl-theme-dark .ui-widget textarea,
body.wgl-theme-dark .ui-widget button {
border: 1px solid #595959;
color: var(--ooui-color);
}
/* Header colors */
body.wgl-theme-dark .ui-dialog .ui-widget-header {
background: #5a5a5b !important;
color: var(--ooui-color);
}
/* Inverts the closing button color */
body.wgl-theme-dark .ui-dialog .ui-icon-closethick {
filter: invert(1);
}
/* Turns the Show help text of inserting images into a button */
body.wgl-theme-dark .wikieditor-toolbar-file-alt-help {
background: var(--ooui-enabled);
border: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .wikieditor-toolbar-file-alt-help:is(:hover, :focus-within) {
background: var(--ooui-enabled-hover) !important;
border: 1px solid #7a8191 !important;
}
/* Changes colors of the separator line */
body.wgl-theme-dark .wikiEditor-toolbar-dialog .ui-dialog-buttonpane {
border-top: 1px solid var(--ooui-border) !important;
}
/* Changes colors of the bottom buttons */
body.wgl-theme-dark .ui-dialog .ui-dialog-buttonpane button {
background: var(--ooui-enabled) !important;
color: var(--ooui-color);
border: 1px solid var(--ooui-border) !important;
}
body.wgl-theme-dark .ui-dialog .ui-dialog-buttonpane button:is(:hover, :focus-within) {
background: var(--ooui-enabled-hover) !important;
border: 1px solid #7a8191 !important;
}
}


.ace_button.checked {
/* Fixing indent on CodeEditor */
     border-color: var(--ooui-accent);
body.wgl-theme-dark .ace-tm .ace_indent-guide {
     filter: brightness(0.5);
}
}


.CodeMirror {
/* Improvements for colors on Search & Replace */
    background: var(--sourceeditor-input-background);
body.wgl-theme-dark #wikieditor-toolbar-replace-nomatch {
background-color: #794c4c;
}
body.wgl-theme-dark #wikieditor-toolbar-replace-emptysearch {
background-color: #6f6d48;
}
body.wgl-theme-dark #wikieditor-toolbar-replace-success {
background-color: #44694b;
}
body.wgl-theme-dark #wikieditor-toolbar-replace-invalidregex {
background-color: #6e4b71;
}
}


.CodeMirror pre {
/* CodeEditor search color fixes for dark theme */
    color: var(--text-color);
body.wgl-theme-dark .ace_search {
background-color: #353535;
border: 1px solid var(--ooui-border);
border-top: 0;
border-right: 0;
color: #e6e6e6;
}
}


.codeEditor-status {
/* CodeEditor search input field color fixes for dark theme */
    border-color: var(--sourceeditor-border);
body.wgl-theme-dark .ace_search_field {
    background-color: var(--sourceeditor-background);
border-radius: 3px 0 0 3px;
background-color: #414141;
color: #e6e6e6;
border: 1px solid var(--ooui-border);
border-right: 0;
}
}


.codeEditor-status-message {
/* CodeEditor search button color fixes for dark theme */
    border-color: var(--sourceeditor-border);
body.wgl-theme-dark .ace_searchbtn {
border: 1px solid var(--ooui-border);
background: #414141;
color: #e6e6e6;
border-right: 0;
border-left: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .ace_button {
border: 1px solid var(--ooui-border);
color: #e6e6e6;
}
}


.CodeMirror-gutters {
/* Text selection fixes for dark theme */
    background-color: var(--codemirror-gutter-background);
body.wgl-theme-dark .cm-mw-doubleUnderscore,
    border-color: var(--sourceeditor-border);
body.wgl-theme-dark .cm-mw-signature,
body.wgl-theme-dark .cm-mw-hr {
background-color: #1e1e1e;
}
}


.CodeMirror-linenumber {
/* Dark theme fixes for VisualEditor's save UI */
     color: var(--text-color);
body.wgl-theme-dark a.extiw {
     color: #90c0fe;
}
}
body.wgl-theme-dark a.extiw:visited {
    color: #9495f4;
}
body.wgl-theme-dark #editpage-copywarn a {
color: #90c0fe;
}
body.wgl-theme-dark #editpage-copywarn a:visited {
    color: #9495f4;
}
body.wgl-theme-dark .ve-ui-mwSaveDialog-license,
body.wgl-theme-dark .ve-ui-diffElement-attributeChange {
    color: #bfbfbf;
}
body.wgl-theme-dark .ve-ui-changeDescriptionsSelectWidget > .oo-ui-optionWidget-highlighted {
    background: #57759c;
}


.ve-init-mw-desktopArticleTarget .CodeMirror-linenumber {
 
    color: var(--byline-color);
/**********
CodeEditor (also called AceEditor) colors
Consistency between light and dark themes
**********/
body.wgl-theme-dark .ace-tm .ace_comment {
color: #b5b9c5;
}
body.wgl-theme-dark .ace-tm .ace_support.ace_function {
color: #fff;
}
body.wgl-theme-dark .ace-tm .ace_constant,
body.wgl-theme-dark .ace-tm .ace_string {
color: #ffa4a7;
}
body.wgl-theme-dark .ace-tm .ace_variable {
color: #90c8d9;
}
body.wgl-theme-dark .ace-tm .ace_support.ace_type,
body.wgl-theme-dark .ace-tm .ace_support.ace_class,
body.wgl-theme-dark .ace-tm .ace_constant.ace_language,
body.wgl-theme-dark .ace-tm .ace_constant.ace_library {
color: #1fe326;
}
}
body.wgl-theme-dark .ace-tm .ace_constant.ace_numeric,
body.wgl-theme-dark .ace-tm .ace_storage,
body.wgl-theme-dark .ace-tm .ace_keyword {
color: #9bbdff;
}
body.wgl-theme-dark .ace-tm .ace_keyword.ace_operator {
color: #a9a9a9;
}
body.wgl-theme-dark .ace-tm .ace_support.ace_constant {
color: #f9b77d;
}
body.wgl-theme-dark .ace-tm .ace_entity.ace_name.ace_function {
color: #28ccff;
}
body.wgl-theme-dark .ace-tm .ace_comment.ace_doc {
color: #9faad3;
}


.mw-editform #wpTextbox1 {
/**********
    color: var(--text-color);
CodeMirror (WikiEditor syntax highlighting) colors
    background: var(--sourceeditor-input-background);
Consistency between light and dark themes
     border-color: var(--sourceeditor-border);
**********/
/* Parser functions */
body.wgl-theme-dark .cm-mw-parserfunction-name,
body.wgl-theme-dark .cm-mw-parserfunction-bracket,
body.wgl-theme-dark .cm-mw-parserfunction-delimiter {
color: #ffa3a3;
}
/* Templates */
body.wgl-theme-dark .cm-mw-template,
body.wgl-theme-dark .cm-mw-template-name,
body.wgl-theme-dark .cm-mw-template-argument-name,
body.wgl-theme-dark .cm-mw-template-delimiter,
body.wgl-theme-dark .cm-mw-template-bracket {
color: #d7a9ff;
}
/* Page links */
body.wgl-theme-dark .cm-mw-link-pagename,
body.wgl-theme-dark .cm-mw-link-bracket,
body.wgl-theme-dark .cm-mw-link-delimiter,
body.wgl-theme-dark .cm-mw-extlink,
body.wgl-theme-dark .cm-mw-free-extlink,
body.wgl-theme-dark .cm-mw-extlink-protocol,
body.wgl-theme-dark .cm-mw-free-extlink-protocol,
body.wgl-theme-dark .cm-mw-extlink-bracket {
color: #9fbfff;
}
/* Tags */
body.wgl-theme-dark .cm-mw-mnemonic,
body.wgl-theme-dark .cm-mw-exttag-name,
body.wgl-theme-dark .cm-mw-htmltag-name,
body.wgl-theme-dark .cm-mw-exttag-bracket,
body.wgl-theme-dark .cm-mw-exttag-attribute,
body.wgl-theme-dark .cm-mw-htmltag-bracket,
body.wgl-theme-dark .cm-mw-htmltag-attribute {
color: #0be10b;
}
/* Comments */
body.wgl-theme-dark .cm-mw-comment {
color: #bbbbbb;
}
/* Template variables */
body.wgl-theme-dark .cm-mw-templatevariable,
body.wgl-theme-dark .cm-mw-templatevariable-bracket,
body.wgl-theme-dark .cm-mw-templatevariable-name,
body.wgl-theme-dark .cm-mw-templatevariable-delimiter {
color: #e9b15c;
}
/* Links to sections and other formatting */
body.wgl-theme-dark .cm-mw-list,
body.wgl-theme-dark .cm-mw-indenting,
body.wgl-theme-dark .cm-mw-doubleUnderscore,
body.wgl-theme-dark .cm-mw-signature,
body.wgl-theme-dark .cm-mw-hr,
body.wgl-theme-dark .cm-mw-apostrophes-bold,
body.wgl-theme-dark .cm-mw-apostrophes-italic,
body.wgl-theme-dark .cm-mw-link,
body.wgl-theme-dark .cm-mw-link-tosection,
body.wgl-theme-dark .cm-mw-section-header {
color: #66d3ff;
}
/* Tables */
body.wgl-theme-dark .cm-mw-table-bracket,
body.wgl-theme-dark .cm-mw-table-delimiter,
body.wgl-theme-dark .cm-mw-table-definition {
     color: #ff9ed6;
}
/* Matching brackets */
body.wgl-theme-dark .cm-mw-matchingbracket {
background-color: #7d7d38;
}
}


input[name="model"][value="Scribunto"] ~ .wikiEditor-ui #wpTextbox1,
/* Scribunto debug console */
input[name="model"][value="css"] ~ .wikiEditor-ui #wpTextbox1,
body.wgl-theme-dark .mw-scribunto-console-fieldset {
input[name="model"][value="less"] ~ .wikiEditor-ui #wpTextbox1,
  background: var(--archive-box-background-color);
input[name="model"][value="javascript"] ~ .wikiEditor-ui #wpTextbox1,
  color: var(--content-text-color);
input[name="model"][value="json"] ~ .wikiEditor-ui #wpTextbox1 {
}
    height: 600px;
body.wgl-theme-dark #mw-scribunto-input {
  background: var(--base-background-color);
  color: #88f;
}
body.wgl-theme-dark .mw-scribunto-input {
  color: #88f;
}
body.wgl-theme-dark .mw-scribunto-normalOutput {
  color: var(--content-text-color);
  background: var(--archive-box-background-color);
}
body.wgl-theme-dark .mw-scribunto-print {
  color: #da8;
  background: var(--archive-box-background-color);
}
body.wgl-theme-dark .mw-scribunto-error {
  color: #f88;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-propList {
  color: #8f8;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-message {
  color: #8f8;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-tabcomplete {
  color: #f8f;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-clear {
  color: #f88;
  border-bottom-color: #f88
}
}


.tdg-templateDataDialog-listParamsPanel textarea.oo-ui-textInputWidget-autosized {
body.wgl-theme-dark .mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend {
     resize: vertical;
     background-color: #373f50;
}
}


#wpAceFilterEditor {
body.wgl-theme-dark .mw-prefs-search-highlight,
     resize: horizontal;
body.wgl-theme-dark .mw-prefs-tabs:not(.mw-prefs-tabs-searching) .oo-ui-fieldsetLayout:target > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
    background: #0b1e39 !important;
     outline: 3px solid #0b1e39 !important;
}
}


.warn-userupload,
body.wgl-theme-dark .smw-column-header {
.ns-2 .upload-own-work {
color: #fff;
    display: none;
}
}


.ns-2 .warn-userupload {
/* AdvancedSearch */
     display: inline;
body.wgl-theme-dark .mw-advancedSearch-fieldContainer,
body.wgl-theme-dark .mw-advancedSearch-namespace-selection {
     background: #282828;
    border-color: #444;
}
}


textarea[name="wfUploadDescription"] {
body.wgl-theme-dark .mw-advancedSearch-fieldContainer .oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
     height: 3em;
background: #282828;
     color: #fff;
}
}


#editform {
body.wgl-theme-dark .mw-advancedSearch-namespace-border {
     margin-top: 1.25em;
     border-color: #444;
}
}


#mw-scribunto-input,
/* Inline diff */
#mw-scribunto-output {
body.wgl-theme-dark .ve-ui-diffElement-attributeChange ins,
    padding: 3px;
body.wgl-theme-dark .ve-ui-diffElement-attributeChange del,
    font-family: monospace;
body.wgl-theme-dark .mw-diff-inline-legend,
    font-size: 13px;
body.wgl-theme-dark .mw-diff-inline-added ins,
    line-height: 1.5em;
body.wgl-theme-dark .mw-diff-inline-changed ins,
body.wgl-theme-dark .mw-diff-inline-moved ins,
body.wgl-theme-dark .mw-diff-inline-deleted ins,
body.wgl-theme-dark .mw-diff-inline-added del,
body.wgl-theme-dark .mw-diff-inline-changed del,
body.wgl-theme-dark .mw-diff-inline-moved del,
body.wgl-theme-dark .mw-diff-inline-deleted del {
color: #000;
}
}


#mw-scribunto-input {
/**
     background-color: var(--ooui-input);
* See [[MediaWiki:Common.css]] for desktop and mobile styles, e.g. templates.
     border-color: var(--ooui-input-border);
*
* See [[MediaWiki:Vector-theme-dark.css]] for desktop dark theme related styles.
*
* See [[MediaWiki:Minerva.css]] for mobile theme related styles.
* See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles.
*/
body {
     transition: background-color 0.3s ease, color 0.3s ease;
     /* Add transitions for other properties as needed */
}
}


a {
    transition: color 0.3s ease;
}
/* Default styles:
* [[File:Wiki.png]] [[File:Background.png]] [[File:Header-background.png]]
* [[File:Vector-tabs.png]] [[File:Vector-tabs-first.png]] [[File:Wiki@2x.png]]
* [[File:Background-HiDPI.png]] [[File:Header-background-HiDPI.png]]
* [[File:Vector-tabs-HiDPI.png]] [[File:Vector-tabs-first-HiDPI.png]]
*/
:root {
:root {
     --scribuntoconsole-input: #0b5884;
--wiki-logo: url('/images/Wiki.png');
    --scibuntoconsole-print: #a48900;
--base-background: url('filepath:///resources/assets/mc/Background.png');
    --scribuntoconsole-error: #9f261e;
--header-background: url('filepath:///resources/assets/mc/Header-background.png');
    --scribuntoconsole-message: #3c780a;
--vector-tabs: url('filepath:///resources/assets/mc/Vector-tabs.png');
     --scribuntoconsole-tabcomplete: #4f348b;
--vector-tabs-first: url('filepath:///resources/assets/mc/Vector-tabs-first.png');
     --scribuntoconsole-clear: #9f261e;
--wiki-logo-hidpi: url('/images/Wiki@2x.png');
--base-background-hidpi: url('filepath:///resources/assets/mc/Background-HiDPI.png');
--header-background-hidpi: url('filepath:///resources/assets/mc/filepath:///resources/assets/mc/Header-background-HiDPI.png');
--vector-tabs-hidpi: url('filepath:///resources/assets/mc/Vector-tabs-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath:///resources/assets/mc/Vector-tabs-first-HiDPI.png');
--list-bullet: url('filepath:///resources/assets/mc/List_bullet.svg');
--content-text-color: #202122;
--content-secondary-text-color: #555555;
--base-background-color: #303030;
--content-background-color: #E6EFF4;
--content-border-top-color: #B4BEC3;
--content-border-top-right-color: #784c2a;
--simplesearch-top-border-color: #FFFFFF;
--simplesearch-left-border-color: #888888;
--simplesearch-topright-grass-color: #6BA41E;
--searchinput-placeholder-color: #72777D;
--sidebar-display-minecraft: initial;
--sidebar-display-dungeons: none;
--sidebar-display-earth: none;
--sidebar-display-legends: none;
--sidebar-display-story-mode: none;
--sidebar-display-tutorial: none;
--sidebar-display-movie: none;
}
 
body {
     font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}
 
/* Dungeons styles:
* [[File:Dungeons Wiki.png]] [[File:Header-background-dungeons.png]]
* [[File:Vector-tabs-dungeons.png]] [[File:Vector-tabs-first-dungeons.png]]
* [[File:Dungeons Wiki HiDPI.png]] [[File:Header-background-dungeons-HiDPI.png]]
* [[File:Vector-tabs-dungeons-HiDPI.png]] [[File:Vector-tabs-first-dungeons-HiDPI.png]]
*/
body.rootpage-Minecraft_Dungeons,
body.rootpage-Talk_Minecraft_Dungeons,
body.ns-10000,
body.ns-10001 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Background.png');
--base-background-hidpi: url('filepath://Background-HiDPI.png');
/*--wiki-logo: url('filepath://Dungeons_Wiki.png');*/
--header-background: url('filepath://Header-background-dungeons.png');
--vector-tabs: url('filepath://Vector-tabs-dungeons.png');
--vector-tabs-first: url('filepath://Vector-tabs-first-dungeons.png');
/*--wiki-logo-hidpi: url('filepath://Dungeons_Wiki_HiDPI.png');*/
--header-background-hidpi: url('filepath://Header-background-dungeons-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Vector-tabs-dungeons-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-dungeons-HiDPI.png');
--content-background-color: #F2EEE7;
--content-border-top-color: #C5B494;
--content-border-top-right-color: #595959;
--simplesearch-before-border-left-color: #3A3B3A;
--simplesearch-topright-grass-color: #F26417;
--search-form-after-border-top-color: #F27633;
--sidebar-display-minecraft: none;
--sidebar-display-dungeons: initial;
--sidebar-display-earth: none;
--sidebar-display-legends: none;
--sidebar-display-story-mode: none;
--sidebar-display-tutorial: none;
--sidebar-display-movie: none;
}
 
/* Earth styles:
* [[File:Earth Wiki.png]] [[File:Header-background-earth.png]]
* [[File:Vector-tabs-earth.png]] [[File:Vector-tabs-first-earth.png]]
* [[File:Earth Wiki HiDPI.png]] [[File:Header-background-earth-HiDPI.png]]
* [[File:Vector-tabs-earth-HiDPI.png]] [[File:Vector-tabs-first-earth-HiDPI.png]]
*/
body.rootpage-Minecraft_Earth,
body.rootpage-Talk_Minecraft_Earth,
body.ns-10002,
body.ns-10003 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Background.png');
--base-background-hidpi: url('filepath://Background-HiDPI.png');
/*--wiki-logo: url('filepath://Earth_Wiki.png');*/
--header-background: url('filepath://Header-background-earth.png');
--vector-tabs: url('filepath://Vector-tabs-earth.png');
--vector-tabs-first: url('filepath://Vector-tabs-first-earth.png');
/*--wiki-logo-hidpi: url('filepath://Earth_Wiki_HiDPI.png');*/
--header-background-hidpi: url('filepath://Header-background-earth-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Vector-tabs-earth-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-earth-HiDPI.png');
--content-background-color: #E5EDFF;
--content-border-top-color: #B7BDCC;
--content-border-top-right-color: #406b7f;
--simplesearch-before-border-left-color: #284350;
--simplesearch-topright-grass-color: #0FD36D;
--search-form-after-border-top-color: #2DDA81;
--sidebar-display-minecraft: none;
--sidebar-display-dungeons: none;
--sidebar-display-earth: initial;
--sidebar-display-legends: none;
--sidebar-display-story-mode: none;
--sidebar-display-tutorial: none;
--sidebar-display-movie: none;
}
 
/* Legends styles:
* [[File:Header-background-legends.png]] [[File:Vector-tabs-legends.png]]
* [[File:Vector-tabs-first-legends.png]] [[File:Header-background-legends-HiDPI.png]]
* [[File:Vector-tabs-legends-HiDPI.png]] [[File:Vector-tabs-first-legends-HiDPI.png]]
*/
body.rootpage-Minecraft_Legends,
body.rootpage-Talk_Minecraft_Legends,
body.ns-10006,
body.ns-10007 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Background.png');
--base-background-hidpi: url('filepath://Background-HiDPI.png');
/*--wiki-logo: url('filepath://Legends_Wiki.png');*/
--header-background: url('filepath://Header-background-legends.png');
--vector-tabs: url('filepath://Vector-tabs-legends.png');
--vector-tabs-first: url('filepath://Vector-tabs-first-legends.png');
/*--wiki-logo-hidpi: url('filepath://Legends_Wiki_HiDPI.png');*/
--header-background-hidpi: url('filepath://Header-background-legends-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Vector-tabs-legends-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-legends-HiDPI.png');
--content-background-color: #DAEAE9;
--content-border-top-color: #9FA2A2;
--content-border-top-right-color: #34538c;
--simplesearch-before-border-left-color: #203559;
--simplesearch-topright-grass-color: #08F9E2;
--search-form-after-border-top-color: #2AFDE9;
--sidebar-display-minecraft: none;
--sidebar-display-dungeons: none;
--sidebar-display-earth: none;
--sidebar-display-legends: initial;
--sidebar-display-story-mode: none;
--sidebar-display-tutorial: none;
--sidebar-display-movie: none;
}
 
/* Story Mode styles:
* [[File:Header-background-storymode.png]] [[File:Vector-tabs-storymode.png]]
* [[File:Vector-tabs-first-storymode.png]] [[File:Header-background-storymode-HiDPI.png]]
* [[File:Vector-tabs-storymode-HiDPI.png]] [[File:Vector-tabs-first-storymode-HiDPI.png]]
*/
body.rootpage-Minecraft_Story_Mode,
body.rootpage-Talk_Minecraft_Story_Mode,
body.rootpage-Minecraft_Story_Mode_-_Season_Two,
body.rootpage-Talk_Minecraft_Story_Mode_-_Season_Two,
body.ns-10004,
body.ns-10005 {
/* Overwrite theme gadget styles */
--base-background: url('filepath://Background.png');
--base-background-hidpi: url('filepath://Background-HiDPI.png');
/*--wiki-logo: url('filepath://Story_Mode_Wiki.png');*/
--header-background: url('filepath://Header-background-storymode.png');
--vector-tabs: url('filepath://Vector-tabs-storymode.png');
--vector-tabs-first: url('filepath://Vector-tabs-first-storymode.png');
/*--wiki-logo-hidpi: url('filepath://Story_Mode_Wiki_HiDPI.png');*/
--header-background-hidpi: url('filepath://Header-background-storymode-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Vector-tabs-storymode-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-storymode-HiDPI.png');
--content-background-color: #f9eddc;
--content-border-top-color: #d5c090;
--content-border-top-right-color: #503767;
--simplesearch-before-border-left-color: #352343;
--simplesearch-topright-grass-color: #d2a734;
--search-form-after-border-top-color: #d2a734;
--sidebar-display-minecraft: none;
--sidebar-display-dungeons: none;
--sidebar-display-earth: none;
--sidebar-display-legends: none;
--sidebar-display-story-mode: initial;
--sidebar-display-tutorial: none;
--sidebar-display-movie: none;
}
 
/* Tutorial styles
*/
body.rootpage-Tutorials,
body.rootpage-Talk_Tutorials,
body.ns-10010,
body.ns-10011 {
--sidebar-display-minecraft: none;
--sidebar-display-dungeons: none;
--sidebar-display-earth: none;
--sidebar-display-legends: none;
--sidebar-display-story-mode: none;
--sidebar-display-tutorial: initial;
--sidebar-display-movie: none;
}
 
/* Movie styles:
* [[File:Background-movie.png]] [[File:Background-movie-HiDPI.png]]
* [[File:Header-background-movie.png]] [[File:Vector-tabs-movie.png]]
* [[File:Vector-tabs-first-movie.png]] [[File:Header-background-movie-HiDPI.png]]
* [[File:Vector-tabs-movie-HiDPI.png]] [[File:Vector-tabs-first-movie-HiDPI.png]]
*/
html body.rootpage-A_Minecraft_Movie,
html body.rootpage-Talk_A_Minecraft_Movie,
html body.ns-10012,
html body.ns-10013 {
--base-background: url('filepath://Background-movie.png');
--base-background-hidpi: url('filepath://Background-movie-HiDPI.png');
 
--header-background: url('filepath://Header-background-movie.png');
--vector-tabs: url('filepath://Vector-tabs-movie.png');
--vector-tabs-first: url('filepath://Vector-tabs-first-movie.png');
 
--header-background-hidpi: url('filepath://Header-background-movie-HiDPI.png');
--vector-tabs-hidpi: url('filepath://Vector-tabs-movie-HiDPI.png');
--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-movie-HiDPI.png');
 
--content-background-color: #E8E3E1;
     --content-border-top-color: #BDB5AF;
 
--sidebar-display-minecraft: none;
--sidebar-display-dungeons: none;
--sidebar-display-earth: none;
--sidebar-display-legends: none;
--sidebar-display-story-mode: none;
--sidebar-display-tutorial: none;
--sidebar-display-movie: initial;
}
 
/* Give the background the initial stone texture */
body {
background-color: var(--base-background-color);
     background-image: var(--header-background), var(--base-background);
    background-repeat: repeat-x, repeat;
    background-position: top left, top left;
    background-size: auto 234px, 468px;
}
}


.mw-scribunto-console-fieldset {
/* Logo */
    color: inherit;
.mw-wiki-logo {
    background-color: var(--ooui-interface);
background-image: var(--wiki-logo);
    border-color: var(--ooui-interface-border);
background-size: cover;
}
}


.mw-scribunto-normalOutput,
#mw-page-base {
.mw-scribunto-print,
background: none;
.mw-scribunto-error,
height: 85px;
.mw-scribunto-propList,
.mw-scribunto-message,
.mw-scribunto-tabcomplete {
    background: none;
}
}


.mw-scribunto-input {
/* Remove excess spacing between the sidebar and the logo */
    color: var(--scribuntoconsole-input);
div#mw-panel {
padding-top: 0;
padding-bottom: 10px;
}
}


.mw-scribunto-normalOutput {
#p-logo,
    color: inherit;
#p-logo a {
height: 8.75em; /* 140px */
}
}


.mw-scribunto-print {
/* Set the outer content link colours to light gray and white */
    color: var(--scibuntoconsole-print);
#mw-panel *:not(h3) > a:not(:hover):not(:focus),
#footer a:not(:hover):not(:focus),
.mw-notification a:not(:hover):not(:focus) {
color: #BFBFBF !important;
}
}


.mw-scribunto-error {
#mw-panel h3,
    color: var(--scribuntoconsole-error);
#mw-panel a,
#footer li,
#footer a,
.mw-notification a {
color: #FFF !important;
}
}


.mw-scribunto-propList,
#mw-panel h3 {
.mw-scribunto-message {
text-decoration: none !important;
    color: var(--scribuntoconsole-message);
cursor: pointer;
}
}


.mw-scribunto-tabcomplete {
/* Set the tab link colours to black and bold */
    color: var(--scribuntoconsole-tabcomplete);
#p-namespaces a,
#p-views a,
#p-cactions-label span,
div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
font-weight: bold;
text-decoration: none;
}
}


.mw-scribunto-clear {
/* Use black links */
    color: var(--scribuntoconsole-clear);
#p-namespaces a,
    border-bottom-color: var(--scribuntoconsole-clear);
#p-views a,
#p-sharing span,
#p-cactions-label span,
div#mw-head div.vectorMenu h4 {
color: #000;
}
}


.ui-widget-overlay {
#p-namespaces .new a,
    background: var(--ooui-window-background);
#p-views .new a {
color: #BA0000;
}
}


.ui-dialog,
/* Add some margin to help with the 3D effect */
.ui-widget-content {
#right-navigation,
    background-color: var(--body-light);
#content {
    border-color: var(--body-border);
margin-right: 10px;
    background-image: none;
}
    color: var(--text-color);
#footer {
margin-right: 8px;
}
}


.ui-dialog .ui-dialog-titlebar.ui-widget-header,
/* Position the tabs */
.ui-widget-content .ui-dialog-titlebar.ui-widget-header {
#left-navigation,
    background-image: none !important;
#right-navigation {
    background-color: var(--body-dark) !important;
margin-top: 54px;
    border-color: var(--body-border) !important;
}
}


.ui-dialog .ui-dialog-titlebar .ui-dialog-title,
#mw-head-base {
.ui-widget-content .ui-dialog-titlebar .ui-dialog-title {
height: 80px;
    color: var(--text-color);
margin-top: -80px;
}
}


.ui-dialog .ui-dialog-titlebar-close,
/* Give the tabs the grass block styling */
.ui-widget-content .ui-dialog-titlebar-close {
nav.vector-menu-tabs,
     background-color: var(--ooui-normal);
nav.vector-menu-dropdown {
     background: none;
    padding: 0;
    height: 36px;
}
}


.ui-dialog .ui-dialog-titlebar-close:hover,
nav.vector-menu-tabs li a {
.ui-widget-content .ui-dialog-titlebar-close:hover {
     box-sizing: unset;
     background: var(--ooui-normal--hover);
    border: var(--link-color);
}
}


.ui-button,
nav.vector-menu-tabs,
.ui-state-default,
nav.vector-menu-tabs a,
.ui-widget-content .ui-state-default,
.vector-menu-portal .vector-menu-heading,
.ui-widget-header .ui-state-default {
nav.vector-menu-tabs ul,
    background: var(--ooui-normal) !important;
nav.vector-menu-tabs ul li.selected,
    color: var(--ooui-text);
#mw-head .vector-menu-dropdown .vector-menu-heading {
     border-color: var(--ooui-normal-border) !important;
     background: none;
}
}


.ui-button:hover,
nav.vector-menu-tabs ul li,
.ui-state-default:hover,
nav.vector-menu-tabs ul li.selected,
.ui-widget-content .ui-state-default:hover,
nav.vector-menu-tabs ul li:hover,
.ui-widget-header .ui-state-default:hover {
nav.vector-menu-tabs ul li:focus,
     background: var(--ooui-normal--hover) !important;
nav.vector-menu-dropdown,
     color: var(--ooui-text);
nav.vector-menu-dropdown:hover,
nav.vector-menu-dropdown:focus {
    --ca-background-image: var(--vector-tabs);
     --ca-background-color: var(--content-border-top-color);
     background: var(--ca-background-image) no-repeat right 8px top,
                linear-gradient(to right, var(--ca-background-color) calc(100% - 14px), transparent 0) no-repeat left 6px top 6px;
    position: relative;
}
}


.infobox {
nav.vector-menu-tabs ul li.selected,
    background: var(--body-light);
nav.vector-menu-tabs ul li:hover,
    border: 1px solid var(--body-border);
nav.vector-menu-tabs ul li:focus,
    font-size: 0.85em;
nav.vector-menu-dropdown:hover,
    width: 300px;
nav.vector-menu-dropdown:focus {
    margin: 0.5em 0 1em 1em;
     --ca-background-color: var(--content-background-color);
    border-collapse: collapse;
     background-position-y: bottom, 6px;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
     float: right;
    table-layout: fixed;
    word-break: break-word;
}
}


.infobox .infobox-header {
nav.vector-menu-tabs ul li:before,
     color: var(--infobox-text-color);
nav.vector-menu-dropdown:before {
     font-size: 1.15em;
     content: "";
     line-height: 1.4em;
     position: absolute;
     background: var(--body-dark);
     left: 0;
     padding: 0.5em 0;
     background: var(--ca-background-image) var(--content-border-top-color) no-repeat left top;
     width: 6px;
    height: 100%;
    pointer-events: none;
}
}


.infobox .infobox-header a {
#left-navigation nav.vector-menu-tabs li:first-child:before {
     color: inherit;
     background: var(--vector-tabs-first) no-repeat left top;
    font-size: 1.15em;
     height: 93px
     font-weight: bold;
}
}


.infobox .infobox-subheader {
nav.vector-menu-tabs li a {
     background: var(--body-dark);
     padding: 15px 14px 0 20px;
     color: var(--infobox-text-color);
     height: 21px;
     line-height: 2em;
     margin-right: 8px;
}
}


.infobox .infobox-subheader a {
.vector-menu-tabs .mw-watchlink.icon {
     color: inherit;
/* Force font-size when using the icon */
     font-size: 16px !important;
}
}


.infobox .infobox-subheader + .infobox-subheader {
.vector-menu-tabs .mw-watchlink.icon a {
     border-left: 2px solid var(--body-light);
     width: 45px;
    margin-right: 3px;
    margin-bottom: -4px;
}
}


.infobox .infobox-image {
.vector-menu-tabs .mw-watchlink.icon a:before {
    text-align: center;
left: 1.17em;
}
}


.infobox .infobox-image.inventory-image {
nav.vector-menu-dropdown label {
    height: 32px;
padding: 15px 14px 0 20px !important;
}
}


.infobox .infobox-image a.image + a.image {
nav.vector-menu-dropdown .vector-menu-content {
    margin-left: 0.1em;
transition: none;
margin-left: 6px;
min-width: calc(100% - 14px); /* Subtract 14px from the minimum width so that it doesn't cross the grass border */
}
}


.infobox .infobox-image img {
.vector-menu-dropdown:focus-within .vector-menu-content,
     max-width: 300px;
.vector-menu-dropdown:hover .vector-menu-content {
     opacity: 1;
    visibility: visible;
     height: auto;
     height: auto;
}
}


.infobox th:not(.infobox-header):not(.infobox-subheader):not(.infobox-nested) {
nav.vector-menu {
    text-align: right;
    margin: 0 8px 0 6px;
    vertical-align: top;
}
    border-right: 2px solid var(--body-dark);
#p-views,
    padding: 0.2em 0.5em;
#p-cactions {
margin: 0;
}
#p-cactions {
padding-right: 8px;
}
 
#left-navigation nav.vector-menu {
margin-left: 0;
}
}


.infobox td {
nav.vector-menu h3 span {
     padding: 0.25em 0.5em;
     font-weight: bold;
    line-height: 1.6em;
}
}


.infobox td.infobox-nested {
nav.vector-menu h3 a {
     padding: 0.25em 0;
     height: 36px;
     line-height: 1em;
     margin-right: 8px;
}
}


.infobox th ~ td {
nav.vector-menu div.vector-menu-content {
     vertical-align: top;
     top: 35px;
}
}


.infobox .infobox-padding {
.vector-menu-portal .vector-menu-content,
     height: 0.5em;
#p-personal .vector-menu-content-list,
#footer {
    background-color: #232324;
    border: 2px #313233 solid;
}
nav.vector-menu-portal,
#p-personal {
     background-color: #232324;
    border: 2px black solid;
}
 
#mw-panel nav.vector-menu-portal.collapsed h3:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
 
.vector-legacy-sidebar .vector-menu-portal {
display: var(--sidebar-display, block);
    margin: 0.5em 8px 2px 6px;
     padding: 0;
     padding: 0;
    border: 0;
}
}


.infobox .infobox-nested {
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
     text-align: center;
    margin-left: 0;
    padding: 0;
}
 
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content-list {
    padding: 0.3em 0.5em;
}
 
div#mw-panel nav.vector-menu-portal h3 {
     background: conic-gradient(from 180deg at 2px calc(100% - 2px), #6a6b6c 90deg, transparent 0),
                conic-gradient(from 0 at calc(100% - 2px) 2px, #6a6b6c 90deg, transparent 0),
                linear-gradient(to top, #464747 2px, transparent 0px),
                linear-gradient(to bottom, #5a5b5c 2px, transparent 0px),
                linear-gradient(to left, #464747 2px, transparent 0px),
                linear-gradient(to right, #5a5b5c 2px, transparent 0px);
    background-color: #313233;
    padding: calc(0.5em + 2px);
    border-bottom: 2px solid black;
}
 
@media screen and (min-width: 720px) {
div#mw-panel nav.vector-menu-portal.collapsed h3 {
    background: conic-gradient(from 180deg at 2px calc(100% - 2px), #7c7c7d 90deg, transparent 0),
                conic-gradient(from 0 at calc(100% - 2px) 2px, #7c7c7d 90deg, transparent 0),
                linear-gradient(to top, #5a5b5c 2px, transparent 0),
                linear-gradient(to bottom, #6d6d6e 2px, transparent 0),
                linear-gradient(to left, #5a5b5c 2px, transparent 0),
                linear-gradient(to right, #6d6d6e 2px, transparent 0);
    background-color: #48494a;
    padding: 0.5em calc(0.5em + 2px);
    border-bottom: 5px solid #313233;
}
}
 
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    margin: 0;
}
}


.infobox .infobox-nested + .infobox-nested {
nav.mw-portlet.emptyPortlet {
    border-left: 2px solid var(--body-dark);
display: none;
}
}


.infobox .infobox-cell-hidden {
/* Uncomment this to unhide the "Navigation" header of the first sidebar box */
/* #p-logo + .mw-portlet .vector-menu-heading {
    display: block;
} */
 
/*#mw-panel nav.vector-menu-portal.collapsed .vector-menu-content {
     display: none;
     display: none;
}*/
/* Style the personal links */
#p-personal {
    right: 10px;
    top: 5px;
    margin-right: 0;
    margin-left: 10px;
}
}


.infobox .infobox-full-width-content {
#p-personal a {
     max-width: 300px;
     color: white;
    text-align: center;
    overflow: hidden;
    padding: 0;
}
}


.infobox .infobox-caption {
.mw-echo-alert {
    background-color: #8e721c;
    border: 1px solid #fff;
    border-radius: 4px;
     font-weight: bold;
     font-weight: bold;
}
}


.infobox select {
#p-personal .vector-menu-content-list {
    max-width: 300px;
padding: 1px 0.5em 1px 0;
}
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vector-user-menu-legacy li {
     .infobox-item .infobox-image {
     padding-top: 0.3em;
          image-rendering: pixelated;
    padding-bottom: 0.3em;
          image-rendering: crisp-edges;
}
    }


#p-personal .oo-ui-icon-bell, #p-personal .mw-ui-icon-bell::before,
#p-personal .oo-ui-icon-tray, #p-personal .mw-ui-icon-tray::before {
    filter: invert(1);
}
.vector-user-menu-legacy #pt-anonuserpage,
.vector-user-menu-legacy #pt-tmpuserpage,
.vector-user-menu-legacy #pt-userpage a {
    filter: invert(1);
    padding-top: 0;
    background-size: 14px;
    background-position: unset;
}
}


.infobox.skill-info {
.vector-user-menu-legacy #pt-anonuserpage span,
     float: none;
.vector-user-menu-legacy #pt-tmpuserpage span {
     margin: 1em 0;
     color: lightgrey;
     filter: invert(1);
}
}


.infobox-bonuses {
.vector-user-menu-legacy #pt-userpage a span {
    clear: left;
     color: white;
    float: none;
     filter: invert(1);
    word-break: break-word;
     font-size: 100%;
     margin: 1em 0;
}
}


.infobox-bonuses .infobox-bonuses-image {
.skin-vector-legacy #p-personal #pt-notifications-notice,
    width: 125px;
.skin-vector-legacy #p-personal #pt-notifications-alert {
    text-align: center;
margin-right: 0;
    vertical-align: middle;
    border: 1px solid var(--body-border);
}
}


.infobox-bonuses .infobox-bonuses-image-caption {
.skin-vector-legacy #pt-notifications-notice .mw-echo-notifications-badge,
     font-size: 0.85em;
.skin-vector-legacy #pt-notifications-alert .mw-echo-notifications-badge {
     top: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 8px;
}
}


.infobox-bonuses .infobox-subheader {
.skin-vector-legacy #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,
     width: 250px;
.skin-vector-legacy #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
     margin-right: 2px;
}
}


.skill-info a[href$="?action=edit"] + a[href$="?action=edit"] {
.skin-vector-legacy #pt-notifications-notice .mw-echo-notifications-badge:after,
     display: none;
.skin-vector-legacy #pt-notifications-alert .mw-echo-notifications-badge:after {
     top: 4px;
    filter: invert(1);
}
}


.poh-room {
/* Style the simple search */
    background-color: var(--infobox-room-poh-color);
#p-search {
    margin: auto;
margin-left: 0;
    width: 100px;
}
}


.poh-room img {
#p-search form {
    display: block;
position: relative;
margin-top: 6px;
padding: 0 4px 0 5px;
height: 27px;
}
}


.poh-room-row {
#simpleSearch {
    display: flex;
top: -3px;
border: 0;
border-top: 3px solid var(--simplesearch-top-border-color);
border-left: 3px solid var(--simplesearch-left-border-color);
background-color: #D0CFCF;
background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB);
background-image: linear-gradient(#C3C3C3, #DBDBDB);
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
}
}


.poh-room-text {
#simpleSearch:before {
    margin: auto;
content: "";
    width: 92px;
position: absolute;
bottom: 0;
left: -3px;
border-top: 3px solid var(--simplesearch-left-border-color);
border-left: 3px solid var(--content-border-top-color);
z-index: 1;
}
}


.infobox-buttons {
#simpleSearch:after {
    text-align: center;
content: "";
    max-width: 300px;
position: absolute;
    display: none;
top: -3px;
right: 0;
border-top: 3px solid var(--simplesearch-topright-grass-color);
border-left: 3px solid var(--simplesearch-top-border-color);
}
}


.infobox-switch-resources {
/* Remove border of search bar */
     display: none;
#simpleSearch .vector-search-box-input {
     border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    height: 27px;
}
}


.switch-infobox .switch-infobox-triggers,
.vector-search-box-input::placeholder {
.switch-infobox .loading-button {
color: var(--searchinput-placeholder-color);
    clear: left;
}
}


.infobox-pure .max-hit-list a {
/* Style the simple search */
    display: inline-block;
#p-search {
    min-width: 32px;
margin-left: 0;
    min-height: 32px;
width: unset;
    text-align: center;
min-width: unset;
}
}


.advanced-data {
#p-search #searchform {
    display: none;
position: relative;
margin-top: 6px;
padding: 0 4px 0 5px;
}
}


.multi-infobox {
/* Unstyle codex search */
     float: right;
#p-search #searchform .cdx-text-input__input,
     margin: 0 0 calc(1em - 5px) calc(1em - 5px);
#p-search #searchform .cdx-search-input,
#p-search #searchform {
background: none;
display: block;
     border: none;
     border-radius: 0;
    outline: none;
    box-shadow: none;
    height: 27px;
}
}


.multi-infobox .tabber {
/* Keep old vector default styles */
#p-search #searchform .cdx-search-input__input-wrapper {
    height: 100%;
    min-width: 6.5em;
    width: 20vw;
    max-width: 26em;
     margin: 0;
     margin: 0;
}
}


.multi-infobox .tabber .tabbernav {
#p-search #searchform .cdx-search-input__input-wrapper {
     text-align: center;
position: relative;
top: -3px;
border: 0;
border-top: 3px solid var(--simplesearch-top-border-color);
border-left: 3px solid var(--simplesearch-left-border-color);
background-color: #D0CFCF;
background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB);
background-image: linear-gradient(#C3C3C3, #DBDBDB);
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
}
 
#p-search #searchform .cdx-search-input__input-wrapper:before {
content: "";
position: absolute;
bottom: 0;
left: -3px;
border-top: 3px solid var(--simplesearch-left-border-color);
border-left: 3px solid var(--content-border-top-color);
z-index: 1;
}
 
#p-search #searchform .cdx-search-input__input-wrapper:after {
content: "";
position: absolute;
top: -3px;
right: 0;
border-top: 3px solid var(--simplesearch-topright-grass-color);
border-left: 3px solid var(--simplesearch-top-border-color);
}
 
#p-search #searchform .cdx-text-input__input {
     background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    min-height: unset;
    padding: 5px 2.15384615em 5px 0.4em;
}
 
#p-search #searchform .cdx-text-input__input::placeholder {
color: var(--searchinput-placeholder-color);
}
 
#p-search #searchform .cdx-search-input__end-button {
display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    min-width: 28px;
    width: 2.15384615em;
    border: 0;
    padding: 0;
    cursor: pointer;
    direction: ltr;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    background: no-repeat center / 1.23076923em url(/skins/Vector/resources/skins.vector.styles.legacy/images/search.svg?ac00d);
    opacity: 0.67;
     margin: 0;
     margin: 0;
    min-height: unset;
}
}


.multi-infobox .tabber .tabbernav a {
#p-search #searchform > .cdx-search-input__end-button {
    padding: 0.5em 0.8em;
right: 5px;
}
}


.multi-infobox .tabber .tabbertab {
/* The suggestions shown under the search bar */
    padding: 5px;
#p-search #searchform .cdx-menu {
     display: flex;
background-color: #DBDADA;
     justify-content: center;
     border-color: #3C3B3B;
     box-shadow: none;
}
}


.multi-infobox .infobox {
#p-search #searchform .cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type) {
    border-color: #3C3B3B;
}
 
#p-search #searchform .cdx-menu-item--highlighted {
background-color: #0078D7;
}
 
#p-search #searchform .cdx-menu-item--highlighted .cdx-typeahead-search__search-footer__icon,
#p-search #searchform .cdx-menu-item--highlighted .cdx-menu-item__text__supporting-text,
#p-search #searchform .cdx-menu-item--highlighted .cdx-menu-item__text__description,
#p-search #searchform .cdx-menu-item--highlighted .cdx-menu-item__content,
#p-search #searchform .cdx-menu-item--highlighted {
color: #fff;
}
 
#p-search #searchform .cdx-thumbnail__placeholder,
#p-search #searchform .cdx-thumbnail__image {
background-color: #f8f9fa;
}
 
/* Fix placeholder text being too light in chrome */
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
 
/* The suggestions shown under the search bar */
.suggestions.searchbar {
margin-right: -1px;
}
 
.suggestions.searchbar > .suggestions-results,
.suggestions.searchbar > .mw-searchSuggest-link {
display: block;
margin-left: 1px;
}
 
.suggestions.searchbar .suggestions-results,
.suggestions.searchbar .suggestions-special,
.suggestions .suggestions-results,
.suggestions .suggestions-special {
background-color: #DBDADA !important;
border-color: #3C3B3B !important;
}
 
.suggestions.searchbar .suggestions-result-current,
.suggestions .suggestions-result-current {
background-color: #0078D7 !important;
}
 
/* Give the main content area its healthy blue glow and add a border */
.mw-body, .parsoid-body,
div#content {
position: relative;
background-color: var(--content-background-color);
border-top: 6px solid var(--content-border-top-color);
border-bottom: 0;
border-left: 6px solid #171717;
word-wrap: break-word;
}
 
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
background-color: var(--content-background-color);
}
 
/* Add the 3D corners to the main content */
#mw-page-base::after {
content: "";
position: absolute;
border-top: 6px solid var(--content-border-top-right-color);
border-left: 6px solid var(--content-border-top-color);
z-index: 1;
top: 84px;
right: 10px;
}
 
#content:after {
content: "";
position: absolute;
border-top: 6px solid transparent;
border-left: 6px solid var(--base-background-color);
    left: -6px;
    bottom: 0;
}
 
#footer {
    outline: 2px black solid;
    border-width: 4px;
    outline-offset: -2px;
    margin-left: calc(10em + 4px);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0.5em 0.75em;
}
 
#footer:after {
    content: '';
    clear: both;
    display: block;
}
 
@media screen and (min-width: 982px) {
/* Position the footer */
#footer {
    margin-left: calc(11em + 4px);
}
}
 
/* Fix positioning for small screens when the sidebar moves below the content */
@media screen and (max-width: 720px) {
/* Add some margin to help with the 3D effect */
#left-navigation,
#content {
margin-left: 10px;
}
#footer {
margin-left: 8px;
}
#footer:before {
    content: none;
}
/* Position the tabs */
#left-navigation,
#right-navigation {
margin-top: 40px;
}
/* Position the personal links */
#p-personal {
    top: -8px;
}
/* Position the sidebar sections */
div#mw-navigation div#mw-panel {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 100%;
}
.vector-legacy-sidebar .vector-menu-portal {
width: 142px;
flex-shrink: 0;
display: var(--sidebar-display, flex);
    flex-direction: column;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
flex-grow: 1;
display: block !important;
}
#mw-panel nav.vector-menu-portal.collapsed h3:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
}
 
.mw-dismissable-notice-close .dismiss-icon svg {
fill: var(--content-text-color);
}
 
/* Use black bullet points, instead of blue circles: [[File:List bullet.svg]] */
ul {
list-style-image: var(--list-bullet);
}
 
/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
div.mw-warning-with-logexcerpt,
.errorbox,
.warningbox,
.successbox {
    padding: .4em .8em;
    margin-bottom: 1em;
    border: 1px solid #CCC;
}
 
div.mw-warning-with-logexcerpt,
.errorbox {
    background: #FDD;
    border-left: 4px solid #FAA;
}
 
.warningbox {
    background: #FFC;
    border-left: 4px solid #DD8;
}
 
.successbox {
    background: #DFD;
    border-left: 4px solid #9C9;
}
 
.successbox strong p {
     margin: 0;
     margin: 0;
}
}


:root {
/* Add white background to some areas */
     --navbox-background: var(--body-light);
#asirra_ChallengeTableDiv {
    --navbox-border: var(--body-dark);
background-color: #FFF;
    --navbox-title-background: var(--body-dark);
}
    --navbox-footer-background: var(--body-dark);
 
     --navbox-group-title-background: var(--body-mid);
/* Fix diff area styling */
table.diff {
background-color: transparent;
}
 
td.diff-addedline,
td.diff-deletedline {
background-color: #F9F9F9;
}
 
td.diff-context {
background-color: #F3F3F3;
}
 
td.diff-addedline,
td.diff-deletedline,
td.diff-context,
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
border-radius: 0;
}
 
/* Fix side-by-side editor background colour */
.wikiEditor-ui-controls {
background-color: #E6EFF4;
border-right: 1px solid #E6EFF4;
}
 
/* Style notifications to look like achievements: [[File:Achievement background.png]] */
body .mw-notification-area-layout {
top: 80px;
}
 
body .mw-notification.mw-notification-type-success,
body .mw-notification.mw-notification-type-error,
body .mw-notification.mw-notification-type-warn,
body .mw-notification {
border: 8px solid #555;
border-radius: 0;
-webkit-border-image: url('filepath://Achievement_background.png') 8 repeat;
-moz-border-image: url('filepath://Achievement_background.png') 8 repeat;
-o-border-image: url('filepath://Achievement_background.png') 8 repeat;
border-image: url('filepath://Achievement_background.png') 8 fill repeat;
box-shadow: none;
background-color: #212121;
background-clip: padding-box;
color: #FFF;
padding: 0.2em 0.4em;
}
 
body .mw-notification.mw-notification-type-success {
     color: #2d6;
}
body .mw-notification.mw-notification-type-error {
    color: #d33;
}
body .mw-notification.mw-notification-type-warn {
    color: #fc3;
}
 
/* HiDPI images */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
body {
    background-image: var(--header-background-hidpi), var(--base-background-hidpi);
}
.mw-wiki-logo {
background-image: var(--wiki-logo-hidpi);
background-size: 8.4375em auto; /* 135px */
}
nav.vector-menu-tabs ul li,
nav.vector-menu-tabs ul li.selected,
nav.vector-menu-tabs ul li:hover,
nav.vector-menu-tabs ul li:focus,
nav.vector-menu-dropdown,
nav.vector-menu-dropdown:hover,
nav.vector-menu-dropdown:focus {
--ca-background-image: var(--vector-tabs-hidpi);
background-size: 262px auto, auto;
}
nav.vector-menu-tabs ul li:before,
nav.vector-menu-dropdown:before {
background-size: 262px auto;
}
#left-navigation nav.vector-menu-tabs li:first-child:before {
background-image: var(--vector-tabs-first-hidpi);
background-size: 6px auto;
}
}
 
.wikiEditor-ui .oo-ui-toolbar-popups {
    right: 0;
}
.wikiEditor-ui .ve-init-mw-switchPopupWidget,
.wikiEditor-ui .oo-ui-popupToolGroup-tools {
    right: 0 !important;
     left: unset !important;
}
.wikiEditor-ui .ve-init-mw-switchPopupWidget .oo-ui-popupWidget-anchor {
margin-left: calc(100% - 1.25em);
    left: unset !important;
}
.wikiEditor-ui .ext-WikiEditor-realtimepreview-button > a.oo-ui-buttonElement-button {
display: flex;
align-items: center;
}
 
body.rootpage-Minecraft_Wiki #firstHeading,
body.rootpage-Movie_Wiki #firstHeading,
body.rootpage-Dungeons_Wiki #firstHeading,
body.rootpage-Legends_Wiki #firstHeading,
body.rootpage-Story_Mode_Wiki #firstHeading,
body.rootpage-Earth_Wiki #firstHeading {
display: none;
}
 
body.rootpage-Minecraft_Wiki #bodyContent,
body.rootpage-Movie_Wiki #bodyContent,
body.rootpage-Dungeons_Wiki #bodyContent,
body.rootpage-Legends_Wiki #bodyContent,
body.rootpage-Story_Mode_Wiki #bodyContent,
body.rootpage-Earth_Wiki #bodyContent {
clear: both;
}
 
body.rootpage-Minecraft_Wiki .mw-indicators,
body.rootpage-Movie_Wiki .mw-indicators,
body.rootpage-Dungeons_Wiki .mw-indicators,
body.rootpage-Legends_Wiki .mw-indicators,
body.rootpage-Story_Mode_Wiki .mw-indicators,
body.rootpage-Earth_Wiki .mw-indicators {
height: 0;
top: -15px;
}
}


.navbox {
/* [[File:Wiki Discord.svg]] */
     font-size: 0.85em;
div#mw-panel nav.portal li a[href="https://discord.gg/fGdE5ZE"] {
     background: var(--navbox-background);
     display: inline-block;
     border-collapse: collapse;
    position: relative;
     margin: 1em auto 0;
     height: 20px;
     width: 119px;
     margin: 0.25em;
    max-width: 100%;
}
div#mw-panel nav.portal li a[href="https://discord.gg/fGdE5ZE"]::before {
    position: absolute;
     width: 100%;
     width: 100%;
     clear: both;
     height: 100%;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
     top: 0;
    left: -0.25em;
    content: "";
    background: url('filepath://Wiki_Discord.svg') no-repeat;
    background-size: contain;
}
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#n-in-Minecraft,
    .navbox img {
#n-in-Dungeons,
          image-rendering: pixelated;
#n-in-Earth,
          image-rendering: crisp-edges;
#n-in-Legends,
    }
#n-in-Story-Mode,
#n-in-Tutorial,
#n-in-Movie,
#p-Recent_versions li {
margin-left: 10px;
display: var(--sidebar-display, list-item);
}


.ns-0 #n-randompage, .ns-1 #n-randompage,
.ns-10000 #n-randompage, .ns-10001 #n-randompage,
.ns-10002 #n-randompage, .ns-10003 #n-randompage,
.ns-10004 #n-randompage, .ns-10005 #n-randompage,
.ns-10006 #n-randompage, .ns-10007 #n-randompage,
.ns-10010 #n-randompage, .ns-10011 #n-randompage,
.ns-10012 #n-randompage, .ns-10013 #n-randompage,
#p-Recent_versions #n-Bedrock-Edition,
#p-Recent_versions #n-Java-Edition {
margin-left: 0;
font-weight: bold;
}
}


.navbox .navbox {
body.rootpage-Minecraft_Wiki #n-randompage {
    font-size: 100%;
font-weight: normal;
    margin: 0.5em auto 0;
    box-shadow: none;
}
}


.navbox-title {
body.rootpage-Minecraft_Wiki #n-in-Minecraft,
    font-size: 110%;
#n-in-Minecraft {
    line-height: 1.6em;
--sidebar-display: none;
    background: var(--navbox-title-background);
}
    text-align: center;
.ns-0 #n-in-Minecraft,
    padding: 0.25em 1em;
.ns-1 #n-in-Minecraft,
#p-Recent_versions,
#p-useful-pages {
--sidebar-display: var(--sidebar-display-minecraft);
}
}


.navbox-title-name {
#n-in-Dungeons,
    margin: 0 4em;
#p-useful-pages-dungeons {
--sidebar-display: var(--sidebar-display-dungeons);
}
}


.navbox-title .mw-collapsible-toggle {
#n-in-Earth,
    font-size: 0.9em;
#p-useful-pages-earth {
    text-align: right;
--sidebar-display: var(--sidebar-display-earth);
}
}


.navbox-title .navbox {
#n-in-Legends,
    font-size: 100%;
#p-useful-pages-legends {
--sidebar-display: var(--sidebar-display-legends);
}
}


.navbox-group:nth-child(2) {
#n-in-Story-Mode,
    border-top: 1px solid var(--navbox-border);
#p-useful-pages-story-mode {
--sidebar-display: var(--sidebar-display-story-mode);
}
}


.navbox-group-title {
#n-in-Tutorial,
    background: var(--navbox-group-title-background);
#p-useful-pages-tutorial {
    border: 1px solid var(--navbox-border);
--sidebar-display: var(--sidebar-display-tutorial);
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 0.25em 1em;
    width: 1%;
    white-space: nowrap;
}
}


.navbox-list {
#n-in-Movie,
    border-bottom: 1px solid var(--navbox-border);
#p-useful-pages-movie {
    padding: 0.25em 0.5em;
--sidebar-display: var(--sidebar-display-movie);
}
}


.navbox-list ul {
/* Hide mobile-only things */
    margin: 0;
.mobileonly {
display: none;
}
}


.navbox-list li {
 
    display: inline;
 
    white-space: nowrap;
/**********
Add WikiEditor parity with VisualEditor
And fixes for dark theme, VisualEditor and CodeEditor
**********/
 
/* Space that the whole editor takes */
.wikiEditor-ui .wikiEditor-ui-view {
margin-left: -1.7em;
margin-right: -1.7em;
border: 0;
}
.client-js #editform > .wikiEditor-ui .wikiEditor-ui-view {
margin-left: 0;
margin-right: 0;
}
.client-js #editform {
margin-left: -1.7em;
margin-right: -1.7em;
}
}


.navbox-list li + li::before {
/* Removes border from the toolbar */
    content: '• ';
.wikiEditor-ui .wikiEditor-ui-top {
border-bottom: 0;
}
}


.navbox-parent {
/* Changes colors of the WikiEditor and VisualEditor toolbars */
     padding: 0;
.wikiEditor-ui-toolbar,
.oo-ui-toolbar-bar,
.wikiEditor-ui-toolbar .sections .section,
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
     background-color: #dddddd;
    color: #202122;
    box-shadow: 0px 3px 7px 0px rgba(163,159,159,0.15);
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}
}


.navbox-subgroup {
.wikiEditor-ui-toolbar .sections .section .section-advanced .section-visible {
    border-collapse: collapse;
border-bottom: 0;
    border-spacing: 0;
    width: 100%;
}
}


.navbox-subgroup > tbody > tr:last-child > th,
.oo-ui-toolbar-bar .oo-ui-toolbar-actions .oo-ui-toolbar .oo-ui-toolbar-bar {
.navbox-subgroup > tbody > tr:last-child > td {
border-bottom: 0;
    border-bottom: none;
box-shadow: none;
}
}


.navbox-footer {
/* Changes buttons of WikiEditor to match VisualEditor's behavior */
     background: var(--navbox-footer-background);
.wikiEditor-ui-toolbar .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
     left: 10px;
}
.wikiEditor-ui-toolbar .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button {
    min-width: 42px;
    min-height: 42px;
     text-align: center;
     text-align: center;
     padding: 0.25em 1em;
}
.wikiEditor-ui-toolbar .group .tool-select,
.wikiEditor-ui-toolbar .group .tool-select .label:after {
height: 42px;
}
.wikiEditor-ui-toolbar .group .label {
    line-height: 39px;
color: #202122;
}
.wikiEditor-ui-toolbar .group .tool-select .label {
    line-height: 42px;
    height: 42px;
}
.wikiEditor-ui-toolbar .tabs span.tab {
     line-height: 42px;
}
.wikiEditor-ui-toolbar .tabs span.tab a:before {
filter: invert(0);
height: 42px;
left: 6px;
}
.wikiEditor-ui-toolbar .tabs span.tab a {
height: 42px;
color: #202122;
padding-left: 22px;
}
.wikiEditor-ui-toolbar .tabs {
margin: 0;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup {
height: 42px;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle {
    padding-top: 42px;
}
}


.navbox-data {
/* Changes colors of the VisualEditor placeholder toolbar */
     display: none;
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
border-bottom: 1px solid #eaecf0;
     box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
}


:root {
/* Changes border color for separator lines on both editors */
    --echo-icon-moon-bg-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.85464918.37900488c-1.91149353 1.51069427-3.13816124 3.84973402-3.13816124 6.47527736 0 4.55564936 3.69308349 8.24873286 8.24873286 8.24873286 2.5815709 0 4.8861545-1.1859235 6.3986798-3.0426994-.8206378 4.7389755-4.9523867 8.343122-9.9259291 8.343122-5.56375572 0-10.07407088-4.5103151-10.07407088-10.0740709 0-5.02506013 3.67919933-9.19079725 8.49074856-9.95036192z' fill='%234c4c4c'/%3E%3C/svg%3E");
.oo-ui-toolbar-bar,
    --echo-icon-person-bg-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213.836%22 viewBox=%220 0 12 13.836%22%3E %3Cpath fill='%234c4c4c' d=%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375 c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405 c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719 c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22/%3E %3Cpath fill='%234c4c4c' d=%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155 c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22/%3E %3C/svg%3E");
.oo-ui-menuToolGroup,
     --echo-icon-bell-bg-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Ebell%3C/title%3E%3Cpath d=%22M16 7a5.38 5.38 0 00-4.46-4.85C11.6 1.46 11.53 0 10 0S8.4 1.46 8.46 2.15A5.38 5.38 0 004 7v6l-2 2v1h16v-1l-2-2zm-6 13a3 3 0 003-3H7a3 3 0 003 3z%22 fill='%234c4c4c'/%3E%3C/svg%3E");
.wikiEditor-ui .wikiEditor-ui-view,
    --echo-icon-tray-bg-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Etray%3C/title%3E%3Cpath d=%22M3 1a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V3a2 2 0 00-2-2zm14 12h-4l-1 2H8l-1-2H3V3h14z%22 fill='%234c4c4c'/%3E%3C/svg%3E");
.wikiEditor-ui-toolbar .sections .section,
    --echo-icon-fullscreen-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E fullscreen %3C/title%3E%3Cg fill='%234c4c4c'%3E%3Cpath d='M1 1v6h2V3h4V1zm2 12H1v6h6v-2H3zm14 4h-4v2h6v-6h-2zm0-16h-4v2h4v4h2V1z'/%3E%3C/g%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
.wikiEditor-ui-toolbar .group,
     --echo-icon-exitFullscreen-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E exit fullscreen %3C/title%3E%3Cg fill='%234c4c4c'%3E%3Cpath d='M7 7V1H5v4H1v2zM5 19h2v-6H1v2h4zm10-4h4v-2h-6v6h2zm0-8h4V5h-4V1h-2v6z'/%3E%3C/g%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
.wikiEditor-ui-toolbar .section-secondary .group,
.wikiEditor-ui .wikiEditor-ui-top,
.codeEditor-status-message,
.ace_print-margin {
     border-color: #cbcbcb;
}
.ace_print-margin {
     background-color: #eaecf0;
}
}


.vector-user-menu-legacy #pt-userpage a,
/* Removes a shadow under page tabs on VisualEditor */
.vector-user-menu-legacy #pt-anonuserpage {
.ve-activated .vector-menu-tabs .selected {
     background-image: var(--echo-icon-person-bg-image);
     box-shadow: none;
    padding-top: 0;
    background-position-y: 0;
}
}


.vector-user-menu-legacy #pt-anonuserpage {
/* Improves a bit text on the exit without saving changes menu on VisualEditor */
     color: var(--byline-color);
.oo-ui-messageDialog-title {
     color: #1e1e1e;
    font-weight: bold;
}
}


#pt-notifications-alert .mw-echo-notifications-badge,
/* Improves labels on the character insertion menu on VisualEditor */
#pt-notifications-notice .mw-echo-notifications-badge {
.ve-ui-specialCharacterPage h3,
     background-size: 75%;
.ve-ui-mwLatexDialog-content .oo-ui-bookletLayout-stackLayout h3 {
    background-position: center 80%;
     font-weight: bold;
    background-repeat: no-repeat;
    opacity: unset;
}
}


#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,
/* Changes the color of the highlighting icons' background */
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
/* Hovering */
    opacity: unset;
.tool.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .tabs span.tab a:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .group div.tool.tool-select a.label:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .page-characters div span:hover,
.wikiEditor-ui-toolbar .booklet > .index > :hover,
.wikiEditor-ui-toolbar .page-characters div .wikiEditor-character-highlighted,
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover {
background-color: #ebebeb;
color: #202122;
text-decoration: none;
}
/* Active */
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button,
.wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui-toolbar .group div.tool.tool-select.options-shown > a.label,
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:active,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
.wikiEditor-ui-toolbar .booklet > .index > .current {
background-color: #dee6f3;
color: #0645ad;
}
}


#pt-notifications-alert .oo-ui-icon-bell {
/* Fixes Special characters and Help menus buttons and labels */
    background-image: var(--echo-icon-bell-bg-image);
/* Normal */
.wikiEditor-ui-toolbar .page-characters div span {
border: 1px solid #cbcbcb;
}
}


#pt-notifications-notice .oo-ui-icon-tray {
/* Fixes Help menu padding */
    background-image: var(--echo-icon-tray-bg-image);
.wikiEditor-ui-toolbar .page-table th,
.wikiEditor-ui-toolbar .page-table td {
padding: 4px;
}
}


#pt-fixed-width .oo-ui-icon-advanced {
/* Fixes Help menu colors */
    background-image: var(--echo-icon-exitFullscreen-bg-image);
.wikiEditor-ui-toolbar .page-table td {
border-top: 1px solid #cbcbcb;
}
}


body.wgl-fixedWidth #pt-fixed-width .oo-ui-icon-advanced {
/* Makes a border color a bit consistent on the notice popup on VisualEditor */
     background-image: var(--echo-icon-fullscreen-bg-image);
.oo-ui-popupWidget-popup {
     border: 1px solid #c8ccd1;
}
}


#pt-theme-toggles .oo-ui-icon-advanced {
/* Adds some padding at the left of the text editing section */
    background-image: var(--echo-icon-moon-bg-image);
.mw-editform #wpTextbox1 {
padding-left: 0.8em;
}
}


#pt-anontalk {
/* Makes the text editing section a certain color on all cases */
    padding-top: 0.6em;
.wikiEditor-ui,
.CodeMirror,
.mw-editform #wpTextbox1,
.ace-tm,
.wikiEditor-ui textarea {
background: #fbfbfb;
box-shadow: inset 1px -4px 12px 0px rgba(0,0,0,0.15);
}
}


.ns-120 .mw-parser-output > ul,
/* Makes the syntax highlighting number line more readable
.transcript > ul {
.CodeMirror-linenumbers,
    margin: 5px 0 0 0;
.ace-tm .ace_gutter {
background: #efefef;
border-right: 1px solid #c8ccd1;
} */
 
/* Adds more padding to these notices */
.mw-editTools,
.templatesUsed,
.hiddencats,
.limitreport {
padding-left: 1.5em;
padding-right: 1.5em;
}
}


.ns-120 .mw-parser-output > ul ul,
/* Changes colors of the save section */
.transcript > ul ul,
.editOptions {
.ns-120 .mw-parser-output > ul ol,
background-color: #dddddd;
.transcript > ul ol {
    border: 0;
     margin: 5px 0 0 15px;
    padding: 1.5em;
    border-top: 1px solid #cbcbcb;
     border-bottom: 1px solid #cbcbcb;
}
}


.ns-120 .mw-parser-output > ul,
/* Modifies layout of some elements of the save section */
.transcript > ul,
/* Summary section */
.ns-120 .mw-parser-output > ul ul,
.mw-editform #wpSummaryLabel {
.transcript > ul ul,
margin: 0 1em;
.ns-120 .mw-parser-output > ul ol,
}
.transcript > ul ol {
.editOptions > #wpSummaryLabel {
    list-style: none;
margin: 0;
    border-left: 1px dashed var(--transcript-border-color);
}
/* Summary preview section */
.mw-summary-preview {
margin: 0 1em;
}
.editOptions > .mw-summary-preview {
margin: 0;
}
/* Copyright notice section */
.mw-editform #editpage-copywarn {
line-height: 1.4;
margin-top: 5px;
}
}


.ns-120 .mw-parser-output > ul:hover,
/* Changes the edit save popup */
.transcript > ul:hover,
/* Background transparency */
.ns-120 .mw-parser-output > ul ul:hover,
.oo-ui-windowManager-modal > .oo-ui-dialog {
.transcript > ul ul:hover,
background-color: rgb(255 255 255 / 20%);
.ns-120 .mw-parser-output > ul ol:hover,
}
.transcript > ul ol:hover {
/* Actual background colors */
    border-color: var(--transcript-border-hover-color);
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
border: 0;
background-color: #fff;
}
/* Separator line colors */
.oo-ui-messageDialog-content > .oo-ui-window-foot {
outline: 1px solid #c8ccd1;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
border-right: 1px solid #c8ccd1;
}
/* Cancel button colors */
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
background-color: #fff;
color: #d33;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
background-color: #f7e7e7;
}
/* Accept button colors */
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
background-color: #36c;
color: #fff;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
background-color: #447ff5;
}
}


.ns-120 .mw-parser-output > ul li,
/* Other popups */
.transcript > ul li,
/* Background transparency */
.ns-120 .mw-parser-output > ul ul li,
.ui-widget-overlay {
.transcript > ul ul li,
background: rgb(255 255 255 / 20%);
.ns-120 .mw-parser-output > ul ol li,
}
.transcript > ul ol li {
/* Actual background colors */
    flex-direction: column;
.ui-widget-content {
    padding-left: 15px;
border: 0;
    margin: 14px 0;
background: #fff;
color: #323437;
}
/* Input fields */
.ui-widget select {
cursor: pointer;
}
#wikieditor-toolbar-file-target,
#wikieditor-toolbar-file-caption,
#wikieditor-toolbar-file-alt,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
border: 1px solid #c0c2c5;
    padding: 0.3em;
    border-radius: 3px;
}
/* Header colors */
body .ui-dialog .ui-widget-header {
background: #ebe9e9 !important;
border: 0;
font-size: 120%;
padding: 0.6em 1.4em 0.6em !important;
margin: 0.5em 0.5em 0;
}
/* Turns the wrapper of the options into flex */
.wikieditor-toolbar-field-wrapper {
display: flex;
gap: 6px;
align-items: center;
flex-wrap: wrap;
}
/* Turns the Show help text of inserting images into a button */
.wikieditor-toolbar-file-alt-help {
background: #f7f7f7;
border: 1px solid #c3c3c3;
font-size: 110%;
padding: 0.4em 1em 0.4em;
border-radius: 2px;
cursor: pointer;
}
.wikieditor-toolbar-file-alt-help:is(:hover, :focus-within) {
background: #eef4ff !important;
border-color: #afc4db !important;
}
/* Changes colors of the bottom buttons */
.ui-dialog .ui-dialog-buttonpane button {
background: #f7f7f7 !important;
border-color: #c3c3c3 !important;
font-weight: bold;
font-size: 110%;
color: #222222;
padding: 0.3em;
border-radius: 2px;
box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane button:is(:hover, :focus-within) {
background: #eef4ff !important;
border-color: #afc4db !important;
}
}


.ns-120 .mw-parser-output > ul li:last-of-type,
/* Improvements for colors on Search & Replace */
.transcript > ul li:last-of-type,
#wikieditor-toolbar-replace-nomatch {
.ns-120 .mw-parser-output > ul ul li:last-of-type,
background-color: #f3cece;
.transcript > ul ul li:last-of-type,
border-radius: 4px;
.ns-120 .mw-parser-output > ul ol li:last-of-type,
padding: 10px;
.transcript > ul ol li:last-of-type {
margin-bottom: 16px;
    margin-bottom: 0;
}
}
#wikieditor-toolbar-replace-emptysearch {
background-color: #e5e7bf;
border-radius: 4px;
padding: 10px;
margin-bottom: 16px;
}
#wikieditor-toolbar-replace-success {
background-color: #d6ebd2;
border-radius: 4px;
padding: 10px;
margin-bottom: 16px;
}
#wikieditor-toolbar-replace-invalidregex {
background-color: #efd6f1;
border-radius: 4px;
padding: 10px;
margin-bottom: 16px;
}
/* Changes for VisualEditor's save UI */
.ve-ui-mwSaveDialog-options {
    background-color: transparent;
    border: 0;
}
.ve-ui-mwSaveDialog-summary {
    background-color: transparent;
}
.ve-ui-changeDescriptionsSelectWidget > .oo-ui-optionWidget {
    padding: 0.3em 0.6em;
    border-radius: 3px;
}


.nodesktop {
/**********
     display: none;
CodeEditor (also called AceEditor) colors
Consistency between light and dark themes
**********/
.ace-tm .ace_comment {
color: #4a5651;
}
.ace-tm .ace_constant,
.ace-tm .ace_string {
color: #b30106;
}
.ace-tm .ace_variable {
color: #005671;
}
.ace-tm .ace_support.ace_type,
.ace-tm .ace_support.ace_class,
.ace-tm .ace_constant.ace_language,
.ace-tm .ace_constant.ace_library {
color: #006612;
}
.ace-tm .ace_constant.ace_numeric,
.ace-tm .ace_storage,
.ace-tm .ace_keyword {
color: #132be5;
}
.ace-tm .ace_support.ace_constant {
color: #8c4100;
}
.ace-tm .ace_entity.ace_name.ace_function {
color: #0070a7;
}
.ace-tm .ace_comment.ace_doc {
color: #4863c1;
}
 
 
 
 
/**********
CodeMirror (WikiEditor syntax highlighting) colors
Consistency between light and dark themes
**********/
/* Parser functions */
.cm-mw-parserfunction-name,
.cm-mw-parserfunction-bracket,
.cm-mw-parserfunction-delimiter {
color: #c50000;
}
/* Templates */
.cm-mw-template,
.cm-mw-template-name,
.cm-mw-template-argument-name,
.cm-mw-template-delimiter,
.cm-mw-template-bracket {
color: #7500af;
}
/* Page links */
.cm-mw-link-pagename,
.cm-mw-link-bracket,
.cm-mw-link-delimiter,
.cm-mw-extlink,
.cm-mw-free-extlink,
.cm-mw-extlink-protocol,
.cm-mw-free-extlink-protocol,
.cm-mw-extlink-bracket {
color: #1318d5;
}
/* Tags */
.cm-mw-mnemonic,
.cm-mw-exttag-name,
.cm-mw-htmltag-name,
.cm-mw-exttag-bracket,
.cm-mw-exttag-attribute,
.cm-mw-htmltag-bracket,
.cm-mw-htmltag-attribute {
color: #095c00;
}
/* Comments */
.cm-mw-comment {
color: #59718d;
}
/* Template variables */
.cm-mw-templatevariable,
.cm-mw-templatevariable-bracket,
.cm-mw-templatevariable-name,
.cm-mw-templatevariable-delimiter {
color: #95580a;
}
/* Links to sections and other formatting */
.cm-mw-list,
.cm-mw-indenting,
.cm-mw-doubleUnderscore,
.cm-mw-signature,
.cm-mw-hr,
.cm-mw-apostrophes-bold,
.cm-mw-apostrophes-italic,
.cm-mw-link,
.cm-mw-link-tosection,
.cm-mw-section-header {
color: #0066be;
}
/* Tables */
.cm-mw-table-bracket,
.cm-mw-table-delimiter,
.cm-mw-table-definition {
     color: #ce007f;
}
/* Matching brackets */
.cm-mw-matchingbracket {
background-color: #c5c54b;
}
 
#preferences .mw-htmlform-submit-buttons {
background-color: var(--content-background-color);
}
 
/* DiscussionTools */
.ext-discussiontools-ui-replyWidget-footer,
.ext-discussiontools-init-timestamplink,
.ext-discussiontools-init-timestamplink:visited,
.ext-discussiontools-init-timestamplink:active,
.ext-discussiontools-init-pageframe-latestcomment,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section-metaitem {
color: var(--content-secondary-text-color);
}
 
.mcwiki-header-grass .ext-discussiontools-init-section-subscribe > * {
color: inherit !important;
}
 
.ext-discussiontools-replytool-enabled:not(.ns-4) dl,
.rootpage-Minecraft_Wiki_Admin_noticeboard dl,
.ns-10008 dl,
.ns-talk dl {
border-left: 1px dotted #a2a9b1;
}
 
.ext-discussiontools-replytool-enabled:not(.ns-4) dl:has(+ dl),
.ext-discussiontools-replytool-enabled:not(.ns-4) dl dl,
.rootpage-Minecraft_Wiki_Admin_noticeboard dl:has(+ dl),
.rootpage-Minecraft_Wiki_Admin_noticeboard dl dl,
.ns-10008 dl:has(+ dl),
.ns-10008 dl dl,
.ns-talk dl:has(+ dl),
.ns-talk dl dl {
margin-bottom: -0.5em;
padding-bottom: 0.5em;
}
 
body:is(
.ext-discussiontools-replytool-enabled:not(.ns-4),
.rootpage-Minecraft_Wiki_Admin_noticeboard,
.ns-10008,
.ns-talk
) :is(dl:has(+ dl), dd) dd:last-child {
margin-bottom: 0;
}
 
body:is(
.ext-discussiontools-replytool-enabled:not(.ns-4),
.rootpage-Minecraft_Wiki_Admin_noticeboard,
.ns-10008,
.ns-talk
) dd:first-child:not(:has(> dl:first-child)) {
margin-top: 0.5em;
padding-top: 0.5em;
border-top: 1px dotted #a2a9b1;
}
 
body:is(
.ext-discussiontools-replytool-enabled:not(.ns-4),
.rootpage-Minecraft_Wiki_Admin_noticeboard,
.ns-10008,
.ns-talk
) dd:not(:last-child):has([data-mw-comment-end]) {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border-bottom: 1px dotted #a2a9b1;
}
}


.tabber {
.vector-body blockquote {
     display: inline-grid;
     border-color: #00bb35;
    margin-left: 6px;
}
}

Dabartinė 09:43, 14 balandžio 2025 versija

/* All CSS here will be loaded for users of the Vector skin */


/* All CSS here will be loaded for users of the dark Vector skin */
/**
 * See [[MediaWiki:Common.css]] for desktop and mobile styles, e.g. templates.
 *
 * See [[MediaWiki:Vector.css]] for desktop theme related styles.
 *
 * See [[MediaWiki:Minerva.css]] for mobile theme related styles.
 * See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles.
 */

html:has(body.wgl-theme-dark) {
	color-scheme: dark;
}

/* Default styles:
 * [[File:Dark-background.png]] [[File:Dark-header-background.png]]
 * [[File:Dark-vector-tabs.png]] [[File:Dark-vector-tabs-first.png]]
 * [[File:Dark-background-HiDPI.png]] [[File:Dark-header-background-HiDPI.png]]
 * [[File:Dark-vector-tabs-HiDPI.png]] [[File:Dark-vector-tabs-first-HiDPI.png]]
 */
body.wgl-theme-dark {
	--base-background: url('filepath:///resources/assets/mc/Dark-background.png');
	--header-background: url('filepath:///resources/assets/mc/Dark-header-background.png');
	--vector-tabs: url('filepath:///resources/assets/mc/Dark-vector-tabs.png');
	--vector-tabs-first: url('filepath:///resources/assets/mc/Dark-vector-tabs-first.png');

	--base-background-hidpi: url('filepath:///resources/assets/mc/Dark-background-HiDPI.png');
	--header-background-hidpi: url('filepath:///resources/assets/mc/Dark-header-background-HiDPI.png');
	--vector-tabs-hidpi: url('filepath:///resources/assets/mc/Dark-vector-tabs-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath:///resources/assets/mc/Dark-vector-tabs-first-HiDPI.png');

	--list-bullet: url('filepath:///resources/assets/mc/List_bullet_dark.svg');

	--content-text-color: #e6e6e6;
	--content-secondary-text-color: #aaaaaa;
	--base-background-color: #13191c;
	--content-background-color: #2b2f39;
	--content-border-top-color: #1f2528;
	--content-border-top-right-color: #4e362b;

	--simplesearch-top-border-color: #959595;
	--simplesearch-left-border-color: #6f6f6f;
	--simplesearch-topright-grass-color: #0e6a3b;
	--searchinput-placeholder-color: #bfc1c5;

	--archive-box-background-color: #282828;
	--archive-box-border-color: #444;

	--table-header-color: #222;
	--table-border-color: #444;

	--smw-border-hover: #a2a9b1;
	--smw-table-hover: #313848;
}
/* Dungeons styles:
 * [[File:Dark-header-background-dungeons.png]]
 * [[File:Dark-vector-tabs-dungeons.png]] [[File:Dark-vector-tabs-first-dungeons.png]]
 * [[File:Dark-header-background-dungeons-HiDPI.png]] [[File:Dark-vector-tabs-dungeons-HiDPI.png]]
 * [[File:Dark-vector-tabs-first-dungeons-HiDPI.png]]
 */
body.wgl-theme-dark.rootpage-Minecraft_Dungeons,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Dungeons,
body.wgl-theme-dark.ns-10000,
body.wgl-theme-dark.ns-10001 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Dark-background.png');
	--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
	
	--header-background: url('filepath://Dark-header-background-dungeons.png');
	--vector-tabs: url('filepath://Dark-vector-tabs-dungeons.png');
	--vector-tabs-first: url('filepath://Dark-vector-tabs-first-dungeons.png');

	--header-background-hidpi: url('filepath://Dark-header-background-dungeons-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-dungeons-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-dungeons-HiDPI.png');

	--content-background-color: #433d3d;
	--content-border-top-color: #201c10;
	--content-border-top-right-color: #303d46;

	--simplesearch-topright-grass-color: #8b4322;
}
/* Earth styles:
 * [[File:Dark-header-background-earth.png]]
 * [[File:Dark-vector-tabs-earth.png]] [[File:Dark-vector-tabs-first-earth.png]]
 * [[File:Dark-header-background-earth-HiDPI.png]] [[File:Dark-vector-tabs-earth-HiDPI.png]]
 * [[File:Dark-vector-tabs-first-earth-HiDPI.png]]
 */
body.wgl-theme-dark.rootpage-Minecraft_Earth,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Earth,
body.wgl-theme-dark.ns-10002,
body.wgl-theme-dark.ns-10003 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Dark-background.png');
	--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
	
	--header-background: url('filepath://Dark-header-background-earth.png');
	--vector-tabs: url('filepath://Dark-vector-tabs-earth.png');
	--vector-tabs-first: url('filepath://Dark-vector-tabs-first-earth.png');

	--header-background-hidpi: url('filepath://Dark-header-background-earth-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-earth-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-earth-HiDPI.png');

	--content-background-color: #252b3c;
	--content-border-top-color: #182028;
	--content-border-top-right-color: #25404b;

	--simplesearch-topright-grass-color: #0b7940;
}
/* Legends styles:
 * [[File:Dark-header-background-legends.png]]
 * [[File:Dark-vector-tabs-legends.png]] [[File:Dark-vector-tabs-first-legends.png]]
 * [[File:Dark-header-background-legends-HiDPI.png]] [[File:Dark-vector-tabs-legends-HiDPI.png]]
 * [[File:Dark-vector-tabs-first-legends-HiDPI.png]]
 */
body.wgl-theme-dark.rootpage-Minecraft_Legends,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Legends,
body.wgl-theme-dark.ns-10006,
body.wgl-theme-dark.ns-10007 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Dark-background.png');
	--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
	
	--header-background: url('filepath://Dark-header-background-legends.png');
	--vector-tabs: url('filepath://Dark-vector-tabs-legends.png');
	--vector-tabs-first: url('filepath://Dark-vector-tabs-first-legends.png');

	--header-background-hidpi: url('filepath://Dark-header-background-legends-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-legends-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-legends-HiDPI.png');

	--content-background-color: #293344;
	--content-border-top-color: #202426;
	--content-border-top-right-color: #21334e;

	--simplesearch-topright-grass-color: #006c60;
}
/* Story Mode styles:
 * [[File:Dark-header-background-storymode.png]]
 * [[File:Dark-vector-tabs-storymode.png]] [[File:Dark-vector-tabs-first-storymode.png]]
 * [[File:Dark-header-background-storymode-HiDPI.png]] [[File:Dark-vector-tabs-storymode-HiDPI.png]]
 * [[File:Dark-vector-tabs-first-storymode-HiDPI.png]]
 */
body.wgl-theme-dark.rootpage-Minecraft_Story_Mode,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Story_Mode,
body.wgl-theme-dark.rootpage-Minecraft_Story_Mode_-_Season_Two,
body.wgl-theme-dark.rootpage-Talk_Minecraft_Story_Mode_-_Season_Two,
body.wgl-theme-dark.ns-10004,
body.wgl-theme-dark.ns-10005 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Dark-background.png');
	--base-background-hidpi: url('filepath://Dark-background-HiDPI.png');
	
	--header-background: url('filepath://Dark-header-background-storymode.png');
	--vector-tabs: url('filepath://Dark-vector-tabs-storymode.png');
	--vector-tabs-first: url('filepath://Dark-vector-tabs-first-storymode.png');

	--header-background-hidpi: url('filepath://Dark-header-background-storymode-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-storymode-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-storymode-HiDPI.png');

	--content-background-color: #39342c;
	--content-border-top-color: #2d2411;
	--content-border-top-right-color: #302441;

	--simplesearch-topright-grass-color: #967735;
}

/* Movie styles:
 * [[File:Dark-background-movie.png]] [[File:Dark-background-movie-HiDPI.png]]
 * [[File:Dark-header-background-movie.png]]
 * [[File:Dark-vector-tabs-movie.png]] [[File:Dark-vector-tabs-first-movie.png]]
 * [[File:Dark-header-background-movie-HiDPI.png]] [[File:Dark-vector-tabs-movie-HiDPI.png]]
 * [[File:Dark-vector-tabs-first-movie-HiDPI.png]]
 */
body.wgl-theme-dark.rootpage-A_Minecraft_Movie,
body.wgl-theme-dark.rootpage-Talk_A_Minecraft_Movie,
body.wgl-theme-dark.ns-10012,
body.wgl-theme-dark.ns-10013 {
	--base-background: url('filepath://Dark-background-movie.png');
	--base-background-hidpi: url('filepath://Dark-background-movie-HiDPI.png');
	
	--header-background: url('filepath://Dark-header-background-movie.png');
	--vector-tabs: url('filepath://Dark-vector-tabs-movie.png');
	--vector-tabs-first: url('filepath://Dark-vector-tabs-first-movie.png');

	--header-background-hidpi: url('filepath://Dark-header-background-movie-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Dark-vector-tabs-movie-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Dark-vector-tabs-first-movie-HiDPI.png');

	--content-background-color: #36322E;
    --content-border-top-color: #2A2724;
}

/* [[File:HelpNotice.svg]] */
body.wgl-theme-dark #mw-indicator-mw-helplink a {
	background-image: url('filepath://HelpNotice.svg');
}

.mw-message-box,
.mw-body,
h1, h2, h3, h4, h5, h6,
.mw-ui-input,
.search-types .current a {
	color: var(--content-text-color);
}
body.wgl-theme-dark #mw-content-subtitle,
body.wgl-theme-dark #contentSub,
body.wgl-theme-dark #contentSub2,
body.wgl-theme-dark .results-info,
body.wgl-theme-dark .mw-search-result-data,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .label {
	color: #9f9f9f;
}

/* FP */
body.wgl-theme-dark .fp-section {
	background-color: #2f2f2f;
    border-color: #202125;
}

body.wgl-theme-dark .mcwiki-header {
    border-color: #202125;
}
body.wgl-theme-dark .mcwiki-header a {
    color: #0645ad;
}
body.wgl-theme-dark .mcwiki-header a:visited {
    color: #0b0080;
}

/* Discord widget */
body.wgl-theme-dark .discord-widget-dark {
	color-scheme: auto;
}

/* <blockquote> */
.vector-body blockquote {
	border-left-color: var(--infobox-header-background-color);
}


/* Recent Changes */

body.wgl-theme-dark label.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-savedQueryTitle.oo-ui-widget.oo-ui-widget-enabled.oo-ui-labelElement-label.oo-ui-labelWidget.oo-ui-labelElement {
    color: #fff;
}
body.wgl-theme-dark .mw-changeslist-legend,
body.wgl-theme-dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle,
body.wgl-theme-dark .vector-menu-dropdown .vector-menu-content{
	background-color: #1e1e1e;
    color: #fff;
    border-color: #686869;
}
body.wgl-theme-dark .mw-ui-input {
    background-color: inherit;
    color: inherit;
}
body.wgl-theme-dark .mw-ui-button,
body.wgl-theme-dark .cdx-button {
	background-color: #373f50;
    color: #f8f9fa;
}
body.wgl-theme-dark .mw-ui-button:visited {
	color: #d8d9da;
}
body.wgl-theme-dark .mw-plusminus-neg {
	color: #ffa1b3;
}
body.wgl-theme-dark .mw-plusminus-pos {
	color: #00e04c;
}
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c2d1f066
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #b3e7dc66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #fff0c266
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ffd3bd66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f5c2c266
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #8cc5d566
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ccdecc66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ccb4bb66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c4a6bf66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bfdeaf66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bfc7aa66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #b7b8af66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ffce9566
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f7bf9966
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f7a89566
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #94bda866
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #8c99a866
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #94a7a466
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #d0ad9066
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c8a09466
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c88a9066
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c4be8066
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bcb18466
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #bc9a8066
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #f7a16c66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #b5ae8b66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #aea18f66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #ae8d8b66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #d2917f66
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #c89f7366
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5 tr:first-child,
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    background-color: #b2887466
}

.wgl-theme-dark .mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey td:not(:nth-child(-n+2)) {
    background-color: #dee0e366
}

.wgl-theme-dark .autocomment,
.wgl-theme-dark .autocomment a,
.wgl-theme-dark .autocomment a:visited {
    color: #a1a8b1;
}

.wgl-theme-dark .mw-rcfilters-ui-tagItemWidget.oo-ui-flaggedElement-muted.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-labelElement-label {
    color: #9dafc4;
}

.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget-label-title {
    color: #c8cbcf;
}

.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) {
    border-bottom: 1px solid #505154;
}

.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget-view-namespaces {
    border-top: 4px solid #505154;
}

.wgl-theme-dark .mw-rcfilters-ui-filterMenuHeaderWidget-header {
    border-bottom: 1px solid #76797d;
    background-color: #4e4f50;
}

.wgl-theme-dark .mw-rcfilters-ui-filterMenuHeaderWidget-title {
    color: #ffffff;
}

.wgl-theme-dark .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) {
    background-color: #292929;
}

.wgl-theme-dark .mw-rcfilters-ui-filterMenuSectionOptionWidget {
    background-color: #6e6e6f;
}

.wgl-theme-dark .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label {
    color: #dedede;
}

.wgl-theme-dark .mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
    color: #a1a8ae;
}

.wgl-theme-dark .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
    color: #e2e6e9;
}


/* Links */
body.wgl-theme-dark .mw-collapsible-text,
:where(body.wgl-theme-dark) .toctogglelabel,
:where(body.wgl-theme-dark) .jslink,
:where(body.wgl-theme-dark) .vector-menu-dropdown .mw-list-item a,
:where(body.wgl-theme-dark) .mw-body a.external,
:where(body.wgl-theme-dark) .mw-body a.extiw,
:where(body.wgl-theme-dark) a {
	color: #0097ff;
}
:where(body.wgl-theme-dark) .ext-discussiontools-init-replylink-reply:visited,
:where(body.wgl-theme-dark) .ext-discussiontools-init-section-subscribe-link:visited,
:where(body.wgl-theme-dark) .mw-body a.external:visited,
:where(body.wgl-theme-dark) .mw-body a.extiw:visited,
:where(body.wgl-theme-dark) a:visited {
	color: #9495f4;
}
:where(body.wgl-theme-dark) a.new,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits {
	color: #ffa4a4;
}
:where(body.wgl-theme-dark) a.new:visited,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits:visited {
	color: #fb7a7a;
}
:where(body.wgl-theme-dark) .mw-body a.external:hover,
:where(body.wgl-theme-dark) .mw-body a.extiw:hover,
:where(body.wgl-theme-dark) a:hover {
	color: #7e8eff;
}
:where(body.wgl-theme-dark) a.new:hover,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits:hover {
	color: #ff8484;
}
:where(body.wgl-theme-dark) .mw-body a.external:active,
:where(body.wgl-theme-dark) .mw-body a.extiw:active,
:where(body.wgl-theme-dark) a.new:active,
:where(body.wgl-theme-dark) a.mw-usertoollinks-contribs-no-edits:active,
:where(body.wgl-theme-dark) a:active {
	color: #faa700;
}
/* [[File:Link-external-small-ltr-progressive.svg]] */
:where(body.wgl-theme-dark) .mw-parser-output a.external {
	background-image: url('filepath:///resources/assets/mc/Link-external-small-ltr-progressive.svg');
}

:where(body.wgl-theme-dark) .ext-discussiontools-init-replylink-buttons.ext-discussiontools-init-replylink-active > .ext-discussiontools-init-replylink-reply,
body a.mw-selflink:hover {
	color: inherit;
}

/* tables */
body.wgl-theme-dark .mw-datatable,
body.wgl-theme-dark table.mw_metadata,
body.wgl-theme-dark .wikitable,
body.wgl-theme-dark table.mw-abuselog-details,
body.wgl-theme-dark table.mw-interwikitable.body td.mw-interwikitable-local-yes {
	color: inherit;
}
body.wgl-theme-dark .mw-datatable,
body.wgl-theme-dark table.mw_metadata,
body.wgl-theme-dark .mw-datatable th,
body.wgl-theme-dark table.mw_metadata th,
body.wgl-theme-dark .mw-datatable td,
body.wgl-theme-dark table.mw_metadata td,
body.wgl-theme-dark .wikitable,
body.wgl-theme-dark .wikitable > tr > th,
body.wgl-theme-dark .wikitable > tr > td,
body.wgl-theme-dark .wikitable > * > tr > th,
body.wgl-theme-dark .wikitable > * > tr > td,
body.wgl-theme-dark table.mw-abuselog-details,
body.wgl-theme-dark table.mw-abuselog-details td,
body.wgl-theme-dark table.mw-abuselog-details th {
	border-color: #444;
}

body.wgl-theme-dark table.mw-abuselog-details th,
body.wgl-theme-dark .mw-datatable th,
body.wgl-theme-dark table.mw_metadata th,
body.wgl-theme-dark .wikitable > tr > th,
body.wgl-theme-dark .wikitable > * > tr > th {
	background-color: #222;
}
body.wgl-theme-dark table.mw-abuselog-details,
body.wgl-theme-dark .mw-datatable,
body.wgl-theme-dark table.mw_metadata,
body.wgl-theme-dark .mw-datatable td,
body.wgl-theme-dark table.mw_metadata td,
body.wgl-theme-dark .wikitable {
	background-color: #2f2f2f;
}
body.wgl-theme-dark #mw-allmessagestable tbody:hover td,
body.wgl-theme-dark .mw-datatable tr:hover td {
	background-color: #222;
}
/* [[File:Sort_both.svg]], [[File:Sort_down.svg]], [[File:Sort_up.svg]] */
body.wgl-theme-dark .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable),
body.wgl-theme-dark .jquery-tablesorter th.headerSort {
	background-image: url('filepath://Sort_both.svg');
}
body.wgl-theme-dark .jquery-tablesorter th.headerSortDown {
	background-image: url('filepath://Sort_down.svg');
}
body.wgl-theme-dark .jquery-tablesorter th.headerSortUp {
	background-image: url('filepath://Sort_up.svg');
}

body.wgl-theme-dark .mw-json tr,
body.wgl-theme-dark .mw-json td {
  background-color: var(--content-background-color);
}

body.wgl-theme-dark td.mw-json-value,
body.wgl-theme-dark td.mw-json-single-value {
  background-color: var(--ooui-enabled);
}

body.wgl-theme-dark .mw-json th {
  background-color: #26282d;
}

/* Code, Pre */
@media screen {
	body.wgl-theme-dark pre,
	body.wgl-theme-dark code,
	body.wgl-theme-dark .mw-code {
		background-color: #444444;
		color: #fff;
		border: 1px solid #6f6f6f;
	}
}

body.wgl-theme-dark .mw-content-ltr.mw-highlight-lines pre,
body.wgl-theme-dark .mw-content-ltr.content .mw-highlight-lines pre {
    box-shadow: none;
}

/* Miscellaneous */
body.wgl-theme-dark .notaninfobox,
body.wgl-theme-dark .gallerybox .thumb,
body.wgl-theme-dark .thumbimage,
body.wgl-theme-dark figure[typeof~='mw:File/Thumb'],
body.wgl-theme-dark figure[typeof~='mw:File/Thumb'] > figcaption,
body.wgl-theme-dark figure[typeof~='mw:File/Frame'],
body.wgl-theme-dark figure[typeof~='mw:File/Frame'] > figcaption,
body.wgl-theme-dark .thumbinner,
body.wgl-theme-dark .ve-ce-mwBlockImageNode-type-thumb, /* thumb images in visual editor */
body.wgl-theme-dark .ve-ce-mwBlockImageNode-type-thumb > figcaption,
body.wgl-theme-dark #catlinks,
body.wgl-theme-dark #toc,
body.wgl-theme-dark .toc,
body.wgl-theme-dark .toccolours,
body.wgl-theme-dark .mw-warning,
body.wgl-theme-dark .navpopup,
body.wgl-theme-dark .ref-tooltip-text,
body.wgl-theme-dark #filetoc,
body.wgl-theme-dark .directorstable {
	background-color: #282828;
	border-color: #444;
}

body.wgl-theme-dark .mwe-popups,
body.wgl-theme-dark .mwe-popups-container,
body.wgl-theme-dark .mwe-popups .mwe-popups-extract {
	color: #fff;
	background-color: #282828;
}

body.wgl-theme-dark .mwe-popups .mwe-popups-extract[dir='ltr']:after {
	display: none;
}

body.wgl-theme-dark #mw-content-text .hlist li:not(:last-child)::after {
	background-color: #fff;
}

body.wgl-theme-dark .tocnumber {
	color: #E0E0EC;
}

body.wgl-theme-dark #pagehistory li.selected {
	background-color: #444;
	color: #e6e6e6;
}

body.wgl-theme-dark #pagehistory .updatedmarker {
  background-color: #608000;
  color: white;
}

/* smw cache warning on category pages */
body.wgl-theme-dark .smw-callout-warning {
  background-color: hsl(60,25%,8%);
  border-left-color: hsl(60,15%,36%);
}

/* error message box in Special:BatchUpload */
body.wgl-theme-dark .fileupload-results .ful-error {
	background-color: maroon;
}

/* Syntax highlight, CodeEditor */
/* https://github.com/pygments/pygments/blob/master/pygments/token.py#L123 */
body.wgl-theme-dark .ace-tm .ace_cursor,
body.wgl-theme-dark .ace-tm .ace_support.ace_function {
	color: #fff;
}
body.wgl-theme-dark .ace-tm,
body.wgl-theme-dark .ace-tm .ace_gutter,
body.wgl-theme-dark .codeEditor-status,
body.wgl-theme-dark .mw-highlight pre {
	background-color: #282828;
	color: #fff;
}

body.wgl-theme-dark .ace-tm .ace_gutter {
	border-right: 1px solid #232324;
}

body.wgl-theme-dark .ace-tm .ace_comment,
body.wgl-theme-dark .mw-highlight .c, /* comment */
body.wgl-theme-dark .mw-highlight .c1, /* single comment */
body.wgl-theme-dark .mw-highlight .cm { /* multiline comment */
	color: #afafaf;
}
body.wgl-theme-dark .ace-tm .ace_keyword.ace_operator,
body.wgl-theme-dark .mw-highlight .o { /* operator */
	color: #a9a9a9;
}
body.wgl-theme-dark .mw-highlight .cp { /* preproc */
	color: #ea9800;
}
body.wgl-theme-dark .ace-tm .ace_storage,
body.wgl-theme-dark .ace-tm .ace_keyword,
body.wgl-theme-dark .ace-tm .ace_constant,
body.wgl-theme-dark .ace-tm .ace_constant.ace_language,
body.wgl-theme-dark .ace-tm .ace_support.ace_type,
body.wgl-theme-dark .mw-highlight .bp, /* pseudo buildin */
body.wgl-theme-dark .mw-highlight .nt, /* tag name */
body.wgl-theme-dark .mw-highlight .k, /* keyword */
body.wgl-theme-dark .mw-highlight .kr, /* reserved keyword */
body.wgl-theme-dark .mw-highlight .kd, /* declaration keyword */
body.wgl-theme-dark .mw-highlight .kp, /* pseudo keyword */
body.wgl-theme-dark .mw-highlight .kc { /* constant keyword */
	color: #00cf00;
}
body.wgl-theme-dark .mw-highlight .kt { /* type keyword */
	color: #ff90b8;
}
body.wgl-theme-dark .mw-highlight .nb { /* buildin name */
	color: #01cd01;
}
body.wgl-theme-dark .ace-tm .ace_variable,
body.wgl-theme-dark .mw-highlight .nc { /* class name */
	color: #8bb2ff;
}
body.wgl-theme-dark .mw-highlight .nd { /* decorator name */
	color: #d592ff;
}
body.wgl-theme-dark .mw-highlight .nf { /* function name */
	color: #AAAAFF;
}
body.wgl-theme-dark .mw-highlight .nn { /* namespace name */
	color: #a0a0ff;
}
body.wgl-theme-dark .mw-highlight .nv { /* variable name */
	color: #9cdcfe;
}
body.wgl-theme-dark .mw-highlight .w { /* whitespace */
	color: #bbbbbb;
}
body.wgl-theme-dark .mw-highlight .mi, /* integer number */
body.wgl-theme-dark .mw-highlight .mf { /* float number */
	color: #b2b2b2;
}
body.wgl-theme-dark .ace-tm .ace_constant.ace_numeric,
body.wgl-theme-dark .mw-highlight .mh { /* hex number */
	color: #a9a9a9;
}
body.wgl-theme-dark .ace-tm .ace_string,
body.wgl-theme-dark .mw-highlight .s, /* string */
body.wgl-theme-dark .mw-highlight .s1, /* single string */
body.wgl-theme-dark .mw-highlight .s2 { /* double string */
	color: #ff8b8b;
}
body.wgl-theme-dark .mw-highlight .ow { /* operator word */
	color: #bc52ff;
}
body.wgl-theme-dark .mw-highlight .hll { /* highlighted line */
	background-color: #330;
}
body.wgl-theme-dark .mw-highlight a:hover .linenos, /* hovered line number */
body.wgl-theme-dark .mw-highlight .hll a .linenos { /* highlighted line number */
	color: #ccc;
}
/* Code editor highlight */
body.wgl-theme-dark .ace_marker-layer .ace_selected-word {
	background: #333;
	border-color: #666;
}
body.wgl-theme-dark .ace-tm .ace_marker-layer .ace_selection {
	background: #246;
}
/* Diff overview */
body.wgl-theme-dark td.diff-context {
	background-color: #232324;
	border-color: #313233;
	color: #BFBFBF;
}
body.wgl-theme-dark td.diff-addedline {
	background-color: #494a4b;
	border-color: #686869;
	border-left-color: #005e20;
	color: #fff;
}
body.wgl-theme-dark td.diff-deletedline {
	background-color: #494a4b;
	border-color: #686869;
	border-left-color: #9f0000;
	color: #fff;
}
body.wgl-theme-dark .diff-addedline .diffchange {
	background-color: #005e20;
}

body.wgl-theme-dark .diff-deletedline .diffchange {
	background-color: #9f0000;
}

/* Revision slider */
body.wgl-theme-dark .mw-revslider-pointer-line .mw-revslider-lower-color {
	border-color: #ffa1a1;
}
body.wgl-theme-dark .mw-revslider-pointer-line .mw-revslider-upper-color {
	border-color: #00e04c;
}
body.wgl-theme-dark .mw-revslider-pointer-container-older .mw-revslider-slider-line {
	border-color: rgba(255, 161, 161, 0.5)
}
body.wgl-theme-dark .mw-revslider-pointer-container-older:hover .mw-revslider-slider-line {
	border-color: rgba(255, 161, 161, 0.8)
}
body.wgl-theme-dark .mw-revslider-pointer-container-newer .mw-revslider-slider-line {
	border-color: rgba(0, 224, 76, 0.5)
}
body.wgl-theme-dark .mw-revslider-pointer-container-newer:hover .mw-revslider-slider-line {
	border-color: rgba(0, 224, 76, 0.8)
}
body.wgl-theme-dark .mw-revslider-pointer.mw-revslider-pointer-newer {
	border-color: #00e04c;
	background-color: #00e04c;
	background-image: linear-gradient(to bottom,#76ffa5 0,#00e04c 100%);
}
body.wgl-theme-dark .mw-revslider-pointer.mw-revslider-pointer-older {
	border-color: #ffa1a1;
	background-color: #ffa1a1;
	background-image: linear-gradient(to bottom,#ffdada 0,#ffa1a1 100%);
}

/* CodeMirror */
body.wgl-theme-dark .CodeMirror {
	background-color: #1e1e1e;
	color: #fff;
}

/* CodeMirror selection */
.wgl-theme-dark .CodeMirror-line::selection,
.wgl-theme-dark .CodeMirror-line > span::selection,
.wgl-theme-dark .CodeMirror-line > span > span::selection {
	background: #246;
}

/* CodeMirror comments */
body.wgl-theme-dark .cm-mw-comment {
	color: #afafaf;
}

/* CodeMirror links */
body.wgl-theme-dark .cm-mw-link-pagename,
body.wgl-theme-dark .cm-mw-link-bracket,
body.wgl-theme-dark .cm-mw-link-delimiter,
body.wgl-theme-dark .cm-mw-extlink,
body.wgl-theme-dark .cm-mw-free-extlink,
body.wgl-theme-dark .cm-mw-extlink-protocol,
body.wgl-theme-dark .cm-mw-free-extlink-protocol,
body.wgl-theme-dark .cm-mw-extlink-bracket {
	color: #8bb2ff;
}

/* CodeMirror Parser function */
body.wgl-theme-dark .cm-mw-parserfunction-name,
body.wgl-theme-dark .cm-mw-parserfunction-bracket,
body.wgl-theme-dark .cm-mw-parserfunction-delimiter {
	color: #ffa0a0;
}

/* CodeMirror table color */
body.wgl-theme-dark .cm-mw-table-bracket,
body.wgl-theme-dark .cm-mw-table-delimiter,
body.wgl-theme-dark .cm-mw-table-definition {
	color: #ff40af;
}

/* CodeMirror template color */
body.wgl-theme-dark .cm-mw-template,
body.wgl-theme-dark .cm-mw-template-name,
body.wgl-theme-dark .cm-mw-template-argument-name,
body.wgl-theme-dark .cm-mw-template-delimiter,
body.wgl-theme-dark .cm-mw-template-bracket {
	color: #c44eff;
}

/* CodeMirror template variable variable */
body.wgl-theme-dark .cm-mw-templatevariable,
body.wgl-theme-dark .cm-mw-templatevariable-bracket,
body.wgl-theme-dark .cm-mw-templatevariable-name,
body.wgl-theme-dark .cm-mw-templatevariable-delimiter {
	color: #ffa826;
}

/* CodeMirror wikitext formatting */
body.wgl-theme-dark .cm-mw-list,
body.wgl-theme-dark .cm-mw-indenting,
body.wgl-theme-dark .cm-mw-doubleUnderscore,
body.wgl-theme-dark .cm-mw-signature,
body.wgl-theme-dark .cm-mw-hr,
body.wgl-theme-dark .cm-mw-apostrophes-bold,
body.wgl-theme-dark .cm-mw-apostrophes-italic,
body.wgl-theme-dark .cm-mw-link,
body.wgl-theme-dark .cm-mw-link-tosection,
body.wgl-theme-dark .cm-mw-section-header {
	color: #57b1ff;
}

/* CodeMirror xml tag */
body.wgl-theme-dark .cm-mw-mnemonic,
body.wgl-theme-dark .cm-mw-exttag-name,
body.wgl-theme-dark .cm-mw-htmltag-name,
body.wgl-theme-dark .cm-mw-exttag-bracket,
body.wgl-theme-dark .cm-mw-exttag-attribute,
body.wgl-theme-dark .cm-mw-htmltag-bracket,
body.wgl-theme-dark .cm-mw-htmltag-attribute {
	color: #00cf00;
}

/* Tabs */
body.wgl-theme-dark #p-namespaces a,
body.wgl-theme-dark #p-views a,
body.wgl-theme-dark #p-sharing span,
body.wgl-theme-dark #p-cactions-label span,
body.wgl-theme-dark div#mw-head div.vectorMenu h4 {
	color: #fff;
}

body.wgl-theme-dark #p-namespaces .new a,
body.wgl-theme-dark #p-views .new a {
	color: #ffa4a4;
}

/* Invert dark icons */
body.wgl-theme-dark .magnify a,
body.wgl-theme-dark .ve-ce-mwBlockImageNode-type-thumb > a::after, /* visual editor thumbnail magnify */
body.wgl-theme-dark .mwe-popups-settings-icon,
body.wgl-theme-dark .vector-menu-dropdown .vector-menu-heading:after,
body.wgl-theme-dark #footer-icons,
body.wgl-theme-dark .mw-icon-arrow-collapsed :not(p),
body.wgl-theme-dark .mw-collapsible-arrow.mw-collapsible-toggle-collapsed,
body.wgl-theme-dark .mw-mmv-filepage-buttons .mw-ui-icon:before,
body.wgl-theme-dark .redirectText li:first-child, /* redirect icon; inverts the text next to the icon as well */
body.wgl-theme-dark .redirectText li:first-child > a, /* invert text next to the redirect icon back */
body.wgl-theme-dark .darkmode-invert {
	filter: invert(1);
}

/* OOUI buttons */
:root body.wgl-theme-dark {
	--ooui-color: #fff;
	--ooui-progressive: #6f9fff;
	--ooui-progressive-hover: #447ff5;
	--ooui-destructive: #ff6767;
	--ooui-destructive-hover: #ff4242;
	--ooui-enabled: #373f50;
	--ooui-enabled-hover: #4f596d;
	--ooui-border: #5a5d64;
	--ooui-border-disabled: #494c52;
	--ooui-disabled: #191d25;
	--ooui-text-disabled: #72777d;
}
/* overwriting styles from here:
 * https://gerrit.wikimedia.org/r/plugins/gitiles/oojs/ui/+/refs/heads/master/src/styles/elements/ButtonElement.less
 * https://gerrit.wikimedia.org/r/plugins/gitiles/oojs/ui/+/refs/heads/master/src/themes/wikimediaui/elements.less */
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
	color: var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
	background-color: unset;
	color: #d9d9d9;
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
	border-color: var(--ooui-border);
	box-shadow: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active {
	background-color: unset;
	color: var(--ooui-color);
	border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
	color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
	color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
	color: var(--ooui-progressive);
	border-color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
	color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
	color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
	color: var(--ooui-destructive);
	border-color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
	color: var(--ooui-text-disabled);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
	background: var(--ooui-disabled);
	color: var(--ooui-text-disabled);
	border-color: var(--ooui-border-disabled);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
	background: var(--ooui-enabled);
	color: var(--ooui-color);
	border-color: var(--ooui-border);
	box-shadow: var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
body.wgl-theme-dark .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
	background: var(--ooui-enabled-hover);
	color: var(--ooui-color);
	border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
	border-color: var(--ooui-border);
	box-shadow: var(--ooui-color), var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
	background: var(--ooui-enabled-hover);
	color: var(--ooui-color);
	border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus {
	border-color: var(--ooui-border);
	box-shadow: var(--ooui-color), var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
	background: var(--ooui-enabled);
	color: var(--ooui-color);
	border-color: var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
	color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
	color: var(--ooui-progressive-hover);
	background: var(--ooui-enabled);
	border-color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
	border-color: var(--ooui--button-border-top);
	box-shadow: var(--ooui-color), var(--ooui-color);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
	background: var(--ooui-enabled);
	color: var(--ooui-progressive-hover);
	border-color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
	color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
	color: var(--ooui-destructive-hover);
	background: var(--ooui-enabled);
	border-color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:focus {
	border-color: var(--ooui-destructive-hover);
	box-shadow: var(--ooui-destructive-hover), var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
	background: var(--ooui-enabled);
	color: var(--ooui-destructive-hover);
	border-color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
	color: var(--ooui-color);
	background: var(--ooui-progressive);
	border-color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
	color: var(--ooui-color);
	background: var(--ooui-progressive-hover);
	border-color: var(--ooui-progressive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
	border-color: var(--ooui-border);
	box-shadow: var(--ooui-border), var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
	color: var(--ooui-color);
	background: var(--ooui-progressive);
	border-color: var(--ooui-progressive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
	color: var(--ooui-color);
	background: var(--ooui-destructive);
	border-color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
	color: var(--ooui-color);
	background: var(--ooui-destructive-hover);
	border-color: var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:focus {
	border-color: var(--ooui-border);
	box-shadow: var(--ooui-destructive-hover), var(--ooui-destructive-hover);
}
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
body.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
	color: var(--ooui-color);
	background: var(--ooui-destructive);
	border-color: var(--ooui-destructive);
}

/* OOUI Dropdown, Input */
body.wgl-theme-dark .oo-ui-tabSelectWidget-framed {
	background-color: #232324;
}

body.wgl-theme-dark .oo-ui-tabOptionWidget > .oo-ui-labelElement-label {
	color: #fff;
}

body.wgl-theme-dark .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
	background-color: #494a4b;
}
body.wgl-theme-dark .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
	background-color: #686869
}
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover,
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled {
	background: transparent;
}

body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select {
	color: #d0d1d2;
}
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover {
	color: #f0f2f4;
}
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled option,
body.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled optgroup {
  color: black;
}

body.wgl-theme-dark .oo-ui-checkboxInputWidget [type='checkbox'] + span,
body.wgl-theme-dark .oo-ui-radioInputWidget [type='radio'] + span,
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,
body.wgl-theme-dark .oo-ui-textInputWidget .oo-ui-inputWidget-input,
body.wgl-theme-dark .wikiEditor-ui,
body.wgl-theme-dark .CodeMirror,
body.wgl-theme-dark .mw-editform #wpTextbox1,
body.wgl-theme-dark .ace-tm,
body.wgl-theme-dark .wikiEditor-ui textarea,
body.wgl-theme-dark .cdx-text-input__input:enabled,
body.wgl-theme-dark textarea {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #686869;
}
body.wgl-theme-dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
	background-color: inherit;
}
body.wgl-theme-dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined,
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle,
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,
body.wgl-theme-dark .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly],
body.wgl-theme-dark .oo-ui-tagMultiselectWidget,
body.wgl-theme-dark .oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed) {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #686869;
}
body.wgl-theme-dark .oo-ui-optionWidget.oo-ui-widget-disabled {
    color: #aaa;
}
body.wgl-theme-dark .oo-ui-selectFileWidget-dropTarget {
	background-color: #878787 !important;
}
body.wgl-theme-dark.oo-ui-labelWidget.oo-ui-inline-help {
    color: #a8b2bb;
}
body.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
	border-color: #8d8d8d;
	box-shadow: inset 0 0 0 1px #8d8d8d;
}
body.wgl-theme-dark .ve-ui-mwReferenceContextItem-muted, /* VE reference tooltip */
body.wgl-theme-dark .mw-widget-titleWidget-menu .oo-ui-optionWidget-highlighted .mw-widget-titleOptionWidget-description /* VE template search - result item description */  {
  color: #a2a7ad;
}
body.wgl-theme-dark .oo-ui-indicatorElement-indicator,
body.wgl-theme-dark .oo-ui-iconElement-icon:not(.oo-ui-image-invert):not(.oo-ui-image-destructive):not(.oo-ui-image-warning):not(.oo-ui-image-progressive):not(.oo-ui-image-error):not(.oo-ui-image-success):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-icon-page-existing):not(.oo-ui-icon-article.mw-widget-titleOptionWidget-hasImage) {
	filter: invert(1);
}
body.wgl-theme-dark .oo-ui-iconElement-icon.oo-ui-icon-stop.oo-ui-image-invert {
	filter: none !important;
}
body.wgl-theme-dark .oo-ui-pendingElement-pending {
	background-image: url(data:image/gif;base64,R0lGODlhGAAYAKECADhHZhchNgAruwAruyH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQACACwAAAAAGAAYAAACNYwDqcvnyKJ6R1pqrMRQL955AChOXJmQqFqyouvBmnydq93irx7zs1/DoFLCITD4GI6KN0MBACH5BAUBAAMALAAAAAAYABgAAAI0jB+gy43YIntHWmqsxEk77H1UOIGkwnVkegLs+a5cG4e1d2v5NcO9bAKOfEHbz1hEPlquAgAh+QQFAQADACwAAAAAGAAYAAACM4x/oMuN2CJ7SUpq7MU64tA5XLh8ZDme5gl8oLqSLjvDaVjLMb53OX/z9TQ/YZA4tBQ1BQAh+QQFAQADACwAAAAAGAAYAAACNISDmcbtCp1kUM1Z15U5bJ59TyhSZAl06HGW6vqisTt/nSfX2w3rF59r2XwYIki4M46QjgIAIfkEBQEAAwAsAAAAABgAGAAAAjWEHal67bjWmyBK6izDTSfeeWBojYdoVlqqlilqwqMM0pyNecGLTzq/ivUeP2FwNswkSa5JAQAh+QQFAQADACwAAAAAGAAYAAACNIRvobvozuKbIDL6bMNIK9554OEFYyKe5YlabKW9qRqz83iDObdjPbWi1XC/TBFyDA11uwIAIfkEBQEAAwAsAAAAABgAGAAAAjWEj6G76M7imyAy+mzDSQfeaeDhfWPlnah4lqr7sq08prGlrtK9zzh/AW58v5rNSOPAkEVAAQAh+QQFAQADACwAAAAAGAAYAAACNISPF8ucr1qDUE6arMNIL955YKSNhheYAKqypjvCoMzRddnirx7zs3+zqFZAjCgnRCZ7pQIAIfkEBQEAAwAsAAAAABgAGAAAAjSEjxnLnH+ahFA2+qzDSC/eeWAkjoAXmGc5oqprwi0LyjXN2belrvyr6eFyQeAvVkQeZ5YCACH5BAEBAAMALAAAAAAYABgAAAI1jIGpa90LlXOxzlfhxTnt03lfKG4k8gUnkK7t+ZJxOHd1dlsjvMs9/QNeViyTy8gbHpVJQwEAOw==);
}

body.wgl-theme-dark .oo-ui-popupWidget-popup {
	background: #323232;
	border-color: var(--ooui-border);
}

/* Editing: From https://en.wikipedia.org/wiki/MediaWiki:Gadget-Blackskin.css */
body.wgl-theme-dark .mw-message-box-success,
body.wgl-theme-dark .successbox {
    background-color: #2e5e05;
    border-color: #3c780a;
}
body.wgl-theme-dark .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
    background-color: #fef6e766;
    border-color: #fc3;
}
body.wgl-theme-dark .tdg-templateDataParamWidget-param-description {
    color: #bdbdbd;
}

body.wgl-theme-dark .mw-message-box-warning,
body.wgl-theme-dark .warningbox,
body.wgl-theme-dark .usermessage {
    background-color: #2b2f09;
    border-color: #fc3;
}

body.wgl-theme-dark .mw-warning-with-logexcerpt,
body.wgl-theme-dark .mw-message-box-error,
body.wgl-theme-dark .errorbox {
    background-color: #4d2622;
    border-color: #9e352e;
}

body.wgl-theme-dark .wikiEditor-ui,
body.wgl-theme-dark .CodeMirror-gutters {
    background-color: #282828;
}

body.wgl-theme-dark .CodeMirror-gutters {
	border-color: #464646;
}

body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-view,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group,
body.wgl-theme-dark .wikiEditor-ui-toolbar .section-secondary .group,
body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-top,
body.wgl-theme-dark .codeEditor-status-message,
body.wgl-theme-dark .ace_print-margin {
    border-color: #6f6f6f;
}

body.wgl-theme-dark .wikiEditor-ui-toolbar,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section {
	background-image: none;
	background-color: inherit;
}

body.wgl-theme-dark .tool-button.tool-active,
body.wgl-theme-dark .tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
	background-color: inherit;
}

body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a.current,
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
	color: inherit;
}

body.wgl-theme-dark .editOptions {
    background-color: #282828;
    border-color: #1f2528;
    color: #ccc;
}

body.wgl-theme-dark div#editpage-specialchars a {
    background-color: #000000;
    border-color: #1f2528;
}

body.wgl-theme-dark .mw-editform-legacy input#wpSummary {
  background-color: #000000;
  color: #90ff90;
}

/* Search */
body.wgl-theme-dark #simpleSearch {
    background: #5e5e5e;
    background-image: unset;
}
body.wgl-theme-dark #searchInput {
	background: none;
	color: #fff;
}

/* Search */
body.wgl-theme-dark #p-search #searchform .cdx-search-input__input-wrapper {
    background: #5e5e5e;
    background-image: unset;
}
body.wgl-theme-dark #p-search #searchform .cdx-text-input__input {
	background: none;
	color: #fff;
}
body.wgl-theme-dark #p-search #searchform .cdx-search-input__end-button {
	filter: invert(1);
}

body.wgl-theme-dark .mw-search-profile-tabs,
body.wgl-theme-dark #mw-searchoptions {
	background-color: #282828;
    border-color: #1f2528;
    color: #ccc;
}

/* The suggestions shown under the search bar */
body.wgl-theme-dark #p-search #searchform .cdx-menu {
	background-color: #282828;
    border-color: #464646;
}

body.wgl-theme-dark #p-search #searchform .cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type) {
    border-color: #464646;
}

body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-typeahead-search__search-footer__icon,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-menu-item__text__supporting-text,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-menu-item__text__description,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item .cdx-menu-item__content,
body.wgl-theme-dark #p-search #searchform .cdx-menu-item {
	color: #fff;
}

body.wgl-theme-dark #p-search #searchform .cdx-thumbnail__placeholder,
body.wgl-theme-dark #p-search #searchform .cdx-thumbnail__image {
	background-color: #282828;
	border-color: #444;
}

/* Reference */
body.wgl-theme-dark ol.references li:target,
body.wgl-theme-dark sup.reference:target,
body.wgl-theme-dark span.citation:target {
	background-color: #435d77;
}

/* Image preview screen */
body.wgl-theme-dark .mw-mmv-post-image {
	background: #323232;
	color: #ddd;
}

body.wgl-theme-dark .mw-mmv-image-metadata {
	background: #323232;
	border-color: #222;
}

/* VisualEditor */
body.wgl-theme-dark .oo-ui-toolbar-bar {
	background: #282828;
	color: #fff;
}

body.wgl-theme-dark .oo-ui-toolbar-bar,
body.wgl-theme-dark .oo-ui-menuToolGroup {
	border-color: #464646;
}

/* Notification */
.wgl-theme-dark .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td {
    background-color: #19222c;
}
.wgl-theme-dark .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
    background-color: #404754;
}
.wgl-theme-dark .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
    background-color: #2d405b;
    color: #90c0fe;
}
.wgl-theme-dark div.mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
.wgl-theme-dark div.mw-echo-ui-crossWikiNotificationItemWidget-group,
.wgl-theme-dark div.mw-echo-ui-bundleNotificationItemWidget-group {
    background: inherit;
}
.wgl-theme-dark .mw-echo-ui-notificationOptionWidget,
.wgl-theme-dark .mw-echo-ui-notificationGroupItemWidget-group {
	background: none;
}

.wgl-theme-dark .oo-ui-menuSelectWidget {
	z-index: 1002;
}

.wgl-theme-dark .mw-echo-ui-notificationOptionWidget:hover,
.wgl-theme-dark .mw-echo-ui-notificationGroupItemWidget-group:hover,
.wgl-theme-dark .oo-ui-menuSelectWidget {
	background: #1a1a1a;
	color: #545454;
}

.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
	color: var(--content-text-color);
}

.wgl-theme-dark .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle,
.wgl-theme-dark .oo-ui-dropdownInputWidget.oo-ui-widget-disabled {
	background: black;
	text-shadow: none;
}

.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
	background-color: #111;
	color: #fff;
}

.wgl-theme-dark .oo-ui-widget.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
	background-color: #222222;
    color: #E0E0E0;
}
.wgl-theme-dark .mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button >.oo-ui-labelElement-label {
	color: var(--content-text-color);
}

.wgl-theme-dark .oo-ui-widget.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
.wgl-theme-dark .oo-ui-widget.oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
    background-color: #000000;
    color: #FFFFFF;
}

.wgl-theme-dark .mw-echo-title,
.wgl-theme-dark .mw-echo-notification-footer {
	/*color: #fff !important;*/
}

.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup {
	background: #000;
	color: #fff;
	border: 1px solid #545454;
}

.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup .oo-ui-buttonWidget,
.wgl-theme-dark .oo-ui-buttonElement-framed .oo-ui-widget-enabled > .oo-ui-buttonElement-button
 {
	border: 0;
	background: transparent;
}

.wgl-theme-dark .oo-ui-popupWidget-body,
.wgl-theme-dark .oo-ui-popupWidget-footer,
.wgl-theme-dark .oo-ui-popupWidget-header,
.wgl-theme-dark .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer,
.wgl-theme-dark .mw-echo-ui-notificationItemWidget,
.wgl-theme-dark .mw-echo-ui-notificationItemWidget-unread,
.wgl-theme-dark .mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-popupWidget > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head,
.wgl-theme-dark .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .oo-ui-buttonElement:last-child,
.wgl-theme-dark .mw-echo-ui-notificationGroupItemWidget-separator {
	border-color: #545454 !important;
}

@-webkit-keyframes unseen-fadeout-to-unread {
	from {
		background-color: #27113f;
	}
	to {
		background-color: #545454;
	}
}

@keyframes unseen-fadeout-to-unread {
	from {
		background-color: #27113f;
	}
	to {
		background-color: #545454
	}
}

@-webkit-keyframes unseen-fadeout-to-read {
	from {
		background-color: #27113f;
	}
	to {
		background-color: #1f1f1f;
	}
}

@keyframes unseen-fadeout-to-read {
	from {
		background-color: #545454;
	}
	to {
		background-color: #1f1f1f;
	}
}

.wgl-theme-dark .mw-echo-ui-notificationItemWidget-content-actions-timestamp {
	color: #fff;
}

.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
	background: #000;
}

.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup .oo-ui-buttonWidget:hover,
.wgl-theme-dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
	background: #1f1f1f;
}

.wgl-theme-dark .oo-ui-widget-footer {
	margin: 0px !important;
}

.wgl-theme-dark div#netbar .mw-echo-alert,
.wgl-theme-dark div#netbar .mw-echo-alert a {
    color: #000;
}

/* invert the icon colors */
.wgl-theme-dark .mw-echo-ui-overlay .oo-ui-iconElement-icon,
.wgl-theme-dark .msgbox-text > img[alt="Signature-icon.svg"] {
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
}
/* Special:CreateAccount */
body.wgl-theme-light .mw-number-text.icon-contributors {
  filter: invert(0.25);
}

body.wgl-theme-dark .mw-number-text.icon-contributors {
  filter: invert(0.675);
}

/* Both light and dark theme */
.mw-number-text.icon-pages,
.mw-number-text.icon-edits,
.mw-body-content .mw-number-text > h3,
.mw-body-content .mw-number-text > p {
  filter: invert(0.5);
}

.wgl-theme-dark .mw-echo-ui-notificationItemWidget {
	background-color: #1f1f1f;
}

.wgl-theme-dark .mw-echo-ui-menuItemWidget-content {
	color: #ddd !important;
}

.wgl-theme-dark .mw-echo-ui-notificationItemWidget-content-message-header {
	color: #fff;
}

.wgl-theme-dark .mw-echo-ui-notificationItemWidget.oo-ui-optionWidget-selected,
.wgl-theme-dark .mw-echo-ui-notificationItemWidget.oo-ui-optionWidget-highlighted {
	background-color: #3f3f3f;
}

.wgl-theme-dark div#netbar #pt-notifications-alert > .oo-ui-widget a,
.wgl-theme-dark div#netbar #pt-notifications-message > .oo-ui-widget a {
	color: #5a93cc;
}

.wgl-theme-dark div#netbar #pt-notifications-alert > .oo-ui-widget .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.wgl-theme-dark div#netbar #pt-notifications-message > .oo-ui-widget .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
	color: #ddd;
}
.wgl-theme-dark .mw-echo-ui-placeholderItemWidget {
	background-color: inherit;
}

.wgl-theme-dark .mw-echo-ui-notificationItemWidget:hover {
	background-color: inherit;
}

.wgl-theme-dark #mw-mwoauth-authorize-form {
	color: #ddd;
}

.wgl-theme-dark .vector-menu-dropdown .mw-list-item.selected a,
.wgl-theme-dark .vector-menu-dropdown .mw-list-item.selected a:visited {
	color: var(--content-text-color);
}

/* SMW - Special:Browse */
body.wgl-theme-dark .smwb-theme-light .smwb-title,
body.wgl-theme-dark .smwb-theme-light .smwb-center,
body.wgl-theme-dark .smwb-theme-light .smwb-actions,
body.wgl-theme-dark .smwb-theme-light .smwb-prophead,
body.wgl-theme-dark .smwb-theme-light .smwb-propval,
body.wgl-theme-dark .smwb-propvalue,
body.wgl-theme-dark .smwb-ipropvalue {
	background-color: unset;
}

body.wgl-theme-dark .smwb-theme-light .smwb-factbox {
	border-left: unset;
}

body.wgl-theme-dark .smwb-bottom {
	border-bottom: 1px solid var(--ooui-border);
}

body.wgl-theme-dark .smw-table-cell.smwb-cell.smwb-prophead {
	border-top: 1px solid var(--ooui-border);
	background-color: var(--ooui-enabled);
}

body.wgl-theme-dark .smwb-ifactbox .smwb-cell,
body.wgl-theme-dark .smwb-factbox .smwb-cell {
	border-top: 1px solid var(--ooui-border);
}

body.wgl-theme-dark .smwb-theme-light .smwb-ifactbox {
	border-right: unset;
}

body.wgl-theme-dark .mw-ui-button:not(:disabled),
body.wgl-theme-dark .mw-ui-input:not(:disabled),
body.wgl-theme-dark .cdx-button:not(:disabled) {
	border-color: var(--ooui-border);
}

body.wgl-theme-dark .mw-ui-button:disabled,
body.wgl-theme-dark .mw-ui-input:disabled,
body.wgl-theme-dark .cdx-button:disabled {
	color: var(--searchinput-placeholder-color);
	border-color: var(--ooui-border-disabled);
	background-color: var(--ooui-disabled);
}

body.wgl-theme-dark .mw-ui-button:not(:disabled):hover,
body.wgl-theme-dark .mw-ui-button:not(:disabled):active,
body.wgl-theme-dark .cdx-button:not(:disabled):hover,
body.wgl-theme-dark .cdx-button:not(:disabled):active {
	color: var(--ooui-color);
	border-color: var(--smw-border-hover);
	background-color: var(--ooui-enabled);
}

body.wgl-theme-dark .mw-ui-button:not(:disabled):enabled,
body.wgl-theme-dark .cdx-button:not(:disabled):enabled {
	color: var(--ooui-color);
}

body.wgl-theme-dark .mw-ui-input:not(:disabled):hover,
body.wgl-theme-dark .mw-ui-input:not(:disabled):active {
	border-color: var(--smw-border-hover);
}

body.wgl-theme-dark .mw-ui-input:not(:disabled):focus,
body.wgl-theme-dark .mw-ui-button:not(:disabled):focus,
body.wgl-theme-dark .cdx-button:not(:disabled):focus {
	border-color: var(--ooui-progressive-hover);
	box-shadow: inset 0 0 0 1px var(--ooui-progressive-hover);
}

body.wgl-theme-dark div:not(.autocomplete-selected).autocomplete-suggestions {
	color: var(--searchinput-placeholder-color);
	background-color: var(--ooui-enabled);
	border-color: var(--ooui-border);
}

body.wgl-theme-dark .autocomplete-suggestion {
	border-color: var(--ooui-border);
	background-color: var(--content-background-color);
}

body.wgl-theme-dark .autocomplete-selected {
	color: var(--ooui-color);
	border: solid 1px var(--smw-border-hover);
	background-color: var(--ooui-enabled);
	padding: 4px 9px 5px 9px;
}

body.wgl-theme-dark .tippy-header {
	background-color: var(--base-background-color);
	border-color: var(--smw-border-hover);
	color: var(--ooui-color);
}

body.wgl-theme-dark .tippy-tooltip.light-border-theme {
	background-color: unset;
}

body.wgl-theme-dark .tippy-content-container {
	background-color: var(--ooui-disabled);
	color: var(--content-text-color)
}

/* SMW - Property: */
body.wgl-theme-dark .smw-property-page-results .header-row > .header-title {
	background-color: var(--ooui-enabled);
	border-bottom-color: var(--ooui-border);
	color: var(--ooui-color);
}

body.wgl-theme-dark .smw-property-page-results .value-row:hover {
	background-color: var(--smw-table-hover);
}

body.wgl-theme-dark .smw-ui-pagination .page-link {
	background-color: var(--content-background-color);
	border: 1px solid var(--ooui-border);
	color: var(--ooui-color);
	text-decoration: none;
	margin-left: 0;
}

body.wgl-theme-dark .smw-ui-pagination .page-link:hover {
	background-color: var(--ooui-enabled);
	border: 1px solid var(--smw-border-hover);
}

body.wgl-theme-dark .smw-ui-pagination .page-link.link-disabled {
	color: var(--searchinput-placeholder-color);
	border-color: var(--ooui-border-disabled);
	background-color: var(--ooui-disabled);
}

body.wgl-theme-dark .smw-ui-pagination .page-link.link-active {
	border-color: var(--ooui-progressive-hover);
}

body.wgl-theme-dark .smw-tabs section, .smw-tabs .subtab-content {
	border-top: 1px solid var(--smw-border-hover);
}

body.wgl-theme-dark .smw-tabs input.nav-tab:checked + label.nav-label {
	border: 1px solid var(--smw-border-hover);
	border-top: 2px solid #337ab7;
}

body.wgl-theme-dark .smw-tabs label.nav-label,
body.wgl-theme-dark .smw-tabs,
body.wgl-theme-dark .smw-tabs input.nav-tab:checked + label.nav-label,
body.wgl-theme-dark #tab-smw-property-value:checked + label.nav-label .usage-count,
body.wgl-theme-dark #tab-smw-concept-list:checked + label.nav-label .usage-count,
body.wgl-theme-dark #tab-smw-property-subp:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-property-errp:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-property-redi:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-type-list:checked + label.nav-label .item-count,
body.wgl-theme-dark #tab-smw-property-spec:checked + label.nav-label .item-count {
	color: var(--ooui-color);
}

body.wgl-theme-dark #tab-smw-property-value:checked + label.nav-label .usage-count.moderate,
body.wgl-theme-dark #tab-smw-concept-list:checked + label.nav-label .usage-count.moderate {
	background-color: rgba(43, 157, 239, 0.64);
}

body.wgl-theme-dark #tab-smw-property-value:checked + label.nav-label .usage-count.high,
body.wgl-theme-dark #tab-smw-concept-list:checked + label.nav-label .usage-count.high {
	background-color: rgba(222, 0, 0, 0.50);
}

body.wgl-theme-dark .smw-ui-input-filter {
	color: var(--content-text-color);
	border: solid 1px var(--ooui-border);
	background-color: var(--ooui-enabled);
}

body.wgl-theme-dark .smw-ui-input-filter:hover {
	border-color: var(--smw-border-hover);
}

body.wgl-theme-dark .smw-ui-input-filter input {
	color: var(--content-text-color) !important;
	border-color: var(--ooui-border) !important;
}

/**********
		Add WikiEditor parity with VisualEditor
		And fixes for dark theme, VisualEditor and CodeEditor
**********/

/* Changes colors of the WikiEditor and VisualEditor toolbars */
body.wgl-theme-dark .wikiEditor-ui-toolbar,
body.wgl-theme-dark .oo-ui-toolbar-bar,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section,
body.wgl-theme-dark .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
	background-color: #353535;
	color: #e6e6e6;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
}

/* VE template editor */
body.wgl-theme-dark .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice {
    background-color: #39393b;
}

body.wgl-theme-dark .ve-ui-mwTemplatePage-description,
body.wgl-theme-dark .oo-ui-labelWidget.oo-ui-inline-help,
body.wgl-theme-dark .ve-ui-mwParameterPage-undocumentedLabel,
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget-no-template-parameters {
    color: #b0bac3;
}

body.wgl-theme-dark .ve-ui-mwParameterPage-doc-required,
body.wgl-theme-dark .ve-ui-mwParameterPage-doc-deprecated,
body.wgl-theme-dark .ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example {
	color: #aaa;
}

body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget-sticky {
    background-color: #333d51;
}

/* Changes buttons of WikiEditor to match VisualEditor's behavior */
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section .group .tool .tool-select > .label a {
	color: #e6e6e6;
}
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a:before {
	filter: invert(1);
}
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a {
	color: #e6e6e6;
}

/* Changes colors of the VisualEditor placeholder toolbar */
body.wgl-theme-dark .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
	border-bottom: 1px solid #595959;
}

/* Changes border color for separator lines on both editors */
body.wgl-theme-dark .oo-ui-toolbar-bar,
body.wgl-theme-dark .oo-ui-menuToolGroup,
body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-view,
body.wgl-theme-dark .wikiEditor-ui-toolbar .sections .section,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group,
body.wgl-theme-dark .wikiEditor-ui-toolbar .section-secondary .group,
body.wgl-theme-dark .wikiEditor-ui .wikiEditor-ui-top,
body.wgl-theme-dark .codeEditor-status-message,
body.wgl-theme-dark .ace_print-margin {
    border-color: #595959;
}
body.wgl-theme-dark .ace_print-margin {
    background-color: #595959;
}

/* Inverts a bit the color of some blue icons on dark theme */
body.wgl-theme-dark #p-lang-btn .oo-ui-icon-translation,
body.wgl-theme-dark .ve-ui-toolbar .oo-ui-image-progressive,
body.wgl-theme-dark .wikiEditor-ui-toolbar .oo-ui-image-progressive {
    filter: contrast(0.7) brightness(1.8);
}

/* Fixes a border-like shadow under link insertion tool on VisualEditor on dark theme */
body.wgl-theme-dark .oo-ui-tabSelectWidget-frameless {
    box-shadow: inset 0 -1px 0 0 #595959;
}

/* Visual Editor: Link edit popup display text */
body.wgl-theme-dark .ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label .ve-ui-linkContextItem-label-preview {
	color: #aaa;
}

/* Visual Editor: Template editing popup left-hand-side parameter selection input */
body.wgl-theme-dark .oo-ui-selectWidget .oo-ui-optionWidget-highlighted {
	color: white;
	background: #333;
}

body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage,
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage:hover,
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage.oo-ui-optionWidget-highlighted {
	color: #fff;
	background: #467c;
}

/* Visual Editor: Template editing popup bottom left controls */
body.wgl-theme-dark .ve-ui-mwTransclusionOutlineControlsWidget {
	background-color: black;
	border-top-color: #888;
}

/* Fixes some colors on various zones on VisualEditor on dark theme */
body.wgl-theme-dark .oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above,
body.wgl-theme-dark .ve-ui-mwNoticesPopupTool-items > div:not(:first-child),
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-item:not(:first-child) {
    border-top: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-version-label,
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-version-link,
body.wgl-theme-dark .ve-ui-mwHelpPopupTool-version-date {
    color: #cebfd3;
}
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title,
body.wgl-theme-dark .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel {
    color: #9ea0a1;
}
body.wgl-theme-dark .ve-ce-languageAnnotation {
    background-color: #141921;
}
body.wgl-theme-dark .ve-ce-linkAnnotation.ve-ce-annotation-active {
    box-shadow: 0 0 0 1px #141921;
    background-color: #141921;
}
body.wgl-theme-dark .oo-ui-bookletLayout > .oo-ui-menuLayout-menu,
body.wgl-theme-dark .ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu,
body.wgl-theme-dark .ve-ui-mwGalleryDialog-menuLayout-desktop > .oo-ui-menuLayout-menu,
body.wgl-theme-dark .ve-ui-diffElement-hasDescriptions .ve-ui-diffElement-content {
    border-right: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-specialCharacterPage-character {
	border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted,
body.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
    background-color: #535a69;
    color: #9ed2ff;
}
body.wgl-theme-dark .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:active {
    background-color: #535a69;
    border-right-color: #6f6f6f;
}
body.wgl-theme-dark .oo-ui-toggleSwitchWidget {
    background-color: #46494d;
}
body.wgl-theme-dark .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}
body.wgl-theme-dark .ve-ui-contextItem + .ve-ui-contextItem {
    border-top: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .ve-ui-mwAceEditorWidget .ace_editor {
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label {
	border-top: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-menuSelectWidget {
    background-color: #333;
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
	color: #e6e6e6;
}
body.wgl-theme-dark .ve-ui-mwAceEditorWidget .ace_focus {
	border-color: #90c0fe;
}
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table th,
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table td {
  border-bottom:1px solid #000;
}
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table tr:nth-child(odd) td {
  background:#535353;
}
body.wgl-theme-dark .ve-ui-mwLanguagesPage-languages-table tr:nth-child(even) td {
  background:#636363;
}
body.wgl-theme-dark .ve-ui-mwLatexDialog-menuLayout > .oo-ui-menuLayout-content {
	border-bottom: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol {
	border: 1px solid #898989;
}
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol-largeLayout.ve-ui-mwLatexPage-symbol-wide,
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol {
    filter: invert(1);
}
body.wgl-theme-dark .ve-ui-mwLatexPage-symbol:is(:hover, :focus-within, :active) {
    border-color: #555;
}
body.wgl-theme-dark .ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
    background: #292929;
}
body.wgl-theme-dark .ve-ui-targetWidget {
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .ve-ce-branchNode-blockSlug,
body.wgl-theme-dark .ve-ce-branchNode-newSlug {
    outline: 1px dashed #6f6f6f;
    background-color: rgb(57 57 57 / 75%);
}
body.wgl-theme-dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
    color: #d9d9d9;
}
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link,
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title,
body.wgl-theme-dark .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title {
    color: #c9c9c9;
}
body.wgl-theme-dark .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover {
    background-color: #434f5b;
    border-right-color: #6f6f6f;
}

/* Improves a bit text on the exit without saving changes menu on VisualEditor */
body.wgl-theme-dark .oo-ui-messageDialog-title {
    color: #e6e6e6;
}

/* Improves labels on the character insertion menu on VisualEditor */
body.wgl-theme-dark .ve-ui-specialCharacterPage h3,
body.wgl-theme-dark .ve-ui-mwLatexDialog-content .oo-ui-bookletLayout-stackLayout h3 {
    color: #d7d7d7;
}

/* Improves border colors around popups of the VisualEditor on dark theme */
	/* Borders */
body.wgl-theme-dark .oo-ui-processDialog-content .oo-ui-window-head,
body.wgl-theme-dark .oo-ui-processDialog-content .oo-ui-window-foot {
    outline: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-searchWidget-query {
    border-bottom: 1px solid #6f6f6f;
}
body.wgl-theme-dark .mw-widget-mediaResultWidget-overlay {
    box-shadow: inset 0 0 0 1px #6f6f6f;
}
body.wgl-theme-dark .mw-widget-mediaResultWidget.oo-ui-optionWidget-highlighted,
body.wgl-theme-dark .mw-widget-mediaResultWidget.oo-ui-optionWidget-selected {
	box-shadow: 0 0 2px #90c0fe;
}
	/* Input labels */
body.wgl-theme-dark .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:is(:hover, :focus, :focus-within, :active),
body.wgl-theme-dark .ve-ui-targetWidget-focused {
	border-color: #90c0fe;
    box-shadow: inset 0 0 0 1px #90c0fe;
}

/* VisualEditor: Style included images like images on the regular page */
.wgl-theme-dark figure[typeof~="mw:File/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:File/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Thumb"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Frame"] > a:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:File/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:File/Frame"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Thumb"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Image/Frame"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Video/Frame"] > span:first-child > :first-child:not(.mw-broken-media),
.wgl-theme-dark figure[typeof~="mw:Audio/Frame"] > span:first-child > :first-child:not(.mw-broken-media) {
    background-color: #282828;
    border-color: #444;
}

/* Changes the color of the highlighting icons' background */
	/* Hovering */
body.wgl-theme-dark .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .menu .options .option:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .group div.tool.tool-select a.label:is(:hover, :focus-within),
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-characters div span:hover,
body.wgl-theme-dark .wikiEditor-ui-toolbar .booklet > .index > :hover,
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-characters div .wikiEditor-character-highlighted,
body.wgl-theme-dark .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover,
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
	background-color: #4b4c4f;
	color: var(--ooui-color);
}
	/* Active */
body.wgl-theme-dark .oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button,
body.wgl-theme-dark .wikiEditor-ui-toolbar .tabs span.tab a.current,
body.wgl-theme-dark .wikiEditor-ui-toolbar .group div.tool.tool-select.options-shown > a.label,
body.wgl-theme-dark .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle,
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:active,
body.wgl-theme-dark .oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected,
body.wgl-theme-dark .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
body.wgl-theme-dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
body.wgl-theme-dark .wikiEditor-ui-toolbar .booklet > .index > .current {
	background-color: #454e61;
	color: #90c0fe;
}

/* Fixes Heading insert icon on dark theme */
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .label:after {
	filter: invert(1);
}

/* Fixes Heading insert options background on dark theme */
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .options {
	border: 1px solid var(--ooui-border);
	background-color: #353535;
}

/* Fixes Heading insert options text color on dark theme */
body.wgl-theme-dark .wikiEditor-ui-toolbar .group .tool-select .options .option {
	color: #e6e6e6;
}

/* Fixes text colors on some menus on dark theme */
body.wgl-theme-dark .oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
    color: #90c0fe;
}

/* Fixes Special characters and Help menus buttons and labels */
	/* Normal */
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-characters div span {
	border: 1px solid #6f6f6f;
	color: #e6e6e6;
}

/* Fixes Help menu colors */
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-table th {
	color: #e6e6e6;
}
body.wgl-theme-dark .wikiEditor-ui-toolbar .page-table td {
	color: #e6e6e6;
	border-top: 1px solid #595959;
}

/* Makes a border color a bit consistent on the notice popup on VisualEditor */
body.wgl-theme-dark .oo-ui-popupWidget-popup {
    border: 1px solid #6f6f6f;
}
body.wgl-theme-dark .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after {
    border-bottom-color: #323232;
}
body.wgl-theme-dark .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before {
    border-bottom-color: #6f6f6f;
}

/* Fixes dark theme for the editor toggle */
/* General background of the options menu */
body.wgl-theme-dark .oo-ui-popupToolGroup-tools,
.wgl-theme-dark .oo-ui-popupWidget .oo-ui-popupWidget-popup {
	background-color: #353535;
	border: 1px solid #6f6f6f;
}

/* Color of the active selected option */
body.wgl-theme-dark .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
	color: #90c0fe;
}

/* Visual Editor link popup article preview image background */
body.wgl-theme-dark .ve-ui-mwInternalLinkContextItem-withImage > .oo-ui-iconElement.oo-ui-iconElement-icon {
	background-color: transparent;
}

/* Makes the text editing section a certain color on all cases */
body.wgl-theme-dark .wikiEditor-ui,
body.wgl-theme-dark .CodeMirror,
body.wgl-theme-dark .mw-editform #wpTextbox1,
body.wgl-theme-dark .ace-tm,
body.wgl-theme-dark .wikiEditor-ui textarea {
	background-color: #1e1e1e;
}

/* Makes the syntax highlighting number line more readable */
body.wgl-theme-dark .CodeMirror-gutter,
body.wgl-theme-dark CodeMirror-linenumbers,
body.wgl-theme-dark .ace-tm .ace_gutter {
	background: #333333;
	border-right: 1px solid #6f6f6f;
	color: #fff;
}
body.wgl-theme-dark .ace-tm .ace_gutter-active-line {
	background-color: #5f5f5f;
	color: #e6e6e6;
}

/* Adds more padding to these notices */
body.wgl-theme-dark .codeEditor-status {
	border-top: 1px solid #6f6f6f;
}

/* Changes colors of the save section */
body.wgl-theme-dark .editOptions {
	background-color: #353535;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
}

/* Changes the edit save popup */
	/* Popup background */
body.wgl-theme-dark .oo-ui-windowManager-modal > .oo-ui-dialog {
  background-color: #0008;
}

	/* Actual background colors */
body.wgl-theme-dark .oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
	background-color: #414141;
}
	/* Text color on dark theme */
body.wgl-theme-dark .oo-ui-messageDialog-message {
	color: #fff;
}
	/* Separator line colors */
body.wgl-theme-dark .oo-ui-messageDialog-content > .oo-ui-window-foot {
	outline: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
	border-right: 1px solid var(--ooui-border);
}
	/* Cancel button colors */
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
	background-color: #414141;
	color: var(--ooui-destructive);
}
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
	background-color: #615858;
}
	/* Accept button colors */
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
	background-color: #36c;
	color: #fff;
}
body.wgl-theme-dark .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
	background-color: #447ff5;
}

/* Other popups */
	/* Actual background colors */
body.wgl-theme-dark .ui-widget-content {
	border: 0;
	background: #414141;
	color: var(--ooui-color);
}
	/* Input fields */
body.wgl-theme-dark #wikieditor-toolbar-file-target,
body.wgl-theme-dark #wikieditor-toolbar-file-caption,
body.wgl-theme-dark #wikieditor-toolbar-file-alt,
body.wgl-theme-dark .ui-widget input,
body.wgl-theme-dark .ui-widget select,
body.wgl-theme-dark .ui-widget textarea,
body.wgl-theme-dark .ui-widget button {
	border: 1px solid #595959;
	color: var(--ooui-color);
}
	/* Header colors */
body.wgl-theme-dark .ui-dialog .ui-widget-header {
	background: #5a5a5b !important;
	color: var(--ooui-color);
}
	/* Inverts the closing button color */
body.wgl-theme-dark .ui-dialog .ui-icon-closethick {
	filter: invert(1);
}
	/* Turns the Show help text of inserting images into a button */
body.wgl-theme-dark .wikieditor-toolbar-file-alt-help {
	background: var(--ooui-enabled);
	border: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .wikieditor-toolbar-file-alt-help:is(:hover, :focus-within) {
	background: var(--ooui-enabled-hover) !important;
	border: 1px solid #7a8191 !important;
}
	/* Changes colors of the separator line */
body.wgl-theme-dark .wikiEditor-toolbar-dialog .ui-dialog-buttonpane {
	border-top: 1px solid var(--ooui-border) !important;
}
	/* Changes colors of the bottom buttons */
body.wgl-theme-dark .ui-dialog .ui-dialog-buttonpane button {
	background: var(--ooui-enabled) !important;
	color: var(--ooui-color);
	border: 1px solid var(--ooui-border) !important;
}
body.wgl-theme-dark .ui-dialog .ui-dialog-buttonpane button:is(:hover, :focus-within) {
	background: var(--ooui-enabled-hover) !important;
	border: 1px solid #7a8191 !important;
}

/* Fixing indent on CodeEditor */
body.wgl-theme-dark .ace-tm .ace_indent-guide {
    filter: brightness(0.5);
}

/* Improvements for colors on Search & Replace */
body.wgl-theme-dark #wikieditor-toolbar-replace-nomatch {
	background-color: #794c4c;
}
body.wgl-theme-dark #wikieditor-toolbar-replace-emptysearch {
	background-color: #6f6d48;
}
body.wgl-theme-dark #wikieditor-toolbar-replace-success {
	background-color: #44694b;
}
body.wgl-theme-dark #wikieditor-toolbar-replace-invalidregex {
	background-color: #6e4b71;
}

/* CodeEditor search color fixes for dark theme */
body.wgl-theme-dark .ace_search {
	background-color: #353535;
	border: 1px solid var(--ooui-border);
	border-top: 0;
	border-right: 0;
	color: #e6e6e6;
}

/* CodeEditor search input field color fixes for dark theme */
body.wgl-theme-dark .ace_search_field {
	border-radius: 3px 0 0 3px;
	background-color: #414141;
	color: #e6e6e6;
	border: 1px solid var(--ooui-border);
	border-right: 0;
}

/* CodeEditor search button color fixes for dark theme */
body.wgl-theme-dark .ace_searchbtn {
	border: 1px solid var(--ooui-border);
	background: #414141;
	color: #e6e6e6;
	border-right: 0;
	border-left: 1px solid var(--ooui-border);
}
body.wgl-theme-dark .ace_button {
	border: 1px solid var(--ooui-border);
	color: #e6e6e6;
}

/* Text selection fixes for dark theme */
body.wgl-theme-dark .cm-mw-doubleUnderscore,
body.wgl-theme-dark .cm-mw-signature,
body.wgl-theme-dark .cm-mw-hr {
	background-color: #1e1e1e;
}

/* Dark theme fixes for VisualEditor's save UI */
body.wgl-theme-dark a.extiw {
    color: #90c0fe;
}
body.wgl-theme-dark a.extiw:visited {
    color: #9495f4;
}
body.wgl-theme-dark #editpage-copywarn a {
	color: #90c0fe;
}
body.wgl-theme-dark #editpage-copywarn a:visited {
    color: #9495f4;
}
body.wgl-theme-dark .ve-ui-mwSaveDialog-license,
body.wgl-theme-dark .ve-ui-diffElement-attributeChange {
    color: #bfbfbf;
}
body.wgl-theme-dark .ve-ui-changeDescriptionsSelectWidget > .oo-ui-optionWidget-highlighted {
    background: #57759c;
}




/**********
		CodeEditor (also called AceEditor) colors
		Consistency between light and dark themes
**********/
body.wgl-theme-dark .ace-tm .ace_comment {
	color: #b5b9c5;
}
body.wgl-theme-dark .ace-tm .ace_support.ace_function {
	color: #fff;
}
body.wgl-theme-dark .ace-tm .ace_constant,
body.wgl-theme-dark .ace-tm .ace_string {
	color: #ffa4a7;
}
body.wgl-theme-dark .ace-tm .ace_variable {
	color: #90c8d9;
}
body.wgl-theme-dark .ace-tm .ace_support.ace_type,
body.wgl-theme-dark .ace-tm .ace_support.ace_class,
body.wgl-theme-dark .ace-tm .ace_constant.ace_language,
body.wgl-theme-dark .ace-tm .ace_constant.ace_library {
	color: #1fe326;
}
body.wgl-theme-dark .ace-tm .ace_constant.ace_numeric,
body.wgl-theme-dark .ace-tm .ace_storage,
body.wgl-theme-dark .ace-tm .ace_keyword {
	color: #9bbdff;
}
body.wgl-theme-dark .ace-tm .ace_keyword.ace_operator {
	color: #a9a9a9;
}
body.wgl-theme-dark .ace-tm .ace_support.ace_constant {
	color: #f9b77d;
}
body.wgl-theme-dark .ace-tm .ace_entity.ace_name.ace_function {
	color: #28ccff;
}
body.wgl-theme-dark .ace-tm .ace_comment.ace_doc {
	color: #9faad3;
}




/**********
		CodeMirror (WikiEditor syntax highlighting) colors
		Consistency between light and dark themes
**********/
	/* Parser functions */
body.wgl-theme-dark .cm-mw-parserfunction-name,
body.wgl-theme-dark .cm-mw-parserfunction-bracket,
body.wgl-theme-dark .cm-mw-parserfunction-delimiter {
	color: #ffa3a3;
}
	/* Templates */
body.wgl-theme-dark .cm-mw-template,
body.wgl-theme-dark .cm-mw-template-name,
body.wgl-theme-dark .cm-mw-template-argument-name,
body.wgl-theme-dark .cm-mw-template-delimiter,
body.wgl-theme-dark .cm-mw-template-bracket {
	color: #d7a9ff;
}
	/* Page links */
body.wgl-theme-dark .cm-mw-link-pagename,
body.wgl-theme-dark .cm-mw-link-bracket,
body.wgl-theme-dark .cm-mw-link-delimiter,
body.wgl-theme-dark .cm-mw-extlink,
body.wgl-theme-dark .cm-mw-free-extlink,
body.wgl-theme-dark .cm-mw-extlink-protocol,
body.wgl-theme-dark .cm-mw-free-extlink-protocol,
body.wgl-theme-dark .cm-mw-extlink-bracket {
	color: #9fbfff;
}
	/* Tags */
body.wgl-theme-dark .cm-mw-mnemonic,
body.wgl-theme-dark .cm-mw-exttag-name,
body.wgl-theme-dark .cm-mw-htmltag-name,
body.wgl-theme-dark .cm-mw-exttag-bracket,
body.wgl-theme-dark .cm-mw-exttag-attribute,
body.wgl-theme-dark .cm-mw-htmltag-bracket,
body.wgl-theme-dark .cm-mw-htmltag-attribute {
	color: #0be10b;
}
	/* Comments */
body.wgl-theme-dark .cm-mw-comment {
	color: #bbbbbb;
}
	/* Template variables */
body.wgl-theme-dark .cm-mw-templatevariable,
body.wgl-theme-dark .cm-mw-templatevariable-bracket,
body.wgl-theme-dark .cm-mw-templatevariable-name,
body.wgl-theme-dark .cm-mw-templatevariable-delimiter {
	color: #e9b15c;
}
	/* Links to sections and other formatting */
body.wgl-theme-dark .cm-mw-list,
body.wgl-theme-dark .cm-mw-indenting,
body.wgl-theme-dark .cm-mw-doubleUnderscore,
body.wgl-theme-dark .cm-mw-signature,
body.wgl-theme-dark .cm-mw-hr,
body.wgl-theme-dark .cm-mw-apostrophes-bold,
body.wgl-theme-dark .cm-mw-apostrophes-italic,
body.wgl-theme-dark .cm-mw-link,
body.wgl-theme-dark .cm-mw-link-tosection,
body.wgl-theme-dark .cm-mw-section-header {
	color: #66d3ff;
}
	/* Tables */
body.wgl-theme-dark .cm-mw-table-bracket,
body.wgl-theme-dark .cm-mw-table-delimiter,
body.wgl-theme-dark .cm-mw-table-definition {
    color: #ff9ed6;
}
	/* Matching brackets */
body.wgl-theme-dark .cm-mw-matchingbracket {
	background-color: #7d7d38;
}

/* Scribunto debug console */
body.wgl-theme-dark .mw-scribunto-console-fieldset {
  background: var(--archive-box-background-color);
  color: var(--content-text-color);
}
body.wgl-theme-dark #mw-scribunto-input {
  background: var(--base-background-color);
  color: #88f;
}
body.wgl-theme-dark .mw-scribunto-input {
  color: #88f;
}
body.wgl-theme-dark .mw-scribunto-normalOutput {
  color: var(--content-text-color);
  background: var(--archive-box-background-color);
}
body.wgl-theme-dark .mw-scribunto-print {
  color: #da8;
  background: var(--archive-box-background-color);
}
body.wgl-theme-dark .mw-scribunto-error {
  color: #f88;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-propList {
  color: #8f8;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-message {
  color: #8f8;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-tabcomplete {
  color: #f8f;
  background: var(--archive-box-background-color)
}
body.wgl-theme-dark .mw-scribunto-clear {
  color: #f88;
  border-bottom-color: #f88
}

body.wgl-theme-dark .mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend {
    background-color: #373f50;
}

body.wgl-theme-dark .mw-prefs-search-highlight,
body.wgl-theme-dark .mw-prefs-tabs:not(.mw-prefs-tabs-searching) .oo-ui-fieldsetLayout:target > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
    background: #0b1e39 !important;
    outline: 3px solid #0b1e39 !important;
}

body.wgl-theme-dark .smw-column-header {
	color: #fff;
}

/* AdvancedSearch */
body.wgl-theme-dark .mw-advancedSearch-fieldContainer,
body.wgl-theme-dark .mw-advancedSearch-namespace-selection {
    background: #282828;
    border-color: #444;
}

body.wgl-theme-dark .mw-advancedSearch-fieldContainer .oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
	background: #282828;
    color: #fff;
}

body.wgl-theme-dark .mw-advancedSearch-namespace-border {
    border-color: #444;
}

/* Inline diff */
body.wgl-theme-dark .ve-ui-diffElement-attributeChange ins,
body.wgl-theme-dark .ve-ui-diffElement-attributeChange del,
body.wgl-theme-dark .mw-diff-inline-legend,
body.wgl-theme-dark .mw-diff-inline-added ins,
body.wgl-theme-dark .mw-diff-inline-changed ins,
body.wgl-theme-dark .mw-diff-inline-moved ins,
body.wgl-theme-dark .mw-diff-inline-deleted ins,
body.wgl-theme-dark .mw-diff-inline-added del,
body.wgl-theme-dark .mw-diff-inline-changed del,
body.wgl-theme-dark .mw-diff-inline-moved del,
body.wgl-theme-dark .mw-diff-inline-deleted del {
	color: #000;
}

/**
 * See [[MediaWiki:Common.css]] for desktop and mobile styles, e.g. templates.
 *
 * See [[MediaWiki:Vector-theme-dark.css]] for desktop dark theme related styles.
 *
 * See [[MediaWiki:Minerva.css]] for mobile theme related styles.
 * See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles.
 */
 body {
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Add transitions for other properties as needed */
}

a {
    transition: color 0.3s ease;
}
/* Default styles:
 * [[File:Wiki.png]] [[File:Background.png]] [[File:Header-background.png]]
 * [[File:Vector-tabs.png]] [[File:Vector-tabs-first.png]] [[File:Wiki@2x.png]]
 * [[File:Background-HiDPI.png]] [[File:Header-background-HiDPI.png]]
 * [[File:Vector-tabs-HiDPI.png]] [[File:Vector-tabs-first-HiDPI.png]]
 */
:root {
	--wiki-logo: url('/images/Wiki.png');
	--base-background: url('filepath:///resources/assets/mc/Background.png');
	--header-background: url('filepath:///resources/assets/mc/Header-background.png');
	--vector-tabs: url('filepath:///resources/assets/mc/Vector-tabs.png');
	--vector-tabs-first: url('filepath:///resources/assets/mc/Vector-tabs-first.png');
	
	--wiki-logo-hidpi: url('/images/Wiki@2x.png');
	--base-background-hidpi: url('filepath:///resources/assets/mc/Background-HiDPI.png');
	--header-background-hidpi: url('filepath:///resources/assets/mc/filepath:///resources/assets/mc/Header-background-HiDPI.png');
	--vector-tabs-hidpi: url('filepath:///resources/assets/mc/Vector-tabs-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath:///resources/assets/mc/Vector-tabs-first-HiDPI.png');
	
	--list-bullet: url('filepath:///resources/assets/mc/List_bullet.svg');
	
	--content-text-color: #202122;
	--content-secondary-text-color: #555555;
	--base-background-color: #303030;
	--content-background-color: #E6EFF4;
	--content-border-top-color: #B4BEC3;
	--content-border-top-right-color: #784c2a;
	--simplesearch-top-border-color: #FFFFFF;
	--simplesearch-left-border-color: #888888;
	--simplesearch-topright-grass-color: #6BA41E;
	--searchinput-placeholder-color: #72777D;
	
	--sidebar-display-minecraft: initial;
	--sidebar-display-dungeons: none;
	--sidebar-display-earth: none;
	--sidebar-display-legends: none;
	--sidebar-display-story-mode: none;
	--sidebar-display-tutorial: none;
	--sidebar-display-movie: none;
}

body {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

/* Dungeons styles:
 * [[File:Dungeons Wiki.png]] [[File:Header-background-dungeons.png]]
 * [[File:Vector-tabs-dungeons.png]] [[File:Vector-tabs-first-dungeons.png]]
 * [[File:Dungeons Wiki HiDPI.png]] [[File:Header-background-dungeons-HiDPI.png]]
 * [[File:Vector-tabs-dungeons-HiDPI.png]] [[File:Vector-tabs-first-dungeons-HiDPI.png]]
 */
body.rootpage-Minecraft_Dungeons,
body.rootpage-Talk_Minecraft_Dungeons,
body.ns-10000,
body.ns-10001 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Background.png');
	--base-background-hidpi: url('filepath://Background-HiDPI.png');
	
	/*--wiki-logo: url('filepath://Dungeons_Wiki.png');*/
	--header-background: url('filepath://Header-background-dungeons.png');
	--vector-tabs: url('filepath://Vector-tabs-dungeons.png');
	--vector-tabs-first: url('filepath://Vector-tabs-first-dungeons.png');
	
	/*--wiki-logo-hidpi: url('filepath://Dungeons_Wiki_HiDPI.png');*/
	--header-background-hidpi: url('filepath://Header-background-dungeons-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Vector-tabs-dungeons-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-dungeons-HiDPI.png');
	
	--content-background-color: #F2EEE7;
	--content-border-top-color: #C5B494;
	--content-border-top-right-color: #595959;
	--simplesearch-before-border-left-color: #3A3B3A;
	--simplesearch-topright-grass-color: #F26417;
	--search-form-after-border-top-color: #F27633;
	
	--sidebar-display-minecraft: none;
	--sidebar-display-dungeons: initial;
	--sidebar-display-earth: none;
	--sidebar-display-legends: none;
	--sidebar-display-story-mode: none;
	--sidebar-display-tutorial: none;
	--sidebar-display-movie: none;
}

/* Earth styles:
 * [[File:Earth Wiki.png]] [[File:Header-background-earth.png]]
 * [[File:Vector-tabs-earth.png]] [[File:Vector-tabs-first-earth.png]]
 * [[File:Earth Wiki HiDPI.png]] [[File:Header-background-earth-HiDPI.png]]
 * [[File:Vector-tabs-earth-HiDPI.png]] [[File:Vector-tabs-first-earth-HiDPI.png]]
 */
body.rootpage-Minecraft_Earth,
body.rootpage-Talk_Minecraft_Earth,
body.ns-10002,
body.ns-10003 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Background.png');
	--base-background-hidpi: url('filepath://Background-HiDPI.png');
	
	/*--wiki-logo: url('filepath://Earth_Wiki.png');*/
	--header-background: url('filepath://Header-background-earth.png');
	--vector-tabs: url('filepath://Vector-tabs-earth.png');
	--vector-tabs-first: url('filepath://Vector-tabs-first-earth.png');
	
	/*--wiki-logo-hidpi: url('filepath://Earth_Wiki_HiDPI.png');*/
	--header-background-hidpi: url('filepath://Header-background-earth-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Vector-tabs-earth-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-earth-HiDPI.png');
	
	--content-background-color: #E5EDFF;
	--content-border-top-color: #B7BDCC;
	--content-border-top-right-color: #406b7f;
	--simplesearch-before-border-left-color: #284350;
	--simplesearch-topright-grass-color: #0FD36D;
	--search-form-after-border-top-color: #2DDA81;
	
	--sidebar-display-minecraft: none;
	--sidebar-display-dungeons: none;
	--sidebar-display-earth: initial;
	--sidebar-display-legends: none;
	--sidebar-display-story-mode: none;
	--sidebar-display-tutorial: none;
	--sidebar-display-movie: none;
}

/* Legends styles:
 * [[File:Header-background-legends.png]] [[File:Vector-tabs-legends.png]]
 * [[File:Vector-tabs-first-legends.png]] [[File:Header-background-legends-HiDPI.png]]
 * [[File:Vector-tabs-legends-HiDPI.png]] [[File:Vector-tabs-first-legends-HiDPI.png]]
 */
body.rootpage-Minecraft_Legends,
body.rootpage-Talk_Minecraft_Legends,
body.ns-10006,
body.ns-10007 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Background.png');
	--base-background-hidpi: url('filepath://Background-HiDPI.png');
	
	/*--wiki-logo: url('filepath://Legends_Wiki.png');*/
	--header-background: url('filepath://Header-background-legends.png');
	--vector-tabs: url('filepath://Vector-tabs-legends.png');
	--vector-tabs-first: url('filepath://Vector-tabs-first-legends.png');
	
	/*--wiki-logo-hidpi: url('filepath://Legends_Wiki_HiDPI.png');*/
	--header-background-hidpi: url('filepath://Header-background-legends-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Vector-tabs-legends-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-legends-HiDPI.png');
	
	--content-background-color: #DAEAE9;
	--content-border-top-color: #9FA2A2;
	--content-border-top-right-color: #34538c;
	--simplesearch-before-border-left-color: #203559;
	--simplesearch-topright-grass-color: #08F9E2;
	--search-form-after-border-top-color: #2AFDE9;
	
	--sidebar-display-minecraft: none;
	--sidebar-display-dungeons: none;
	--sidebar-display-earth: none;
	--sidebar-display-legends: initial;
	--sidebar-display-story-mode: none;
	--sidebar-display-tutorial: none;
	--sidebar-display-movie: none;
}

/* Story Mode styles:
 * [[File:Header-background-storymode.png]] [[File:Vector-tabs-storymode.png]]
 * [[File:Vector-tabs-first-storymode.png]] [[File:Header-background-storymode-HiDPI.png]]
 * [[File:Vector-tabs-storymode-HiDPI.png]] [[File:Vector-tabs-first-storymode-HiDPI.png]]
 */
body.rootpage-Minecraft_Story_Mode,
body.rootpage-Talk_Minecraft_Story_Mode,
body.rootpage-Minecraft_Story_Mode_-_Season_Two,
body.rootpage-Talk_Minecraft_Story_Mode_-_Season_Two,
body.ns-10004,
body.ns-10005 {
	/* Overwrite theme gadget styles */
	--base-background: url('filepath://Background.png');
	--base-background-hidpi: url('filepath://Background-HiDPI.png');
	
	/*--wiki-logo: url('filepath://Story_Mode_Wiki.png');*/
	--header-background: url('filepath://Header-background-storymode.png');
	--vector-tabs: url('filepath://Vector-tabs-storymode.png');
	--vector-tabs-first: url('filepath://Vector-tabs-first-storymode.png');
	
	/*--wiki-logo-hidpi: url('filepath://Story_Mode_Wiki_HiDPI.png');*/
	--header-background-hidpi: url('filepath://Header-background-storymode-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Vector-tabs-storymode-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-storymode-HiDPI.png');
	
	--content-background-color: #f9eddc;
	--content-border-top-color: #d5c090;
	--content-border-top-right-color: #503767;
	--simplesearch-before-border-left-color: #352343;
	--simplesearch-topright-grass-color: #d2a734;
	--search-form-after-border-top-color: #d2a734;
	
	--sidebar-display-minecraft: none;
	--sidebar-display-dungeons: none;
	--sidebar-display-earth: none;
	--sidebar-display-legends: none;
	--sidebar-display-story-mode: initial;
	--sidebar-display-tutorial: none;
	--sidebar-display-movie: none;
}

/* Tutorial styles
 */
body.rootpage-Tutorials,
body.rootpage-Talk_Tutorials,
body.ns-10010,
body.ns-10011 {
	--sidebar-display-minecraft: none;
	--sidebar-display-dungeons: none;
	--sidebar-display-earth: none;
	--sidebar-display-legends: none;
	--sidebar-display-story-mode: none;
	--sidebar-display-tutorial: initial;
	--sidebar-display-movie: none;
}

/* Movie styles:
 * [[File:Background-movie.png]] [[File:Background-movie-HiDPI.png]]
 * [[File:Header-background-movie.png]] [[File:Vector-tabs-movie.png]]
 * [[File:Vector-tabs-first-movie.png]] [[File:Header-background-movie-HiDPI.png]]
 * [[File:Vector-tabs-movie-HiDPI.png]] [[File:Vector-tabs-first-movie-HiDPI.png]]
 */
html body.rootpage-A_Minecraft_Movie,
html body.rootpage-Talk_A_Minecraft_Movie,
html body.ns-10012,
html body.ns-10013 {
	--base-background: url('filepath://Background-movie.png');
	--base-background-hidpi: url('filepath://Background-movie-HiDPI.png');

	--header-background: url('filepath://Header-background-movie.png');
	--vector-tabs: url('filepath://Vector-tabs-movie.png');
	--vector-tabs-first: url('filepath://Vector-tabs-first-movie.png');

	--header-background-hidpi: url('filepath://Header-background-movie-HiDPI.png');
	--vector-tabs-hidpi: url('filepath://Vector-tabs-movie-HiDPI.png');
	--vector-tabs-first-hidpi: url('filepath://Vector-tabs-first-movie-HiDPI.png');

	--content-background-color: #E8E3E1;
    --content-border-top-color: #BDB5AF;

	--sidebar-display-minecraft: none;
	--sidebar-display-dungeons: none;
	--sidebar-display-earth: none;
	--sidebar-display-legends: none;
	--sidebar-display-story-mode: none;
	--sidebar-display-tutorial: none;
	--sidebar-display-movie: initial;
}

/* Give the background the initial stone texture */
body {
	background-color: var(--base-background-color);
    background-image: var(--header-background), var(--base-background);
    background-repeat: repeat-x, repeat;
    background-position: top left, top left;
    background-size: auto 234px, 468px;
}

/* Logo */
.mw-wiki-logo {
	background-image: var(--wiki-logo);
	background-size: cover;
}

#mw-page-base {
	background: none;
	height: 85px;
}

/* Remove excess spacing between the sidebar and the logo */
div#mw-panel {
	padding-top: 0;
	padding-bottom: 10px;
}

#p-logo,
#p-logo a {
	height: 8.75em; /* 140px */
}

/* Set the outer content link colours to light gray and white */
#mw-panel *:not(h3) > a:not(:hover):not(:focus),
#footer a:not(:hover):not(:focus),
.mw-notification a:not(:hover):not(:focus) {
	color: #BFBFBF !important;
}

#mw-panel h3,
#mw-panel a,
#footer li,
#footer a,
.mw-notification a {
	color: #FFF !important;
}

#mw-panel h3 {
	text-decoration: none !important;
	cursor: pointer;
}

/* Set the tab link colours to black and bold */
#p-namespaces a,
#p-views a,
#p-cactions-label span,
div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
	font-weight: bold;
	text-decoration: none;
}

/* Use black links */
#p-namespaces a,
#p-views a,
#p-sharing span,
#p-cactions-label span,
div#mw-head div.vectorMenu h4 {
	color: #000;
}

#p-namespaces .new a,
#p-views .new a {
	color: #BA0000;
}

/* Add some margin to help with the 3D effect */
#right-navigation,
#content {
	margin-right: 10px;
}
#footer {
	margin-right: 8px;
}

/* Position the tabs */
#left-navigation,
#right-navigation {
	margin-top: 54px;
}

#mw-head-base {
	height: 80px;
	margin-top: -80px;
}

/* Give the tabs the grass block styling */
nav.vector-menu-tabs,
nav.vector-menu-dropdown {
    background: none;
    padding: 0;
    height: 36px;
}

nav.vector-menu-tabs li a {
    box-sizing: unset;
}

nav.vector-menu-tabs,
nav.vector-menu-tabs a,
.vector-menu-portal .vector-menu-heading,
nav.vector-menu-tabs ul,
nav.vector-menu-tabs ul li.selected,
#mw-head .vector-menu-dropdown .vector-menu-heading {
    background: none;
}

nav.vector-menu-tabs ul li,
nav.vector-menu-tabs ul li.selected,
nav.vector-menu-tabs ul li:hover,
nav.vector-menu-tabs ul li:focus,
nav.vector-menu-dropdown,
nav.vector-menu-dropdown:hover,
nav.vector-menu-dropdown:focus {
    --ca-background-image: var(--vector-tabs);
    --ca-background-color: var(--content-border-top-color);
    background: var(--ca-background-image) no-repeat right 8px top,
                linear-gradient(to right, var(--ca-background-color) calc(100% - 14px), transparent 0) no-repeat left 6px top 6px;
    position: relative;
}

nav.vector-menu-tabs ul li.selected,
nav.vector-menu-tabs ul li:hover,
nav.vector-menu-tabs ul li:focus,
nav.vector-menu-dropdown:hover,
nav.vector-menu-dropdown:focus {
    --ca-background-color: var(--content-background-color);
    background-position-y: bottom, 6px;
}

nav.vector-menu-tabs ul li:before,
nav.vector-menu-dropdown:before {
    content: "";
    position: absolute;
    left: 0;
    background: var(--ca-background-image) var(--content-border-top-color) no-repeat left top;
    width: 6px;
    height: 100%;
    pointer-events: none;
}

#left-navigation nav.vector-menu-tabs li:first-child:before {
    background: var(--vector-tabs-first) no-repeat left top;
    height: 93px
}

nav.vector-menu-tabs li a {
    padding: 15px 14px 0 20px;
    height: 21px;
    margin-right: 8px;
}

.vector-menu-tabs .mw-watchlink.icon {
	/* Force font-size when using the icon */
    font-size: 16px !important;
}

.vector-menu-tabs .mw-watchlink.icon a {
    width: 45px;
    margin-right: 3px;
    margin-bottom: -4px;
}

.vector-menu-tabs .mw-watchlink.icon a:before {
	left: 1.17em;
}

nav.vector-menu-dropdown label {
	padding: 15px 14px 0 20px !important;
}

nav.vector-menu-dropdown .vector-menu-content {
	transition: none;
	margin-left: 6px;
	min-width: calc(100% - 14px); /* Subtract 14px from the minimum width so that it doesn't cross the grass border */
}

.vector-menu-dropdown:focus-within .vector-menu-content,
.vector-menu-dropdown:hover .vector-menu-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

nav.vector-menu {
    margin: 0 8px 0 6px;
}
#p-views,
#p-cactions {
	margin: 0;
}
#p-cactions {
	padding-right: 8px;
}

#left-navigation nav.vector-menu {
	margin-left: 0;
}

nav.vector-menu h3 span {
    font-weight: bold;
}

nav.vector-menu h3 a {
    height: 36px;
    margin-right: 8px;
}

nav.vector-menu div.vector-menu-content {
    top: 35px;
}

.vector-menu-portal .vector-menu-content,
#p-personal .vector-menu-content-list,
#footer {
    background-color: #232324;
    border: 2px #313233 solid;
}
nav.vector-menu-portal,
#p-personal {
    background-color: #232324;
    border: 2px black solid;
}

#mw-panel nav.vector-menu-portal.collapsed h3:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.vector-legacy-sidebar .vector-menu-portal {
	display: var(--sidebar-display, block);
    margin: 0.5em 8px 2px 6px;
    padding: 0;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
    margin-left: 0;
    padding: 0;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content-list {
    padding: 0.3em 0.5em;
}

div#mw-panel nav.vector-menu-portal h3 {
    background: conic-gradient(from 180deg at 2px calc(100% - 2px), #6a6b6c 90deg, transparent 0),
                conic-gradient(from 0 at calc(100% - 2px) 2px, #6a6b6c 90deg, transparent 0),
                linear-gradient(to top, #464747 2px, transparent 0px),
                linear-gradient(to bottom, #5a5b5c 2px, transparent 0px),
                linear-gradient(to left, #464747 2px, transparent 0px),
                linear-gradient(to right, #5a5b5c 2px, transparent 0px);
    background-color: #313233;
    padding: calc(0.5em + 2px);
    border-bottom: 2px solid black;
}

@media screen and (min-width: 720px) {
	div#mw-panel nav.vector-menu-portal.collapsed h3 {
	    background: conic-gradient(from 180deg at 2px calc(100% - 2px), #7c7c7d 90deg, transparent 0),
	                conic-gradient(from 0 at calc(100% - 2px) 2px, #7c7c7d 90deg, transparent 0),
	                linear-gradient(to top, #5a5b5c 2px, transparent 0),
	                linear-gradient(to bottom, #6d6d6e 2px, transparent 0),
	                linear-gradient(to left, #5a5b5c 2px, transparent 0),
	                linear-gradient(to right, #6d6d6e 2px, transparent 0);
	    background-color: #48494a;
	    padding: 0.5em calc(0.5em + 2px);
	    border-bottom: 5px solid #313233;
	}
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    margin: 0;
}

nav.mw-portlet.emptyPortlet {
	display: none;
}

/* Uncomment this to unhide the "Navigation" header of the first sidebar box */
/* #p-logo + .mw-portlet .vector-menu-heading {
    display: block;
} */

/*#mw-panel nav.vector-menu-portal.collapsed .vector-menu-content {
    display: none;
}*/

/* Style the personal links */
#p-personal {
    right: 10px;
    top: 5px;
    margin-right: 0;
    margin-left: 10px;
}

#p-personal a {
    color: white;
}

.mw-echo-alert {
    background-color: #8e721c;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: bold;
}

#p-personal .vector-menu-content-list {
	padding: 1px 0.5em 1px 0;
}

.vector-user-menu-legacy li {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#p-personal .oo-ui-icon-bell, #p-personal .mw-ui-icon-bell::before,
#p-personal .oo-ui-icon-tray, #p-personal .mw-ui-icon-tray::before {
    filter: invert(1);
}
.vector-user-menu-legacy #pt-anonuserpage,
.vector-user-menu-legacy #pt-tmpuserpage,
.vector-user-menu-legacy #pt-userpage a {
    filter: invert(1);
    padding-top: 0;
    background-size: 14px;
    background-position: unset;
}

.vector-user-menu-legacy #pt-anonuserpage span,
.vector-user-menu-legacy #pt-tmpuserpage span {
    color: lightgrey;
    filter: invert(1);
}

.vector-user-menu-legacy #pt-userpage a span {
    color: white;
    filter: invert(1);
}

.skin-vector-legacy #p-personal #pt-notifications-notice,
.skin-vector-legacy #p-personal #pt-notifications-alert {
	margin-right: 0;
}

.skin-vector-legacy #pt-notifications-notice .mw-echo-notifications-badge,
.skin-vector-legacy #pt-notifications-alert .mw-echo-notifications-badge {
    top: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 8px;
}

.skin-vector-legacy #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,
.skin-vector-legacy #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
    margin-right: 2px;
}

.skin-vector-legacy #pt-notifications-notice .mw-echo-notifications-badge:after,
.skin-vector-legacy #pt-notifications-alert .mw-echo-notifications-badge:after {
    top: 4px;
    filter: invert(1);
}

/* Style the simple search */
#p-search {
	margin-left: 0;
}

#p-search form {
	position: relative;
	margin-top: 6px;
	padding: 0 4px 0 5px;
	height: 27px;
}

#simpleSearch {
	top: -3px;
	border: 0;
	border-top: 3px solid var(--simplesearch-top-border-color);
	border-left: 3px solid var(--simplesearch-left-border-color);
	background-color: #D0CFCF;
	background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB);
	background-image: linear-gradient(#C3C3C3, #DBDBDB);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}

#simpleSearch:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -3px;
	border-top: 3px solid var(--simplesearch-left-border-color);
	border-left: 3px solid var(--content-border-top-color);
	z-index: 1;
}

#simpleSearch:after {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	border-top: 3px solid var(--simplesearch-topright-grass-color);
	border-left: 3px solid var(--simplesearch-top-border-color);
}

/* Remove border of search bar */
#simpleSearch .vector-search-box-input {
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    height: 27px;
}

.vector-search-box-input::placeholder {
	color: var(--searchinput-placeholder-color);
}

/* Style the simple search */
#p-search {
	margin-left: 0;
	width: unset;
	min-width: unset;
}

#p-search #searchform {
	position: relative;
	margin-top: 6px;
	padding: 0 4px 0 5px;
}

/* Unstyle codex search */
#p-search #searchform .cdx-text-input__input,
#p-search #searchform .cdx-search-input,
#p-search #searchform {
	background: none;
	display: block;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    height: 27px;
}

/* Keep old vector default styles */
#p-search #searchform .cdx-search-input__input-wrapper {
    height: 100%;
    min-width: 6.5em;
    width: 20vw;
    max-width: 26em;
    margin: 0;
}

#p-search #searchform .cdx-search-input__input-wrapper {
	position: relative;
	top: -3px;
	border: 0;
	border-top: 3px solid var(--simplesearch-top-border-color);
	border-left: 3px solid var(--simplesearch-left-border-color);
	background-color: #D0CFCF;
	background-image: -webkit-linear-gradient(#C3C3C3, #DBDBDB);
	background-image: linear-gradient(#C3C3C3, #DBDBDB);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}

#p-search #searchform .cdx-search-input__input-wrapper:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -3px;
	border-top: 3px solid var(--simplesearch-left-border-color);
	border-left: 3px solid var(--content-border-top-color);
	z-index: 1;
}

#p-search #searchform .cdx-search-input__input-wrapper:after {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	border-top: 3px solid var(--simplesearch-topright-grass-color);
	border-left: 3px solid var(--simplesearch-top-border-color);
}

#p-search #searchform .cdx-text-input__input {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    min-height: unset;
    padding: 5px 2.15384615em 5px 0.4em;
}

#p-search #searchform .cdx-text-input__input::placeholder {
	color: var(--searchinput-placeholder-color);
}

#p-search #searchform .cdx-search-input__end-button {
	display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    min-width: 28px;
    width: 2.15384615em;
    border: 0;
    padding: 0;
    cursor: pointer;
    direction: ltr;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    background: no-repeat center / 1.23076923em url(/skins/Vector/resources/skins.vector.styles.legacy/images/search.svg?ac00d);
    opacity: 0.67;
    margin: 0;
    min-height: unset;
}

#p-search #searchform > .cdx-search-input__end-button {
	right: 5px;
}

/* The suggestions shown under the search bar */
#p-search #searchform .cdx-menu {
	background-color: #DBDADA;
    border-color: #3C3B3B;
    box-shadow: none;
}

#p-search #searchform .cdx-menu--has-footer .cdx-menu-item:last-of-type:not(:first-of-type) {
    border-color: #3C3B3B;
}

#p-search #searchform .cdx-menu-item--highlighted {
	background-color: #0078D7;
}

#p-search #searchform .cdx-menu-item--highlighted .cdx-typeahead-search__search-footer__icon,
#p-search #searchform .cdx-menu-item--highlighted .cdx-menu-item__text__supporting-text,
#p-search #searchform .cdx-menu-item--highlighted .cdx-menu-item__text__description,
#p-search #searchform .cdx-menu-item--highlighted .cdx-menu-item__content,
#p-search #searchform .cdx-menu-item--highlighted {
	color: #fff;
}

#p-search #searchform .cdx-thumbnail__placeholder,
#p-search #searchform .cdx-thumbnail__image {
	background-color: #f8f9fa;
}

/* Fix placeholder text being too light in chrome */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/* The suggestions shown under the search bar */
.suggestions.searchbar {
	margin-right: -1px;
}

.suggestions.searchbar > .suggestions-results,
.suggestions.searchbar > .mw-searchSuggest-link {
	display: block;
	margin-left: 1px;
}

.suggestions.searchbar .suggestions-results,
.suggestions.searchbar .suggestions-special,
.suggestions .suggestions-results,
.suggestions .suggestions-special {
	background-color: #DBDADA !important;
	border-color: #3C3B3B !important;
}

.suggestions.searchbar .suggestions-result-current,
.suggestions .suggestions-result-current {
	background-color: #0078D7 !important;
}

/* Give the main content area its healthy blue glow and add a border */
.mw-body, .parsoid-body,
div#content {
	position: relative;
	background-color: var(--content-background-color);
	border-top: 6px solid var(--content-border-top-color);
	border-bottom: 0;
	border-left: 6px solid #171717;
	word-wrap: break-word;
}

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
	background-color: var(--content-background-color);
}

/* Add the 3D corners to the main content */
#mw-page-base::after {
	content: "";
	position: absolute;
	border-top: 6px solid var(--content-border-top-right-color);
	border-left: 6px solid var(--content-border-top-color);
	z-index: 1;
	top: 84px;
	right: 10px;
}

#content:after {
	content: "";
	position: absolute;
	border-top: 6px solid transparent;
	border-left: 6px solid var(--base-background-color);
    left: -6px;
    bottom: 0;
}

#footer {
    outline: 2px black solid;
    border-width: 4px;
    outline-offset: -2px;
    margin-left: calc(10em + 4px);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0.5em 0.75em;
}

#footer:after {
    content: '';
    clear: both;
    display: block;
}

@media screen and (min-width: 982px) {
	/* Position the footer */
	#footer {
	    margin-left: calc(11em + 4px);
	}
}

/* Fix positioning for small screens when the sidebar moves below the content */
@media screen and (max-width: 720px) {
	/* Add some margin to help with the 3D effect */
	#left-navigation,
	#content {
		margin-left: 10px;
	}
	#footer {
		margin-left: 8px;
	}
	#footer:before {
	    content: none;
	}
	/* Position the tabs */
	#left-navigation,
	#right-navigation {
		margin-top: 40px;
	}
	/* Position the personal links */
	#p-personal {
	    top: -8px;
	}
	/* Position the sidebar sections */
	div#mw-navigation div#mw-panel {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		width: 100%;
	}
	.vector-legacy-sidebar .vector-menu-portal {
		width: 142px;
		flex-shrink: 0;
		display: var(--sidebar-display, flex);
	    flex-direction: column;
	}
	.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
		flex-grow: 1;
		display: block !important;
	}
	#mw-panel nav.vector-menu-portal.collapsed h3:before {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
}

.mw-dismissable-notice-close .dismiss-icon svg {
	fill: var(--content-text-color);
}

/* Use black bullet points, instead of blue circles: [[File:List bullet.svg]] */
ul {
	list-style-image: var(--list-bullet);
}

/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
div.mw-warning-with-logexcerpt,
.errorbox,
.warningbox,
.successbox {
    padding: .4em .8em;
    margin-bottom: 1em;
    border: 1px solid #CCC;
}

div.mw-warning-with-logexcerpt,
.errorbox {
    background: #FDD;
    border-left: 4px solid #FAA;
}

.warningbox {
    background: #FFC;
    border-left: 4px solid #DD8;
}

.successbox {
    background: #DFD;
    border-left: 4px solid #9C9;
}

.successbox strong p {
    margin: 0;
}

/* Add white background to some areas */
#asirra_ChallengeTableDiv {
	background-color: #FFF;
}

/* Fix diff area styling */
table.diff {
	background-color: transparent;
}

td.diff-addedline,
td.diff-deletedline {
	background-color: #F9F9F9;
}

td.diff-context {
	background-color: #F3F3F3;
}

td.diff-addedline,
td.diff-deletedline,
td.diff-context,
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
	border-radius: 0;
}

/* Fix side-by-side editor background colour */
.wikiEditor-ui-controls {
	background-color: #E6EFF4;
	border-right: 1px solid #E6EFF4;
}

/* Style notifications to look like achievements: [[File:Achievement background.png]] */
body .mw-notification-area-layout {
	top: 80px;
}

body .mw-notification.mw-notification-type-success,
body .mw-notification.mw-notification-type-error,
body .mw-notification.mw-notification-type-warn,
body .mw-notification {
	border: 8px solid #555;
	border-radius: 0;
	-webkit-border-image: url('filepath://Achievement_background.png') 8 repeat;
	-moz-border-image: url('filepath://Achievement_background.png') 8 repeat;
	-o-border-image: url('filepath://Achievement_background.png') 8 repeat;
	border-image: url('filepath://Achievement_background.png') 8 fill repeat;
	box-shadow: none;
	background-color: #212121;
	background-clip: padding-box;
	color: #FFF;
	padding: 0.2em 0.4em;
}

body .mw-notification.mw-notification-type-success {
    color: #2d6;
}
body .mw-notification.mw-notification-type-error {
    color: #d33;
}
body .mw-notification.mw-notification-type-warn {
    color: #fc3;
}

/* HiDPI images */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	body {
    	background-image: var(--header-background-hidpi), var(--base-background-hidpi);
	}
	
	.mw-wiki-logo {
		background-image: var(--wiki-logo-hidpi);
		background-size: 8.4375em auto; /* 135px */
	}
	
	nav.vector-menu-tabs ul li,
	nav.vector-menu-tabs ul li.selected,
	nav.vector-menu-tabs ul li:hover,
	nav.vector-menu-tabs ul li:focus,
	nav.vector-menu-dropdown,
	nav.vector-menu-dropdown:hover,
	nav.vector-menu-dropdown:focus {
		--ca-background-image: var(--vector-tabs-hidpi);
		background-size: 262px auto, auto;
	}
	
	nav.vector-menu-tabs ul li:before,
	nav.vector-menu-dropdown:before {
		background-size: 262px auto;
	}
	
	#left-navigation nav.vector-menu-tabs li:first-child:before {
		background-image: var(--vector-tabs-first-hidpi);
		background-size: 6px auto;
	}
}

.wikiEditor-ui .oo-ui-toolbar-popups {
    right: 0;
}
.wikiEditor-ui .ve-init-mw-switchPopupWidget,
.wikiEditor-ui .oo-ui-popupToolGroup-tools {
    right: 0 !important;
    left: unset !important;
}
.wikiEditor-ui .ve-init-mw-switchPopupWidget .oo-ui-popupWidget-anchor {
	margin-left: calc(100% - 1.25em);
    left: unset !important;
}
.wikiEditor-ui .ext-WikiEditor-realtimepreview-button > a.oo-ui-buttonElement-button {
	display: flex;
	align-items: center;
}

body.rootpage-Minecraft_Wiki #firstHeading,
body.rootpage-Movie_Wiki #firstHeading,
body.rootpage-Dungeons_Wiki #firstHeading,
body.rootpage-Legends_Wiki #firstHeading,
body.rootpage-Story_Mode_Wiki #firstHeading,
body.rootpage-Earth_Wiki #firstHeading {
	display: none;
}

body.rootpage-Minecraft_Wiki #bodyContent,
body.rootpage-Movie_Wiki #bodyContent,
body.rootpage-Dungeons_Wiki #bodyContent,
body.rootpage-Legends_Wiki #bodyContent,
body.rootpage-Story_Mode_Wiki #bodyContent,
body.rootpage-Earth_Wiki #bodyContent {
	clear: both;
}

body.rootpage-Minecraft_Wiki .mw-indicators,
body.rootpage-Movie_Wiki .mw-indicators,
body.rootpage-Dungeons_Wiki .mw-indicators,
body.rootpage-Legends_Wiki .mw-indicators,
body.rootpage-Story_Mode_Wiki .mw-indicators,
body.rootpage-Earth_Wiki .mw-indicators {
	height: 0;
	top: -15px;
}

/* [[File:Wiki Discord.svg]] */
div#mw-panel nav.portal li a[href="https://discord.gg/fGdE5ZE"] {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 119px;
    margin: 0.25em;
    max-width: 100%;
}
div#mw-panel nav.portal li a[href="https://discord.gg/fGdE5ZE"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -0.25em;
    content: "";
    background: url('filepath://Wiki_Discord.svg') no-repeat;
    background-size: contain;
}

#n-in-Minecraft,
#n-in-Dungeons,
#n-in-Earth,
#n-in-Legends,
#n-in-Story-Mode,
#n-in-Tutorial,
#n-in-Movie,
#p-Recent_versions li {
	margin-left: 10px;
	display: var(--sidebar-display, list-item);
}

.ns-0 #n-randompage, .ns-1 #n-randompage,
.ns-10000 #n-randompage, .ns-10001 #n-randompage,
.ns-10002 #n-randompage, .ns-10003 #n-randompage,
.ns-10004 #n-randompage, .ns-10005 #n-randompage,
.ns-10006 #n-randompage, .ns-10007 #n-randompage,
.ns-10010 #n-randompage, .ns-10011 #n-randompage,
.ns-10012 #n-randompage, .ns-10013 #n-randompage,
#p-Recent_versions #n-Bedrock-Edition,
#p-Recent_versions #n-Java-Edition {
	margin-left: 0;
	font-weight: bold;
}

body.rootpage-Minecraft_Wiki #n-randompage {
	font-weight: normal;
}

body.rootpage-Minecraft_Wiki #n-in-Minecraft,
#n-in-Minecraft {
	--sidebar-display: none;
}
.ns-0 #n-in-Minecraft,
.ns-1 #n-in-Minecraft,
#p-Recent_versions,
#p-useful-pages {
	--sidebar-display: var(--sidebar-display-minecraft);
}

#n-in-Dungeons,
#p-useful-pages-dungeons {
	--sidebar-display: var(--sidebar-display-dungeons);
}

#n-in-Earth,
#p-useful-pages-earth {
	--sidebar-display: var(--sidebar-display-earth);
}

#n-in-Legends,
#p-useful-pages-legends {
	--sidebar-display: var(--sidebar-display-legends);
}

#n-in-Story-Mode,
#p-useful-pages-story-mode {
	--sidebar-display: var(--sidebar-display-story-mode);
}

#n-in-Tutorial,
#p-useful-pages-tutorial {
	--sidebar-display: var(--sidebar-display-tutorial);
}

#n-in-Movie,
#p-useful-pages-movie {
	--sidebar-display: var(--sidebar-display-movie);
}

/* Hide mobile-only things */
.mobileonly {
	display: none;
}



/**********
		Add WikiEditor parity with VisualEditor
		And fixes for dark theme, VisualEditor and CodeEditor
**********/

/* Space that the whole editor takes */
.wikiEditor-ui .wikiEditor-ui-view {
	margin-left: -1.7em;
	margin-right: -1.7em;
	border: 0;
}
.client-js #editform > .wikiEditor-ui .wikiEditor-ui-view {
	margin-left: 0;
	margin-right: 0;
}
.client-js #editform {
	margin-left: -1.7em;
	margin-right: -1.7em;
}

/* Removes border from the toolbar */
.wikiEditor-ui .wikiEditor-ui-top {
	border-bottom: 0;
}

/* Changes colors of the WikiEditor and VisualEditor toolbars */
.wikiEditor-ui-toolbar,
.oo-ui-toolbar-bar,
.wikiEditor-ui-toolbar .sections .section,
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
    background-color: #dddddd;
    color: #202122;
    box-shadow: 0px 3px 7px 0px rgba(163,159,159,0.15);
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.wikiEditor-ui-toolbar .sections .section .section-advanced .section-visible {
	border-bottom: 0;
}

.oo-ui-toolbar-bar .oo-ui-toolbar-actions .oo-ui-toolbar .oo-ui-toolbar-bar {
	border-bottom: 0;
	box-shadow: none;
}

/* Changes buttons of WikiEditor to match VisualEditor's behavior */
.wikiEditor-ui-toolbar .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
    left: 10px;
}
.wikiEditor-ui-toolbar .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button {
    min-width: 42px;
    min-height: 42px;
    text-align: center;
}
.wikiEditor-ui-toolbar .group .tool-select,
.wikiEditor-ui-toolbar .group .tool-select .label:after {
	height: 42px;
}
.wikiEditor-ui-toolbar .group .label {
    line-height: 39px;
	color: #202122;
}
.wikiEditor-ui-toolbar .group .tool-select .label {
    line-height: 42px;
    height: 42px;
}
.wikiEditor-ui-toolbar .tabs span.tab {
    line-height: 42px;
}
.wikiEditor-ui-toolbar .tabs span.tab a:before {
	filter: invert(0);
	height: 42px;
	left: 6px;
}
.wikiEditor-ui-toolbar .tabs span.tab a {
	height: 42px;
	color: #202122;
	padding-left: 22px;
}
.wikiEditor-ui-toolbar .tabs {
	margin: 0;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup {
	height: 42px;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle {
    padding-top: 42px;
}

/* Changes colors of the VisualEditor placeholder toolbar */
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
	border-bottom: 1px solid #eaecf0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

/* Changes border color for separator lines on both editors */
.oo-ui-toolbar-bar,
.oo-ui-menuToolGroup,
.wikiEditor-ui .wikiEditor-ui-view,
.wikiEditor-ui-toolbar .sections .section,
.wikiEditor-ui-toolbar .group,
.wikiEditor-ui-toolbar .section-secondary .group,
.wikiEditor-ui .wikiEditor-ui-top,
.codeEditor-status-message,
.ace_print-margin {
    border-color: #cbcbcb;
}
.ace_print-margin {
    background-color: #eaecf0;
}

/* Removes a shadow under page tabs on VisualEditor */
.ve-activated .vector-menu-tabs .selected {
    box-shadow: none;
}

/* Improves a bit text on the exit without saving changes menu on VisualEditor */
.oo-ui-messageDialog-title {
    color: #1e1e1e;
    font-weight: bold;
}

/* Improves labels on the character insertion menu on VisualEditor */
.ve-ui-specialCharacterPage h3,
.ve-ui-mwLatexDialog-content .oo-ui-bookletLayout-stackLayout h3 {
    font-weight: bold;
}

/* Changes the color of the highlighting icons' background */
	/* Hovering */
.tool.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .tabs span.tab a:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .group div.tool.tool-select a.label:is(:hover, :focus-within),
.wikiEditor-ui-toolbar .page-characters div span:hover,
.wikiEditor-ui-toolbar .booklet > .index > :hover,
.wikiEditor-ui-toolbar .page-characters div .wikiEditor-character-highlighted,
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover {
	background-color: #ebebeb;
	color: #202122;
	text-decoration: none;
}
	/* Active */
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button,
.wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui-toolbar .group div.tool.tool-select.options-shown > a.label,
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:active,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
.wikiEditor-ui-toolbar .booklet > .index > .current {
	background-color: #dee6f3;
	color: #0645ad;
}

/* Fixes Special characters and Help menus buttons and labels */
	/* Normal */
.wikiEditor-ui-toolbar .page-characters div span {
	border: 1px solid #cbcbcb;
}

/* Fixes Help menu padding */
.wikiEditor-ui-toolbar .page-table th,
.wikiEditor-ui-toolbar .page-table td {
	padding: 4px;
}

/* Fixes Help menu colors */
.wikiEditor-ui-toolbar .page-table td {
	border-top: 1px solid #cbcbcb;
}

/* Makes a border color a bit consistent on the notice popup on VisualEditor */
.oo-ui-popupWidget-popup {
    border: 1px solid #c8ccd1;
}

/* Adds some padding at the left of the text editing section */
.mw-editform #wpTextbox1 {
	padding-left: 0.8em;
}

/* Makes the text editing section a certain color on all cases */
.wikiEditor-ui,
.CodeMirror,
.mw-editform #wpTextbox1,
.ace-tm,
.wikiEditor-ui textarea {
	background: #fbfbfb;
	box-shadow: inset 1px -4px 12px 0px rgba(0,0,0,0.15);
}

/* Makes the syntax highlighting number line more readable
.CodeMirror-linenumbers,
.ace-tm .ace_gutter {
	background: #efefef;
	border-right: 1px solid #c8ccd1;
} */

/* Adds more padding to these notices */
.mw-editTools,
.templatesUsed,
.hiddencats,
.limitreport {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* Changes colors of the save section */
.editOptions {
	background-color: #dddddd;
    border: 0;
    padding: 1.5em;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

/* Modifies layout of some elements of the save section */
	/* Summary section */
.mw-editform #wpSummaryLabel {
	margin: 0 1em;
}
.editOptions > #wpSummaryLabel {
	margin: 0;	
}
	/* Summary preview section */
.mw-summary-preview {
	margin: 0 1em;
}
.editOptions > .mw-summary-preview {
	margin: 0;
}
	/* Copyright notice section */
.mw-editform #editpage-copywarn {
	line-height: 1.4;
	margin-top: 5px;
}

/* Changes the edit save popup */
	/* Background transparency */
.oo-ui-windowManager-modal > .oo-ui-dialog {
	background-color: rgb(255 255 255 / 20%);
}
	/* Actual background colors */
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
	border: 0;
	background-color: #fff;
}
	/* Separator line colors */
.oo-ui-messageDialog-content > .oo-ui-window-foot {
	outline: 1px solid #c8ccd1;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
	border-right: 1px solid #c8ccd1;
}
	/* Cancel button colors */
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
	background-color: #fff;
	color: #d33;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
	background-color: #f7e7e7;
}
	/* Accept button colors */
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
	background-color: #36c;
	color: #fff;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:is(:hover, :focus-within) {
	background-color: #447ff5;
}

/* Other popups */
	/* Background transparency */
.ui-widget-overlay {
	background: rgb(255 255 255 / 20%);
}
	/* Actual background colors */
.ui-widget-content {
	border: 0;
	background: #fff;
	color: #323437;
}
	/* Input fields */
.ui-widget select {
	cursor: pointer;
}
#wikieditor-toolbar-file-target,
#wikieditor-toolbar-file-caption,
#wikieditor-toolbar-file-alt,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	border: 1px solid #c0c2c5;
    padding: 0.3em;
    border-radius: 3px;
}
	/* Header colors */
body .ui-dialog .ui-widget-header {
	background: #ebe9e9 !important;
	border: 0;
	font-size: 120%;
	padding: 0.6em 1.4em 0.6em !important;
	margin: 0.5em 0.5em 0;
}
	/* Turns the wrapper of the options into flex */
.wikieditor-toolbar-field-wrapper {
	display: flex;
	gap: 6px;
	align-items: center;
	flex-wrap: wrap;
}
	/* Turns the Show help text of inserting images into a button */
.wikieditor-toolbar-file-alt-help {
	background: #f7f7f7;
	border: 1px solid #c3c3c3;
	font-size: 110%;
	padding: 0.4em 1em 0.4em;
	border-radius: 2px;
	cursor: pointer;
}
.wikieditor-toolbar-file-alt-help:is(:hover, :focus-within) {
	background: #eef4ff !important;
	border-color: #afc4db !important;
}
	/* Changes colors of the bottom buttons */
.ui-dialog .ui-dialog-buttonpane button {
	background: #f7f7f7 !important;
	border-color: #c3c3c3 !important;
	font-weight: bold;
	font-size: 110%;
	color: #222222;
	padding: 0.3em;
	border-radius: 2px;
	box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane button:is(:hover, :focus-within) {
	background: #eef4ff !important;
	border-color: #afc4db !important;
}

/* Improvements for colors on Search & Replace */
#wikieditor-toolbar-replace-nomatch {
	background-color: #f3cece;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 16px;
}
#wikieditor-toolbar-replace-emptysearch {
	background-color: #e5e7bf;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 16px;
}
#wikieditor-toolbar-replace-success {
	background-color: #d6ebd2;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 16px;
}
#wikieditor-toolbar-replace-invalidregex {
	background-color: #efd6f1;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 16px;
}

/* Changes for VisualEditor's save UI */
.ve-ui-mwSaveDialog-options {
    background-color: transparent;
    border: 0;
}
.ve-ui-mwSaveDialog-summary {
    background-color: transparent;
}
.ve-ui-changeDescriptionsSelectWidget > .oo-ui-optionWidget {
    padding: 0.3em 0.6em;
    border-radius: 3px;
}




/**********
		CodeEditor (also called AceEditor) colors
		Consistency between light and dark themes
**********/
.ace-tm .ace_comment {
	color: #4a5651;
}
.ace-tm .ace_constant,
.ace-tm .ace_string {
	color: #b30106;
}
.ace-tm .ace_variable {
	color: #005671;
}
.ace-tm .ace_support.ace_type,
.ace-tm .ace_support.ace_class,
.ace-tm .ace_constant.ace_language,
.ace-tm .ace_constant.ace_library {
	color: #006612;
}
.ace-tm .ace_constant.ace_numeric,
.ace-tm .ace_storage,
.ace-tm .ace_keyword {
	color: #132be5;
}
.ace-tm .ace_support.ace_constant {
	color: #8c4100;
}
.ace-tm .ace_entity.ace_name.ace_function {
	color: #0070a7;
}
.ace-tm .ace_comment.ace_doc {
	color: #4863c1;
}




/**********
		CodeMirror (WikiEditor syntax highlighting) colors
		Consistency between light and dark themes
**********/
	/* Parser functions */
.cm-mw-parserfunction-name,
.cm-mw-parserfunction-bracket,
.cm-mw-parserfunction-delimiter {
	color: #c50000;
}
	/* Templates */
.cm-mw-template,
.cm-mw-template-name,
.cm-mw-template-argument-name,
.cm-mw-template-delimiter,
.cm-mw-template-bracket {
	color: #7500af;
}
	/* Page links */
.cm-mw-link-pagename,
.cm-mw-link-bracket,
.cm-mw-link-delimiter,
.cm-mw-extlink,
.cm-mw-free-extlink,
.cm-mw-extlink-protocol,
.cm-mw-free-extlink-protocol,
.cm-mw-extlink-bracket {
	color: #1318d5;
}
	/* Tags */
.cm-mw-mnemonic,
.cm-mw-exttag-name,
.cm-mw-htmltag-name,
.cm-mw-exttag-bracket,
.cm-mw-exttag-attribute,
.cm-mw-htmltag-bracket,
.cm-mw-htmltag-attribute {
	color: #095c00;
}
	/* Comments */
.cm-mw-comment {
	color: #59718d;
}
	/* Template variables */
.cm-mw-templatevariable,
.cm-mw-templatevariable-bracket,
.cm-mw-templatevariable-name,
.cm-mw-templatevariable-delimiter {
	color: #95580a;
}
	/* Links to sections and other formatting */
.cm-mw-list,
.cm-mw-indenting,
.cm-mw-doubleUnderscore,
.cm-mw-signature,
.cm-mw-hr,
.cm-mw-apostrophes-bold,
.cm-mw-apostrophes-italic,
.cm-mw-link,
.cm-mw-link-tosection,
.cm-mw-section-header {
	color: #0066be;
}
	/* Tables */
.cm-mw-table-bracket,
.cm-mw-table-delimiter,
.cm-mw-table-definition {
    color: #ce007f;
}
	/* Matching brackets */
.cm-mw-matchingbracket {
	background-color: #c5c54b;
}

#preferences .mw-htmlform-submit-buttons {
	background-color: var(--content-background-color);
}

/* DiscussionTools */
.ext-discussiontools-ui-replyWidget-footer,
.ext-discussiontools-init-timestamplink,
.ext-discussiontools-init-timestamplink:visited,
.ext-discussiontools-init-timestamplink:active,
.ext-discussiontools-init-pageframe-latestcomment,
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section-metaitem {
	color: var(--content-secondary-text-color);
}

.mcwiki-header-grass .ext-discussiontools-init-section-subscribe > * {
	color: inherit !important;
}

.ext-discussiontools-replytool-enabled:not(.ns-4) dl,
.rootpage-Minecraft_Wiki_Admin_noticeboard dl,
.ns-10008 dl,
.ns-talk dl {
	border-left: 1px dotted #a2a9b1;
}

.ext-discussiontools-replytool-enabled:not(.ns-4) dl:has(+ dl),
.ext-discussiontools-replytool-enabled:not(.ns-4) dl dl,
.rootpage-Minecraft_Wiki_Admin_noticeboard dl:has(+ dl),
.rootpage-Minecraft_Wiki_Admin_noticeboard dl dl,
.ns-10008 dl:has(+ dl),
.ns-10008 dl dl,
.ns-talk dl:has(+ dl),
.ns-talk dl dl {
	margin-bottom: -0.5em;
	padding-bottom: 0.5em;
}

body:is(
	.ext-discussiontools-replytool-enabled:not(.ns-4),
	.rootpage-Minecraft_Wiki_Admin_noticeboard,
	.ns-10008,
	.ns-talk
) :is(dl:has(+ dl), dd) dd:last-child {
	margin-bottom: 0;
}

body:is(
	.ext-discussiontools-replytool-enabled:not(.ns-4),
	.rootpage-Minecraft_Wiki_Admin_noticeboard,
	.ns-10008,
	.ns-talk
) dd:first-child:not(:has(> dl:first-child)) {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dotted #a2a9b1;
}

body:is(
	.ext-discussiontools-replytool-enabled:not(.ns-4),
	.rootpage-Minecraft_Wiki_Admin_noticeboard,
	.ns-10008,
	.ns-talk
) dd:not(:last-child):has([data-mw-comment-end]) {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #a2a9b1;
}

.vector-body blockquote {
    border-color: #00bb35;
    margin-left: 6px;
}