MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 146: | Строка 146: | ||
--theme-bg-color-200: #25252b; | --theme-bg-color-200: #25252b; | ||
--theme-bg-color-250: #2c2c34; | --theme-bg-color-250: #2c2c34; | ||
--theme-bg-color-300: #2f2f39; | --theme-bg-color-300: #2f2f39; | ||
--theme-bg-color-400: #34343f; | --theme-bg-color-400: #34343f; | ||
| Строка 154: | Строка 153: | ||
--theme-bg-light--rgba: 61, 61, 73; | --theme-bg-light--rgba: 61, 61, 73; | ||
--theme-bg-header--gradient: linear-gradient(120deg, var(--theme-bg-color- | --theme-bg-header--gradient: linear-gradient(120deg, var(--theme-bg-color-300), var(--theme-bg-color-250)); | ||
--theme-bg-header-light--gradient: linear-gradient(120deg, var(--theme-bg-color-400), var(--theme-bg-color-250)); | --theme-bg-header-light--gradient: linear-gradient(120deg, var(--theme-bg-color-400), var(--theme-bg-color-250)); | ||
| Строка 745: | Строка 744: | ||
.navbox-even { | .navbox-even { | ||
background: transparent; /* Even row striping */ | background: transparent; /* Even row striping */ | ||
border-top: 1px solid var(--theme-bg-color- | border-top: 1px solid var(--theme-bg-color-300) !important; | ||
border-bottom: 1px solid var(--theme-bg-color- | border-bottom: 1px solid var(--theme-bg-color-300) !important; | ||
} | } | ||
.navbox-odd { | .navbox-odd { | ||
| Строка 1988: | Строка 1987: | ||
.wikitable>*>tr>td { | .wikitable>*>tr>td { | ||
background: var(--theme-bg-color- | background: var(--theme-bg-color-300); | ||
} | } | ||
| Строка 3892: | Строка 3891: | ||
#aSEC.wikitable > * > tr > td { | #aSEC.wikitable > * > tr > td { | ||
background: var(--theme-bg-color- | background: var(--theme-bg-color-300); | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||