aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/codex-design-tokens/theme-wikimedia-ui-reset.less
blob: b41bfd869ad505a349fd3a3bf49d1f9dd0e172c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/**
 * Codex Design Tokens v1.14.0
 * Design System for Wikimedia
 * See https://doc.wikimedia.org/codex/latest/design-tokens/overview.html
 */

.cdx-mode-reset() {
  --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;
}