MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 25: | Строка 25: | ||
--color-darkened--rgb: 0, 0, 0; | --color-darkened--rgb: 0, 0, 0; | ||
--brightness-hsl: 0%; | |||
/*== Значение прозрачности ==*/ | /*== Значение прозрачности ==*/ | ||
| Строка 99: | Строка 100: | ||
/*== Палитра цветов фонов ==*/ | /*== Палитра цветов фонов ==*/ | ||
--color-shift-percent-50: 23%; | --color-shift-percent-50: 23%; | ||
--color-shift-percent-100: 0%; | --color-shift-percent-100: 0%; | ||
| Строка 343: | Строка 343: | ||
/*== Цвет фона ==*/ | /*== Цвет фона ==*/ | ||
--theme-bg--hsl: 240deg 7.25%; | |||
--theme-bg--hsl-alpha: 13.53%; | |||
--theme-bg-color-base: #19191c; | --theme-bg-color-base: #19191c; | ||
--theme-bg-color-50: #1f1f24; | --theme-bg-color-50: #1f1f24; | ||
--theme-bg-color-100: #202025; | --theme-bg-color-100: #202025; | ||
--theme-bg-color-200: | --theme-bg-color-200: hsl(var(--theme-bg--hsl) calc(var(--brightness-hsl) + var(--theme-bg--hsl-alpha) + 2.2%)); | ||
--theme-bg-color-250: | --theme-bg-color-250: hsl(var(--theme-bg--hsl) calc(var(--brightness-hsl) + var(--theme-bg--hsl-alpha) + 5%)); | ||
--theme-bg-color-300: | --theme-bg-color-300: hsl(var(--theme-bg--hsl) calc(var(--brightness-hsl) + var(--theme-bg--hsl-alpha) + 7%)); | ||
--theme-bg-color-400: | --theme-bg-color-400: hsl(var(--theme-bg--hsl) calc(var(--brightness-hsl) + var(--theme-bg--hsl-alpha) + 9%)); | ||
--theme-bg--rgba: 51, 51, 63; | --theme-bg--rgba: 51, 51, 63; | ||
| Строка 360: | Строка 363: | ||
/*== Цвет границ ==*/ | /*== Цвет границ ==*/ | ||
--theme-border-color-base: | --theme-border-color-base: hsl(var(--theme-bg--hsl) calc(var(--brightness-hsl) + var(--theme-bg--hsl-alpha) + 11%)); | ||
--theme-border-color-100: | --theme-border-color-100: hsl(var(--theme-bg--hsl) calc(var(--brightness-hsl) + var(--theme-bg--hsl-alpha) + 13%)); | ||
--theme-border-color-200: | --theme-border-color-200: hsl(var(--theme-bg--hsl) calc(var(--brightness-hsl) + var(--theme-bg--hsl-alpha) + 17%)); | ||
/*== Цвет иконок svg ==*/ | /*== Цвет иконок svg ==*/ | ||