MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| (не показано 109 промежуточных версий этого же участника) | |||
| Строка 51: | Строка 51: | ||
--index-low: -1; | --index-low: -1; | ||
--index-lower: -10; | --index-lower: -10; | ||
--invert-0: invert(0); | --invert-0: invert(0); | ||
| Строка 62: | Строка 58: | ||
--border-color-hr: hsl(var(--ooui-bg--hsl) calc(var(--ooui-bg--hsl-alpha) + var(--theme-brightness-trigger) 13%)); | --border-color-hr: hsl(var(--ooui-bg--hsl) calc(var(--ooui-bg--hsl-alpha) + var(--theme-brightness-trigger) 13%)); | ||
--font-family-base: 'Segoe UI', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif; | |||
--font-family-oswald: 'oswald'; | |||
--font-family-heading: "noto sans"; | |||
--font-family-libertine: 'Linux Libertine', 'Georgia', 'Times', serif; | |||
--font-family-monospace: 'Menlo', 'Consolas', 'Monaco', 'Noto Mono', 'Nimbus Mono L', monospace; | |||
--font-size-xxs: 80%; | |||
--font-size-xs: 90%; | |||
--font-size-s: 95%; | |||
--font-size-m: 100%; | |||
--font-size-ml: 105%; | |||
--font-size-l: 115%; | |||
--font-size-xl: 120%; | |||
--font-size-xxl: 130%; | |||
--font-size-huge: 150%; | |||
--font-size-giant: 200%; | |||
/*== Значение прозрачности ==*/ | /*== Значение прозрачности ==*/ | ||
| Строка 73: | Строка 86: | ||
/*== Цвет текста ==*/ | /*== Цвет текста ==*/ | ||
--text-color-link: #77c1d9; | --text-color-link: #77c1d9; | ||
--text-color-link-external: # | --text-color-link--visited: #6aa9cf; | ||
--text-color-link-new: #d73333; | |||
--text-color-link-new--visited: #b32424; | |||
--text-color-link-external: #367cb1; | |||
--text-color-link-external--visited: #296c9d; | |||
/*== Контрастный цвет (синий) ==*/ | /*== Контрастный цвет (синий) ==*/ | ||
| Строка 114: | Строка 131: | ||
--border-color-neutral: var(--theme-border-color-base); | --border-color-neutral: var(--theme-border-color-base); | ||
--border-color-progressive: #38384b; | --border-color-progressive: #38384b; | ||
--border-color-warning: # | --border-color-warning: #897400; | ||
--border-color-error: #9b2122; | --border-color-error: #9b2122; | ||
| Строка 136: | Строка 153: | ||
--color-shift-percent-100: 0%; | --color-shift-percent-100: 0%; | ||
--color-shift-percent-150: 4%; | --color-shift-percent-150: 4%; | ||
--color-shift-percent-dark: | --color-shift-percent-dark: 25%; | ||
--color-shift-percent-subtle: 32%; | --color-shift-percent-subtle: 32%; | ||
| Строка 203: | Строка 220: | ||
/* Turquoise */ | /* Turquoise */ | ||
--bg-color-turquoise--hsl: | --bg-color-turquoise--hsl: 187.05deg 83.96%; | ||
--bg-color-turquoise--hsl-alpha: | --bg-color-turquoise--hsl-alpha: 20.5%; | ||
--bg-color-turquoise-50: hsl(var(--bg-color-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-turquoise--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-turquoise-50: hsl(var(--bg-color-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-turquoise--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-turquoise-100: hsl(var(--bg-color-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-turquoise--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-turquoise-100: hsl(var(--bg-color-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-turquoise--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 210: | Строка 227: | ||
--bg-color-turquoise-dark: color-mix(in srgb, var(--bg-color-turquoise-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | --bg-color-turquoise-dark: color-mix(in srgb, var(--bg-color-turquoise-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | ||
--bg-color-turquoise-subtle: color-mix(in srgb, var(--bg-color-turquoise-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | --bg-color-turquoise-subtle: color-mix(in srgb, var(--bg-color-turquoise-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | ||
/* Grey */ | |||
--bg-color-grey--hsl: 200deg 10%; | |||
--bg-color-grey--hsl-alpha: 29%; | |||
--bg-color-grey-50: hsl(var(--bg-color-grey--hsl) calc(var(--brightness-hsl) + var(--bg-color-grey--hsl-alpha) + var(--color-shift-percent-50))); | |||
--bg-color-grey-100: hsl(var(--bg-color-grey--hsl) calc(var(--brightness-hsl) + var(--bg-color-grey--hsl-alpha) + var(--color-shift-percent-100))); | |||
--bg-color-grey-150: hsl(var(--bg-color-grey--hsl) calc(var(--brightness-hsl) + var(--bg-color-grey--hsl-alpha) + var(--color-shift-percent-150))); | |||
--bg-color-grey-dark: color-mix(in srgb, var(--bg-color-grey-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | |||
--bg-color-grey-subtle: color-mix(in srgb, var(--bg-color-grey-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | |||
/* Azure */ | /* Azure */ | ||
| Строка 267: | Строка 293: | ||
/* Pastel Red */ | /* Pastel Red */ | ||
--bg-color-pastel-red--hsl: 351.21deg 66.67%; | --bg-color-pastel-red--hsl: 351.21deg 66.67%; | ||
--bg-color-pastel-red--hsl-alpha: | --bg-color-pastel-red--hsl-alpha: 30%; | ||
--bg-color-pastel-red-50: hsl(var(--bg-color-pastel-red--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-red--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-pastel-red-50: hsl(var(--bg-color-pastel-red--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-red--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-pastel-red-100: hsl(var(--bg-color-pastel-red--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-red--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-pastel-red-100: hsl(var(--bg-color-pastel-red--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-red--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 276: | Строка 302: | ||
/* Pastel Blue */ | /* Pastel Blue */ | ||
--bg-color-pastel-blue--hsl: 246.32deg 28.93%; | --bg-color-pastel-blue--hsl: 246.32deg 28.93%; | ||
--bg-color-pastel-blue--hsl-alpha: | --bg-color-pastel-blue--hsl-alpha: 36.63%; | ||
--bg-color-pastel-blue-50: hsl(var(--bg-color-pastel-blue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-blue--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-pastel-blue-50: hsl(var(--bg-color-pastel-blue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-blue--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-pastel-blue-100: hsl(var(--bg-color-pastel-blue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-blue--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-pastel-blue-100: hsl(var(--bg-color-pastel-blue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-blue--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 285: | Строка 311: | ||
/* Pastel Skyblue */ | /* Pastel Skyblue */ | ||
--bg-color-pastel-skyblue--hsl: 195.00deg 41.10%; | --bg-color-pastel-skyblue--hsl: 195.00deg 41.10%; | ||
--bg-color-pastel-skyblue--hsl-alpha: | --bg-color-pastel-skyblue--hsl-alpha: 26.63%; | ||
--bg-color-pastel-skyblue-50: hsl(var(--bg-color-pastel-skyblue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-skyblue--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-pastel-skyblue-50: hsl(var(--bg-color-pastel-skyblue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-skyblue--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-pastel-skyblue-100: hsl(var(--bg-color-pastel-skyblue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-skyblue--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-pastel-skyblue-100: hsl(var(--bg-color-pastel-skyblue--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-skyblue--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 293: | Строка 319: | ||
/* Pastel Magenta */ | /* Pastel Magenta */ | ||
--bg-color-pastel-magenta--hsl: | --bg-color-pastel-magenta--hsl: 301.35deg 44.51%; | ||
--bg-color-pastel-magenta--hsl-alpha: | --bg-color-pastel-magenta--hsl-alpha: 30.92%; | ||
--bg-color-pastel-magenta-50: hsl(var(--bg-color-pastel-magenta--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-magenta--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-pastel-magenta-50: hsl(var(--bg-color-pastel-magenta--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-magenta--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-pastel-magenta-100: hsl(var(--bg-color-pastel-magenta--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-magenta--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-pastel-magenta-100: hsl(var(--bg-color-pastel-magenta--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-magenta--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 303: | Строка 329: | ||
/* Pastel Lime */ | /* Pastel Lime */ | ||
--bg-color-pastel-lime--hsl: 85.71deg 47.19%; | --bg-color-pastel-lime--hsl: 85.71deg 47.19%; | ||
--bg-color-pastel-lime--hsl-alpha: | --bg-color-pastel-lime--hsl-alpha: 30.90%; | ||
--bg-color-pastel-lime-50: hsl(var(--bg-color-pastel-lime--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-lime--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-pastel-lime-50: hsl(var(--bg-color-pastel-lime--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-lime--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-pastel-lime-100: hsl(var(--bg-color-pastel-lime--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-lime--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-pastel-lime-100: hsl(var(--bg-color-pastel-lime--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-lime--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 312: | Строка 338: | ||
/* Pastel Turquoise */ | /* Pastel Turquoise */ | ||
--bg-color-pastel-turquoise--hsl: 176.84deg 35.40%; | --bg-color-pastel-turquoise--hsl: 176.84deg 35.40%; | ||
--bg-color-pastel-turquoise--hsl-alpha: | --bg-color-pastel-turquoise--hsl-alpha: 27.57%; | ||
--bg-color-pastel-turquoise-50: hsl(var(--bg-color-pastel-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-turquoise--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-pastel-turquoise-50: hsl(var(--bg-color-pastel-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-turquoise--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-pastel-turquoise-100: hsl(var(--bg-color-pastel-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-turquoise--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-pastel-turquoise-100: hsl(var(--bg-color-pastel-turquoise--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-turquoise--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 318: | Строка 344: | ||
--bg-color-pastel-turquoise-dark: color-mix(in srgb, var(--bg-color-pastel-turquoise-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | --bg-color-pastel-turquoise-dark: color-mix(in srgb, var(--bg-color-pastel-turquoise-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | ||
--bg-color-pastel-turquoise-subtle: color-mix(in srgb, var(--bg-color-pastel-turquoise-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | --bg-color-pastel-turquoise-subtle: color-mix(in srgb, var(--bg-color-pastel-turquoise-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | ||
/* Pastel Orange */ | /* Pastel Orange */ | ||
--bg-color-pastel-orange--hsl: 15.43deg 54.40%; | --bg-color-pastel-orange--hsl: 15.43deg 54.40%; | ||
--bg-color-pastel-orange--hsl-alpha: | --bg-color-pastel-orange--hsl-alpha: 33.84%; | ||
--bg-color-pastel-orange-50: hsl(var(--bg-color-pastel-orange--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-orange--hsl-alpha) + var(--color-shift-percent-50))); | --bg-color-pastel-orange-50: hsl(var(--bg-color-pastel-orange--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-orange--hsl-alpha) + var(--color-shift-percent-50))); | ||
--bg-color-pastel-orange-100: hsl(var(--bg-color-pastel-orange--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-orange--hsl-alpha) + var(--color-shift-percent-100))); | --bg-color-pastel-orange-100: hsl(var(--bg-color-pastel-orange--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-orange--hsl-alpha) + var(--color-shift-percent-100))); | ||
| Строка 336: | Строка 353: | ||
--bg-color-pastel-orange-dark: color-mix(in srgb, var(--bg-color-pastel-orange-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | --bg-color-pastel-orange-dark: color-mix(in srgb, var(--bg-color-pastel-orange-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | ||
--bg-color-pastel-orange-subtle: color-mix(in srgb, var(--bg-color-pastel-orange-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | --bg-color-pastel-orange-subtle: color-mix(in srgb, var(--bg-color-pastel-orange-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | ||
/* Pastel Yellow */ | |||
--bg-color-pastel-yellow--hsl: 50deg 30%; | |||
--bg-color-pastel-yellow--hsl-alpha: 37%; | |||
--bg-color-pastel-yellow-50: hsl(var(--bg-color-pastel-yellow--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-yellow--hsl-alpha) + var(--color-shift-percent-50))); | |||
--bg-color-pastel-yellow-100: hsl(var(--bg-color-pastel-yellow--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-yellow--hsl-alpha) + var(--color-shift-percent-100))); | |||
--bg-color-pastel-yellow-150: hsl(var(--bg-color-pastel-yellow--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-yellow--hsl-alpha) + var(--color-shift-percent-150))); | |||
--bg-color-pastel-yellow-dark: color-mix(in srgb, var(--bg-color-pastel-yellow-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | |||
--bg-color-pastel-yellow-subtle: color-mix(in srgb, var(--bg-color-pastel-yellow-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | |||
/* Pastel Grey */ | |||
--bg-color-pastel-grey--hsl: 50deg 8%; | |||
--bg-color-pastel-grey--hsl-alpha: 38%; | |||
--bg-color-pastel-grey-50: hsl(var(--bg-color-pastel-grey--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-grey--hsl-alpha) + var(--color-shift-percent-50))); | |||
--bg-color-pastel-grey-100: hsl(var(--bg-color-pastel-grey--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-grey--hsl-alpha) + var(--color-shift-percent-100))); | |||
--bg-color-pastel-grey-150: hsl(var(--bg-color-pastel-grey--hsl) calc(var(--brightness-hsl) + var(--bg-color-pastel-grey--hsl-alpha) + var(--color-shift-percent-150))); | |||
--bg-color-pastel-grey-dark: color-mix(in srgb, var(--bg-color-pastel-grey-100) var(--color-shift-percent-dark), var(--theme-bg-color-100)); | |||
--bg-color-pastel-grey-subtle: color-mix(in srgb, var(--bg-color-pastel-grey-100) var(--color-shift-percent-subtle), var(--theme-bg-color-250)); | |||
/*== Палитра цветов текста ==*/ | /*== Палитра цветов текста ==*/ | ||
| Строка 372: | Строка 407: | ||
--box-shadow-outline: 0 1px 1px 1px rgba(0, 0, 0, 0.3); | --box-shadow-outline: 0 1px 1px 1px rgba(0, 0, 0, 0.3); | ||
--box-shadow-overlay: 0px 0px 100vw 100vh rgba(0, 0, 0, var(--alpha-m)); | --box-shadow-overlay: 0px 0px 100vw 100vh rgba(0, 0, 0, var(--alpha-m)); | ||
--filter-drop-shadow: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.6)); | |||
--filter-drop-shadow-low: drop-shadow(0 1px 0px rgba(0,0,0,0.3)); | |||
--filter-drop-shadow-medium: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.6)); | |||
/*== Закругление границ ==*/ | /*== Закругление границ ==*/ | ||
| Строка 393: | Строка 430: | ||
Палитра темы Вики | Палитра темы Вики | ||
==========*/ | ==========*/ | ||
/*== Цвет текста ==*/ | /*== Цвет текста ==*/ | ||
--theme-text-color: var(--ooui-text-color); | --theme-text-color: var(--ooui-text-color); | ||
| Строка 414: | Строка 447: | ||
--theme-bg-color-200: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + var(--theme-brightness-trigger) 5%)); | --theme-bg-color-200: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + var(--theme-brightness-trigger) 5%)); | ||
--theme-bg-color-250: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + var(--theme-brightness-trigger) 7%)); | --theme-bg-color-250: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + var(--theme-brightness-trigger) 7%)); | ||
--theme-bg-color- | --theme-bg-color-300: hsl(var(--theme-bg--hsl) calc(var(--theme-bg--hsl-alpha) + var(--theme-brightness-trigger) 9%)); | ||
--theme-bg-header--gradient: linear-gradient(120deg, var(--theme-bg-color-250), var(--theme-bg-color-200)); | --theme-bg-header--gradient: linear-gradient(120deg, var(--theme-bg-color-250), var(--theme-bg-color-200)); | ||
--theme-bg-header-light--gradient: linear-gradient(120deg, var(--theme-bg-color- | --theme-bg-header-light--gradient: linear-gradient(120deg, var(--theme-bg-color-300), var(--theme-bg-color-200)); | ||
--theme-bg-header-light--gradient-center: linear-gradient(120deg, var(--theme-bg-color-200) 0%, var(--theme-bg-color- | --theme-bg-header-light--gradient-center: linear-gradient(120deg, var(--theme-bg-color-200) 0%, var(--theme-bg-color-300) 50%, var(--theme-bg-color-200) 100%); | ||
/*== Цвет границ ==*/ | /*== Цвет границ ==*/ | ||
| Строка 469: | Строка 500: | ||
--theme-bg-color-100: #14181f; | --theme-bg-color-100: #14181f; | ||
--ooui-bg--hsl: 205deg 24%; | |||
--ooui-bg--hsl: | |||
--ooui-bg--hsl-alpha: 14%; | --ooui-bg--hsl-alpha: 14%; | ||
} | } | ||
| Строка 495: | Строка 524: | ||
--theme-bg--hsl: 210deg 46%; | --theme-bg--hsl: 210deg 46%; | ||
--theme-bg--hsl-alpha: | --theme-bg--hsl-alpha: 94%; | ||
--theme-bg-color-base: #f7f7f7; | --theme-bg-color-base: #f7f7f7; | ||
--theme-bg-color-100: #eef1f4; | --theme-bg-color-100: #eef1f4; | ||
--theme-bg-color-150: hsl(var(--theme-bg--hsl) var(--theme-bg--hsl-alpha)); | --theme-bg-color-150: hsl(var(--theme-bg--hsl) var(--theme-bg--hsl-alpha)); | ||
--theme-text-color: var(--ooui-text-color); | --theme-text-color: var(--ooui-text-color); | ||
| Строка 511: | Строка 535: | ||
--ooui-bg--hsl: 200deg 30%; | --ooui-bg--hsl: 200deg 30%; | ||
--ooui-bg--hsl-alpha: | --ooui-bg--hsl-alpha: 90%; | ||
--ooui-border-color: hsl(var(--ooui-bg--hsl) calc(var(--ooui-bg--hsl-alpha) + var(--theme-brightness-trigger) 5% - 5%)); | --ooui-border-color: hsl(var(--ooui-bg--hsl) calc(var(--ooui-bg--hsl-alpha) + var(--theme-brightness-trigger) 5% - 5%)); | ||
| Строка 522: | Строка 546: | ||
--text-color-link: #427bda; | --text-color-link: #427bda; | ||
--text-color-link--visited: #0b0080; | |||
--text-color-link-external: #36B; | --text-color-link-external: #36B; | ||
--text-color-link-external--visited: #636; | |||
--invert-0: invert(0); | --invert-0: invert(0); | ||
| Строка 573: | Строка 599: | ||
--theme-bg-color-base: #1c1c21; | --theme-bg-color-base: #1c1c21; | ||
--theme-bg-color-100: #252529; | --theme-bg-color-100: #252529; | ||
--ooui-bg--hsl: 220deg 5%; | --ooui-bg--hsl: 220deg 5%; | ||
| Строка 742: | Строка 766: | ||
.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace { | .screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace { | ||
font-family: | font-family: var(--font-family-monospace); | ||
} | } | ||
| Строка 752: | Строка 776: | ||
padding: 0.5em; | padding: 0.5em; | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
font-family: | font-family: var(--font-family-monospace); | ||
} | } | ||
| Строка 789: | Строка 813: | ||
img { | img { | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
filter: var(--filter-drop-shadow-low); | |||
} | } | ||
| Строка 819: | Строка 844: | ||
} | } | ||
a | a { | ||
color: var(--text-color-link); | color: var(--text-color-link); | ||
} | |||
a:hover { | |||
color: var(--theme-text-color-light); | |||
} | |||
a:visited, a:visited:hover { | |||
color: var(--text-color-link--visited); | |||
} | |||
a.new, .new a { | |||
color: var(--text-color-link-new); | |||
} | |||
a.new:hover, .new a:hover { | |||
color: var(--text-color-link-new--visited); | |||
} | |||
a.new:visited, .new a:visited { | |||
color: var(--text-color-link-new--visited); | |||
} | |||
.mw-parser-output a.external, .mw-parser-output a.extiw { | |||
color: var(--text-color-link-external) | |||
} | |||
.mw-parser-output a.external:visited, .mw-parser-output a.extiw:visited { | |||
color: var(--text-color-link-external--visited); | |||
} | } | ||
| Строка 829: | Строка 882: | ||
a.label { | a.label { | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
} | } | ||
| Строка 840: | Строка 889: | ||
margin-top: 0.8em; | margin-top: 0.8em; | ||
margin-bottom: 0.4em; | margin-bottom: 0.4em; | ||
border-left: 2px solid var(--theme-border-color-100); | |||
padding-left: 5px; | |||
} | } | ||
.mw-body h1 { | .mw-body h1 { | ||
font-family: | font-family: var(--font-family-oswald); | ||
font-size: | font-size: var(--font-size-giant); | ||
} | } | ||
.mw-body h2 { | .mw-body h2 { | ||
font-size: | font-size: var(--font-size-huge); | ||
border-bottom: none; | border-bottom: none; | ||
font-family: | font-family: var(--font-family-libertine); | ||
margin-bottom: 0.4em; | margin-bottom: 0.4em; | ||
margin-top: 1em; | margin-top: 1em; | ||
| Строка 858: | Строка 909: | ||
.mw-body h3 { | .mw-body h3 { | ||
font-size: | font-size: var(--font-size-xl); | ||
font-weight: bold; | font-weight: bold; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
margin-top: 0. | margin-top: 0.3em; | ||
margin-bottom: 0.3em; | margin-bottom: 0.3em; | ||
padding-bottom: 0; | padding-bottom: 0; | ||
line-height: 1.6; | line-height: 1.6; | ||
padding-top: 0. | padding-top: 0.5em; | ||
} | } | ||
.mw-body h4, | .mw-body h4, | ||
.mw-body h5 { | .mw-body h5 { | ||
font-size: | font-size: var(--font-size-ml); | ||
font-weight: bold; | font-weight: bold; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
| Строка 920: | Строка 970: | ||
tr + tr > .navbox-image, | tr + tr > .navbox-image, | ||
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */ | tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */ | ||
border-top: | border-top: 2px solid var(--theme-bg-color-100); /* Must match background color */ | ||
} | } | ||
| Строка 940: | Строка 989: | ||
.navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-abovebelow { | ||
background: var(--theme-bg-color-200); /* Level 2 color */ | background: var(--theme-bg-color-200); /* Level 2 color */ | ||
} | |||
} | |||
.navbox-abovebelow, | .navbox-abovebelow, | ||
th.navbox-group, | th.navbox-group, | ||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background: var(--theme-bg-color-250); /* Level 3 color */ | background: var(--theme-bg-color-250); /* Level 3 color */ | ||
border-right: 1px solid var(--theme-bg-color-100); | |||
} | } | ||
.navbox-even { | .navbox-even { | ||
| Строка 973: | Строка 1020: | ||
.navbox td:not(:has(table)), .navbox ul { | .navbox td:not(:has(table)), .navbox ul { | ||
background: var(--theme-bg-color-150); | background: var(--theme-bg-color-150); | ||
padding: | padding: 3px 2px !important; | ||
} | } | ||
| Строка 1013: | Строка 1060: | ||
/* #region Расширение */ | /* #region Расширение */ | ||
/* ============ */ | /* ============ */ | ||
/*=== Clipboard4wiki ===*/ | /*=== Clipboard4wiki ===*/ | ||
[tooltip] { | [tooltip] { | ||
| Строка 1027: | Строка 1073: | ||
[tooltip]:active { | [tooltip]:active { | ||
background: var(--theme-bg-color-250); | |||
} | } | ||
| Строка 1049: | Строка 1095: | ||
} | } | ||
/*=== | /*=== Popups ===*/ | ||
/* Всплывающие окна */ | /* Всплывающие окна */ | ||
.mwe-popups { | .mwe-popups { | ||
| Строка 1106: | Строка 1152: | ||
} | } | ||
/*=== | /*=== InputBox ===*/ | ||
.mw-ui-input { | .mw-ui-input { | ||
background: var(--ooui-bg-color); | background: var(--ooui-bg-color); | ||
| Строка 1121: | Строка 1167: | ||
} | } | ||
/*=== | /*=== SyntaxHighlight ===*/ | ||
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | .mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | ||
background: var(--theme-bg-color-100); | background: var(--theme-bg-color-100); | ||
| Строка 1135: | Строка 1181: | ||
/*=== GrowthExperiments ===*/ | /*=== GrowthExperiments ===*/ | ||
.growthexperiments-mentor-dashboard-group-main { | |||
--width: clamp(300px, 50vw, 480px); | --width: clamp(300px, 50vw, 480px); | ||
width: var(--width); | width: var(--width); | ||
| Строка 1141: | Строка 1187: | ||
} | } | ||
. | .ext-growthExperiments-MenteeOverview__actions { | ||
flex-wrap: wrap; | |||
} | } | ||
. | .mw-echo-ui-notificationItemWidget-initiallyUnseen { | ||
animation-fill-mode: unset; | |||
} | } | ||
. | .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper .se-card-content .se-card-image { | ||
. | box-shadow: inset 0 0 1px 1px var(--bg-color-focus); | ||
} | } | ||
.mw- | .mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-conflicting-talk-label span .mw-twocolconflict-split-delete, .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper .se-card-content .se-card-image.no-image { | ||
background-color: var(--ooui-bg-color-light); | |||
} | } | ||
| Строка 1164: | Строка 1208: | ||
} | } | ||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper .se-card-content .se-card-text[dir='ltr'] .se-card-extract::after, | |||
. | .oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless::after, | ||
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed::after { | |||
} | background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--ooui-bg-color) 50%); | ||
} | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper .se-card-content .se-card-image.mw-ge-tasktype-image-recommendation, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper .se-card-content .se-card-image.mw-ge-tasktype-section-image-recommendation { | |||
background-color: var(--bg-color-yellow-100); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-medium, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-medium { | |||
background-color: var(--bg-color-yellow-50); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-medium, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-medium { | |||
border-color: var(--bg-color-yellow-150); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-medium::before, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-medium::before { | |||
border-top-color: var(--bg-color-yellow-150); | |||
border-bottom-color: var(--bg-color-yellow-150); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-medium::after, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-medium::after { | |||
border-top-color: var(--bg-color-yellow-50); | |||
border-bottom-color: var(--bg-color-yellow-50); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-hard, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-hard { | |||
background-color: var(--bg-color-red-50); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-hard, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-hard { | |||
border-color: var(--bg-color-red-150); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-hard::before, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-hard::before { | |||
border-top-color: var(--bg-color-red-150); | |||
border-bottom-color: var(--bg-color-red-150); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-hard::after, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-hard::after { | |||
border-top-color: var(--bg-color-red-50); | |||
border-bottom-color: var(--bg-color-red-50); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-easy, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-easy { | |||
background-color: var(--bg-color-emerald-50); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-easy, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-easy { | |||
border-color: var(--bg-color-emerald-150); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-easy::before, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-easy::before { | |||
border-top-color: var(--bg-color-emerald-150); | |||
border-bottom-color: var(--bg-color-emerald-150); | |||
} | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-easy::after, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-easy::after { | |||
border-top-color: var(--bg-color-emerald-50); | |||
border-bottom-color: var(--bg-color-emerald-50); | |||
} | } | ||
/* #endregion */ | /* #endregion */ | ||
| Строка 1262: | Строка 1364: | ||
.searchresults .mw-search-results .mw-search-result-heading { | .searchresults .mw-search-results .mw-search-result-heading { | ||
border-bottom: 2px solid var(--bg-color-sky-blue-100); | border-bottom: 2px solid var(--bg-color-sky-blue-100); | ||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
.searchresults .mw-search-results .mw-search-result-heading a { | .searchresults .mw-search-results .mw-search-result-heading > a, | ||
.searchalttitle { | |||
display: flex; | display: flex; | ||
padding: 0.1em 0.75em; | padding: 0.1em 0.75em; | ||
} | } | ||
.searchresults .mw-search-results .searchresult { | .searchalttitle, #mw-search-interwiki li { | ||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
.searchresults .mw-search-results .searchresult { | |||
flex: 1; | flex: 1; | ||
padding: 0.5em; | padding: 0.5em; | ||
| Строка 1289: | Строка 1399: | ||
} | } | ||
.searchResultImage .searchResultImage-text { | |||
. | flex: 1; | ||
} | } | ||
/*=== Остальное ===*/ | |||
.mw-json th, .mw-json td { | .mw-json th, .mw-json td { | ||
border: 1px solid black; | border: 1px solid black; | ||
| Строка 1323: | Строка 1427: | ||
} | } | ||
.mw-ui-button.mw-ui-progressive:not(:disabled), | |||
.mw-ui-button.mw-ui-destructive:not(:disabled), | |||
.mw-ui-button { | .mw-ui-button { | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
| Строка 1333: | Строка 1439: | ||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
.wikitable:not(.no-img-adaptive) img[width="64"][height="64"] { | .wikitable:not(.no-img-adaptive) img[width="64"][height="64"] { | ||
width: 32px; | width: 32px !important; | ||
height: 32px; | height: 32px !important; | ||
} | } | ||
*:not(.no-img-adaptive) img[width="64"][height="128"] { | *:not(.no-img-adaptive) img[width="64"][height="128"] { | ||
width: 32px; | width: 32px !important; | ||
height: 64px; | height: 64px !important; | ||
} | } | ||
*:not(.no-img-adaptive) img[width="128"][height="128"] { | *:not(.no-img-adaptive) img[width="128"][height="128"] { | ||
width: 64px; | width: 64px !important; | ||
height: 64px; | height: 64px !important; | ||
} | } | ||
} | } | ||
| Строка 1363: | Строка 1469: | ||
.wikiEditor-ui-toolbar .group .tool-select .options { | .wikiEditor-ui-toolbar .group .tool-select .options { | ||
border: none; | border: none; | ||
} | } | ||
/*=== Полоса прокрутки === */ | /*=== Полоса прокрутки === */ | ||
body:not(.wgl-theme-light)::-webkit-scrollbar, | @media not all and (hover: none) and (pointer: coarse) { | ||
body:not(.wgl-theme-light) *::-webkit-scrollbar { | body:not(.wgl-theme-light)::-webkit-scrollbar, | ||
body:not(.wgl-theme-light) *::-webkit-scrollbar { | |||
} | width: 16px; | ||
} | |||
body:not(.wgl-theme-light)::-webkit-scrollbar-track, | |||
body:not(.wgl-theme-light) *::-webkit-scrollbar-track { | body:not(.wgl-theme-light)::-webkit-scrollbar-track, | ||
body:not(.wgl-theme-light) *::-webkit-scrollbar-track { | |||
} | background-color: color-mix(in srgb, rgb(var(--color-lighter--rgb)) 8%, var(--theme-bg-color-base)); | ||
} | |||
body:not(.wgl-theme-light)::-webkit-scrollbar-thumb, | |||
body:not(.wgl-theme-light) *::-webkit-scrollbar-thumb { | body:not(.wgl-theme-light)::-webkit-scrollbar-thumb, | ||
body:not(.wgl-theme-light) *::-webkit-scrollbar-thumb { | |||
height: 40px; | |||
border-radius: 6px; | |||
border: 4px solid transparent; | |||
background-clip: content-box; | |||
background-color: hsl(0, 0%, 45%); | |||
} | |||
} | } | ||
| Строка 1402: | Строка 1506: | ||
/*=== Стиль для таблиц ===*/ | /*=== Стиль для таблиц ===*/ | ||
/* wikitable */ | /* wikitable */ | ||
.wikitable { | .wikitable, | ||
.content table.wikitable { | |||
background-color: var(--theme-bg-color-100); | background-color: var(--theme-bg-color-100); | ||
color: var(--theme-text-color); | color: var(--theme-text-color); | ||
| Строка 1463: | Строка 1568: | ||
}*/ | }*/ | ||
@media all and (max-width: 640px) { | |||
.mw-body-content table.mw-made-collapsible.mw-collapsed { | |||
display: table; | |||
} | |||
} | |||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
.mw-body table table { | |||
width: 100%; | |||
} | |||
} | } | ||
| Строка 1565: | Строка 1674: | ||
.mw-mmv-dialog .mw-mmv-dialog-warning { | .mw-mmv-dialog .mw-mmv-dialog-warning { | ||
background-color: var(--bg-color-warning | background-color: var(--bg-color-warning); | ||
} | } | ||
| Строка 1576: | Строка 1685: | ||
} | } | ||
/*=== | /*=== ace ===*/ | ||
. | .ace-tm .ace_gutter { | ||
background: var(--color- | background: var(--theme-bg-color-100); | ||
color: var(--ooui-text-color-dark); | |||
} | } | ||
. | .ace-tm .ace_print-margin { | ||
width: 1px; | |||
background: var(--theme-bg-color-base) | |||
} | } | ||
. | .ace_mobile-menu { | ||
color: var(--theme-text-color); | |||
background: var(--ooui-bg-color); | |||
border-color: var(--ooui-border-color-light); | |||
box-shadow: var(--box-shadow-medium); | |||
} | } | ||
. | .ace-tm { | ||
background: var(--theme-bg-color-base); | background: var(--theme-bg-color-base); | ||
color: var(--ooui-text-color); | |||
} | } | ||
. | .ace-tm .ace_cursor { | ||
color: var(--ooui-text-color-light); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_storage,.ace-tm .ace_keyword { | |||
color: rgb(153,153,255); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_constant { | |||
color: rgb(241,89,92); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_support.ace_function { | |||
color: rgb(68,118,235); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_support.ace_constant { | |||
color: rgb(23,202,33); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_support.ace_type,.ace-tm .ace_support.ace_class { | |||
color: rgb(182,187,236); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_string { | |||
color: rgb(6,142,13); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_comment { | |||
color: rgb(103,193,150); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_constant.ace_numeric { | |||
color: | color: rgb(153,153,255); | ||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_marker-layer .ace_selection { | |||
background: rgb(28,45,68); | |||
} | } | ||
. | body:not(.wgl-theme-light) .ace-tm .ace_marker-layer .ace_bracket { | ||
margin: -1px 0 0 -1px; | |||
border: 1px solid rgb(94,94,94); | |||
} | } | ||
body:not(.wgl-theme-light) .ace-tm .ace_marker-layer .ace_active-line { | |||
.ace-tm . | background: rgb(153,153,183,7%); | ||
background: | |||
} | } | ||
.ace-tm . | body:not(.wgl-theme-light) .ace-tm .ace_marker-layer .ace_selected-word { | ||
background: rgb(37,59,89); | |||
border: 1px solid rgb(36,36,42); | |||
} | } | ||
/*=== tabs ===*/ | |||
/* Стили для блока */ | |||
.tabs-tabbox, .tabs-togglebox { | |||
display: flow-root; | |||
} | } | ||
. | /* Стили для активных вкладок */ | ||
background: var(--theme-bg-color- | .tabs-tabbox > .tabs-input:checked + .tabs-label, | ||
color | .tabs-input-0:checked + .tabs-input-1 + .tabs-label { | ||
background: var(--theme-bg-color-200); | |||
border-top: 1px solid rgba(var(--color-lighter--rgb), var(--alpha-xs)); | |||
border-bottom: 1px solid var(--color-contrast); | |||
z-index: 2; | |||
} | } | ||
. | /* Стили для стили для вкладок */ | ||
.tabs-tabbox > .tabs-input + .tabs-input + .tabs-label { | |||
margin: 0; | |||
} | } | ||
.tabs-tabbox > .tabs-label { | |||
color | cursor: pointer; | ||
padding: 1px 6px; | |||
margin: 0; | |||
vertical-align: baseline; | |||
border-radius: 0; | |||
background: var(--theme-bg-color-150); | |||
border: 1px solid var(--theme-bg-color-base); | |||
border-top: 1px solid rgba(var(--color-lighter--rgb), var(--alpha-xs)); | |||
} | } | ||
.tabs-tabbox > .tabs-label:hover { | |||
z-index: 2; | |||
background: var(--theme-bg-color-200); | |||
transition: all 0.1s; | |||
} | } | ||
/* Стили для контейнера вкладок */ | |||
.tabs-tabbox > .tabs-container { | |||
padding: 14px 10px; | |||
background: var(--theme-bg-color-175); | |||
border: none; | |||
border-top: 1px solid rgba(var(--color-lighter--rgb), var(--alpha-x)); | |||
border-radius: var(--border-radius-low); | |||
box-shadow: var(--box-shadow); | |||
} | } | ||
/*=== toc ===*/ | |||
ul#filetoc, .toc, .toccolours, .mw-warning { | |||
border-radius: 0.5em; | |||
background: var(--theme-bg-color-150); | |||
padding: 12px; | |||
box-sizing: border-box; | |||
margin: 12px 0; | |||
min-width: 12em; | |||
border: none; | |||
box-shadow: var(--box-shadow-outline); | |||
line-height: 1.3; | |||
} | } | ||
.toc, .toc * { | |||
box-sizing: border-box; | |||
} | } | ||
.toc .toctitle { | |||
font-size: 0.95em; | |||
} | padding: 0 8px; | ||
display: flex; | |||
align-items: center; | |||
position: relative; | |||
overflow: hidden; | |||
text-align: left; | |||
border: none; | |||
} | |||
.toc .toctitle h2 { | |||
font-size: 1.1em; | |||
font-weight: bold; | |||
display: flex; | |||
align-items: center; | |||
} | } | ||
.toc .toctitle h2::before { | |||
content: ""; | |||
display: block; | |||
width: 12px; | |||
height: 12px; | |||
--mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewbox='0 0 12 12'%3E%3Cpath id='bulleted-list-tiny' d='M1.29 9.277c-.181.19-.29.45-.29.71 0 .26.109.52.29.71.189.18.45.29.71.29.26 0 .519-.11.71-.29.18-.19.29-.45.29-.71 0-.26-.11-.52-.29-.71-.38-.37-1.05-.37-1.42 0M10 9H6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2M6 3h4a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2m4 2H6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2M1.29 1.277c.37-.37 1.04-.37 1.42 0 .18.19.29.45.29.71 0 .26-.11.52-.29.71-.191.18-.45.29-.71.29-.26 0-.521-.11-.71-.29-.181-.19-.29-.45-.29-.71 0-.26.109-.52.29-.71zM2.55 5.17c.06.03.11.08.16.12.18.19.29.45.29.71 0 .26-.11.521-.29.71-.05.04-.1.09-.16.12a.559.559 0 0 1-.17.09c-.06.03-.12.05-.19.06-.06.01-.13.02-.19.02-.26 0-.52-.11-.71-.29A1.05 1.05 0 0 1 1 6c0-.26.11-.52.29-.71.24-.23.58-.34.9-.269a.6.6 0 0 1 .19.058c.06.021.12.051.17.091z'%3E%3C/path%3E%3C/svg%3E") no-repeat; | |||
-webkit-mask: var(--mask); | |||
mask: var(--mask); | |||
-webkit-mask-size: 100% 100%; | |||
mask-size: 100% 100%; | |||
-webkit-mask-position: center center; | |||
mask-position: center center; | |||
background: var(--theme-icon-color); | |||
margin: 0 6px 0 0; | |||
} | } | ||
.toc .toctogglelabel { | |||
position: absolute; | |||
width: 100%; | |||
height: 100%; | |||
left: 0; | |||
top: 0; | |||
padding: 0 8px; | |||
font-size: unset; | |||
line-height: unset; | |||
display: flex; | |||
align-items: center; | |||
justify-content: flex-end; | |||
font-family: var(--font-family-heading); | |||
} | } | ||
.toctogglecheckbox:not(:checked) + .toctitle .toctogglelabel:after, | |||
.toctogglecheckbox:checked + .toctitle .toctogglelabel:after { | |||
content: ""; | |||
display: block; | |||
pointer-events: none; | |||
--mask: var(--icon-chevron-down) no-repeat; | |||
-webkit-mask: var(--mask); | |||
mask: var(--mask); | |||
-webkit-mask-size: 100% 100%; | |||
mask-size: 100% 100%; | |||
-webkit-mask-position: center center; | |||
mask-position: center center; | |||
background: var(--theme-icon-color); | |||
width: 14px; | |||
height: 14px; | |||
flex: 0 0 auto; | |||
transform: scaleY(-1); | |||
} | } | ||
.toctogglecheckbox:checked + .toctitle .toctogglelabel:after { | |||
transform: none; | |||
} | } | ||
.toc > ul { | |||
margin: 6px 0 0 0; | |||
border: 1px solid | border-top: 1px solid var(--theme-border-color-base); | ||
padding-top: 2px; | |||
} | } | ||
#searchInput:focus { | |||
outline: 2px solid var(--color-contrast); | |||
} | } | ||
.toctogglecheckbox:focus + .toctitle .toctogglelabel { | |||
. | outline: none; | ||
. | |||
} | } | ||
/* #endregion */ | |||
/* | /* ============ */ | ||
/* #region Классы */ | |||
/* ============ */ | |||
. | /* Ссылка на весь контейнер кнопки */ | ||
a:has(.StupidButton) { | |||
position: absolute; | |||
top: 0; | |||
bottom: 0; | |||
left: 0; | |||
right: 0; | |||
z-index: var(--index-overlay); | |||
} | } | ||
. | /* Подсветка при наведении */ | ||
.backlight:hover { | |||
box-shadow: 0 0 4px 2px var(--color-contrast); | |||
} | } | ||
/* | /* Key press */ | ||
. | .keyboard-key, | ||
.ve-ui-commandHelpDialog-shortcut > kbd, .ve-ui-commandHelpDialog-sequence > kbd { | |||
border: 1px solid var(--theme-border-color-100); | |||
border: 1px solid var(--theme- | |||
border-radius: var(--border-radius-low); | border-radius: var(--border-radius-low); | ||
background-image: linear-gradient(to bottom, var(--theme-bg-color-100), var(--theme-bg-color-250), var(--theme-bg-color-100)); | |||
color: var(--theme--text-color); | |||
padding: 0.1em 0.3em; | |||
font-family: inherit; | |||
font-size: 0.8em; | |||
} | } | ||
/* | /* Кнопка вверх [[Файл:AnomalyElectricityPulse.png]] */ | ||
#scroll-top { | |||
display: none !important; | |||
background: url(https://station14.ru/images/0/00/AnomalyElectricityPulse.png) 0% 0%/57px 57px no-repeat; | |||
opacity: 0.5; | |||
width: 57px; | |||
height: 57px; | |||
cursor: pointer; | |||
position: fixed; | |||
right: calc(0.95em + 6px); | |||
bottom: 30px; | |||
z-index: 10000; | |||
image-rendering: pixelated; | |||
filter: var(--filter-drop-shadow-medium); | |||
} | } | ||
#scroll-top:hover { | |||
opacity: 0.8; | |||
} | } | ||
@media screen and (max-width: 850px) { | |||
#scroll-top { | |||
transform: translate(-50%, -50%); | |||
left: 50%; | |||
right: 50%; | |||
bottom: 15px; | |||
opacity: 0.3; | |||
} | |||
} | } | ||
. | /* Необходим для использования fonts.google.com/icons */ | ||
font-size: 1 | .material-symbols-outlined { | ||
font-family: 'Material Symbols Outlined'; | |||
display: | font-weight: normal; | ||
font-style: normal; | |||
font-size: 24px; | |||
line-height: 1; | |||
letter-spacing: normal; | |||
text-transform: none; | |||
display: inline-block; | |||
white-space: nowrap; | |||
word-wrap: normal; | |||
direction: ltr; | |||
-webkit-font-feature-settings: 'liga'; | |||
-webkit-font-smoothing: antialiased | |||
} | |||
#mw-indicator-mw-helplink a { | |||
background-image: none; | |||
} | } | ||
. | .mw-body-content sub,.mw-body-content sup,span.reference { | ||
font-size: 80% | |||
} | } | ||
. | .ns-talk .mw-body-content dd { | ||
margin-top: 0.4em; | |||
margin-bottom: 0.4em | |||
} | } | ||
#interwiki-completelist { | |||
font-weight: bold | |||
} | } | ||
. | .hatnote { | ||
font-style: italic; | |||
padding-left: 1.6em; | |||
} | } | ||
. | .biglink { | ||
font-family: var(--font-family-oswald); | |||
font-style: oblique 10deg; | |||
font-variant-caps: small-caps; | |||
text-shadow: var(--theme-bg-color-base) 1px 2px,#595959dd 2px 2px 1px | |||
} | } | ||
# | .client-js .mw-special-Watchlist #watchlist-message,.client-js .collapsible:not(.mw-made-collapsible).collapsed>tbody>tr:not(:first-child),#editpage-specialchars { | ||
display: none | |||
} | } | ||
. | .mw-rcfilters-enabled .mw-specialpage-summary { | ||
margin-top: 1em | |||
} | } | ||
.citation:target { | |||
background: rgba(0, 127, 255, 0.133) | |||
} | |||
.citation { | |||
. | word-wrap: break-word | ||
} | } | ||
ol.references { | |||
. | font-size: 90%; | ||
margin-bottom: 0.5em | |||
} | } | ||
.hlist dl,.hlist ol,.hlist ul { | |||
margin: 0; | |||
padding: 0 | |||
} | } | ||
.hlist dd,.hlist dt,.hlist li { | |||
margin: 0; | |||
display: inline | |||
} | } | ||
.hlist.inline,.hlist.inline dl,.hlist.inline ol,.hlist.inline ul,.hlist dl dl,.hlist dl ol,.hlist dl ul,.hlist ol dl,.hlist ol ol,.hlist ol ul,.hlist ul dl,.hlist ul ol,.hlist ul ul { | |||
display: inline | |||
} | } | ||
.hlist .mw-empty-li { | |||
display: none | |||
} | } | ||
.hlist dt:after { | |||
content: ":" | |||
} | } | ||
. | .hlist dd:after,.hlist li:after { | ||
font- | content: " · "; | ||
font-weight: bold | |||
} | } | ||
. | .hlist dd:last-child:after,.hlist dt:last-child:after,.hlist li:last-child:after { | ||
content: none | |||
} | } | ||
.hlist dd dd:first-child:before,.hlist dd dt:first-child:before,.hlist dd li:first-child:before,.hlist dt dd:first-child:before,.hlist dt dt:first-child:before,.hlist dt li:first-child:before,.hlist li dd:first-child:before,.hlist li dt:first-child:before,.hlist li li:first-child:before { | |||
font-weight: | content: " ("; | ||
font-weight: normal | |||
} | } | ||
. | .hlist dd dd:last-child:after,.hlist dd dt:last-child:after,.hlist dd li:last-child:after,.hlist dt dd:last-child:after,.hlist dt dt:last-child:after,.hlist dt li:last-child:after,.hlist li dd:last-child:after,.hlist li dt:last-child:after,.hlist li li:last-child:after { | ||
content: ")"; | |||
font-weight: normal | |||
} | } | ||
. | .hlist ol { | ||
counter-reset: listitem | |||
} | } | ||
. | .hlist ol>li { | ||
counter-increment: listitem | |||
} | } | ||
. | .hlist ol>li:before { | ||
content: " " counter(listitem) "\a0" | |||
} | } | ||
. | .hlist dd ol>li:first-child:before,.hlist dt ol>li:first-child:before,.hlist li ol>li:first-child:before { | ||
content: " (" counter(listitem) "\a0" | |||
} | } | ||
ol. | .plainlist ol,.plainlist ul { | ||
line-height: inherit; | |||
margin | list-style: none none; | ||
margin: 0 | |||
} | } | ||
. | .plainlist ol li,.plainlist ul li { | ||
margin | margin-bottom: 0 | ||
} | } | ||
. | @media (max-width: 800px) { | ||
.grid-adaptive { | |||
grid-template-columns: 1fr !important; | |||
} | |||
} | } | ||
. | .grid-item-adaptive { | ||
display: | display: grid; | ||
gap: 8px; | |||
grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 30vw, 300px), 1fr)); | |||
} | } | ||
. | .grid-small-item-adaptive { | ||
display: | display: grid; | ||
gap: 8px; | |||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); | |||
} | } | ||
. | .grid-item-compressed { | ||
display: grid; | |||
gap: 10px; | |||
grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 30vw, 350px), 0fr)); | |||
} | } | ||
. | .grid-item-compressed { | ||
display: grid; | |||
gap: 10px; | |||
grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 30vw, 350px), 0fr)); | |||
} | } | ||
. | .link-card__flex-container { | ||
content: | display: flex; | ||
gap: 10px; | |||
justify-content: center; | |||
flex-grow: 1; | |||
align-items: flex-start; | |||
flex-wrap: wrap; | |||
align-content: center; | |||
} | } | ||
@media (max-width: 800px) { | |||
.link-card__flex-container { | |||
gap: 8px; | |||
} | |||
} | } | ||
. | /* Удаление верхних и нижних отступов для первого и последнего дочернего элемента */ | ||
.no-margin-edges > :first-child, | |||
.tabs-content > :first-child, | |||
.doc > :first-child { | |||
margin-top: 0 !important; | |||
} | } | ||
. | .no-margin-edges > :last-child, | ||
.tabs-content > :last-child, | |||
.doc > :last-child { | |||
margin-bottom: 0 !important; | |||
} | } | ||
. | /* Сброс и настройка отступов для списков */ | ||
.list-reset-margin ol { | |||
margin: 0 0 0 24px; | |||
padding: 0; | |||
} | } | ||
. | .list-reset-margin > ol:not(:first-child) > li:not(:first-child), | ||
.list-reset-margin > ul:nth-of-type(n+2) { | |||
margin-top: 10px; | |||
} | } | ||
. | /* Кнопка копирования текста */ | ||
.copy-icon { | |||
cursor: pointer; | |||
} | } | ||
. | /* Кнопка копирования текста */ | ||
.brightness-overlay::before { | |||
content: ""; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
z-index: -1; | |||
background: var(--background-color); | |||
} | } | ||
/* Псевдоэлемент для добавления фона, который изменяет яркость при наведении */ | |||
.brightness-overlay::before { | |||
content: ""; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
z-index: 0; | |||
background: var(--background-color); | |||
} | |||
.brightness-overlay:hover::before { | |||
filter: brightness(103%); | |||
} | } | ||
/* Уменьшеная полоса прокрутки */ | |||
@media not all and (hover: none) and (pointer: coarse) { | |||
body:not(.wgl-theme-light) .short-scrollbar::-webkit-scrollbar { | |||
width: 13px; | |||
} | |||
} | } | ||
. | /* Для для динамичного вида кнопки "[развернуть]" */ | ||
.collapsible-absolute .mw-collapsible-toggle { | |||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
} | } | ||
. | /* Обводка тенью изображений и текста */ | ||
.with-drop-shadow, | |||
.mw-wiki-logo.timeless-logo img { | |||
filter: var(--filter-drop-shadow-medium); | |||
} | } | ||
. | .tooltip { | ||
position: relative; | |||
display: inline; | |||
} | } | ||
. | .tooltiptext { | ||
position: absolute; | |||
min-width: 240px; | |||
max-width: 100%; | |||
left: -240px; | |||
right: -240px; | |||
top: 125%; | |||
margin-left: auto; | |||
margin-right: auto; | |||
z-index: 99; | |||
padding: 22px; | |||
pointer-events: none; | |||
visibility: hidden; | |||
transition: all 0.05s; | |||
border: 1px solid var(--color-contrast); | |||
border-radius: 1.4rem; | |||
background: var(--ooui-bg-color); | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); | |||
} | } | ||
.tooltip:hover>.tooltiptext { | |||
visibility: visible; | |||
opacity: 1; | |||
} | } | ||
@media screen and (min-width: 851px) { | |||
.mobile { | |||
. | display:none | ||
} | |||
} | |||
. | .headder { | ||
width: 25%; | |||
float: right; | |||
margin-left: 1em | |||
} | } | ||
.stiky { | |||
. | position: sticky; | ||
top: 0.1em | |||
} | |||
} | } | ||
@media screen and (max-width: 850px) { | |||
. | .nomobile { | ||
display: none !important; | |||
} | } | ||
.headder { | |||
. | width: 100%; | ||
margin-left: 0; | |||
} | } | ||
.tooltip { | |||
. | position: static; | ||
} | |||
} | |||
.tooltiptext { | |||
box-shadow: var(--box-shadow-overlay); | |||
position: fixed!important; | |||
width: 80vw !important; | |||
top: 40vh !important; | |||
left: 0 !important; | |||
margin: 0 auto !important; | |||
right: 0!important; | |||
} | |||
/* | |||
.mobilefont { | |||
font-size: 80% | |||
} | |||
*/ | |||
.mobile-image img { | |||
width: 32px !important; | |||
height: 32px !important; | |||
} | |||
} | } | ||
. | /* Класс для уменьшения яркости фона tabs */ | ||
.tabs-no-background > .tabs-container { | |||
background: rgba(var(--color-lighter--rgb), 0.02); | |||
} | } | ||
/* #endregion */ | |||
/* ============ */ | |||
/* #region <syntaxhighlight> CODE BLOCKS */ | |||
/* ============ */ | |||
:root { | |||
--synt-high--color-darkCreamy: #262421; | |||
--synt-high--color-lightCreamy: hsl(38, 5%, 45%); | |||
/* | --synt-high--color-comment: var(--synt-high--color-lightCreamy); | ||
. | --synt-high--color-err: #ff1a94; | ||
--synt-high--color-operator: #e7236a; | |||
--synt-high--color-punctuation: #f8f8f2; | |||
--synt-high--color-string: #e6db74; | |||
--synt-high--color-date: var(--synt-high--color-string); | |||
/* names for things such as variables, functions, classes, etc. */ | |||
--synt-high--color-name: #a6e22e; | |||
/* literals, mostly numbers, some string stuff too. */ | |||
--synt-high--color-literal: #ae81ff; | |||
/* keywords and constants */ | |||
--synt-high--color-keyword: #57b8cb; | |||
--action-color: hsl(220, 60%, 50%); | |||
} | |||
/* Modified version of https://github.com/richleland/pygments-css/blob/master/monokai.css */ | |||
/* Highlighted Lines */ | |||
body:not(.wgl-theme-light) .mw-highlight .hll { | |||
background: var(--action-color); | |||
} | } | ||
/* | /* Error */ | ||
. | body:not(.wgl-theme-light) .mw-highlight .err { | ||
.mw- | color: var(--synt-high--color-err); | ||
background: hsl(328, 40%, 16%); | |||
} | } | ||
. | /* Keyword */ | ||
body:not(.wgl-theme-light) .mw-highlight .k { | |||
color: var(--synt-high--color-keyword); | |||
} | } | ||
/* Literal */ | |||
body:not(.wgl-theme-light) .mw-highlight .l { | |||
color: var(--synt-high--color-literal); | |||
} | } | ||
. | /* Name */ | ||
body:not(.wgl-theme-light) .mw-highlight .n { | |||
color: #f8f8f2; | |||
} | } | ||
/* Operator */ | |||
body:not(.wgl-theme-light) .mw-highlight .o { | |||
color: var(--synt-high--color-operator); | |||
} | |||
/* Punctuation */ | |||
body:not(.wgl-theme-light) .mw-highlight .p { | |||
color: var(--synt-high--color-punctuation); | |||
} | |||
/* Comment */ | |||
body:not(.wgl-theme-light) .mw-highlight .c { | |||
color: var(--synt-high--color-comment); | |||
} | } | ||
/* Comment.Hashbang */ | |||
body:not(.wgl-theme-light) .mw-highlight .ch { | |||
color: var(--synt-high--color-comment); | |||
} | |||
/* Comment.Multiline */ | |||
body:not(.wgl-theme-light) .mw-highlight .cm { | |||
color: var(--synt-high--color-comment); | |||
} | |||
/* Comment.Preproc */ | |||
body:not(.wgl-theme-light) .mw-highlight .cp { | |||
color: var(--synt-high--color-comment); | |||
} | |||
/* Comment.PreprocFile */ | |||
body:not(.wgl-theme-light) .mw-highlight .cpf { | |||
color: var(--synt-high--color-comment); | |||
} | } | ||
/* | /* Comment.Single */ | ||
. | body:not(.wgl-theme-light) .mw-highlight .c1 { | ||
color: var(--synt-high--color-comment); | |||
} | } | ||
/* | /* Comment.Special */ | ||
body:not(.wgl-theme-light) .mw-highlight .cs { | |||
color: var(--synt-high--color-comment); | |||
} | |||
: | /* Generic.Deleted */ | ||
body:not(.wgl-theme-light) .mw-highlight .gd { | |||
color: #f92672; | |||
} | |||
/* Generic.Emph */ | |||
body:not(.wgl-theme-light) .mw-highlight .ge { | |||
font-style: italic; | |||
- | |||
} | } | ||
/* | /* Generic.Inserted */ | ||
body:not(.wgl-theme-light) .mw-highlight .gi { | |||
color: var(--synt-high--color-name); | |||
} | |||
/* | /* Generic.Strong */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .gs { | ||
font-weight: bold; | |||
} | } | ||
/* | /* Generic.Subheading */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .gu { | ||
color: | color: #75715e; | ||
} | } | ||
/* Keyword */ | /* Keyword.Constant */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .kc { | ||
color: var(--synt-high--color-keyword); | color: var(--synt-high--color-keyword); | ||
} | } | ||
/* | /* Keyword.Declaration */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .kd { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-keyword); | ||
} | } | ||
/* | /* Keyword.Namespace */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .kn { | ||
color: # | color: #f92672; | ||
} | } | ||
/* | /* Keyword.Pseudo */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .kp { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-keyword); | ||
} | } | ||
/* | /* Keyword.Reserved */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .kr { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-keyword); | ||
} | } | ||
/* | /* Keyword.Type */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .kt { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-keyword); | ||
} | } | ||
/* | /* Literal.Date */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .ld { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-date); | ||
} | } | ||
/* | /* Literal.Number */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .m { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-literal); | ||
} | } | ||
/* | /* Literal.String */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .s { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Name.Attribute */ | ||
.mw-highlight .na { | |||
color: var(--synt-high--color- | color: var(--synt-high--color-name); | ||
} | } | ||
/* | /* Name.Builtin */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nb { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Class */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nc { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-name); | ||
} | } | ||
/* | /* Name.Constant */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .no { | ||
color: | color: var(--synt-high--color-keyword); | ||
} | } | ||
/* | /* Name.Decorator */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nd { | ||
color: var(--synt-high--color-name); | color: var(--synt-high--color-name); | ||
} | } | ||
/* | /* Name.Entity */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .ni { | ||
color: #f8f8f2; | |||
} | } | ||
/* | /* Name.Exception */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .ne { | ||
color: | color: var(--synt-high--color-name); | ||
} | } | ||
/* | /* Name.Function */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nf { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-name); | ||
} | } | ||
/* | /* Name.Label */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nl { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Namespace */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nn { | ||
color: # | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Other */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nx { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-name); | ||
} | } | ||
/* | /* Name.Property */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .py { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Tag */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nt { | ||
color: | color: #f92672; | ||
} | } | ||
/* | /* Name.Variable */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .nv { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Operator.Word */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .ow { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-operator); | ||
} | } | ||
/* | /* Text.Whitespace */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .w { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Literal.Number.Bin */ | ||
.mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .mb { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-literal); | ||
} | } | ||
/* | /* Literal.Number.Float */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .mf { | ||
color: | color: var(--synt-high--color-literal); | ||
} | } | ||
/* | /* Literal.Number.Hex */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .mh { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-literal); | ||
} | } | ||
/* | /* Literal.Number.Integer */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .mi { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-literal); | ||
} | } | ||
/* | /* Literal.Number.Oct */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .mo { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-literal); | ||
} | } | ||
/* | /* Literal.String.Affix */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .sa { | ||
color: | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Backtick */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .sb { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Char */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .sc { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Delimiter */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .dl { | ||
color: | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Doc */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .sd { | ||
color: | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Double */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .s2 { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Escape */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .se { | ||
color: | color: var(--synt-high--color-literal); | ||
} | } | ||
/* | /* Literal.String.Heredoc */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .sh { | ||
color: | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Interpol */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .si { | ||
color: | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Other */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .sx { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Literal.String.Regex */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .sr { | ||
color: | color: var(--synt-high--color-string); | ||
} | } | ||
/* Literal. | /* Literal.String.Single */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .s1 { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-string); | ||
} | } | ||
/* Literal. | /* Literal.String.Symbol */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .ss { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-string); | ||
} | } | ||
/* | /* Name.Builtin.Pseudo */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .bp { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Function.Magic */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .fm { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-name); | ||
} | } | ||
/* | /* Name.Variable.Class */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .vc { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Variable.Global */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .vg { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Variable.Instance */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .vi { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* | /* Name.Variable.Magic */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .vm { | ||
color: | color: #f8f8f2; | ||
} | } | ||
/* Literal. | /* Literal.Number.Integer.Long */ | ||
body:not(.wgl-theme-light) .mw-highlight . | body:not(.wgl-theme-light) .mw-highlight .il { | ||
color: var(--synt-high--color- | color: var(--synt-high--color-literal); | ||
} | } | ||
/* #endregion */ | |||
/* | /* ============ */ | ||
/* #region SOURCE EDITOR → SYNTAX HIGHLIGHTING */ | |||
color: var(--synt-high--color- | /* based on: https://github.com/wikimedia/mediawiki-extensions-CodeMirror/blob/master/resources/mode/mediawiki/mediawiki.less */ | ||
/* ============ */ | |||
:root { | |||
/* | /* "se-cm" = Source Editor - Code Mirror */ | ||
/* same color as for source editor */ | |||
color: var(-- | --se-cm--bg-color: var(--bg-color-light-x2); | ||
/* same color as for code block */ | |||
--se-cm--gutter-bg-color: var(--code-color-bg); | |||
/* | /* margin to the left for the main contents of the editor */ | ||
--se-cm--main-contents-left-margin: 0.25rem; | |||
/* bg color for pre/nowiki tags contents */ | |||
--se-cm--pre-bg-color: hsl(205, 21%, 15%); | |||
/* from the <syntaxhighlight> theme */ | |||
/* | --se-cm--comment-color: var(--synt-high--color-comment); | ||
--se-cm--error-color: var(--red-color); | |||
color: var(-- | /* link itself */ | ||
--se-cm--link-color: #699ae9; | |||
/* link delimiter */ | |||
/* | --se-cm--cm-mw-link-delimiter: var(--se-cm--template-delimiter-color); | ||
/* link text */ | |||
color: var(-- | --se-cm--link-text-color: #3873d3; | ||
--se-cm--link-brackets-color: var(--se-cm--link-text-color); | |||
/* things like "DISPLAYTITLE" "templates" (the whole template except the value part) */ | |||
/* | --se-cm--parser-function-color: #e0485a; | ||
/* function param values */ | |||
color: | --se-cm--parser-function-values-color: #e0cacd; | ||
/* table brackets and row delimiter */ | |||
--se-cm--table-punctuation-color: var(--se-cm--parser-function-color); | |||
/* table settings */ | |||
--se-cm--table-settings-color: var(--se-cm--template-name-color); | |||
/* template name */ | |||
--se-cm--template-name-color: #a142cf; | |||
/* template arg names */ | |||
--se-cm--template-arg-name-color: #9e27da; | |||
/* template brackets */ | |||
--se-cm--template-brackets-color: var(--se-cm--template-name-color); | |||
/* template arg values */ | |||
--se-cm--template-values-color: #a3cced; | |||
/* template arg delimiters */ | |||
--se-cm--template-delimiter-color: var(--se-cm--link-color); | |||
/* template param name */ | |||
--se-cm--template-param-name-color: #d07b00; | |||
/* template param brackets */ | |||
--se-cm--template-param-brackets-color: #ac6600; | |||
/* template param values */ | |||
--se-cm--template-param-value-color: hsl(207,90%,83%); | |||
/* template param delimiter */ | |||
--se-cm--template-param-delimiter-color: var(--se-cm--template-delimiter-color); | |||
/* wiki formatting: headers, bullet points, bold/italic quotes, etc. */ | |||
--se-cm--wikitext-formatting-color: var(--se-cm--link-text-color); | |||
/* html tags, including ones specific for the wiki (like syntaxhighlight) */ | |||
--se-cm--xml-tag-color: #11a886; | |||
/* selection color */ | |||
--se-cm--selection-color: hsl(205, 21%, 30%); | |||
/* bg color applied when selecting a bracket that has a match (in templates) */ | |||
--se-cm--matching-brackets-bg-color: hsl(205, 21%, 44%); | |||
} | } | ||
/* the whole content body code mirror wrapper */ | |||
/* | body:not(.wgl-theme-light) .CodeMirror-wrap { | ||
body:not(.wgl-theme-light) . | /* same color as for source editor */ | ||
color: var(-- | background: var(--se-cm--bg-color); | ||
/* color for the text that the other rules don't apply to (regular text, header text, etc.) */ | |||
color: var(--text-color); | |||
} | } | ||
/* the actual lines of text */ | |||
/* | body:not(.wgl-theme-light) .CodeMirror pre.CodeMirror-line { | ||
body:not(.wgl-theme-light) . | /* a little bit of margin for the main content */ | ||
margin-left: var(--se-cm--main-contents-left-margin); | |||
} | } | ||
/* gutters?? */ | |||
/* | body:not(.wgl-theme-light) .CodeMirror-wrap .CodeMirror-gutters { | ||
body:not(.wgl-theme-light) . | border-color: var(--ooui-border-color); | ||
color: var(-- | |||
} | } | ||
/* gutter */ | |||
/* | body:not(.wgl-theme-light) .CodeMirror-wrap .CodeMirror-gutter { | ||
body:not(.wgl-theme-light) . | /* same color as for code block */ | ||
color: | background: var(--se-cm--gutter-bg-color); | ||
} | } | ||
/* selection */ | |||
/* | body:not(.wgl-theme-light) .CodeMirror-line::selection, | ||
body:not(.wgl-theme-light) . | /* selection */ | ||
body:not(.wgl-theme-light) .CodeMirror-line>span::selection, | |||
/* selection */ | |||
body:not(.wgl-theme-light) .CodeMirror-line>span>span::selection { | |||
background: var(--se-cm--selection-color); | |||
} | } | ||
/* bullet point symbol */ | |||
/* | body:not(.wgl-theme-light) .cm-mw-list, | ||
body:not(.wgl-theme-light) .mw- | /* ???? */ | ||
color: | body:not(.wgl-theme-light) .cm-mw-indenting { | ||
color: var(--se-cm--wikitext-formatting-color); | |||
} | } | ||
/* magic words */ | |||
/* | body:not(.wgl-theme-light) .cm-mw-doubleUnderscore, | ||
body:not(.wgl-theme-light) .mw- | /* magic words */ | ||
color: | body:not(.wgl-theme-light) .cm-mw-double-underscore, | ||
/* ???? user signature maybe */ | |||
body:not(.wgl-theme-light) .cm-mw-signature, | |||
/* ???? hr tags prob */ | |||
body:not(.wgl-theme-light) .cm-mw-hr { | |||
color: var(--se-cm--wikitext-formatting-color); | |||
/* override the defaults */ | |||
background: inherit; | |||
} | } | ||
/* html sequences like " " */ | |||
/* | body:not(.wgl-theme-light) .cm-mw-mnemonic, | ||
body:not(.wgl-theme-light) .mw- | /* ???? */ | ||
color: # | body:not(.wgl-theme-light) .cm-mw-html-entity { | ||
color: var(--se-cm--xml-tag-color); | |||
background: #684905; | |||
border-radius: 2px; | |||
} | } | ||
/* comments */ | |||
/* | body:not(.wgl-theme-light) .cm-mw-comment { | ||
body:not(.wgl-theme-light) .mw- | color: var(--se-cm--comment-color); | ||
color: | |||
} | } | ||
/* formatting: 3 apostrophes for bold text */ | |||
/* | body:not(.wgl-theme-light) .cm-mw-apostrophes-bold, | ||
body:not(.wgl-theme-light) .mw- | /* formatting: 2 apostrophes for italic text | ||
color: var(-- | todo make them separate? better eligibility */ | ||
body:not(.wgl-theme-light) .cm-mw-apostrophes-italic { | |||
color: var(--se-cm--wikitext-formatting-color); | |||
} | } | ||
/* | /* template name */ | ||
body:not(.wgl-theme-light) .cm-mw-template-name { | |||
color: var(--se-cm--template-name-color); | |||
/* disable the default */ | |||
text-decoration: none; | |||
} | |||
/* template arg names */ | |||
body:not(.wgl-theme-light) .cm-mw-template-argument-name { | |||
color: var(--se-cm--template-arg-name-color); | |||
} | |||
/* template arg values */ | |||
body:not(.wgl-theme-light) .cm-mw-template { | |||
/* | color: var(--ooui-text-color); | ||
- | } | ||
/* template pipe delimiters (maybe colon too for modules?) */ | |||
body:not(.wgl-theme-light) .cm-mw-template-delimiter { | |||
color: var(--se-cm--template-name-color); | |||
} | |||
/* template brackets */ | |||
body:not(.wgl-theme-light) .cm-mw-template-bracket { | |||
color: var(--se-cm--template-brackets-color); | |||
} | |||
/* template variable (with 3 brackets) name */ | |||
body:not(.wgl-theme-light) .cm-mw-templatevariable-name { | |||
color: var(--se-cm--template-param-name-color); | |||
} | |||
/* template variable (with 3 brackets) value */ | |||
body:not(.wgl-theme-light) .cm-mw-templatevariable { | |||
color: var(--se-cm--template-param-brackets-color); | |||
} | |||
/* template variable brackets (3 brackets) */ | |||
body:not(.wgl-theme-light) .cm-mw-templatevariable-bracket { | |||
color: var(--se-cm--template-param-brackets-color); | |||
} | } | ||
/* | /* template variable (with 3 brackets) delimiter */ | ||
body:not(.wgl-theme-light) . | body:not(.wgl-theme-light) .cm-mw-templatevariable-delimiter { | ||
color: var(--se-cm--template-param-brackets-color); | |||
} | } | ||
/* | /* parser functions (things like "DISPLAYTITLE" or invokes) → name */ | ||
body:not(.wgl-theme-light) . | body:not(.wgl-theme-light) .cm-mw-parserfunction-name { | ||
color: var(--se-cm--parser-function-color) !important; | |||
} | } | ||
/* | /* parser functions (things like "DISPLAYTITLE" or invokes) → value */ | ||
body:not(.wgl-theme-light) . | body:not(.wgl-theme-light) .cm-mw-parserfunction { | ||
color: var(--se-cm--parser-function-values-color); | |||
} | } | ||
/* | /* parser functions (things like "DISPLAYTITLE" or invokes) → brackets */ | ||
body:not(.wgl-theme-light) . | body:not(.wgl-theme-light) .cm-mw-parserfunction-bracket { | ||
color: var(--se-cm--parser-function-color); | |||
} | } | ||
/* | /* parser functions (things like "DISPLAYTITLE" or invokes) → delimiters */ | ||
body:not(.wgl-theme-light) .cm-mw-parserfunction-delimiter { | |||
color: var(--se-cm--parser-function-color); | |||
body:not(.wgl-theme-light) . | |||
} | } | ||
/* | /* wiki html tag names? like >syntaxhighlight> */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-exttag-name, | ||
/* | /* html tag names */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-htmltag-name { | ||
color: var(--se-cm-- | color: var(--se-cm--xml-tag-color); | ||
} | } | ||
/* | /* if a string starts with an empty space, it will generate a pre block. | ||
this targets that one single space. | |||
same style as for html tag names, but for bg here */ | |||
body:not(.wgl-theme-light) .cm-mw-skipformatting { | |||
background: var(--se-cm--xml-tag-color); | |||
body:not(.wgl-theme-light) .cm-mw- | |||
} | } | ||
/* html | /* wiki html tag brackets */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-exttag-bracket, | ||
/* | /* wiki html tag attributes (name, delimiter, value) */ | ||
body:not(.wgl-theme-light) .cm-mw-html- | body:not(.wgl-theme-light) .cm-mw-exttag-attribute, | ||
/* html tag brackets */ | |||
body:not(.wgl-theme-light) .cm-mw-htmltag-bracket, | |||
/* html tag attributes (name, delimiter, value) */ | |||
body:not(.wgl-theme-light) .cm-mw-htmltag-attribute { | |||
color: var(--se-cm--xml-tag-color); | color: var(--se-cm--xml-tag-color); | ||
} | } | ||
/* | /* pre tag BLOCK contents */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) pre.CodeMirror-line.cm-mw-tag-pre, | ||
/* pre tag INLINE contents */ | |||
body:not(.wgl-theme-light) .CodeMirror-line span.cm-mw-tag-pre, | |||
/* | /* ???? */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) pre.CodeMirror-line-like.cm-mw-tag-pre, | ||
/* | /* pre tag contents */ | ||
body:not(.wgl-theme-light) .cm-mw-tag-pre, | |||
body:not(.wgl-theme-light) .cm-mw- | /* ============== */ | ||
/* nowiki tag BLOCK contents */ | |||
body:not(.wgl-theme-light) pre.CodeMirror-line.cm-mw-tag-nowiki, | |||
/* nowiki tag INLINE contents */ | |||
body:not(.wgl-theme-light) .CodeMirror-line span.cm-mw-tag-nowiki, | |||
/* ???? */ | |||
body:not(.wgl-theme-light) pre.CodeMirror-line-like.cm-mw-tag-nowiki, | |||
/* nowiki tag contents */ | |||
body:not(.wgl-theme-light) .cm-mw-tag-nowiki { | |||
background: var(--se-cm--pre-bg-color); | |||
} | } | ||
/* | /* pre tag BLOCK contents */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) pre.CodeMirror-line.cm-mw-tag-pre, | ||
/* nowiki tag BLOCK contents */ | |||
/* | body:not(.wgl-theme-light) pre.CodeMirror-line.cm-mw-tag-nowiki { | ||
/* colors the margin gap bg for block variants */ | |||
box-shadow: calc(-1 * var(--se-cm--main-contents-left-margin)) 0 | |||
var(--se-cm--pre-bg-color); | |||
} | } | ||
/* | /* pre tag INLINE contents */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .CodeMirror-line span.cm-mw-tag-pre, | ||
/* nowiki tag INLINE contents */ | |||
body:not(.wgl-theme-light) .CodeMirror-line span.cm-mw-tag-nowiki { | |||
/* a little corner rounding won't hurt a thing! */ | |||
border-radius: 2px; | |||
} | } | ||
/* | /* ???? */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-link, | ||
color: var(-- | /* ???? */ | ||
body:not(.wgl-theme-light) .cm-mw-link-tosection, | |||
/* header equal signs */ | |||
body:not(.wgl-theme-light) .cm-mw-section-header { | |||
color: var(--se-cm--wikitext-formatting-color); | |||
} | } | ||
/* | /* link itself */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-link-pagename, | ||
color: var(--se-cm-- | /* external link itself, without protocol */ | ||
body:not(.wgl-theme-light) .cm-mw-extlink, | |||
/* ???? same as above, maybe? */ | |||
body:not(.wgl-theme-light) .cm-mw-free-extlink, | |||
/* external link protocol (the "https://" part) */ | |||
body:not(.wgl-theme-light) .cm-mw-extlink-protocol, | |||
/* ???? same as above, maybe? */ | |||
body:not(.wgl-theme-light) .cm-mw-free-extlink-protocol { | |||
color: var(--se-cm--link-color); | |||
} | } | ||
/* | /* link brackets */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-link-bracket, | ||
color: var(--se-cm-- | /* external link brackets */ | ||
body:not(.wgl-theme-light) .cm-mw-extlink-bracket { | |||
color: var(--se-cm--link-color); | |||
} | } | ||
/* | /* link delimiter */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-link-delimiter { | ||
color: var(--se-cm-- | color: var(--se-cm--cm-mw-link-delimiter); | ||
} | } | ||
/* | /* link text */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-link-text, | ||
color: var(--se-cm-- | /* external link text */ | ||
body:not(.wgl-theme-light) .cm-mw-extlink-text { | |||
color: var(--se-cm--link-text-color); | |||
} | } | ||
/* | /* tables opening "{|" and closing "|}" brackets */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-table-bracket, | ||
color: var(--se-cm-- | /* table row delimiter (doesn't include cols!) */ | ||
body:not(.wgl-theme-light) .cm-mw-table-delimiter { | |||
color: var(--se-cm--table-punctuation-color); | |||
} | } | ||
/* | /* the table settings I guess? (like «class="wikitable"») */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-table-definition { | ||
color: var(--se-cm-- | color: var(--se-cm--table-settings-color); | ||
} | } | ||
/* | /* ???? idk some kind of formatting errors? */ | ||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-error, | ||
color: var(--se-cm-- | body:not(.wgl-theme-light) .cm-mw-error, | ||
body:not(.wgl-theme-light) .cm-s-default .cm-error { | |||
color: var(--se-cm--error-color); | |||
} | } | ||
body:not(.wgl-theme-light) .cm-mw-matchingbracket { | |||
body:not(.wgl-theme-light) .cm-mw- | background: var(--se-cm--matching-brackets-bg-color); | ||
/* disable the default */ | |||
box-shadow: none; | |||
} | } | ||
/* | /* various inline bg targeting things, idk what each of them target exactly */ | ||
.cm-mw-template2-ground, | |||
.cm-mw-template3-ground, | |||
.cm-mw-ext-ground, | |||
.cm-mw-template-ext-ground, | |||
.cm-mw-ext2-ground, | |||
.cm-mw-template-ext2-ground, | |||
.cm-mw-ext3-ground, | |||
.cm-mw-template-ext3-ground, | |||
.cm-mw-link-ground, | |||
.cm-mw-ext-link-ground, | |||
.cm-mw-template-link-ground, | |||
.cm-mw-ext2-link-ground, | |||
.cm-mw-template-ext-link-ground, | |||
.cm-mw-ext3-link-ground, | |||
.cm-mw-template-ext2-link-ground, | |||
.cm-mw-template-ext3-link-ground, | |||
.cm-mw-template2-ext-ground, | |||
.cm-mw-template2-ext2-ground, | |||
.cm-mw-template2-ext3-ground, | |||
.cm-mw-template2-link-ground, | |||
.cm-mw-template2-ext-link-ground, | |||
.cm-mw-template2-ext2-link-ground, | |||
.cm-mw-template2-ext3-link-ground, | |||
.cm-mw-template3-ext-ground, | |||
.cm-mw-template3-ext2-ground, | |||
.cm-mw-template3-ext3-ground, | |||
.cm-mw-template3-link-ground, | |||
.cm-mw-template3-ext-link-ground, | |||
.cm-mw-template3-ext2-link-ground, | |||
.cm-mw-template3-ext3-link-ground { | |||
/* just disable them */ | |||
background: inherit; | |||
} | } | ||
/* | /* new code */ | ||
body:not(.wgl-theme-light) .cm-mw-template-ground.cm-mw-template, | |||
body:not(.wgl-theme-light) .cm-mw-template2-ground.cm-mw-template, | |||
body:not(.wgl-theme-light) .cm-mw- | body:not(.wgl-theme-light) .cm-mw-template3-ground.cm-mw-template { | ||
color: var(--se-cm--template-values-color); | |||
} | } | ||
/* | /* #endregion */ | ||
/* | /* ============ */ | ||
/* #region DRUID Infoboxes */ | |||
/* | /* ============ */ | ||
/* | /* DRUID Infobox. */ | ||
/* source: https://support.wiki.gg/wiki/MediaWiki:Gadget-druidInfoboxes.css */ | |||
color: var(-- | /* license: CC BY-SA 4.0 */ | ||
/****************************************/ | |||
/******* Start DRUID CSS rules *********/ | |||
/****************************************/ | |||
/* --------------------------------- */ | |||
/* Safe to edit ABOVE this line */ | |||
/* --------------------------------- */ | |||
/* --------------------------------- */ | |||
/* Do not edit below this line */ | |||
/* --------------------------------- */ | |||
.druid-container { | |||
--druid-border-color: var(--theme-border-color-base); | |||
--druid-color-contrast: var(--color-contrast-dark); | |||
} | } | ||
table.druid-container { | |||
background: var(--theme-bg-color-150); | |||
float: right; | |||
clear: right; | |||
margin: 0 0 1em 1em; | |||
max-width: 400px; | |||
min-width: 300px; | |||
box-sizing: border-box; | |||
position: relative; | |||
z-index: 1; | |||
border: 1px solid var(--druid-border-color); | |||
border-radius: 0.2em; | |||
overflow: auto; | |||
border-spacing: 0; | |||
padding: 2px; | |||
} | } | ||
@media screen and (max-width: 720px) { | |||
.druid-container { | |||
float: none; | |||
margin: 0.5rem auto; | |||
min-width: 100%; | |||
} | |||
} | } | ||
.druid-main-images-file, | |||
.druid-main-image { | |||
text-align: center; | |||
} | } | ||
.druid-infobox .druid-title, | |||
.druid-infobox .druid-section { | |||
background: var(--druid-color-contrast); | |||
border-bottom: 2px solid var(--color-darkened-border); | |||
border-radius: 0.1em; | |||
padding: 5px; | |||
text-align: center; | |||
font-size: var(--font-size-ml); | |||
font-weight: bold; | |||
} | } | ||
.druid-infobox .druid-section { | |||
font-size: var(--font-size-m); | |||
background: color-mix(in srgb, var(--druid-color-contrast) 30%, var(--theme-bg-color-150)); | |||
border-top: 1px solid var(--theme-border-color-base); | |||
padding: 4px; | |||
} | } | ||
.druid-infobox .druid-collapsible .druid-section { | |||
flex-grow: 1; | |||
} | } | ||
.druid-row > .druid-label, | |||
.druid-row > .druid-data { | |||
padding-inline: 0.5em; | |||
} | } | ||
.druid-main-image, | |||
.druid-main-images { | |||
background: var(--theme-bg-color-150); | |||
border-bottom: 1px solid var(--druid-border-color); | |||
padding: 2px 0; | |||
} | } | ||
.mw-body-content .druid-main-image img, | |||
.mw-body-content .druid-main-images img { | |||
max-width: 100% !important; | |||
height: auto !important; | |||
} | } | ||
.druid-main-images-labels { | |||
display: flex; | |||
flex-direction: row; | |||
flex-wrap: wrap; | |||
justify-content: space-evenly; | |||
margin: 0.25em; | |||
gap: 0.25em; | |||
} | } | ||
.druid-main-images-label { | |||
cursor: pointer; | |||
flex: 1 1 auto; | |||
text-align: center; | |||
transition: .1s ease-in; | |||
outline: 1px solid var(--druid-link-color); | |||
} | } | ||
background: var(-- | .druid-main-images-label.focused { | ||
background: var(--druid-link-color); | |||
color: var(--druid-link-label-color); | |||
} | } | ||
. | .druid-main-images-label:not(.focused):hover { | ||
. | background: var(--druid-link-color); /* fallback */ | ||
background: color-mix(in srgb, var(--druid-link-color) 25%, transparent); | |||
} | } | ||
.druid-toggleable-data:not(.focused), | |||
.druid-main-images-file:not(.focused), | |||
.druid-toggleable-heading:not(.focused) { | |||
display: none; | |||
} | } | ||
.druid-grid { | |||
display:grid; | |||
gap: 0.3em; | |||
padding: 0.35em; | |||
} | |||
.druid-grid-item { | |||
background: var(--druid-tertiary-background-color); | |||
padding: 0.25em; | |||
border: 1px solid var(--druid-border-color); /* fallback */ | |||
border: 1px solid color-mix(in srgb, var(--druid-border-color) 50%, transparent); | |||
border-radius: 2px; | |||
} | |||
.druid-grid-item .druid-label, | |||
.druid-grid-item .druid-data { | |||
text-align: center; | |||
} | |||
.druid-data-wide { | |||
width: 100%; | |||
} | |||
.druid-section-container > .druid-collapsible { | |||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
} | |||
.druid- | .druid-collapsed { | ||
display: none !important; | |||
} | } | ||
.druid- | .druid-collapsible { | ||
cursor: pointer; | |||
position: relative; | position: relative; | ||
} | } | ||
.druid-collapsible::after { | |||
content: ""; | |||
display: block; | |||
position: absolute; | |||
right: 10px; | |||
width: var(--icon-size); | |||
height: var(--icon-size); | |||
--mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E collapse %3C/title%3E%3Cpath d='M1 13.75l1.5 1.5 7.5-7.5 7.5 7.5 1.5-1.5-9-9-9 9z'/%3E%3C/svg%3E") no-repeat; | |||
-webkit-mask: var(--mask); | |||
mask: var(--mask); | |||
-webkit-mask-size: 100% 100%; | |||
mask-size: 100% 100%; | |||
-webkit-mask-position: center center; | |||
mask-position: center center; | |||
background: var(--druid-secondary-background-label-color); | |||
} | } | ||
.druid- | .druid-collapsible-collapsed::after { | ||
transform: rotate(180deg); | |||
} | } | ||
.druid- | /***************************************** | ||
Table support | |||
background: var(-- | *****************************************/ | ||
.druid-container tr:not(.data-druid-section):nth-child(odd) { | |||
background: var(--theme-bg-color-200); | |||
} | } | ||
.druid- | .druid-container tr:not(.data-druid-section):nth-child(even) { | ||
background: var(--theme-bg-color-150); | |||
background: | |||
} | } | ||
.druid- | .druid-container tr:nth-child(even) th:not([colspan]) { | ||
border-right: 1px solid var(--theme-bg-color-150); | |||
} | } | ||
.druid- | .druid-container th, | ||
.druid- | .druid-container td, | ||
padding- | .druid-container th .mw-collapsible-toggle { | ||
padding: 4px; | |||
font-size: var(--font-size-xs); | |||
} | } | ||
.druid- | .druid-container th { | ||
width: 40%; | |||
text-align: left; | |||
} | } | ||
.druid-container ul { | |||
list-style: none; | |||
padding: 0; | |||
margin: 0; | |||
margin-left: 10px; | |||
} | } | ||
.druid- | .druid-container ul li::before { | ||
content: "•"; | |||
display: inline-block; | |||
font-size: var(--font-size-l); | |||
margin-left: -10px; | |||
margin: | margin-right: 4px; | ||
} | } | ||
.druid- | /******** | ||
Custom display classes | |||
flex | *********/ | ||
div.druid-stacked.druid-row, | |||
.druid-stacked div.druid-row { | |||
flex-direction: column; | |||
} | } | ||
.druid- | .druid-stacked.druid-row > .druid-data, | ||
.druid-stacked .druid-row > .druid-data { | |||
padding-left: 0.75em; | |||
} | } | ||
/* --------------------------------- */ | |||
/* Do not edit above this line */ | |||
/* --------------------------------- */ | |||
/* --------------------------------- */ | |||
/* Local overrides go below this line */ | |||
/* --------------------------------- */ | |||
.druid- | .druid-infobox .druid-title { | ||
--clip: 0.6em; | |||
clip-path: polygon( 0 0, calc(100% - var(--clip)) 0, 100% var(--clip), 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip)) ); | |||
margin: 3px; | |||
} | } | ||
/****************************************/ | |||
/******* End DRUID CSS rules *********/ | |||
/****************************************/ | |||
/* #endregion */ | |||
. | /* Таблица в виде грид сетки для сортировки. Используется вместе с классом .sortable */ | ||
.sortable-grid { | |||
width: 100%; | width: 100%; | ||
} | } | ||
. | .sortable-grid tbody { | ||
display: | display: grid; | ||
gap: 8px 6px; | |||
grid-template-columns: repeat(auto-fit,minmax(clamp(250px, 50vw, 400px),1fr)); | |||
} | } | ||
. | /* Класс для большего количества столбцов */ | ||
.sortable-grid--small-column tbody { | |||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | |||
} | } | ||
. | .sortable-grid thead tr:first-child { | ||
grid-column: 1 / -1; | |||
} | } | ||
. | .sortable-grid > tr > th, | ||
.sortable-grid > tr > td, | |||
.sortable-grid > * > tr > th, | |||
.sortable-grid > * > tr > td { | |||
display: block; | display: block; | ||
height: 100%; | |||
box-sizing: border-box; | |||
height | |||
} | } | ||
. | .sortable-grid .headerSort { | ||
padding: 4px 0; | |||
text-align: left; | |||
} | } | ||
/**** | /* ============ */ | ||
/* #region Меню настроек темы */ | |||
* | /* ============ */ | ||
. | .theme-dropdown { | ||
position: relative; | |||
} | } | ||
#personal-extra li, | |||
#personal h2, | |||
.theme-dropdown-details { | |||
padding: 0.25em; | |||
border-radius: var(--border-radius-medium); | |||
margin: 0; | |||
} | } | ||
. | .theme-dropdown-details[open] + .theme-window { | ||
visibility: visible; | |||
opacity: 1; | |||
height: auto; | |||
transform: scale(0.99999); | |||
} | } | ||
. | #personal .dropdown, | ||
.theme-dropdown .theme-window { | |||
top: unset; | |||
user-select: none; | |||
position: absolute; | |||
right: -14px; | |||
width: 14.5rem; | |||
background: var(--ooui-bg-color-darkened); | |||
box-shadow: var(--box-shadow-high); | |||
transition-duration: var(--transition-time); | |||
transition-property: transform, opacity, visibility; | |||
z-index: var(--index-high); | |||
margin-top: 0.3rem; | |||
border: 2px solid var(--ooui-bg-color-light); | |||
border-top: 2px solid var(--ooui-border-color); | |||
border-radius: var(--border-radius-low); | |||
padding: 0.2em; | |||
box-shadow: var(--box-shadow-high), var(--box-shadow-inset); | |||
} | } | ||
. | #personal .dropdown::before, | ||
#personal .dropdown::after { | |||
display: none; | |||
} | } | ||
. | .theme-dropdown .theme-window { | ||
overflow: hidden; | |||
opacity: 0; | |||
visibility: hidden; | |||
transform: scale(0.9); | |||
transform-origin: top; | |||
} | } | ||
. | .theme-dropdown .theme-window * { | ||
. | user-select: none; | ||
user-drag: none; | |||
-webkit-user-drag: none; | |||
} | } | ||
. | #personal .dropdown label, #personal .dropdown h3, | ||
.theme-dropdown .theme-window__header { | |||
display: flex; | |||
align-items: center; | |||
gap: 4px; | |||
position: relative; | |||
height: 2rem; | |||
font-size: var(--font-size-ml); | |||
border-radius: var(--border-radius-low); | |||
background-color: var(--color-contrast2); | |||
font-weight: bold; | |||
padding: 0 0.4em; | |||
border-bottom: 2px solid var(--color-darkened-border); | |||
flex-direction: row; | |||
margin: 0; | |||
} | } | ||
#theme-preferences__content { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.5em; | |||
} | } | ||
. | #theme-preferences__content .theme-menu__heading { | ||
content: | display: flex; | ||
justify-content: center; | |||
font- | align-items: center; | ||
font-weight: bold; | |||
height: 1.75rem; | |||
border-bottom: 2px solid var(--bg-color-sky-blue-100); | |||
} | } | ||
#personal .dropdown ul, | |||
#theme-preferences__content .theme-menu__content { | |||
padding: 0.5em; | |||
} | } | ||
. | .theme-dropdown .theme-window * { | ||
user-select: none; | |||
user-drag: none; | |||
-webkit-user-drag: none; | |||
} | } | ||
#personal .dropdown .mw-portlet > div, #personal .dropdown .mw-portlet-body, | |||
.theme-dropdown .theme-window__content { | |||
position: relative; | |||
margin: 0.3em 0; | |||
} | |||
#personal .dropdown ul, | |||
#theme-preferences__content .theme-menu { | |||
flex: 1 0 9rem; | |||
background-color: var(--theme-bg-color-base); | |||
border-radius: var(--border-radius-low); | |||
} | |||
#theme-preferences__content .theme-menu li { | |||
margin: 0; | |||
} | } | ||
#personal .dropdown ul, | |||
#theme-preferences__content .theme-menu form { | |||
position: relative; | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.5em; | |||
text-align: center; | |||
} | } | ||
. | #personal .dropdown li, | ||
display: | #theme-preferences__content .theme-client-prefs-radio { | ||
display: flex; | |||
justify-content: center; | |||
} | padding: 0; | ||
margin: 0; | |||
} | |||
#theme-preferences__content .theme-client-prefs-radio input { | |||
. | display: none; | ||
} | } | ||
. | #personal .dropdown li a, | ||
#theme-preferences__content .theme-client-prefs-radio label { | |||
user-select: none; | |||
-webkit-user-drag: none; | |||
background: var(--ooui-bg-color-light); | |||
border-radius: var(--border-radius-medium); | |||
transition-property: background, box-shadow; | |||
transition-duration: var(--transition-time); | |||
cursor: pointer; | |||
flex-grow: 1; | |||
align-content: center; | |||
padding: 0.25em 0.5em; | |||
font-weight: bold; | |||
border-top: 1px solid var(--color-lighter-alpha-x); | |||
border-bottom: 2px solid var(--color-darkened-border); | |||
color: var(--theme-text-color); | |||
} | } | ||
#theme-preferences__content .theme-client-prefs-radio input:checked + label { | |||
. | background-color: var(--bg-color-message); | ||
} | } | ||
. | #personal-extra li:hover, | ||
#personal h2:hover, | |||
.theme-dropdown-details:hover, | |||
.tool-button:hover, .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover { | |||
background: var(--bg-color-hover); | |||
} | } | ||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, | |||
.cdx-button:enabled.cdx-button--weight-quiet:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover, | |||
.ve-ce-branchNode-blockSlug, html body p.ve-ce-branchNode-newSlug { | |||
background: var(--bg-color-focus); | |||
} | |||
.theme-dropdown { | #personal-extra li:focus, | ||
#personal.dropdown-active h2, | |||
.theme-dropdown-details[open] { | |||
background-color: var(--bg-color-focus) !important; | |||
} | } | ||
#personal | #personal h2::before, | ||
# | #site-navigation h2, | ||
.theme-dropdown- | .theme-dropdown-summary { | ||
content: ''; | |||
cursor: pointer; | |||
background: var(--theme-icon-color); | |||
mask-size: contain; | |||
mask-position: center; | |||
mask-repeat: no-repeat; | |||
width: var(--icon-size); | |||
height: var(--icon-size); | |||
opacity: 1 !important; | |||
margin: 0; | margin: 0; | ||
} | } | ||
.theme-dropdown- | .theme-dropdown-summary { | ||
mask-image: var(--icon-settings); | |||
} | } | ||
# | #pt-notifications-alert .mw-echo-notifications-badge, | ||
#pt-notifications-notice .mw-echo-notifications-badge { | |||
width: var(--icon-size); | |||
height: var(--icon-size); | |||
filter: var(--invert-100); | |||
background-size: cover; | |||
margin: 0; | |||
} | } | ||
# | #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { | ||
# | opacity: 0.45; | ||
} | } | ||
. | #pt-notifications-alert .mw-echo-notifications-badge::after, | ||
#pt-notifications-notice .mw-echo-notifications-badge::after { | |||
filter: var(--invert-100); | |||
} | } | ||
.theme-dropdown | @media screen and (max-width: 850px) { | ||
#pt-notifications-alert .mw-echo-notifications-badge, | |||
#pt-notifications-notice .mw-echo-notifications-badge, | |||
- | #personal h2::before, | ||
#site-navigation h2, | |||
.theme-dropdown-summary { | |||
width: var(--icon-size-big); | |||
height: var(--icon-size-big); | |||
} | |||
#personal .dropdown, | |||
.theme-dropdown .theme-window { | |||
right: 0; | |||
} | |||
#personal-extra { | |||
position: unset; | |||
} | |||
} | } | ||
/* #endregion */ | |||
# | /* ============ */ | ||
. | /* #region Интерфейс MediaWiki */ | ||
/* ============ */ | |||
/* invert(1) */ | |||
.mw-editsection, | |||
.mw-editsection a, | |||
.dropdown-toggle::after, | |||
.cdx-button .cdx-button__icon, .cdx-button .cdx-icon, | |||
.wikiEditor-ui-toolbar .tabs span.tab a::before, | |||
.wikiEditor-ui-toolbar .group .tool-select .label::after, | |||
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-description::after, .mw-content-ltr figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after { | |||
filter: var(--invert-100); | |||
} | } | ||
/* invert(0.75) */ | |||
.oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert):not(.oo-ui-icon-difficulty-easy):not(.oo-ui-icon-difficulty-medium):not(.oo-ui-icon-difficulty-hard):not(.oo-ui-image-error):not(.oo-ui-image-success), | |||
.oo-ui-indicatorElement-indicator, | |||
.cdx-icon svg, | |||
.skin-invert img[role="presentation"] { | |||
filter: var(--invert-75) hue-rotate(180deg); | |||
} | } | ||
body.wgl-theme-ss14 .oo-ui-image-progressive:not(.oo-ui-indicatorElement-indicator):not(.oo-ui-icon-mentor), | |||
body.wgl-theme-ss14 .oo-ui-icon-linked { | |||
filter: var(--invert-75); | |||
} | } | ||
/* invert(0) */ | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | |||
.mw-ge-help-panel-button.oo-ui-buttonElement.oo-ui-iconElement.oo-ui-indicatorElement a.oo-ui-buttonElement-button .oo-ui-indicator-up { | |||
filter: var(--invert-0); | |||
} | } | ||
.theme- | body:not(.wgl-theme-ss14) .oo-ui-image-progressive:not(.oo-ui-indicatorElement-indicator):not(.oo-ui-icon-mentor), | ||
body:not(.wgl-theme-ss14) .oo-ui-icon-linked { | |||
filter: var(--invert-0) !important; | |||
- | |||
} | } | ||
# | /* icon color */ | ||
. | #mw-indicator-mw-helplink a .mw-helplink-icon, | ||
.mw-enhancedchanges-checkbox + * .mw-enhancedchanges-arrow { | |||
background: var(--theme-icon-color); | |||
} | } | ||
/* background */ | |||
.oo-ui-buttonElement-frameless.oo-ui-indicatorElement.oo-ui-labelElement > .oo-ui-buttonElement-button, | |||
.mw-prefs-buttons, | |||
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected, .oo-ui-outlineOptionWidget.oo-ui-optionWidget-pressed, | |||
.mw-rcfilters-ui-cell.mw-rcfilters-ui-filterTagMultiselectWidget-views-select, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled, | |||
.oo-ui-dropdownWidget, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover, | |||
.mw-datatable td, | |||
.oo-ui-tabSelectWidget-framed, | |||
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td, | |||
.growthexperiments-homepage-module-startemail, | |||
.mw-ge-startediting-dialog-progress, | |||
body.ltr .mw-ge-help-panel-processdialog .oo-ui-window-head:not(.oo-ui-pendingElement-pending), | |||
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-menu, | |||
.ve-ui-toolbarDialog, | |||
.mw-echo-ui-notificationItemWidget:hover, | |||
.mw-echo-ui-pageNotificationsOptionWidget-label-count, | |||
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted, | |||
.footer-icons a:hover, | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending), | |||
.mw-special-Contribute .mw-contribute-card, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle, | |||
.wikiEditor-ui-toolbar .group .tool-select .options .option, | |||
.ext-templatewizard-templatetitlebar, | |||
.ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-add-remove-all, | |||
.mw-ge-help-panel-home-button, | |||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, select, | |||
span.fileinput-button, | |||
.ace_button, | |||
.ace_searchbtn, | |||
.oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget, | |||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, | |||
.growthexperiments-homepage-module, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip, | |||
.ace_optionsMenuEntry input, .ace_optionsMenuEntry button, | |||
.ace_optionsMenuEntry button, | |||
.ace_optionsMenuEntry button[ace_selected_button=true], | |||
.wikiEditor-ui-toolbar, | |||
.ace_search_field, | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | |||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle, | |||
.quickbox, | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-processDialog-content > .oo-ui-window-head, .oo-ui-processDialog-content > .oo-ui-window-foot, | |||
.mw-rcfilters-ui-menuSelectWidget-footer, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined, | |||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
.oo-ui-windowManager-modal:not(.oo-ui-windowManager-size-full) > .oo-ui-dialog > .oo-ui-window-frame, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | |||
. | #pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after, | ||
. | .mw-widget-dateInputWidget-handle, | ||
.oo-ui- | #wpDestFile, | ||
background: var(--bg-color | #wpUploadDescription, | ||
.mw-widgets-datetime-dateTimeInputWidget-handle, | |||
.ui-widget input, | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-header, | |||
#mw-scribunto-input, | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools .growthexperiments-mentor-dashboard-module-mentor-tools-other-actions, | |||
.growthexperiments-mentor-dashboard-module-mentee-overview .growthexperiments-mentor-dashboard-module-mentee-overview-recent-by-mentees, | |||
.ext-growthExperiments-NumberInput__input:enabled, | |||
.cdx-dialog__header--default, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle, | |||
.cdx-select-vue--enabled.cdx-select-vue--expanded .cdx-select-vue__handle, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle:hover, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-footer, | |||
.ext-communityConfiguration-JsonForm__footer-wrapper, | |||
.cdx-chip-input:not(.cdx-chip-input--disabled):not(.cdx-chip-input--has-separate-input) .cdx-chip-input__chips, | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled, | |||
.cdx-select:enabled, | |||
.cdx-select:enabled:hover, | |||
.cdx-text-input__input:enabled, | |||
.oo-ui-toolbar-bar, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget-sticky, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-example, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip, | |||
.mw-body-content .recent-questions-growthexperiments-mentor-questions, .overlay-content .recent-questions-growthexperiments-mentor-questions, .content .recent-questions-growthexperiments-mentor-questions { | |||
background: var(--ooui-bg-color); | |||
} | } | ||
.oo-ui- | .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-content, | ||
background: var(--bg-color- | .mw-rcfilters-ui-menuSelectWidget-body.oo-ui-clippableElement-clippable, | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .mw-rcfilters-ui-tagItemWidget-selected.oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.oo-ui-tagMultiselectWidget.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input, | |||
.mw-widgets-datetime-calendarWidget-grid .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button, | |||
.ace_mobile-button:active, | |||
.ace_mobile-button:hover, | |||
.ace_searchbtn:hover, | |||
.ext-templatewizard-templateform .oo-ui-menuLayout-content, | |||
.mw-echo-ui-notificationItemWidget, | |||
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td, | |||
.ext-discussiontools-ui-replyWidget-preview, | |||
#preferences .mw-htmlform-submit-buttons, | |||
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input, | |||
.ace_editor.ace_autocomplete, | |||
.ext-growthExperiments-CPopper__popover, | |||
.growthexperiments-homepage-module-suggested-edits .growthexperiments-homepage-module-footer, | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] + span, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed), | |||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | |||
.mw-notification, | |||
.oo-ui-popupWidget-popup, | |||
.ui-widget-header, | |||
.ui-widget-content, | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | |||
div.editOptions, | |||
.mw-echo-ui-crossWikiNotificationItemWidget-group, .mw-echo-ui-bundleNotificationItemWidget-group, | |||
.ext-growthExperiments-MenteeFilters__form, | |||
.oo-ui-tagItemWidget.oo-ui-widget-disabled, | |||
.cdx-input-chip, | |||
.ve-init-mw-progressBarWidget { | |||
background: var(--ooui-bg-color-dark); | |||
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | |||
.cdx-checkbox__icon { | |||
. | background-color: var(--ooui-bg-color-dark); | ||
background-color: var(--bg-color- | |||
} | } | ||
.oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout, | |||
.mw-special-Contribute .mw-contribute-tabs-content, | |||
. | .mw-echo-ui-placeholderItemWidget, | ||
.mw-ge-startediting-dialog-intro-general, | |||
.mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-single-column, | |||
.oo-ui-searchWidget-results, | |||
.mw-rcfilters-ui-tagItemWidget-popup-content, | |||
#ace_settingsmenu, #kbshortcutmenu, | |||
.oo-ui-searchWidget-query, | |||
.mw-ge-startediting-dialog-difficulty-banner, | |||
.mw-ge-help-panel-popup .oo-ui-dialog, | |||
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending), | |||
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread, | |||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded, | |||
.wikiEditor-toolbar-dialog .ui-dialog-buttonpane, | |||
. | .wikiEditor-toolbar-dialog .ui-dialog-content, | ||
.cdx-dialog, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive .cdx-button__icon, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover .cdx-button__icon, | |||
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-content, | |||
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame, | |||
.oo-ui-toggleSwitchWidget { | |||
background-color: var(--ooui-bg-color-darkened); | |||
} | } | ||
# | .mw-rcfilters-ui-filterMenuSectionOptionWidget, | ||
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover, | |||
#ca-nstab-special.selected.mw-list-item, | |||
.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line, | |||
.mw-revslider-revision-wrapper:hover, .mw-revslider-revision-wrapper-hovered, | |||
.mw-datatable tr:hover td, | |||
.mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle-unread, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover, | |||
.wikiEditor-ui-toolbar .booklet > .index > .current, | |||
.mw-revslider-revision-new .mw-revslider-revision, .mw-revslider-revision-old .mw-revslider-revision, .mw-revslider-revision-intermediate .mw-revslider-revision, | |||
.mw-revslider-revision-filter-highlight .mw-revslider-revision-border-box, | |||
.ext-templatewizard-templatetitlebar, | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, | |||
.thumbinner, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button, | |||
.ace-tm .ace_gutter-active-line, | |||
.cdx-input-chip:not(.cdx-input-chip--disabled):hover, | |||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | |||
.wikiEditor-ui-toolbar .page-characters div span:hover { | |||
background: var(--ooui-bg-color-light); | |||
} | } | ||
.wikiEditor-ui-toolbar .booklet > .index > :hover, | |||
.mw-rcfilters-ui-itemMenuOptionWidget:hover, | |||
.mw-highlight .hll, | |||
.ace_button:hover:not(.checked), | |||
.ace_button:active, | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected, | |||
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, | |||
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted { | |||
background: var(--bg-color-hover); | |||
} | } | ||
.oo-ui-menuSelectWidget, | |||
.oo-ui-popupToolGroup-tools, | |||
.mw-widget-dateInputWidget-calendar, | |||
.mw-widgets-datetime-calendarWidget, | |||
.cdx-menu { | |||
background: var(--ooui-gradient); | |||
} | } | ||
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper, | |||
.mw-apisandbox-toolbar, | |||
form:not(.oo-ui-layout) fieldset, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled, | |||
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected), | |||
.ext-WikiEditor-realtimepreview-button:hover, | |||
.cdx-tabs:not(.cdx-tabs--framed) > .cdx-tabs__header, | |||
.ext-discussiontools-init-publishedcomment { | |||
background: transparent; | |||
} | } | ||
.mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend, | |||
.mw-prefs-tabs:not(.mw-prefs-tabs-searching) .oo-ui-fieldsetLayout:target > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label, | |||
#pagehistory li.selected, | |||
.mw-prefs-tabs:not(.mw-prefs-tabs-searching) .oo-ui-fieldsetLayout:target > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label { | |||
background: var(--bg-color-emerald-subtle); | |||
. | |||
.mw- | |||
# | |||
. | |||
.mw- | |||
} | } | ||
.approved-revision { | |||
background: var(--bg-color-emerald-subtle) !important; | |||
} | } | ||
.cdx-message--success, | |||
. | .mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-conflicting-talk-label span .mw-twocolconflict-split-delete, | ||
. | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { | ||
background-color: var(--bg-color-message); | |||
} | } | ||
ul.fileupload-results li.ful-success { | |||
background: var(--bg-color-message); | |||
. | |||
} | } | ||
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected { | |||
background: var(--bg-color-blue-dark); | |||
} | } | ||
.mw-echo-ui-notificationItemWidget-unread, | |||
. | .growthexperiments-homepage-module-suggested-edits.growthexperiments-homepage-module-desktop.growthexperiments-homepage-module.activated, | ||
. | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice, | ||
.ext-growthExperiments-ScoreCard, | |||
. | .ext-growthExperiments-MenteeOverview__no-results, | ||
.oo-ui- | .ext-growthExperiments-PersonalizedPraise .ext-growthExperiments-NoResults__image, | ||
. | .suggested-edits-mobile-peek-content, .suggested-edits-panel-header, | ||
. | .ext-communityConfiguration-Guidelines__Guideline { | ||
. | background-color: var(--bg-color-notice-subtle); | ||
. | } | ||
. | .mw-echo-ui-notificationItemWidget-unread:hover { | ||
. | background: var(--bg-color-notice); | ||
} | |||
.wikiEditor-ui-text { | |||
background: var(--theme-bg-color-base); | |||
.mw-echo-ui-notificationItemWidget:hover | } | ||
.ext-WikiEditor-ResizingDragBar, | |||
.ace_search, | |||
. | .editOptions, .mw-editform .editOptions { | ||
background: var(--theme-bg-color-100); | |||
} | |||
.ext- | .ext-WikiEditor-ResizingDragBar span, | ||
. | .mw-revslider-revision, | ||
. | .oo-ui-checkboxInputWidget [type='checkbox']:disabled + span, | ||
. | .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link { | ||
background: var(--ooui-border-color); | |||
} | |||
. | body .wikiEditor-toolbar-dialog .ui-dialog-titlebar-close { | ||
. | background: var(--border-color-hr); | ||
.oo-ui- | |||
.oo-ui- | |||
.oo-ui- | |||
.oo-ui- | |||
. | |||
background: var(-- | |||
} | } | ||
.oo-ui- | .oo-ui-windowManager-modal > .oo-ui-dialog, | ||
.oo-ui-processDialog-errors, | |||
. | .cdx-dialog-backdrop { | ||
background: rgba(0, 0, 0, var(--alpha-m)); | |||
} | |||
.mw-ui-button:not(:disabled):hover { | |||
background-color: var(--theme-border-color-base); | |||
background: var(-- | |||
} | } | ||
. | .mw-ui-button { | ||
background-color: var(-- | background-color: var(--theme-bg-color-200); | ||
} | } | ||
. | .cdx-message--warning, | ||
. | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning { | ||
. | background: var(--bg-color-warning); | ||
} | |||
.cdx-message--error, | |||
. | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error, | ||
.oo-ui- | div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | ||
.mw-ui-button.mw-ui-destructive:not(:disabled), | |||
. | .mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark.negative { | ||
.mw- | background: var(--bg-color-error); | ||
.mw- | |||
. | |||
.mw- | |||
. | |||
. | |||
background | |||
} | } | ||
.mw | .mw-ui-button.mw-ui-destructive:not(:disabled):hover { | ||
. | background-color: var(--border-color-error); | ||
background: var(-- | |||
} | } | ||
. | .mw-notification.mw-notification-type-warn, | ||
.mw- | .mw-destfile-warning { | ||
.mw- | background-color: var(--bg-color-warning-subtle); | ||
background: var(--bg-color- | |||
} | } | ||
/* border */ | |||
.wikiEditor-ui .wikiEditor-ui-top, | |||
.ext-WikiEditor-ResizingDragBar-ns, | |||
.oo-ui-bookletLayout > .oo-ui-menuLayout-menu, | |||
.mw-apisandbox-help-field, | |||
.mw-echo-ui-subGroupListWidget .mw-echo-ui-sortedListWidget-group:not(:empty), .mw-echo-ui-bundleNotificationItemWidget-group .mw-echo-ui-sortedListWidget-group:not(:empty), | |||
.mw-echo-ui-crossWikiUnreadFilterWidget, | |||
.mw-echo-ui-notificationItemWidget:not(:last-child), | |||
.footer-icons a:hover, | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending), | |||
.mw-special-Contribute .mw-contribute-card, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle, | |||
.wikiEditor-ui-toolbar .group .tool-select .options .option, | |||
.ext-templatewizard-templatetitlebar, | |||
.ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-add-remove-all, | |||
.mw-ge-help-panel-home-button, | |||
.ace_editor.ace_autocomplete, | |||
.ext-growthExperiments-CPopper__popover, | |||
.mw-revslider-revision-new .mw-revslider-revision, .mw-revslider-revision-old .mw-revslider-revision, .mw-revslider-revision-intermediate .mw-revslider-revision, | |||
.oo-ui-checkboxInputWidget [type='checkbox']:disabled + span, | |||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | |||
.mw-notification, | |||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded, | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | |||
.mw-templateData-template-map-list-menu-panel, | |||
.oo-ui-menuSelectWidget, | .oo-ui-menuSelectWidget, | ||
.oo-ui-popupToolGroup-tools, | .oo-ui-popupToolGroup-tools, | ||
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover, | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.mw-rcfilters-ui-menuSelectWidget-footer, | |||
.mw-widget-dateInputWidget-calendar, | .mw-widget-dateInputWidget-calendar, | ||
.mw- | .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget, | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined, | |||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | |||
.mw-widget-dateInputWidget-handle, | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | |||
div.editOptions, | |||
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane1, | |||
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane2, | |||
.oo-ui-menuToolGroup, | |||
.ve-ui-mwHelpListToolGroup-tools-footer, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-example, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-switch-editor-panel, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip { | |||
border-color: var(--ooui-border-color); | |||
} | } | ||
.mw-echo-ui- | .mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout, | ||
.mw- | .wikiEditor-ui-toolbar .sections .section, | ||
form:not(.oo-ui-layout) | .mw-revslider-container, | ||
.oo-ui- | .mw-revslider-slider-wrapper, | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled, | #mw-searchoptions .divider, | ||
. | .ace_searchbtn:last-child, | ||
. | .wikiEditor-ui .wikiEditor-ui-view, | ||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle, | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head, | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child, | |||
. | .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer, | ||
. | .ve-ui-symbolListPage-symbol, | ||
# | .oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget, | ||
.ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label, | |||
.wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group, | |||
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, select, | |||
. | span.fileinput-button, | ||
.oo-ui- | .ace_button, | ||
.ace_searchbtn, | |||
.oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget, | |||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, | |||
.growthexperiments-homepage-module, | |||
.oo-ui-toggleSwitchWidget, | |||
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input, | |||
.oo-ui-searchWidget-query, | |||
. | .mw-ge-startediting-dialog-difficulty-banner, | ||
.mw-ge-help-panel-popup .oo-ui-dialog, | |||
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending), | |||
.mw-revslider-revision-filter-highlight .mw-revslider-revision-border-box, | |||
.ext-templatewizard-templatetitlebar, | |||
.mw-rcfilters-ui-tagItemWidget-popup-content, | |||
.ace_optionsMenuEntry button, | |||
.ace_optionsMenuEntry button[ace_selected_button=true], | |||
.ace_search_field, | |||
.ace_search, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed), | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | |||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-popupWidget-popup, | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
.oo-ui-windowManager-modal:not(.oo-ui-windowManager-size-full) > .oo-ui-dialog > .oo-ui-window-frame, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button, | |||
#wpDestFile, | |||
#wpUploadDescription, | |||
.mw-widgets-datetime-calendarWidget, | |||
.mw-widgets-datetime-dateTimeInputWidget-handle, | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-header, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module, | |||
.ext-growthExperiments-MenteeFilters__form, | |||
.ext-growthExperiments-NumberInput__input:enabled, | |||
.cdx-dialog, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle:hover, | |||
.cdx-menu, | |||
.cdx-checkbox__input:enabled+.cdx-checkbox__icon, | |||
.oo-ui-tagItemWidget.oo-ui-widget-disabled, | |||
.cdx-chip-input:not(.cdx-chip-input--disabled):not(.cdx-chip-input--has-separate-input) .cdx-chip-input__chips, | |||
.cdx-input-chip, | |||
.ext-communityConfiguration-Features__Feature, | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled, | |||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | |||
.cdx-select:enabled, | |||
.cdx-select:enabled:hover, | |||
.cdx-tabs:not(.cdx-tabs--framed) > .cdx-tabs__header, | |||
.cdx-text-input__input:enabled, | |||
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar, | |||
.ve-ui-mwLanguagesPage-languages-table th, .ve-ui-mwLanguagesPage-languages-table td, | |||
.ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu, | |||
.oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above, | |||
.wikiEditor-ui-toolbar .page-characters div span, | |||
.wikiEditor-ui-toolbar .page-characters div span:hover { | |||
border-color: var(--ooui-border-color-light); | |||
} | } | ||
.mw- | .mw-rcfilters-ui-watchlistTopSectionWidget-separator, | ||
. | .mw-revslider-revision-tooltip .mw-revslider-filter-highlightable-row.mw-revslider-filter-highlight, | ||
.oo-ui- | .mw-revslider-revision-border-box, | ||
.ext- | .mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-handle:hover, | ||
.mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator, | |||
.mw-rcfilters-ui-datePopupWidget, | |||
.oo-ui-searchWidget-query, | |||
.mw-echo-ui- | .ext-replacetext-searchoptions .ext-replacetext-divider, | ||
.ve-ui-symbolListPage-symbol:hover, | |||
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2, .ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section, | |||
#preferences .mw-htmlform-submit-buttons, | |||
.mw-revslider-revision, | |||
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread, | |||
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after, | |||
.ext-growthExperiments-HorizontalDivider, | |||
.growthexperiments-homepage-mentorship-intro, .growthexperiments-homepage-module-mentorship-optin-intro, | |||
.ext-communityConfiguration-JsonForm__footer, | |||
.cdx-chip-input:not(.cdx-chip-input--disabled):not(.cdx-chip-input--has-separate-input) .cdx-chip-input__chips:hover, .cdx-chip-input:not(.cdx-chip-input--disabled).cdx-chip-input--has-separate-input .cdx-chip-input__separate-input:hover, | |||
.cdx-text-input__input:enabled:hover, | |||
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar, | |||
.ext-discussiontools-emptystate:not(:first-child), | |||
.wikiEditor-ui-toolbar .page-table td { | |||
border-color: var(--border-color-hr); | |||
} | } | ||
. | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label, | ||
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button, | |||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active, | |||
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button, | |||
.cdx-button:enabled.cdx-button--weight-quiet:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover { | |||
border-color: transparent; | |||
} | } | ||
. | .cdx-message--success, | ||
. | .mw-twocolconflict-single-column.mw-twocolconflict-split-add, .mw-twocolconflict-split-column.mw-twocolconflict-split-add, | ||
. | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { | ||
border-color: var(--border-color-message); | |||
} | } | ||
. | .mw-twocolconflict-single-column.mw-twocolconflict-split-delete, .mw-twocolconflict-split-column.mw-twocolconflict-split-delete, | ||
. | .cdx-message--warning, | ||
.oo-ui- | .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning { | ||
border-color: var(--border-color-warning); | |||
} | } | ||
.mw-ui-button:not(:disabled) { | |||
border-color: var(--theme-border-color-base); | |||
} | } | ||
.oo-ui- | .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { | ||
.oo-ui- | border-color: var(--ooui-bg-color); | ||
} | } | ||
. | .growthexperiments-homepage-module-suggested-edits.growthexperiments-homepage-module-desktop.growthexperiments-homepage-module.activated, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice, | |||
.ext-growthExperiments-ScoreCard, | |||
.ext-growthExperiments-MenteeOverview__no-results { | |||
border-color: var(--bg-color-notice); | |||
} | } | ||
.mw-ui-button { | .cdx-message--error, | ||
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error, | |||
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning, | |||
.mw-ui-button.mw-ui-destructive:not(:disabled), | |||
.mw-ui-button.mw-ui-destructive:not(:disabled):hover { | |||
border-color: var(--border-color-error); | |||
} | |||
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button, | |||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active { | |||
border-right-color: var(--ooui-border-color); | |||
} | |||
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button { | |||
border-left-color: var(--ooui-border-color); | |||
} | } | ||
. | .mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget { | ||
.oo-ui- | border: 1px solid var(--ooui-border-color); | ||
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | |||
.oo-ui- | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] + span { | ||
border: 1px solid var(--border-color-hr); | |||
} | } | ||
.mw-ui- | .editOptions,.mw-editform .editOptions, | ||
.ui-widget input, | |||
#mw-scribunto-input, | |||
.ace_optionsMenuEntry input, .ace_optionsMenuEntry button { | |||
border: 1px solid var(--ooui-border-color-light); | |||
} | } | ||
.growthexperiments-homepage-module-suggested-edits .growthexperiments-homepage-module-footer { | |||
border-color: var(--bg-color-notice-subtle); | |||
. | } | ||
.mw-notification.mw-notification-type-warn, | |||
.mw-destfile-warning { | |||
border-color: var(--bg-color-warning); | |||
} | |||
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::before { | |||
.mw- | border-bottom-color: var(--ooui-border-color-light); | ||
.mw- | |||
.oo-ui- | |||
border-color: var(--ooui-border-color); | |||
} | } | ||
.ext-discussiontools-init-publishedcomment { | |||
border: 1px solid var(--border-color-message); | |||
} | |||
.ext- | |||
border | |||
} | |||
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after { | |||
border-bottom-color: var(--ooui-bg-color-light); | |||
.oo-ui- | |||
border-color: var(-- | |||
} | } | ||
.oo-ui- | .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before { | ||
border-top-color: var(--ooui-border-color-light); | |||
} | } | ||
.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after { | |||
.oo-ui- | border-top-color: var(--ooui-bg-color-light); | ||
border-color: var(-- | |||
} | } | ||
. | /* Стили с color-contrast */ | ||
.cdx- | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover, | ||
.oo-ui- | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active, | ||
.mw-ui-button.mw-ui-progressive:not(:disabled):hover, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover { | |||
background: var(--color-contrast); | |||
} | } | ||
.mw-ui-button:not(:disabled) { | .mw-ui-button.mw-ui-progressive:not(:disabled):hover, | ||
border-color: var(- | form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active, | ||
} | span.fileinput-button:hover, | ||
.ace_optionsMenuEntry button:hover, | |||
.ace_button.checked, | |||
.ace_editor.ace_autocomplete .ace_line-hover, | |||
.ui-state-default:hover, | |||
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:hover, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, | |||
.mw-ui-button.mw-ui-progressive:not(:disabled), | |||
.mw-body h1.firstHeading, | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input, | |||
.mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle:hover, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | |||
.ext-growthExperiments-NumberInput__input:enabled:hover, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover, | |||
.ve-init-mw-progressBarWidget { | |||
border-color: var(--color-contrast); | |||
} | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { | .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected, | ||
.ace_searchbtn_close:hover, | |||
.ext-WikiEditor-ResizingDragBar:hover span, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on, | |||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip, | |||
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-popupToolGroup-handle, .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle, | |||
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link, | |||
form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active, | |||
span.fileinput-button:hover, | |||
.ace_optionsMenuEntry button:hover, | |||
.ace_button.checked, | |||
.ace_editor.ace_autocomplete .ace_line-hover, | |||
.ui-state-default:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:hover, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, | |||
.mw-ui-button.mw-ui-progressive:not(:disabled), | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, | |||
form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | |||
.ve-ce-linkAnnotation.ve-ce-annotation-active, | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link, | |||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive { | |||
background: var(--color-contrast-dark); | |||
} | } | ||
. | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, | ||
.oo-ui- | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button, | ||
. | .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, | ||
border-color: var(-- | form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | ||
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive { | |||
border-color: var(--color-contrast-dark); | |||
} | } | ||
.cdx- | .cdx-menu-item--enabled.cdx-menu-item--selected { | ||
background: var(--color-contrast2); | |||
} | } | ||
.oo-ui- | ul li.selected:not(.init), | ||
.oo-ui- | .oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button, | ||
.mw-portlet-body #ca-move.selected, | |||
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover, | |||
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted, | |||
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover, | |||
.cdx-menu-item--enabled.cdx-menu-item--highlighted { | |||
background: var(--color-contrast2-dark); | |||
} | } | ||
. | /* box-shadow */ | ||
.ve-ce-linkAnnotation.ve-ce-annotation-active, | |||
.oo-ui-menuSelectWidget, | |||
.oo-ui-popupToolGroup-tools, | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | |||
.ext-growthExperiments-MenteeFilters__form { | |||
box-shadow: var(--box-shadow); | |||
} | } | ||
. | .wikiEditor-ui-toolbar, | ||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | |||
.mw-notification { | |||
box-shadow: var(--box-shadow-medium); | |||
} | } | ||
#ace_settingsmenu, #kbshortcutmenu { | |||
box-shadow: var(--box-shadow-high); | |||
} | } | ||
.mw-echo-ui-crossWikiNotificationItemWidget-group, .mw-echo-ui-bundleNotificationItemWidget-group { | |||
box-shadow: var(--box-shadow-inset); | |||
} | } | ||
. | .ace_optionsMenuEntry button, | ||
.ace_optionsMenuEntry button[ace_selected_button=true] { | |||
box-shadow: var(--box-shadow-inset-high); | |||
} | } | ||
.oo-ui- | /* color */ | ||
.mw-echo-ui-pageNotificationsOptionWidget-label-count, | |||
#contentSub, | |||
.mw-templatedata-doc-muted, | |||
. | .mw-templatedata-doc-param-alias, | ||
.oo-ui-labelWidget.oo-ui-inline-help, | |||
.wikiEditor-ui-toolbar .group .label, | |||
.mw-wikiEditor-InsertLink-TitleInputField .oo-ui-messageWidget, | |||
.oo-ui- | .ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-section-header, | ||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title, | |||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters, | |||
.mw-rcfilters-ui-savedLinksListWidget-placeholder-description, | |||
.oo-ui- | .results-info, | ||
.mw-search-result-data, | |||
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title, | |||
.tdg-templateDataParamWidget-param-description, | |||
.mw-echo-ui-notificationsListWidget:not(:hover) a, #p-personal .mw-echo-ui-notificationsListWidget:not(:hover) a.new, | |||
. | .mw-echo-ui-notificationItemWidget-content-message-body, | ||
.oo-ui- | .ext-growthExperiments-CText--color-subtle, | ||
.mw- | .growthexperiments-homepage-module .growthexperiments-homepage-module-subheader, .growthexperiments-homepage-module h3.growthexperiments-homepage-module-subheader, | ||
.oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-create .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, .oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-image-recommendation .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, .oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-section-image-recommendation .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, .oo-ui-widget.mw-ge-homepage-taskTypeSelectionWidget-checkbox-link-recommendation .mw-ge-homepage-taskTypeSelectionWidget-additional-msg, | |||
.mw-ge-homepage-taskTypeSelectionWidget-create-body, | |||
.mw-ge-suggestededits-articleCountWidget .oo-ui-labelWidget, | |||
.mw-ge-startediting-dialog-progress-label, | |||
.mw-ge-startediting-dialog-progress-indicator, | |||
.mw-ge-startediting-dialog-difficulty-legend-description-body, | |||
.mw-ge-help-panel-home-button-text-subheader, | |||
.mw-ge-help-panel-processdialog label > strong, | |||
.mw-ge-help-panel-processdialog h2, | |||
.ext-discussiontools-init-timestamplink, .ext-discussiontools-init-timestamplink:visited, .ext-discussiontools-init-timestamplink:active, | |||
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section.mw-heading2-metaitem, .ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section-metaitem, | |||
.ext-discussiontools-ui-targetWidget > .ve-init-target > .ve-ui-surface .ve-ui-completionWidget-header > .oo-ui-labelElement-label, | |||
.mw-ge-help-panel-popup-search-search-result div, | |||
.ext-discussiontools-ui-replyWidget-preview::before, | |||
.mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary, | |||
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc, | |||
.mw-rcfilters-ui-tagItemWidget.oo-ui-flaggedElement-muted.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-labelElement-label, | |||
.mw-widget-dateInputWidget-empty .mw-widget-dateInputWidget-handle, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module h3, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools .growthexperiments-mentor-dashboard-module-mentor-tools-other-actions .growthexperiments-mentor-dashboard-module-mentor-tools-claim-mentee-footer, | |||
.growthexperiments-mentor-dashboard-module-mentee-overview h4, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools h4, | |||
.suggested-edits-task-explanation-wrapper .suggested-edits-short-description, | |||
.growthexperiments-homepage-mentorship-editcount, .growthexperiments-homepage-module-mentorship-optin-editcount, .growthexperiments-homepage-mentorship-lastactive, .growthexperiments-homepage-module-mentorship-optin-lastactive, | |||
.cdx-field:not(.cdx-field--disabled) .cdx-field__help-text, | |||
.cdx-label:not(.cdx-label--disabled) .cdx-label__label__optional-flag, .cdx-label:not(.cdx-label--disabled) .cdx-label__description, | |||
.cdx-tabs:not(.cdx-tabs--framed) > .cdx-tabs__header .cdx-tabs__list__item[aria-selected=false], | |||
.ve-ui-mwHelpListToolGroup-version-link, .ve-ui-mwHelpListToolGroup-version-date, | |||
.mw-ge-help-panel-home-button-preheader-text, | |||
.mw-body-content .recent-questions-growthexperiments-help-questions h3, .overlay-content .recent-questions-growthexperiments-help-questions h3, .content .recent-questions-growthexperiments-help-questions h3, .mw-body-content .recent-questions-growthexperiments-mentor-questions h3, .overlay-content .recent-questions-growthexperiments-mentor-questions h3, .content .recent-questions-growthexperiments-mentor-questions h3, | |||
.mw-body-content .recent-questions-growthexperiments-help-questions .question-posted-on, .overlay-content .recent-questions-growthexperiments-help-questions .question-posted-on, .content .recent-questions-growthexperiments-help-questions .question-posted-on, .mw-body-content .recent-questions-growthexperiments-mentor-questions .question-posted-on, .overlay-content .recent-questions-growthexperiments-mentor-questions .question-posted-on, .content .recent-questions-growthexperiments-mentor-questions .question-posted-on { | |||
color: var(--ooui-text-color-dark); | |||
} | } | ||
.mw-ui- | .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted, | ||
.mw-twocolconflict-conflicting-talk-row .mw-twocolconflict-single-column, | |||
.oo-ui-searchWidget-results, | |||
.footer-icons a:hover, | |||
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending), | |||
.mw-special-Contribute .mw-contribute-card, | |||
. | .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle, | ||
.oo-ui- | .wikiEditor-ui-toolbar .group .tool-select .options .option, | ||
.oo-ui- | .ext-templatewizard-templatetitlebar, | ||
.oo-ui- | .ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-add-remove-all, | ||
. | .mw-ge-help-panel-home-button, | ||
.oo-ui- | .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle, select, | ||
.oo-ui- | span.fileinput-button, | ||
. | .ace_button, | ||
. | .ace_searchbtn, | ||
.oo-ui- | .oo-ui-selectFileInputWidget.oo-ui-widget-enabled.oo-ui-selectFileInputWidget-dropTarget, | ||
.mw- | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, | ||
.growthexperiments-homepage-module, | |||
.oo-ui-searchWidget-query, | |||
.mw-ge-startediting-dialog-difficulty-banner, | |||
.oo-ui- | .mw-ge-help-panel-popup .oo-ui-dialog, | ||
. | .ve-ui-targetWidget:not(.oo-ui-pendingElement-pending), | ||
.ext- | .ace_editor.ace_autocomplete, | ||
. | .ext-growthExperiments-CPopper__popover, | ||
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled | .mw-rcfilters-ui-tagItemWidget-popup-content, | ||
. | .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip, | ||
. | #ace_settingsmenu, #kbshortcutmenu, | ||
.growthexperiments-homepage-module-suggested-edits .growthexperiments-homepage-module-footer, | |||
.mw-twocolconflict-split-editable .mw-twocolconflict-split-editor, | |||
. | .cdx-message, | ||
. | .mw-message-box, | ||
.wikiEditor-ui-toolbar .booklet > .index, | |||
.ace_searchbtn.prev:after, | |||
. | .ace_searchbtn.next:after, | ||
.oo-ui- | .wikiEditor-ui-toolbar .group .tool-select .label, | ||
. | .mw-special-Contribute .mw-contribute-card-content, | ||
.oo-ui- | .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited, | ||
. | .ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-parameter-list-inner .oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive .oo-ui-labelElement-label, .ext-templatewizard-templateform .oo-ui-menuLayout-menu .ext-templatewizard-parameter-list-inner .oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive .oo-ui-labelElement-label, | ||
.oo-ui- | .wikiEditor-ui-toolbar .page-table th, | ||
. | .wikiEditor-ui-toolbar .page-table td, | ||
. | #ca-nstab-mediawiki.a, | ||
. | .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label, | ||
. | .mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget, | ||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, | |||
.mw-widget-calendarWidget-day-heading, | |||
.mw-widget-calendarWidget-day, | |||
.mw-widget-calendarWidget-labelButton .oo-ui-buttonElement-button .oo-ui-labelElement-label, | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button, | |||
. | .oo-ui-messageDialog-message, | ||
. | .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active, | ||
. | .mw-rcfilters-ui-savedLinksListWidget-placeholder.oo-ui-optionWidget .oo-ui-labelElement-label, | ||
.oo-ui-tabOptionWidget, | |||
.mw-echo-ui-notificationItemWidget-content-message-header, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-no-results .se-card-title, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-error .se-card-title, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-end-of-queue .se-card-title, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-no-results .se-card-text, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-error .se-card-text, .growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .se-card-end-of-queue .se-card-text, | |||
p.mw-ge-homepage-taskTypeSelectionWidget-difficulty-level-desc, | |||
. | .suggested-edits-topic-filters-topic-selector h4, .suggested-edits-topic-filters-topic-selector p, | ||
.mw- | .mw-ge-startediting-dialog-intro-general-title, .mw-ge-startediting-dialog-intro-general-header, | ||
.oo-ui- | .mw-ge-startediting-dialog-difficulty-header, | ||
. | .mw-ge-startediting-dialog-difficulty-legend-description-header, | ||
. | .mw-ge-help-panel-processdialog .oo-ui-window-head .oo-ui-processDialog-title, | ||
.mw-ge-help-panel-processdialog .mw-ge-help-panel-home-button h2, | |||
.mw-ge-help-panel-popup .oo-ui-dialog, | |||
.oo-ui-toolbar-bar, | |||
.ext-discussiontools-ui-targetWidget > .ve-init-target > .ve-ui-surface .ve-ui-completionWidget-header > .oo-ui-labelElement-label > span, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.oo-ui- | .oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed), | ||
.oo-ui- | |||
. | |||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | .vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | ||
.mw-notification { | .mw-notification, | ||
.ace_search, | |||
.ace_search_field, | |||
#pagehistory li.selected, | |||
.oo-ui-popupWidget-popup, | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-title, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select, | |||
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | |||
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | |||
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after, | |||
.ui-widget-header, | |||
.ui-widget-content, | |||
.mw-rcfilters-ui-filterMenuHeaderWidget-title.oo-ui-labelElement-label, | |||
#mw-scribunto-input, | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.search-types .current a, | |||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-changeslist-legend, .mw-datatable, | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module .growthexperiments-mentor-dashboard-module-header, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle, | |||
.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content, | |||
.oo-ui-tagItemWidget.oo-ui-widget-disabled, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-time-estimate .suggested-edits-difficulty-level, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-time-estimate .suggested-edits-difficulty-level, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-card-wrapper .suggested-edits-task-card-wrapper .se-card-content .se-card-text, | |||
.growthexperiments-homepage-module-suggested-edits .suggested-edits-module-wrapper .suggested-edits-pager, | |||
.suggested-edits-mobile-peek-content .suggested-edits-header-text h4, .suggested-edits-panel-header .suggested-edits-header-text h4, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-main, .mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-main-multiple, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-footer-text, | |||
.suggested-edits-taskexplanation-difficulty-and-time p, .suggested-edits-taskexplanation-additional-info p, | |||
.growthexperiments-homepage-mentorship-intro, .growthexperiments-homepage-module-mentorship-optin-intro, | |||
.cdx-input-chip, | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled, | |||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip-example-text, | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark, | |||
.wikiEditor-ui-toolbar .page-characters div span { | |||
color: var(--ooui-text-color); | |||
} | } | ||
# | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, | ||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover, | |||
.wikiEditor-ui-toolbar .booklet > .index > .current, | |||
.wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group, | |||
.oo-ui-processDialog-errors-title, | |||
.mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label, | |||
.mw-echo-ui-notificationItemWidget-content-actions-timestamp, | |||
.growthexperiments-homepage-module .growthexperiments-homepage-module-header, .growthexperiments-homepage-module h2.growthexperiments-homepage-module-header, | |||
.mw-ge-startediting-dialog-progress-indicator-completed, | |||
.oo-ui-messageDialog-title, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active, | |||
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected, | |||
form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active, | |||
span.fileinput-button:hover, | |||
.ace_optionsMenuEntry button:hover, | |||
.ace_button.checked, | |||
.ace_editor.ace_autocomplete .ace_line-hover, | |||
.ui-state-default:hover, | |||
.wikiEditor-ui-toolbar, | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | |||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle, | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input, | |||
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, | |||
.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button:hover, | |||
.editOptions, .mw-editform .editOptions, | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, | |||
form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'], | |||
#wpDestFile, | |||
#wpUploadDescription, | |||
.mw-widgets-datetime-dateTimeInputWidget-handle, | |||
.ui-widget input, | |||
.diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context, | |||
.mw-widget-dateInputWidget-handle, | |||
.ext-growthExperiments-NumberInput__input:enabled, | |||
.cdx-select-vue--enabled .cdx-select-vue__handle:hover, | |||
.cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__content, .cdx-menu-item--enabled.cdx-menu-item--highlighted .cdx-menu-item__text__description, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-medium, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-medium, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-hard, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-hard, | |||
.suggested-edits-taskexplanation-difficulty-and-time .suggested-edits-difficulty-indicator-easy, .suggested-edits-taskexplanation-additional-info .suggested-edits-difficulty-indicator-easy, | |||
.cdx-chip-input__input, | |||
.cdx-select:enabled, | |||
.cdx-select:enabled:hover, | |||
.cdx-text-input__input:enabled, | |||
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted, | |||
.wikiEditor-ui-toolbar .page-characters div span:hover { | |||
color: var(--ooui-text-color-light); | |||
} | } | ||
.mw- | .wikiEditor-ui-toolbar .tabs span.tab a, | ||
.mw-special-Contribute .mw-contribute-card-action, | |||
ul.fileupload-results li.ful-success a { | |||
color: var(--text-color-link); | |||
} | |||
.ext-WikiEditor-realtimepreview-button.oo-ui-toggleWidget-on .oo-ui-labelElement-label, | |||
.ext-growthExperiments-ScoreCards__link:visited, | |||
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage, .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage.oo-ui-optionWidget-highlighted { | |||
color: var(--color-progressive); | |||
} | |||
/* border-radius */ | |||
.oo-ui-tagMultiselectWidget-handle, .oo-ui-panelLayout-padded, | |||
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button, | |||
.mw-widgets-datetime-dateTimeInputWidget-handle, | |||
.cdx-input-chip { | |||
border-radius: var(--border-radius-low); | |||
} | |||
.oo-ui-tagItemWidget { | |||
border-radius: var(--border-radius-medium); | |||
} | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, .mw-rcfilters-ui-changesListWrapperWidget, | |||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | |||
border-radius: var(--border-radius-high) var(--border-radius-high) 0 0; | |||
} | |||
/* Остальное */ | |||
.mw-ge-help-panel-processdialog .suggested-edits-panel-quick-start-tips-content .growthexperiments-quickstart-tips-tip mark { | |||
mix-blend-mode: unset; | |||
} | } | ||
. | .ve-ce-branchNode-blockSlug, html body p.ve-ce-branchNode-newSlug { | ||
. | outline-color: var(--border-color-hr); | ||
} | } | ||
.oo-ui-toolbar, .ve-init-mw-editSwitch .oo-ui-toolbar-bar, .ve-init-mw-editSwitch .oo-ui-popupToolGroup, .ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle { | |||
. | height: 100%; | ||
} | |||
. | |||
.growthexperiments-mentor-dashboard-container .growthexperiments-mentor-dashboard-module-mentor-tools .oo-ui-dropdownWidget { | |||
.oo-ui- | display: inline-block; | ||
. | padding-top: 0; | ||
} | |||
. | |||
.client-js .mw-changeslist ul, .client-js .mw-changeslist table.mw-enhanced-rc { | |||
. | margin-left: 6px; | ||
. | } | ||
.ace_optionsMenuEntry input, .ace_optionsMenuEntry button { | |||
margin: 0.35em 0.2em 0.25em 0; | |||
.growthexperiments- | |||
. | |||
.mw- | |||
. | |||
.mw- | |||
. | |||
. | |||
} | } | ||
#footer-poweredbyico a { | |||
background-image: url(https://commons.wiki.gg/images/1/1c/MediaWiki_footer_badge_dark.svg?12ec0a); | |||
background-position: 50% 50%; | |||
background-size: 88px 31px; | |||
background-repeat: no-repeat; | |||
. | } | ||
body:not(.wgl-theme-light) #footer-poweredbyico a img { | |||
visibility: hidden; | |||
} | |||
.ace_search { | |||
padding: 6px 4px 2px 4px; | |||
} | |||
.ace_search_field { | |||
margin: 0 2px 0 0 !important; | |||
} | |||
.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, | |||
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle { | |||
text-shadow: none; | |||
} | |||
.mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget { | |||
padding: 0.6em; | |||
} | |||
. | |||
.mw-changeslist-legend { | |||
max-width: 300px; | |||
} | |||
. | |||
.mw-changeslist-legend { | |||
display: none; | |||
} | |||
.mw-changeslist.oo-ui-widget.oo-ui-widget-enabled.mw-rcfilters-ui-changesListWrapperWidget > .mw-changeslist-legend { | |||
display: block; | |||
} | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-title, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc { | |||
.oo-ui- | cursor: pointer; | ||
} | |||
.mw- | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] { | ||
margin: 0; | |||
} | |||
.mw-rcfilters-ui- | .oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.mw-prefs-fieldset-wrapper { | ||
. | padding: 1em; | ||
.mw- | |||
.mw- | |||
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget, | |||
.mw-rcfilters-ui-itemMenuOptionWidget-label-title, | |||
. | |||
.oo-ui- | |||
.oo-ui- | |||
.mw- | |||
} | } | ||
.oo-ui- | .oo-ui-pendingElement-pending { | ||
--background-color-interactive: var(--ooui-bg-color); | |||
--background-color-base: var(--ooui-border-color-light); | |||
} | } | ||
. | .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span { | ||
border-width: 2px; | |||
} | } | ||
. | .mw-prefs-search-highlight { | ||
background: transparent !important; | |||
outline: 2px solid var(--bg-color-emerald-50) !important; | |||
border-radius: 0 !important; | |||
} | } | ||
.wikiEditor-ui-text textarea#wpTextbox1 { | |||
border: none; | |||
background: var(--theme-bg-color-base); | |||
border | |||
} | } | ||
. | .ace_search_form.ace_nomatch { | ||
outline: 1px solid #922626 | |||
} | } | ||
. | .wikiEditor-ui-toolbar .section-secondary .group.empty { | ||
display: none; | |||
} | } | ||
.mw-collapsibleFieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { | |||
top: 2px; | |||
} | } | ||
. | #pagehistory li.selected { | ||
outline: none; | |||
} | } | ||
#mw-subcategories, #mw-pages, #mw-category-media, #filehistory, #wikiPreview, #wikiDiff { | |||
clear: both; | |||
} | } | ||
.mw-tag-markers { | |||
font-style: italic; | |||
font-size: 90% | |||
} | } | ||
/* #endregion */ | |||
/* ============ */ | |||
/* #region Неотсортированные */ | |||
/* ============ */ | |||
form.createbox:invalid .cdx-button { | |||
background-color: var(--theme-bg-color-200) !important; | |||
color: var(--theme-text-color) !important; | |||
border-color: var(--theme-bg-color-200) !important; | |||
} | } | ||
. | .noExternal>.external { | ||
padding-right: 0px !important; | |||
background-image: none !important; | |||
} | } | ||
. | .mw-mmv-image>*, .fullImageLink>*>* { | ||
image-rendering: auto !important; | |||
} | } | ||
. | .mw-parser-output a[href$=".pdf"].external,.mw-parser-output a[href*=".pdf?"].external,.mw-parser-output a[href*=".pdf#"].external,.mw-parser-output a[href$=".PDF"].external,.mw-parser-output a[href*=".PDF?"].external,.mw-parser-output a[href*=".PDF#"].external { | ||
. | background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat right; | ||
padding-right: 18px | |||
} | } | ||
. | .nounderlines a,.IPA a:link,.IPA a:visited { | ||
text-decoration: none !important | |||
} | } | ||
. | .nowrap,.nowraplinks a { | ||
white-space: nowrap | |||
} | } | ||
. | .wrap,.wraplinks a { | ||
white-space: normal | |||
} | } | ||
. | .thumbinner { | ||
min-width: 100px; | |||
border-color: var(--ooui-border-color); | |||
} | } | ||
. | .thumbinner .thumbimage, .thumbborder { | ||
border: solid 1px var(--ooui-border-color); | |||
} | } | ||
. | ul.permissions-errors>li { | ||
list-style: none none | |||
} | } | ||
. | ul.permissions-errors { | ||
margin: 0 | |||
} | } | ||
. | span.texhtml { | ||
-- | font-family: "Nimbus Roman No9 L","Times New Roman",Times,serif; | ||
-- | font-size: 118%; | ||
line-height: 1; | |||
white-space: nowrap; | |||
-moz-font-feature-settings: "lnum","tnum","kern" 0; | |||
-webkit-font-feature-settings: "lnum","tnum","kern" 0; | |||
font-feature-settings: "lnum","tnum","kern" 0; | |||
font-variant-numeric: lining-nums tabular-nums; | |||
font-kerning: none | |||
} | } | ||
. | span.texhtml span.texhtml { | ||
font-size: 100% | |||
} | } | ||
. | span.mwe-math-mathml-inline { | ||
font-size: 118% | |||
} | } | ||
. | .mwe-math-fallback-image-display,.mwe-math-mathml-display { | ||
margin-left: 1.6em !important; | |||
margin-top: 0.6em; | |||
margin-bottom: 0.6em | |||
} | } | ||
. | .mwe-math-mathml-display math { | ||
display: inline | |||
} | } | ||
. | .k-player .k-attribution { | ||
visibility: hidden | |||
} | } | ||
. | .PopUpMediaTransform a .play-btn-large { | ||
top: | margin: 0; | ||
top: auto; | |||
right: auto; | |||
bottom: 0; | |||
left: 0 | |||
} | } | ||
# | .flaggedrevs_draft_synced,.flaggedrevs_stable_synced,#t-upload,.mw-special-Book #coll-downloadbox { | ||
display: none | |||
} | } | ||
# | #site-tools { | ||
display: none !important | |||
} | } | ||
. | span.comment { | ||
overflow-wrap: break-word | |||
} | } | ||
.mw-content-ltr .tocnumber { | |||
color: grey | |||
} | |||
. | .quickbox { | ||
border: 1px solid var(--ooui-border-color); | |||
} | } | ||
. | .quickboxhead { | ||
border-bottom: 1px solid var(--ooui-border-color); | |||
background: var(--theme-bg-color-base); | |||
text-align: center | |||
} | } | ||
.mw- | .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title { | ||
color: var(--ooui-bg-color); | |||
} | } | ||
. | .mw-rcfilters-ui-changesListWrapperWidget:not(.mw-rcfilters-ui-changesListWrapperWidget-highlighted) .mw-changeslist-watchedseen div.mw-rcfilters-ui-highlights-color-none { | ||
background: var(--ooui-border-color-light); | |||
border: 1px solid var(--color-contrast); | |||
} | } | ||
. | .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | ||
border-color: var(--ooui-bg-color-light); | |||
} | } | ||
. | .oo-ui-processDialog-content > .oo-ui-window-head, .oo-ui-processDialog-content > .oo-ui-window-foot { | ||
outline-color: var(--ooui-border-color); | |||
} | } | ||
. | .mw-templateData-template-add-map-button-panel.oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.oo-ui-panelLayout-expanded.tdg-templateDataDialog-addNewMapButtonPanel { | ||
display: flex; | |||
align-items: center; | |||
} | } | ||
. | .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | ||
outline: 1px solid var(--ooui-border-color); | |||
} | } | ||
.mw-rcfilters-ui-itemMenuOptionWidget .mw-rcfilters-ui-table { | |||
font-size: 0.9em; | |||
} | } | ||
.oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-widget.oo-ui-textInputWidget > .oo-ui-inputWidget-input, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-widget .oo-ui-dropdownWidget-handle, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-widget .oo-ui-tagMultiselectWidget-handle { | |||
margin: 0 | margin: 0; | ||
} | } | ||
.oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top.oo-ui-actionFieldLayout { | |||
margin: 0.5em 0; | |||
} | } | ||
.oo-ui-buttonSelectWidget.oo-ui-widget-enabled:focus .oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected .oo-ui-buttonElement-button { | |||
box-shadow: none; | |||
} | } | ||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | |||
font- | font-weight: bold; | ||
} | } | ||
. | .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button { | ||
display: flex; | |||
align-items: center; | |||
} | } | ||
. | .group.group-search { | ||
border: none; | |||
} | } | ||
. | .editOptions, .mw-editform .editOptions { | ||
border-top: none; | |||
} | } | ||
. | .oo-ui-tagMultiselectWidget-input.oo-ui-widget.oo-ui-widget-enabled.oo-ui-inputWidget.oo-ui-iconElement.oo-ui-textInputWidget.oo-ui-textInputWidget-type-text { | ||
background: var(--ooui-border-color); | |||
} | } | ||
. | .mw-rcfilters-ui-filterMenuHeaderWidget-header-highlight { | ||
padding-right: 0.3em; | |||
padding-left: 0.3em; | |||
} | } | ||
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { | |||
padding: 0; | |||
} | } | ||
.mw-rcfilters-container .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { | |||
border-color: var(--ooui-border-color); | |||
display: flex; | |||
align-items: center; | |||
padding: 0; | |||
gap: 2px; | |||
} | } | ||
.mw-content | @media screen { | ||
.mw-body-content .recipeimg a > img { | |||
padding: 0; | |||
margin: 0; | |||
border: 0; | |||
width: 32px !important; | |||
max-width: 32px !important; | |||
height: 32px !important; | |||
max-height: 32px !important | |||
} | |||
} | } | ||
. | .positive { | ||
color: #00FF00; | |||
font-weight: bold | |||
} | } | ||
. | .negative { | ||
color: #FF0000; | |||
font-weight: bold | |||
} | } | ||
. | .anglerect { | ||
--angle-rect-clip-size: 16px; | |||
clip-path: polygon(0 0,calc(100% - var(--angle-rect-clip-size)) 0,100% var(--angle-rect-clip-size),100% 100%,var(--angle-rect-clip-size) 100%,0 calc(100% - var(--angle-rect-clip-size))) | |||
} | } | ||
. | .flex { | ||
display: flex | |||
} | } | ||
. | .mw-body dd { | ||
margin: 0.2em; | |||
margin-left: 1.6em | |||
} | } | ||
. | ol.references li:target,sup.reference:target { | ||
background: var(--ooui-bg-color-light); | |||
padding: 0px 1px 3px 1px; | |||
} | } | ||
.oo-ui-messageDialog-content > .oo-ui-window-foot { | |||
outline-color: var(--ooui-border-color); | |||
} | } | ||
.oo-ui- | .oo-ui-textInputWidget.oo-ui-widget-enabled:hover { | ||
z-index: 1; | |||
} | } | ||
. | .oo-ui-comboBoxInputWidget-field { | ||
display: flex; | |||
align-items: center; | |||
} | } | ||
.oo-ui- | .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, | ||
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after { | |||
margin: 0; | margin: 0; | ||
} | } | ||
.oo-ui- | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus { | ||
box-shadow: inset var(--box-shadow-medium); | |||
} | } | ||
. | .ui-widget-overlay { | ||
background: #000000; | |||
} | } | ||
. | .ui-widget-header { | ||
border: none !important; | |||
} | } | ||
. | .ui-widget-content { | ||
border: 1px solid var(--ooui-border-color) !important; | |||
} | } | ||
. | .wikiEditor-toolbar-dialog .ui-dialog-buttonpane, | ||
border: none; | .wikiEditor-toolbar-dialog .ui-dialog-content { | ||
border: none !important; | |||
} | } | ||
. | .diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context { | ||
border- | background: var(--theme-bg-color-base); | ||
border-color: var(--theme-bg-color-base); | |||
} | } | ||
. | .diff-addedline .diffchange, .diff-deletedline .diffchange { | ||
border-radius: var(--border-radius-low); | |||
padding: 0.2em 0; | |||
} | } | ||
. | .diff-deletedline .diffchange { | ||
background: var(--bg-color-yellow-subtle); | |||
} | } | ||
. | .diff-addedline .diffchange { | ||
background: var(--bg-color-azure-subtle); | |||
} | } | ||
. | .diff-deletedline { | ||
border-color: var(--bg-color-yellow-150) !important; | |||
} | } | ||
. | .diff-addedline { | ||
border-color: var(-- | border-color: var(--bg-color-blue-150) !important; | ||
} | } | ||
.codeEditor-status { | |||
clear: both; | |||
width: 100%; | |||
background: var(--theme-bg-color-100); | |||
border-top: 1px solid var(--ooui-border-color-light); | |||
display: table | |||
} | } | ||
. | .codeEditor-status-message { | ||
color: | border-left: 1px solid var(--ooui-border-color-light); | ||
border-right: 1px solid var(--ooui-border-color-light); | |||
padding: 0 0.3em; | |||
width: 100%; | |||
display: table-cell | |||
} | } | ||
. | .overflowed { | ||
margin: 0; | |||
} | } | ||
. | .scroll-left.overflowed .content-table-left, | ||
.scroll-right.overflowed .content-table-right { | |||
border-left: solid 1px rgba(var(--color-lighter--rgb), 0.4); | |||
z-index: 9999; | |||
} | } | ||
. | .scroll-left.overflowed .content-table-left { | ||
box-shadow: 1px 0px 2px 2px rgba(0, 0, 0, 0.2); | |||
} | } | ||
. | .scroll-right.overflowed .content-table-right { | ||
box-shadow: -1px 0px 2px 2px rgba(0, 0, 0, 0.2); | |||
} | } | ||
.style-for-sub-numbered-lists ol { | |||
counter-reset: item | |||
} | } | ||
. | .style-for-sub-numbered-lists li { | ||
display: block | |||
} | } | ||
. | .style-for-sub-numbered-lists li:before { | ||
content: counters(item,".") ". "; | |||
counter-increment: item | |||
} | } | ||
. | .section { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap | |||
} | } | ||
. | .section .col { | ||
flex: 1 1 auto | |||
} | } | ||
. | .section .line-break { | ||
flex-basis: 100%; | |||
width: 0px; | |||
height: 0px; | |||
overflow: hidden | |||
} | } | ||
.ui- | .mw-rcfilters-ui-filterMenuHeaderWidget-title.oo-ui-labelElement-label { | ||
font-weight: bold; | |||
} | } | ||
. | .mw-datatable th { | ||
background: var(--theme-bg-color-100) | |||
} | } | ||
. | .pretoclip-copy-button { | ||
float: right | |||
} | } | ||
. | .mw-scribunto-message { | ||
color: var(--se-cm--xml-tag-color); | |||
} | } | ||
. | /*Цвета таблиц для разных отделов*/ | ||
/* COM */ | |||
#COM.wikitable { | |||
border: 1px solid var(--bg-color-blue-subtle); | |||
} | } | ||
. | #COM.wikitable th { | ||
background: var(--bg-color-blue-150); | |||
} | } | ||
. | #COM.wikitable thead tr th, | ||
background: var(--bg-color- | #COM.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | |||
background: var(--bg-color-blue-100); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | } | ||
. | #COM.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
#COM.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | } | ||
. | #COM.wikitable tr td { | ||
background: var(--bg-color-blue-subtle); | |||
} | } | ||
. | /* MED */ | ||
border | #MED.wikitable { | ||
border: 1px solid var(--bg-color-sky-blue-subtle); | |||
} | } | ||
. | #MED.wikitable th { | ||
background: var(--bg-color-sky-blue-150); | |||
background: var(- | |||
} | } | ||
. | #MED.wikitable thead tr th, | ||
#MED.wikitable:not(:has(thead)) tr:first-of-type th { | |||
border- | position: relative; | ||
background: var(--bg-color-sky-blue-100); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | } | ||
. | #MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
#MED.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | } | ||
. | #MED.wikitable tr td { | ||
background: var(--bg-color-sky-blue-subtle); | |||
} | } | ||
. | /* SRV */ | ||
#SRV.wikitable { | |||
border: 1px solid var(--bg-color-green-subtle); | |||
} | } | ||
. | #SRV.wikitable th { | ||
background: var(--bg-color-green-150); | |||
} | } | ||
. | #SRV.wikitable thead tr th, | ||
#SRV.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--bg-color-green-100); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | } | ||
. | #SRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
#SRV.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | } | ||
. | #SRV.wikitable tr td { | ||
background: var(--bg-color-green-subtle); | |||
} | } | ||
. | /* ENG */ | ||
#ENG.wikitable { | |||
border: 1px solid var(--bg-color-yellow-subtle); | |||
} | } | ||
. | #ENG.wikitable th { | ||
background: var(--bg-color-yellow-150); | |||
} | } | ||
. | #ENG.wikitable thead tr th, | ||
#ENG.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--bg-color-yellow-100); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | } | ||
. | #ENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
#ENG.wikitable thead + tbody > tr th:first-child { | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | } | ||
. | #ENG.wikitable tr td { | ||
background: var(- | background: var(--bg-color-yellow-subtle); | ||
} | } | ||
. | /* RND */ | ||
#RND.wikitable { | |||
border: 1px solid var(--bg-color-purple-subtle); | |||
} | } | ||
. | #RND.wikitable th { | ||
background: var(--bg-color-purple-150); | |||
} | } | ||
#RND.wikitable thead tr th, | |||
. | #RND.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | |||
background: var(--bg-color-purple-100); | |||
position: | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | |||
} | } | ||
#RND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | |||
#RND.wikitable thead + tbody > tr th:first-child { | |||
# | border-left: 3px solid var(--color-darkened-border); | ||
border: | |||
} | } | ||
# | #RND.wikitable tr td { | ||
background: var(--bg-color- | background: var(--bg-color-purple-subtle); | ||
} | |||
/* SUP */ | |||
#SUP.wikitable { | |||
border: 1px solid var(--bg-color-brown-subtle); | |||
} | |||
#SUP.wikitable th { | |||
background: var(--bg-color-brown-150); | |||
} | } | ||
# | #SUP.wikitable thead tr th, | ||
# | #SUP.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: var(--bg-color- | background: var(--bg-color-brown-100); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
# | #SUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | ||
# | #SUP.wikitable thead + tbody > tr th:first-child { | ||
border-left: 3px solid var(--color-darkened-border); | border-left: 3px solid var(--color-darkened-border); | ||
} | } | ||
# | #SUP.wikitable tr td { | ||
background: var(--bg-color- | background: var(--bg-color-brown-subtle); | ||
} | } | ||
/* | /* SEC */ | ||
# | #SEC.wikitable { | ||
border: 1px solid var(--bg-color- | border: 1px solid var(--bg-color-red-subtle); | ||
} | } | ||
# | #SEC.wikitable th { | ||
background: var(--bg-color- | background: var(--bg-color-red-150); | ||
} | } | ||
# | #SEC.wikitable thead tr th, | ||
# | #SEC.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: var(--bg-color- | background: var(--bg-color-red-100); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
} | } | ||
#SEC.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | |||
#SEC.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-child, | |||
#SEC.wikitable thead + tbody > tr th:first-child { | #SEC.wikitable thead + tbody > tr th:first-child { | ||
border-left: 3px solid var(--color-darkened-border); | border-left: 3px solid var(--color-darkened-border); | ||
| Строка 5059: | Строка 5225: | ||
/* BOTANY */ | /* BOTANY */ | ||
#BOTANY.wikitable { | #BOTANY.wikitable { | ||
border: 1px solid var(--bg-color- | border: 1px solid var(--bg-color-emerald-subtle); | ||
} | } | ||
#BOTANY.wikitable th { | #BOTANY.wikitable th { | ||
background: var(--bg-color- | background: var(--bg-color-emerald-150); | ||
} | } | ||
| Строка 5069: | Строка 5235: | ||
#BOTANY.wikitable:not(:has(thead)) tr:first-of-type th { | #BOTANY.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: var(--bg-color- | background: var(--bg-color-emerald-100); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
| Строка 5080: | Строка 5246: | ||
#BOTANY.wikitable tr td { | #BOTANY.wikitable tr td { | ||
background: var(--bg-color- | background: var(--bg-color-emerald-subtle); | ||
} | } | ||
| Строка 5114: | Строка 5280: | ||
#highlighted-header.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: var(--theme-bg-color- | background: var(--theme-bg-color-300); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
| Строка 5131: | Строка 5297: | ||
#highlighted-header-classic.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header-classic.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: var(--theme-bg-color- | background: var(--theme-bg-color-300); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||
| Строка 5172: | Строка 5338: | ||
#highlighted-header-dark.wikitable:not(:has(thead)) tr:first-of-type th { | #highlighted-header-dark.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background: var(--theme-bg-color- | background: var(--theme-bg-color-300); | ||
border-bottom: 3px solid var(--color-darkened-border); | border-bottom: 3px solid var(--color-darkened-border); | ||
box-shadow: var(--box-shadow-medium); | box-shadow: var(--box-shadow-medium); | ||