Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/resources/lib/codex-design-tokens/theme-wikimedia-ui-root.css
Ðазад
/** * Codex Design Tokens v1.14.0 * Design System for Wikimedia * See https://doc.wikimedia.org/codex/latest/design-tokens/overview.html */ :root { --color-base: #202122; --color-base-fixed: #202122; --color-base--hover: #404244; --color-emphasized: #101418; --color-subtle: #54595d; --color-placeholder: #72777d; --color-disabled: #72777d; --color-inverted: #fff; --color-inverted-fixed: #fff; /* The same as color-inverted in light mode, but does not change in dark mode. Use this for things that should be white in both modes. */ --color-progressive: #36c; /* 'Progressive' Color and states */ --color-progressive--hover: #4b77d6; --color-progressive--active: #233566; --color-progressive--focus: #36c; --color-destructive: #d73333; /* 'Destructive' Color and states */ --color-destructive--hover: #fc493b; --color-destructive--active: #9f3526; --color-destructive--focus: #36c; --color-visited: #6a60b0; /* 'Visited' color. In combination with progressive. Used for default links. */ --color-destructive--visited: #9f5555; /* Red link 'Visited' color. Used for visited red links. */ --color-error: #d73333; --color-warning: #eeb533; /* Note, this is only meant for warning icon for contrast reasons. */ --color-success: #177860; /* Note, this needs to use a tone darker than Red and Yellow for contrast reasons with background White. */ --color-notice: #202122; --color-content-added: #006400; --color-content-removed: #8b0000; --filter-invert-icon: 0; --filter-invert-primary-button-icon: 1; --box-shadow-color-base: #000; --box-shadow-color-progressive--active: #233566; --box-shadow-color-progressive--focus: #36c; --box-shadow-color-progressive-selected: #36c; --box-shadow-color-progressive-selected--hover: #4b77d6; --box-shadow-color-progressive-selected--active: #233566; --box-shadow-color-destructive--focus: #36c; --box-shadow-color-inverted: #fff; --box-shadow-color-transparent: transparent; --background-color-base: #fff; /* Background Colors for static elements (for page layout, sections, etc.) from here on. */ --background-color-base-fixed: #fff; /* The same as background-color-base in light mode, but does not change in dark mode. Use this for things that should be white in both modes. */ --background-color-neutral: #eaecf0; --background-color-neutral-subtle: #f8f9fa; --background-color-interactive: #eaecf0; --background-color-interactive-subtle: #f8f9fa; --background-color-disabled: #c8ccd1; /* Components like Buttons, Checkboxes, Radios, ProgressBars…. */ --background-color-disabled-subtle: #eaecf0; /* Components like TextInputs, Selects…. */ --background-color-inverted: #101418; --background-color-progressive: #36c; --background-color-progressive--hover: #4b77d6; --background-color-progressive--active: #233566; --background-color-progressive--focus: #36c; --background-color-progressive-subtle: #f1f4fd; --background-color-destructive: #d73333; --background-color-destructive--hover: #fc493b; --background-color-destructive--active: #9f3526; --background-color-destructive--focus: #36c; --background-color-destructive-subtle: #ffe9e5; --background-color-error: #d73333; --background-color-error--hover: #fc493b; --background-color-error--active: #9f3526; --background-color-error-subtle: #ffe9e5; --background-color-warning-subtle: #fdf2d5; --background-color-success-subtle: #dff2eb; --background-color-notice-subtle: #eaecf0; --background-color-content-added: #a3d3ff; --background-color-content-removed: #ffe49c; --background-color-transparent: transparent; --background-color-backdrop-light: rgba( 255, 255, 255, 0.65 ); /* Backdrop is the term used by CSS Fullscreen API and is used to dim the background when a modal Dialog is open. Also known as overlay mask. */ --background-color-backdrop-dark: rgba( 0, 0, 0, 0.65 ); --background-color-button-quiet--hover: rgba( 0, 24, 73, 0.027 ); --background-color-button-quiet--active: rgba( 0, 24, 73, 0.082 ); --background-color-input-binary--checked: #36c; --background-color-tab-list-item-framed--hover: rgba( 255, 255, 255, 0.3 ); --background-color-tab-list-item-framed--active: rgba( 255, 255, 255, 0.65 ); --opacity-icon-base: 0.87; --opacity-icon-base--hover: 0.74; --opacity-icon-base--selected: 1; --opacity-icon-base--disabled: 0.51; --opacity-icon-placeholder: 0.51; --opacity-icon-subtle: 0.67; --border-color-base: #a2a9b1; --border-color-subtle: #c8ccd1; --border-color-muted: #dadde3; --border-color-interactive: #72777d; --border-color-disabled: #c8ccd1; --border-color-inverted: #fff; --border-color-progressive: #36c; --border-color-progressive--hover: #4b77d6; --border-color-progressive--active: #233566; --border-color-progressive--focus: #36c; --border-color-destructive: #d73333; --border-color-destructive--hover: #fc493b; --border-color-destructive--active: #9f3526; --border-color-destructive--focus: #36c; --border-color-error: #9f3526; --border-color-error--hover: #fc493b; --border-color-warning: #987027; --border-color-success: #196551; --border-color-notice: #54595d; --border-color-content-added: #a3d3ff; --border-color-content-removed: #ffe49c; --border-color-transparent: transparent; --border-color-divider: #a2a9b1; --outline-color-progressive--focus: #36c; /* Use in places where no more customized focus styles are provided, for example on generic `:focus`. */ --color-link-red: var( --color-destructive ); /* Red ('new') Link color and states */ --color-link-red--hover: var( --color-destructive--hover ); --color-link-red--active: var( --color-destructive--active ); --color-link-red--focus: var( --color-destructive--focus ); --color-link-red--visited: var( --color-destructive--visited ); --border-color-input--hover: var( --border-color-interactive ); --border-color-input-binary: var( --border-color-interactive ); --border-color-input-binary--hover: var( --border-color-progressive--hover ); --border-color-input-binary--active: var( --border-color-progressive--active ); --border-color-input-binary--focus: var( --border-color-progressive--focus ); --border-color-input-binary--checked: var( --border-color-progressive ); /* DEPRECATED TOKENS */ /* Warning: the following token name is deprecated (Use `color-subtle` instead. Note, that `color-subtle` is using `color.gray600` instead of `color.gray500` now.) */ --color-base--subtle: #54595d; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка