MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 452: | Строка 452: | ||
--ooui-bg--hsl: 200deg 30%; | --ooui-bg--hsl: 200deg 30%; | ||
--ooui-bg--hsl-alpha: | --ooui-bg--hsl-alpha: 88%; | ||
--theme-text-color: var(--ooui--text-color); | --theme-text-color: var(--ooui--text-color); | ||
| Строка 506: | Строка 506: | ||
--border-outset: 1px outset rgb(150, 150, 150, 0.4); | --border-outset: 1px outset rgb(150, 150, 150, 0.4); | ||
--border-outset-m: 1px outset rgba(150, 150, 150, 0.6); | --border-outset-m: 1px outset rgba(150, 150, 150, 0.6); | ||
} | |||
:root body.wgl-theme-ss14 { | |||
--theme-bg--hsl: 220deg 20%; | |||
--theme-bg--hsl-alpha: 12%; | |||
--color-contrast: #293fa3; | |||
--color-contrast2: #202a64; | |||
--theme-bg-color-base: #090d10; | |||
--theme-bg-color-50: #13171e; | |||
--theme-bg-color-100: #13171e; | |||
--theme-color-darkened--rgb: 17, 21, 26; | |||
--ooui-bg--hsl: 200deg 20%; | |||
--ooui-bg--hsl-alpha: 14%; | |||
} | } | ||
/* #endregion */ | /* #endregion */ | ||
| Строка 1548: | Строка 1565: | ||
align-items: center; | align-items: center; | ||
justify-content: flex-start; | justify-content: flex-start; | ||
gap: 0. | gap: 0.25em; | ||
grid-area: b; | grid-area: b; | ||
} | } | ||