MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 314: | Строка 314: | ||
border-radius: 2px; | border-radius: 2px; | ||
padding: 1px 4px; | padding: 1px 4px; | ||
background: var(--bg-code); | background-color: var(--bg-code); | ||
border: 1px solid var(--color-code-border); | border: 1px solid var(--color-code-border); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 323: | Строка 323: | ||
overflow: auto; | overflow: auto; | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
background: var(--bg-code-light); | background-color: var(--bg-code-light); | ||
border: 1px solid var(--color-code-border-light); | border: 1px solid var(--color-code-border-light); | ||
padding: 0.5em; | padding: 0.5em; | ||
| Строка 331: | Строка 331: | ||
blockquote { | blockquote { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
border-left: 4px solid var(--theme-bg-light); | border-left: 4px solid var(--theme-bg-light); | ||
padding: 8px 32px; | padding: 8px 32px; | ||
| Строка 348: | Строка 348: | ||
input[type="button"] { | input[type="button"] { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border: 1px solid var(--ooui--border); | border: 1px solid var(--ooui--border); | ||
color: lightgray; | color: lightgray; | ||
| Строка 373: | Строка 373: | ||
border: 0; | border: 0; | ||
border-radius: 0; | border-radius: 0; | ||
background: none; | background-color: none; | ||
} | } | ||
| Строка 414: | Строка 414: | ||
border-bottom: 2px solid var(--color-darkened-border); | border-bottom: 2px solid var(--color-darkened-border); | ||
border-radius: var(--border-radius-low) var(--border-radius-low) 0 0; | border-radius: var(--border-radius-low) var(--border-radius-low) 0 0; | ||
background: var(--ooui--bg-light); | background-color: var(--ooui--bg-light); | ||
font-size: 1.05em; | font-size: 1.05em; | ||
font-weight: bold; | font-weight: bold; | ||
| Строка 429: | Строка 429: | ||
border-top: 0; | border-top: 0; | ||
border-radius: 0 0 var(--border-radius-low) var(--border-radius-low); | border-radius: 0 0 var(--border-radius-low) var(--border-radius-low); | ||
background: var(--theme-bg-dark); | background-color: var(--theme-bg-dark); | ||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 -2px 4px rgba(0, 0, 0, 0.15); | box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 -2px 4px rgba(0, 0, 0, 0.15); | ||
} | } | ||
| Строка 438: | Строка 438: | ||
.sidebar-inner, .dropdown { | .sidebar-inner, .dropdown { | ||
padding: 1em 2em; | padding: 1em 2em; | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
} | } | ||
| Строка 445: | Строка 445: | ||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
#mw-content-block { | #mw-content-block { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
} | } | ||
} | } | ||
| Строка 466: | Строка 466: | ||
==========*/ | ==========*/ | ||
.ace_editor.ace_autocomplete { | .ace_editor.ace_autocomplete { | ||
background: var(--ooui--bg-dark); | background-color: var(--ooui--bg-dark); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 473: | Строка 473: | ||
.ace_editor.ace_autocomplete .ace_line-hover { | .ace_editor.ace_autocomplete .ace_line-hover { | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
} | } | ||
| Строка 483: | Строка 483: | ||
#scroll-top { | #scroll-top { | ||
display: none; | display: none; | ||
background: url(https://station14.ru/images/0/00/AnomalyElectricityPulse.png) 0% 0%/57px 57px no-repeat; | background-color: url(https://station14.ru/images/0/00/AnomalyElectricityPulse.png) 0% 0%/57px 57px no-repeat; | ||
opacity: 0.5; | opacity: 0.5; | ||
width: 57px; | width: 57px; | ||
| Строка 531: | Строка 531: | ||
.tools-inline li.selected { | .tools-inline li.selected { | ||
background: transparent !important; | background-color: transparent !important; | ||
border-bottom-width: 2px; | border-bottom-width: 2px; | ||
} | } | ||
| Строка 568: | Строка 568: | ||
.citation:target { | .citation:target { | ||
background: rgba(0, 127, 255, 0.133) | background-color: rgba(0, 127, 255, 0.133) | ||
} | } | ||
| Строка 694: | Строка 694: | ||
.navbox th, | .navbox th, | ||
.navbox-title { | .navbox-title { | ||
background: rgba(var(--color-contrast2--rgb), var(--alpha-s)); /* Level 1 color */ | background-color: rgba(var(--color-contrast2--rgb), var(--alpha-s)); /* Level 1 color */ | ||
} | } | ||
.navbox, | .navbox, | ||
.navbox-subgroup { | .navbox-subgroup { | ||
background: var(--theme-bg-light); /* Level 2 color */ | background-color: var(--theme-bg-light); /* Level 2 color */ | ||
} | } | ||
.navbox-abovebelow, | .navbox-abovebelow, | ||
th.navbox-group, | th.navbox-group, | ||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background: var(--theme-bg-header); /* Level 3 color */ | background-color: var(--theme-bg-header); /* Level 3 color */ | ||
} | } | ||
.navbox-subgroup .navbox-group, | .navbox-subgroup .navbox-group, | ||
.navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-abovebelow { | ||
background: var(--theme-bg-lighter); /* Level 3 color */ | background-color: var(--theme-bg-lighter); /* Level 3 color */ | ||
border-right: 1px solid var(--theme-bg-light); | border-right: 1px solid var(--theme-bg-light); | ||
border-bottom: 1px solid var(--theme-bg-light); | border-bottom: 1px solid var(--theme-bg-light); | ||
| Строка 713: | Строка 713: | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background: transparent; /* Even row striping */ | background-color: transparent; /* Even row striping */ | ||
border-top: 1px solid var(--theme-bg-lighter) !important; | border-top: 1px solid var(--theme-bg-lighter) !important; | ||
border-bottom: 1px solid var(--theme-bg-lighter) !important; | border-bottom: 1px solid var(--theme-bg-lighter) !important; | ||
} | } | ||
.navbox-odd { | .navbox-odd { | ||
background: transparent; /* Odd row striping */ | background-color: transparent; /* Odd row striping */ | ||
} | } | ||
| Строка 770: | Строка 770: | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
border-spacing: 3px; | border-spacing: 3px; | ||
background: #f8f9fa; | background-color: #f8f9fa; | ||
color: black; | color: black; | ||
margin: 0.5em 0 0.5em 1em; | margin: 0.5em 0 0.5em 1em; | ||
| Строка 821: | Строка 821: | ||
.mw-parser-output a[href$=".pdf"].external,.mw-parser-output a[href*=".pdf?"].external,.mw-parser-output a[href*=".pdf#"].external,.mw-parser-output a[href$=".PDF"].external,.mw-parser-output a[href*=".PDF?"].external,.mw-parser-output a[href*=".PDF#"].external { | .mw-parser-output a[href$=".pdf"].external,.mw-parser-output a[href*=".pdf?"].external,.mw-parser-output a[href*=".pdf#"].external,.mw-parser-output a[href$=".PDF"].external,.mw-parser-output a[href*=".PDF?"].external,.mw-parser-output a[href*=".PDF#"].external { | ||
background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat right; | background-color: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat right; | ||
padding-right: 18px | padding-right: 18px | ||
} | } | ||
| Строка 832: | Строка 832: | ||
.messagebox { | .messagebox { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
background: #f8f9fa; | background-color: #f8f9fa; | ||
width: 80%; | width: 80%; | ||
margin: 0 auto 1em auto; | margin: 0 auto 1em auto; | ||
| Строка 840: | Строка 840: | ||
.messagebox.merge { | .messagebox.merge { | ||
border: 1px solid #c0b8cc; | border: 1px solid #c0b8cc; | ||
background: #f0e5ff; | background-color: #f0e5ff; | ||
text-align: center | text-align: center | ||
} | } | ||
| Строка 846: | Строка 846: | ||
.messagebox.cleanup { | .messagebox.cleanup { | ||
border: 1px solid #9f9fff; | border: 1px solid #9f9fff; | ||
background: #efefff; | background-color: #efefff; | ||
text-align: center | text-align: center | ||
} | } | ||
| Строка 852: | Строка 852: | ||
.messagebox.standard-talk { | .messagebox.standard-talk { | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; | ||
background: #f8eaba; | background-color: #f8eaba; | ||
margin: 4px auto | margin: 4px auto | ||
} | } | ||
| Строка 858: | Строка 858: | ||
.mbox-inside .standard-talk { | .mbox-inside .standard-talk { | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; | ||
background: #f8eaba; | background-color: #f8eaba; | ||
width: 100%; | width: 100%; | ||
margin: 2px 0; | margin: 2px 0; | ||
| Строка 880: | Строка 880: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
background: #f8eaba | background-color: #f8eaba | ||
} | } | ||
| Строка 911: | Строка 911: | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
border-left: 10px solid var(--color-contrast); | border-left: 10px solid var(--color-contrast); | ||
background: #fbfbfb; | background-color: #fbfbfb; | ||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
| Строка 937: | Строка 937: | ||
table.ambox-speedy { | table.ambox-speedy { | ||
border-left: 10px solid #b32424; | border-left: 10px solid #b32424; | ||
background: #fee7e6 | background-color: #fee7e6 | ||
} | } | ||
| Строка 964: | Строка 964: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 3px solid var(--color-contrast); | border: 3px solid var(--color-contrast); | ||
background: #fbfbfb; | background-color: #fbfbfb; | ||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
| Строка 983: | Строка 983: | ||
table.imbox-speedy { | table.imbox-speedy { | ||
border: 3px solid #b32424; | border: 3px solid #b32424; | ||
background: #fee7e6 | background-color: #fee7e6 | ||
} | } | ||
| Строка 1008: | Строка 1008: | ||
table.imbox-license { | table.imbox-license { | ||
border: 3px solid #88a; | border: 3px solid #88a; | ||
background: #f7f8ff | background-color: #f7f8ff | ||
} | } | ||
| Строка 1019: | Строка 1019: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
background: #dfe8ff; | background-color: #dfe8ff; | ||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
table.cmbox-notice { | table.cmbox-notice { | ||
background: #d8e8ff | background-color: #d8e8ff | ||
} | } | ||
| Строка 1031: | Строка 1031: | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
border: 4px solid #b32424; | border: 4px solid #b32424; | ||
background: #ffdbdb | background-color: #ffdbdb | ||
} | } | ||
table.cmbox-delete { | table.cmbox-delete { | ||
background: #ffdbdb | background-color: #ffdbdb | ||
} | } | ||
table.cmbox-content { | table.cmbox-content { | ||
background: #ffe7ce | background-color: #ffe7ce | ||
} | } | ||
table.cmbox-style { | table.cmbox-style { | ||
background: #fff9db | background-color: #fff9db | ||
} | } | ||
table.cmbox-move { | table.cmbox-move { | ||
background: #e4d8ff | background-color: #e4d8ff | ||
} | } | ||
table.cmbox-protection { | table.cmbox-protection { | ||
background: #efefe1 | background-color: #efefe1 | ||
} | } | ||
| Строка 1058: | Строка 1058: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
background: #f8f9fa; | background-color: #f8f9fa; | ||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
| Строка 1068: | Строка 1068: | ||
table.ombox-speedy { | table.ombox-speedy { | ||
border: 2px solid #b32424; | border: 2px solid #b32424; | ||
background: #fee7e6 | background-color: #fee7e6 | ||
} | } | ||
| Строка 1095: | Строка 1095: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; | ||
background: #f8eaba; | background-color: #f8eaba; | ||
min-width: 80%; | min-width: 80%; | ||
box-sizing: border-box | box-sizing: border-box | ||
| Строка 1116: | Строка 1116: | ||
table.tmbox-speedy { | table.tmbox-speedy { | ||
border: 2px solid #b32424; | border: 2px solid #b32424; | ||
background: #fee7e6 | background-color: #fee7e6 | ||
} | } | ||
| Строка 1144: | Строка 1144: | ||
width: 100%; | width: 100%; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
background: #f8f9fa; | background-color: #f8f9fa; | ||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
table.fmbox-system { | table.fmbox-system { | ||
background: #191970 | background-color: #191970 | ||
} | } | ||
table.fmbox-warning { | table.fmbox-warning { | ||
border: 1px solid #bb7070; | border: 1px solid #bb7070; | ||
background: #ffdbdb | background-color: #ffdbdb | ||
} | } | ||
table.fmbox-editnotice { | table.fmbox-editnotice { | ||
background: transparent | background-color: transparent | ||
} | } | ||
| Строка 1165: | Строка 1165: | ||
margin: 0.2em 0; | margin: 0.2em 0; | ||
border: 1px solid #bb7070; | border: 1px solid #bb7070; | ||
background: #ffdbdb; | background-color: #ffdbdb; | ||
padding: 0.25em 0.9em; | padding: 0.25em 0.9em; | ||
box-sizing: border-box | box-sizing: border-box | ||
| Строка 1172: | Строка 1172: | ||
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt { | .mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt { | ||
border-color: #fc3; | border-color: #fc3; | ||
background: #fef6e7 | background-color: #fef6e7 | ||
} | } | ||
| Строка 1202: | Строка 1202: | ||
border: none; | border: none; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background: transparent; | background-color: transparent; | ||
margin: 0 0 0 1.6em !important; | margin: 0 0 0 1.6em !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
| Строка 1249: | Строка 1249: | ||
.thumbinner { | .thumbinner { | ||
min-width: 100px; | min-width: 100px; | ||
background: #303037; | background-color: #303037; | ||
border: solid var(--ooui--border) | border: solid var(--ooui--border) | ||
} | } | ||
| Строка 1338: | Строка 1338: | ||
@media screen { | @media screen { | ||
#content .gallerybox div.thumb { | #content .gallerybox div.thumb { | ||
background: #f8f9fa | background-color: #f8f9fa | ||
} | } | ||
.gallerybox .thumb img { | .gallerybox .thumb img { | ||
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat | background-color: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat | ||
} | } | ||
| Строка 1363: | Строка 1363: | ||
#mw-page-base { | #mw-page-base { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
color: lightgrey; | color: lightgrey; | ||
border: #1b1b1f | border: #1b1b1f | ||
| Строка 1369: | Строка 1369: | ||
.mediawiki,.mw-page-container { | .mediawiki,.mw-page-container { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
color: lightgrey; | color: lightgrey; | ||
border: #1b1b1f | border: #1b1b1f | ||
| Строка 1375: | Строка 1375: | ||
#mw-panel { | #mw-panel { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
color: lightgrey; | color: lightgrey; | ||
border: #1b1b1f | border: #1b1b1f | ||
| Строка 1381: | Строка 1381: | ||
#mw-content-container,#mw-header-container,#mw-content-wrapper,#mw-content,#p-logo { | #mw-content-container,#mw-header-container,#mw-content-wrapper,#mw-content,#p-logo { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
color: lightgrey; | color: lightgrey; | ||
border: #1b1b1f | border: #1b1b1f | ||
| Строка 1387: | Строка 1387: | ||
.mw-code { | .mw-code { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
color: lightgrey | color: lightgrey | ||
} | } | ||
| Строка 1420: | Строка 1420: | ||
a.option { | a.option { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
color: lightgray !important; | color: lightgray !important; | ||
border: 1px solid var(--ooui--border); | border: 1px solid var(--ooui--border); | ||
| Строка 1507: | Строка 1507: | ||
.oo-ui-dropdownWidget, | .oo-ui-dropdownWidget, | ||
.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle { | .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
} | } | ||
| Строка 1518: | Строка 1518: | ||
.ace_mobile-button:hover, | .ace_mobile-button:hover, | ||
.ace_searchbtn:hover { | .ace_searchbtn:hover { | ||
background: var(--ooui--bg-dark); | background-color: var(--ooui--bg-dark); | ||
} | } | ||
| Строка 1525: | Строка 1525: | ||
#ca-nstab-special.selected.mw-list-item, | #ca-nstab-special.selected.mw-list-item, | ||
.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { | .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { | ||
background: var(--ooui--bg-light); | background-color: var(--ooui--bg-light); | ||
} | } | ||
| Строка 1533: | Строка 1533: | ||
.ace_button:hover:not(.checked), | .ace_button:hover:not(.checked), | ||
.ace_button:active { | .ace_button:active { | ||
background: var(--ooui--bg--hover); | background-color: var(--ooui--bg--hover); | ||
} | } | ||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | ||
background: var(--ooui--bg--hover) !important; | background-color: var(--ooui--bg--hover) !important; | ||
} | } | ||
.mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-conflicting-talk-label span .mw-twocolconflict-split-delete { | .mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-conflicting-talk-label span .mw-twocolconflict-split-delete { | ||
background: var(--bg-message-subtle); | background-color: var(--bg-message-subtle); | ||
} | } | ||
| Строка 1549: | Строка 1549: | ||
.wikiEditor-ui-text { | .wikiEditor-ui-text { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
} | } | ||
.ext-WikiEditor-ResizingDragBar { | .ext-WikiEditor-ResizingDragBar { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
} | } | ||
.ext-WikiEditor-ResizingDragBar span { | .ext-WikiEditor-ResizingDragBar span { | ||
background: var(--ooui--border); | background-color: var(--ooui--border); | ||
} | } | ||
.oo-ui-windowManager-modal > .oo-ui-dialog, | .oo-ui-windowManager-modal > .oo-ui-dialog, | ||
.oo-ui-processDialog-errors { | .oo-ui-processDialog-errors { | ||
background: rgba(0, 0, 0, var(--alpha-m)); | background-color: rgba(0, 0, 0, var(--alpha-m)); | ||
} | } | ||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
color: white; | color: white; | ||
} | } | ||
.wikiEditor-ui-toolbar .booklet > .index > .current { | .wikiEditor-ui-toolbar .booklet > .index > .current { | ||
background: var(--ooui--bg-light); | background-color: var(--ooui--bg-light); | ||
color: white !important; | color: white !important; | ||
} | } | ||
| Строка 1577: | Строка 1577: | ||
.mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-single-column, | .mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-single-column, | ||
.oo-ui-searchWidget-results { | .oo-ui-searchWidget-results { | ||
background: var(--ooui--bg-darkened); | background-color: var(--ooui--bg-darkened); | ||
color: lightgrey; | color: lightgrey; | ||
} | } | ||
| Строка 1629: | Строка 1629: | ||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | .cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | ||
.footer-icons a:hover { | .footer-icons a:hover { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 1637: | Строка 1637: | ||
.ace_searchbtn, | .ace_searchbtn, | ||
.oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget { | .oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 1643: | Строка 1643: | ||
.oo-ui-searchWidget-query { | .oo-ui-searchWidget-query { | ||
background: var(--ooui--bg-darkened); | background-color: var(--ooui--bg-darkened); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 1649: | Строка 1649: | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { | ||
background: var(--bg-message-subtle); | background-color: var(--bg-message-subtle); | ||
border-color: var(--border-message); | border-color: var(--border-message); | ||
} | } | ||
| Строка 1655: | Строка 1655: | ||
.cdx-message--warning, | .cdx-message--warning, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning { | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning { | ||
background: var(--bg-warning-subtle); | background-color: var(--bg-warning-subtle); | ||
border-color: var(--border-warning); | border-color: var(--border-warning); | ||
} | } | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice { | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice { | ||
background: var(--bg-notice-subtle); | background-color: var(--bg-notice-subtle); | ||
border-color: var(--border-notice); | border-color: var(--border-notice); | ||
} | } | ||
| Строка 1666: | Строка 1666: | ||
.cdx-message--error, | .cdx-message--error, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error { | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error { | ||
background: var(--bg-error-subtle); | background-color: var(--bg-error-subtle); | ||
border-color: var(--border-error); | border-color: var(--border-error); | ||
} | } | ||
| Строка 1683: | Строка 1683: | ||
.mw-rcfilters-ui-tagItemWidget-popup-content { | .mw-rcfilters-ui-tagItemWidget-popup-content { | ||
background: var(--ooui--bg-dark); | background-color: var(--ooui--bg-dark); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgray; | color: lightgray; | ||
| Строка 1690: | Строка 1690: | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | ||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] + span { | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] + span { | ||
background: var(--ooui--bg-dark); | background-color: var(--ooui--bg-dark); | ||
border: 1px solid var(--ooui--border-lighter); | border: 1px solid var(--ooui--border-lighter); | ||
} | } | ||
.ace_optionsMenuEntry input, .ace_optionsMenuEntry button { | .ace_optionsMenuEntry input, .ace_optionsMenuEntry button { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border: 1px solid var(--ooui--border-light); | border: 1px solid var(--ooui--border-light); | ||
margin: 0.35em 0.2em 0.25em 0; | margin: 0.35em 0.2em 0.25em 0; | ||
| Строка 1701: | Строка 1701: | ||
.ace_optionsMenuEntry button { | .ace_optionsMenuEntry button { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
box-shadow: var(--box-shadow-inset-high); | box-shadow: var(--box-shadow-inset-high); | ||
| Строка 1707: | Строка 1707: | ||
.ace_optionsMenuEntry button[ace_selected_button=true] { | .ace_optionsMenuEntry button[ace_selected_button=true] { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
box-shadow: var(--box-shadow-inset-high); | box-shadow: var(--box-shadow-inset-high); | ||
| Строка 1713: | Строка 1713: | ||
#ace_settingsmenu, #kbshortcutmenu { | #ace_settingsmenu, #kbshortcutmenu { | ||
background: var(--ooui--bg-darkened); | background-color: var(--ooui--bg-darkened); | ||
box-shadow: var(--box-shadow-high); | box-shadow: var(--box-shadow-high); | ||
color: lightgray; | color: lightgray; | ||
| Строка 1747: | Строка 1747: | ||
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button, | .oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button, | ||
.mw-portlet-body #ca-move.selected { | .mw-portlet-body #ca-move.selected { | ||
background: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | background-color: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | ||
} | } | ||
.ace_searchbtn_close:hover, | .ace_searchbtn_close:hover, | ||
.ext-WikiEditor-ResizingDragBar:hover span { | .ext-WikiEditor-ResizingDragBar:hover span { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
} | } | ||
.ace_optionsMenuEntry button:hover, | .ace_optionsMenuEntry button:hover, | ||
.ace_button.checked { | .ace_button.checked { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
color: white; | color: white; | ||
} | } | ||
/* Сложные стили */ | /* Сложные стили */ | ||
.mw-footer .footer-icons a { | .mw-footer .footer-icons a { | ||
background: var(--theme-bg-dark); | background-color: var(--theme-bg-dark); | ||
border: 1px solid var(--ooui--border-dark); | border: 1px solid var(--ooui--border-dark); | ||
padding-right: 15px; | padding-right: 15px; | ||
| Строка 1789: | Строка 1785: | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
color: white; | color: white; | ||
| Строка 1796: | Строка 1792: | ||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, #personal .dropdown, | .vector-user-links .vector-user-menu-more .vector-menu-content-list li a, #personal .dropdown, | ||
.mw-notification { | .mw-notification { | ||
background: var(--ooui--bg-dark); | background-color: var(--ooui--bg-dark); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 1803: | Строка 1799: | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { | ||
background: var(--ooui--bg-dark); | background-color: var(--ooui--bg-dark); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgray; | color: lightgray; | ||
| Строка 1810: | Строка 1806: | ||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded { | .oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded { | ||
background: var(--ooui--bg-darkened); | background-color: var(--ooui--bg-darkened); | ||
border: none; | border: none; | ||
border-radius: var(--border-radius-low); | border-radius: var(--border-radius-low); | ||
| Строка 1816: | Строка 1812: | ||
.ace_search { | .ace_search { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
color: lightgrey; | color: lightgrey; | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
| Строка 1823: | Строка 1819: | ||
.ace_search_field { | .ace_search_field { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 1832: | Строка 1828: | ||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span { | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span { | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
background: var(--ooui--bg-light); | background-color: var(--ooui--bg-light); | ||
border-width: 2px; | border-width: 2px; | ||
} | } | ||
| Строка 1879: | Строка 1875: | ||
.vector-menu-tabs li { | .vector-menu-tabs li { | ||
background: var(--theme-bg) | background-color: var(--theme-bg) | ||
} | } | ||
| Строка 1891: | Строка 1887: | ||
#mw-changeslist-links { | #mw-changeslist-links { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
color: lightgrey; | color: lightgrey; | ||
} | } | ||
#simpleSearch { | #simpleSearch { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border: 1px solid var(--ooui--border); | border: 1px solid var(--ooui--border); | ||
color: lightgrey; | color: lightgrey; | ||
| Строка 1924: | Строка 1920: | ||
.vector-menu-tabs .selected { | .vector-menu-tabs .selected { | ||
background: #1b1b1f | background-color: #1b1b1f | ||
} | } | ||
#pagehistory li.selected { | #pagehistory li.selected { | ||
background: #1B4D3E; | background-color: #1B4D3E; | ||
font-weight: bold | font-weight: bold | ||
} | } | ||
div.mw-warning-with-logexcerpt,div.mw-lag-warn-high,div.mw-cascadeprotectedwarning,div#mw-protect-cascadeon,div.titleblacklist-warning { | div.mw-warning-with-logexcerpt,div.mw-lag-warn-high,div.mw-cascadeprotectedwarning,div#mw-protect-cascadeon,div.titleblacklist-warning { | ||
background: #7C0A02; | background-color: #7C0A02; | ||
border: 1px solid #bb7070 | border: 1px solid #bb7070 | ||
} | } | ||
| Строка 1944: | Строка 1940: | ||
border: none; | border: none; | ||
border-radius: 0.8em; | border-radius: 0.8em; | ||
background: var(--theme-bg-light); | background-color: var(--theme-bg-light); | ||
color: #dddddd; | color: #dddddd; | ||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55); | box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55); | ||
| Строка 1956: | Строка 1952: | ||
.wikitable>*>tr>th { | .wikitable>*>tr>th { | ||
background: var(--theme-bg-light); | background-color: var(--theme-bg-light); | ||
color: #e1e1e1; | color: #e1e1e1; | ||
} | } | ||
.wikitable>*>tr>td { | .wikitable>*>tr>td { | ||
background: #31313b; | background-color: #31313b; | ||
} | } | ||
| Строка 2029: | Строка 2025: | ||
ul#filetoc, .toc, .toccolours, .mw-warning { | ul#filetoc, .toc, .toccolours, .mw-warning { | ||
border-radius: 0.5em; | border-radius: 0.5em; | ||
background: var(--theme-bg-light); | background-color: var(--theme-bg-light); | ||
padding: 14px; | padding: 14px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| Строка 2073: | Строка 2069: | ||
-webkit-mask-position: center center; | -webkit-mask-position: center center; | ||
mask-position: center center; | mask-position: center center; | ||
background: var(--theme-icon-color); | background-color: var(--theme-icon-color); | ||
margin: 0 6px 0 0; | margin: 0 6px 0 0; | ||
} | } | ||
| Строка 2104: | Строка 2100: | ||
-webkit-mask-position: center center; | -webkit-mask-position: center center; | ||
mask-position: center center; | mask-position: center center; | ||
background: var(--theme-icon-color); | background-color: var(--theme-icon-color); | ||
width: 14px; | width: 14px; | ||
height: 14px; | height: 14px; | ||
| Строка 2135: | Строка 2131: | ||
.quickbox { | .quickbox { | ||
border: 1px solid var(--ooui--border); | border: 1px solid var(--ooui--border); | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
} | } | ||
.quickboxhead { | .quickboxhead { | ||
border-bottom: 1px solid var(--ooui--border); | border-bottom: 1px solid var(--ooui--border); | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
text-align: center | text-align: center | ||
} | } | ||
| Строка 2183: | Строка 2179: | ||
.mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget > .mw-changeslist-legend { | .mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget > .mw-changeslist-legend { | ||
display: block; | display: block; | ||
background: var(--ooui--bg-light); | background-color: var(--ooui--bg-light); | ||
} | } | ||
| Строка 2195: | Строка 2191: | ||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget { | .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
color: white; | color: white; | ||
| Строка 2210: | Строка 2206: | ||
.mw-rcfilters-ui-changesListWrapperWidget:not(.mw-rcfilters-ui-changesListWrapperWidget-highlighted) .mw-changeslist-watchedseen div.mw-rcfilters-ui-highlights-color-none { | .mw-rcfilters-ui-changesListWrapperWidget:not(.mw-rcfilters-ui-changesListWrapperWidget-highlighted) .mw-changeslist-watchedseen div.mw-rcfilters-ui-highlights-color-none { | ||
background: var(--ooui--border-light); | background-color: var(--ooui--border-light); | ||
border: 1px solid var(--color-contrast); | border: 1px solid var(--color-contrast); | ||
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast2); | border-color: var(--color-contrast2); | ||
} | } | ||
| Строка 2224: | Строка 2220: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
color: white; | color: white; | ||
| Строка 2230: | Строка 2226: | ||
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover { | .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
color: white; | color: white; | ||
| Строка 2240: | Строка 2236: | ||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:hover, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active { | .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:hover, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
} | } | ||
| Строка 2253: | Строка 2249: | ||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input { | .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: white; | color: white; | ||
| Строка 2260: | Строка 2256: | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: white; | color: white; | ||
| Строка 2270: | Строка 2266: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
} | } | ||
.oo-ui-processDialog-content > .oo-ui-window-head, .oo-ui-processDialog-content > .oo-ui-window-foot { | .oo-ui-processDialog-content > .oo-ui-window-head, .oo-ui-processDialog-content > .oo-ui-window-foot { | ||
outline-color: var(--ooui--border); | outline-color: var(--ooui--border); | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
} | } | ||
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame { | .oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame { | ||
background: transparent; | background-color: transparent; | ||
} | } | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled { | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled { | ||
background: transparent; | background-color: transparent; | ||
} | } | ||
| Строка 2291: | Строка 2287: | ||
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted { | .oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted { | ||
background: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | background-color: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | ||
color: white; | color: white; | ||
} | } | ||
| Строка 2313: | Строка 2309: | ||
.oo-ui-popupWidget-popup { | .oo-ui-popupWidget-popup { | ||
background: var(--ooui--bg-light); | background-color: var(--ooui--bg-light); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgray; | color: lightgray; | ||
| Строка 2320: | Строка 2316: | ||
.oo-ui-menuSelectWidget { | .oo-ui-menuSelectWidget { | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
background: var(--ooui--gradient); | background-color: var(--ooui--gradient); | ||
box-shadow: var(--box-shadow); | box-shadow: var(--box-shadow); | ||
} | } | ||
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover { | .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover { | ||
background: var(--ooui--border); | background-color: var(--ooui--border); | ||
} | } | ||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | ||
background: var(--ooui--bg--hover); | background-color: var(--ooui--bg--hover); | ||
outline: 1px solid var(--ooui--border); | outline: 1px solid var(--ooui--border); | ||
} | } | ||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | ||
background: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)) !important; | background-color: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)) !important; | ||
} | } | ||
| Строка 2365: | Строка 2361: | ||
/* Содержание */ | /* Содержание */ | ||
.mw-body { | .mw-body { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
color: lightgrey; | color: lightgrey; | ||
padding: 12px 14px; | padding: 12px 14px; | ||
| Строка 2397: | Строка 2393: | ||
box-shadow: var(--box-shadow-high); | box-shadow: var(--box-shadow-high); | ||
border-radius: 0 0 0.3em 0.3em; | border-radius: 0 0 0.3em 0.3em; | ||
background: var(--theme-bg-dark); | background-color: var(--theme-bg-dark); | ||
border: 1px solid var(--ooui--border); | border: 1px solid var(--ooui--border); | ||
border-top: 2px solid var(--color-contrast); | border-top: 2px solid var(--color-contrast); | ||
| Строка 2407: | Строка 2403: | ||
border-radius: 0.4em; | border-radius: 0.4em; | ||
margin: 0.5em; | margin: 0.5em; | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border: 1px outset rgb(0 0 0 / 20%); | border: 1px outset rgb(0 0 0 / 20%); | ||
} | } | ||
| Строка 2432: | Строка 2428: | ||
/* Подсветка при наведении */ | /* Подсветка при наведении */ | ||
.suggestions .suggestions-result-current { | .suggestions .suggestions-result-current { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
outline: 1px solid var(--color-contrast); | outline: 1px solid var(--color-contrast); | ||
border-radius: var(--border-radius-low); | border-radius: var(--border-radius-low); | ||
| Строка 2446: | Строка 2442: | ||
.mw-rcfilters-ui-menuSelectWidget-footer { | .mw-rcfilters-ui-menuSelectWidget-footer { | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
} | } | ||
| Строка 2454: | Строка 2450: | ||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { | .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { | ||
background: transparent; | background-color: transparent; | ||
} | } | ||
| Строка 2470: | Строка 2466: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
color: white; | color: white; | ||
| Строка 2485: | Строка 2481: | ||
.mw-widget-dateInputWidget-calendar { | .mw-widget-dateInputWidget-calendar { | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
background: var(--ooui--gradient); | background-color: var(--ooui--gradient); | ||
} | } | ||
| Строка 2501: | Строка 2497: | ||
.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
color: white; | color: white; | ||
} | } | ||
.tool-button:hover, .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover { | .tool-button:hover, .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover { | ||
background: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | background-color: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | ||
transition: all 0.01s; | transition: all 0.01s; | ||
} | } | ||
| Строка 2532: | Строка 2528: | ||
.mw-editform #wpTextbox1, textarea { | .mw-editform #wpTextbox1, textarea { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
border: none; | border: none; | ||
color: lightgray; | color: lightgray; | ||
| Строка 2542: | Строка 2538: | ||
.editOptions,.mw-editform .editOptions { | .editOptions,.mw-editform .editOptions { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
border: 1px solid var(--ooui--border-light); | border: 1px solid var(--ooui--border-light); | ||
border-top: none; | border-top: none; | ||
| Строка 2549: | Строка 2545: | ||
.oo-ui-tagMultiselectWidget-input.oo-ui-widget.oo-ui-widget-enabled.oo-ui-inputWidget.oo-ui-iconElement.oo-ui-textInputWidget.oo-ui-textInputWidget-type-text { | .oo-ui-tagMultiselectWidget-input.oo-ui-widget.oo-ui-widget-enabled.oo-ui-inputWidget.oo-ui-iconElement.oo-ui-textInputWidget.oo-ui-textInputWidget-type-text { | ||
background: var(--ooui--border); | background-color: var(--ooui--border); | ||
} | } | ||
| Строка 2575: | Строка 2571: | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
} | } | ||
| Строка 2588: | Строка 2584: | ||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | .mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
border-radius: 0.4em 0.4em 0 0; | border-radius: 0.4em 0.4em 0 0; | ||
| Строка 2638: | Строка 2634: | ||
cursor: pointer; | cursor: pointer; | ||
padding: 1px 6px; | padding: 1px 6px; | ||
background: transparent; | background-color: transparent; | ||
border: 1px solid black; | border: 1px solid black; | ||
} | } | ||
| Строка 2644: | Строка 2640: | ||
.tabs-label:hover { | .tabs-label:hover { | ||
z-index: 2; | z-index: 2; | ||
background: #ddddff0d !important; | background-color: #ddddff0d !important; | ||
transition: all 0.1s; | transition: all 0.1s; | ||
} | } | ||
| Строка 2651: | Строка 2647: | ||
.tabs-tabbox > .tabs-input:checked + .tabs-label, | .tabs-tabbox > .tabs-input:checked + .tabs-label, | ||
.tabs-input-0:checked + .tabs-input-1 + .tabs-label { | .tabs-input-0:checked + .tabs-input-1 + .tabs-label { | ||
background: #ddddff0d; | background-color: #ddddff0d; | ||
border-top: 1px solid rgb(255 255 255 / 15%); | border-top: 1px solid rgb(255 255 255 / 15%); | ||
border-bottom: 1px solid var(--color-contrast); | border-bottom: 1px solid var(--color-contrast); | ||
| Строка 2666: | Строка 2662: | ||
vertical-align: baseline; | vertical-align: baseline; | ||
border-radius: 0; | border-radius: 0; | ||
background: transparent; | background-color: transparent; | ||
border: 1px solid rgb(0 0 0 / 50%); | border: 1px solid rgb(0 0 0 / 50%); | ||
border-top: 1px solid rgb(255 255 255 / 10%); | border-top: 1px solid rgb(255 255 255 / 10%); | ||
| Строка 2674: | Строка 2670: | ||
.tabs-tabbox > .tabs-container { | .tabs-tabbox > .tabs-container { | ||
padding: 14px 10px; | padding: 14px 10px; | ||
background: #ddddff0d; | background-color: #ddddff0d; | ||
border-radius: 0; | border-radius: 0; | ||
border: 1px solid rgb(0 0 0 / 50%); | border: 1px solid rgb(0 0 0 / 50%); | ||
| Строка 2681: | Строка 2677: | ||
/* Класс для уменьшения яркости фона tabs */ | /* Класс для уменьшения яркости фона tabs */ | ||
.tabs-no-background > .tabs-container { | .tabs-no-background > .tabs-container { | ||
background: #ddddff06; | background-color: #ddddff06; | ||
} | } | ||
| Строка 2705: | Строка 2701: | ||
border: 1px solid var(--color-contrast); | border: 1px solid var(--color-contrast); | ||
border-radius: 1.4rem; | border-radius: 1.4rem; | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); | ||
} | } | ||
| Строка 2771: | Строка 2767: | ||
.mw-mmv-above-fold { | .mw-mmv-above-fold { | ||
background: #222; | background-color: #222; | ||
border-top: 1px solid #333 | border-top: 1px solid #333 | ||
} | } | ||
.mw-mmv-image-metadata { | .mw-mmv-image-metadata { | ||
background: #111; | background-color: #111; | ||
border-color: #333 | border-color: #333 | ||
} | } | ||
| Строка 2782: | Строка 2778: | ||
.mw-mmv-dialog { | .mw-mmv-dialog { | ||
border: 1px solid #333; | border: 1px solid #333; | ||
background: #222; | background-color: #222; | ||
box-shadow: none | box-shadow: none | ||
} | } | ||
.mw-mmv-dialog .mw-mmv-dialog-down-arrow { | .mw-mmv-dialog .mw-mmv-dialog-down-arrow { | ||
background: #222; | background-color: #222; | ||
border-bottom: 1px solid #333; | border-bottom: 1px solid #333; | ||
border-right: 1px solid #333 | border-right: 1px solid #333 | ||
| Строка 2793: | Строка 2789: | ||
.mw-mmv-options-enable-alert { | .mw-mmv-options-enable-alert { | ||
background: #333; | background-color: #333; | ||
color: #e0e0e0 | color: #e0e0e0 | ||
} | } | ||
.mw-mmv-filepage-buttons .mw-ui-button { | .mw-mmv-filepage-buttons .mw-ui-button { | ||
background: var(--color-contrast); | background-color: var(--color-contrast); | ||
color: #e0e0e0; | color: #e0e0e0; | ||
border-color: #1d4699 | border-color: #1d4699 | ||
| Строка 2804: | Строка 2800: | ||
.mw-default-size { | .mw-default-size { | ||
background: #21212600 !important; | background-color: #21212600 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
| Строка 2813: | Строка 2809: | ||
.mw-default-size figcaption { | .mw-default-size figcaption { | ||
background: #21212600 !important; | background-color: #21212600 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
.mw-halign-right { | .mw-halign-right { | ||
background: #27272d00 !important; | background-color: #27272d00 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
| Строка 2827: | Строка 2823: | ||
.mw-halign-right figcaption { | .mw-halign-right figcaption { | ||
background: #27272d00 !important; | background-color: #27272d00 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
.mw-halign-left { | .mw-halign-left { | ||
background: #27272d00 !important; | background-color: #27272d00 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
| Строка 2841: | Строка 2837: | ||
.mw-halign-left figcaption { | .mw-halign-left figcaption { | ||
background: #27272d00 !important; | background-color: #27272d00 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
.mw-halign-center { | .mw-halign-center { | ||
background: #27272d00 !important; | background-color: #27272d00 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
| Строка 2855: | Строка 2851: | ||
.mw-halign-center figcaption { | .mw-halign-center figcaption { | ||
background: #27272d00 !important; | background-color: #27272d00 !important; | ||
border-color: black !important | border-color: black !important | ||
} | } | ||
.reference { | .reference { | ||
background: #27272d00; | background-color: #27272d00; | ||
} | } | ||
ol.references li:target,sup.reference:target { | ol.references li:target,sup.reference:target { | ||
background: #ffffff0f; | background-color: #ffffff0f; | ||
padding: 0px 1px 3px 1px; | padding: 0px 1px 3px 1px; | ||
} | } | ||
.oo-ui-textInputWidget .oo-ui-inputWidget-input { | .oo-ui-textInputWidget .oo-ui-inputWidget-input { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: white; | color: white; | ||
| Строка 2875: | Строка 2871: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast2); | border-color: var(--color-contrast2); | ||
} | } | ||
| Строка 2893: | Строка 2889: | ||
.oo-ui-windowManager-modal:not(.oo-ui-windowManager-size-full) > .oo-ui-dialog > .oo-ui-window-frame { | .oo-ui-windowManager-modal:not(.oo-ui-windowManager-size-full) > .oo-ui-dialog > .oo-ui-window-frame { | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
} | } | ||
| Строка 2905: | Строка 2901: | ||
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover { | .mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover { | ||
background: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | background-color: rgba(var(--color-contrast-dark--rgb), var(--alpha-m)); | ||
} | } | ||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { | .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
color: lightgray; | color: lightgray; | ||
| Строка 2924: | Строка 2920: | ||
form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active { | form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
color: white; | color: white; | ||
| Строка 2930: | Строка 2926: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgray; | color: lightgray; | ||
| Строка 2936: | Строка 2932: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast2); | border-color: var(--color-contrast2); | ||
color: white; | color: white; | ||
| Строка 2942: | Строка 2938: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
} | } | ||
| Строка 2951: | Строка 2947: | ||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
color: lightgray; | color: lightgray; | ||
| Строка 2963: | Строка 2959: | ||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover { | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover { | ||
border-color: var(--ooui--border-lighter); | border-color: var(--ooui--border-lighter); | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
color: lightgray; | color: lightgray; | ||
} | } | ||
.mw-widget-dateInputWidget-handle { | .mw-widget-dateInputWidget-handle { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
color: white !important; | color: white !important; | ||
| Строка 2974: | Строка 2970: | ||
.mw-search-profile-tabs { | .mw-search-profile-tabs { | ||
background: var(--ooui--bg) !important; | background-color: var(--ooui--bg) !important; | ||
border: var(--ooui--border) !important; | border: var(--ooui--border) !important; | ||
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast2); | border-color: var(--color-contrast2); | ||
color: white; | color: white; | ||
| Строка 2985: | Строка 2981: | ||
form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'] { | form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'] { | ||
background: var(--color-contrast2); | background-color: var(--color-contrast2); | ||
border-color: var(--color-contrast2); | border-color: var(--color-contrast2); | ||
color: white; | color: white; | ||
| Строка 2991: | Строка 2987: | ||
#wpDestFile { | #wpDestFile { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: white; | color: white; | ||
| Строка 2997: | Строка 2993: | ||
#wpUploadDescription { | #wpUploadDescription { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: white; | color: white; | ||
| Строка 3003: | Строка 2999: | ||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, button, select { | .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, button, select { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
color: lightgray; | color: lightgray; | ||
| Строка 3009: | Строка 3005: | ||
.mw-widgets-datetime-calendarWidget { | .mw-widgets-datetime-calendarWidget { | ||
background: var(--ooui--gradient); | background-color: var(--ooui--gradient); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
} | } | ||
.mw-widgets-datetime-dateTimeInputWidget-handle { | .mw-widgets-datetime-dateTimeInputWidget-handle { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
border-radius: var(--border-radius-low); | border-radius: var(--border-radius-low); | ||
| Строка 3042: | Строка 3038: | ||
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning { | div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning { | ||
background: var(--bg-error-subtle); | background-color: var(--bg-error-subtle); | ||
border-color: var(--border-error); | border-color: var(--border-error); | ||
} | } | ||
| Строка 3051: | Строка 3047: | ||
position: absolute; | position: absolute; | ||
z-index: 98; | z-index: 98; | ||
background: var(--theme-bg) !important; | background-color: var(--theme-bg) !important; | ||
width: 100% | width: 100% | ||
} | } | ||
.ui-widget-overlay { | .ui-widget-overlay { | ||
background: #000000 !important; | background-color: #000000 !important; | ||
opacity: .3 !important | opacity: .3 !important | ||
} | } | ||
| Строка 3062: | Строка 3058: | ||
.ui-widget-content { | .ui-widget-content { | ||
border: 1px solid #4a4a57 !important; | border: 1px solid #4a4a57 !important; | ||
background: var(--theme-bg) !important; | background-color: var(--theme-bg) !important; | ||
color: #e0e0e0 !important | color: #e0e0e0 !important | ||
} | } | ||
| Строка 3068: | Строка 3064: | ||
.ui-widget-header { | .ui-widget-header { | ||
border: 1px solid #4a4a57 !important; | border: 1px solid #4a4a57 !important; | ||
background: var(--theme-bg) !important; | background-color: var(--theme-bg) !important; | ||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
font-weight: bold !important | font-weight: bold !important | ||
| Строка 3075: | Строка 3071: | ||
#wikieditor-toolbar-file-target,#wikieditor-toolbar-file-caption,#wikieditor-toolbar-file-alt { | #wikieditor-toolbar-file-target,#wikieditor-toolbar-file-caption,#wikieditor-toolbar-file-alt { | ||
width: 100% !important; | width: 100% !important; | ||
background: var(--ooui--bg) !important; | background-color: var(--ooui--bg) !important; | ||
color: #e0e0e0 !important | color: #e0e0e0 !important | ||
} | } | ||
| Строка 3081: | Строка 3077: | ||
.wikiEditor-toolbar-dialog .ui-dialog-content input[type='text'] { | .wikiEditor-toolbar-dialog .ui-dialog-content input[type='text'] { | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
background: var(--ooui--bg) !important; | background-color: var(--ooui--bg) !important; | ||
color: #e0e0e0 !important | color: #e0e0e0 !important | ||
} | } | ||
| Строка 3088: | Строка 3084: | ||
font-family: Verdana,Arial,sans-serif !important; | font-family: Verdana,Arial,sans-serif !important; | ||
font-size: 1em !important; | font-size: 1em !important; | ||
background: var(--ooui--bg) !important; | background-color: var(--ooui--bg) !important; | ||
color: #e0e0e0 !important | color: #e0e0e0 !important | ||
} | } | ||
| Строка 3094: | Строка 3090: | ||
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default { | .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default { | ||
border: 1px solid #4a4a57 !important; | border: 1px solid #4a4a57 !important; | ||
background: var(--ooui--bg) !important; | background-color: var(--ooui--bg) !important; | ||
font-weight: normal !important; | font-weight: normal !important; | ||
color: #e0e0e0 !important | color: #e0e0e0 !important | ||
| Строка 3101: | Строка 3097: | ||
.ui-state-hover,.ui-widget-contetn .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus { | .ui-state-hover,.ui-widget-contetn .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus { | ||
border: 1px solid #4a4a57 !important; | border: 1px solid #4a4a57 !important; | ||
background: #4c4c59 !important; | background-color: #4c4c59 !important; | ||
font-weight: normal !important; | font-weight: normal !important; | ||
color: #e0e0e0 !important | color: #e0e0e0 !important | ||
| Строка 3108: | Строка 3104: | ||
body .wikiEditor-toolbar-dialog .ui-dialog-titlebar-close { | body .wikiEditor-toolbar-dialog .ui-dialog-titlebar-close { | ||
right: 0.9em !important; | right: 0.9em !important; | ||
background: #4c4c59 !important | background-color: #4c4c59 !important | ||
} | } | ||
.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus { | .ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus { | ||
padding: 0 !important; | padding: 0 !important; | ||
background: #6c6c80 !important | background-color: #6c6c80 !important | ||
} | } | ||
.diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context { | .diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context { | ||
font-family: monospace,monospace !important; | font-family: monospace,monospace !important; | ||
background: #1b1b1f !important; | background-color: #1b1b1f !important; | ||
border-color: #1b1b1f !important; | border-color: #1b1b1f !important; | ||
color: white !important | color: white !important | ||
| Строка 3124: | Строка 3120: | ||
.diff-deletedline .diffchange { | .diff-deletedline .diffchange { | ||
background: #4c3c16 !important | background-color: #4c3c16 !important | ||
} | } | ||
.diff-addedline .diffchange { | .diff-addedline .diffchange { | ||
background: #16324d !important | background-color: #16324d !important | ||
} | } | ||
| Строка 3138: | Строка 3134: | ||
.mw-json tr { | .mw-json tr { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
margin-bottom: 0.5em | margin-bottom: 0.5em | ||
} | } | ||
.mw-json th { | .mw-json th { | ||
background: #303037; | background-color: #303037; | ||
font-weight: normal; | font-weight: normal; | ||
vertical-align: top; | vertical-align: top; | ||
| Строка 3156: | Строка 3152: | ||
.mw-json-value,.mw-json-single-value { | .mw-json-value,.mw-json-single-value { | ||
background: #1b5929; | background-color: #1b5929; | ||
font-family: monospace,monospace; | font-family: monospace,monospace; | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
| Строка 3163: | Строка 3159: | ||
.mw-json-empty { | .mw-json-empty { | ||
background: #1b5929; | background-color: #1b5929; | ||
font-style: italic; | font-style: italic; | ||
color: #d3d3d3 | color: #d3d3d3 | ||
| Строка 3183: | Строка 3179: | ||
.ace-tm .ace_gutter { | .ace-tm .ace_gutter { | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
color: var(--theme-color-text-dark); | color: var(--theme-color-text-dark); | ||
} | } | ||
| Строка 3189: | Строка 3185: | ||
.ace-tm .ace_print-margin { | .ace-tm .ace_print-margin { | ||
width: 1px; | width: 1px; | ||
background: #1b1b1f | background-color: #1b1b1f | ||
} | } | ||
.ace_mobile-menu { | .ace_mobile-menu { | ||
color: lightgray; | color: lightgray; | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
| Строка 3200: | Строка 3196: | ||
.ace-tm { | .ace-tm { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
color: lightgrey | color: lightgrey | ||
} | } | ||
| Строка 3245: | Строка 3241: | ||
.ace-tm .ace_marker-layer .ace_selection { | .ace-tm .ace_marker-layer .ace_selection { | ||
background: rgb(28,45,68) | background-color: rgb(28,45,68) | ||
} | } | ||
| Строка 3254: | Строка 3250: | ||
.ace-tm .ace_marker-layer .ace_active-line { | .ace-tm .ace_marker-layer .ace_active-line { | ||
background: rgb(153,153,183,7%) | background-color: rgb(153,153,183,7%) | ||
} | } | ||
.ace-tm .ace_gutter-active-line { | .ace-tm .ace_gutter-active-line { | ||
background: rgb(44,44,51) | background-color: rgb(44,44,51) | ||
} | } | ||
.ace-tm .ace_marker-layer .ace_selected-word { | .ace-tm .ace_marker-layer .ace_selected-word { | ||
background: rgb(37,59,89); | background-color: rgb(37,59,89); | ||
border: 1px solid rgb(36,36,42) | border: 1px solid rgb(36,36,42) | ||
} | } | ||
| Строка 3269: | Строка 3265: | ||
clear: both; | clear: both; | ||
width: 100%; | width: 100%; | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
border-top: 1px solid #40404b; | border-top: 1px solid #40404b; | ||
display: table | display: table | ||
| Строка 3283: | Строка 3279: | ||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
background: #313137; | background-color: #313137; | ||
} | } | ||
::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
background: #505057; | background-color: #505057; | ||
border: 3px solid #313137; | border: 3px solid #313137; | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
| Строка 3293: | Строка 3289: | ||
::-webkit-scrollbar-thumb:hover { | ::-webkit-scrollbar-thumb:hover { | ||
background: #616169; | background-color: #616169; | ||
} | } | ||
::-webkit-scrollbar-thumb:active { | ::-webkit-scrollbar-thumb:active { | ||
background: #72727b; | background-color: #72727b; | ||
} | } | ||
| Строка 3361: | Строка 3357: | ||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-body fieldset#mw-searchoptions, .mw_metadata, .mw-datatable { | .mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-body fieldset#mw-searchoptions, .mw_metadata, .mw-datatable { | ||
color: #d3d3d3; | color: #d3d3d3; | ||
background: var(--ooui--gradient); | background-color: var(--ooui--gradient); | ||
border: 1px solid var(--ooui--bg); | border: 1px solid var(--ooui--bg); | ||
padding: 12px 10px; | padding: 12px 10px; | ||
| Строка 3368: | Строка 3364: | ||
.mw-rcfilters-ui-filterMenuHeaderWidget-header { | .mw-rcfilters-ui-filterMenuHeaderWidget-header { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border-light); | border-color: var(--ooui--border-light); | ||
} | } | ||
| Строка 3382: | Строка 3378: | ||
#mw-search-toggleall { | #mw-search-toggleall { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
} | } | ||
#mw-search-togglenone { | #mw-search-togglenone { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
} | } | ||
| Строка 3401: | Строка 3397: | ||
.mw-datatable th { | .mw-datatable th { | ||
background: var(--theme-bg) | background-color: var(--theme-bg) | ||
} | } | ||
.mw-datatable td { | .mw-datatable td { | ||
background: #303037 | background-color: #303037 | ||
} | } | ||
.mw-datatable tr:hover td { | .mw-datatable tr:hover td { | ||
background: #3f3f48 | background-color: #3f3f48 | ||
} | } | ||
| Строка 3424: | Строка 3420: | ||
border: 0; | border: 0; | ||
overflow: auto; | overflow: auto; | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
border: 1px solid var(--ooui--border-light); | border: 1px solid var(--ooui--border-light); | ||
font-weight: normal; | font-weight: normal; | ||
| Строка 3484: | Строка 3480: | ||
.mw-gallery-slideshow .gallerybox.slideshow-current { | .mw-gallery-slideshow .gallerybox.slideshow-current { | ||
background: #28282e | background-color: #28282e | ||
} | } | ||
| Строка 3496: | Строка 3492: | ||
#content .gallerybox div.thumb { | #content .gallerybox div.thumb { | ||
background: #f8f9fa00 | background-color: #f8f9fa00 | ||
} | } | ||
.mw-body li.gallerybox div.thumb { | .mw-body li.gallerybox div.thumb { | ||
background: #f8f9fa00; | background-color: #f8f9fa00; | ||
border: solid #28282e; | border: solid #28282e; | ||
border-width: 1px 1px 0.2em; | border-width: 1px 1px 0.2em; | ||
| Строка 3529: | Строка 3525: | ||
float: right; | float: right; | ||
margin-left: -14em; | margin-left: -14em; | ||
background: transparent; | background-color: transparent; | ||
width: 100% | width: 100% | ||
} | } | ||
| Строка 3591: | Строка 3587: | ||
.backlight:hover { | .backlight:hover { | ||
box-shadow: 0 0 0.3em gold; | box-shadow: 0 0 0.3em gold; | ||
background: #00000025; | background-color: #00000025; | ||
} | } | ||
| Строка 3604: | Строка 3600: | ||
/*затемнение для мобилок*/ | /*затемнение для мобилок*/ | ||
#menus-cover { | #menus-cover { | ||
background: #000000; | background-color: #000000; | ||
opacity: var(--alpha-s); | opacity: var(--alpha-s); | ||
} | } | ||
| Строка 3614: | Строка 3610: | ||
border-bottom:0; | border-bottom:0; | ||
border-radius:0.9em 0.9em 0 0; | border-radius:0.9em 0.9em 0 0; | ||
background:#1b1b1f; | background-color:#1b1b1f; | ||
} | } | ||
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption { | figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption { | ||
| Строка 3620: | Строка 3616: | ||
border:1px solid black; | border:1px solid black; | ||
border-top:0; | border-top:0; | ||
background:#1b1b1f; | background-color:#1b1b1f; | ||
padding-bottom:5px; | padding-bottom:5px; | ||
font-family:oswald; | font-family:oswald; | ||
| Строка 3651: | Строка 3647: | ||
/* Таблица */ | /* Таблица */ | ||
#MED.wikitable { | #MED.wikitable { | ||
background: #01453e; | background-color: #01453e; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
} | } | ||
| Строка 3659: | Строка 3655: | ||
#MED.wikitable:not(:has(thead)) tr:first-of-type th { | #MED.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #01453e; | background-color: #01453e; | ||
border-bottom: 3px solid #00000015; | border-bottom: 3px solid #00000015; | ||
} | } | ||
| Строка 3666: | Строка 3662: | ||
#MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#MED.wikitable thead + tbody > tr th { | #MED.wikitable thead + tbody > tr th { | ||
background: #005b53; | background-color: #005b53; | ||
border-bottom: 1px solid #01453e; | border-bottom: 1px solid #01453e; | ||
} | } | ||
| Строка 3673: | Строка 3669: | ||
#MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#MED.wikitable thead + tbody > tr td { | #MED.wikitable thead + tbody > tr td { | ||
background: #1f635d; | background-color: #1f635d; | ||
border-bottom: 1px solid #01453e; | border-bottom: 1px solid #01453e; | ||
border-left: 1px solid #005b53; | border-left: 1px solid #005b53; | ||
| Строка 3680: | Строка 3676: | ||
/* Таблица */ | /* Таблица */ | ||
#ENG.wikitable { | #ENG.wikitable { | ||
background: #775f0e; | background-color: #775f0e; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
} | } | ||
| Строка 3688: | Строка 3684: | ||
#ENG.wikitable:not(:has(thead)) tr:first-of-type th { | #ENG.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #775f0e; | background-color: #775f0e; | ||
border-bottom: 3px solid #00000015; | border-bottom: 3px solid #00000015; | ||
} | } | ||
| Строка 3695: | Строка 3691: | ||
#ENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #ENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#ENG.wikitable thead + tbody > tr th { | #ENG.wikitable thead + tbody > tr th { | ||
background: #8f7210; | background-color: #8f7210; | ||
border-bottom: 1px solid #775f0e; | border-bottom: 1px solid #775f0e; | ||
} | } | ||
| Строка 3702: | Строка 3698: | ||
#ENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #ENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#ENG.wikitable thead + tbody > tr td { | #ENG.wikitable thead + tbody > tr td { | ||
background: #977e31; | background-color: #977e31; | ||
border-bottom: 1px solid #775f0e; | border-bottom: 1px solid #775f0e; | ||
border-left: 1px solid #8f7210; | border-left: 1px solid #8f7210; | ||
| Строка 3708: | Строка 3704: | ||
#SEC.wikitable { | #SEC.wikitable { | ||
background: #404144; | background-color: #404144; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SEC.wikitable>*>tr>th { | #SEC.wikitable>*>tr>th { | ||
background: #912424; | background-color: #912424; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SEC.wikitable > * > tr > td { | #SEC.wikitable > * > tr > td { | ||
background: #515255; | background-color: #515255; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SRV.wikitable { | #SRV.wikitable { | ||
background: #316f20; | background-color: #316f20; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SRV.wikitable>*>tr>th { | #SRV.wikitable>*>tr>th { | ||
background: #316f20; | background-color: #316f20; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SRV.wikitable >*> tr > td { | #SRV.wikitable >*> tr > td { | ||
background: #40852b; | background-color: #40852b; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
| Строка 3739: | Строка 3735: | ||
/* Таблица */ | /* Таблица */ | ||
#RND.wikitable { | #RND.wikitable { | ||
background: #630069; | background-color: #630069; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
} | } | ||
| Строка 3747: | Строка 3743: | ||
#RND.wikitable:not(:has(thead)) tr:first-of-type th { | #RND.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #630069; | background-color: #630069; | ||
border-bottom: 3px solid #00000015; | border-bottom: 3px solid #00000015; | ||
} | } | ||
| Строка 3754: | Строка 3750: | ||
#RND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #RND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#RND.wikitable thead + tbody > tr th { | #RND.wikitable thead + tbody > tr th { | ||
background: #7c0183; | background-color: #7c0183; | ||
border-bottom: 1px solid #630069; | border-bottom: 1px solid #630069; | ||
} | } | ||
| Строка 3761: | Строка 3757: | ||
#RND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #RND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#RND.wikitable thead + tbody > tr td { | #RND.wikitable thead + tbody > tr td { | ||
background: #84328f; | background-color: #84328f; | ||
border-bottom: 1px solid #630069; | border-bottom: 1px solid #630069; | ||
border-left: 1px solid #7c0183; | border-left: 1px solid #7c0183; | ||
| Строка 3768: | Строка 3764: | ||
/* Таблица */ | /* Таблица */ | ||
#SUP.wikitable { | #SUP.wikitable { | ||
background: #6f3d0a; | background-color: #6f3d0a; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
} | } | ||
| Строка 3776: | Строка 3772: | ||
#SUP.wikitable:not(:has(thead)) tr:first-of-type th { | #SUP.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #6f3d0a; | background-color: #6f3d0a; | ||
border-bottom: 3px solid #00000015; | border-bottom: 3px solid #00000015; | ||
} | } | ||
| Строка 3783: | Строка 3779: | ||
#SUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #SUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#SUP.wikitable thead + tbody > tr th { | #SUP.wikitable thead + tbody > tr th { | ||
background: #85490c; | background-color: #85490c; | ||
border-bottom: 1px solid #6f3d0a; | border-bottom: 1px solid #6f3d0a; | ||
} | } | ||
| Строка 3790: | Строка 3786: | ||
#SUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #SUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#SUP.wikitable thead + tbody > tr td { | #SUP.wikitable thead + tbody > tr td { | ||
background: #8f5a23; | background-color: #8f5a23; | ||
border-bottom: 1px solid #6f3d0a; | border-bottom: 1px solid #6f3d0a; | ||
border-left: 1px solid #85490c; | border-left: 1px solid #85490c; | ||
| Строка 3800: | Строка 3796: | ||
#aMED.wikitable:not(:has(thead)) tr:first-of-type th { | #aMED.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #004d45; | background-color: #004d45; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 3807: | Строка 3803: | ||
#aMED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #aMED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#aMED.wikitable thead + tbody > tr th { | #aMED.wikitable thead + tbody > tr th { | ||
background: #0d747f; | background-color: #0d747f; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 3815: | Строка 3811: | ||
#aENG.wikitable:not(:has(thead)) tr:first-of-type th { | #aENG.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #715609; | background-color: #715609; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 3822: | Строка 3818: | ||
#aENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #aENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#aENG.wikitable thead + tbody > tr th { | #aENG.wikitable thead + tbody > tr th { | ||
background: #957710; | background-color: #957710; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 3830: | Строка 3826: | ||
#aRND.wikitable:not(:has(thead)) tr:first-of-type th { | #aRND.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #4e0163; | background-color: #4e0163; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 3837: | Строка 3833: | ||
#aRND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #aRND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#aRND.wikitable thead + tbody > tr th { | #aRND.wikitable thead + tbody > tr th { | ||
background: #78027f; | background-color: #78027f; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 3845: | Строка 3841: | ||
#aSUP.wikitable:not(:has(thead)) tr:first-of-type th { | #aSUP.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #6f390a; | background-color: #6f390a; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 3852: | Строка 3848: | ||
#aSUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #aSUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#aSUP.wikitable thead + tbody > tr th { | #aSUP.wikitable thead + tbody > tr th { | ||
background: #874b0e; | background-color: #874b0e; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 3858: | Строка 3854: | ||
#aSEC.wikitable { | #aSEC.wikitable { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#aSEC.wikitable>*>tr>th { | #aSEC.wikitable>*>tr>th { | ||
background: #912424; | background-color: #912424; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#aSEC.wikitable > * > tr > td { | #aSEC.wikitable > * > tr > td { | ||
background: #31313b; | background-color: #31313b; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
| Строка 3874: | Строка 3870: | ||
/* Таблица */ | /* Таблица */ | ||
#aSRV.wikitable { | #aSRV.wikitable { | ||
background: #216321; | background-color: #216321; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
} | } | ||
| Строка 3882: | Строка 3878: | ||
#aSRV.wikitable:not(:has(thead)) tr:first-of-type th { | #aSRV.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #216321; | background-color: #216321; | ||
border-bottom: 0.2em solid #00000021; | border-bottom: 0.2em solid #00000021; | ||
} | } | ||
| Строка 3889: | Строка 3885: | ||
#aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#aSRV.wikitable thead + tbody > tr th { | #aSRV.wikitable thead + tbody > tr th { | ||
background: #297929; | background-color: #297929; | ||
border-bottom: 1px solid #216321; | border-bottom: 1px solid #216321; | ||
} | } | ||
| Строка 3896: | Строка 3892: | ||
#aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#aSRV.wikitable thead + tbody > tr td { | #aSRV.wikitable thead + tbody > tr td { | ||
background: #3f833f; | background-color: #3f833f; | ||
border-bottom: 1px solid #216321; | border-bottom: 1px solid #216321; | ||
border-left: 1px solid #297929; | border-left: 1px solid #297929; | ||
| Строка 3903: | Строка 3899: | ||
/* Таблица */ | /* Таблица */ | ||
#BOTANY.wikitable { | #BOTANY.wikitable { | ||
background: #0d3f28; | background-color: #0d3f28; | ||
} | } | ||
| Строка 3910: | Строка 3906: | ||
#BOTANY.wikitable:not(:has(thead)) tr:first-of-type th { | #BOTANY.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #04673e !important; | background-color: #04673e !important; | ||
border-bottom: 0.2em solid #00000021; | border-bottom: 0.2em solid #00000021; | ||
} | } | ||
| Строка 3917: | Строка 3913: | ||
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#BOTANY.wikitable thead + tbody > tr th { | #BOTANY.wikitable thead + tbody > tr th { | ||
background: #0d7b39; | background-color: #0d7b39; | ||
} | } | ||
| Строка 3929: | Строка 3925: | ||
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#BOTANY.wikitable thead + tbody > tr td { | #BOTANY.wikitable thead + tbody > tr td { | ||
background: #2a834e; | background-color: #2a834e; | ||
} | } | ||
/* Таблица */ | /* Таблица */ | ||
#MUTATION.wikitable { | #MUTATION.wikitable { | ||
background: #220f3b; | background-color: #220f3b; | ||
} | } | ||
| Строка 3941: | Строка 3937: | ||
#MUTATION.wikitable:not(:has(thead)) tr:first-of-type th { | #MUTATION.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #330b65 !important; | background-color: #330b65 !important; | ||
border-bottom: 0.2em solid #00000021; | border-bottom: 0.2em solid #00000021; | ||
} | } | ||
| Строка 3948: | Строка 3944: | ||
#MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#MUTATION.wikitable thead + tbody > tr th { | #MUTATION.wikitable thead + tbody > tr th { | ||
background: #3a1769; | background-color: #3a1769; | ||
} | } | ||
| Строка 3960: | Строка 3956: | ||
#MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#MUTATION.wikitable thead + tbody > tr td { | #MUTATION.wikitable thead + tbody > tr td { | ||
background: #422371; | background-color: #422371; | ||
} | } | ||
| Строка 4066: | Строка 4062: | ||
visibility: hidden; | visibility: hidden; | ||
opacity: 0; | opacity: 0; | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
width: 60%; | width: 60%; | ||
height: 80%; | height: 80%; | ||
| Строка 4113: | Строка 4109: | ||
.pseudomodal::-webkit-scrollbar { | .pseudomodal::-webkit-scrollbar { | ||
width: 0.15rem; | width: 0.15rem; | ||
background:transparent; | background-color:transparent; | ||
} | } | ||
.pseudomodal::-webkit-scrollbar-track { | .pseudomodal::-webkit-scrollbar-track { | ||
margin:1em; | margin:1em; | ||
background: transparent; | background-color: transparent; | ||
} | } | ||
.pseudomodal::-webkit-scrollbar-thumb { | .pseudomodal::-webkit-scrollbar-thumb { | ||
background: transparent; | background-color: transparent; | ||
border: solid #373737; | border: solid #373737; | ||
} | } | ||
| Строка 4147: | Строка 4143: | ||
.forumMessage, .wikiMessage { | .forumMessage, .wikiMessage { | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
} | } | ||
| Строка 4175: | Строка 4171: | ||
} | } | ||
.forumMessageContent { | .forumMessageContent { | ||
background: #303037 | background-color: #303037 | ||
} | } | ||
| Строка 4191: | Строка 4187: | ||
.forumAvatarHolder { | .forumAvatarHolder { | ||
background:#303037 | background-color:#303037 | ||
} | } | ||
.forumUserText { | .forumUserText { | ||
padding: 1px 10px; | padding: 1px 10px; | ||
background:#303037 | background-color:#303037 | ||
} | } | ||
| Строка 4222: | Строка 4218: | ||
.forumAdmin { | .forumAdmin { | ||
background: silver | background-color: silver | ||
} | } | ||
/* CodeMirror */ | /* CodeMirror */ | ||
| Строка 4229: | Строка 4225: | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
background: #1b1b1f; | background-color: #1b1b1f; | ||
color: inherit; | color: inherit; | ||
} | } | ||
| Строка 4235: | Строка 4231: | ||
.CodeMirror-gutters { | .CodeMirror-gutters { | ||
border-right: 1px solid var(--theme-bg); | border-right: 1px solid var(--theme-bg); | ||
background: var(--theme-bg); | background-color: var(--theme-bg); | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { | .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { | ||
background: #1c2d44; | background-color: #1c2d44; | ||
} | } | ||
| Строка 4278: | Строка 4274: | ||
.skameykatable>*>tr>*{ | .skameykatable>*>tr>*{ | ||
padding:0.4em; | padding:0.4em; | ||
background:transparent; | background-color:transparent; | ||
border:none !important; | border:none !important; | ||
} | } | ||
| Строка 4325: | Строка 4321: | ||
#highlighted-header.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #3d3d4f; | background-color: #3d3d4f; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 4334: | Строка 4330: | ||
/* Стили для последующих строк в таблицах с thead */ | /* Стили для последующих строк в таблицах с thead */ | ||
#highlighted-header.wikitable thead + tbody > tr th { | #highlighted-header.wikitable thead + tbody > tr th { | ||
background: #972626; | background-color: #972626; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 4343: | Строка 4339: | ||
#highlighted-header-classic.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header-classic.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #323240; | background-color: #323240; | ||
border-bottom: 0.2em solid #00000045; | border-bottom: 0.2em solid #00000045; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 4350: | Строка 4346: | ||
#highlighted-header-classic.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #highlighted-header-classic.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#highlighted-header-classic.wikitable thead + tbody > tr th { | #highlighted-header-classic.wikitable thead + tbody > tr th { | ||
background: #3e3e4d; | background-color: #3e3e4d; | ||
border-bottom: 0.1em solid #0000000d; | border-bottom: 0.1em solid #0000000d; | ||
border-left: 0.2em solid #00000024; | border-left: 0.2em solid #00000024; | ||
| Строка 4359: | Строка 4355: | ||
#highlighted-header-cold.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header-cold.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #006587; | background-color: #006587; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 4366: | Строка 4362: | ||
#highlighted-header-cold.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #highlighted-header-cold.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#highlighted-header-cold.wikitable thead + tbody > tr th { | #highlighted-header-cold.wikitable thead + tbody > tr th { | ||
background: #00707b; | background-color: #00707b; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 4375: | Строка 4371: | ||
#highlighted-header-dark.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header-dark.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #3d3d4f; | background-color: #3d3d4f; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 4382: | Строка 4378: | ||
#highlighted-header-dark.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #highlighted-header-dark.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#highlighted-header-dark.wikitable thead + tbody > tr th { | #highlighted-header-dark.wikitable thead + tbody > tr th { | ||
background: #8d2121; | background-color: #8d2121; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 4391: | Строка 4387: | ||
#highlighted-header-CM.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header-CM.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #313d45; | background-color: #313d45; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 4398: | Строка 4394: | ||
#highlighted-header-CM.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #highlighted-header-CM.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#highlighted-header-CM.wikitable thead + tbody > tr th { | #highlighted-header-CM.wikitable thead + tbody > tr th { | ||
background: #355f54; | background-color: #355f54; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 4407: | Строка 4403: | ||
#highlighted-header-xenomorph.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header-xenomorph.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #3c1d5f; | background-color: #3c1d5f; | ||
border-bottom: 0.2em solid #00000059; | border-bottom: 0.2em solid #00000059; | ||
box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1); | ||
| Строка 4414: | Строка 4410: | ||
#highlighted-header-xenomorph.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #highlighted-header-xenomorph.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#highlighted-header-xenomorph.wikitable thead + tbody > tr th { | #highlighted-header-xenomorph.wikitable thead + tbody > tr th { | ||
background: #5d1c55; | background-color: #5d1c55; | ||
border-bottom: 0.1em solid #00000059; | border-bottom: 0.1em solid #00000059; | ||
border-left: 0.2em solid #00000059; | border-left: 0.2em solid #00000059; | ||
| Строка 4428: | Строка 4424: | ||
/* Таблица */ | /* Таблица */ | ||
#VIOLET.wikitable { | #VIOLET.wikitable { | ||
background: #391b5d; | background-color: #391b5d; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
} | } | ||
| Строка 4436: | Строка 4432: | ||
#VIOLET.wikitable:not(:has(thead)) tr:first-of-type th { | #VIOLET.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #391b5d; | background-color: #391b5d; | ||
border-bottom: 0.2em solid #00000021; | border-bottom: 0.2em solid #00000021; | ||
} | } | ||
| Строка 4443: | Строка 4439: | ||
#VIOLET.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #VIOLET.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#VIOLET.wikitable thead + tbody > tr th { | #VIOLET.wikitable thead + tbody > tr th { | ||
background: #44206f; | background-color: #44206f; | ||
border-bottom: 1px solid #391b5d; | border-bottom: 1px solid #391b5d; | ||
} | } | ||
| Строка 4450: | Строка 4446: | ||
#VIOLET.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #VIOLET.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#VIOLET.wikitable thead + tbody > tr td { | #VIOLET.wikitable thead + tbody > tr td { | ||
background: #4a2b6f; | background-color: #4a2b6f; | ||
border-bottom: 1px solid #391b5d; | border-bottom: 1px solid #391b5d; | ||
} | } | ||
| Строка 4457: | Строка 4453: | ||
/* Таблица */ | /* Таблица */ | ||
#YELLOW.wikitable { | #YELLOW.wikitable { | ||
background: #405d1b; | background-color: #405d1b; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
} | } | ||
| Строка 4465: | Строка 4461: | ||
#YELLOW.wikitable:not(:has(thead)) tr:first-of-type th { | #YELLOW.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: #405d1b; | background-color: #405d1b; | ||
border-bottom: 0.2em solid #00000021; | border-bottom: 0.2em solid #00000021; | ||
} | } | ||
| Строка 4472: | Строка 4468: | ||
#YELLOW.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #YELLOW.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#YELLOW.wikitable thead + tbody > tr th { | #YELLOW.wikitable thead + tbody > tr th { | ||
background: #4c6d20; | background-color: #4c6d20; | ||
border-bottom: 1px solid #405d1b; | border-bottom: 1px solid #405d1b; | ||
} | } | ||
| Строка 4479: | Строка 4475: | ||
#YELLOW.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | #YELLOW.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | ||
#YELLOW.wikitable thead + tbody > tr td { | #YELLOW.wikitable thead + tbody > tr td { | ||
background: #577332; | background-color: #577332; | ||
border-bottom: 1px solid #405d1b; | border-bottom: 1px solid #405d1b; | ||
} | } | ||
| Строка 4540: | Строка 4536: | ||
bottom: 0; | bottom: 0; | ||
z-index: -1; | z-index: -1; | ||
background: var(--background-color); | background-color: var(--background-color); | ||
} | } | ||
| Строка 4553: | Строка 4549: | ||
bottom: 0; | bottom: 0; | ||
z-index: 0; | z-index: 0; | ||
background: var(--background-color); | background-color: var(--background-color); | ||
} | } | ||
| Строка 4566: | Строка 4562: | ||
.short-scrollbar::-webkit-scrollbar-track { | .short-scrollbar::-webkit-scrollbar-track { | ||
background: var(--ooui--bg-light); | background-color: var(--ooui--bg-light); | ||
} | } | ||
.short-scrollbar::-webkit-scrollbar-thumb { | .short-scrollbar::-webkit-scrollbar-thumb { | ||
background: #44444d; border: 2px solid var(--ooui--bg-light); border-radius: 0; | background-color: #44444d; border: 2px solid var(--ooui--bg-light); border-radius: 0; | ||
} | } | ||
| Строка 4589: | Строка 4585: | ||
margin-left: 0.75em; | margin-left: 0.75em; | ||
font-size: smaller; | font-size: smaller; | ||
background: var(--bg-code-light); | background-color: var(--bg-code-light); | ||
border: 1px solid var(--color-code-border-light); | border: 1px solid var(--color-code-border-light); | ||
} | } | ||
| Строка 4609: | Строка 4605: | ||
/* Всплывающие окна */ | /* Всплывающие окна */ | ||
.mwe-popups { | .mwe-popups { | ||
background: var(--ooui--gradient-light); | background-color: var(--ooui--gradient-light); | ||
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.35), 0 0 1px 1px rgba(0, 0, 0, 0.1); | box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.35), 0 0 1px 1px rgba(0, 0, 0, 0.1); | ||
} | } | ||
| Строка 4618: | Строка 4614: | ||
.mwe-popups .mwe-popups-container { | .mwe-popups .mwe-popups-container { | ||
background: var(--ooui--gradient-light); | background-color: var(--ooui--gradient-light); | ||
} | } | ||
| Строка 4630: | Строка 4626: | ||
.mwe-popups .mwe-popups-extract[dir='ltr']::after { | .mwe-popups .mwe-popups-extract[dir='ltr']::after { | ||
background: linear-gradient(90deg, #ffffff00 0%, #2a2a3387 50%); | background-color: linear-gradient(90deg, #ffffff00 0%, #2a2a3387 50%); | ||
} | } | ||
.mwe-popups .mwe-popups-extract[dir='rtl']::after { | .mwe-popups .mwe-popups-extract[dir='rtl']::after { | ||
background: linear-gradient(90deg, #2a2a3387 50%, #ffffff00 0%); | background-color: linear-gradient(90deg, #2a2a3387 50%, #ffffff00 0%); | ||
} | } | ||
/* Настройки */ | /* Настройки */ | ||
.mwe-popups-overlay { | .mwe-popups-overlay { | ||
background: rgba(0, 0, 0, 0.6); | background-color: rgba(0, 0, 0, 0.6); | ||
} | } | ||
#mwe-popups-settings { | #mwe-popups-settings { | ||
border: 1px solid #41414d; | border: 1px solid #41414d; | ||
background: #27272f; | background-color: #27272f; | ||
} | } | ||
| Строка 4664: | Строка 4660: | ||
.mw-ui-input { | .mw-ui-input { | ||
background: var(--ooui--bg); | background-color: var(--ooui--bg); | ||
color: white; | color: white; | ||
} | } | ||
| Строка 4682: | Строка 4678: | ||
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | .mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | ||
background: var(--theme-bg-dark); | background-color: var(--theme-bg-dark); | ||
border-color: var(--ooui--border); | border-color: var(--ooui--border); | ||
box-shadow: var(--ooui--bg-dark) 2.75em 0px 0px inset; | box-shadow: var(--ooui--bg-dark) 2.75em 0px 0px inset; | ||
| Строка 4721: | Строка 4717: | ||
/* Highlighted Lines */ | /* Highlighted Lines */ | ||
.mw-highlight .hll { | .mw-highlight .hll { | ||
background: var(--action-color); | background-color: var(--action-color); | ||
} | } | ||
| Строка 4727: | Строка 4723: | ||
.mw-highlight .err { | .mw-highlight .err { | ||
color: var(--synt-high--color-err); | color: var(--synt-high--color-err); | ||
background: hsl(328, 40%, 16%); | background-color: hsl(328, 40%, 16%); | ||
} | } | ||
| Строка 5134: | Строка 5130: | ||
.CodeMirror-wrap { | .CodeMirror-wrap { | ||
/* same color as for source editor */ | /* same color as for source editor */ | ||
background: var(--se-cm--bg-color); | background-color: var(--se-cm--bg-color); | ||
/* color for the text that the other rules don't apply to (regular text, header text, etc.) */ | /* color for the text that the other rules don't apply to (regular text, header text, etc.) */ | ||
color: var(--text-color); | color: var(--text-color); | ||
| Строка 5150: | Строка 5146: | ||
.CodeMirror-wrap .CodeMirror-gutter { | .CodeMirror-wrap .CodeMirror-gutter { | ||
/* same color as for code block */ | /* same color as for code block */ | ||
background: var(--se-cm--gutter-bg-color); | background-color: var(--se-cm--gutter-bg-color); | ||
} | } | ||
/* selection */ | /* selection */ | ||
| Строка 5158: | Строка 5154: | ||
/* selection */ | /* selection */ | ||
.CodeMirror-line>span>span::selection { | .CodeMirror-line>span>span::selection { | ||
background: var(--se-cm--selection-color); | background-color: var(--se-cm--selection-color); | ||
} | } | ||
/* bullet point symbol */ | /* bullet point symbol */ | ||
| Строка 5176: | Строка 5172: | ||
color: var(--se-cm--wikitext-formatting-color); | color: var(--se-cm--wikitext-formatting-color); | ||
/* override the defaults */ | /* override the defaults */ | ||
background: inherit; | background-color: inherit; | ||
} | } | ||
/* html sequences like " " */ | /* html sequences like " " */ | ||
| Строка 5183: | Строка 5179: | ||
.cm-mw-html-entity { | .cm-mw-html-entity { | ||
color: var(--se-cm--xml-tag-color); | color: var(--se-cm--xml-tag-color); | ||
background: #684905; | background-color: #684905; | ||
border-radius: 2px; | border-radius: 2px; | ||
} | } | ||
| Строка 5261: | Строка 5257: | ||
same style as for html tag names, but for bg here */ | same style as for html tag names, but for bg here */ | ||
.cm-mw-skipformatting { | .cm-mw-skipformatting { | ||
background: var(--se-cm--xml-tag-color); | background-color: var(--se-cm--xml-tag-color); | ||
} | } | ||
/* wiki html tag brackets */ | /* wiki html tag brackets */ | ||
| Строка 5290: | Строка 5286: | ||
/* nowiki tag contents */ | /* nowiki tag contents */ | ||
.cm-mw-tag-nowiki { | .cm-mw-tag-nowiki { | ||
background: var(--se-cm--pre-bg-color); | background-color: var(--se-cm--pre-bg-color); | ||
} | } | ||
/* pre tag BLOCK contents */ | /* pre tag BLOCK contents */ | ||
| Строка 5360: | Строка 5356: | ||
} | } | ||
.cm-mw-matchingbracket { | .cm-mw-matchingbracket { | ||
background: var(--se-cm--matching-brackets-bg-color); | background-color: var(--se-cm--matching-brackets-bg-color); | ||
/* disable the default */ | /* disable the default */ | ||
box-shadow: none; | box-shadow: none; | ||
| Строка 5396: | Строка 5392: | ||
.cm-mw-template3-ext3-link-ground { | .cm-mw-template3-ext3-link-ground { | ||
/* just disable them */ | /* just disable them */ | ||
background: inherit; | background-color: inherit; | ||
} | } | ||
/* new code */ | /* new code */ | ||
| Строка 5433: | Строка 5429: | ||
.druid-container { | .druid-container { | ||
background: var(--theme-bg-light); | background-color: var(--theme-bg-light); | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
| Строка 5465: | Строка 5461: | ||
.druid-infobox .druid-title, | .druid-infobox .druid-title, | ||
.druid-infobox .druid-section { | .druid-infobox .druid-section { | ||
background: var(--druid-color-contrast); | background-color: var(--druid-color-contrast); | ||
border-bottom: 2px solid var(--color-darkened-border); | border-bottom: 2px solid var(--color-darkened-border); | ||
border-radius: 0.1em; | border-radius: 0.1em; | ||
| Строка 5476: | Строка 5472: | ||
.druid-infobox .druid-section { | .druid-infobox .druid-section { | ||
font-size: 105%; | font-size: 105%; | ||
background: var(--druid-color-contrast-darkened); | background-color: var(--druid-color-contrast-darkened); | ||
padding: 4px; | padding: 4px; | ||
border-top: 1px solid var(--druid-border-color); | border-top: 1px solid var(--druid-border-color); | ||
| Строка 5492: | Строка 5488: | ||
.druid-main-image, | .druid-main-image, | ||
.druid-main-images { | .druid-main-images { | ||
background: var(--theme-bg-light); | background-color: var(--theme-bg-light); | ||
border-bottom: 1px solid var(--druid-border-color); | border-bottom: 1px solid var(--druid-border-color); | ||
padding: 2px 0; | padding: 2px 0; | ||
| Строка 5521: | Строка 5517: | ||
.druid-main-images-label.focused { | .druid-main-images-label.focused { | ||
background: var(--druid-link-color); | background-color: var(--druid-link-color); | ||
color: var(--druid-link-label-color); | color: var(--druid-link-label-color); | ||
} | } | ||
.druid-main-images-label:not(.focused):hover { | .druid-main-images-label:not(.focused):hover { | ||
background: var(--druid-link-color); /* fallback */ | background-color: var(--druid-link-color); /* fallback */ | ||
background: color-mix(in srgb, var(--druid-link-color) 25%, transparent); | background-color: color-mix(in srgb, var(--druid-link-color) 25%, transparent); | ||
} | } | ||
| Строка 5543: | Строка 5539: | ||
.druid-grid-item { | .druid-grid-item { | ||
background: var(--druid-tertiary-background-color); | background-color: var(--druid-tertiary-background-color); | ||
padding: 0.25em; | padding: 0.25em; | ||
border: 1px solid var(--druid-border-color); /* fallback */ | border: 1px solid var(--druid-border-color); /* fallback */ | ||
| Строка 5588: | Строка 5584: | ||
-webkit-mask-position: center center; | -webkit-mask-position: center center; | ||
mask-position: center center; | mask-position: center center; | ||
background: var(--druid-secondary-background-label-color); | background-color: var(--druid-secondary-background-label-color); | ||
} | } | ||
| Строка 5605: | Строка 5601: | ||
.druid-container tbody tr.druid-row:nth-child(3) { | .druid-container tbody tr.druid-row:nth-child(3) { | ||
background: var(--theme-bg-lighter) !important; | background-color: var(--theme-bg-lighter) !important; | ||
} | } | ||
| Строка 5613: | Строка 5609: | ||
.druid-container tr:not(.data-druid-section):nth-child(odd) { | .druid-container tr:not(.data-druid-section):nth-child(odd) { | ||
background: var(--theme-bg-light); | background-color: var(--theme-bg-light); | ||
} | } | ||
.druid-container tr:not(.data-druid-section):nth-child(even) { | .druid-container tr:not(.data-druid-section):nth-child(even) { | ||
background: var(--theme-bg-lighter); | background-color: var(--theme-bg-lighter); | ||
} | } | ||