MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| (не показано 16 промежуточных версий этого же участника) | |||
| Строка 380: | Строка 380: | ||
--text-color-dark-salmon: darksalmon; | --text-color-dark-salmon: darksalmon; | ||
--text-color-green: #269335; | --text-color-green: #269335; | ||
--text-color-lime: # | --text-color-lime: #57cd62; | ||
--text-color-turquoise: #189d80; | --text-color-turquoise: #189d80; | ||
--text-color-yellow: #dbdb11; | --text-color-yellow: #dbdb11; | ||
| Строка 389: | Строка 389: | ||
--text-color-pink: #cd6dca; | --text-color-pink: #cd6dca; | ||
--text-color-blue: #1c86ed; | --text-color-blue: #1c86ed; | ||
--text-color-sky-blue: # | --text-color-sky-blue: #4981d5; | ||
--text-color-aquamarine: # | --text-color-aquamarine: #68ced3; | ||
--text-color-violet: #946ce3; | --text-color-violet: #946ce3; | ||
--text-color-silver: #a9a9a9; | --text-color-silver: #a9a9a9; | ||
| Строка 856: | Строка 856: | ||
} | } | ||
a.new, .new a { | a.new, .new a, | ||
.cdx-link.is-red-link, .cdx-link.is-red-link:hover { | |||
color: var(--text-color-link-new); | color: var(--text-color-link-new); | ||
} | } | ||
a.new:hover, .new a:hover { | a.new:hover, .new a:hover, | ||
.cdx-link.is-red-link:visited, .cdx-link.is-red-link:visited:hover { | |||
color: var(--text-color-link-new--visited); | color: var(--text-color-link-new--visited); | ||
} | } | ||
| Строка 868: | Строка 870: | ||
} | } | ||
.mw-parser-output a.external, .mw-parser-output a.extiw { | .mw-parser-output a.external, .mw-parser-output a.extiw, | ||
.cdx-link, .cdx-link:hover { | |||
color: var(--text-color-link-external) | color: var(--text-color-link-external) | ||
} | } | ||
.mw-parser-output a.external:visited, .mw-parser-output a.extiw:visited { | .mw-parser-output a.external:visited, .mw-parser-output a.extiw:visited, | ||
.cdx-link:visited, .cdx-link:visited:hover { | |||
color: var(--text-color-link-external--visited); | color: var(--text-color-link-external--visited); | ||
} | } | ||
| Строка 1032: | Строка 1036: | ||
/*=== Шаблон:Сущность ===*/ | /*=== Шаблон:Сущность ===*/ | ||
.ts-Сущность { | .ts-Сущность { | ||
display: | display: grid; | ||
gap: 6px; | |||
grid-template-columns: 1fr auto; | |||
justify-content: space-between; | justify-content: space-between; | ||
align-items: | align-items: start; | ||
margin: 0.5em 0; | |||
} | } | ||
| Строка 1045: | Строка 1050: | ||
.ts-Сущность-field a { | .ts-Сущность-field a { | ||
color: var(--theme-text-color-dark); | color: var(--theme-text-color-dark); | ||
} | |||
@media screen and (max-width: 650px) { | |||
.ts-Сущность { | |||
grid-template-columns: 1fr; | |||
} | |||
} | |||
/*=== Шаблон:Сущность ===*/ | |||
.ts-Cut-layout { | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: center; | |||
gap: 8px; | |||
padding: 10px 18px; | |||
box-shadow: var(--box-shadow-high); | |||
background-color: var(--bg-color); /* --bg-color из стилей шаблона; по умолчанию: var(--theme-bg-color-200) */ | |||
border-radius: var(--border-radius-low); | |||
height: inherit; | |||
box-sizing: border-box; | |||
--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))); | |||
} | |||
.ts-Cut-layout__header { | |||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
gap: 8px; | |||
} | |||
.ts-Cut-layout__header-arrow { | |||
display: grid; | |||
grid-template-columns: 1fr auto 1fr; | |||
text-align: center; | |||
} | |||
.ts-Cut-layout__body { | |||
flex-grow: 100; | |||
padding: 8px; | |||
position: relative; | |||
font-size: var(--font-size-s); | |||
overflow: auto; | |||
margin: 0 6px; | |||
background: rgba(0, 0, 0, var(--alpha-s)); | |||
border-radius: var(--border-radius-low); | |||
} | } | ||
| Строка 1937: | Строка 1989: | ||
/* #region Классы */ | /* #region Классы */ | ||
/* ============ */ | /* ============ */ | ||
/* Складной списки с кнопкой в ширину всего блока */ | |||
.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 { | |||
--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 { | |||
transform: rotate(-90deg); | |||
} | |||
.mw-collapsible:has(.collapsible-toggle-arrow) > .mw-collapsible-toggle *, | |||
.mw-collapsible:has(.collapsible-toggle-arrow) > .mw-collapsible-toggle::after, | |||
.mw-collapsible:has(.collapsible-toggle-arrow) > .mw-collapsible-toggle::before { | |||
display: none; | |||
} | |||
/* Ссылка на весь контейнер кнопки */ | /* Ссылка на весь контейнер кнопки */ | ||
| Строка 2133: | Строка 2225: | ||
margin-bottom: 0 | margin-bottom: 0 | ||
} | } | ||
@media (max-width: 800px) { | @media (max-width: 800px) { | ||
| Строка 2144: | Строка 2238: | ||
gap: 8px; | gap: 8px; | ||
grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 30vw, 300px), 1fr)); | grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 30vw, 300px), 1fr)); | ||
} | |||
.grid-big-item-adaptive { | |||
display: grid; | |||
gap: 10px; | |||
grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 30vw, 400px), 1fr)); | |||
} | } | ||
| Строка 3088: | Строка 3188: | ||
clear: right; | clear: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
width: 400px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
position: relative; | position: relative; | ||
| Строка 3101: | Строка 3200: | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
.druid-container { | table.druid-container { | ||
float: none; | float: none; | ||
margin: 0.5rem auto; | margin: 0.5rem auto; | ||
| Строка 3270: | Строка 3369: | ||
width: 40%; | width: 40%; | ||
text-align: left; | text-align: left; | ||
} | |||
.druid-container td { | |||
max-width: 0; | |||
} | } | ||
| Строка 3566: | Строка 3669: | ||
background-size: cover; | background-size: cover; | ||
margin: 0; | margin: 0; | ||
} | |||
#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); | |||
} | } | ||
| Строка 3728: | Строка 3835: | ||
.mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | .mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | ||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip, | .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 { | .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 { | |||
background: var(--ooui-bg-color); | background: var(--ooui-bg-color); | ||
} | } | ||
| Строка 3763: | Строка 3872: | ||
.oo-ui-tagItemWidget.oo-ui-widget-disabled, | .oo-ui-tagItemWidget.oo-ui-widget-disabled, | ||
.cdx-input-chip, | .cdx-input-chip, | ||
.ve-init-mw-progressBarWidget { | .ve-init-mw-progressBarWidget, | ||
.mwe-vue-pt-showing-filter-chip { | |||
background: var(--ooui-bg-color-dark); | background: var(--ooui-bg-color-dark); | ||
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | ||
.cdx-checkbox__icon { | .cdx-checkbox__icon, | ||
.cdx-radio__icon { | |||
background-color: var(--ooui-bg-color-dark); | background-color: var(--ooui-bg-color-dark); | ||
} | } | ||
| Строка 3793: | Строка 3904: | ||
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-content, | .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-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame, | ||
.oo-ui-toggleSwitchWidget { | .oo-ui-toggleSwitchWidget, | ||
#mwe-vue-pt-control-dropdown { | |||
background-color: var(--ooui-bg-color-darkened); | background-color: var(--ooui-bg-color-darkened); | ||
} | } | ||
| Строка 3815: | Строка 3927: | ||
.cdx-input-chip:not(.cdx-input-chip--disabled):hover, | .cdx-input-chip:not(.cdx-input-chip--disabled):hover, | ||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | .cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | ||
.wikiEditor-ui-toolbar .page-characters div span: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); | background: var(--ooui-bg-color-light); | ||
} | } | ||
| Строка 3867: | Строка 3983: | ||
} | } | ||
ul.fileupload-results li.ful-success { | ul.fileupload-results li.ful-success, | ||
#mwe-vue-pt-stats-navigation { | |||
background: var(--bg-color-message); | background: var(--bg-color-message); | ||
} | } | ||
| Строка 3934: | Строка 4051: | ||
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | ||
.mw-ui-button.mw-ui-destructive:not(:disabled), | .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 { | .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 { | |||
background: var(--bg-color-error); | background: var(--bg-color-error); | ||
} | |||
.mwe-vue-pt-problem-chip { | |||
background: var(--bg-color-error-subtle); | |||
} | } | ||
| Строка 3993: | Строка 4115: | ||
.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-quick-start-tips-content .growthexperiments-quickstart-tips-tip-example, | ||
.mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | .mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | ||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip { | .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip, | ||
.mwe-vue-pt-article-row { | |||
border-color: var(--ooui-border-color); | border-color: var(--ooui-border-color); | ||
} | } | ||
| Строка 4071: | Строка 4194: | ||
.wikiEditor-ui-toolbar .page-characters div span, | .wikiEditor-ui-toolbar .page-characters div span, | ||
.wikiEditor-ui-toolbar .page-characters div span:hover, | .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-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 { | |||
border-color: var(--ooui-border-color-light); | border-color: var(--ooui-border-color-light); | ||
} | } | ||
| Строка 4110: | Строка 4237: | ||
.cdx-message--success, | .cdx-message--success, | ||
.mw-twocolconflict-single-column.mw-twocolconflict-split-add, .mw-twocolconflict-split-column.mw-twocolconflict-split-add, | .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 { | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success, | ||
#mwe-vue-pt-stats-navigation { | |||
border-color: var(--border-color-message); | border-color: var(--border-color-message); | ||
} | } | ||
| Строка 4139: | Строка 4267: | ||
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | ||
.mw-ui-button.mw-ui-destructive:not(:disabled), | .mw-ui-button.mw-ui-destructive:not(:disabled), | ||
.mw-ui-button.mw-ui-destructive:not(:disabled):hover { | .mw-ui-button.mw-ui-destructive:not(:disabled):hover, | ||
.mwe-vue-pt-problem-chip { | |||
border-color: var(--border-color-error); | border-color: var(--border-color-error); | ||
} | } | ||
| Строка 4227: | Строка 4356: | ||
.ext-growthExperiments-NumberInput__input:enabled: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, | .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 { | .ve-init-mw-progressBarWidget, | ||
.cdx-radio__input:enabled:checked+.cdx-radio__icon { | |||
border-color: var(--color-contrast); | border-color: var(--color-contrast); | ||
} | } | ||
| Строка 4257: | Строка 4387: | ||
.ve-ce-linkAnnotation.ve-ce-annotation-active, | .ve-ce-linkAnnotation.ve-ce-annotation-active, | ||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link, | .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-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); | background: var(--color-contrast-dark); | ||
} | } | ||
| Строка 4265: | Строка 4396: | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, | ||
form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | ||
.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-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); | border-color: var(--color-contrast-dark); | ||
} | } | ||
| Строка 4309: | Строка 4441: | ||
.ace_optionsMenuEntry button[ace_selected_button=true] { | .ace_optionsMenuEntry button[ace_selected_button=true] { | ||
box-shadow: var(--box-shadow-inset-high); | box-shadow: var(--box-shadow-inset-high); | ||
} | |||
.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; | |||
} | } | ||
| Строка 4362: | Строка 4499: | ||
.mw-ge-help-panel-home-button-preheader-text, | .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 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 { | .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 { | |||
color: var(--ooui-text-color-dark); | color: var(--ooui-text-color-dark); | ||
} | } | ||
| Строка 4468: | Строка 4606: | ||
.cdx-input-chip, | .cdx-input-chip, | ||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled, | .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-example-text, | ||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark, | .mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark, | ||
.wikiEditor-ui-toolbar .page-characters div span { | .wikiEditor-ui-toolbar .page-characters div span, | ||
.cdx-toggle-button--framed:enabled, | |||
.cdx-info-chip--text { | |||
color: var(--ooui-text-color); | color: var(--ooui-text-color); | ||
} | } | ||
| Строка 4529: | Строка 4668: | ||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link, | .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, | .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted, | ||
.wikiEditor-ui-toolbar .page-characters div span:hover { | .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); | color: var(--ooui-text-color-light); | ||
} | } | ||
| Строка 4543: | Строка 4686: | ||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage, .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage.oo-ui-optionWidget-highlighted { | .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); | 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); | |||
} | } | ||
| Строка 4553: | Строка 4700: | ||
} | } | ||
.oo-ui-tagItemWidget { | .oo-ui-tagItemWidget, | ||
.cdx-info-chip { | |||
border-radius: var(--border-radius-medium); | border-radius: var(--border-radius-medium); | ||
} | } | ||
| Строка 4647: | Строка 4795: | ||
} | } | ||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span { | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, | ||
.cdx-radio__input:enabled:checked+.cdx-radio__icon { | |||
border-width: 2px; | border-width: 2px; | ||
} | } | ||
| Строка 4844: | Строка 4993: | ||
.oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top.oo-ui-actionFieldLayout { | .oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top.oo-ui-actionFieldLayout { | ||
margin: 0.5em 0; | margin: 0.5em 0; | ||
} | } | ||