MediaWiki:Common.css: различия между версиями

Нет описания правки
Нет описания правки
 
(не показаны 3 промежуточные версии этого же участника)
Строка 605: Строка 605:
}
}


/* Апрельская тема */
/* Апрельская тема  
:root body.mediawiki:not(.wgl-theme-light) {
:root body.mediawiki:not(.wgl-theme-light) {
     --brightness-hsl: -1%;
     --brightness-hsl: -1%;
Строка 618: Строка 618:
     --ooui-bg--hsl: 185deg 40%;
     --ooui-bg--hsl: 185deg 40%;
     --ooui-bg--hsl-alpha: 13%;
     --ooui-bg--hsl-alpha: 13%;
}
}*/
/* #endregion */
/* #endregion */


Строка 1161: Строка 1161:
[tooltip]:active {
[tooltip]:active {
background: var(--theme-bg-color-250);
background: var(--theme-bg-color-250);
}
/*=== VisualEditor ===*/
.ve-ui-diffElement-hasDescriptions .ve-ui-diffElement-content {
    border-right: 1px solid var(--border-color-hr);
}
.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 {
    background-color: rgba(209, 29, 19, 0.5) !important;
    box-shadow: 0 0 0 1px rgba(209, 29, 19, 0.5) !important;
}
}


Строка 1580: Строка 1595:
.mw-code {
.mw-code {
background: var(--theme-bg-color-100);
background: var(--theme-bg-color-100);
color: var(--theme-text-color)
color: var(--theme-text-color);
border-color: var(--border-color-hr);
}
}


Строка 3956: Строка 3972:
.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,
.mwe-vue-pt-article-row-even,
.cdx-toggle-button--framed:enabled {
.cdx-toggle-button--framed:enabled,
.ve-ui-mwTransclusionOutlineControlsWidget {
background: var(--ooui-bg-color);
background: var(--ooui-bg-color);
}
}
Строка 4236: Строка 4253:
.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 {
.mwe-vue-pt-article-row,
.ve-ui-mwTransclusionOutlineControlsWidget {
border-color: var(--ooui-border-color);
border-color: var(--ooui-border-color);
}
}