MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 358: | Строка 358: | ||
--theme-bg-color-50: #1f1f24; | --theme-bg-color-50: #1f1f24; | ||
--theme-bg-color-100: #202025; | --theme-bg-color-100: #202025; | ||
--theme-bg-color-200: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + | --theme-bg-color-200: color-mix(in srgb, var(--theme-bg-color-100) 50%, hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + 4%))); | ||
--theme-bg-color-250: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + 4.5%)); | --theme-bg-color-250: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + 4.5%)); | ||
--theme-bg-color-300: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + 6%)); | --theme-bg-color-300: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + 6%)); | ||
| Строка 423: | Строка 423: | ||
--ooui-bg--hsl: 200deg 20%; | --ooui-bg--hsl: 200deg 20%; | ||
--ooui-bg--hsl-alpha: 13%; | --ooui-bg--hsl-alpha: 13%; | ||
} | |||
:root body.wgl-theme-light { | |||
--brightness-hsl: 20%; | |||
--theme-bg--hsl: 200deg 15%; | |||
--theme-bg--hsl-alpha: 58%; | |||
--color-contrast: #293fa3; | |||
--color-contrast-dark: #23347f; | |||
--color-contrast2: #283989; | |||
--color-contrast2-dark: #1b1b31; | |||
--theme-bg-color-base: #ffffff; | |||
--theme-bg-color-50: #eaecf0; | |||
--theme-bg-color-100: #eaecf0; | |||
--theme-color-darkened--rgb: 234, 236, 240; | |||
--ooui-bg--hsl: 200deg 0%; | |||
--ooui-bg--hsl-alpha: 80%; | |||
--theme-text-color: var(--ooui--text-color); | |||
--theme-text-color-light: var(--ooui--text-color-light); | |||
--theme-text-color-dark: var(--ooui--text-color-dark); | |||
--theme-text-color-header: var(--ooui--text-color-header); | |||
--theme-icon-color: var(--theme-text-color-dark); | |||
--ooui--text-color: #0d0d0d; | |||
--ooui--text-color-light: #000000; | |||
--ooui--text-color-dark: #72777d; | |||
--ooui--text-color-header: #ffffff; | |||
--color-lighter--rgb: 0, 0, 0; | |||
--color-darkened--rgb: 255, 255, 255; | |||
--text-color-link: #427bda; | |||
--text-color-link-external: #36B; | |||
--invert-0: invert(0); | |||
--invert-100: invert(0); | |||
--invert-75: invert(0); | |||
--invert-50: invert(0); | |||
} | } | ||
/* #endregion */ | /* #endregion */ | ||