MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
AsnDen (обсуждение | вклад) селектор * странно ведёт себя при редактировании разметки страницы |
||
| (не показано 14 промежуточных версий 2 участников) | |||
| Строка 16: | Строка 16: | ||
* 12. SOURCE EDITOR → SYNTAX HIGHLIGHTING | * 12. SOURCE EDITOR → SYNTAX HIGHLIGHTING | ||
* 13. DRUID Infoboxes | * 13. DRUID Infoboxes | ||
* 14. | * 14. JS | ||
*/ | */ | ||
| Строка 607: | Строка 607: | ||
/* Апрельская тема | /* Апрельская тема | ||
:root body.mediawiki:not(.wgl-theme-light) { | :root body.mediawiki:not(.wgl-theme-light) { | ||
--brightness-hsl: -1%; | |||
--theme-bg--hsl: 300deg 28%; | |||
--theme-bg--hsl-alpha: 12%; | |||
--color-contrast: #4d2aa7; | |||
--bg-color-code: #271a27; | |||
--bg-color-code-light: #2d1e2c; | |||
--border-color-code: #412f3d; | |||
--theme-bg-color-base: #100910; | |||
--theme-bg-color-100: #19141f; | |||
--ooui-bg--hsl: 185deg 40%; | |||
--ooui-bg--hsl-alpha: 13%; | |||
}*/ | }*/ | ||
/* #endregion */ | /* #endregion */ | ||
| Строка 1010: | Строка 1010: | ||
.mw-body h2 { | .mw-body h2 { | ||
font-size: var(--font-size-huge); | font-size: var(--font-size-huge); | ||
font-weight: 500; | |||
font-family: var(--font-family-heading); | |||
margin-top: 1em; | |||
border-bottom: 2px solid var(--color-contrast); | |||
margin-bottom: 0.33rem; | |||
padding: 0.25rem 0.25rem 0.1rem; | |||
line-height: 1.25; | |||
} | } | ||
.mw-body h3 { | .mw-body h3 { | ||
font-size: var(--font-size-xxl); | font-size: var(--font-size-xxl); | ||
font-weight: 500; | |||
font-family: var(--font-family-heading); | |||
margin-top: 0.3em; | |||
margin-bottom: 0.3em; | |||
padding-bottom: 0.3em; | |||
padding-top: 0.5em; | |||
} | } | ||
.mw-body h3 .mw-headline { | .mw-body h3 .mw-headline { | ||
display: inline-block; | |||
position: relative; | |||
} | } | ||
.mw-body h3 .mw-headline:before { | .mw-body h3 .mw-headline:before { | ||
content: ''; | content: ''; | ||
position: absolute; | |||
bottom: -0.2em; | |||
height: 2px; | |||
width: calc(100% + 2em); | |||
max-width: 85cqw; | |||
background: linear-gradient(to right, hsl(from var(--color-contrast) h s l / 0.75) calc(100% - 2em), transparent 100%); | |||
} | } | ||
| Строка 1049: | Строка 1049: | ||
font-weight: 500; | font-weight: 500; | ||
font-family: var(--font-family-heading); | font-family: var(--font-family-heading); | ||
padding-top: 0.5em; | |||
margin: 0; | |||
margin-bottom: 0.3em; | |||
} | } | ||
/* #endregion */ | /* #endregion */ | ||
| Строка 1074: | Строка 1074: | ||
.navbox-subgroup { | .navbox-subgroup { | ||
width: 100%; | width: 100%; | ||
margin: 0 !important; | |||
} | } | ||
.navbox-group, | .navbox-group, | ||
| Строка 1157: | Строка 1158: | ||
/*=== Шаблон:Сущность ===*/ | /*=== Шаблон:Сущность ===*/ | ||
.ts-Сущность { | .ts-Сущность { | ||
display: grid; | |||
gap: 6px; | |||
grid-template-columns: 1fr auto; | |||
justify-content: space-between; | |||
align-items: start; | |||
margin: 0.5em 0; | margin: 0.5em 0; | ||
} | } | ||
.ts-Сущность:has(.ts-Сущность-field:hover) { | .ts-Сущность:has(.ts-Сущность-field:hover) { | ||
background: var(-- | background: rgba(var(--color-lighter--rgb), 0.025); | ||
} | } | ||
| Строка 1183: | Строка 1184: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: center; | |||
gap: 8px; | gap: 8px; | ||
padding: 10px 18px; | padding: 10px 18px; | ||
| Строка 1189: | Строка 1190: | ||
background-color: var(--bg-color); /* --bg-color из стилей шаблона; по умолчанию: var(--theme-bg-color-200) */ | background-color: var(--bg-color); /* --bg-color из стилей шаблона; по умолчанию: var(--theme-bg-color-200) */ | ||
border-radius: var(--border-radius-low); | border-radius: var(--border-radius-low); | ||
height: inherit; | |||
box-sizing: border-box; | |||
--clip: 1em; | --clip: 1em; | ||
clip-path: polygon(0 0, calc(100% - var(--clip)) 0, 100% var(--clip), 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip))); | clip-path: polygon(0 0, calc(100% - var(--clip)) 0, 100% var(--clip), 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip))); | ||
| Строка 1199: | Строка 1200: | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | |||
gap: 8px; | gap: 8px; | ||
} | } | ||
.ts-Cut-layout__header-arrow { | .ts-Cut-layout__header-arrow { | ||
display: grid; | |||
grid-template-columns: 1fr auto 1fr; | |||
text-align: center; | |||
} | } | ||
| Строка 1270: | Строка 1271: | ||
/*=== VisualEditor ===*/ | /*=== VisualEditor ===*/ | ||
.ve-ui-diffElement-hasDescriptions .ve-ui-diffElement-content { | .ve-ui-diffElement-hasDescriptions .ve-ui-diffElement-content { | ||
border-right: 1px solid var(--border-color-hr); | |||
} | } | ||
.ve-ui-diffElement-attributeChange ins { | .ve-ui-diffElement-attributeChange ins { | ||
background-color: rgba(0, 174, 136, 0.5) !important; | |||
box-shadow: 0 0 0 1px rgba(0, 174, 136, 0.5) !important; | |||
} | } | ||
.ve-ui-diffElement-attributeChange del { | .ve-ui-diffElement-attributeChange del { | ||
background-color: rgba(209, 29, 19, 0.5) !important; | |||
box-shadow: 0 0 0 1px rgba(209, 29, 19, 0.5) !important; | |||
} | } | ||
| Строка 1885: | Строка 1886: | ||
/*=== Gallery ===*/ | /*=== Gallery ===*/ | ||
.mw-body li.gallerybox { | .mw-body li.gallerybox { | ||
padding: 0.33em; | |||
margin: 0.33em; | |||
background-color: var(--theme-bg-color-150); | |||
border: var(--border-outset-light); | |||
border-radius: var(--border-radius-medium); | |||
} | } | ||
.mw-body li.gallerybox div.thumb { | .mw-body li.gallerybox div.thumb { | ||
background: #f8f9fa; | |||
border: solid #eaecf0; | |||
border-width: 1px 1px 0.2em; | |||
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02); | |||
padding: 0; | |||
overflow: hidden; | |||
background-color: var(--theme-bg-color-175); | |||
border-color: transparent; | |||
border-radius: var(--border-radius-low); | |||
} | } | ||
div.gallerytext { | div.gallerytext { | ||
padding: 0; | padding: 0; | ||
letter-spacing: 0.025em; | |||
text-align: center; | |||
} | } | ||
| Строка 1914: | Строка 1915: | ||
background: var(--theme-bg-color-100); | background: var(--theme-bg-color-100); | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | |||
.mw-mmv-post-image { | |||
color: var(--theme-text-color-dark); | |||
} | } | ||
| Строка 2073: | Строка 2078: | ||
ul#filetoc, .toc, .toccolours, .mw-warning { | ul#filetoc, .toc, .toccolours, .mw-warning { | ||
border-radius: var(--border-radius-high); | border-radius: var(--border-radius-high); | ||
background: var(--theme-bg-color-150); | |||
padding: 8px 12px; | |||
margin: 12px 0; | |||
min-width: 12em; | |||
box-shadow: var(--box-shadow); | |||
line-height: 1.3; | |||
border: var(--border-outset-light); | |||
box-sizing: border-box; | |||
} | } | ||
| Строка 2112: | Строка 2117: | ||
content: ""; | content: ""; | ||
display: block; | display: block; | ||
width: 16px; | |||
height: 14px; | |||
--mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewbox='0 0 12 12'%3E%3Cpath id='bulleted-list-tiny' d='M1.29 9.277c-.181.19-.29.45-.29.71 0 .26.109.52.29.71.189.18.45.29.71.29.26 0 .519-.11.71-.29.18-.19.29-.45.29-.71 0-.26-.11-.52-.29-.71-.38-.37-1.05-.37-1.42 0M10 9H6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2M6 3h4a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2m4 2H6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2M1.29 1.277c.37-.37 1.04-.37 1.42 0 .18.19.29.45.29.71 0 .26-.11.52-.29.71-.191.18-.45.29-.71.29-.26 0-.521-.11-.71-.29-.181-.19-.29-.45-.29-.71 0-.26.109-.52.29-.71zM2.55 5.17c.06.03.11.08.16.12.18.19.29.45.29.71 0 .26-.11.521-.29.71-.05.04-.1.09-.16.12a.559.559 0 0 1-.17.09c-.06.03-.12.05-.19.06-.06.01-.13.02-.19.02-.26 0-.52-.11-.71-.29A1.05 1.05 0 0 1 1 6c0-.26.11-.52.29-.71.24-.23.58-.34.9-.269a.6.6 0 0 1 .19.058c.06.021.12.051.17.091z'%3E%3C/path%3E%3C/svg%3E") no-repeat; | --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewbox='0 0 12 12'%3E%3Cpath id='bulleted-list-tiny' d='M1.29 9.277c-.181.19-.29.45-.29.71 0 .26.109.52.29.71.189.18.45.29.71.29.26 0 .519-.11.71-.29.18-.19.29-.45.29-.71 0-.26-.11-.52-.29-.71-.38-.37-1.05-.37-1.42 0M10 9H6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2M6 3h4a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2m4 2H6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2M1.29 1.277c.37-.37 1.04-.37 1.42 0 .18.19.29.45.29.71 0 .26-.11.52-.29.71-.191.18-.45.29-.71.29-.26 0-.521-.11-.71-.29-.181-.19-.29-.45-.29-.71 0-.26.109-.52.29-.71zM2.55 5.17c.06.03.11.08.16.12.18.19.29.45.29.71 0 .26-.11.521-.29.71-.05.04-.1.09-.16.12a.559.559 0 0 1-.17.09c-.06.03-.12.05-.19.06-.06.01-.13.02-.19.02-.26 0-.52-.11-.71-.29A1.05 1.05 0 0 1 1 6c0-.26.11-.52.29-.71.24-.23.58-.34.9-.269a.6.6 0 0 1 .19.058c.06.021.12.051.17.091z'%3E%3C/path%3E%3C/svg%3E") no-repeat; | ||
-webkit-mask: var(--mask); | -webkit-mask: var(--mask); | ||
| Строка 2182: | Строка 2187: | ||
/* ============ */ | /* ============ */ | ||
. | /* Складной списки с кнопкой в ширину всего блока */ | ||
.collapsible-title { | |||
display: grid; | |||
} | } | ||
. | .collapsible-title > *:not(.mw-collapsible-content) { | ||
grid-row: 1; | |||
grid-column: 1 / 3; | |||
} | |||
} | |||
. | .collapsible-title > .mw-collapsible-content { | ||
grid-row: 2; | |||
grid-column: 1 / 3; | |||
} | } | ||
/* Делает кнопку раскрытия складного списка в виде стрелочки */ | |||
/* Делает кнопку раскрытия складного списка в виде стрелочки */ | |||
.collapsible-toggle-arrow::before { | .collapsible-toggle-arrow::before { | ||
--wh-ratio: 1.5; | |||
--w: 0.9em; | |||
--h: calc(var(--w) / var(--wh-ratio)); | |||
content: ""; | |||
background-image: url(/images/1/12/Inverted_triangle.svg); | |||
display: inline-block; | |||
background-size: cover; | |||
width: var(--w); | |||
height: var(--h); | |||
margin: 0 0.1em; | |||
transition: transform 60ms ease; | |||
} | } | ||
.mw-collapsible:has(.mw-collapsible-toggle-collapsed) > .collapsible-toggle-arrow::before { | .mw-collapsible:has(.mw-collapsible-toggle-collapsed) > .collapsible-toggle-arrow::before { | ||
transform: rotate(-90deg); | |||
} | } | ||
| Строка 2301: | Строка 2224: | ||
.mw-collapsible:has(.collapsible-toggle-arrow) > .mw-collapsible-toggle::after, | .mw-collapsible:has(.collapsible-toggle-arrow) > .mw-collapsible-toggle::after, | ||
.mw-collapsible:has(.collapsible-toggle-arrow) > .mw-collapsible-toggle::before { | .mw-collapsible:has(.collapsible-toggle-arrow) > .mw-collapsible-toggle::before { | ||
display: none; | |||
} | } | ||
| Строка 3647: | Строка 3570: | ||
.druid-container td { | .druid-container td { | ||
max-width: 0; | |||
} | } | ||
| Строка 3734: | Строка 3657: | ||
/* ============ */ | /* ============ */ | ||
/* #region | /* #region JS */ | ||
/* ============ */ | /* ============ */ | ||
. | /* Переключатель проекта */ | ||
.js-project-menu { | |||
display: inline-flex; | |||
gap: 6px; | |||
font-size: var(--font-size-s); | |||
flex-wrap: wrap; | |||
padding-bottom: 6px; | |||
} | } | ||
.js-project-menu label { | |||
user-select: none; | |||
-webkit-user-drag: none; | |||
padding: 0. | transition-property: background,box-shadow; | ||
border-radius: var(--border-radius- | transition-duration: var(--transition-time); | ||
cursor: pointer; | |||
padding: 0.2em 0.4em; | |||
font-weight: bold; | |||
border-bottom: solid 2px var(--theme-text-color-dark); | |||
border-radius: var(--border-radius-low) var(--border-radius-low) 0 0; | |||
color: var(--theme-text-color-dark); | |||
opacity: 0.75; | |||
} | |||
.js-project-menu input { | |||
display: none; | |||
} | } | ||
. | .js-project-menu input:checked + label, | ||
.js-project-menu label:hover { | |||
opacity: 1; | opacity: 1; | ||
} | } | ||
.js-project-menu input:not(:checked) + label { | |||
background: unset !important; | |||
} | } | ||
.js-project-menu input#project-Corvax + label { | |||
color: var(--text-color-crimson); | |||
border-bottom-color: var(--text-color-crimson); | |||
background: var(--bg-color-pastel-red-dark); | |||
} | } | ||
# | .js-project-menu input#project-WL + label { | ||
color: var(--text-color-dark-salmon); | |||
border-bottom-color: var(--text-color-dark-salmon); | |||
background: var(--bg-color-rust-dark); | |||
} | } | ||
. | .js-project-menu input#project-CM + label { | ||
color: var(--text-color-turquoise); | |||
border-bottom-color: var(--text-color-turquoise); | |||
background: var(--bg-color-emerald-dark); | |||
} | } | ||
. | .js-project-menu input#project-Frontier + label { | ||
color: var(--text-color-violet); | |||
border-bottom-color: var(--text-color-violet); | |||
- | background: var(--bg-color-violet-dark); | ||
} | } | ||
.js-project-menu input#project-Fallout + label { | |||
color: var(--text-color-silver); | |||
border-bottom-color: var(--text-color-silver); | |||
background: var(--bg-color-grey-dark); | |||
border- | |||
background | |||
} | } | ||
# | .js-project-menu input#project-SW + label { | ||
color: var(--text-color-crimson); | |||
border-bottom-color: var(--text-color-crimson); | |||
background: var(--bg-color-pastel-red-dark); | |||
} | } | ||
# | .js-project-menu input#project-Wega + label { | ||
color: var(--text-color-pink); | |||
border-bottom-color: var(--text-color-pink); | |||
background: var(--bg-color-pink-dark); | |||
} | } | ||
# | .js-project-menu input#project-Goob + label { | ||
color: var(--text-color-blue); | |||
border-bottom-color: var(--text-color-blue); | |||
background: var(--bg-color-blue-dark); | |||
} | } | ||
. | @media screen and (max-width: 850px) { | ||
.js-project-menu { | |||
font-size: var(--font-size-xs); | |||
} | |||
} | } | ||
/* Меню настроек темы */ | |||
.theme-dropdown | .theme-dropdown { | ||
position: relative; | position: relative; | ||
} | } | ||
#personal | #personal-extra li, | ||
#theme- | #personal h2, | ||
.theme-dropdown-details { | |||
border-radius: var(--border-radius- | padding: 0.25em; | ||
border-radius: var(--border-radius-medium); | |||
margin: 0; | margin: 0; | ||
} | } | ||
.theme-dropdown-details[open] + .theme-window { | |||
visibility: visible; | |||
opacity: 1; | |||
height: auto; | |||
transform: scale(0.99999); | |||
} | } | ||
#personal .dropdown | #personal .dropdown, | ||
.theme-dropdown .theme-window, | |||
.mw-echo-ui-overlay .oo-ui-popupWidget-popup { | |||
top: unset; | |||
user-select: none; | |||
position: absolute; | |||
min-width: 14.5rem; | |||
background: var(--ooui-bg-color-darkened); | |||
box-shadow: var(--box-shadow-high); | |||
transition-duration: var(--transition-time); | |||
transition-property: transform, opacity, visibility; | |||
z-index: var(--index-high); | |||
border: 2px solid var(--ooui-bg-color-light); | |||
border-top: 2px solid var(--ooui-border-color); | |||
border-radius: var(--border-radius-low); | |||
padding: 0.2em; | |||
box-shadow: var(--box-shadow-high), var(--box-shadow-inset); | |||
} | } | ||
#theme- | #personal .dropdown, | ||
.theme-dropdown .theme-window { | |||
right: -14px; | |||
margin-top: 0.3rem; | |||
} | |||
#personal .dropdown::before, | |||
#personal .dropdown::after { | |||
display: none; | display: none; | ||
} | } | ||
.theme-dropdown .theme-window { | |||
overflow: hidden; | |||
opacity: 0; | |||
visibility: hidden; | |||
transform: scale(0.9); | |||
transform-origin: top; | |||
} | |||
.theme-dropdown .theme-window * { | |||
user-select: none; | user-select: none; | ||
user-drag: none; | |||
-webkit-user-drag: none; | -webkit-user-drag: none; | ||
} | } | ||
# | #personal .dropdown label, #personal .dropdown h3, | ||
.theme-dropdown .theme-window__header, | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head { | |||
display: flex; | |||
align-items: center; | |||
#personal | gap: 4px; | ||
.theme-dropdown- | position: relative; | ||
. | height: 2.2rem; | ||
. | font-size: var(--font-size-ml); | ||
background: var(-- | border-radius: var(--border-radius-low); | ||
background-color: var(--color-contrast2); | |||
font-weight: bold; | |||
padding: 0 0.4em; | |||
border-bottom: 2px solid var(--color-darkened-border); | |||
flex-direction: row; | |||
margin: 0; | |||
} | |||
#theme-preferences__content { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.5em; | |||
} | } | ||
#theme-preferences__content .theme-menu__heading { | |||
display: flex; | |||
. | justify-content: center; | ||
align-items: center; | |||
font-weight: bold; | |||
height: 1.75rem; | |||
border-bottom: 2px solid var(--bg-color-sky-blue-100); | |||
} | } | ||
#personal | #personal .dropdown ul, | ||
# | #theme-preferences__content .theme-menu__content { | ||
.theme- | padding: 0.5em; | ||
} | } | ||
.theme-dropdown .theme-window * { | |||
user-select: none; | |||
.theme-dropdown- | user-drag: none; | ||
-webkit-user-drag: none; | |||
} | } | ||
# | #personal .dropdown .mw-portlet > div, #personal .dropdown .mw-portlet-body, | ||
# | .theme-dropdown .theme-window__content { | ||
position: relative; | |||
margin: 0.3em 0; | |||
margin: 0; | |||
} | } | ||
# | #personal .dropdown ul, | ||
#theme-preferences__content .theme-menu { | |||
background-color: var(--theme-bg-color-base); | |||
border-radius: var(--border-radius-low); | |||
} | } | ||
# | #theme-preferences__content .theme-menu li { | ||
margin: 0; | |||
} | } | ||
# | #personal .dropdown ul, | ||
# | #theme-preferences__content .theme-menu form { | ||
position: relative; | |||
display: grid; | |||
gap: 0.5em; | |||
text-align: center; | |||
} | } | ||
#personal .dropdown li, | |||
#theme-preferences__content .theme-client-prefs-radio { | |||
display: flex; | |||
justify-content: center; | |||
padding: 0; | |||
margin: 0; | |||
width: 100%; | |||
} | } | ||
#theme-preferences__content .theme-client-prefs-radio input { | |||
display: none; | |||
} | } | ||
#personal .dropdown li a, | |||
. | #theme-preferences__content .theme-client-prefs-radio label { | ||
user-select: none; | |||
-webkit-user-drag: none; | |||
background: var(--ooui-bg-color-light); | |||
border-radius: var(--border-radius-medium); | |||
} | transition-property: background, box-shadow; | ||
transition-duration: var(--transition-time); | |||
cursor: pointer; | |||
flex-grow: 1; | |||
align-content: center; | |||
padding: 0.25em 0.5em; | |||
font-weight: bold; | |||
border-top: 1px solid var(--color-lighter-alpha-x); | |||
border-bottom: 2px solid var(--color-darkened-border); | |||
color: var(--theme-text-color); | |||
} | |||
#theme-preferences__content .theme-client-prefs-radio input:checked + label { | |||
background-color: var(--bg-color-message); | |||
} | } | ||
#personal-extra li:hover, | |||
. | #personal h2:hover, | ||
. | .theme-dropdown-details:hover, | ||
.tool-button:hover, .tool.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(--bg-color-hover); | |||
} | } | ||
.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, | |||
.cdx-button:enabled.cdx-button--weight-quiet:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover, | |||
.ve-ce-branchNode-blockSlug, html body p.ve-ce-branchNode-newSlug { | |||
background: var(--bg-color-focus); | |||
} | } | ||
#personal-extra li:focus, | |||
# | #personal.dropdown-active h2, | ||
. | .theme-dropdown-details[open] { | ||
background: var(-- | background-color: var(--bg-color-focus) !important; | ||
} | } | ||
#personal h2::before, | |||
#site-navigation h2, | |||
. | .theme-dropdown-summary { | ||
content: ''; | |||
cursor: pointer; | |||
background: var(--theme-icon-color); | |||
mask-size: contain; | |||
mask-position: center; | |||
mask-repeat: no-repeat; | |||
width: var(--icon-size); | |||
height: var(--icon-size); | |||
opacity: 1 !important; | |||
margin: 0; | |||
. | } | ||
.theme-dropdown-summary { | |||
mask-image: var(--icon-settings); | |||
.mw-echo- | } | ||
.mw-echo- | #pt-notifications-alert .mw-echo-notifications-badge, | ||
#pt-notifications-notice .mw-echo-notifications-badge { | |||
width: var(--icon-size); | |||
height: var(--icon-size); | |||
filter: var(--invert-100); | |||
background-size: cover; | |||
margin: 0; | |||
} | |||
.mw- | |||
.oo-ui- | #pt-notifications-notice .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-unseen-notifications::after { | ||
background-color: var(--color-contrast); | |||
} | |||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { | |||
opacity: 0.45; | |||
} | |||
#pt-notifications-alert .mw-echo-notifications-badge::after, | |||
#pt-notifications-notice .mw-echo-notifications-badge::after { | |||
filter: var(--invert-100); | |||
} | |||
@media screen and (max-width: 850px) { | |||
#pt-notifications-alert .mw-echo-notifications-badge, | |||
#pt-notifications-notice .mw-echo-notifications-badge, | |||
.mw- | #personal h2::before, | ||
#site-navigation h2, | |||
.theme-dropdown-summary { | |||
.mw- | width: var(--icon-size-big); | ||
height: var(--icon-size-big); | |||
.mw- | } | ||
#personal .dropdown, | |||
.theme-dropdown .theme-window { | |||
right: 0; | |||
} | |||
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after | #personal-extra { | ||
position: unset; | |||
} | |||
.mw- | |||
# | |||
. | |||
. | |||
. | |||
. | |||
. | |||
} | } | ||
/* #endregion */ | |||
/* ============ */ | |||
/* #region Интерфейс MediaWiki */ | |||
/* ============ */ | |||
/* invert(1) */ | |||
.mw- | .mw-editsection, | ||
.mw-editsection a, | |||
. | .dropdown-toggle::after, | ||
. | .cdx-button .cdx-button__icon, .cdx-button .cdx-icon, | ||
. | .wikiEditor-ui-toolbar .tabs span.tab a::before, | ||
. | .wikiEditor-ui-toolbar .group .tool-select .label::after, | ||
. | .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after, .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | ||
filter: var(--invert-100); | |||
. | |||
. | |||
. | |||
. | |||
. | |||
.mw | |||
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui- | /* invert(0.75) */ | ||
.cdx- | .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert):not(.oo-ui-icon-difficulty-easy):not(.oo-ui-icon-difficulty-medium):not(.oo-ui-icon-difficulty-hard):not(.oo-ui-image-error):not(.oo-ui-image-success), | ||
. | .oo-ui-indicatorElement-indicator, | ||
.cdx-icon svg, | |||
.skin-invert img[role="presentation"] { | |||
filter: var(--invert-75) hue-rotate(180deg); | |||
} | } | ||
. | body.wgl-theme-ss14 .oo-ui-image-progressive:not(.oo-ui-indicatorElement-indicator):not(.oo-ui-icon-mentor), | ||
body.wgl-theme-ss14 .oo-ui-icon-linked { | |||
. | filter: var(--invert-75); | ||
} | |||
. | |||
.oo-ui- | /* invert(0) */ | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | |||
.mw-ge-help-panel-button.oo-ui-buttonElement.oo-ui-iconElement.oo-ui-indicatorElement a.oo-ui-buttonElement-button .oo-ui-indicator-up { | |||
.oo-ui- | filter: var(--invert-0); | ||
. | } | ||
.mw-ge-help-panel- | |||
. | body:not(.wgl-theme-ss14) .oo-ui-image-progressive:not(.oo-ui-indicatorElement-indicator):not(.oo-ui-icon-mentor), | ||
body:not(.wgl-theme-ss14) .oo-ui-icon-linked { | |||
.oo-ui- | filter: var(--invert-0) !important; | ||
.oo-ui- | |||
. | |||
} | } | ||
/* icon color */ | |||
#mw-indicator-mw-helplink a .mw-helplink-icon, | |||
# | .mw-enhancedchanges-checkbox + * .mw-enhancedchanges-arrow { | ||
background: var(--theme-icon-color); | |||
.mw- | |||
background: var(-- | |||
} | } | ||
. | /* background */ | ||
.mw-rcfilters-ui- | .oo-ui-buttonElement-frameless.oo-ui-indicatorElement.oo-ui-labelElement > .oo-ui-buttonElement-button, | ||
.mw- | .mw-prefs-buttons, | ||
. | .oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected, .oo-ui-outlineOptionWidget.oo-ui-optionWidget-pressed, | ||
. | .mw-rcfilters-ui-cell.mw-rcfilters-ui-filterTagMultiselectWidget-views-select, | ||
. | .oo-ui-dropdownInputWidget.oo-ui-widget-enabled, | ||
. | .oo-ui-dropdownWidget, | ||
.oo-ui- | .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle, | ||
. | .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover, | ||
.mw-datatable td, | |||
.oo-ui-tabSelectWidget-framed, | |||
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td, | |||
.oo-ui- | .growthexperiments-homepage-module-startemail, | ||
.oo-ui- | .mw-ge-startediting-dialog-progress, | ||
. | body.ltr .mw-ge-help-panel-processdialog .oo-ui-window-head:not(.oo-ui-pendingElement-pending), | ||
. | .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-menu, | ||
. | .ve-ui-toolbarDialog, | ||
.mw-echo-ui-notificationItemWidget:hover, | |||
.mw-echo-ui-pageNotificationsOptionWidget-label-count, | |||
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted, | |||
.mw- | .footer-icons a:hover, | ||
. | .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending), | ||
.mw-special-Contribute .mw-contribute-card, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled, | .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle, | ||
.mw-rcfilters-ui- | .wikiEditor-ui-toolbar .group .tool-select .options .option, | ||
. | .ext-templatewizard-templatetitlebar, | ||
.cdx- | .ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-add-remove-all, | ||
. | .mw-ge-help-panel-home-button, | ||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, select, | |||
span.fileinput-button, | |||
.ace_button, | |||
. | .ace_searchbtn, | ||
. | .oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget, | ||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, | |||
.mw- | .growthexperiments-homepage-module, | ||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip, | |||
.ace_optionsMenuEntry input, .ace_optionsMenuEntry button, | |||
.ace_optionsMenuEntry button, | |||
. | .ace_optionsMenuEntry button[ace_selected_button=true], | ||
background: var(--bg-color | .wikiEditor-ui-toolbar, | ||
.ace_search_field, | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | |||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle, | |||
.quickbox, | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-processDialog-content > .oo-ui-window-head, .oo-ui-processDialog-content > .oo-ui-window-foot, | |||
.mw-rcfilters-ui-menuSelectWidget-footer, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined, | |||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
.oo-ui-windowManager-modal:not(.oo-ui-windowManager-size-full) > .oo-ui-dialog > .oo-ui-window-frame, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | |||
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after, | |||
.mw-widget-dateInputWidget-handle, | |||
#wpDestFile, | |||
#wpUploadDescription, | |||
.mw-widgets-datetime-dateTimeInputWidget-handle, | |||
.ui-widget input, | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-header, | |||
#mw-scribunto-input, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools .growthexperiments-mentor-dashboard-module-mentor-tools-other-actions, | |||
.growthexperiments-mentor-dashboard-module-mentee-overview .growthexperiments-mentor-dashboard-module-mentee-overview-recent-by-mentees, | |||
.ext-growthExperiments-NumberInput__input:enabled, | |||
.cdx-dialog__header--default, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle, | |||
.cdx-select-vue--enabled.cdx-select-vue--expanded .cdx-select-vue__handle, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle:hover, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-footer, | |||
.ext-communityConfiguration-JsonForm__footer-wrapper, | |||
.cdx-chip-input:not(.cdx-chip-input--disabled):not(.cdx-chip-input--has-separate-input) .cdx-chip-input__chips, | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled, | |||
.cdx-select:enabled, | |||
.cdx-select:enabled:hover, | |||
.cdx-text-input__input:enabled, | |||
.oo-ui-toolbar-bar, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget-sticky, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-example, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip, | |||
.mw-body-content .recent-questions-growthexperiments-mentor-questions, .overlay-content .recent-questions-growthexperiments-mentor-questions, .content .recent-questions-growthexperiments-mentor-questions, | |||
.mwe-vue-pt-article-row-even, | |||
.cdx-toggle-button--framed:enabled, | |||
.ve-ui-mwTransclusionOutlineControlsWidget { | |||
background: var(--ooui-bg-color); | |||
} | } | ||
. | .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-content, | ||
.mw- | .mw-rcfilters-ui-menuSelectWidget-body.oo-ui-clippableElement-clippable, | ||
.oo-ui- | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .mw-rcfilters-ui-tagItemWidget-selected.oo-ui-tagItemWidget.oo-ui-widget-enabled, | ||
background | .oo-ui-tagMultiselectWidget.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input, | ||
.mw-widgets-datetime-calendarWidget-grid .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button, | |||
.ace_mobile-button:active, | |||
.ace_mobile-button:hover, | |||
.ace_searchbtn:hover, | |||
.ext-templatewizard-templateform .oo-ui-menuLayout-content, | |||
.mw-echo-ui-notificationItemWidget, | |||
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td, | |||
.ext-discussiontools-ui-replyWidget-preview, | |||
#preferences .mw-htmlform-submit-buttons, | |||
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input, | |||
.ace_editor.ace_autocomplete, | |||
.ext-growthExperiments-CPopper__popover, | |||
.growthexperiments-homepage-module-suggested-edits .growthexperiments-homepage-module-footer, | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] + span, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed), | |||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | |||
.mw-notification, | |||
.oo-ui-popupWidget-popup, | |||
.ui-widget-header, | |||
.ui-widget-content, | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | |||
div.editOptions, | |||
.mw-echo-ui-crossWikiNotificationItemWidget-group, .mw-echo-ui-bundleNotificationItemWidget-group, | |||
.ext-growthExperiments-MenteeFilters__form, | |||
.oo-ui-tagItemWidget.oo-ui-widget-disabled, | |||
.cdx-input-chip, | |||
.ve-init-mw-progressBarWidget, | |||
.mwe-vue-pt-showing-filter-chip, | |||
.mw-twocolconflict-single-column, .mw-twocolconflict-split-column, | |||
.mw-twocolconflict-single-column.mw-twocolconflict-split-copy, .mw-twocolconflict-split-column.mw-twocolconflict-split-copy { | |||
background: var(--ooui-bg-color-dark); | |||
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | |||
.cdx-checkbox__icon, | |||
. | .cdx-radio__icon { | ||
. | background-color: var(--ooui-bg-color-dark); | ||
. | |||
background: var(--bg-color- | |||
} | } | ||
.mw-twocolconflict- | .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout, | ||
. | .mw-special-Contribute .mw-contribute-tabs-content, | ||
background-color: var(--bg-color- | .mw-echo-ui-placeholderItemWidget, | ||
.mw-ge-startediting-dialog-intro-general, | |||
.mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-single-column, | |||
.oo-ui-searchWidget-results, | |||
.mw-rcfilters-ui-tagItemWidget-popup-content, | |||
#ace_settingsmenu, #kbshortcutmenu, | |||
.oo-ui-searchWidget-query, | |||
.mw-ge-startediting-dialog-difficulty-banner, | |||
.mw-ge-help-panel-popup .oo-ui-dialog, | |||
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending), | |||
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread, | |||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded, | |||
.wikiEditor-toolbar-dialog .ui-dialog-buttonpane, | |||
.wikiEditor-toolbar-dialog .ui-dialog-content, | |||
.cdx-dialog, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon, | |||
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-content, | |||
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame, | |||
.oo-ui-toggleSwitchWidget, | |||
#mwe-vue-pt-control-dropdown { | |||
background-color: var(--ooui-bg-color-darkened); | |||
} | } | ||
.mw- | .mw-rcfilters-ui-filterMenuSectionOptionWidget, | ||
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover, | |||
#ca-nstab-special.selected.mw-list-item, | |||
.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line, | |||
.mw-echo-ui- | .mw-revslider-revision-wrapper:hover, .mw-revslider-revision-wrapper-hovered, | ||
. | .mw-datatable tr:hover td, | ||
.oo-ui- | .mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle-unread, | ||
. | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover, | ||
. | .wikiEditor-ui-toolbar .booklet > .index > .current, | ||
. | .mw-revslider-revision-new .mw-revslider-revision, .mw-revslider-revision-old .mw-revslider-revision, .mw-revslider-revision-intermediate .mw-revslider-revision, | ||
. | .mw-revslider-revision-filter-highlight .mw-revslider-revision-border-box, | ||
. | .ext-templatewizard-templatetitlebar, | ||
background | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, | ||
.thumbinner, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button, | |||
.ace-tm .ace_gutter-active-line, | |||
.cdx-input-chip:not(.cdx-input-chip--disabled):hover, | |||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | |||
.wikiEditor-ui-toolbar .page-characters div span:hover, | |||
.mwe-vue-pt-control-gradient, | |||
.cdx-toggle-button--framed:enabled:hover, | |||
.mwe-vue-pt-navigation-bar, | |||
#mwe-vue-pt-stats-navigation { | |||
background: var(--ooui-bg-color-light); | |||
} | } | ||
.mw- | .wikiEditor-ui-toolbar .booklet > .index > :hover, | ||
background: var(--bg-color- | .mw-rcfilters-ui-itemMenuOptionWidget:hover, | ||
.mw-highlight .hll, | |||
.ace_button:hover:not(.checked), | |||
.ace_button:active, | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected, | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, | |||
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted { | |||
background: var(--bg-color-hover); | |||
} | } | ||
. | .oo-ui-menuSelectWidget, | ||
background: var(-- | .oo-ui-popupToolGroup-tools, | ||
.mw-widget-dateInputWidget-calendar, | |||
.mw-widgets-datetime-calendarWidget, | |||
.cdx-menu { | |||
background: var(--ooui-gradient); | |||
} | } | ||
. | .mw-echo-ui-notificationsInboxWidget-toolbarWrapper, | ||
. | .mw-apisandbox-toolbar, | ||
. | form:not(.oo-ui-layout) fieldset, | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled, | |||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected), | |||
.ext-WikiEditor-realtimepreview-button:hover, | |||
.cdx-tabs:not(.cdx-tabs--framed) > .cdx-tabs__header, | |||
.ext-discussiontools-init-publishedcomment { | |||
background: transparent; | |||
} | } | ||
. | .mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend, | ||
.mw- | .mw-prefs-tabs:not(.mw-prefs-tabs-searching) .oo-ui-fieldsetLayout:target > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label, | ||
.oo-ui- | #pagehistory li.selected, | ||
. | .mw-prefs-tabs:not(.mw-prefs-tabs-searching) .oo-ui-fieldsetLayout:target > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label { | ||
background: var(-- | background: var(--bg-color-emerald-subtle); | ||
} | } | ||
.approved-revision { | |||
background: var(-- | background: var(--bg-color-emerald-subtle) !important; | ||
} | } | ||
. | .cdx-message--success, | ||
.oo-ui- | .mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-conflicting-talk-label span .mw-twocolconflict-split-delete, | ||
. | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { | ||
background: | background-color: var(--bg-color-message); | ||
} | } | ||
.mw- | ul.fileupload-results li.ful-success, | ||
background | #mwe-vue-pt-stats-navigation, | ||
.mw-notification.mw-notification-type-success, | |||
.mw-twocolconflict-special-your-version-header .mw-twocolconflict-revision-label, .mw-twocolconflict-split-your-version-header .mw-twocolconflict-revision-label, | |||
.mw-twocolconflict-single-column ins.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column ins.mw-twocolconflict-diffchange { | |||
background: var(--bg-color-message); | |||
} | } | ||
.mw-ui- | .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span, .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget [type='radio'] + span, | ||
background-color: var(- | .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected ins.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected ins.mw-twocolconflict-diffchange { | ||
background-color: var(--bg-color-message-subtle); | |||
} | } | ||
. | .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected { | ||
background: var(--bg-color-blue-dark); | |||
background: var(--bg-color- | |||
} | } | ||
. | .mw-echo-ui-notificationItemWidget-unread, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement- | .growthexperiments-homepage-module-suggested-edits.growthexperiments-homepage-module-desktop.growthexperiments-homepage-module.activated, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice, | |||
. | .ext-growthExperiments-ScoreCard, | ||
. | .ext-growthExperiments-MenteeOverview__no-results, | ||
. | .ext-growthExperiments-PersonalizedPraise .ext-growthExperiments-NoResults__image, | ||
background: var(--bg-color- | .suggested-edits-mobile-peek-content, .suggested-edits-panel-header, | ||
.ext-communityConfiguration-Guidelines__Guideline { | |||
background-color: var(--bg-color-notice-subtle); | |||
} | } | ||
. | .mw-echo-ui-notificationItemWidget-unread:hover { | ||
background: var(--bg-color- | background: var(--bg-color-notice); | ||
} | } | ||
. | .wikiEditor-ui-text { | ||
background | background: var(--theme-bg-color-base); | ||
} | } | ||
. | .ext-WikiEditor-ResizingDragBar, | ||
. | .ace_search, | ||
.editOptions, .mw-editform .editOptions { | |||
. | background: var(--theme-bg-color-100); | ||
background | |||
} | } | ||
.ext-WikiEditor-ResizingDragBar span, | |||
.mw-revslider-revision, | |||
.ext-WikiEditor-ResizingDragBar | |||
.oo-ui-checkboxInputWidget [type='checkbox']:disabled + span, | .oo-ui-checkboxInputWidget [type='checkbox']:disabled + span, | ||
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link { | |||
background: var(--ooui-border-color); | |||
.oo-ui- | } | ||
body .wikiEditor-toolbar-dialog .ui-dialog-titlebar-close { | |||
background: var(--border-color-hr); | |||
} | |||
.oo-ui- | |||
.oo-ui-windowManager-modal > .oo-ui-dialog, | |||
.oo-ui-processDialog-errors, | |||
.cdx-dialog-backdrop { | |||
background: rgba(var(--color-darkened--rgb), var(--alpha-m)); | |||
.oo-ui- | |||
.oo-ui- | |||
.oo-ui- | |||
. | |||
. | |||
} | } | ||
.mw | .mw-ui-button:not(:disabled):hover { | ||
background-color: var(--theme-border-color-base); | |||
} | |||
.mw-ui-button { | |||
background-color: var(--theme-bg-color-200); | |||
} | |||
.cdx-message--warning, | |||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning, | |||
.mw-twocolconflict-split-current-version-header .mw-twocolconflict-revision-label, | |||
.mw-twocolconflict-single-column del.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column del.mw-twocolconflict-diffchange { | |||
background: var(--bg-color-warning); | |||
. | } | ||
.cdx-message--error, | |||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error, | |||
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | |||
. | .mw-ui-button.mw-ui-destructive:not(:disabled), | ||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark.negative, | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover { | |||
.oo-ui- | background: var(--bg-color-error); | ||
} | |||
.oo-ui- | |||
.mw- | .mwe-vue-pt-problem-chip { | ||
.mw- | background: var(--bg-color-error-subtle); | ||
.mw- | |||
.mw- | |||
. | |||
. | |||
.oo-ui- | |||
. | |||
. | |||
. | |||
# | |||
. | |||
.mw | |||
. | |||
. | |||
. | |||
.cdx-button:enabled | |||
.cdx- | |||
. | |||
} | } | ||
.mw | .mw-ui-button.mw-ui-destructive:not(:disabled):hover { | ||
background-color: var(--border-color-error); | |||
} | } | ||
. | .mw-notification.mw-notification-type-warn, | ||
. | .mw-destfile-warning, | ||
. | .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span, .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget [type='radio'] + span, | ||
. | .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected del.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected del.mw-twocolconflict-diffchange { | ||
background-color: var(--bg-color-warning-subtle); | |||
} | } | ||
. | /* border */ | ||
.mw- | .wikiEditor-ui .wikiEditor-ui-top, | ||
.oo-ui- | .ext-WikiEditor-ResizingDragBar-ns, | ||
.oo-ui-bookletLayout > .oo-ui-menuLayout-menu, | |||
.mw- | .mw-apisandbox-help-field, | ||
.mw- | .mw-echo-ui-subGroupListWidget .mw-echo-ui-sortedListWidget-group:not(:empty), .mw-echo-ui-bundleNotificationItemWidget-group .mw-echo-ui-sortedListWidget-group:not(:empty), | ||
.mw- | .mw-echo-ui-crossWikiUnreadFilterWidget, | ||
border-color: var(--border-color | .mw-echo-ui-notificationItemWidget:not(:last-child), | ||
.footer-icons a:hover, | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending), | |||
.mw-special-Contribute .mw-contribute-card, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle, | |||
.wikiEditor-ui-toolbar .group .tool-select .options .option, | |||
.ext-templatewizard-templatetitlebar, | |||
.ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-add-remove-all, | |||
.mw-ge-help-panel-home-button, | |||
.ace_editor.ace_autocomplete, | |||
.ext-growthExperiments-CPopper__popover, | |||
.mw-revslider-revision-new .mw-revslider-revision, .mw-revslider-revision-old .mw-revslider-revision, .mw-revslider-revision-intermediate .mw-revslider-revision, | |||
.oo-ui-checkboxInputWidget [type='checkbox']:disabled + span, | |||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | |||
.mw-notification, | |||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded, | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | |||
.mw-templateData-template-map-list-menu-panel, | |||
.oo-ui-menuSelectWidget, | |||
.oo-ui-popupToolGroup-tools, | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover, | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.mw-rcfilters-ui-menuSelectWidget-footer, | |||
.mw-widget-dateInputWidget-calendar, | |||
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined, | |||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | |||
.mw-widget-dateInputWidget-handle, | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | |||
div.editOptions, | |||
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane1, | |||
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane2, | |||
.oo-ui-menuToolGroup, | |||
.ve-ui-mwHelpListToolGroup-tools-footer, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-example, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip, | |||
.mwe-vue-pt-article-row, | |||
.ve-ui-mwTransclusionOutlineControlsWidget { | |||
border-color: var(--ooui-border-color); | |||
} | } | ||
.mw- | .mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout, | ||
. | .wikiEditor-ui-toolbar .sections .section, | ||
.oo-ui- | .mw-revslider-container, | ||
.mw- | .mw-revslider-slider-wrapper, | ||
.mw- | #mw-searchoptions .divider, | ||
.ace_searchbtn:last-child, | |||
.wikiEditor-ui .wikiEditor-ui-view, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle, | |||
. | .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child, | ||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer, | |||
.ve-ui-symbolListPage-symbol, | |||
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget, | |||
.oo-ui- | .ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label, | ||
.wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group, | |||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, select, | |||
span.fileinput-button, | |||
. | .ace_button, | ||
.oo-ui- | .ace_searchbtn, | ||
. | .oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget, | ||
. | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, | ||
.growthexperiments-homepage-module, | |||
.oo-ui-toggleSwitchWidget, | |||
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input, | |||
. | .oo-ui-searchWidget-query, | ||
.oo-ui- | .mw-ge-startediting-dialog-difficulty-banner, | ||
.mw-ge-help-panel-popup .oo-ui-dialog, | |||
. | .ve-ui-targetWidget:not(.oo-ui-pendingElement-pending), | ||
. | .mw-revslider-revision-filter-highlight .mw-revslider-revision-border-box, | ||
. | .ext-templatewizard-templatetitlebar, | ||
.mw-rcfilters-ui-tagItemWidget-popup-content, | |||
.ace_optionsMenuEntry button, | |||
.ace_optionsMenuEntry button[ace_selected_button=true], | |||
.oo-ui- | .ace_search_field, | ||
.oo-ui- | .ace_search, | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed), | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | |||
. | .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle, | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-popupWidget-popup, | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
. | .oo-ui-windowManager-modal:not(.oo-ui-windowManager-size-full) > .oo-ui-dialog > .oo-ui-window-frame, | ||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button, | |||
#wpDestFile, | |||
.oo-ui- | #wpUploadDescription, | ||
.oo-ui- | .mw-widgets-datetime-calendarWidget, | ||
.mw-widgets-datetime-dateTimeInputWidget-handle, | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-header, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module, | |||
. | .ext-growthExperiments-MenteeFilters__form, | ||
. | .ext-growthExperiments-NumberInput__input:enabled, | ||
# | .cdx-dialog, | ||
. | .cdx-select-vue--enabled .cdx-select-vue__handle, | ||
border: | .cdx-select-vue--enabled .cdx-select-vue__handle:hover, | ||
.cdx-menu, | |||
.cdx-checkbox__input:enabled+.cdx-checkbox__icon, | |||
.oo-ui-tagItemWidget.oo-ui-widget-disabled, | |||
.cdx-chip-input:not(.cdx-chip-input--disabled):not(.cdx-chip-input--has-separate-input) .cdx-chip-input__chips, | |||
.cdx-input-chip, | |||
.ext-communityConfiguration-Features__Feature, | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled, | |||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | |||
.cdx-select:enabled, | |||
.cdx-select:enabled:hover, | |||
.cdx-tabs:not(.cdx-tabs--framed) > .cdx-tabs__header, | |||
.cdx-text-input__input:enabled, | |||
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar, | |||
.ve-ui-mwLanguagesPage-languages-table th, .ve-ui-mwLanguagesPage-languages-table td, | |||
.ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu, | |||
.oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above, | |||
.wikiEditor-ui-toolbar .page-characters div span, | |||
.wikiEditor-ui-toolbar .page-characters div span:hover, | |||
.cdx-checkbox__input:enabled:checked+.cdx-checkbox__icon, .cdx-checkbox__input:enabled:indeterminate+.cdx-checkbox__icon, | |||
.cdx-toggle-button--framed:enabled, | |||
.cdx-info-chip, | |||
#mwe-vue-pt-control-dropdown, | |||
.cdx-radio__input:enabled+.cdx-radio__icon, | |||
.mw-twocolconflict-single-column.mw-twocolconflict-split-copy, .mw-twocolconflict-split-column.mw-twocolconflict-split-copy { | |||
border-color: var(--ooui-border-color-light); | |||
} | } | ||
. | .mw-rcfilters-ui-watchlistTopSectionWidget-separator, | ||
.mw-revslider-revision-tooltip .mw-revslider-filter-highlightable-row.mw-revslider-filter-highlight, | |||
.mw-revslider-revision-border-box, | |||
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-handle:hover, | |||
.mw- | .mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator, | ||
.mw- | .mw-rcfilters-ui-datePopupWidget, | ||
.oo-ui-searchWidget-query, | |||
.ext-replacetext-searchoptions .ext-replacetext-divider, | |||
.ve-ui-symbolListPage-symbol:hover, | |||
. | .ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2, .ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section, | ||
border | #preferences .mw-htmlform-submit-buttons, | ||
.mw-revslider-revision, | |||
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread, | |||
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after, | |||
.ext-growthExperiments-HorizontalDivider, | |||
.growthexperiments-homepage-mentorship-intro, .growthexperiments-homepage-module-mentorship-optin-intro, | |||
.ext-communityConfiguration-JsonForm__footer, | |||
.cdx-chip-input:not(.cdx-chip-input--disabled):not(.cdx-chip-input--has-separate-input) .cdx-chip-input__chips:hover, .cdx-chip-input:not(.cdx-chip-input--disabled).cdx-chip-input--has-separate-input .cdx-chip-input__separate-input:hover, | |||
.cdx-text-input__input:enabled:hover, | |||
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar, | |||
.ext-discussiontools-emptystate:not(:first-child), | |||
.wikiEditor-ui-toolbar .page-table td { | |||
border-color: var(--border-color-hr); | |||
} | } | ||
. | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label, | ||
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button, | |||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active, | |||
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button, | |||
.cdx-button:enabled.cdx-button--weight-quiet:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover { | |||
border-color: transparent; | |||
} | } | ||
.oo-ui- | .cdx-message--success, | ||
border | .mw-twocolconflict-single-column.mw-twocolconflict-split-add, .mw-twocolconflict-split-column.mw-twocolconflict-split-add, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success, | |||
#mwe-vue-pt-stats-navigation, | |||
.mw-notification.mw-notification-type-success, | |||
.mw-twocolconflict-single-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-add, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-add, | |||
.mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span, .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget [type='radio'] + span { | |||
border-color: var(--border-color-message); | |||
} | } | ||
.oo-ui- | .mw-twocolconflict-single-column.mw-twocolconflict-split-delete, .mw-twocolconflict-split-column.mw-twocolconflict-split-delete, | ||
border | .cdx-message--warning, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning, | |||
.mw-twocolconflict-single-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-delete, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-delete, | |||
.mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span, .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget [type='radio'] + span { | |||
border-color: var(--border-color-warning); | |||
} | } | ||
. | .mw-ui-button:not(:disabled) { | ||
border | border-color: var(--theme-border-color-base); | ||
} | } | ||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { | |||
.oo-ui- | border-color: var(--ooui-bg-color); | ||
.oo-ui- | } | ||
. | .growthexperiments-homepage-module-suggested-edits.growthexperiments-homepage-module-desktop.growthexperiments-homepage-module.activated, | ||
.oo-ui- | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice, | ||
. | .ext-growthExperiments-ScoreCard, | ||
.ext-growthExperiments-MenteeOverview__no-results { | |||
border-color: var(--bg-color-notice); | |||
} | } | ||
. | .cdx-message--error, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error, | |||
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | |||
. | .mw-ui-button.mw-ui-destructive:not(:disabled), | ||
.mw-ui-button.mw-ui-destructive:not(:disabled):hover, | |||
.mwe-vue-pt-problem-chip { | |||
border-color: var(--border-color-error); | |||
. | |||
. | |||
. | |||
. | |||
.mw-ui-button.mw-ui- | |||
. | |||
border-color: var(--color- | |||
} | } | ||
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button, | |||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active { | |||
border-right-color: var(--ooui-border-color); | |||
} | |||
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button { | |||
border-left-color: var(--ooui-border-color); | |||
.oo-ui-processDialog | |||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button | |||
.oo-ui- | |||
} | } | ||
. | .mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget { | ||
border: 1px solid var(--ooui-border-color); | |||
border | |||
} | } | ||
. | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | ||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] + span { | |||
border: 1px solid var(--border-color-hr); | |||
} | } | ||
.editOptions,.mw-editform .editOptions, | |||
.ui-widget input, | |||
.mw- | #mw-scribunto-input, | ||
. | .ace_optionsMenuEntry input, .ace_optionsMenuEntry button { | ||
border: 1px solid var(--ooui-border-color-light); | |||
. | } | ||
. | |||
.growthexperiments-homepage-module-suggested-edits .growthexperiments-homepage-module-footer { | |||
border-color: var(--bg-color-notice-subtle); | |||
} | } | ||
.mw-notification.mw-notification-type-warn, | |||
.mw-destfile-warning { | |||
border-color: var(--bg-color-warning); | |||
.mw- | |||
} | } | ||
. | .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::before { | ||
border-bottom-color: var(--ooui-border-color-light); | |||
} | } | ||
.ext-discussiontools-init-publishedcomment { | |||
border: 1px solid var(--border-color-message); | |||
} | } | ||
. | .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after { | ||
border-bottom-color: var(--ooui-bg-color-light); | |||
} | } | ||
. | .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before { | ||
. | border-top-color: var(--ooui-border-color-light); | ||
} | } | ||
.oo-ui- | .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after { | ||
border-top-color: var(--ooui-bg-color-light); | |||
} | } | ||
/* color */ | /* Стили с color-contrast */ | ||
. | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover, | ||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active, | |||
. | .mw-ui-button.mw-ui-progressive:not(:disabled):hover, | ||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, | |||
.oo-ui- | .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover, | ||
. | .cdx-checkbox__input:enabled:checked+.cdx-checkbox__icon, .cdx-checkbox__input:enabled:indeterminate+.cdx-checkbox__icon { | ||
background: var(--color-contrast); | |||
} | |||
.mw- | |||
. | .mw-ui-button.mw-ui-progressive:not(:disabled):hover, | ||
. | 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, | ||
. | span.fileinput-button:hover, | ||
. | .ace_optionsMenuEntry button:hover, | ||
.ace_button.checked, | |||
. | .ace_editor.ace_autocomplete .ace_line-hover, | ||
.ui-state-default:hover, | |||
. | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .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, | |||
.oo-ui-widget | .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, | ||
.mw- | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .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, | ||
. | .mw-ui-button.mw-ui-progressive:not(:disabled), | ||
. | .mw-body h1.firstHeading, | ||
. | .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input, | ||
. | .mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle:hover, | ||
. | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | ||
. | .ext-growthExperiments-NumberInput__input:enabled:hover, | ||
. | .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, | ||
. | .ve-init-mw-progressBarWidget, | ||
. | .cdx-radio__input:enabled:checked+.cdx-radio__icon { | ||
. | border-color: var(--color-contrast); | ||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
. | |||
.mw- | |||
. | |||
. | |||
. | |||
color: var(- | |||
} | } | ||
. | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected, | ||
. | .ace_searchbtn_close:hover, | ||
. | .ext-WikiEditor-ResizingDragBar:hover span, | ||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on, | |||
.oo-ui- | .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip, | ||
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-popupToolGroup-handle, .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle, | |||
.oo-ui- | .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link, | ||
. | 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, | ||
span.fileinput-button:hover, | |||
.ace_optionsMenuEntry button:hover, | |||
. | .ace_button.checked, | ||
.oo-ui- | .ace_editor.ace_autocomplete .ace_line-hover, | ||
.ui-state-default:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .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, | |||
.oo-ui- | .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, | ||
.ui- | .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-buttonElement-button:hover, | |||
.oo-ui- | .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-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:hover, | |||
. | .mw-ui-button.mw-ui-progressive:not(:disabled), | ||
.ace_editor.ace_autocomplete, | .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, | ||
. | form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | ||
. | .ve-ce-linkAnnotation.ve-ce-annotation-active, | ||
.oo-ui- | .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link, | ||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive, | |||
. | .cdx-toggle-button-group .cdx-toggle-button--toggled-on:enabled { | ||
. | background: var(--color-contrast-dark); | ||
. | } | ||
. | .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-flaggedElement-primary.oo-ui-flaggedElement-progressive > .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, | ||
form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive, | |||
. | .cdx-toggle-button-group .cdx-toggle-button--toggled-on:enabled { | ||
. | border-color: var(--color-contrast-dark); | ||
. | } | ||
. | |||
.cdx-menu-item--enabled.cdx-menu-item--selected { | |||
background: var(--color-contrast2); | |||
. | } | ||
.oo-ui-buttonElement- | |||
.mw- | ul li.selected:not(.init), | ||
. | .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, | ||
.oo-ui- | .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover, | ||
.oo-ui- | .oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted, | ||
. | .mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover, | ||
. | .cdx-menu-item--enabled.cdx-menu-item--highlighted { | ||
.oo-ui- | background: var(--color-contrast2-dark); | ||
. | } | ||
. | |||
/* box-shadow */ | |||
. | .ve-ce-linkAnnotation.ve-ce-annotation-active, | ||
. | .oo-ui-menuSelectWidget, | ||
. | .oo-ui-popupToolGroup-tools, | ||
. | .mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | ||
. | .ext-growthExperiments-MenteeFilters__form { | ||
.mw- | box-shadow: var(--box-shadow); | ||
. | } | ||
.oo-ui- | |||
. | .wikiEditor-ui-toolbar, | ||
.oo-ui- | |||
. | |||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | .vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | ||
.mw-notification | .mw-notification { | ||
box-shadow: var(--box-shadow-medium); | |||
} | |||
#ace_settingsmenu, #kbshortcutmenu { | |||
box-shadow: var(--box-shadow-high); | |||
} | |||
.mw-echo-ui-crossWikiNotificationItemWidget-group, .mw-echo-ui-bundleNotificationItemWidget-group { | |||
. | box-shadow: var(--box-shadow-inset); | ||
. | } | ||
. | .ace_optionsMenuEntry button, | ||
. | .ace_optionsMenuEntry button[ace_selected_button=true] { | ||
box-shadow: var(--box-shadow-inset-high); | |||
} | |||
.oo-ui- | |||
. | .oo-ui-buttonSelectWidget.oo-ui-widget-enabled:focus .oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected .oo-ui-buttonElement-button, | ||
.cdx-toggle-button-group .cdx-toggle-button--toggled-on:enabled { | |||
box-shadow: none; | |||
.oo-ui- | |||
.cdx- | |||
} | } | ||
. | /* color */ | ||
. | .mw-echo-ui-pageNotificationsOptionWidget-label-count, | ||
.wikiEditor-ui-toolbar . | #contentSub, | ||
. | .mw-templatedata-doc-muted, | ||
. | .mw-templatedata-doc-param-alias, | ||
.mw- | .oo-ui-labelWidget.oo-ui-inline-help, | ||
.mw-echo-ui-notificationItemWidget-content- | .wikiEditor-ui-toolbar .group .label, | ||
.growthexperiments-homepage-module .growthexperiments-homepage-module- | .mw-wikiEditor-InsertLink-TitleInputField .oo-ui-messageWidget, | ||
.mw-ge- | .ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-section-header, | ||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title, | |||
.oo-ui- | .mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters, | ||
.oo-ui- | .mw-rcfilters-ui-savedLinksListWidget-placeholder-description, | ||
.results-info, | |||
.mw-search-result-data, | |||
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title, | |||
. | .tdg-templateDataParamWidget-param-description, | ||
.mw-echo-ui-notificationsListWidget:not(:hover) a, #p-personal .mw-echo-ui-notificationsListWidget:not(:hover) a.new, | |||
.mw-echo-ui-notificationItemWidget-content-message-body, | |||
.ext-growthExperiments-CText--color-subtle, | |||
. | .growthexperiments-homepage-module .growthexperiments-homepage-module-subheader, .growthexperiments-homepage-module h3.growthexperiments-homepage-module-subheader, | ||
. | .oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-create .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, .oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-image-recommendation .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, .oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-section-image-recommendation .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, .oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-link-recommendation .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, | ||
. | .mw-ge-homepage-taskTypeSelectionWidget-create-body, | ||
.mw- | .mw-ge-suggestededits-articleCountWidget .oo-ui-labelWidget, | ||
. | .mw-ge-startediting-dialog-progress-label, | ||
. | .mw-ge-startediting-dialog-progress-indicator, | ||
. | .mw-ge-startediting-dialog-difficulty-legend-description-body, | ||
. | .mw-ge-help-panel-home-button-text-subheader, | ||
. | .mw-ge-help-panel-processdialog label > strong, | ||
. | .mw-ge-help-panel-processdialog h2, | ||
. | .ext-discussiontools-init-timestamplink, .ext-discussiontools-init-timestamplink:visited, .ext-discussiontools-init-timestamplink:active, | ||
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2-metaitem, .ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section-metaitem, | |||
.ext-discussiontools-ui-targetWidget > .ve-init-target > .ve-ui-surface .ve-ui-completionWidget-header > .oo-ui-labelElement-label, | |||
.oo-ui- | .mw-ge-help-panel-popup-search-search-result div, | ||
. | .ext-discussiontools-ui-replyWidget-preview::before, | ||
. | .mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary, | ||
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc, | |||
.mw-rcfilters-ui-tagItemWidget.oo-ui-flaggedElement-muted.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-labelElement-label, | |||
. | .mw-widget-dateInputWidget-empty .mw-widget-dateInputWidget-handle, | ||
. | .growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module h3, | ||
. | .growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools .growthexperiments-mentor-dashboard-module-mentor-tools-other-actions .growthexperiments-mentor-dashboard-module-mentor-tools-claim-mentee-footer, | ||
. | .growthexperiments-mentor-dashboard-module-mentee-overview h4, | ||
. | .growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools h4, | ||
.cdx- | .suggested-edits-task-explanation-wrapper .suggested-edits-short-description, | ||
.cdx- | .growthexperiments-homepage-mentorship-editcount, .growthexperiments-homepage-module-mentorship-optin-editcount, .growthexperiments-homepage-mentorship-lastactive, .growthexperiments-homepage-module-mentorship-optin-lastactive, | ||
. | .cdx-field:not(.cdx-field--disabled) .cdx-field__help-text, | ||
. | .cdx-label:not(.cdx-label--disabled) .cdx-label__label__optional-flag, .cdx-label:not(.cdx-label--disabled) .cdx-label__description, | ||
. | .cdx-tabs:not(.cdx-tabs--framed) > .cdx-tabs__header .cdx-tabs__list__item[aria-selected=false], | ||
. | .ve-ui-mwHelpListToolGroup-version-link, .ve-ui-mwHelpListToolGroup-version-date, | ||
. | .mw-ge-help-panel-home-button-preheader-text, | ||
.mw-body-content .recent-questions-growthexperiments-help-questions h3, .overlay-content .recent-questions-growthexperiments-help-questions h3, .content .recent-questions-growthexperiments-help-questions h3, .mw-body-content .recent-questions-growthexperiments-mentor-questions h3, .overlay-content .recent-questions-growthexperiments-mentor-questions h3, .content .recent-questions-growthexperiments-mentor-questions h3, | |||
.mw-body-content .recent-questions-growthexperiments-help-questions .question-posted-on, .overlay-content .recent-questions-growthexperiments-help-questions .question-posted-on, .content .recent-questions-growthexperiments-help-questions .question-posted-on, .mw-body-content .recent-questions-growthexperiments-mentor-questions .question-posted-on, .overlay-content .recent-questions-growthexperiments-mentor-questions .question-posted-on, .content .recent-questions-growthexperiments-mentor-questions .question-posted-on, | |||
. | .mwe-vue-pt-snippet, | ||
. | .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected, | ||
. | .mw-special-Listfiles .TablePager_col_img_user_text, .mw-special-Listfiles .TablePager_col_img_description { | ||
. | color: var(--ooui-text-color-dark); | ||
. | |||
. | |||
. | |||
color: var(--ooui-text-color- | |||
} | } | ||
. | .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted, | ||
.mw-special-Contribute .mw-contribute-card | .mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-single-column, | ||
.oo-ui-searchWidget-results, | |||
.footer-icons a:hover, | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending), | |||
.mw-special-Contribute .mw-contribute-card, | |||
.ext- | .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle, | ||
. | .wikiEditor-ui-toolbar .group .tool-select .options .option, | ||
. | .ext-templatewizard-templatetitlebar, | ||
.ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-add-remove-all, | |||
.mw-ge-help-panel-home-button, | |||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, select, | |||
. | span.fileinput-button, | ||
.ace_button, | |||
.ace_searchbtn, | |||
.oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget, | |||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, | |||
.oo-ui- | .growthexperiments-homepage-module, | ||
.oo-ui-buttonElement- | .oo-ui-searchWidget-query, | ||
.mw- | .mw-ge-startediting-dialog-difficulty-banner, | ||
. | .mw-ge-help-panel-popup .oo-ui-dialog, | ||
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending), | |||
.ace_editor.ace_autocomplete, | |||
.ext-growthExperiments-CPopper__popover, | |||
.oo-ui- | .mw-rcfilters-ui-tagItemWidget-popup-content, | ||
. | .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip, | ||
#ace_settingsmenu, #kbshortcutmenu, | |||
.growthexperiments-homepage-module-suggested-edits .growthexperiments-homepage-module-footer, | |||
.mw-twocolconflict-split-editable .mw-twocolconflict-split-editor, | |||
.mw-rcfilters-ui- | .cdx-message, | ||
. | .mw-message-box, | ||
.wikiEditor-ui-toolbar .booklet > .index, | |||
.ace_searchbtn.prev:after, | |||
.ace_searchbtn.next:after, | |||
.wikiEditor-ui-toolbar .group .tool-select .label, | |||
. | .mw-special-Contribute .mw-contribute-card-content, | ||
.wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited, | |||
.ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-parameter-list-inner .oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive .oo-ui-labelElement-label, .ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-parameter-list-inner .oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive .oo-ui-labelElement-label, | |||
.wikiEditor-ui-toolbar .page-table th, | |||
.mw-ge-help-panel-processdialog . | .wikiEditor-ui-toolbar .page-table td, | ||
#ca-nstab-mediawiki.a, | |||
.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label, | |||
.mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget, | |||
.ve- | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, | ||
.mw-widget-calendarWidget-day-heading, | |||
.mw-widget-calendarWidget-day, | |||
.mw-widget-calendarWidget-labelButton .oo-ui-buttonElement-button .oo-ui-labelElement-label, | |||
.oo-ui- | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button, | ||
.oo-ui-messageDialog-message, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active, | |||
.mw-rcfilters-ui-savedLinksListWidget-placeholder.oo-ui-optionWidget .oo-ui-labelElement-label, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor- | .oo-ui-tabOptionWidget, | ||
.mw-echo-ui-notificationItemWidget-content-message-header, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-no-results .se-card-title, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-error .se-card-title, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-end-of-queue .se-card-title, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-no-results .se-card-text, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-error .se-card-text, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-end-of-queue .se-card-text, | |||
p.mw-ge-homepage-taskTypeSelectionWidget-difficulty-level-desc, | |||
.suggested-edits-topic-filters-topic-selector h4, .suggested-edits-topic-filters-topic-selector p, | |||
. | .mw-ge-startediting-dialog-intro-general-title, .mw-ge-startediting-dialog-intro-general-header, | ||
.mw-ge-startediting-dialog-difficulty-header, | |||
.mw-ge-startediting-dialog-difficulty-legend-description-header, | |||
.mw-ge-help-panel-processdialog .oo-ui-window-head .oo-ui-processDialog-title, | |||
. | .mw-ge-help-panel-processdialog .mw-ge-help-panel-home-button h2, | ||
.mw-ge-help-panel-popup .oo-ui-dialog, | |||
.oo-ui-toolbar-bar, | |||
.ext-discussiontools-ui-targetWidget > .ve-init-target > .ve-ui-surface .ve-ui-completionWidget-header > .oo-ui-labelElement-label > span, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed), | |||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | |||
.mw-notification, | |||
.ace_search, | |||
.ace_search_field, | |||
#pagehistory li.selected, | |||
.oo-ui-popupWidget-popup, | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-title, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select, | |||
. | .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover, | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | |||
. | #pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after, | ||
.ui-widget-header, | |||
.ui-widget-content, | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-title.oo-ui-labelElement-label, | |||
#mw-scribunto-input, | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.search-types .current a, | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module .growthexperiments-mentor-dashboard-module-header, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle, | |||
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, | |||
.oo-ui-tagItemWidget.oo-ui-widget-disabled, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-time-estimate .suggested-edits-difficulty-level, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-time-estimate .suggested-edits-difficulty-level, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper .se-card-content .se-card-text, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-pager, | |||
.suggested-edits-mobile-peek-content .suggested-edits-header-text h4, .suggested-edits-panel-header .suggested-edits-header-text h4, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-main, .mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-main-multiple, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-footer-text, | |||
.suggested-edits-taskexplanation-difficulty-and-time p, .suggested-edits-taskexplanation-additional-info p, | |||
.growthexperiments-homepage-mentorship-intro, .growthexperiments-homepage-module-mentorship-optin-intro, | |||
.cdx-input-chip, | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-example-text, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark, | |||
.wikiEditor-ui-toolbar .page-characters div span, | |||
.cdx-toggle-button--framed:enabled, | |||
.cdx-info-chip--text, | |||
.mw-twocolconflict-single-column, .mw-twocolconflict-split-column { | |||
color: var(--ooui-text-color); | |||
} | } | ||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover, | |||
.wikiEditor-ui-toolbar .booklet > .index > .current, | |||
.wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group, | |||
.oo-ui-processDialog-errors-title, | |||
.mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label, | |||
.mw-echo-ui-notificationItemWidget-content-actions-timestamp, | |||
.growthexperiments-homepage-module .growthexperiments-homepage-module-header, .growthexperiments-homepage-module h2.growthexperiments-homepage-module-header, | |||
.mw-ge-startediting-dialog-progress-indicator-completed, | |||
.oo-ui-messageDialog-title, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected, | |||
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, | |||
span.fileinput-button:hover, | |||
.ace_optionsMenuEntry button:hover, | |||
.ace_button.checked, | |||
.ace_editor.ace_autocomplete .ace_line-hover, | |||
.ui-state-default:hover, | |||
.wikiEditor-ui-toolbar, | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | ||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle | .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle, | ||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .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, | |||
.mw- | .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | ||
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input, | |||
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, | |||
. | .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover, | ||
.editOptions, .mw-editform .editOptions, | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
.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-flaggedElement-primary.oo-ui-flaggedElement-progressive > .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, | ||
form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | |||
#wpDestFile, | |||
#wpUploadDescription, | |||
.mw- | .mw-widgets-datetime-dateTimeInputWidget-handle, | ||
.ui-widget input, | |||
.diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context, | |||
.mw-widget-dateInputWidget-handle, | |||
.ext-growthExperiments-NumberInput__input:enabled, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle:hover, | |||
.cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__content, .cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__text__description, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-medium, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-medium, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-hard, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-hard, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-easy, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-easy, | |||
.cdx-chip-input__input, | |||
.cdx-select:enabled, | |||
.cdx-select:enabled:hover, | |||
.cdx-text-input__input:enabled, | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted, | |||
.wikiEditor-ui-toolbar .page-characters div span:hover, | |||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | |||
.cdx-toggle-button--framed:enabled:hover, | |||
.cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive:hover, | |||
.cdx-toggle-button--framed.cdx-toggle-button--toggled-on:enabled { | |||
color: var(--ooui-text-color-light); | |||
} | } | ||
. | .wikiEditor-ui-toolbar .tabs span.tab a, | ||
.mw- | .mw-special-Contribute .mw-contribute-card-action, | ||
. | ul.fileupload-results li.ful-success a { | ||
color: var(--text-color-link); | |||
} | } | ||
.oo-ui- | .ext-WikiEditor-realtimepreview-button.oo-ui-toggleWidget-on .oo-ui-labelElement-label, | ||
.ext-growthExperiments-ScoreCards__link:visited, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage, .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage.oo-ui-optionWidget-highlighted { | |||
color: var(--color-progressive); | |||
} | } | ||
. | .cdx-button:enabled.cdx-button--weight-quiet.cdx-button--action-destructive, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet.cdx-button--action-destructive { | ||
color: var(--text-color-link-new); | |||
} | } | ||
.oo-ui- | /* border-radius */ | ||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded, | |||
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button, | |||
.mw-widgets-datetime-dateTimeInputWidget-handle, | |||
.cdx-input-chip { | |||
border-radius: var(--border-radius-low); | |||
} | } | ||
.oo-ui- | .oo-ui-tagItemWidget, | ||
.cdx- | .cdx-info-chip { | ||
border- | border-radius: var(--border-radius-medium); | ||
} | } | ||
.mw- | .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | ||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | |||
border-radius: var(--border-radius-high) var(--border-radius-high) 0 0; | |||
} | } | ||
. | /* Остальное */ | ||
.mw-twocolconflict-single-column .mw-twocolconflict-split-collapsed .mw-twocolconflict-split-fade, .mw-twocolconflict-split-column .mw-twocolconflict-split-collapsed .mw-twocolconflict-split-fade { | |||
background: var(-- | background-image: linear-gradient(rgba(255, 255, 255, 0), var(--ooui-bg-color-light)); | ||
} | } | ||
. | .mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark { | ||
mix-blend-mode: unset; | |||
} | } | ||
. | .ve-ce-branchNode-blockSlug, html body p.ve-ce-branchNode-newSlug { | ||
outline-color: var(--border-color-hr); | |||
} | } | ||
.mw- | .oo-ui-toolbar, .ve-init-mw-editSwitch .oo-ui-toolbar-bar, .ve-init-mw-editSwitch .oo-ui-popupToolGroup, .ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle { | ||
height: 100%; | |||
} | } | ||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools .oo-ui-dropdownWidget { | |||
display: inline-block; | |||
padding-top: 0; | |||
} | } | ||
.client-js .mw-changeslist ul, .client-js .mw-changeslist table.mw-enhanced-rc { | |||
margin-left: 6px; | |||
} | } | ||
. | .ace_optionsMenuEntry input, .ace_optionsMenuEntry button { | ||
margin: 0.35em 0.2em 0.25em 0; | |||
} | } | ||
/ | #footer-poweredbyico a { | ||
/ | background-image: url(https://commons.wiki.gg/images/1/1c/MediaWiki_footer_badge_dark.svg?12ec0a); | ||
/ | background-position: 50% 50%; | ||
background-size: 88px 31px; | |||
background- | background-repeat: no-repeat; | ||
} | } | ||
. | body:not(.wgl-theme-light) #footer-poweredbyico a img { | ||
visibility: hidden; | |||
} | } | ||
. | .ace_search { | ||
padding: 6px 4px 2px 4px; | |||
} | } | ||
. | .ace_search_field { | ||
margin: 0 2px 0 0 !important; | |||
} | } | ||
. | .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | ||
text- | .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle { | ||
text-shadow: none; | |||
} | } | ||
. | .mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget { | ||
padding: 0.6em; | |||
} | } | ||
. | .mw-changeslist-legend { | ||
max-width: 300px; | |||
} | } | ||
. | .mw-changeslist-legend, | ||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head > .oo-ui-iconWidget { | |||
display: none; | |||
} | } | ||
. | .mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget > .mw-changeslist-legend { | ||
display: block; | |||
} | } | ||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-title, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc { | |||
cursor: pointer; | |||
} | } | ||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] { | |||
margin: 0 | margin: 0; | ||
} | } | ||
.oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.mw-prefs-fieldset-wrapper { | |||
padding: 1em; | |||
} | } | ||
.oo-ui-pendingElement-pending { | |||
--background-color-interactive: var(--ooui-bg-color); | |||
--background-color-base: var(--ooui-border-color-light); | |||
} | } | ||
span. | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, | ||
.cdx-radio__input:enabled:checked+.cdx-radio__icon { | |||
border-width: 2px; | |||
} | } | ||
. | .mw-prefs-search-highlight { | ||
background: transparent !important; | |||
outline: 2px solid var(--bg-color-emerald-50) !important; | |||
border-radius: 0 !important; | |||
} | } | ||
. | .wikiEditor-ui-text textarea#wpTextbox1 { | ||
border: none; | |||
background: var(--theme-bg-color-base); | |||
} | } | ||
. | .ace_search_form.ace_nomatch { | ||
outline: 1px solid #922626 | |||
} | } | ||
. | .wikiEditor-ui-toolbar .section-secondary .group.empty { | ||
display: none; | |||
} | } | ||
. | .mw-collapsibleFieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { | ||
top: 2px; | |||
} | } | ||
# | #pagehistory li.selected { | ||
outline: none; | |||
} | } | ||
#mw-subcategories, #mw-pages, #mw-category-media, #filehistory, #wikiPreview, #wikiDiff { | |||
clear: both; | |||
} | } | ||
.mw- | .mw-tag-markers { | ||
font-style: italic; | |||
font-size: 90% | |||
} | } | ||
/* #endregion */ | |||
. | /* ============ */ | ||
border: | /* #region Неотсортированные */ | ||
/* ============ */ | |||
form.createbox:invalid .cdx-button { | |||
background-color: var(--theme-bg-color-200) !important; | |||
color: var(--theme-text-color) !important; | |||
border-color: var(--theme-bg-color-200) !important; | |||
} | } | ||
. | .noExternal>.external { | ||
padding-right: 0px !important; | |||
background-image: none !important; | |||
} | } | ||
.mw- | .mw-mmv-image>*, .fullImageLink>*>* { | ||
image-rendering: auto !important; | |||
} | } | ||
.mw- | .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: | background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat right; | ||
padding-right: 18px | |||
} | } | ||
. | .nounderlines a,.IPA a:link,.IPA a:visited { | ||
text-decoration: none !important | |||
} | } | ||
. | .nowrap,.nowraplinks a { | ||
white-space: nowrap | |||
} | } | ||
. | .wrap,.wraplinks a { | ||
white-space: normal | |||
} | } | ||
. | .thumbinner { | ||
min-width: 100px; | |||
border-color: var(--ooui-border-color); | |||
} | } | ||
. | .thumbinner .thumbimage, .thumbborder { | ||
border: solid 1px var(--ooui-border-color); | |||
} | } | ||
. | ul.permissions-errors>li { | ||
list-style: none none | |||
} | } | ||
. | ul.permissions-errors { | ||
margin: 0 | margin: 0 | ||
} | } | ||
. | span.texhtml { | ||
font- | font-family: "Nimbus Roman No9 L","Times New Roman",Times,serif; | ||
font-size: 118%; | |||
line-height: 1; | |||
white-space: nowrap; | |||
-moz-font-feature-settings: "lnum","tnum","kern" 0; | |||
-webkit-font-feature-settings: "lnum","tnum","kern" 0; | |||
font-feature-settings: "lnum","tnum","kern" 0; | |||
font-variant-numeric: lining-nums tabular-nums; | |||
font-kerning: none | |||
} | } | ||
. | span.texhtml span.texhtml { | ||
font-size: 100% | |||
} | } | ||
. | span.mwe-math-mathml-inline { | ||
font-size: 118% | |||
} | } | ||
. | .mwe-math-fallback-image-display,.mwe-math-mathml-display { | ||
margin-left: 1.6em !important; | |||
margin-top: 0.6em; | |||
margin-bottom: 0.6em | |||
} | } | ||
. | .mwe-math-mathml-display math { | ||
display: inline | |||
} | } | ||
. | .k-player .k-attribution { | ||
visibility: hidden | |||
} | } | ||
. | .PopUpMediaTransform a .play-btn-large { | ||
margin: 0; | |||
top: auto; | |||
right: auto; | |||
bottom: 0; | |||
left: 0 | |||
} | } | ||
. | .flaggedrevs_draft_synced,.flaggedrevs_stable_synced,#t-upload,.mw-special-Book #coll-downloadbox { | ||
display: none | |||
display: | |||
} | } | ||
#site-tools { | |||
display: none !important | |||
} | } | ||
. | span.comment { | ||
overflow-wrap: break-word | |||
} | } | ||
. | .mw-content-ltr .tocnumber { | ||
color: | color: grey | ||
} | } | ||
. | .quickbox { | ||
border: 1px solid var(--ooui-border-color); | |||
} | } | ||
. | .quickboxhead { | ||
border-bottom: 1px solid var(--ooui-border-color); | |||
background: var(--theme-bg-color-base); | |||
text-align: center | |||
} | } | ||
.mw- | .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title { | ||
color: var(--ooui-bg-color); | |||
} | } | ||
.mw-rcfilters-ui-changesListWrapperWidget:not(.mw-rcfilters-ui-changesListWrapperWidget-highlighted) .mw-changeslist-watchedseen div.mw-rcfilters-ui-highlights-color-none { | |||
background: var(--ooui- | background: var(--ooui-border-color-light); | ||
border: 1px solid var(--color-contrast); | |||
} | } | ||
.oo-ui- | .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | ||
border-color: var(--ooui-bg-color-light); | |||
} | } | ||
.oo-ui- | .oo-ui-processDialog-content > .oo-ui-window-head, .oo-ui-processDialog-content > .oo-ui-window-foot { | ||
outline-color: var(--ooui-border-color); | |||
} | } | ||
.oo-ui- | .mw-templateData-template-add-map-button-panel.oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.oo-ui-panelLayout-expanded.tdg-templateDataDialog-addNewMapButtonPanel { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
} | } | ||
.oo-ui- | .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | ||
outline: 1px solid var(--ooui-border-color); | |||
} | } | ||
. | .mw-rcfilters-ui-itemMenuOptionWidget .mw-rcfilters-ui-table { | ||
font-size: 0.9em; | |||
} | } | ||
.ui-widget- | .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-widget.oo-ui-textInputWidget > .oo-ui-inputWidget-input, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-widget .oo-ui-dropdownWidget-handle, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-widget .oo-ui-tagMultiselectWidget-handle { | ||
margin: 0; | |||
} | } | ||
.ui- | .oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top.oo-ui-actionFieldLayout { | ||
margin: 0.5em 0; | |||
} | } | ||
.ui-widget- | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
font-weight: bold; | |||
} | } | ||
. | .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button { | ||
. | display: flex; | ||
align-items: center; | |||
} | } | ||
. | .group.group-search { | ||
border: none; | |||
border | |||
} | } | ||
. | .editOptions, .mw-editform .editOptions { | ||
border- | border-top: none; | ||
} | } | ||
. | .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(-- | background: var(--ooui-border-color); | ||
} | } | ||
. | .mw-rcfilters-ui-filterMenuHeaderWidget-header-highlight { | ||
padding-right: 0.3em; | |||
padding-left: 0.3em; | |||
} | } | ||
. | .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { | ||
padding: 0; | |||
} | } | ||
. | .mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { | ||
border-color: var(-- | border-color: var(--ooui-border-color); | ||
display: flex; | |||
align-items: center; | |||
padding: 0; | |||
gap: 2px; | |||
} | } | ||
. | @media screen { | ||
.mw-body-content .recipeimg a > img { | |||
padding: 0; | |||
margin: 0; | |||
border: 0; | |||
width: 32px !important; | |||
max-width: 32px !important; | |||
height: 32px !important; | |||
max-height: 32px !important | |||
} | |||
} | } | ||
. | .positive { | ||
color: #00FF00; | |||
font-weight: bold | |||
} | } | ||
. | .negative { | ||
color: #FF0000; | |||
font-weight: bold | |||
} | } | ||
. | .anglerect { | ||
--angle-rect-clip-size: 16px; | |||
clip-path: polygon(0 0,calc(100% - var(--angle-rect-clip-size)) 0,100% var(--angle-rect-clip-size),100% 100%,var(--angle-rect-clip-size) 100%,0 calc(100% - var(--angle-rect-clip-size))) | |||
} | } | ||
. | .flex { | ||
display: flex | |||
} | } | ||
. | .mw-body dd { | ||
margin: 0.2em; | |||
margin-left: 1.6em | |||
} | } | ||
. | ol.references li:target,sup.reference:target { | ||
background: var(--ooui-bg-color-light); | |||
padding: 0px 1px 3px 1px; | |||
} | } | ||
. | .oo-ui-messageDialog-content > .oo-ui-window-foot { | ||
outline-color: var(--ooui-border-color); | |||
} | } | ||
. | .oo-ui-textInputWidget.oo-ui-widget-enabled:hover { | ||
z-index: 1; | |||
} | } | ||
. | .oo-ui-comboBoxInputWidget-field { | ||
display: flex; | display: flex; | ||
align-items: center; | |||
} | } | ||
. | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | ||
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after { | |||
margin: 0; | |||
} | } | ||
. | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus { | ||
box-shadow: inset var(--box-shadow-medium); | |||
} | } | ||
. | .ui-widget-overlay { | ||
background: #000000; | |||
} | } | ||
. | .ui-widget-header { | ||
border: none !important; | |||
} | } | ||
. | .ui-widget-content { | ||
border: 1px solid var(--ooui-border-color) !important; | |||
} | } | ||
. | .wikiEditor-toolbar-dialog .ui-dialog-buttonpane, | ||
.wikiEditor-toolbar-dialog .ui-dialog-content { | |||
border: none !important; | |||
} | } | ||
.diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context { | |||
background: var(--theme-bg-color-base); | |||
border-color: var(--theme-bg-color-base); | |||
border: | |||
} | } | ||
.diff-addedline .diffchange, .diff-deletedline .diffchange { | |||
border-radius: var(--border-radius-low); | |||
padding: 0.2em 0; | |||
} | } | ||
.diff-deletedline .diffchange { | |||
background: var(--bg-color-yellow-subtle); | |||
background: var(--bg-color- | |||
} | } | ||
.diff-addedline .diffchange { | |||
background: var(--bg-color-azure-subtle); | |||
} | } | ||
.diff-deletedline { | |||
border-color: var(--bg-color-yellow-150) !important; | |||
} | } | ||
.diff-addedline { | |||
border-color: var(--bg-color-blue-150) !important; | |||
border: | |||
} | } | ||
.codeEditor-status { | |||
clear: both; | |||
width: 100%; | |||
background: var(--theme-bg-color-100); | |||
border-top: 1px solid var(--ooui-border-color-light); | |||
display: table | |||
background: var(--bg-color | |||
border- | |||
} | } | ||
.codeEditor-status-message { | |||
border-left: 1px solid var(--ooui-border-color-light); | |||
border- | border-right: 1px solid var(--ooui-border-color-light); | ||
padding: 0 0.3em; | |||
width: 100%; | |||
display: table-cell | |||
} | } | ||
.overflowed { | |||
margin: 0; | |||
} | } | ||
.scroll-left.overflowed .content-table-left, | |||
.scroll-right.overflowed .content-table-right { | |||
border: 1px | border-left: solid 1px rgba(var(--color-lighter--rgb), 0.4); | ||
z-index: 9999; | |||
} | } | ||
.scroll-left.overflowed .content-table-left { | |||
box-shadow: 1px 0px 2px 2px rgba(0, 0, 0, 0.2); | |||
} | } | ||
.scroll-right.overflowed .content-table-right { | |||
box-shadow: -1px 0px 2px 2px rgba(0, 0, 0, 0.2); | |||
box-shadow: | |||
} | } | ||
.style-for-sub-numbered-lists ol { | |||
counter-reset: item | |||
} | } | ||
.style-for-sub-numbered-lists li { | |||
display: block | |||
} | } | ||
.style-for-sub-numbered-lists li:before { | |||
content: counters(item,".") ". "; | |||
counter-increment: item | |||
} | } | ||
.section { | |||
display: flex; | |||
flex-wrap: wrap | |||
} | } | ||
.section .col { | |||
flex: 1 1 auto | |||
} | } | ||
.section .line-break { | |||
flex-basis: 100%; | |||
width: 0px; | |||
height: 0px; | |||
overflow: hidden | |||
} | } | ||
.mw-rcfilters-ui-filterMenuHeaderWidget-title.oo-ui-labelElement-label { | |||
font-weight: bold; | |||
} | } | ||
.mw-datatable th { | |||
background: var(--theme-bg-color-100) | |||
} | } | ||
.pretoclip-copy-button { | |||
float: right | |||
} | } | ||
.mw-scribunto-message { | |||
color: var(--se-cm--xml-tag-color); | |||
} | } | ||
/*Цвета таблиц для разных отделов*/ | |||
# | /* COM */ | ||
border | #COM.wikitable { | ||
border: 1px solid var(--bg-color-blue-100); | |||
} | } | ||
# | #COM.wikitable th { | ||
background: var(--bg-color- | background: var(--bg-color-blue-100); | ||
} | } | ||
#COM.wikitable thead tr th, | |||
#COM.wikitable:not(:has(thead)) tr:first-of-type th { | |||
# | |||
# | |||
position: relative; | position: relative; | ||
background: var(--bg-color- | background: var(--bg-color-blue-50); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
# | #COM.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
# | #COM.wikitable thead + tbody > tr th:first-child { | ||
border-left: 3px solid var(--color-darkened-border); | border-left: 3px solid var(--color-darkened-border); | ||
} | } | ||
# | /* MED */ | ||
background: var(--bg-color- | #MED.wikitable { | ||
} | border: 1px solid var(--bg-color-sky-blue-100); | ||
} | |||
/* | |||
# | #MED.wikitable th { | ||
border: 1px solid var(--bg-color- | background: var(--bg-color-sky-blue-100); | ||
} | } | ||
# | #MED.wikitable thead tr th, | ||
background: var(--bg-color- | #MED.wikitable:not(:has(thead)) tr:first-of-type th { | ||
} | position: relative; | ||
background: var(--bg-color-sky-blue-50); | |||
# | border-bottom: 3px solid var(--color-darkened-border); | ||
# | box-shadow: var(--box-shadow-medium); | ||
position: relative; | } | ||
background: var(--bg-color- | |||
border-bottom: 3px solid var(--color-darkened-border); | #MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
box-shadow: | #MED.wikitable thead + tbody > tr th:first-child { | ||
} | border-left: 3px solid var(--color-darkened-border); | ||
} | |||
# | |||
# | /* SRV */ | ||
border-left: 3px solid var(--color-darkened-border); | #SRV.wikitable { | ||
} | border: 1px solid var(--bg-color-green-100); | ||
} | |||
# | |||
background: var(--bg-color- | #SRV.wikitable th { | ||
} | background: var(--bg-color-green-100); | ||
} | |||
/* | |||
# | #SRV.wikitable thead tr th, | ||
border: 1px solid var(--bg-color- | #SRV.wikitable:not(:has(thead)) tr:first-of-type th { | ||
} | position: relative; | ||
background: var(--bg-color-green-50); | |||
# | border-bottom: 3px solid var(--color-darkened-border); | ||
background: var(--bg-color- | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
# | #SRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
# | #SRV.wikitable thead + tbody > tr th:first-child { | ||
position: relative; | border-left: 3px solid var(--color-darkened-border); | ||
background: var(--bg-color- | } | ||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: | /* ENG */ | ||
} | #ENG.wikitable { | ||
border: 1px solid var(--bg-color-yellow-100); | |||
# | } | ||
# | |||
border-left: 3px solid var(--color-darkened-border); | #ENG.wikitable th { | ||
} | background: var(--bg-color-yellow-100); | ||
} | |||
#BOTANY.wikitable tr | |||
background: var(--bg-color-emerald- | #ENG.wikitable thead tr th, | ||
} | #ENG.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | |||
/* MUTATION */ | background: var(--bg-color-yellow-50); | ||
#MUTATION.wikitable { | border-bottom: 3px solid var(--color-darkened-border); | ||
border: 1px solid var(--bg-color-violet- | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
#MUTATION.wikitable th { | #ENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
background: var(--bg-color-violet- | #ENG.wikitable thead + tbody > tr th:first-child { | ||
border-left: 3px solid var(--color-darkened-border); | |||
} | |||
/* RND */ | |||
#RND.wikitable { | |||
border: 1px solid var(--bg-color-purple-100); | |||
} | |||
#RND.wikitable th { | |||
background: var(--bg-color-purple-100); | |||
} | |||
#RND.wikitable thead tr th, | |||
#RND.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--bg-color-purple-50); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | |||
#RND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | |||
#RND.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | |||
/* SUP */ | |||
#SUP.wikitable { | |||
border: 1px solid var(--bg-color-brown-100); | |||
} | |||
#SUP.wikitable th { | |||
background: var(--bg-color-brown-100); | |||
} | |||
#SUP.wikitable thead tr th, | |||
#SUP.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--bg-color-brown-50); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | |||
#SUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | |||
#SUP.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | |||
/* SEC */ | |||
#SEC.wikitable { | |||
border: 1px solid var(--bg-color-red-100); | |||
} | |||
#SEC.wikitable th { | |||
background: var(--bg-color-red-100); | |||
} | |||
#SEC.wikitable thead tr th, | |||
#SEC.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--bg-color-red-50); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | |||
#SEC.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | |||
#SEC.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | |||
/* BOTANY */ | |||
#BOTANY.wikitable { | |||
border: 1px solid var(--bg-color-emerald-100); | |||
} | |||
#BOTANY.wikitable th { | |||
background: var(--bg-color-emerald-100); | |||
} | |||
#BOTANY.wikitable thead tr th, | |||
#BOTANY.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--bg-color-emerald-50); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | |||
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | |||
#BOTANY.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | |||
/* MUTATION */ | |||
#MUTATION.wikitable { | |||
border: 1px solid var(--bg-color-violet-100); | |||
} | |||
#MUTATION.wikitable th { | |||
background: var(--bg-color-violet-100); | |||
} | } | ||
| Строка 5744: | Строка 5729: | ||
#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: var(--bg-color-violet- | background: var(--bg-color-violet-50); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
| Строка 5752: | Строка 5737: | ||
#MUTATION.wikitable thead + tbody > tr th:first-child { | #MUTATION.wikitable thead + tbody > tr th:first-child { | ||
border-left: 3px solid var(--color-darkened-border); | border-left: 3px solid var(--color-darkened-border); | ||
} | } | ||
| Строка 5765: | Строка 5746: | ||
background: var(--theme-bg-color-300); | background: var(--theme-bg-color-300); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
| Строка 5782: | Строка 5763: | ||
background: var(--theme-bg-color-300); | background: var(--theme-bg-color-300); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
| Строка 5793: | Строка 5774: | ||
/* Холодный цвет ячеек */ | /* Холодный цвет ячеек */ | ||
#highlighted-header-cold.wikitable { | #highlighted-header-cold.wikitable { | ||
border: 1px solid var(--bg-color-azure- | border: 1px solid var(--bg-color-azure-100); | ||
} | } | ||
#highlighted-header-cold.wikitable th { | #highlighted-header-cold.wikitable th { | ||
background: var(--bg-color-azure- | background: var(--bg-color-azure-100); | ||
} | } | ||
| Строка 5803: | Строка 5784: | ||
#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: var(--bg-color-azure- | background: var(--bg-color-azure-50); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
| Строка 5811: | Строка 5792: | ||
#highlighted-header-cold.wikitable thead + tbody > tr th:first-child { | #highlighted-header-cold.wikitable thead + tbody > tr th:first-child { | ||
border-left: 3px solid var(--color-darkened-border); | border-left: 3px solid var(--color-darkened-border); | ||
} | } | ||
| Строка 5823: | Строка 5800: | ||
background: var(--theme-bg-color-300); | background: var(--theme-bg-color-300); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
| Строка 5832: | Строка 5809: | ||
} | } | ||
/* Палитра для Морпехов | /* Палитра для Фоллаута */ | ||
#highlighted-header-Fallout.wikitable thead tr th, | |||
#highlighted-header-Fallout.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--theme-bg-color-300); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | |||
#highlighted-header-Fallout.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | |||
#highlighted-header-Fallout.wikitable thead + tbody > tr th { | |||
background: var(--bg-color-orange-subtle); | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | |||
/* Палитра для Морпехов */ | |||
#highlighted-header-CM.wikitable thead tr th, | #highlighted-header-CM.wikitable thead tr th, | ||
#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: | background: var(--theme-bg-color-300); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
| Строка 5843: | Строка 5835: | ||
#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: | background: var(--bg-color-pastel-turquoise-50); | ||
border-left: 3px solid var(--color-darkened-border); | border-left: 3px solid var(--color-darkened-border); | ||
} | } | ||
| Строка 6056: | Строка 6048: | ||
.client-js *.noscript { | .client-js *.noscript { | ||
display: none; | display: none; | ||
} | |||
@media (prefers-reduced-motion: no-preference) { | |||
html { | |||
scroll-behavior: smooth; /* Ignore unknown property warning */ | |||
} | |||
} | } | ||