1,131
edits
mNo edit summary |
No edit summary |
||
| Line 1,955: | Line 1,955: | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
} | |||
body.wgl-darkmode ::root { | |||
--code-editor-border: var(--body-main); | |||
--code-editor-background: var(--body-light); | |||
} | } | ||
body.wgl-darkmode .codeEditor-status { | body.wgl-darkmode .codeEditor-status { | ||
border-color: | border-color: var(--code-editor-border); | ||
background-color: | background-color: var(--code-editor-background); | ||
} | } | ||
body.wgl-darkmode .codeEditor-status-message { | body.wgl-darkmode .codeEditor-status-message { | ||
border-color: | border-color: var(--code-editor-border); | ||
} | } | ||
body.wgl-darkmode ::root { | |||
--codemirror-gutter-background: var(--body-light); | |||
--codemirror-border: var(--body-main); | |||
--codemirror-background: var(--body-dark); | |||
--codemirror-caret-color: #61afef; | |||
--codemirror-text-color: var(--text-color); | |||
} | |||
body.wgl-darkmode .CodeMirror-gutters { | body.wgl-darkmode .CodeMirror-gutters { | ||
background-color: | background-color: var(--codemirror-guttter-background); | ||
border-color: | border-color: var(--codemirror-border); | ||
} | } | ||
body.wgl-darkmode .CodeMirror-linenumber { | body.wgl-darkmode .CodeMirror-linenumber { | ||
color: | color: var(--codemirror-text-color); | ||
} | } | ||
body.wgl-darkmode .CodeMirror { | body.wgl-darkmode .CodeMirror { | ||
background: | background: var(--codemirror-background); | ||
caret-color: #61afef; | caret-color: #61afef; | ||
} | } | ||
body.wgl-darkmode .CodeMirror pre { | body.wgl-darkmode .CodeMirror pre { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .CodeMirror-cursor { | body.wgl-darkmode .CodeMirror-cursor { | ||
border-left-color: #61afef; | border-left-color: #61afef; | ||
} | } | ||
body.wgl-darkmode .CodeMirror-selected { | body.wgl-darkmode .CodeMirror-selected { | ||
background-color: rgba(140, 171, 230, 0.1); | background-color: rgba(140, 171, 230, 0.1); | ||
| Line 1,995: | Line 2,000: | ||
} | } | ||
body.wgl-darkmode .CodeMirror-line | body.wgl-darkmode .CodeMirror-line::selection { | ||
background: rgba(140, 171, 230, 0.2); | background: rgba(140, 171, 230, 0.2); | ||
} | } | ||
body.wgl-darkmode .CodeMirror-line > span::selection, body.wgl-darkmode .CodeMirror-line > span > span::selection { | |||
body.wgl-darkmode .CodeMirror-line::-moz-selection, | background: rgba(140, 171, 230, 0.2); | ||
body.wgl-darkmode .CodeMirror-line > span::-moz-selection, | } | ||
body.wgl-darkmode .CodeMirror-line > span > span::-moz-selection { | body.wgl-darkmode .CodeMirror-line::-moz-selection { | ||
background: rgba(140, 171, 230, 0.2); | |||
} | |||
body.wgl-darkmode .CodeMirror-line > span::-moz-selection, body.wgl-darkmode .CodeMirror-line > span > span::-moz-selection { | |||
background: rgba(140, 171, 230, 0.2); | background: rgba(140, 171, 230, 0.2); | ||
} | } | ||
body.wgl-darkmode pre.cm-mw-section-1, body.wgl-darkmode pre.cm-mw-section-2, body.wgl-darkmode pre.cm-mw-section-3, body.wgl-darkmode pre.cm-mw-section-4, body.wgl-darkmode pre.cm-mw-section-5, body.wgl-darkmode pre.cm-mw-section-6 { | |||
body.wgl-darkmode pre.cm-mw-section-1, | |||
body.wgl-darkmode pre.cm-mw-section-2, | |||
body.wgl-darkmode pre.cm-mw-section-3, | |||
body.wgl-darkmode pre.cm-mw-section-4, | |||
body.wgl-darkmode pre.cm-mw-section-5, | |||
body.wgl-darkmode pre.cm-mw-section-6 { | |||
color: #fff; | color: #fff; | ||
} | } | ||
body.wgl-darkmode pre.cm-mw-section-1 { | body.wgl-darkmode pre.cm-mw-section-1 { | ||
font-size: 1.7em; | font-size: 1.7em; | ||
} | } | ||
body.wgl-darkmode pre.cm-mw-section-2 { | body.wgl-darkmode pre.cm-mw-section-2 { | ||
font-size: 1.35em; | font-size: 1.35em; | ||
} | } | ||
body.wgl-darkmode pre.cm-mw-section-3 { | body.wgl-darkmode pre.cm-mw-section-3 { | ||
font-size: 1.1em; | font-size: 1.1em; | ||
} | } | ||
body.wgl-darkmode .cm-mw-section-header { | body.wgl-darkmode .cm-mw-section-header { | ||
color: #84be5b; | color: #84be5b; | ||
} | } | ||
body.wgl-darkmode .cm-mw-apostrophes-bold, body.wgl-darkmode .cm-mw-apostrophes-italic, body.wgl-darkmode .cm-mw-doubleUnderscore, body.wgl-darkmode .cm-mw-indenting, body.wgl-darkmode .cm-mw-signature, body.wgl-darkmode .cm-mw-hr, body.wgl-darkmode .cm-mw-list { | |||
body.wgl-darkmode .cm-mw-apostrophes-bold, | |||
body.wgl-darkmode .cm-mw-apostrophes-italic, | |||
body.wgl-darkmode .cm-mw-doubleUnderscore, | |||
body.wgl-darkmode .cm-mw-indenting, | |||
body.wgl-darkmode .cm-mw-signature, | |||
body.wgl-darkmode .cm-mw-hr, | |||
body.wgl-darkmode .cm-mw-list { | |||
color: #3b9ff1; | color: #3b9ff1; | ||
} | } | ||
body.wgl-darkmode .cm-mw-doubleUnderscore, body.wgl-darkmode .cm-mw-indenting, body.wgl-darkmode .cm-mw-signature, body.wgl-darkmode .cm-mw-hr, body.wgl-darkmode .cm-mw-list { | |||
body.wgl-darkmode .cm-mw-doubleUnderscore, | |||
body.wgl-darkmode .cm-mw-indenting, | |||
body.wgl-darkmode .cm-mw-signature, | |||
body.wgl-darkmode .cm-mw-hr, | |||
body.wgl-darkmode .cm-mw-list { | |||
background: rgba(97, 175, 239, 0.1); | background: rgba(97, 175, 239, 0.1); | ||
} | } | ||
body.wgl-darkmode .cm-mw-skipformatting { | body.wgl-darkmode .cm-mw-skipformatting { | ||
background: rgba(97, 175, 239, 0.5); | background: rgba(97, 175, 239, 0.5); | ||
} | } | ||
body.wgl-darkmode .cm-mw-mnemonic { | body.wgl-darkmode .cm-mw-mnemonic { | ||
color: #98c379; | color: #98c379; | ||
} | } | ||
body.wgl-darkmode .cm-mw-comment { | body.wgl-darkmode .cm-mw-comment { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
opacity: 0.7; | opacity: 0.7; | ||
} | } | ||
body.wgl-darkmode .cm-mw-link-pagename, body.wgl-darkmode .cm-mw-link, body.wgl-darkmode .cm-mw-extlink, body.wgl-darkmode .cm-mw-free-extlink { | |||
body.wgl-darkmode .cm-mw-link-pagename, | |||
body.wgl-darkmode .cm-mw-link, | |||
body.wgl-darkmode .cm-mw-extlink, | |||
body.wgl-darkmode .cm-mw-free-extlink { | |||
color: #61afef; | color: #61afef; | ||
} | } | ||
body.wgl-darkmode .cm-mw-link-tosection, body.wgl-darkmode .cm-mw-extlink-protocol, body.wgl-darkmode .cm-mw-free-extlink-protocol { | |||
body.wgl-darkmode .cm-mw-link-tosection, | |||
body.wgl-darkmode .cm-mw-extlink-protocol, | |||
body.wgl-darkmode .cm-mw-free-extlink-protocol { | |||
color: #85bfef; | color: #85bfef; | ||
} | } | ||
body.wgl-darkmode .cm-mw-link-bracket, body.wgl-darkmode .cm-mw-link-delimiter, body.wgl-darkmode .cm-mw-extlink-bracket { | |||
body.wgl-darkmode .cm-mw-link-bracket, | |||
body.wgl-darkmode .cm-mw-link-delimiter, | |||
body.wgl-darkmode .cm-mw-extlink-bracket { | |||
color: #3b9ff1; | color: #3b9ff1; | ||
} | } | ||
body.wgl-darkmode .cm-mw-template-bracket, body.wgl-darkmode .cm-mw-template-delimiter { | |||
body.wgl-darkmode .cm-mw-template-bracket, | |||
body.wgl-darkmode .cm-mw-template-delimiter { | |||
color: #c78343; | color: #c78343; | ||
} | } | ||
body.wgl-darkmode .cm-mw-template-name, body.wgl-darkmode .cm-mw-template-argument-name { | |||
body.wgl-darkmode .cm-mw-template-name, | |||
body.wgl-darkmode .cm-mw-template-argument-name { | |||
color: #ca9564; | color: #ca9564; | ||
} | } | ||
body.wgl-darkmode .cm-mw-template { | body.wgl-darkmode .cm-mw-template { | ||
color: #cfa783; | color: #cfa783; | ||
} | } | ||
body.wgl-darkmode .cm-mw-table-bracket, body.wgl-darkmode .cm-mw-table-delimiter { | |||
body.wgl-darkmode .cm-mw-table-bracket, | |||
body.wgl-darkmode .cm-mw-table-delimiter { | |||
color: #3bacba; | color: #3bacba; | ||
} | } | ||
body.wgl-darkmode .cm-mw-table-definition { | body.wgl-darkmode .cm-mw-table-definition { | ||
color: #56b6c2; | color: #56b6c2; | ||
} | } | ||
body.wgl-darkmode .cm-mw-templatevariable-bracket, body.wgl-darkmode .cm-mw-templatevariable-delimiter { | |||
body.wgl-darkmode .cm-mw-templatevariable-bracket, | |||
body.wgl-darkmode .cm-mw-templatevariable-delimiter { | |||
color: #bd56db; | color: #bd56db; | ||
} | } | ||
body.wgl-darkmode .cm-mw-templatevariable-name, body.wgl-darkmode .cm-mw-templatevariable { | |||
body.wgl-darkmode .cm-mw-templatevariable-name, | |||
body.wgl-darkmode .cm-mw-templatevariable { | |||
color: #c678dd; | color: #c678dd; | ||
} | } | ||
body.wgl-darkmode .cm-mw-parserfunction-bracket { | body.wgl-darkmode .cm-mw-parserfunction-bracket { | ||
color: #de4955; | color: #de4955; | ||
} | } | ||
body.wgl-darkmode .cm-mw-parserfunction-name, body.wgl-darkmode .cm-mw-parserfunction-delimiter { | |||
body.wgl-darkmode .cm-mw-parserfunction-name, | |||
body.wgl-darkmode .cm-mw-parserfunction-delimiter { | |||
color: #df6c75; | color: #df6c75; | ||
} | } | ||
body.wgl-darkmode .cm-mw-htmltag-bracket, body.wgl-darkmode .cm-mw-exttag-bracket { | |||
body.wgl-darkmode .cm-mw-htmltag-bracket, | |||
body.wgl-darkmode .cm-mw-exttag-bracket { | |||
color: #84be5b; | color: #84be5b; | ||
} | } | ||
body.wgl-darkmode .cm-mw-htmltag-name, body.wgl-darkmode .cm-mw-htmltag-attribute, body.wgl-darkmode .cm-mw-exttag-name, body.wgl-darkmode .cm-mw-exttag-attribute { | |||
body.wgl-darkmode .cm-mw-htmltag-name, | |||
body.wgl-darkmode .cm-mw-htmltag-attribute, | |||
body.wgl-darkmode .cm-mw-exttag-name, | |||
body.wgl-darkmode .cm-mw-exttag-attribute { | |||
color: #98c379; | color: #98c379; | ||
} | } | ||
body.wgl-darkmode pre.cm-mw-exttag { | body.wgl-darkmode pre.cm-mw-exttag { | ||
background: rgba(255, 255, 255, 0.05); | background: rgba(255, 255, 255, 0.05); | ||
} | } | ||
body.wgl-darkmode .cm-mw-matchingbracket { | body.wgl-darkmode .cm-mw-matchingbracket { | ||
background-color: | background-color: var(--codemirror-background); | ||
box-shadow: inset 0 0 1px 1px #61afef; | box-shadow: inset 0 0 1px 1px #61afef; | ||
} | } | ||
| Line 2,150: | Line 2,098: | ||
border-color: #172136; | border-color: #172136; | ||
} | } | ||
body.wgl-darkmode .mw-editform #wpTextbox1 { | body.wgl-darkmode .mw-editform #wpTextbox1 { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
| Line 2,162: | Line 2,109: | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .mw-editTools input#cust-preload-input { | body.wgl-darkmode .mw-editTools input#cust-preload-input { | ||
background-color: #384766; | background-color: #384766; | ||
| Line 2,169: | Line 2,115: | ||
padding: 2px 1px; | padding: 2px 1px; | ||
} | } | ||
body.wgl-darkmode .mw-editTools input#cust-preload-button { | body.wgl-darkmode .mw-editTools input#cust-preload-button { | ||
background-color: #313e59; | background-color: #313e59; | ||
| Line 2,178: | Line 2,123: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
body.wgl-darkmode .mw-editTools input#cust-preload-button:hover { | body.wgl-darkmode .mw-editTools input#cust-preload-button:hover { | ||
background-color: #384766; | background-color: #384766; | ||
| Line 2,185: | Line 2,129: | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head | body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head { | ||
body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer | border-color: #2f4060; | ||
} | |||
body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer { | |||
border-color: #2f4060; | |||
} | |||
body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child { | body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child { | ||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget { | body.wgl-darkmode .mw-echo-ui-notificationItemWidget { | ||
background-color: #2a3751; | background-color: #2a3751; | ||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget:hover { | body.wgl-darkmode .mw-echo-ui-notificationItemWidget:hover { | ||
background: #2f3d57; | background: #2f3d57; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget-content-message-body { | body.wgl-darkmode .mw-echo-ui-notificationItemWidget-content-message-body { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget-icon { | body.wgl-darkmode .mw-echo-ui-notificationItemWidget-icon { | ||
filter: brightness(150%); | filter: brightness(150%); | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget-content-message-header { | body.wgl-darkmode .mw-echo-ui-notificationItemWidget-content-message-header { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-crossWikiNotificationItemWidget-separator, body.wgl-darkmode .mw-echo-ui-bundleNotificationItemWidget-separator { | |||
body.wgl-darkmode .mw-echo-ui-crossWikiNotificationItemWidget-separator, | |||
body.wgl-darkmode .mw-echo-ui-bundleNotificationItemWidget-separator { | |||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-crossWikiNotificationItemWidget-group, body.wgl-darkmode .mw-echo-ui-bundleNotificationItemWidget-group { | |||
body.wgl-darkmode .mw-echo-ui-crossWikiNotificationItemWidget-group, | |||
body.wgl-darkmode .mw-echo-ui-bundleNotificationItemWidget-group { | |||
background-color: #2a3751; | background-color: #2a3751; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget-unread { | body.wgl-darkmode .mw-echo-ui-notificationItemWidget-unread { | ||
background-color: #3e4c66; | background-color: #3e4c66; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | body.wgl-darkmode .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | ||
background: #172136; | background: #172136; | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget:last-child, body.wgl-darkmode .mw-echo-ui-crossWikiUnreadFilterWidget { | |||
body.wgl-darkmode .mw-echo-ui-notificationItemWidget:last-child | |||
body.wgl-darkmode .mw-echo-ui-crossWikiUnreadFilterWidget { | |||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected { | body.wgl-darkmode .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected { | ||
background-color: #3366cc; | background-color: #3366cc; | ||
} | } | ||
body.wgl-darkmode .oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count { | body.wgl-darkmode .oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-pageNotificationsOptionWidget-label-count, body.wgl-darkmode .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted { | |||
body.wgl-darkmode .mw-echo-ui-pageNotificationsOptionWidget-label-count { | |||
background-color: #222e45; | background-color: #222e45; | ||
} | } | ||
body.wgl-darkmode .mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary { | body.wgl-darkmode .mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary { | ||
color: rgba(203, 217, 244, 0.85); | color: rgba(203, 217, 244, 0.85); | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-specialHelpMenuWidget-menu .oo-ui-buttonWidget:hover { | body.wgl-darkmode .mw-echo-ui-specialHelpMenuWidget-menu .oo-ui-buttonWidget:hover { | ||
background-color: #384766; | background-color: #384766; | ||
| Line 2,266: | Line 2,189: | ||
background-color: #222e45; | background-color: #222e45; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .hll { | body.wgl-darkmode .mw-highlight pre .hll { | ||
background-color: #49483e; | background-color: #49483e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .c { | body.wgl-darkmode .mw-highlight pre .c { | ||
color: #949eaa; | color: #949eaa; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .err { | body.wgl-darkmode .mw-highlight pre .err { | ||
color: #960050; | color: #960050; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .k { | body.wgl-darkmode .mw-highlight pre .k { | ||
color: #66d9ef; | color: #66d9ef; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .l { | body.wgl-darkmode .mw-highlight pre .l { | ||
color: #ae81ff; | color: #ae81ff; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .n { | body.wgl-darkmode .mw-highlight pre .n { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .o { | body.wgl-darkmode .mw-highlight pre .o { | ||
color: #f92672; | color: #f92672; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .p { | body.wgl-darkmode .mw-highlight pre .p { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .ch, body.wgl-darkmode .mw-highlight pre .cm, body.wgl-darkmode .mw-highlight pre .cp, body.wgl-darkmode .mw-highlight pre .cpf, body.wgl-darkmode .mw-highlight pre .c1, body.wgl-darkmode .mw-highlight pre .cs { | |||
body.wgl-darkmode .mw-highlight pre .ch | |||
body.wgl-darkmode .mw-highlight pre .cm | |||
body.wgl-darkmode .mw-highlight pre .cp | |||
body.wgl-darkmode .mw-highlight pre .cpf | |||
body.wgl-darkmode .mw-highlight pre .c1 | |||
body.wgl-darkmode .mw-highlight pre .cs { | |||
color: #949eaa; | color: #949eaa; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .gd { | body.wgl-darkmode .mw-highlight pre .gd { | ||
color: #f92672; | color: #f92672; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .ge { | body.wgl-darkmode .mw-highlight pre .ge { | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .gi { | body.wgl-darkmode .mw-highlight pre .gi { | ||
color: #a6e22e; | color: #a6e22e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .gs { | body.wgl-darkmode .mw-highlight pre .gs { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .gu { | body.wgl-darkmode .mw-highlight pre .gu { | ||
color: #949eaa; | color: #949eaa; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .kc, body.wgl-darkmode .mw-highlight pre .kd { | |||
body.wgl-darkmode .mw-highlight pre .kc { | |||
color: #66d9ef; | color: #66d9ef; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .kn { | body.wgl-darkmode .mw-highlight pre .kn { | ||
color: #f92672; | color: #f92672; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .kp, body.wgl-darkmode .mw-highlight pre .kr, body.wgl-darkmode .mw-highlight pre .kt { | |||
body.wgl-darkmode .mw-highlight pre .kp | |||
body.wgl-darkmode .mw-highlight pre .kr { | |||
color: #66d9ef; | color: #66d9ef; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .ld { | body.wgl-darkmode .mw-highlight pre .ld { | ||
color: #e6db74; | color: #e6db74; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .m { | body.wgl-darkmode .mw-highlight pre .m { | ||
color: #ae81ff; | color: #ae81ff; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .s { | body.wgl-darkmode .mw-highlight pre .s { | ||
color: #e6db74; | color: #e6db74; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .na { | body.wgl-darkmode .mw-highlight pre .na { | ||
color: #a6e22e; | color: #a6e22e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .nb { | body.wgl-darkmode .mw-highlight pre .nb { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .nc { | body.wgl-darkmode .mw-highlight pre .nc { | ||
color: #a6e22e; | color: #a6e22e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .no { | body.wgl-darkmode .mw-highlight pre .no { | ||
color: #66d9ef; | color: #66d9ef; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .nd { | body.wgl-darkmode .mw-highlight pre .nd { | ||
color: #a6e22e; | color: #a6e22e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .ni { | body.wgl-darkmode .mw-highlight pre .ni { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .ne, body.wgl-darkmode .mw-highlight pre .nf { | |||
body.wgl-darkmode .mw-highlight pre .ne { | |||
color: #a6e22e; | color: #a6e22e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .nl, body.wgl-darkmode .mw-highlight pre .nn { | |||
body.wgl-darkmode .mw-highlight pre .nl | |||
body.wgl-darkmode .mw-highlight pre .nn { | |||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .nx { | body.wgl-darkmode .mw-highlight pre .nx { | ||
color: #a6e22e; | color: #a6e22e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .py { | body.wgl-darkmode .mw-highlight pre .py { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .nt { | body.wgl-darkmode .mw-highlight pre .nt { | ||
color: #f92672; | color: #f92672; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .nv { | body.wgl-darkmode .mw-highlight pre .nv { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .ow { | body.wgl-darkmode .mw-highlight pre .ow { | ||
color: #f92672; | color: #f92672; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .w { | body.wgl-darkmode .mw-highlight pre .w { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .mb, body.wgl-darkmode .mw-highlight pre .mf, body.wgl-darkmode .mw-highlight pre .mh, body.wgl-darkmode .mw-highlight pre .mi, body.wgl-darkmode .mw-highlight pre .mo { | |||
body.wgl-darkmode .mw-highlight pre .mb | |||
body.wgl-darkmode .mw-highlight pre .mf | |||
body.wgl-darkmode .mw-highlight pre .mh { | |||
color: #ae81ff; | color: #ae81ff; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .sa, body.wgl-darkmode .mw-highlight pre .sb, body.wgl-darkmode .mw-highlight pre .sc, body.wgl-darkmode .mw-highlight pre .dl, body.wgl-darkmode .mw-highlight pre .sd, body.wgl-darkmode .mw-highlight pre .s2 { | |||
body.wgl-darkmode .mw-highlight pre .sa | |||
body.wgl-darkmode .mw-highlight pre .sb | |||
body.wgl-darkmode .mw-highlight pre .sc | |||
body.wgl-darkmode .mw-highlight pre .dl | |||
body.wgl-darkmode .mw-highlight pre .sd | |||
body.wgl-darkmode .mw-highlight pre .s2 { | |||
color: #e6db74; | color: #e6db74; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .se { | body.wgl-darkmode .mw-highlight pre .se { | ||
color: #ae81ff; | color: #ae81ff; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .sh, body.wgl-darkmode .mw-highlight pre .si, body.wgl-darkmode .mw-highlight pre .sx, body.wgl-darkmode .mw-highlight pre .sr, body.wgl-darkmode .mw-highlight pre .s1, body.wgl-darkmode .mw-highlight pre .ss { | |||
body.wgl-darkmode .mw-highlight pre .sh { | |||
color: #e6db74; | color: #e6db74; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .bp { | body.wgl-darkmode .mw-highlight pre .bp { | ||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .fm { | body.wgl-darkmode .mw-highlight pre .fm { | ||
color: #a6e22e; | color: #a6e22e; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .vc, body.wgl-darkmode .mw-highlight pre .vg, body.wgl-darkmode .mw-highlight pre .vi, body.wgl-darkmode .mw-highlight pre .vm { | |||
body.wgl-darkmode .mw-highlight pre .vc | |||
body.wgl-darkmode .mw-highlight pre .vg | |||
body.wgl-darkmode .mw-highlight pre .vi | |||
body.wgl-darkmode .mw-highlight pre .vm { | |||
color: #f8f8f2; | color: #f8f8f2; | ||
} | } | ||
body.wgl-darkmode .mw-highlight pre .il { | body.wgl-darkmode .mw-highlight pre .il { | ||
color: #ae81ff; | color: #ae81ff; | ||
} | } | ||
body.wgl-darkmode .mw-highlight .linenos { | body.wgl-darkmode .mw-highlight .linenos { | ||
background-color: #313e59; | background-color: #313e59; | ||
| Line 2,558: | Line 2,330: | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
| Line 2,564: | Line 2,335: | ||
border-color: #3f5073; | border-color: #3f5073; | ||
} | } | ||
body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled:not(.oo-ui-buttonElement-active) > .oo-ui-buttonElement-button:hover { | body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled:not(.oo-ui-buttonElement-active) > .oo-ui-buttonElement-button:hover { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
| Line 2,570: | Line 2,340: | ||
border-color: #475980; | border-color: #475980; | ||
} | } | ||
body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | ||
background-color: #447ff5; | background-color: #447ff5; | ||
border-color: #447ff5; | border-color: #447ff5; | ||
} | } | ||
body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button[aria-disabled=true] { | body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button[aria-disabled=true] { | ||
background-color: #8992a4; | background-color: #8992a4; | ||
border-color: #8992a4; | border-color: #8992a4; | ||
} | } | ||
body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { | body.wgl-darkmode .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { | ||
background-color: #2a4b8d; | background-color: #2a4b8d; | ||
border-color: #2a4b8d; | border-color: #2a4b8d; | ||
} | } | ||
body.wgl-darkmode .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled { | body.wgl-darkmode .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled { | ||
background-color: #8992a4; | background-color: #8992a4; | ||
border-color: #8992a4; | border-color: #8992a4; | ||
} | } | ||
body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled { | body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled { | ||
background-color: #384766; | background-color: #384766; | ||
} | } | ||
body.wgl-darkmode .oo-ui-tagMultiselectWidget-handle { | body.wgl-darkmode .oo-ui-tagMultiselectWidget-handle { | ||
border-color: #475980; | border-color: #475980; | ||
} | } | ||
body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle { | body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle { | ||
border-color: #556c9b; | border-color: #556c9b; | ||
} | } | ||
body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle { | body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle { | ||
background-color: #222e45; | background-color: #222e45; | ||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
body.wgl-darkmode .oo-ui-menuSelectWidget { | body.wgl-darkmode .oo-ui-menuSelectWidget { | ||
background-color: #313e59; | background-color: #313e59; | ||
border-color: #3f5073; | border-color: #3f5073; | ||
} | } | ||
body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { | |||
background-color: #182137; | |||
} | |||
body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { | body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { | ||
background-color: #313e59; | background-color: #313e59; | ||
border-color: #3f5073; | border-color: #3f5073; | ||
} | } | ||
body.wgl-darkmode .oo-ui-textInputWidget input, body.wgl-darkmode .oo-ui-textInputWidget textarea { | |||
body.wgl-darkmode .oo-ui-textInputWidget input, | |||
body.wgl-darkmode .oo-ui-textInputWidget textarea { | |||
color: #cbd9f4; | color: #cbd9f4; | ||
background-color: #384766; | background-color: #384766; | ||
border-color: #475980; | border-color: #475980; | ||
} | } | ||
body.wgl-darkmode .oo-ui-textInputWidget .oo-ui-inputWidget-input::placeholder { | body.wgl-darkmode .oo-ui-textInputWidget .oo-ui-inputWidget-input::placeholder { | ||
color: rgba(203, 217, 244, 0.6); | color: rgba(203, 217, 244, 0.6); | ||
} | } | ||
body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-enabled:hover input, body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea { | |||
body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-enabled:hover input, | |||
body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-enabled:hover textarea { | |||
border-color: #556c9b; | border-color: #556c9b; | ||
} | } | ||
body.wgl-darkmode .oo-ui-pendingElement-pending { | body.wgl-darkmode .oo-ui-pendingElement-pending { | ||
background-image: repeating-linear-gradient(-45deg, #2f4060, #303f59 20px, #182137 20px, #182137 30px); | background-image: repeating-linear-gradient(-45deg, #2f4060, #303f59 20px, #182137 20px, #182137 30px); | ||
} | } | ||
body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer { | |||
body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer | border-color: #3f5073; | ||
} | |||
body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child { | body.wgl-darkmode .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child { | ||
border-color: #3f5073; | border-color: #3f5073; | ||
} | } | ||
body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled { | |||
body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled | background-color: #182137; | ||
} | |||
body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover { | body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover { | ||
background-color: #182137; | background-color: #182137; | ||
} | } | ||
body.wgl-darkmode .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | body.wgl-darkmode .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
| Line 2,657: | Line 2,411: | ||
border-color: #3f5073; | border-color: #3f5073; | ||
} | } | ||
body.wgl-darkmode .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover { | body.wgl-darkmode .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
| Line 2,663: | Line 2,416: | ||
border-color: #475980; | border-color: #475980; | ||
} | } | ||
body.wgl-darkmode .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle { | body.wgl-darkmode .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle { | ||
background-color: #384766; | background-color: #384766; | ||
} | } | ||
body.wgl-darkmode .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | body.wgl-darkmode .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | ||
background-color: #2a354c; | background-color: #2a354c; | ||
} | } | ||
body.wgl-darkmode .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | body.wgl-darkmode .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | ||
background-color: #384766; | background-color: #384766; | ||
} | } | ||
body.wgl-darkmode .oo-ui-checkboxInputWidget [type=checkbox] + span, body.wgl-darkmode .oo-ui-radioInputWidget [type=radio] + span { | |||
body.wgl-darkmode .oo-ui-checkboxInputWidget [type=checkbox] + span, | |||
body.wgl-darkmode .oo-ui-radioInputWidget [type=radio] + span { | |||
background-color: #384766; | background-color: #384766; | ||
border-color: #475980; | border-color: #475980; | ||
} | } | ||
body.wgl-darkmode .oo-ui-checkboxInputWidget [type=checkbox]:disabled + span { | |||
body.wgl-darkmode .oo-ui-checkboxInputWidget [type=checkbox]:disabled + span | background-color: #8992a4; | ||
border-color: #8992a4; | |||
} | |||
body.wgl-darkmode .oo-ui-radioInputWidget [type=radio]:disabled + span { | body.wgl-darkmode .oo-ui-radioInputWidget [type=radio]:disabled + span { | ||
background-color: #8992a4; | background-color: #8992a4; | ||
border-color: #8992a4; | border-color: #8992a4; | ||
} | } | ||
body.wgl-darkmode .oo-ui-radioInputWidget.oo-ui-widget-enabled [type=radio]:checked + span { | body.wgl-darkmode .oo-ui-radioInputWidget.oo-ui-widget-enabled [type=radio]:checked + span { | ||
background-color: #8daeee; | background-color: #8daeee; | ||
border-color: #728bba; | border-color: #728bba; | ||
} | } | ||
body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { | body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { | ||
color: #ccd9f4; | color: #ccd9f4; | ||
} | } | ||
body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover { | body.wgl-darkmode .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover { | ||
color: #ccd9f4; | color: #ccd9f4; | ||
border-color: #3f5073; | border-color: #3f5073; | ||
} | } | ||
body.wgl-darkmode .oo-ui-window-content { | body.wgl-darkmode .oo-ui-window-content { | ||
background-color: #222e45; | background-color: #222e45; | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .oo-ui-window-content .oo-ui-window-body, body.wgl-darkmode .oo-ui-window-content .oo-ui-window-head { | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-window-body, | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-window-head { | |||
outline-color: #2f4060; | outline-color: #2f4060; | ||
} | } | ||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget, body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-dropTarget, body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-info { | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget, | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-dropTarget, | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-info { | |||
background-color: #2a3956; | background-color: #2a3956; | ||
border-color: #384c71; | border-color: #384c71; | ||
} | } | ||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover, body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-dropTarget:hover, body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-info:hover { | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover, | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-dropTarget:hover, | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-info:hover { | |||
border-color: #3b5078; | border-color: #3b5078; | ||
} | } | ||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-dropLabel, body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-dropLabel, body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-info .oo-ui-selectFileWidget-dropLabel { | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-dropLabel, | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-dropLabel, | |||
body.wgl-darkmode .oo-ui-window-content .oo-ui-selectFileWidget-info .oo-ui-selectFileWidget-dropLabel { | |||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle { | body.wgl-darkmode .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle { | ||
background-color: #313946; | background-color: #313946; | ||
border-color: #363f50; | border-color: #363f50; | ||
} | } | ||
body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-disabled input, body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-disabled textarea { | |||
body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-disabled input, | |||
body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-disabled textarea { | |||
text-shadow: 0 1px 1px #000; | text-shadow: 0 1px 1px #000; | ||
color: #e5f3fc; | color: #e5f3fc; | ||
-webkit-text-fill-color: #e5f3fc; | -webkit-text-fill-color: #e5f3fc; | ||
} | } | ||
body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending) { | body.wgl-darkmode .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending) { | ||
background-color: #444e5a; | background-color: #444e5a; | ||
| Line 2,752: | Line 2,483: | ||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
body.wgl-darkmode #mw-scribunto-input { | body.wgl-darkmode #mw-scribunto-input { | ||
background-color: #384766; | background-color: #384766; | ||
border: 1px solid #475980; | border: 1px solid #475980; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-normalOutput, body.wgl-darkmode .mw-scribunto-print, body.wgl-darkmode .mw-scribunto-error, body.wgl-darkmode .mw-scribunto-propList, body.wgl-darkmode .mw-scribunto-message, body.wgl-darkmode .mw-scribunto-tabcomplete { | |||
body.wgl-darkmode .mw-scribunto-normalOutput, | |||
body.wgl-darkmode .mw-scribunto-print, | |||
body.wgl-darkmode .mw-scribunto-error, | |||
body.wgl-darkmode .mw-scribunto-propList, | |||
body.wgl-darkmode .mw-scribunto-message, | |||
body.wgl-darkmode .mw-scribunto-tabcomplete { | |||
background: none; | background: none; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-input { | body.wgl-darkmode .mw-scribunto-input { | ||
color: #3ea6e6; | color: #3ea6e6; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-normalOutput { | body.wgl-darkmode .mw-scribunto-normalOutput { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-print { | body.wgl-darkmode .mw-scribunto-print { | ||
color: #f9d000; | color: #f9d000; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-error { | body.wgl-darkmode .mw-scribunto-error { | ||
color: #ee4231; | color: #ee4231; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-propList, body.wgl-darkmode .mw-scribunto-message { | |||
body.wgl-darkmode .mw-scribunto-propList, | |||
body.wgl-darkmode .mw-scribunto-message { | |||
color: #6bc71f; | color: #6bc71f; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-tabcomplete { | body.wgl-darkmode .mw-scribunto-tabcomplete { | ||
color: #855cd8; | color: #855cd8; | ||
} | } | ||
body.wgl-darkmode .mw-scribunto-clear { | body.wgl-darkmode .mw-scribunto-clear { | ||
color: #ee4231; | color: #ee4231; | ||
| Line 2,800: | Line 2,516: | ||
background-color: #222e45; | background-color: #222e45; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-iconElement-icon.oo-ui-icon-cancel, .ve-activated body.wgl-darkmode .ve-ui-mwInternalLinkContextItem-withImage .oo-ui-iconElement-icon { | |||
.ve-activated body.wgl-darkmode .oo-ui-iconElement-icon.oo-ui-icon-cancel, | |||
.ve-activated body.wgl-darkmode .ve-ui-mwInternalLinkContextItem-withImage .oo-ui-iconElement-icon { | |||
filter: invert(0%); | filter: invert(0%); | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-tool:not(.oo-ui-toolGroupTool).oo-ui-tool-active { | .ve-activated body.wgl-darkmode .oo-ui-tool:not(.oo-ui-toolGroupTool).oo-ui-tool-active { | ||
background: #313e59; | background: #313e59; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-popupToolGroup-handle:hover, .ve-activated body.wgl-darkmode .oo-ui-tool:not(.oo-ui-toolGroupTool).oo-ui-widget-enabled:hover, .ve-activated body.wgl-darkmode .oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover { | |||
.ve-activated body.wgl-darkmode .oo-ui-popupToolGroup-handle:hover, | |||
.ve-activated body.wgl-darkmode .oo-ui-tool:not(.oo-ui-toolGroupTool).oo-ui-widget-enabled:hover, | |||
.ve-activated body.wgl-darkmode .oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover { | |||
background: #384766; | background: #384766; | ||
border-color: #384766; | border-color: #384766; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { | .ve-activated body.wgl-darkmode .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { | ||
background: #313e59; | background: #313e59; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-tool-active, .ve-activated body.wgl-darkmode .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled { | |||
.ve-activated body.wgl-darkmode .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-tool-active, | |||
.ve-activated body.wgl-darkmode .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled { | |||
background: #384766; | background: #384766; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-popupToolGroup .oo-ui-toolGroup-tools { | .ve-activated body.wgl-darkmode .oo-ui-popupToolGroup .oo-ui-toolGroup-tools { | ||
background: #222e45; | background: #222e45; | ||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-tool-title { | .ve-activated body.wgl-darkmode .oo-ui-tool-title { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel { | .ve-activated body.wgl-darkmode .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel { | ||
color: rgba(203, 217, 244, 0.5); | color: rgba(203, 217, 244, 0.5); | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-toolbar-position-top > .oo-ui-toolbar-bar { | .ve-activated body.wgl-darkmode .oo-ui-toolbar-position-top > .oo-ui-toolbar-bar { | ||
border-bottom-color: #2f4060; | border-bottom-color: #2f4060; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-menuToolGroup { | .ve-activated body.wgl-darkmode .oo-ui-menuToolGroup { | ||
border-right-color: #2f4060; | border-right-color: #2f4060; | ||
border-left-color: #2f4060; | border-left-color: #2f4060; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-toolbar-actions .oo-ui-toolGroup { | .ve-activated body.wgl-darkmode .oo-ui-toolbar-actions .oo-ui-toolGroup { | ||
border-left-color: #2f4060; | border-left-color: #2f4060; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-toolbar-actions > .oo-ui-toolbar:not(:last-child) { | .ve-activated body.wgl-darkmode .oo-ui-toolbar-actions > .oo-ui-toolbar:not(:last-child) { | ||
border-right-color: #2f4060; | border-right-color: #2f4060; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover { | .ve-activated body.wgl-darkmode .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover { | ||
background-color: #384766; | background-color: #384766; | ||
} | } | ||
.ve-activated body.wgl-darkmode .ve-ui-toolbar .oo-ui-toolbar-popups .oo-ui-toolGroup-tools { | .ve-activated body.wgl-darkmode .ve-ui-toolbar .oo-ui-toolbar-popups .oo-ui-toolGroup-tools { | ||
background-color: #313e59; | background-color: #313e59; | ||
border: none; | border: none; | ||
} | } | ||
.ve-activated body.wgl-darkmode .ve-ui-toolbar .oo-ui-toolbar-popups .oo-ui-toolGroup-tools .oo-ui-widget-disabled { | .ve-activated body.wgl-darkmode .ve-ui-toolbar .oo-ui-toolbar-popups .oo-ui-toolGroup-tools .oo-ui-widget-disabled { | ||
opacity: 0.34; | opacity: 0.34; | ||
} | } | ||
.ve-activated body.wgl-darkmode .ve-ui-toolbar .oo-ui-toolbar-popups .oo-ui-toolGroup-tools .oo-ui-tool-active .oo-ui-tool-link { | .ve-activated body.wgl-darkmode .ve-ui-toolbar .oo-ui-toolbar-popups .oo-ui-toolGroup-tools .oo-ui-tool-active .oo-ui-tool-link { | ||
background-color: #313e59; | background-color: #313e59; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above, .ve-activated body.wgl-darkmode .oo-ui-bookletLayout > .oo-ui-menuLayout-menu { | |||
.ve-activated body.wgl-darkmode .oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above, | |||
.ve-activated body.wgl-darkmode .oo-ui-bookletLayout > .oo-ui-menuLayout-menu { | |||
border-color: #2f4060; | border-color: #2f4060; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link, .ve-activated body.wgl-darkmode .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link { | |||
.ve-activated body.wgl-darkmode .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link, | |||
.ve-activated body.wgl-darkmode .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link { | |||
background-color: #8992a4; | background-color: #8992a4; | ||
border-color: #8992a4; | border-color: #8992a4; | ||
} | } | ||
.ve-activated body.wgl-darkmode .oo-ui-widget-disabled .oo-ui-tool > .oo-ui-tool-link span.oo-ui-tool-title { | .ve-activated body.wgl-darkmode .oo-ui-widget-disabled .oo-ui-tool > .oo-ui-tool-link span.oo-ui-tool-title { | ||
color: rgba(203, 217, 244, 0.5); | color: rgba(203, 217, 244, 0.5); | ||
} | } | ||
.ve-activated body.wgl-darkmode figure[typeof~="mw:Image/Thumb"], .ve-activated body.wgl-darkmode figure[typeof~="mw:Video/Thumb"], .ve-activated body.wgl-darkmode figure[typeof~="mw:Audio/Thumb"], .ve-activated body.wgl-darkmode figure[typeof~="mw:Image/Frame"], .ve-activated body.wgl-darkmode figure[typeof~="mw:Video/Frame"], .ve-activated body.wgl-darkmode figure[typeof~="mw:Audio/Frame"] { | |||
.ve-activated body.wgl-darkmode figure[typeof~="mw:Image/Thumb"], | |||
.ve-activated body.wgl-darkmode figure[typeof~="mw:Video/Thumb"], | |||
.ve-activated body.wgl-darkmode figure[typeof~="mw:Audio/Thumb"], | |||
.ve-activated body.wgl-darkmode figure[typeof~="mw:Image/Frame"], | |||
.ve-activated body.wgl-darkmode figure[typeof~="mw:Video/Frame"], | |||
.ve-activated body.wgl-darkmode figure[typeof~="mw:Audio/Frame"] { | |||
background: none; | background: none; | ||
border: none; | border: none; | ||
| Line 2,901: | Line 2,586: | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-field-wrapper input, body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-field-wrapper select { | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-field-wrapper input | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-field-wrapper select { | |||
background: #313e59; | background: #313e59; | ||
border: 1px solid #596e96; | border: 1px solid #596e96; | ||
| Line 2,915: | Line 2,592: | ||
border-radius: 3px; | border-radius: 3px; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonpane { | body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonpane { | ||
background-image: none !important; | background-image: none !important; | ||
| Line 2,922: | Line 2,598: | ||
border-color: #596e96 !important; | border-color: #596e96 !important; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonset button { | body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonset button { | ||
background-color: #313e59 !important; | background-color: #313e59 !important; | ||
| Line 2,929: | Line 2,604: | ||
border-color: #596e96 !important; | border-color: #596e96 !important; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonset button:hover { | body.wgl-darkmode .wikiEditor-toolbar-dialog .ui-dialog-buttonset button:hover { | ||
background: #556c9b !important; | background: #556c9b !important; | ||
color: #e0e8f8; | color: #e0e8f8; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-toolbar-dialog #wikieditor-toolbar-link-int-target-status, body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-table-preview-wrapper { | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog #wikieditor-toolbar-link-int-target-status, | |||
body.wgl-darkmode .wikiEditor-toolbar-dialog .wikieditor-toolbar-table-preview-wrapper { | |||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .wikiEditor-ui-view, body.wgl-darkmode .wikiEditor-ui .wikiEditor-ui-top { | |||
body.wgl-darkmode .wikiEditor-ui .wikiEditor-ui-view, | |||
body.wgl-darkmode .wikiEditor-ui .wikiEditor-ui-top { | |||
border-color: #172136; | border-color: #172136; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar { | body.wgl-darkmode .wikiEditor-ui-toolbar { | ||
background-color: #313e59; | background-color: #313e59; | ||
| Line 2,951: | Line 2,620: | ||
border-color: #172136; | border-color: #172136; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-iconElement-icon.oo-ui-image-progressive { | body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-iconElement-icon.oo-ui-image-progressive { | ||
filter: brightness(1.5); | filter: brightness(1.5); | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-popupToolGroup-handle:hover, body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-popupToolGroup-handle:hover, | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { | |||
background-color: #556c9b; | background-color: #556c9b; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable { | body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable { | ||
border-color: #172136; | border-color: #172136; | ||
background-color: #313e59; | background-color: #313e59; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeVisual { | body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeVisual { | ||
background-color: #313e59; | background-color: #313e59; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeVisual:hover { | body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeVisual:hover { | ||
background-color: #556c9b; | background-color: #556c9b; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeSource { | body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeSource { | ||
background-color: #556c9b; | background-color: #556c9b; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeSource .oo-ui-tool-title { | body.wgl-darkmode .wikiEditor-ui-toolbar .oo-ui-toolGroup-tools.oo-ui-clippableElement-clippable .oo-ui-tool-name-editModeSource .oo-ui-tool-title { | ||
color: #e0e8f8; | color: #e0e8f8; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs a, body.wgl-darkmode .wikiEditor-ui-toolbar .tabs .tabs > .tab > a { | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs a, | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs .tabs > .tab > a { | |||
color: #8cabe6; | color: #8cabe6; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a.current { | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a.current | color: #cbd9f4; | ||
} | |||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a:before { | body.wgl-darkmode .wikiEditor-ui-toolbar .tabs span.tab a:before { | ||
filter: invert(1); | filter: invert(1); | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .group { | body.wgl-darkmode .wikiEditor-ui-toolbar .group { | ||
border-color: #172136; | border-color: #172136; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select { | body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select { | ||
background-color: #313e59; | background-color: #313e59; | ||
border-color: #172136; | border-color: #172136; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .label:after { | body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .label:after { | ||
filter: invert(1); | filter: invert(1); | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .options { | body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .options { | ||
border-color: #172136; | border-color: #172136; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .options .option:hover { | body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .options .option:hover { | ||
background-color: #556c9b; | background-color: #556c9b; | ||
color: #e0e8f8; | color: #e0e8f8; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .option { | body.wgl-darkmode .wikiEditor-ui-toolbar .group .tool-select .option { | ||
background-color: #313e59; | background-color: #313e59; | ||
color: #8cabe6; | color: #8cabe6; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .group-search { | body.wgl-darkmode .wikiEditor-ui-toolbar .group-search { | ||
border-left-color: #172136; | border-left-color: #172136; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-table td { | body.wgl-darkmode .wikiEditor-ui-toolbar .page-table td { | ||
border-color: #172136; | border-color: #172136; | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-table th { | body.wgl-darkmode .wikiEditor-ui-toolbar .page-table th { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .section { | body.wgl-darkmode .wikiEditor-ui-toolbar .sections .section { | ||
border-color: #172136; | border-color: #172136; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar .group > .label { | body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar .group > .label { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar a { | body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar a { | ||
color: #8cabe6; | color: #8cabe6; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar .tool > .label { | body.wgl-darkmode .wikiEditor-ui-toolbar .sections .toolbar .tool > .label { | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .booklet .index > .current { | body.wgl-darkmode .wikiEditor-ui-toolbar .booklet .index > .current { | ||
background-color: #556c9b; | background-color: #556c9b; | ||
color: #e0e8f8; | color: #e0e8f8; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .booklet > .index > :hover { | body.wgl-darkmode .wikiEditor-ui-toolbar .booklet > .index > :hover { | ||
background-color: #4c608a; | background-color: #4c608a; | ||
color: #e0e8f8; | color: #e0e8f8; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-characters div span { | body.wgl-darkmode .wikiEditor-ui-toolbar .page-characters div span { | ||
background-color: #313e59; | background-color: #313e59; | ||
| Line 3,067: | Line 2,710: | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui-toolbar .page-characters div span:hover { | body.wgl-darkmode .wikiEditor-ui-toolbar .page-characters div span:hover { | ||
color: #e0e8f8; | color: #e0e8f8; | ||
border-color: #1f2c48; | border-color: #1f2c48; | ||
} | } | ||
body.wgl-darkmode .mw-content-ltr.mw-highlight-lines pre, body.wgl-darkmode .mw-content-ltr.content .mw-highlight-lines pre { | |||
body.wgl-darkmode .mw-content-ltr.mw-highlight-lines pre, | |||
body.wgl-darkmode .mw-content-ltr.content .mw-highlight-lines pre { | |||
box-shadow: inset 2.75em 0 0 #313e59; | box-shadow: inset 2.75em 0 0 #313e59; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_gutter, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_gutter, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter { | |||
background: #313e59; | background: #313e59; | ||
color: #cbd9f4; | color: #cbd9f4; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_print-margin, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_print-margin { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_print-margin, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_print-margin { | |||
width: 1px; | width: 1px; | ||
background: #555651; | background: #555651; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm { | |||
background-color: #222e45; | background-color: #222e45; | ||
color: #F8F8F2; | color: #F8F8F2; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_cursor, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_cursor { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_cursor, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_cursor { | |||
color: #F8F8F0; | color: #F8F8F0; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_selection, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selection { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_selection, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selection { | |||
background: #334567; | background: #334567; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm.ace_multiselect .ace_selection.ace_start, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm.ace_multiselect .ace_selection.ace_start { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm.ace_multiselect .ace_selection.ace_start, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm.ace_multiselect .ace_selection.ace_start { | |||
box-shadow: 0 0 3px 0px #334567; | box-shadow: 0 0 3px 0px #334567; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_step, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_step { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_step, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_step { | |||
background: #665200; | background: #665200; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_bracket, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_bracket { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_bracket, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_bracket { | |||
margin: -1px 0 0 -1px; | margin: -1px 0 0 -1px; | ||
border: 1px solid #49483E; | border: 1px solid #49483E; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_active-line, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_active-line { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_active-line, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_active-line { | |||
background: #2a3956; | background: #2a3956; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_gutter-active-line, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter-active-line { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_gutter-active-line, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter-active-line { | |||
background-color: #43557a; | background-color: #43557a; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_selected-word, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selected-word { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_marker-layer .ace_selected-word, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selected-word { | |||
border: 1px solid #49483E; | border: 1px solid #49483E; | ||
background: #49483E; | background: #49483E; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invisible, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invisible { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invisible, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invisible { | |||
color: #52524d; | color: #52524d; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_name.ace_tag, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_tag, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_keyword, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_meta.ace_tag, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_meta.ace_tag, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_storage, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_storage { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_name.ace_tag, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_tag, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_keyword, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_meta.ace_tag, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_meta.ace_tag, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_storage, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_storage { | |||
color: #F92672; | color: #F92672; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_punctuation, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_punctuation.ace_tag, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation.ace_tag { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_punctuation, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_punctuation.ace_tag, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation.ace_tag { | |||
color: #fff; | color: #fff; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_character, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_character, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_language, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_language, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_numeric, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_numeric, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_other, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_other { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_character, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_character, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_language, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_language, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_numeric, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_numeric, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_constant.ace_other, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_other { | |||
color: #AE81FF; | color: #AE81FF; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invalid, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invalid, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid { | |||
color: #F8F8F0; | color: #F8F8F0; | ||
background-color: #F92672; | background-color: #F92672; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invalid.ace_deprecated, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid.ace_deprecated { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_invalid.ace_deprecated, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid.ace_deprecated { | |||
color: #F8F8F0; | color: #F8F8F0; | ||
background-color: #AE81FF; | background-color: #AE81FF; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_constant, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_constant, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_function, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_function { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_constant, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_constant, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_function, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_function { | |||
color: #66D9EF; | color: #66D9EF; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_fold, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_fold { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_fold, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_fold { | |||
background-color: #A6E22E; | background-color: #A6E22E; | ||
border-color: #F8F8F2; | border-color: #F8F8F2; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_storage.ace_type, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_storage.ace_type, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_class, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_class, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_type, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_type { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_storage.ace_type, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_storage.ace_type, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_class, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_class, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_support.ace_type, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_type { | |||
color: #66D9EF; | color: #66D9EF; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_name.ace_function, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_function, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_other, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_other.ace_attribute-name, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other.ace_attribute-name, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_variable, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_variable { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_name.ace_function, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_function, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_other, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_entity.ace_other.ace_attribute-name, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other.ace_attribute-name, | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_variable, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_variable { | |||
color: #A6E22E; | color: #A6E22E; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_variable.ace_parameter, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_variable.ace_parameter { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_variable.ace_parameter, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_variable.ace_parameter { | |||
color: #FD971F; | color: #FD971F; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_string, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_string { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_string, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_string { | |||
color: #E6DB74; | color: #E6DB74; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_keyword.ace_operator, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword.ace_operator, body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_comment, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_comment { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_keyword.ace_operator, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword.ace_operator { | |||
color: #949eaa; | color: #949eaa; | ||
} | } | ||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_indent-guide, body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_indent-guide { | |||
body.wgl-darkmode .wikiEditor-ui .ace-tm .ace_indent-guide, | |||
body.wgl-darkmode .ve-ui-mwAceEditorWidget .ace-tm .ace_indent-guide { | |||
background: none; | background: none; | ||
border-right: solid 1px #334567; | border-right: solid 1px #334567; | ||
margin-left: -1px; | margin-left: -1px; | ||
} | } | ||