@utrecht/component-library-css 1.0.0-alpha.50 → 1.0.0-alpha.501
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/html.css +1336 -1129
- package/dist/index.css +4503 -2535
- package/html-component.md +4 -3
- package/package.json +7 -4
- package/project.json +18 -0
- package/src/html.scss +1 -24
- package/src/index.scss +12 -7
- package/dist/bem.css +0 -1493
- package/dist/root-theme.css +0 -567
- package/src/bem.scss +0 -58
- package/src/root-theme.scss +0 -9
package/dist/html.css
CHANGED
|
@@ -12,20 +12,17 @@
|
|
|
12
12
|
* @license EUPL-1.2
|
|
13
13
|
* Copyright (c) 2021 Robbert Broersma
|
|
14
14
|
*/
|
|
15
|
-
/*
|
|
16
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
15
|
+
/* Collection of all semantic HTML styles in the component library */
|
|
17
16
|
/**
|
|
18
17
|
* @license EUPL-1.2
|
|
19
|
-
* Copyright (c)
|
|
18
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
19
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
20
20
|
*/
|
|
21
21
|
/**
|
|
22
22
|
* @license EUPL-1.2
|
|
23
|
-
* Copyright (c)
|
|
23
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
24
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
24
25
|
*/
|
|
25
|
-
.utrecht-article, .utrecht-html article {
|
|
26
|
-
max-inline-size: var(--utrecht-article-max-inline-size);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
26
|
/**
|
|
30
27
|
* @license EUPL-1.2
|
|
31
28
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -34,30 +31,6 @@
|
|
|
34
31
|
* @license EUPL-1.2
|
|
35
32
|
* Copyright (c) 2021 Robbert Broersma
|
|
36
33
|
*/
|
|
37
|
-
.utrecht-blockquote, .utrecht-html blockquote {
|
|
38
|
-
font-family: var(--utrecht-document-font-family);
|
|
39
|
-
font-size: var(--utrecht-blockquote-font-size);
|
|
40
|
-
margin-inline-start: var(--utrecht-blockquote-margin-inline-start);
|
|
41
|
-
margin-inline-end: var(--utrecht-blockquote-margin-inline-end);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.utrecht-blockquote__attribution {
|
|
45
|
-
color: var(--utrecht-blockquote-attribution-color, inherit);
|
|
46
|
-
font-size: var(--utrecht-blockquote-attribution-font-size, inherit);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.utrecht-blockquote__content, .utrecht-html blockquote {
|
|
50
|
-
--utrecht-document-color: var(--utrecht-blockquote-content-color, inherit);
|
|
51
|
-
--utrecht-paragraph-font-size: var(--utrecht-blockquote-content-font-size, inherit);
|
|
52
|
-
color: var(--utrecht-blockquote-content-color, inherit);
|
|
53
|
-
font-size: var(--utrecht-blockquote-content-font-size, inherit);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.utrecht-blockquote--distanced, .utrecht-html blockquote {
|
|
57
|
-
margin-block-start: var(--utrecht-blockquote-margin-block-start);
|
|
58
|
-
margin-block-end: var(--utrecht-blockquote-margin-block-end);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
34
|
/**
|
|
62
35
|
* @license EUPL-1.2
|
|
63
36
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -67,272 +40,107 @@
|
|
|
67
40
|
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
68
41
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
69
42
|
*/
|
|
70
|
-
.utrecht-button, .utrecht-html button {
|
|
71
|
-
color: var(--utrecht-button-primary-action-color);
|
|
72
|
-
font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
|
|
73
|
-
font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
|
|
74
|
-
font-weight: var(--utrecht-button-font-weight);
|
|
75
|
-
background-color: var(--utrecht-button-primary-action-background-color);
|
|
76
|
-
border-radius: var(--utrecht-button-border-radius);
|
|
77
|
-
border-width: var(--utrecht-button-border-width);
|
|
78
|
-
letter-spacing: var(--utrecht-button-letter-spacing);
|
|
79
|
-
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
80
|
-
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
81
|
-
padding-block-start: var(--utrecht-button-padding-block-start);
|
|
82
|
-
padding-block-end: var(--utrecht-button-padding-block-end);
|
|
83
|
-
text-transform: var(--utrecht-button-text-transform);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.utrecht-button--distanced, .utrecht-html button {
|
|
87
|
-
margin-inline-start: var(--utrecht-button-margin-inline-start);
|
|
88
|
-
margin-inline-end: var(--utrecht-button-margin-inline-end);
|
|
89
|
-
margin-block-start: var(--utrecht-button-margin-block-start);
|
|
90
|
-
margin-block-end: var(--utrecht-button-margin-block-end);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.utrecht-button:disabled, .utrecht-html button:disabled,
|
|
94
|
-
.utrecht-button--disabled {
|
|
95
|
-
color: var(--utrecht-button-disabled-color);
|
|
96
|
-
background-color: var(--utrecht-button-disabled-background-color);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.utrecht-button--focus, .utrecht-html button:focus,
|
|
100
|
-
.utrecht-button:not(.utrecht-button--disabled):focus {
|
|
101
|
-
outline-width: var(--utrecht-focus-outline-width, 0);
|
|
102
|
-
outline-style: var(--utrecht-focus-outline-style, solid);
|
|
103
|
-
outline-color: var(--utrecht-focus-outline-color, transparent);
|
|
104
|
-
color: var(--utrecht-focus-color, inherit);
|
|
105
|
-
box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
|
|
106
|
-
outline-offset: 0;
|
|
107
|
-
background-color: var(--utrecht-focus-background-color);
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.utrecht-button--hover:not(:disabled), .utrecht-html button:not(:disabled):hover,
|
|
111
|
-
.utrecht-button:hover:not(:disabled):not(.utrecht-button--disabled) {
|
|
112
|
-
color: var(--utrecht-button-primary-action-color);
|
|
113
|
-
background-color: var(--utrecht-button-primary-action-hover-background-color);
|
|
114
|
-
transform: scale(var(--utrecht-button-focus-transform-scale, 1));
|
|
115
|
-
}
|
|
116
|
-
|
|
117
43
|
/**
|
|
118
44
|
* @license EUPL-1.2
|
|
45
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
119
46
|
* Copyright (c) 2021 Robbert Broersma
|
|
120
47
|
*/
|
|
48
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
121
49
|
/**
|
|
122
50
|
* @license EUPL-1.2
|
|
123
51
|
* Copyright (c) 2021 Robbert Broersma
|
|
124
52
|
*/
|
|
125
|
-
.utrecht-checkbox, .utrecht-html input[type=checkbox] {
|
|
126
|
-
/* reset native margin for input[type="checkbox"] */
|
|
127
|
-
margin-block-start: 0;
|
|
128
|
-
margin-block-end: 0;
|
|
129
|
-
margin-inline-start: 0;
|
|
130
|
-
margin-inline-end: 0;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
53
|
/**
|
|
134
54
|
* @license EUPL-1.2
|
|
135
55
|
* Copyright (c) 2021 Robbert Broersma
|
|
136
56
|
*/
|
|
137
57
|
/**
|
|
138
58
|
* @license EUPL-1.2
|
|
59
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
139
60
|
* Copyright (c) 2021 Robbert Broersma
|
|
140
61
|
*/
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.utrecht-emphasis--strong, .utrecht-html strong {
|
|
146
|
-
font-weight: var(--utrecht-emphasis-strong-font-weight, bold);
|
|
147
|
-
}
|
|
148
|
-
|
|
62
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
63
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
149
64
|
/**
|
|
150
65
|
* @license EUPL-1.2
|
|
151
|
-
* Copyright (c)
|
|
66
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
67
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
152
68
|
*/
|
|
153
69
|
/**
|
|
154
70
|
* @license EUPL-1.2
|
|
155
|
-
* Copyright (c)
|
|
71
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
72
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
156
73
|
*/
|
|
157
|
-
.utrecht-form-fieldset--distanced, .utrecht-html fieldset {
|
|
158
|
-
margin-block-start: var(--utrecht-form-fieldset-margin-block-start, 0);
|
|
159
|
-
margin-block-end: var(--utrecht-form-fieldset-margin-block-end, 0);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.utrecht-form-fieldset__legend, .utrecht-html legend {
|
|
163
|
-
font-family: var(--utrecht-form-fieldset-legend-font-family, var(--utrecht-document-font-family));
|
|
164
|
-
font-size: var(--utrecht-form-fieldset-legend-font-size);
|
|
165
|
-
font-weight: var(--utrecht-form-fieldset-legend-font-weight);
|
|
166
|
-
line-height: var(--utrecht-form-fieldset-legend-line-height);
|
|
167
|
-
color: var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit));
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.utrecht-form-fieldset__legend--distanced, .utrecht-html legend {
|
|
171
|
-
margin-block-start: var(--utrecht-form-fieldset-legend-margin-block-start);
|
|
172
|
-
margin-block-end: var(--utrecht-form-fieldset-legend-margin-block-end);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.utrecht-html fieldset {
|
|
176
|
-
border: 0;
|
|
177
|
-
margin: 0;
|
|
178
|
-
min-width: 0;
|
|
179
|
-
padding-block-end: 0;
|
|
180
|
-
padding-block-start: 0.01em;
|
|
181
|
-
padding-inline-end: 0;
|
|
182
|
-
padding-inline-start: 0;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.utrecht-html legend {
|
|
186
|
-
padding-inline-end: 0;
|
|
187
|
-
padding-inline-start: 0;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
74
|
/**
|
|
191
75
|
* @license EUPL-1.2
|
|
192
|
-
* Copyright (c)
|
|
76
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
77
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
78
|
+
*/
|
|
79
|
+
/**
|
|
80
|
+
* @license EUPL-1.2
|
|
81
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
82
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
83
|
+
*/
|
|
84
|
+
/**
|
|
85
|
+
* @license EUPL-1.2
|
|
86
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
87
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
193
88
|
*/
|
|
194
89
|
/**
|
|
195
90
|
* @license EUPL-1.2
|
|
196
91
|
* Copyright (c) 2021 Robbert Broersma
|
|
197
92
|
*/
|
|
198
|
-
.utrecht-form-label, .utrecht-html label {
|
|
199
|
-
font-weight: var(--utrecht-form-label-font-weight);
|
|
200
|
-
font-size: var(--utrecht-form-label-font-size);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.utrecht-form-label--checkbox, .utrecht-html input[type=checkbox] ~ label {
|
|
204
|
-
font-weight: var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight));
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.utrecht-form-label--radio, .utrecht-html input[type=radio] ~ label {
|
|
208
|
-
font-weight: var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight));
|
|
209
|
-
}
|
|
210
|
-
|
|
211
93
|
/**
|
|
212
94
|
* @license EUPL-1.2
|
|
213
95
|
* Copyright (c) 2021 Robbert Broersma
|
|
214
96
|
*/
|
|
215
97
|
/**
|
|
216
98
|
* @license EUPL-1.2
|
|
217
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
218
99
|
* Copyright (c) 2021 Robbert Broersma
|
|
219
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
220
100
|
*/
|
|
221
|
-
.utrecht-heading-1, .utrecht-html h1 {
|
|
222
|
-
font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
223
|
-
font-size: var(--utrecht-heading-1-font-size);
|
|
224
|
-
font-weight: var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
225
|
-
letter-spacing: var(--utrecht-heading-1-letter-spacing);
|
|
226
|
-
line-height: var(--utrecht-heading-1-line-height);
|
|
227
|
-
text-transform: var(--utrecht-heading-1-text-transform, inherit);
|
|
228
|
-
color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.utrecht-heading-1--distanced, .utrecht-html h1 {
|
|
232
|
-
margin-block-start: var(--utrecht-heading-1-margin-block-start);
|
|
233
|
-
margin-block-end: var(--utrecht-heading-1-margin-block-end);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
101
|
/**
|
|
237
102
|
* @license EUPL-1.2
|
|
238
103
|
* Copyright (c) 2021 Robbert Broersma
|
|
239
104
|
*/
|
|
240
105
|
/**
|
|
241
106
|
* @license EUPL-1.2
|
|
242
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
243
107
|
* Copyright (c) 2021 Robbert Broersma
|
|
244
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
245
108
|
*/
|
|
246
|
-
.utrecht-heading-2, .utrecht-html h2 {
|
|
247
|
-
font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
248
|
-
font-size: var(--utrecht-heading-2-font-size);
|
|
249
|
-
font-weight: var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
250
|
-
letter-spacing: var(--utrecht-heading-2-letter-spacing);
|
|
251
|
-
line-height: var(--utrecht-heading-2-line-height);
|
|
252
|
-
text-transform: var(--utrecht-heading-2-text-transform, inherit);
|
|
253
|
-
color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.utrecht-heading-2--distanced, .utrecht-html h2 {
|
|
257
|
-
margin-block-start: var(--utrecht-heading-2-margin-block-start);
|
|
258
|
-
margin-block-end: var(--utrecht-heading-2-margin-block-end);
|
|
259
|
-
}
|
|
260
|
-
|
|
261
109
|
/**
|
|
262
110
|
* @license EUPL-1.2
|
|
263
111
|
* Copyright (c) 2021 Robbert Broersma
|
|
264
112
|
*/
|
|
265
113
|
/**
|
|
266
114
|
* @license EUPL-1.2
|
|
267
|
-
* Copyright (c)
|
|
115
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
116
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
117
|
+
*/
|
|
118
|
+
/**
|
|
119
|
+
* @license EUPL-1.2
|
|
120
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
121
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
122
|
+
*/
|
|
123
|
+
/**
|
|
124
|
+
* @license EUPL-1.2
|
|
268
125
|
* Copyright (c) 2021 Robbert Broersma
|
|
269
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
270
126
|
*/
|
|
271
|
-
.utrecht-heading-3, .utrecht-html h3 {
|
|
272
|
-
font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
273
|
-
font-size: var(--utrecht-heading-3-font-size);
|
|
274
|
-
font-weight: var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
275
|
-
letter-spacing: var(--utrecht-heading-3-letter-spacing);
|
|
276
|
-
line-height: var(--utrecht-heading-3-line-height);
|
|
277
|
-
text-transform: var(--utrecht-heading-3-text-transform, inherit);
|
|
278
|
-
color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.utrecht-heading-3--distanced, .utrecht-html h3 {
|
|
282
|
-
margin-block-start: var(--utrecht-heading-3-margin-block-start);
|
|
283
|
-
margin-block-end: var(--utrecht-heading-3-margin-block-end);
|
|
284
|
-
}
|
|
285
|
-
|
|
286
127
|
/**
|
|
287
128
|
* @license EUPL-1.2
|
|
288
129
|
* Copyright (c) 2021 Robbert Broersma
|
|
289
130
|
*/
|
|
290
131
|
/**
|
|
291
132
|
* @license EUPL-1.2
|
|
292
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
293
133
|
* Copyright (c) 2021 Robbert Broersma
|
|
294
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
295
134
|
*/
|
|
296
|
-
|
|
297
|
-
font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
298
|
-
font-size: var(--utrecht-heading-4-font-size);
|
|
299
|
-
font-weight: var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
300
|
-
letter-spacing: var(--utrecht-heading-4-letter-spacing);
|
|
301
|
-
line-height: var(--utrecht-heading-4-line-height);
|
|
302
|
-
text-transform: var(--utrecht-heading-4-text-transform, inherit);
|
|
303
|
-
color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.utrecht-heading-4--distanced, .utrecht-html h4 {
|
|
307
|
-
margin-block-start: var(--utrecht-heading-4-margin-block-start);
|
|
308
|
-
margin-block-end: var(--utrecht-heading-4-margin-block-end);
|
|
309
|
-
}
|
|
310
|
-
|
|
135
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
311
136
|
/**
|
|
312
137
|
* @license EUPL-1.2
|
|
313
138
|
* Copyright (c) 2021 Robbert Broersma
|
|
314
139
|
*/
|
|
315
140
|
/**
|
|
316
141
|
* @license EUPL-1.2
|
|
317
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
318
142
|
* Copyright (c) 2021 Robbert Broersma
|
|
319
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
320
143
|
*/
|
|
321
|
-
.utrecht-heading-5, .utrecht-html h5 {
|
|
322
|
-
font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
323
|
-
font-size: var(--utrecht-heading-5-font-size);
|
|
324
|
-
font-weight: var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
325
|
-
letter-spacing: var(--utrecht-heading-5-letter-spacing);
|
|
326
|
-
line-height: var(--utrecht-heading-5-line-height);
|
|
327
|
-
text-transform: var(--utrecht-heading-5-text-transform, inherit);
|
|
328
|
-
color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.utrecht-heading-5--distanced, .utrecht-html h5 {
|
|
332
|
-
margin-block-start: var(--utrecht-heading-5-margin-block-start);
|
|
333
|
-
margin-block-end: var(--utrecht-heading-5-margin-block-end);
|
|
334
|
-
}
|
|
335
|
-
|
|
336
144
|
/**
|
|
337
145
|
* @license EUPL-1.2
|
|
338
146
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -343,280 +151,170 @@
|
|
|
343
151
|
* Copyright (c) 2021 Robbert Broersma
|
|
344
152
|
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
345
153
|
*/
|
|
346
|
-
.utrecht-heading-6, .utrecht-html h6 {
|
|
347
|
-
font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
348
|
-
font-size: var(--utrecht-heading-6-font-size);
|
|
349
|
-
font-weight: var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
350
|
-
letter-spacing: var(--utrecht-heading-6-letter-spacing);
|
|
351
|
-
line-height: var(--utrecht-heading-6-line-height);
|
|
352
|
-
text-transform: var(--utrecht-heading-6-text-transform, inherit);
|
|
353
|
-
color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.utrecht-heading-6--distanced, .utrecht-html h6 {
|
|
357
|
-
margin-block-start: var(--utrecht-heading-6-margin-block-start);
|
|
358
|
-
margin-block-end: var(--utrecht-heading-6-margin-block-end);
|
|
359
|
-
}
|
|
360
|
-
|
|
361
154
|
/**
|
|
362
155
|
* @license EUPL-1.2
|
|
363
|
-
* Copyright (c) 2021
|
|
156
|
+
* Copyright (c) 2021-2022 Frameless B.V.
|
|
364
157
|
*/
|
|
365
|
-
/* Collection of all semantic HTML styles in the component library */
|
|
366
158
|
/**
|
|
367
159
|
* @license EUPL-1.2
|
|
368
160
|
* Copyright (c) 2021 Robbert Broersma
|
|
369
161
|
*/
|
|
370
162
|
/**
|
|
371
163
|
* @license EUPL-1.2
|
|
164
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
372
165
|
* Copyright (c) 2021 Robbert Broersma
|
|
166
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
373
167
|
*/
|
|
374
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
375
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
376
168
|
/**
|
|
377
169
|
* @license EUPL-1.2
|
|
378
|
-
* Copyright (c) 2021
|
|
170
|
+
* Copyright (c) 2021-2022 Frameless B.V.
|
|
379
171
|
*/
|
|
380
172
|
/**
|
|
381
173
|
* @license EUPL-1.2
|
|
382
174
|
* Copyright (c) 2021 Robbert Broersma
|
|
383
175
|
*/
|
|
384
|
-
.utrecht-article, .utrecht-html article {
|
|
385
|
-
max-inline-size: var(--utrecht-article-max-inline-size);
|
|
386
|
-
}
|
|
387
|
-
|
|
388
176
|
/**
|
|
389
177
|
* @license EUPL-1.2
|
|
178
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
390
179
|
* Copyright (c) 2021 Robbert Broersma
|
|
180
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
391
181
|
*/
|
|
392
182
|
/**
|
|
393
183
|
* @license EUPL-1.2
|
|
394
|
-
* Copyright (c) 2021
|
|
184
|
+
* Copyright (c) 2021-2022 Frameless B.V.
|
|
395
185
|
*/
|
|
396
|
-
.utrecht-blockquote, .utrecht-html blockquote {
|
|
397
|
-
font-family: var(--utrecht-document-font-family);
|
|
398
|
-
font-size: var(--utrecht-blockquote-font-size);
|
|
399
|
-
margin-inline-start: var(--utrecht-blockquote-margin-inline-start);
|
|
400
|
-
margin-inline-end: var(--utrecht-blockquote-margin-inline-end);
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.utrecht-blockquote__attribution {
|
|
404
|
-
color: var(--utrecht-blockquote-attribution-color, inherit);
|
|
405
|
-
font-size: var(--utrecht-blockquote-attribution-font-size, inherit);
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.utrecht-blockquote__content, .utrecht-html blockquote {
|
|
409
|
-
--utrecht-document-color: var(--utrecht-blockquote-content-color, inherit);
|
|
410
|
-
--utrecht-paragraph-font-size: var(--utrecht-blockquote-content-font-size, inherit);
|
|
411
|
-
color: var(--utrecht-blockquote-content-color, inherit);
|
|
412
|
-
font-size: var(--utrecht-blockquote-content-font-size, inherit);
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
.utrecht-blockquote--distanced, .utrecht-html blockquote {
|
|
416
|
-
margin-block-start: var(--utrecht-blockquote-margin-block-start);
|
|
417
|
-
margin-block-end: var(--utrecht-blockquote-margin-block-end);
|
|
418
|
-
}
|
|
419
|
-
|
|
420
186
|
/**
|
|
421
187
|
* @license EUPL-1.2
|
|
422
188
|
* Copyright (c) 2021 Robbert Broersma
|
|
423
189
|
*/
|
|
424
190
|
/**
|
|
425
191
|
* @license EUPL-1.2
|
|
426
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
427
192
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
193
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
194
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
428
195
|
*/
|
|
429
|
-
.utrecht-button, .utrecht-html button {
|
|
430
|
-
color: var(--utrecht-button-primary-action-color);
|
|
431
|
-
font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
|
|
432
|
-
font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
|
|
433
|
-
font-weight: var(--utrecht-button-font-weight);
|
|
434
|
-
background-color: var(--utrecht-button-primary-action-background-color);
|
|
435
|
-
border-radius: var(--utrecht-button-border-radius);
|
|
436
|
-
border-width: var(--utrecht-button-border-width);
|
|
437
|
-
letter-spacing: var(--utrecht-button-letter-spacing);
|
|
438
|
-
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
439
|
-
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
440
|
-
padding-block-start: var(--utrecht-button-padding-block-start);
|
|
441
|
-
padding-block-end: var(--utrecht-button-padding-block-end);
|
|
442
|
-
text-transform: var(--utrecht-button-text-transform);
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.utrecht-button--distanced, .utrecht-html button {
|
|
446
|
-
margin-inline-start: var(--utrecht-button-margin-inline-start);
|
|
447
|
-
margin-inline-end: var(--utrecht-button-margin-inline-end);
|
|
448
|
-
margin-block-start: var(--utrecht-button-margin-block-start);
|
|
449
|
-
margin-block-end: var(--utrecht-button-margin-block-end);
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.utrecht-button:disabled, .utrecht-html button:disabled,
|
|
453
|
-
.utrecht-button--disabled {
|
|
454
|
-
color: var(--utrecht-button-disabled-color);
|
|
455
|
-
background-color: var(--utrecht-button-disabled-background-color);
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.utrecht-button--focus, .utrecht-html button:focus,
|
|
459
|
-
.utrecht-button:not(.utrecht-button--disabled):focus {
|
|
460
|
-
outline-width: var(--utrecht-focus-outline-width, 0);
|
|
461
|
-
outline-style: var(--utrecht-focus-outline-style, solid);
|
|
462
|
-
outline-color: var(--utrecht-focus-outline-color, transparent);
|
|
463
|
-
color: var(--utrecht-focus-color, inherit);
|
|
464
|
-
box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
|
|
465
|
-
outline-offset: 0;
|
|
466
|
-
background-color: var(--utrecht-focus-background-color);
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.utrecht-button--hover:not(:disabled), .utrecht-html button:not(:disabled):hover,
|
|
470
|
-
.utrecht-button:hover:not(:disabled):not(.utrecht-button--disabled) {
|
|
471
|
-
color: var(--utrecht-button-primary-action-color);
|
|
472
|
-
background-color: var(--utrecht-button-primary-action-hover-background-color);
|
|
473
|
-
transform: scale(var(--utrecht-button-focus-transform-scale, 1));
|
|
474
|
-
}
|
|
475
|
-
|
|
476
196
|
/**
|
|
477
197
|
* @license EUPL-1.2
|
|
478
|
-
* Copyright (c) 2021
|
|
198
|
+
* Copyright (c) 2021-2022 Frameless B.V.
|
|
479
199
|
*/
|
|
480
200
|
/**
|
|
481
201
|
* @license EUPL-1.2
|
|
482
202
|
* Copyright (c) 2021 Robbert Broersma
|
|
483
203
|
*/
|
|
484
|
-
.utrecht-checkbox, .utrecht-html input[type=checkbox] {
|
|
485
|
-
/* reset native margin for input[type="checkbox"] */
|
|
486
|
-
margin-block-start: 0;
|
|
487
|
-
margin-block-end: 0;
|
|
488
|
-
margin-inline-start: 0;
|
|
489
|
-
margin-inline-end: 0;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
204
|
/**
|
|
493
205
|
* @license EUPL-1.2
|
|
206
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
494
207
|
* Copyright (c) 2021 Robbert Broersma
|
|
208
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
495
209
|
*/
|
|
496
210
|
/**
|
|
497
211
|
* @license EUPL-1.2
|
|
498
|
-
* Copyright (c) 2021
|
|
212
|
+
* Copyright (c) 2021-2022 Frameless B.V.
|
|
499
213
|
*/
|
|
500
|
-
.utrecht-emphasis--stressed, .utrecht-html em {
|
|
501
|
-
font-style: var(--utrecht-emphasis-stressed-font-style, italic);
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.utrecht-emphasis--strong, .utrecht-html strong {
|
|
505
|
-
font-weight: var(--utrecht-emphasis-strong-font-weight, bold);
|
|
506
|
-
}
|
|
507
|
-
|
|
508
214
|
/**
|
|
509
215
|
* @license EUPL-1.2
|
|
510
216
|
* Copyright (c) 2021 Robbert Broersma
|
|
511
217
|
*/
|
|
512
218
|
/**
|
|
513
219
|
* @license EUPL-1.2
|
|
220
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
514
221
|
* Copyright (c) 2021 Robbert Broersma
|
|
222
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
515
223
|
*/
|
|
516
|
-
.utrecht-form-fieldset--distanced, .utrecht-html fieldset {
|
|
517
|
-
margin-block-start: var(--utrecht-form-fieldset-margin-block-start, 0);
|
|
518
|
-
margin-block-end: var(--utrecht-form-fieldset-margin-block-end, 0);
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.utrecht-form-fieldset__legend, .utrecht-html legend {
|
|
522
|
-
font-family: var(--utrecht-form-fieldset-legend-font-family, var(--utrecht-document-font-family));
|
|
523
|
-
font-size: var(--utrecht-form-fieldset-legend-font-size);
|
|
524
|
-
font-weight: var(--utrecht-form-fieldset-legend-font-weight);
|
|
525
|
-
line-height: var(--utrecht-form-fieldset-legend-line-height);
|
|
526
|
-
color: var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit));
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.utrecht-form-fieldset__legend--distanced, .utrecht-html legend {
|
|
530
|
-
margin-block-start: var(--utrecht-form-fieldset-legend-margin-block-start);
|
|
531
|
-
margin-block-end: var(--utrecht-form-fieldset-legend-margin-block-end);
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.utrecht-html fieldset {
|
|
535
|
-
border: 0;
|
|
536
|
-
margin: 0;
|
|
537
|
-
min-width: 0;
|
|
538
|
-
padding-block-end: 0;
|
|
539
|
-
padding-block-start: 0.01em;
|
|
540
|
-
padding-inline-end: 0;
|
|
541
|
-
padding-inline-start: 0;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.utrecht-html legend {
|
|
545
|
-
padding-inline-end: 0;
|
|
546
|
-
padding-inline-start: 0;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
224
|
/**
|
|
550
225
|
* @license EUPL-1.2
|
|
551
|
-
* Copyright (c) 2021
|
|
226
|
+
* Copyright (c) 2021-2022 Frameless B.V.
|
|
552
227
|
*/
|
|
553
228
|
/**
|
|
554
229
|
* @license EUPL-1.2
|
|
555
230
|
* Copyright (c) 2021 Robbert Broersma
|
|
556
231
|
*/
|
|
557
|
-
.utrecht-form-label, .utrecht-html label {
|
|
558
|
-
font-weight: var(--utrecht-form-label-font-weight);
|
|
559
|
-
font-size: var(--utrecht-form-label-font-size);
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.utrecht-form-label--checkbox, .utrecht-html input[type=checkbox] ~ label {
|
|
563
|
-
font-weight: var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight));
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.utrecht-form-label--radio, .utrecht-html input[type=radio] ~ label {
|
|
567
|
-
font-weight: var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight));
|
|
568
|
-
}
|
|
569
|
-
|
|
570
232
|
/**
|
|
571
233
|
* @license EUPL-1.2
|
|
572
|
-
* Copyright (c)
|
|
234
|
+
* Copyright (c) 2022 Gemeente Utrecht
|
|
235
|
+
* Copyright (c) 2022 Robbert Broersma
|
|
236
|
+
* Copyright (c) 2022 The Knights Who Say NIH! B.V.
|
|
573
237
|
*/
|
|
574
238
|
/**
|
|
575
239
|
* @license EUPL-1.2
|
|
576
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
577
240
|
* Copyright (c) 2021 Robbert Broersma
|
|
578
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
579
241
|
*/
|
|
580
|
-
.utrecht-heading-1, .utrecht-html h1 {
|
|
581
|
-
font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
582
|
-
font-size: var(--utrecht-heading-1-font-size);
|
|
583
|
-
font-weight: var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
584
|
-
letter-spacing: var(--utrecht-heading-1-letter-spacing);
|
|
585
|
-
line-height: var(--utrecht-heading-1-line-height);
|
|
586
|
-
text-transform: var(--utrecht-heading-1-text-transform, inherit);
|
|
587
|
-
color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.utrecht-heading-1--distanced, .utrecht-html h1 {
|
|
591
|
-
margin-block-start: var(--utrecht-heading-1-margin-block-start);
|
|
592
|
-
margin-block-end: var(--utrecht-heading-1-margin-block-end);
|
|
593
|
-
}
|
|
594
|
-
|
|
595
242
|
/**
|
|
596
243
|
* @license EUPL-1.2
|
|
597
|
-
* Copyright (c) 2021
|
|
244
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
245
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
598
246
|
*/
|
|
247
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
599
248
|
/**
|
|
600
249
|
* @license EUPL-1.2
|
|
601
250
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
602
251
|
* Copyright (c) 2021 Robbert Broersma
|
|
603
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
604
252
|
*/
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
font-size: var(--utrecht-heading-2-font-size);
|
|
608
|
-
font-weight: var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
609
|
-
letter-spacing: var(--utrecht-heading-2-letter-spacing);
|
|
610
|
-
line-height: var(--utrecht-heading-2-line-height);
|
|
611
|
-
text-transform: var(--utrecht-heading-2-text-transform, inherit);
|
|
612
|
-
color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
613
|
-
}
|
|
253
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
254
|
+
/*
|
|
614
255
|
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
256
|
+
# CSS implementation
|
|
257
|
+
|
|
258
|
+
## `text-decoration-skip`
|
|
259
|
+
|
|
260
|
+
`text-decoration-skip` can be helpful to avoid making some texts unreadable.
|
|
261
|
+
For example by obscuring Arabic diacritics.
|
|
619
262
|
|
|
263
|
+
However, the combination of a greater thickness and skipping this thick underline
|
|
264
|
+
leads to a very unappealing rendering of the underline. To avoid this,
|
|
265
|
+
`text-decoration-skip` is disabled for interactive states.
|
|
266
|
+
|
|
267
|
+
For design token configurations that have identical thickness for normal and interactive
|
|
268
|
+
states, this will lead to the (undesirable) effect that the focus/hover effect is switching
|
|
269
|
+
from an interrupted to an uninterrupted underline (for some texts).
|
|
270
|
+
|
|
271
|
+
Apart from making `skip-ink` configurable for normal/focus/hover, there is no good solution yet.
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
275
|
+
Disabling `text-decoration-skip` for interactive states obscures some texts, and we assume for now
|
|
276
|
+
that moving the pointer away from a link or having focus elsewhere first is simple enough to
|
|
277
|
+
not make this too inconvenient.
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
Some folks implement the underline of links using `border-bottom` or even using a finely crafted
|
|
282
|
+
`linear-gradient()` with a solid color at the bottom and transparent behind the text. These approaches
|
|
283
|
+
would unfortunately not be able to provide the improved readability of `text-decoration-skip`.
|
|
284
|
+
|
|
285
|
+
## `text-decoration-thickness`
|
|
286
|
+
|
|
287
|
+
Varying `text-decoration-thickness` can be used to distinguish interactive states.
|
|
288
|
+
|
|
289
|
+
---
|
|
290
|
+
|
|
291
|
+
`text-decoration-thickness` appears to have rendering differences between Chrome and Safari.
|
|
292
|
+
In Safari the line becomes thicker with extra pixels added to the bottom, while in Chrome
|
|
293
|
+
the underline offset also seems to increase along with the thickness, which effectively means
|
|
294
|
+
the underline is closer to the next line than in Safari.
|
|
295
|
+
|
|
296
|
+
---
|
|
297
|
+
|
|
298
|
+
It might be nice to use font-relative units for `text-decoration-thickness`, and that is why we
|
|
299
|
+
use the `max()` function to ensure the underline remains visible for every font size.
|
|
300
|
+
|
|
301
|
+
## `transition`
|
|
302
|
+
|
|
303
|
+
`text-decoration-thickness` could be a candidate for animating between interactive states,
|
|
304
|
+
however browsers don't seem to have implemented great looking supixel tweening yet.
|
|
305
|
+
|
|
306
|
+
`text-decoration-skip` also makes the transition more challenging to implement.
|
|
307
|
+
|
|
308
|
+
*/
|
|
309
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
310
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
311
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
312
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
313
|
+
/**
|
|
314
|
+
* Link for elements such as `<img>` or `<article>`, that are not inline elements or plain text.
|
|
315
|
+
*
|
|
316
|
+
* Changing `display: inline` to `inline-block` ensures the focus outline is rendered around the entire box.
|
|
317
|
+
*/
|
|
620
318
|
/**
|
|
621
319
|
* @license EUPL-1.2
|
|
622
320
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -625,48 +323,28 @@
|
|
|
625
323
|
* @license EUPL-1.2
|
|
626
324
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
627
325
|
* Copyright (c) 2021 Robbert Broersma
|
|
628
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
629
326
|
*/
|
|
630
|
-
.utrecht-heading-3, .utrecht-html h3 {
|
|
631
|
-
font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
632
|
-
font-size: var(--utrecht-heading-3-font-size);
|
|
633
|
-
font-weight: var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
634
|
-
letter-spacing: var(--utrecht-heading-3-letter-spacing);
|
|
635
|
-
line-height: var(--utrecht-heading-3-line-height);
|
|
636
|
-
text-transform: var(--utrecht-heading-3-text-transform, inherit);
|
|
637
|
-
color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.utrecht-heading-3--distanced, .utrecht-html h3 {
|
|
641
|
-
margin-block-start: var(--utrecht-heading-3-margin-block-start);
|
|
642
|
-
margin-block-end: var(--utrecht-heading-3-margin-block-end);
|
|
643
|
-
}
|
|
644
|
-
|
|
645
327
|
/**
|
|
646
328
|
* @license EUPL-1.2
|
|
647
329
|
* Copyright (c) 2021 Robbert Broersma
|
|
648
330
|
*/
|
|
649
331
|
/**
|
|
650
332
|
* @license EUPL-1.2
|
|
333
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
651
334
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
335
|
+
*/
|
|
336
|
+
/**
|
|
337
|
+
* @license EUPL-1.2
|
|
652
338
|
* Copyright (c) 2021 Robbert Broersma
|
|
339
|
+
*/
|
|
340
|
+
/**
|
|
341
|
+
* @license EUPL-1.2
|
|
653
342
|
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
654
343
|
*/
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
letter-spacing: var(--utrecht-heading-4-letter-spacing);
|
|
660
|
-
line-height: var(--utrecht-heading-4-line-height);
|
|
661
|
-
text-transform: var(--utrecht-heading-4-text-transform, inherit);
|
|
662
|
-
color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
.utrecht-heading-4--distanced, .utrecht-html h4 {
|
|
666
|
-
margin-block-start: var(--utrecht-heading-4-margin-block-start);
|
|
667
|
-
margin-block-end: var(--utrecht-heading-4-margin-block-end);
|
|
668
|
-
}
|
|
669
|
-
|
|
344
|
+
/**
|
|
345
|
+
* @license EUPL-1.2
|
|
346
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
347
|
+
*/
|
|
670
348
|
/**
|
|
671
349
|
* @license EUPL-1.2
|
|
672
350
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -675,23 +353,13 @@
|
|
|
675
353
|
* @license EUPL-1.2
|
|
676
354
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
677
355
|
* Copyright (c) 2021 Robbert Broersma
|
|
678
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
679
356
|
*/
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
text-transform: var(--utrecht-heading-5-text-transform, inherit);
|
|
687
|
-
color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.utrecht-heading-5--distanced, .utrecht-html h5 {
|
|
691
|
-
margin-block-start: var(--utrecht-heading-5-margin-block-start);
|
|
692
|
-
margin-block-end: var(--utrecht-heading-5-margin-block-end);
|
|
693
|
-
}
|
|
694
|
-
|
|
357
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
358
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
359
|
+
/**
|
|
360
|
+
* @license EUPL-1.2
|
|
361
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
362
|
+
*/
|
|
695
363
|
/**
|
|
696
364
|
* @license EUPL-1.2
|
|
697
365
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -700,75 +368,19 @@
|
|
|
700
368
|
* @license EUPL-1.2
|
|
701
369
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
702
370
|
* Copyright (c) 2021 Robbert Broersma
|
|
703
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
704
371
|
*/
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
font-size: var(--utrecht-heading-6-font-size);
|
|
708
|
-
font-weight: var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
709
|
-
letter-spacing: var(--utrecht-heading-6-letter-spacing);
|
|
710
|
-
line-height: var(--utrecht-heading-6-line-height);
|
|
711
|
-
text-transform: var(--utrecht-heading-6-text-transform, inherit);
|
|
712
|
-
color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.utrecht-heading-6--distanced, .utrecht-html h6 {
|
|
716
|
-
margin-block-start: var(--utrecht-heading-6-margin-block-start);
|
|
717
|
-
margin-block-end: var(--utrecht-heading-6-margin-block-end);
|
|
718
|
-
}
|
|
719
|
-
|
|
372
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
373
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
720
374
|
/**
|
|
721
375
|
* @license EUPL-1.2
|
|
722
376
|
* Copyright (c) 2021 Robbert Broersma
|
|
723
377
|
*/
|
|
724
378
|
/**
|
|
725
379
|
* @license EUPL-1.2
|
|
726
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
727
380
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
381
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
382
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
728
383
|
*/
|
|
729
|
-
.utrecht-link, .utrecht-html a:link {
|
|
730
|
-
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
731
|
-
color: var(--utrecht-link-color, blue);
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.utrecht-link:visited,
|
|
735
|
-
.utrecht-link--visited,
|
|
736
|
-
.utrecht-html a:visited {
|
|
737
|
-
color: var(--utrecht-link-visited-color, var(--utrecht-link-color));
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.utrecht-link:hover,
|
|
741
|
-
.utrecht-link--hover,
|
|
742
|
-
.utrecht-html a:hover {
|
|
743
|
-
color: var(--utrecht-link-hover-color, var(--utrecht-link-color));
|
|
744
|
-
text-decoration: var(--utrecht-link-hover-text-decoration, var(--utrecht-link-text-decoration, underline));
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
.utrecht-link:active,
|
|
748
|
-
.utrecht-link--active,
|
|
749
|
-
.utrecht-html a:active {
|
|
750
|
-
color: var(--utrecht-link-active-color, var(--utrecht-link-color));
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.utrecht-link:focus,
|
|
754
|
-
.utrecht-link--focus,
|
|
755
|
-
.utrecht-html a:focus {
|
|
756
|
-
color: var(--utrecht-link-focus-color, var(--utrecht-link-color));
|
|
757
|
-
text-decoration: var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));
|
|
758
|
-
outline-width: var(--utrecht-focus-outline-width, 0);
|
|
759
|
-
outline-style: var(--utrecht-focus-outline-style, solid);
|
|
760
|
-
outline-color: var(--utrecht-focus-outline-color, transparent);
|
|
761
|
-
color: var(--utrecht-focus-color, inherit);
|
|
762
|
-
box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
|
|
763
|
-
outline-offset: 0;
|
|
764
|
-
background-color: var(--utrecht-focus-background-color);
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
/* stylelint-disable-next-line block-no-empty */
|
|
768
|
-
.utrecht-link--telephone, .utrecht-html a[href^="tel:" i] {
|
|
769
|
-
white-space: nowrap;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
384
|
/**
|
|
773
385
|
* @license EUPL-1.2
|
|
774
386
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -776,65 +388,28 @@
|
|
|
776
388
|
/**
|
|
777
389
|
* @license EUPL-1.2
|
|
778
390
|
* Copyright (c) 2021 Robbert Broersma
|
|
779
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
780
391
|
*/
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
.utrecht-ordered-list--distanced, .utrecht-html ol {
|
|
786
|
-
margin-block-end: var(--utrecht-ordered-list-margin-block-end);
|
|
787
|
-
margin-block-start: var(--utrecht-ordered-list-margin-block-start);
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
.utrecht-ordered-list__item, .utrecht-html ol > li {
|
|
791
|
-
margin-block-end: var(--utrecht-ordered-list-item-margin-block-end);
|
|
792
|
-
margin-block-start: var(--utrecht-ordered-list-item-margin-block-start);
|
|
793
|
-
}
|
|
794
|
-
|
|
392
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
393
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
394
|
+
/* stylelint-disable selector-class-pattern */
|
|
795
395
|
/**
|
|
796
396
|
* @license EUPL-1.2
|
|
797
397
|
* Copyright (c) 2021 Robbert Broersma
|
|
798
398
|
*/
|
|
799
399
|
/**
|
|
800
400
|
* @license EUPL-1.2
|
|
801
|
-
* Copyright (c) 2021
|
|
401
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
802
402
|
*/
|
|
803
|
-
.utrecht-paragraph, .utrecht-html p {
|
|
804
|
-
color: var(--utrecht-document-color, inherit);
|
|
805
|
-
font-family: var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));
|
|
806
|
-
font-size: var(--utrecht-paragraph-font-size, var(--utrecht-document-font-size, inherit));
|
|
807
|
-
font-weight: var(--utrecht-paragraph-font-weight, inherit);
|
|
808
|
-
line-height: var(--utrecht-paragraph-line-height, var(--utrecht-document-line-height, inherit));
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
.utrecht-paragraph--lead, .utrecht-html p.lead {
|
|
812
|
-
font-size: var(--utrecht-paragraph-lead-font-size, inherit);
|
|
813
|
-
font-weight: var(--utrecht-paragraph-lead-font-weight, inherit);
|
|
814
|
-
line-height: var(--utrecht-paragraph-lead-line-height, inherit);
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
.utrecht-paragraph--distanced, .utrecht-html * ~ p {
|
|
818
|
-
margin-block-start: var(--utrecht-paragraph-margin-block-start);
|
|
819
|
-
margin-block-end: var(--utrecht-paragraph-margin-block-end);
|
|
820
|
-
}
|
|
821
|
-
|
|
822
403
|
/**
|
|
823
404
|
* @license EUPL-1.2
|
|
824
405
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
406
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
825
407
|
*/
|
|
408
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
826
409
|
/**
|
|
827
410
|
* @license EUPL-1.2
|
|
828
|
-
* Copyright (c) 2021
|
|
411
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
829
412
|
*/
|
|
830
|
-
.utrecht-radio-button, .utrecht-html input[type=radio] {
|
|
831
|
-
/* reset native margin for input[type="radio"] */
|
|
832
|
-
margin-block-start: 0;
|
|
833
|
-
margin-block-end: 0;
|
|
834
|
-
margin-inline-start: 0;
|
|
835
|
-
margin-inline-end: 0;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
413
|
/**
|
|
839
414
|
* @license EUPL-1.2
|
|
840
415
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -843,16 +418,8 @@
|
|
|
843
418
|
* @license EUPL-1.2
|
|
844
419
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
845
420
|
* Copyright (c) 2021 Robbert Broersma
|
|
846
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
847
421
|
*/
|
|
848
|
-
|
|
849
|
-
border-style: solid;
|
|
850
|
-
border-color: var(--utrecht-separator-color);
|
|
851
|
-
border-width: 0 0 var(--utrecht-separator-width) 0;
|
|
852
|
-
margin-block-start: var(--utrecht-separator-margin-block-start);
|
|
853
|
-
margin-block-end: var(--utrecht-separator-margin-block-end);
|
|
854
|
-
}
|
|
855
|
-
|
|
422
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
856
423
|
/**
|
|
857
424
|
* @license EUPL-1.2
|
|
858
425
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -860,649 +427,1289 @@
|
|
|
860
427
|
/**
|
|
861
428
|
* @license EUPL-1.2
|
|
862
429
|
* Copyright (c) 2021 Robbert Broersma
|
|
430
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
863
431
|
*/
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
432
|
+
/* Collection of all semantic HTML styles in the component library */
|
|
433
|
+
.utrecht-html {
|
|
434
|
+
/* override the `:focus` selector above */
|
|
435
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
436
|
+
/* stylelint-disable selector-class-pattern */
|
|
437
|
+
--utrecht-space-around: 1;
|
|
867
438
|
}
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
margin-block-end: var(--utrecht-table-margin-block-end);
|
|
871
|
-
margin-block-start: var(--utrecht-table-margin-block-start);
|
|
439
|
+
.utrecht-html article {
|
|
440
|
+
max-inline-size: var(--utrecht-article-max-inline-size);
|
|
872
441
|
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
font-family: var(--utrecht-
|
|
877
|
-
font-size: var(--utrecht-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
margin-block-
|
|
881
|
-
|
|
442
|
+
.utrecht-html blockquote {
|
|
443
|
+
background-color: var(--utrecht-blockquote-background-color);
|
|
444
|
+
color: var(--utrecht-blockquote-color);
|
|
445
|
+
font-family: var(--utrecht-document-font-family);
|
|
446
|
+
font-size: var(--utrecht-blockquote-font-size);
|
|
447
|
+
font-style: var(--utrecht-blockquote-font-style);
|
|
448
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-blockquote-margin-block-end, 0));
|
|
449
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-blockquote-margin-block-start, 0));
|
|
450
|
+
margin-inline-end: var(--utrecht-blockquote-margin-inline-end);
|
|
451
|
+
margin-inline-start: var(--utrecht-blockquote-margin-inline-start);
|
|
452
|
+
padding-block-end: var(--utrecht-blockquote-padding-block-end);
|
|
453
|
+
padding-block-start: var(--utrecht-blockquote-padding-block-start);
|
|
454
|
+
padding-inline-end: var(--utrecht-blockquote-padding-inline-end);
|
|
455
|
+
padding-inline-start: var(--utrecht-blockquote-padding-inline-start);
|
|
456
|
+
--utrecht-document-color: var(--utrecht-blockquote-content-color, inherit);
|
|
457
|
+
--utrecht-paragraph-font-size: var(--utrecht-blockquote-content-font-size, inherit);
|
|
458
|
+
color: var(--utrecht-blockquote-content-color, inherit);
|
|
459
|
+
font-size: var(--utrecht-blockquote-content-font-size, inherit);
|
|
460
|
+
--utrecht-space-around: 1;
|
|
461
|
+
}
|
|
462
|
+
.utrecht-html input[type=button i],
|
|
463
|
+
.utrecht-html input[type=reset i],
|
|
464
|
+
.utrecht-html input[type=submit i],
|
|
465
|
+
.utrecht-html button {
|
|
466
|
+
/*
|
|
467
|
+
`--_utrecht-button-hint` is the internal prefix for the applied optional hint, it is not an API.
|
|
468
|
+
The hint color takes priority over the appearance color.
|
|
469
|
+
|
|
470
|
+
`--_utrecht-button-appearance` is the internal prefix for the appearance
|
|
471
|
+
(primary-action, secondary-action or subtle), it is not an API.
|
|
472
|
+
*/
|
|
473
|
+
--_utrecht-button-background-color: var(
|
|
474
|
+
--_utrecht-button-hint-background-color,
|
|
475
|
+
var(--_utrecht-button-appearance-background-color, var(--utrecht-button-background-color))
|
|
476
|
+
);
|
|
477
|
+
--_utrecht-button-color: var(
|
|
478
|
+
--_utrecht-button-hint-color,
|
|
479
|
+
var(--_utrecht-button-appearance-color, var(--utrecht-button-color))
|
|
480
|
+
);
|
|
481
|
+
--_utrecht-button-border-color: var(
|
|
482
|
+
--_utrecht-button-hint-border-color,
|
|
483
|
+
var(--_utrecht-button-appearance-border-color, var(--utrecht-button-border-color, transparent))
|
|
484
|
+
);
|
|
485
|
+
--_utrecht-button-border-bottom-color: var(
|
|
486
|
+
--_utrecht-button-hint-border-bottom-color,
|
|
487
|
+
var(
|
|
488
|
+
--_utrecht-button-hint-border-color,
|
|
489
|
+
var(
|
|
490
|
+
--_utrecht-button-appearance-border-bottom-color,
|
|
491
|
+
var(
|
|
492
|
+
--_utrecht-button-appearance-border-color,
|
|
493
|
+
var(--utrecht-button-border-bottom-color, var(--utrecht-button-border-color, transparent))
|
|
494
|
+
)
|
|
495
|
+
)
|
|
496
|
+
)
|
|
497
|
+
);
|
|
498
|
+
--_utrecht-button-disabled-background-color: var(
|
|
499
|
+
--_utrecht-button-hint-disabled-background-color,
|
|
500
|
+
var(
|
|
501
|
+
--_utrecht-button-appearance-disabled-background-color,
|
|
502
|
+
var(--utrecht-button-disabled-background-color, var(--utrecht-button-background-color))
|
|
503
|
+
)
|
|
504
|
+
);
|
|
505
|
+
--_utrecht-button-disabled-border-color: var(
|
|
506
|
+
--_utrecht-button-hint-disabled-border-color,
|
|
507
|
+
var(
|
|
508
|
+
--_utrecht-button-appearance-disabled-border-color,
|
|
509
|
+
var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color))
|
|
510
|
+
)
|
|
511
|
+
);
|
|
512
|
+
--_utrecht-button-disabled-color: var(
|
|
513
|
+
--_utrecht-button-hint-disabled-color,
|
|
514
|
+
var(--_utrecht-button-appearance-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))
|
|
515
|
+
);
|
|
516
|
+
--_utrecht-button-focus-background-color: var(
|
|
517
|
+
--_utrecht-button-hint-focus-background-color,
|
|
518
|
+
var(
|
|
519
|
+
--_utrecht-button-hint-background-color,
|
|
520
|
+
var(
|
|
521
|
+
--_utrecht-button-appearance-focus-background-color,
|
|
522
|
+
var(
|
|
523
|
+
--_utrecht-button-appearance-background-color,
|
|
524
|
+
var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color))
|
|
525
|
+
)
|
|
526
|
+
)
|
|
527
|
+
)
|
|
528
|
+
);
|
|
529
|
+
--_utrecht-button-focus-border-color: var(
|
|
530
|
+
--_utrecht-button-hint-focus-border-color,
|
|
531
|
+
var(
|
|
532
|
+
--_utrecht-button-hint-border-color,
|
|
533
|
+
var(
|
|
534
|
+
--_utrecht-button-appearance-focus-border-color,
|
|
535
|
+
var(
|
|
536
|
+
--_utrecht-button-appearance-border-color,
|
|
537
|
+
var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color))
|
|
538
|
+
)
|
|
539
|
+
)
|
|
540
|
+
)
|
|
541
|
+
);
|
|
542
|
+
--_utrecht-button-focus-color: var(
|
|
543
|
+
--_utrecht-button-hint-focus-color,
|
|
544
|
+
var(
|
|
545
|
+
--_utrecht-button-hint-color,
|
|
546
|
+
var(
|
|
547
|
+
--_utrecht-button-appearance-focus-color,
|
|
548
|
+
var(--_utrecht-button-appearance-color, var(--utrecht-button-focus-color, var(--utrecht-button-color)))
|
|
549
|
+
)
|
|
550
|
+
)
|
|
551
|
+
);
|
|
552
|
+
--_utrecht-button-hover-background-color: var(
|
|
553
|
+
--_utrecht-button-hint-hover-background-color,
|
|
554
|
+
var(
|
|
555
|
+
--_utrecht-button-hint-background-color,
|
|
556
|
+
var(
|
|
557
|
+
--_utrecht-button-appearance-hover-background-color,
|
|
558
|
+
var(
|
|
559
|
+
--_utrecht-button-appearance-background-color,
|
|
560
|
+
var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color))
|
|
561
|
+
)
|
|
562
|
+
)
|
|
563
|
+
)
|
|
564
|
+
);
|
|
565
|
+
--_utrecht-button-hover-border-color: var(
|
|
566
|
+
--_utrecht-button-hint-hover-border-color,
|
|
567
|
+
var(
|
|
568
|
+
--_utrecht-button-hint-border-color,
|
|
569
|
+
var(
|
|
570
|
+
--_utrecht-button-appearance-hover-border-color,
|
|
571
|
+
var(
|
|
572
|
+
--_utrecht-button-appearance-border-color,
|
|
573
|
+
var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color))
|
|
574
|
+
)
|
|
575
|
+
)
|
|
576
|
+
)
|
|
577
|
+
);
|
|
578
|
+
--_utrecht-button-hover-color: var(
|
|
579
|
+
--_utrecht-button-hint-hover-color,
|
|
580
|
+
var(
|
|
581
|
+
--_utrecht-button-hint-color,
|
|
582
|
+
var(
|
|
583
|
+
--_utrecht-button-appearance-hover-color,
|
|
584
|
+
var(--_utrecht-button-appearance-color, var(--utrecht-button-hover-color, var(--utrecht-button-color)))
|
|
585
|
+
)
|
|
586
|
+
)
|
|
587
|
+
);
|
|
588
|
+
--_utrecht-button-active-background-color: var(
|
|
589
|
+
--_utrecht-button-hint-active-background-color,
|
|
590
|
+
var(
|
|
591
|
+
--_utrecht-button-hint-background-color,
|
|
592
|
+
var(
|
|
593
|
+
--_utrecht-button-appearance-active-background-color,
|
|
594
|
+
var(
|
|
595
|
+
--_utrecht-button-appearance-background-color,
|
|
596
|
+
var(--utrecht-button-active-background-color, var(--utrecht-button-background-color))
|
|
597
|
+
)
|
|
598
|
+
)
|
|
599
|
+
)
|
|
600
|
+
);
|
|
601
|
+
--_utrecht-button-active-border-color: var(
|
|
602
|
+
--_utrecht-button-hint-active-border-color,
|
|
603
|
+
var(
|
|
604
|
+
--_utrecht-button-hint-border-color,
|
|
605
|
+
var(
|
|
606
|
+
--_utrecht-button-appearance-active-border-color,
|
|
607
|
+
var(
|
|
608
|
+
--_utrecht-button-appearance-border-color,
|
|
609
|
+
var(--utrecht-button-active-border-color, var(--utrecht-button-border-color))
|
|
610
|
+
)
|
|
611
|
+
)
|
|
612
|
+
)
|
|
613
|
+
);
|
|
614
|
+
--_utrecht-button-active-color: var(
|
|
615
|
+
--_utrecht-button-hint-active-color,
|
|
616
|
+
var(
|
|
617
|
+
--_utrecht-button-hint-color,
|
|
618
|
+
var(
|
|
619
|
+
--_utrecht-button-appearance-active-color,
|
|
620
|
+
var(--_utrecht-button-appearance-color, var(--utrecht-button-active-color, var(--utrecht-button-color)))
|
|
621
|
+
)
|
|
622
|
+
)
|
|
623
|
+
);
|
|
624
|
+
--_utrecht-button-border-width: var(--_utrecht-button-appearance-border-width, var(--utrecht-button-border-width, 0));
|
|
625
|
+
--_utrecht-button-border-bottom-width: var(
|
|
626
|
+
--utrecht-button-border-bottom-width,
|
|
627
|
+
var(--_utrecht-button-border-width, 0)
|
|
628
|
+
);
|
|
629
|
+
--utrecht-icon-size: var(--utrecht-button-icon-size, 1em);
|
|
630
|
+
align-items: center;
|
|
631
|
+
background-color: var(--_utrecht-button-background-color);
|
|
632
|
+
border-color: var(--_utrecht-button-border-color);
|
|
633
|
+
border-bottom-color: var(--_utrecht-button-border-bottom-color);
|
|
634
|
+
border-radius: var(--utrecht-button-border-radius);
|
|
635
|
+
border-style: solid;
|
|
636
|
+
border-width: var(--_utrecht-button-border-width);
|
|
637
|
+
border-bottom-width: var(--_utrecht-button-border-bottom-width);
|
|
638
|
+
box-sizing: border-box;
|
|
639
|
+
color: var(--_utrecht-button-color);
|
|
640
|
+
cursor: var(--utrecht-action-activate-cursor);
|
|
641
|
+
display: inline-flex;
|
|
642
|
+
font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
|
|
643
|
+
font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
644
|
+
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
645
|
+
gap: var(--utrecht-button-icon-gap);
|
|
646
|
+
inline-size: var(--utrecht-button-inline-size, auto);
|
|
647
|
+
justify-content: center;
|
|
648
|
+
letter-spacing: var(--utrecht-button-letter-spacing);
|
|
649
|
+
line-height: var(--utrecht-button-line-height);
|
|
650
|
+
min-block-size: var(--utrecht-button-min-block-size, 44px);
|
|
651
|
+
min-inline-size: var(--utrecht-button-min-inline-size, 44px);
|
|
652
|
+
padding-block-end: var(--utrecht-button-padding-block-end);
|
|
653
|
+
padding-block-start: var(--utrecht-button-padding-block-start);
|
|
654
|
+
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
655
|
+
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
656
|
+
text-transform: var(--utrecht-button-text-transform);
|
|
657
|
+
user-select: none;
|
|
658
|
+
margin-block-end: var(--utrecht-button-margin-block-end);
|
|
659
|
+
margin-block-start: var(--utrecht-button-margin-block-start);
|
|
660
|
+
margin-inline-end: var(--utrecht-button-margin-inline-end);
|
|
661
|
+
margin-inline-start: var(--utrecht-button-margin-inline-start);
|
|
882
662
|
}
|
|
883
|
-
|
|
884
|
-
.utrecht-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
663
|
+
.utrecht-html button[type=submit i],
|
|
664
|
+
.utrecht-html input[type=submit i] {
|
|
665
|
+
cursor: var(--utrecht-action-submit-cursor);
|
|
666
|
+
}
|
|
667
|
+
.utrecht-html button:disabled,
|
|
668
|
+
.utrecht-html button[aria-disabled=true] {
|
|
669
|
+
background-color: var(--_utrecht-button-disabled-background-color);
|
|
670
|
+
border-color: var(--_utrecht-button-disabled-border-color);
|
|
671
|
+
color: var(--_utrecht-button-disabled-color);
|
|
672
|
+
cursor: var(--utrecht-action-disabled-cursor);
|
|
673
|
+
}
|
|
674
|
+
.utrecht-html button[aria-busy=true],
|
|
675
|
+
.utrecht-html button[aria-disabled=true][aria-busy=true],
|
|
676
|
+
.utrecht-html button:disabled[aria-busy=true] {
|
|
677
|
+
cursor: var(--utrecht-action-busy-cursor);
|
|
678
|
+
}
|
|
679
|
+
.utrecht-html button:active:not([aria-disabled=true], :disabled) {
|
|
680
|
+
background-color: var(--_utrecht-button-active-background-color);
|
|
681
|
+
border-color: var(--_utrecht-button-active-border-color);
|
|
682
|
+
color: var(--_utrecht-button-active-color);
|
|
683
|
+
}
|
|
684
|
+
.utrecht-html button:hover:not([aria-disabled=true], :disabled) {
|
|
685
|
+
background-color: var(--_utrecht-button-hover-background-color);
|
|
686
|
+
border-color: var(--_utrecht-button-hover-border-color);
|
|
687
|
+
color: var(--_utrecht-button-hover-color);
|
|
688
|
+
scale: var(--utrecht-button-hover-scale, 1);
|
|
689
|
+
}
|
|
690
|
+
.utrecht-html button:focus:not([aria-disabled=true], :disabled) {
|
|
691
|
+
background-color: var(--_utrecht-button-focus-background-color);
|
|
692
|
+
border-color: var(--_utrecht-button-focus-border-color);
|
|
693
|
+
color: var(--_utrecht-button-focus-color);
|
|
694
|
+
scale: var(--utrecht-button-focus-scale, 1);
|
|
695
|
+
}
|
|
696
|
+
.utrecht-html button:focus-visible {
|
|
697
|
+
/* the pseudo-class for `:focus-visible` is implemented via the mixin */
|
|
698
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
699
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
700
|
+
* can combine it with the focus ring box shadow.
|
|
701
|
+
*/
|
|
702
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
703
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
704
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
705
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
706
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
707
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
708
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
709
|
+
}
|
|
710
|
+
.utrecht-html input[type=checkbox i] {
|
|
711
|
+
margin-block-end: 0; /* reset native margin for input[type="checkbox"] */
|
|
712
|
+
margin-block-start: 0;
|
|
713
|
+
margin-inline-end: 0;
|
|
714
|
+
margin-inline-start: 0;
|
|
715
|
+
cursor: var(--utrecht-action-activate-cursor, revert);
|
|
716
|
+
user-select: none;
|
|
717
|
+
}
|
|
718
|
+
.utrecht-html input[type=checkbox i]:disabled {
|
|
719
|
+
cursor: var(--utrecht-action-disabled-cursor, revert);
|
|
720
|
+
}
|
|
721
|
+
.utrecht-html input[type=checkbox i]:focus {
|
|
722
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
723
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
724
|
+
* can combine it with the focus ring box shadow.
|
|
725
|
+
*/
|
|
726
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
727
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
728
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
729
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
730
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
731
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
732
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
733
|
+
}
|
|
734
|
+
.utrecht-html input[type=checkbox i]:focus:not(:focus-visible) {
|
|
735
|
+
/* undo focus ring */
|
|
736
|
+
box-shadow: none;
|
|
737
|
+
outline-style: revert;
|
|
738
|
+
}
|
|
739
|
+
.utrecht-html body {
|
|
740
|
+
/* reset `font-smoothing: antialiasing`, prefer automatic (`subpixel-antialiasing`) behavior for high-dpi screens */
|
|
741
|
+
color: var(--utrecht-document-color, inherit);
|
|
742
|
+
font-family: var(--utrecht-document-font-family, inherit);
|
|
743
|
+
font-size: var(--utrecht-document-font-size, inherit);
|
|
744
|
+
font-weight: var(--utrecht-document-font-weight, inherit);
|
|
745
|
+
line-height: var(--utrecht-document-line-height, inherit);
|
|
746
|
+
text-rendering: optimizeLegibility;
|
|
747
|
+
-moz-text-size-adjust: none;
|
|
748
|
+
-webkit-text-size-adjust: none;
|
|
749
|
+
text-size-adjust: none;
|
|
750
|
+
background-color: var(--utrecht-document-background-color, inherit);
|
|
751
|
+
}
|
|
752
|
+
.utrecht-html body :lang(ar) {
|
|
753
|
+
/* `letter-spacing` design tokens break Arabic text rendering, avoid that */
|
|
754
|
+
letter-spacing: 0 !important;
|
|
755
|
+
}
|
|
756
|
+
.utrecht-html code {
|
|
757
|
+
/* Use `monospace` as fallback both when the custom property isn't set and when the font is not available */
|
|
758
|
+
background-color: var(--utrecht-code-background-color);
|
|
759
|
+
color: var(--utrecht-code-color);
|
|
760
|
+
font-family: var(--utrecht-code-font-family, monospace), monospace;
|
|
761
|
+
font-size: var(--utrecht-code-font-size);
|
|
762
|
+
font-variant-ligatures: none;
|
|
763
|
+
line-height: var(--utrecht-code-line-height);
|
|
764
|
+
}
|
|
765
|
+
.utrecht-html em {
|
|
766
|
+
font-style: var(--utrecht-emphasis-stressed-font-style, italic);
|
|
928
767
|
}
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
.utrecht-html td.numeric {
|
|
932
|
-
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
|
933
|
-
text-align: right;
|
|
768
|
+
.utrecht-html strong {
|
|
769
|
+
font-weight: var(--utrecht-emphasis-strong-font-weight, bold);
|
|
934
770
|
}
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
771
|
+
.utrecht-html fieldset {
|
|
772
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-end, 0));
|
|
773
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-start, 0));
|
|
774
|
+
all: revert;
|
|
775
|
+
border: 0;
|
|
776
|
+
margin-inline-end: 0;
|
|
777
|
+
margin-inline-start: 0;
|
|
778
|
+
min-width: 0;
|
|
779
|
+
padding-block-end: 0;
|
|
780
|
+
padding-block-start: 0.01em;
|
|
781
|
+
padding-inline-end: 0;
|
|
782
|
+
padding-inline-start: 0;
|
|
783
|
+
--utrecht-space-around: 1;
|
|
939
784
|
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
color: var(--utrecht-table-row-alternate-even-color);
|
|
785
|
+
.utrecht-html figure {
|
|
786
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-end, 0));
|
|
787
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-start, 0));
|
|
944
788
|
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
*/
|
|
950
|
-
/**
|
|
951
|
-
* @license EUPL-1.2
|
|
952
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
953
|
-
*/
|
|
954
|
-
.utrecht-textarea, .utrecht-html textarea {
|
|
955
|
-
border-width: var(--utrecht-textarea-border-width);
|
|
956
|
-
border-bottom-width: var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width));
|
|
957
|
-
border-color: var(--utrecht-textarea-border-color);
|
|
958
|
-
border-radius: var(--utrecht-textarea-border-radius, 0);
|
|
959
|
-
border-style: solid;
|
|
960
|
-
color: var(--utrecht-textarea-color);
|
|
961
|
-
font-family: var(--utrecht-textarea-font-family);
|
|
962
|
-
font-size: var(--utrecht-textarea-font-size, 1em);
|
|
963
|
-
max-width: var(--utrecht-textarea-max-width);
|
|
964
|
-
padding-block-end: var(--utrecht-textarea-padding-block-end);
|
|
965
|
-
padding-block-start: var(--utrecht-textarea-padding-block-start);
|
|
966
|
-
padding-inline-end: var(--utrecht-textarea-padding-inline-end);
|
|
967
|
-
padding-inline-start: var(--utrecht-textarea-padding-inline-start);
|
|
968
|
-
width: 100%;
|
|
789
|
+
.utrecht-html figcaption {
|
|
790
|
+
color: var(--utrecht-figure-caption-color);
|
|
791
|
+
font-size: var(--utrecht-figure-caption-font-size);
|
|
792
|
+
line-height: var(--utrecht-figure-caption-line-height);
|
|
969
793
|
}
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
border-color: var(--utrecht-textarea-invalid-border-color);
|
|
973
|
-
border-width: var(--utrecht-textarea-invalid-border-width);
|
|
794
|
+
.utrecht-html form {
|
|
795
|
+
max-inline-size: var(--utrecht-form-max-inline-size);
|
|
974
796
|
}
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
797
|
+
.utrecht-html legend {
|
|
798
|
+
color: var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit));
|
|
799
|
+
font-family: var(--utrecht-form-fieldset-legend-font-family, var(--utrecht-document-font-family));
|
|
800
|
+
font-size: var(--utrecht-form-fieldset-legend-font-size);
|
|
801
|
+
font-weight: var(--utrecht-form-fieldset-legend-font-weight);
|
|
802
|
+
line-height: var(--utrecht-form-fieldset-legend-line-height);
|
|
803
|
+
page-break-after: avoid;
|
|
804
|
+
page-break-inside: avoid;
|
|
805
|
+
text-transform: var(--utrecht-form-fieldset-legend-text-transform);
|
|
806
|
+
display: table;
|
|
807
|
+
inline-size: 100%;
|
|
808
|
+
padding-inline-end: 0;
|
|
809
|
+
padding-inline-start: 0;
|
|
810
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-legend-margin-block-end, 0));
|
|
811
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-legend-margin-block-start, 0));
|
|
979
812
|
}
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
outline-width: var(--utrecht-focus-outline-width, 0);
|
|
983
|
-
outline-style: var(--utrecht-focus-outline-style, solid);
|
|
984
|
-
outline-color: var(--utrecht-focus-outline-color, transparent);
|
|
985
|
-
color: var(--utrecht-focus-color, inherit);
|
|
986
|
-
box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
|
|
987
|
-
outline-offset: 0;
|
|
988
|
-
background-color: var(--utrecht-focus-background-color);
|
|
813
|
+
.utrecht-html fieldset:disabled > legend {
|
|
814
|
+
color: var(--utrecht-form-fieldset-legend-disabled-color, var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit)));
|
|
989
815
|
}
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
816
|
+
.utrecht-html label {
|
|
817
|
+
color: var(--utrecht-form-label-color);
|
|
818
|
+
font-size: var(--utrecht-form-label-font-size);
|
|
819
|
+
font-weight: var(--utrecht-form-label-font-weight);
|
|
994
820
|
}
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
*/
|
|
1000
|
-
/**
|
|
1001
|
-
* @license EUPL-1.2
|
|
1002
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
1003
|
-
*/
|
|
1004
|
-
.utrecht-textbox, .utrecht-html input[type=text],
|
|
1005
|
-
.utrecht-html input[type=email],
|
|
1006
|
-
.utrecht-html input[type=password],
|
|
1007
|
-
.utrecht-html input[type=search],
|
|
1008
|
-
.utrecht-html input[type=tel],
|
|
1009
|
-
.utrecht-html input[type=url] {
|
|
1010
|
-
border-width: var(--utrecht-textbox-border-width);
|
|
1011
|
-
border-bottom-width: var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width));
|
|
1012
|
-
border-color: var(--utrecht-textbox-border-color);
|
|
1013
|
-
border-radius: var(--utrecht-textbox-border-radius, 0);
|
|
1014
|
-
border-style: solid;
|
|
1015
|
-
color: var(--utrecht-textbox-color);
|
|
1016
|
-
font-family: var(--utrecht-textbox-font-family);
|
|
1017
|
-
font-size: var(--utrecht-textbox-font-size, 1em);
|
|
1018
|
-
max-width: var(--utrecht-textbox-max-width);
|
|
1019
|
-
padding-block-end: var(--utrecht-textbox-padding-block-end);
|
|
1020
|
-
padding-block-start: var(--utrecht-textbox-padding-block-start);
|
|
1021
|
-
padding-inline-end: var(--utrecht-textbox-padding-inline-end);
|
|
1022
|
-
padding-inline-start: var(--utrecht-textbox-padding-inline-start);
|
|
1023
|
-
box-sizing: border-box;
|
|
1024
|
-
width: 100%;
|
|
821
|
+
.utrecht-html input[type=checkbox i] ~ label {
|
|
822
|
+
color: var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));
|
|
823
|
+
cursor: var(--utrecht-action-activate-cursor, revert);
|
|
824
|
+
font-weight: var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight));
|
|
1025
825
|
}
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
.utrecht-html input[type=search]:invalid,
|
|
1031
|
-
.utrecht-html input[type=tel]:invalid,
|
|
1032
|
-
.utrecht-html input[type=url]:invalid, .utrecht-textbox--html-input[aria-invalid=true], .utrecht-html input[aria-invalid=true][type=text],
|
|
1033
|
-
.utrecht-html input[aria-invalid=true][type=email],
|
|
1034
|
-
.utrecht-html input[aria-invalid=true][type=password],
|
|
1035
|
-
.utrecht-html input[aria-invalid=true][type=search],
|
|
1036
|
-
.utrecht-html input[aria-invalid=true][type=tel],
|
|
1037
|
-
.utrecht-html input[aria-invalid=true][type=url] {
|
|
1038
|
-
border-color: var(--utrecht-textbox-invalid-border-color);
|
|
1039
|
-
border-width: var(--utrecht-textbox-invalid-border-width);
|
|
826
|
+
.utrecht-html input[type=radio i] ~ label {
|
|
827
|
+
color: var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));
|
|
828
|
+
cursor: var(--utrecht-action-activate-cursor, revert);
|
|
829
|
+
font-weight: var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight));
|
|
1040
830
|
}
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
.utrecht-html
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
831
|
+
.utrecht-html mark {
|
|
832
|
+
background-color: var(--utrecht-mark-background-color, revert);
|
|
833
|
+
color: var(--utrecht-mark-color, revert);
|
|
834
|
+
}
|
|
835
|
+
@media print {
|
|
836
|
+
.utrecht-html mark {
|
|
837
|
+
outline-color: currentColor;
|
|
838
|
+
outline-style: dotted;
|
|
839
|
+
outline-width: 0.1em;
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
@media screen and (-ms-high-contrast: active) {
|
|
843
|
+
.utrecht-html mark {
|
|
844
|
+
background-color: Highlight;
|
|
845
|
+
color: HighlightText;
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
.utrecht-html h1 {
|
|
849
|
+
page-break-after: avoid;
|
|
850
|
+
page-break-inside: avoid;
|
|
851
|
+
color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
852
|
+
font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
853
|
+
font-size: var(--utrecht-heading-1-font-size, revert);
|
|
854
|
+
font-weight: var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
855
|
+
letter-spacing: var(--utrecht-heading-1-letter-spacing);
|
|
856
|
+
line-height: var(--utrecht-heading-1-line-height);
|
|
857
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-end, 0));
|
|
858
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-start, 0));
|
|
859
|
+
page-break-after: avoid;
|
|
860
|
+
text-transform: var(--utrecht-heading-1-text-transform, inherit);
|
|
861
|
+
--utrecht-space-around: 1;
|
|
1050
862
|
}
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
863
|
+
.utrecht-html h2 {
|
|
864
|
+
page-break-after: avoid;
|
|
865
|
+
page-break-inside: avoid;
|
|
866
|
+
color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
867
|
+
font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
868
|
+
font-size: var(--utrecht-heading-2-font-size, revert);
|
|
869
|
+
font-weight: var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
870
|
+
letter-spacing: var(--utrecht-heading-2-letter-spacing);
|
|
871
|
+
line-height: var(--utrecht-heading-2-line-height);
|
|
872
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-end, 0));
|
|
873
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-start, 0));
|
|
874
|
+
page-break-after: avoid;
|
|
875
|
+
text-transform: var(--utrecht-heading-2-text-transform, inherit);
|
|
876
|
+
--utrecht-space-around: 1;
|
|
1065
877
|
}
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
878
|
+
.utrecht-html h3 {
|
|
879
|
+
page-break-after: avoid;
|
|
880
|
+
page-break-inside: avoid;
|
|
881
|
+
color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
882
|
+
font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
883
|
+
font-size: var(--utrecht-heading-3-font-size, revert);
|
|
884
|
+
font-weight: var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
885
|
+
letter-spacing: var(--utrecht-heading-3-letter-spacing);
|
|
886
|
+
line-height: var(--utrecht-heading-3-line-height);
|
|
887
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-end, 0));
|
|
888
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-start, 0));
|
|
889
|
+
page-break-after: avoid;
|
|
890
|
+
text-transform: var(--utrecht-heading-3-text-transform, inherit);
|
|
891
|
+
--utrecht-space-around: 1;
|
|
1075
892
|
}
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
padding-inline-start: 2ch;
|
|
893
|
+
.utrecht-html h4 {
|
|
894
|
+
page-break-after: avoid;
|
|
895
|
+
page-break-inside: avoid;
|
|
896
|
+
color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
897
|
+
font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
898
|
+
font-size: var(--utrecht-heading-4-font-size, revert);
|
|
899
|
+
font-weight: var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
900
|
+
letter-spacing: var(--utrecht-heading-4-letter-spacing);
|
|
901
|
+
line-height: var(--utrecht-heading-4-line-height);
|
|
902
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-end, 0));
|
|
903
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-start, 0));
|
|
904
|
+
page-break-after: avoid;
|
|
905
|
+
text-transform: var(--utrecht-heading-4-text-transform, inherit);
|
|
906
|
+
--utrecht-space-around: 1;
|
|
1091
907
|
}
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
908
|
+
.utrecht-html h5 {
|
|
909
|
+
page-break-after: avoid;
|
|
910
|
+
page-break-inside: avoid;
|
|
911
|
+
color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
912
|
+
font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
913
|
+
font-size: var(--utrecht-heading-5-font-size, revert);
|
|
914
|
+
font-weight: var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
915
|
+
letter-spacing: var(--utrecht-heading-5-letter-spacing);
|
|
916
|
+
line-height: var(--utrecht-heading-5-line-height);
|
|
917
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-end, 0));
|
|
918
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-start, 0));
|
|
919
|
+
page-break-after: avoid;
|
|
920
|
+
text-transform: var(--utrecht-heading-5-text-transform, inherit);
|
|
921
|
+
--utrecht-space-around: 1;
|
|
1096
922
|
}
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
923
|
+
.utrecht-html h6 {
|
|
924
|
+
page-break-after: avoid;
|
|
925
|
+
page-break-inside: avoid;
|
|
926
|
+
color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
927
|
+
font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
928
|
+
font-size: var(--utrecht-heading-6-font-size, revert);
|
|
929
|
+
font-weight: var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));
|
|
930
|
+
letter-spacing: var(--utrecht-heading-6-letter-spacing);
|
|
931
|
+
line-height: var(--utrecht-heading-6-line-height);
|
|
932
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-end, 0));
|
|
933
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-start, 0));
|
|
934
|
+
page-break-after: avoid;
|
|
935
|
+
text-transform: var(--utrecht-heading-6-text-transform, inherit);
|
|
936
|
+
--utrecht-space-around: 1;
|
|
1101
937
|
}
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
margin-block-end: var(--utrecht-
|
|
938
|
+
.utrecht-html hgroup {
|
|
939
|
+
--utrecht-pre-heading-order: -1;
|
|
940
|
+
display: flex;
|
|
941
|
+
flex-direction: column;
|
|
942
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-end, 0));
|
|
943
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-group-margin-block-start, 0));
|
|
944
|
+
--utrecht-space-around: 1;
|
|
1107
945
|
}
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
.utrecht-unordered-list__marker {
|
|
1111
|
-
color: var(--utrecht-unordered-list-marker-color);
|
|
1112
|
-
content: "●";
|
|
946
|
+
.utrecht-html hgroup > * {
|
|
947
|
+
--utrecht-space-around: 0;
|
|
1113
948
|
}
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
* @license EUPL-1.2
|
|
1117
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
1118
|
-
*/
|
|
1119
|
-
/**
|
|
1120
|
-
* @license EUPL-1.2
|
|
1121
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
1122
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
1123
|
-
*/
|
|
1124
|
-
.utrecht-link, .utrecht-html a:link {
|
|
1125
|
-
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
949
|
+
.utrecht-html a {
|
|
950
|
+
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
1126
951
|
color: var(--utrecht-link-color, blue);
|
|
952
|
+
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
953
|
+
text-decoration-color: var(--utrecht-link-text-decoration-color, currentColor);
|
|
954
|
+
text-decoration-skip-ink: all;
|
|
955
|
+
text-decoration-thickness: max(var(--utrecht-link-text-decoration-thickness), 1px);
|
|
956
|
+
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
1127
957
|
}
|
|
1128
|
-
|
|
1129
|
-
.utrecht-link:visited,
|
|
1130
|
-
.utrecht-link--visited,
|
|
1131
958
|
.utrecht-html a:visited {
|
|
1132
959
|
color: var(--utrecht-link-visited-color, var(--utrecht-link-color));
|
|
1133
960
|
}
|
|
1134
|
-
|
|
1135
|
-
.utrecht-link:hover,
|
|
1136
|
-
.utrecht-link--hover,
|
|
1137
961
|
.utrecht-html a:hover {
|
|
1138
962
|
color: var(--utrecht-link-hover-color, var(--utrecht-link-color));
|
|
1139
963
|
text-decoration: var(--utrecht-link-hover-text-decoration, var(--utrecht-link-text-decoration, underline));
|
|
964
|
+
text-decoration-skip: none;
|
|
965
|
+
text-decoration-skip-ink: none;
|
|
966
|
+
text-decoration-thickness: max(var(--utrecht-link-hover-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px);
|
|
1140
967
|
}
|
|
1141
|
-
|
|
1142
|
-
.utrecht-link:active,
|
|
1143
|
-
.utrecht-link--active,
|
|
1144
968
|
.utrecht-html a:active {
|
|
1145
969
|
color: var(--utrecht-link-active-color, var(--utrecht-link-color));
|
|
1146
970
|
}
|
|
1147
|
-
|
|
1148
|
-
.utrecht-link:focus,
|
|
1149
|
-
.utrecht-link--focus,
|
|
1150
971
|
.utrecht-html a:focus {
|
|
972
|
+
background-color: var(--utrecht-link-focus-background-color, transparent);
|
|
1151
973
|
color: var(--utrecht-link-focus-color, var(--utrecht-link-color));
|
|
1152
974
|
text-decoration: var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
975
|
+
text-decoration-skip: none;
|
|
976
|
+
text-decoration-skip-ink: none;
|
|
977
|
+
text-decoration-thickness: max(var(--utrecht-link-focus-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px);
|
|
978
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
979
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
980
|
+
* can combine it with the focus ring box shadow.
|
|
981
|
+
*/
|
|
982
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
983
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
984
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
985
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
986
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
987
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
988
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
989
|
+
}
|
|
990
|
+
.utrecht-html a:focus:not(:focus-visible) {
|
|
991
|
+
/* undo focus ring */
|
|
992
|
+
box-shadow: none;
|
|
993
|
+
outline-style: revert;
|
|
994
|
+
}
|
|
995
|
+
.utrecht-html a[href^="tel:" i] {
|
|
1164
996
|
white-space: nowrap;
|
|
1165
997
|
}
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
* @license EUPL-1.2
|
|
1169
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
1170
|
-
*/
|
|
1171
|
-
/**
|
|
1172
|
-
* @license EUPL-1.2
|
|
1173
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
1174
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
1175
|
-
*/
|
|
1176
|
-
.utrecht-ordered-list, .utrecht-html ol {
|
|
998
|
+
.utrecht-html ol {
|
|
999
|
+
/* Configure `width` and `text-align` for `--center` */
|
|
1177
1000
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
1001
|
+
font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
|
|
1002
|
+
line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
|
|
1003
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));
|
|
1004
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));
|
|
1005
|
+
padding-inline-start: var(--utrecht-ordered-list-padding-inline-start, var(--utrecht-unordered-list-padding-inline-start, 2ch));
|
|
1006
|
+
text-align: start;
|
|
1007
|
+
width: max-content;
|
|
1008
|
+
--utrecht-space-around: 1;
|
|
1178
1009
|
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
margin-block-
|
|
1182
|
-
|
|
1010
|
+
.utrecht-html ol > li {
|
|
1011
|
+
margin-block-end: var(--utrecht-ordered-list-item-margin-block-end, var(--utrecht-unordered-list-item-margin-block-end));
|
|
1012
|
+
margin-block-start: var(--utrecht-ordered-list-item-margin-block-start, var(--utrecht-unordered-list-item-margin-block-start));
|
|
1013
|
+
padding-inline-start: var(--utrecht-ordered-list-item-padding-inline-start, var(--utrecht-unordered-list-item-padding-inline-start, 1ch));
|
|
1183
1014
|
}
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
margin-block-end: var(--utrecht-ordered-list-item-margin-block-end);
|
|
1187
|
-
margin-block-start: var(--utrecht-ordered-list-item-margin-block-start);
|
|
1015
|
+
.utrecht-html ol:lang(ar) {
|
|
1016
|
+
list-style: arabic-indic;
|
|
1188
1017
|
}
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
* @license EUPL-1.2
|
|
1192
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
1193
|
-
*/
|
|
1194
|
-
/**
|
|
1195
|
-
* @license EUPL-1.2
|
|
1196
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
1197
|
-
*/
|
|
1198
|
-
.utrecht-paragraph, .utrecht-html p {
|
|
1199
|
-
color: var(--utrecht-document-color, inherit);
|
|
1018
|
+
.utrecht-html p {
|
|
1019
|
+
color: var(--utrecht-paragraph-color, var(--utrecht-document-color, inherit));
|
|
1200
1020
|
font-family: var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));
|
|
1201
1021
|
font-size: var(--utrecht-paragraph-font-size, var(--utrecht-document-font-size, inherit));
|
|
1202
1022
|
font-weight: var(--utrecht-paragraph-font-weight, inherit);
|
|
1203
1023
|
line-height: var(--utrecht-paragraph-line-height, var(--utrecht-document-line-height, inherit));
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
.utrecht-
|
|
1226
|
-
/*
|
|
1227
|
-
|
|
1024
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-paragraph-margin-block-end, 0));
|
|
1025
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-paragraph-margin-block-start, 0));
|
|
1026
|
+
}
|
|
1027
|
+
.utrecht-html p.lead {
|
|
1028
|
+
color: var(--utrecht-paragraph-lead-color, var(--utrecht-paragraph-color, var(--utrecht-document-color, inherit)));
|
|
1029
|
+
font-size: var(--utrecht-paragraph-lead-font-size, var(--utrecht-paragraph-font-size, inherit));
|
|
1030
|
+
font-weight: var(--utrecht-paragraph-lead-font-weight, var(--utrecht-paragraph-font-weight, inherit));
|
|
1031
|
+
line-height: var(--utrecht-paragraph-lead-line-height, var(--utrecht-paragraph-line-height, inherit));
|
|
1032
|
+
}
|
|
1033
|
+
.utrecht-html * ~ p {
|
|
1034
|
+
--utrecht-space-around: 1;
|
|
1035
|
+
}
|
|
1036
|
+
.utrecht-html p:has(> small:only-child) {
|
|
1037
|
+
color: var(--utrecht-paragraph-small-color, var(--utrecht-paragraph-color, var(--utrecht-document-color, inherit)));
|
|
1038
|
+
font-size: var(--utrecht-paragraph-small-font-size, var(--utrecht-paragraph-font-size, inherit));
|
|
1039
|
+
font-weight: var(--utrecht-paragraph-small-font-weight, var(--utrecht-paragraph-font-weight, inherit));
|
|
1040
|
+
line-height: var(--utrecht-paragraph-small-line-height, var(--utrecht-paragraph-line-height, inherit));
|
|
1041
|
+
}
|
|
1042
|
+
.utrecht-html p > small:only-child {
|
|
1043
|
+
font-size: inherit;
|
|
1044
|
+
}
|
|
1045
|
+
.utrecht-html pre:has(> code:only-child) {
|
|
1046
|
+
/* Use `monospace` as fallback both when the custom property isn't set and when the font is not available */
|
|
1047
|
+
background-color: var(--utrecht-code-background-color);
|
|
1048
|
+
color: var(--utrecht-code-color);
|
|
1049
|
+
font-family: var(--utrecht-code-font-family, monospace), monospace;
|
|
1050
|
+
font-size: var(--utrecht-code-font-size);
|
|
1051
|
+
font-variant-ligatures: none;
|
|
1052
|
+
line-height: var(--utrecht-code-line-height);
|
|
1053
|
+
--utrecht-code-color: var(--utrecht-code-block-color, inherit);
|
|
1054
|
+
--utrecht-code-background-color: var(--utrecht-code-block-background-color, inherit);
|
|
1055
|
+
--utrecht-code-font-weight: var(--utrecht-code-block-font-weight, inherit);
|
|
1056
|
+
--utrecht-code-font-size: var(--utrecht-code-block-font-size, inherit);
|
|
1057
|
+
--utrecht-code-font-family: var(--utrecht-code-block-font-family, monospace);
|
|
1058
|
+
background-color: var(--utrecht-code-block-background-color);
|
|
1059
|
+
display: block;
|
|
1060
|
+
font-size: var(--utrecht-code-block-font-size, var(--utrecht-code-font-size));
|
|
1061
|
+
line-height: var(--utrecht-code-block-line-height, var(--utrecht-code-line-height));
|
|
1062
|
+
margin-block-end: var(--utrecht-code-block-margin-block-end);
|
|
1063
|
+
margin-block-start: var(--utrecht-code-block-margin-block-start);
|
|
1064
|
+
margin-inline-end: var(--utrecht-code-block-margin-inline-end);
|
|
1065
|
+
margin-inline-start: var(--utrecht-code-block-margin-inline-start);
|
|
1066
|
+
padding-block-end: var(--utrecht-code-block-padding-block-end);
|
|
1067
|
+
padding-block-start: var(--utrecht-code-block-padding-block-start);
|
|
1068
|
+
padding-inline-end: var(--utrecht-code-block-padding-inline-end);
|
|
1069
|
+
padding-inline-start: var(--utrecht-code-block-padding-inline-start);
|
|
1070
|
+
white-space: pre;
|
|
1071
|
+
}
|
|
1072
|
+
.utrecht-html pre:has(> code:only-child) > code {
|
|
1073
|
+
display: contents;
|
|
1074
|
+
}
|
|
1075
|
+
.utrecht-html input[type=radio i] {
|
|
1076
|
+
/*
|
|
1077
|
+
* For the `radial-gradient()` use a 5% gradient size to improve anti-aliasing.
|
|
1078
|
+
* With a 0% gradient, the circle will have jagged edges.
|
|
1079
|
+
*/
|
|
1080
|
+
-webkit-appearance: none;
|
|
1081
|
+
-moz-appearance: none;
|
|
1082
|
+
appearance: none;
|
|
1228
1083
|
margin-block-end: 0;
|
|
1229
|
-
margin-
|
|
1084
|
+
margin-block-start: 0;
|
|
1230
1085
|
margin-inline-end: 0;
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1086
|
+
margin-inline-start: 0;
|
|
1087
|
+
--_utrecht-radio-button-background-color: var(
|
|
1088
|
+
--_utrecht-radio-button-interactive-background-color,
|
|
1089
|
+
var(--_utrecht-radio-button-state-background-color, var(--utrecht-radio-button-background-color))
|
|
1090
|
+
);
|
|
1091
|
+
--_utrecht-radio-button-border-color: var(
|
|
1092
|
+
--_utrecht-radio-button-interactive-border-color,
|
|
1093
|
+
var(--_utrecht-radio-button-state-border-color, var(--utrecht-radio-button-border-color, currentColor))
|
|
1094
|
+
);
|
|
1095
|
+
--_utrecht-radio-button-border-width: var(
|
|
1096
|
+
--_utrecht-radio-button-interactive-border-width,
|
|
1097
|
+
var(--_utrecht-radio-button-state-border-width, var(--utrecht-radio-button-border-width))
|
|
1098
|
+
);
|
|
1099
|
+
--_utrecht-radio-button-color: var(
|
|
1100
|
+
--_utrecht-radio-button-interactive-color,
|
|
1101
|
+
var(--_utrecht-radio-button-state-color, var(--utrecht-radio-button-color, currentColor))
|
|
1102
|
+
);
|
|
1103
|
+
--_utrecht-radio-button-icon-size: 0;
|
|
1104
|
+
background-color: var(--_utrecht-radio-button-background-color);
|
|
1105
|
+
background-image: radial-gradient(circle, var(--_utrecht-radio-button-color, transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%), var(--_utrecht-radio-button-background-color, currentColor) var(--_utrecht-radio-button-icon-size, 50%));
|
|
1106
|
+
background-position: center;
|
|
1107
|
+
background-repeat: no-repeat;
|
|
1108
|
+
background-size: contain;
|
|
1109
|
+
block-size: var(--utrecht-radio-button-size, 1em);
|
|
1110
|
+
border-color: var(--_utrecht-radio-button-border-color);
|
|
1111
|
+
border-radius: 50%;
|
|
1112
|
+
border-style: solid;
|
|
1113
|
+
border-width: var(--_utrecht-radio-button-border-width);
|
|
1114
|
+
cursor: var(--utrecht-action-activate-cursor);
|
|
1115
|
+
inline-size: var(--utrecht-radio-button-size, 1em);
|
|
1116
|
+
margin-inline-end: var(--utrecht-radio-button-margin-inline-end);
|
|
1117
|
+
-webkit-print-color-adjust: exact;
|
|
1118
|
+
print-color-adjust: exact;
|
|
1119
|
+
user-select: none;
|
|
1120
|
+
vertical-align: top;
|
|
1121
|
+
/* override the `:focus` selector above */
|
|
1122
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
1123
|
+
}
|
|
1124
|
+
.utrecht-html input[type=radio i]:checked {
|
|
1125
|
+
--_utrecht-radio-button-icon-size: var(--utrecht-radio-button-icon-size, 50%);
|
|
1126
|
+
--_utrecht-radio-button-state-background-color: var(--utrecht-radio-button-checked-background-color);
|
|
1127
|
+
--_utrecht-radio-button-state-border-color: var(--utrecht-radio-button-checked-border-color);
|
|
1128
|
+
--_utrecht-radio-button-state-border-width: var(--utrecht-radio-button-checked-border-width);
|
|
1129
|
+
--_utrecht-radio-button-state-color: var(--utrecht-radio-button-checked-color);
|
|
1130
|
+
--_utrecht-radio-button-state-active-background-color: var(--utrecht-radio-button-checked-active-background-color);
|
|
1131
|
+
--_utrecht-radio-button-state-active-border-color: var(--utrecht-radio-button-checked-active-border-color);
|
|
1132
|
+
--_utrecht-radio-button-state-active-border-width: var(--utrecht-radio-button-checked-active-border-width);
|
|
1133
|
+
--_utrecht-radio-button-state-active-color: var(--utrecht-radio-button-checked-active-color);
|
|
1134
|
+
--_utrecht-radio-button-state-focus-background-color: var(--utrecht-radio-button-checked-focus-background-color);
|
|
1135
|
+
--_utrecht-radio-button-state-focus-border-color: var(--utrecht-radio-button-checked-focus-border-color);
|
|
1136
|
+
--_utrecht-radio-button-state-focus-border-width: var(--utrecht-radio-button-checked-focus-border-width);
|
|
1137
|
+
--_utrecht-radio-button-state-focus-color: var(--utrecht-radio-button-checked-focus-color);
|
|
1138
|
+
--_utrecht-radio-button-state-hover-background-color: var(--utrecht-radio-button-checked-hover-background-color);
|
|
1139
|
+
--_utrecht-radio-button-state-hover-border-color: var(--utrecht-radio-button-checked-hover-border-color);
|
|
1140
|
+
--_utrecht-radio-button-state-hover-border-width: var(--utrecht-radio-button-checked-hover-border-width);
|
|
1141
|
+
--_utrecht-radio-button-state-hover-color: var(--utrecht-radio-button-checked-hover-color);
|
|
1142
|
+
}
|
|
1143
|
+
.utrecht-html input[type=radio i]:disabled {
|
|
1144
|
+
/*
|
|
1145
|
+
* The disabled radio button should have:
|
|
1146
|
+
* - should have no active effect
|
|
1147
|
+
* - should have no focus effect
|
|
1148
|
+
* - should have no hover effect
|
|
1149
|
+
* - should have a working focus-visible effect, in case someone sets `<input type="radio" disabled tabindex="0">`
|
|
1150
|
+
*/
|
|
1151
|
+
--_utrecht-radio-button-background-color: var(--utrecht-radio-button-disabled-background-color);
|
|
1152
|
+
--_utrecht-radio-button-border-color: var(--utrecht-radio-button-disabled-border-color);
|
|
1153
|
+
--_utrecht-radio-button-border-width: var(--utrecht-radio-button-disabled-border-width);
|
|
1154
|
+
--_utrecht-radio-button-color: var(--utrecht-radio-button-disabled-color);
|
|
1155
|
+
/* no focus effect */
|
|
1156
|
+
--_utrecht-radio-button-focus-background-color: var(--_utrecht-radio-button-background-color);
|
|
1157
|
+
--_utrecht-radio-button-focus-border-color: var(--_utrecht-radio-button-border-color);
|
|
1158
|
+
--_utrecht-radio-button-focus-border-width: var(--_utrecht-radio-button-border-width);
|
|
1159
|
+
--_utrecht-radio-button-focus-color: var(--_utrecht-radio-button-color);
|
|
1160
|
+
/* no active effect */
|
|
1161
|
+
--_utrecht-radio-button-active-background-color: var(--_utrecht-radio-button-background-color);
|
|
1162
|
+
--_utrecht-radio-button-active-border-color: var(--_utrecht-radio-button-border-color);
|
|
1163
|
+
--_utrecht-radio-button-active-border-width: var(--_utrecht-radio-button-border-width);
|
|
1164
|
+
--_utrecht-radio-button-active-color: var(--_utrecht-radio-button-color);
|
|
1165
|
+
/* no hover effect */
|
|
1166
|
+
--_utrecht-radio-button-hover-background-color: var(--_utrecht-radio-button-background-color);
|
|
1167
|
+
--_utrecht-radio-button-hover-border-color: var(--_utrecht-radio-button-border-color);
|
|
1168
|
+
--_utrecht-radio-button-hover-border-width: var(--_utrecht-radio-button-border-width);
|
|
1169
|
+
--_utrecht-radio-button-hover-color: var(--_utrecht-radio-button-color);
|
|
1170
|
+
cursor: var(--utrecht-action-disabled-cursor);
|
|
1171
|
+
}
|
|
1172
|
+
.utrecht-html input[type=radio i]:invalid, .utrecht-html input[type=radio i][aria-invalid=true] {
|
|
1173
|
+
border-color: var(--utrecht-radio-button-invalid-border-color, var(--utrecht-radio-button-border-color));
|
|
1174
|
+
border-width: var(--utrecht-radio-button-invalid-border-width, var(--utrecht-radio-button-border-width));
|
|
1175
|
+
color: var(--utrecht-radio-button-invalid-color, var(--utrecht-radio-button-color));
|
|
1176
|
+
}
|
|
1177
|
+
.utrecht-html input[type=radio i]:focus:not([aria-disabled=true], :disabled) {
|
|
1178
|
+
--_utrecht-radio-button-interactive-background-color: var(
|
|
1179
|
+
--utrecht-radio-button-focus-background-color,
|
|
1180
|
+
var(--utrecht-radio-button-focus-background-color)
|
|
1181
|
+
);
|
|
1182
|
+
--_utrecht-radio-button-interactive-border-color: var(
|
|
1183
|
+
--utrecht-radio-button-focus-border-color,
|
|
1184
|
+
var(--utrecht-radio-button-focus-border-color)
|
|
1185
|
+
);
|
|
1186
|
+
--_utrecht-radio-button-interactive-border-width: var(
|
|
1187
|
+
--utrecht-radio-button-focus-border-width,
|
|
1188
|
+
var(--utrecht-radio-button-focus-border-width)
|
|
1189
|
+
);
|
|
1190
|
+
--_utrecht-radio-button-interactive-color: var(
|
|
1191
|
+
--utrecht-radio-button-focus-color,
|
|
1192
|
+
var(--utrecht-radio-button-focus-color)
|
|
1193
|
+
);
|
|
1194
|
+
}
|
|
1195
|
+
.utrecht-html input[type=radio i]:focus-visible {
|
|
1196
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
1197
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
1198
|
+
* can combine it with the focus ring box shadow.
|
|
1199
|
+
*/
|
|
1200
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
1201
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
1202
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
1203
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
1204
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
1205
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
1206
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
1207
|
+
}
|
|
1208
|
+
.utrecht-html input[type=radio i]:hover:not([aria-disabled=true], :disabled) {
|
|
1209
|
+
--_utrecht-radio-button-interactive-background-color: var(
|
|
1210
|
+
--_utrecht-radio-button-state-hover-background-color,
|
|
1211
|
+
var(--utrecht-radio-button-hover-background-color)
|
|
1212
|
+
);
|
|
1213
|
+
--_utrecht-radio-button-interactive-border-color: var(
|
|
1214
|
+
--_utrecht-radio-button-state-hover-border-color,
|
|
1215
|
+
var(--utrecht-radio-button-hover-border-color)
|
|
1216
|
+
);
|
|
1217
|
+
--_utrecht-radio-button-interactive-border-width: var(
|
|
1218
|
+
--_utrecht-radio-button-state-hover-border-width,
|
|
1219
|
+
var(--utrecht-radio-button-hover-border-width)
|
|
1220
|
+
);
|
|
1221
|
+
--_utrecht-radio-button-interactive-color: var(
|
|
1222
|
+
--_utrecht-radio-button-state-hover-color,
|
|
1223
|
+
var(--utrecht-radio-button-hover-color)
|
|
1224
|
+
);
|
|
1225
|
+
}
|
|
1226
|
+
.utrecht-html input[type=radio i]:active:not([aria-disabled=true], :disabled) {
|
|
1227
|
+
--_utrecht-radio-button-interactive-background-color: var(
|
|
1228
|
+
--_utrecht-radio-button-state-active-background-color,
|
|
1229
|
+
var(--utrecht-radio-button-active-background-color)
|
|
1230
|
+
);
|
|
1231
|
+
--_utrecht-radio-button-interactive-border-color: var(
|
|
1232
|
+
--_utrecht-radio-button-state-active-border-color,
|
|
1233
|
+
var(--utrecht-radio-button-active-border-color)
|
|
1234
|
+
);
|
|
1235
|
+
--_utrecht-radio-button-interactive-border-width: var(
|
|
1236
|
+
--_utrecht-radio-button-state-active-border-width,
|
|
1237
|
+
var(--utrecht-radio-button-active-border-width)
|
|
1238
|
+
);
|
|
1239
|
+
--_utrecht-radio-button-interactive-color: var(
|
|
1240
|
+
--_utrecht-radio-button-state-active-color,
|
|
1241
|
+
var(--utrecht-radio-button-active-color)
|
|
1242
|
+
);
|
|
1243
|
+
}
|
|
1244
|
+
.utrecht-html select {
|
|
1245
|
+
-moz-appearance: none;
|
|
1246
|
+
-webkit-appearance: none;
|
|
1247
|
+
appearance: none;
|
|
1248
|
+
background-color: var(--utrecht-select-background-color, var(--utrecht-form-control-background-color));
|
|
1249
|
+
background-image: var(--utrecht-select-background-image);
|
|
1250
|
+
background-position: 100%;
|
|
1251
|
+
background-repeat: no-repeat;
|
|
1252
|
+
background-size: 1.4em;
|
|
1253
|
+
border-block-end-width: var(--utrecht-select-border-block-end-width, var(--utrecht-select-border-width, var(--utrecht-form-control-border-width)));
|
|
1254
|
+
border-block-start-width: var(--utrecht-select-border-width, var(--utrecht-form-control-border-width));
|
|
1255
|
+
border-color: var(--utrecht-select-border-color, var(--utrecht-form-control-border-color));
|
|
1256
|
+
border-inline-end-width: var(--utrecht-select-border-width, var(--utrecht-form-control-border-width));
|
|
1257
|
+
border-inline-start-width: var(--utrecht-select-border-width, var(--utrecht-form-control-border-width));
|
|
1258
|
+
border-radius: var(--utrecht-select-border-radius, var(--utrecht-form-control-border-radius, 0));
|
|
1244
1259
|
border-style: solid;
|
|
1260
|
+
color: var(--utrecht-select-color, var(--utrecht-form-control-color));
|
|
1261
|
+
font-family: var(--utrecht-select-font-family, var(--utrecht-form-control-font-family));
|
|
1262
|
+
font-size: var(--utrecht-select-font-size, var(--utrecht-form-control-font-size));
|
|
1263
|
+
max-inline-size: var(--utrecht-select-max-inline-size, var(--utrecht-form-control-max-inline-size));
|
|
1264
|
+
padding-block-end: var(--utrecht-select-padding-block-end, var(--utrecht-form-control-padding-block-end));
|
|
1265
|
+
padding-block-start: var(--utrecht-select-padding-block-start, var(--utrecht-form-control-padding-block-start));
|
|
1266
|
+
padding-inline-end: var(--utrecht-select-padding-inline-end, var(--utrecht-form-control-padding-inline-end));
|
|
1267
|
+
padding-inline-start: var(--utrecht-select-padding-inline-start, var(--utrecht-form-control-padding-inline-start));
|
|
1268
|
+
width: 100%;
|
|
1269
|
+
/* <select> does not support :read-only */
|
|
1270
|
+
}
|
|
1271
|
+
.utrecht-html select:disabled {
|
|
1272
|
+
background-color: var(--utrecht-select-disabled-background-color, var(--utrecht-form-control-disabled-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
|
|
1273
|
+
border-color: var(--utrecht-select-disabled-border-color, var(--utrecht-form-control-disabled-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
|
|
1274
|
+
color: var(--utrecht-select-disabled-color, var(--utrecht-form-control-disabled-color, var(--utrecht-select-color, var(--utrecht-form-control-color))));
|
|
1275
|
+
cursor: var(--utrecht-action-disabled-cursor);
|
|
1276
|
+
}
|
|
1277
|
+
.utrecht-html select:focus {
|
|
1278
|
+
background-color: var(--utrecht-select-focus-background-color, var(--utrecht-form-control-focus-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
|
|
1279
|
+
border-color: var(--utrecht-select-focus-border-color, var(--utrecht-form-control-focus-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
|
|
1280
|
+
color: var(--utrecht-select-focus-color, var(--utrecht-form-control-focus-color, var(--utrecht-select-color, var(--utrecht-form-control-color))));
|
|
1281
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
1282
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
1283
|
+
* can combine it with the focus ring box shadow.
|
|
1284
|
+
*/
|
|
1285
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
1286
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
1287
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
1288
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
1289
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
1290
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
1291
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
1292
|
+
}
|
|
1293
|
+
.utrecht-html select:focus:not(:focus-visible) {
|
|
1294
|
+
/* undo focus ring */
|
|
1295
|
+
box-shadow: none;
|
|
1296
|
+
outline-style: revert;
|
|
1297
|
+
}
|
|
1298
|
+
.utrecht-html select[aria-invalid=true] {
|
|
1299
|
+
--_utrecht-select-border-width: var(
|
|
1300
|
+
--utrecht-select-invalid-border-width,
|
|
1301
|
+
var(
|
|
1302
|
+
--utrecht-form-control-invalid-border-width,
|
|
1303
|
+
var(--utrecht-select-border-width, var(--utrecht-form-control-border-width))
|
|
1304
|
+
)
|
|
1305
|
+
);
|
|
1306
|
+
background-color: var(--utrecht-select-invalid-background-color, var(--utrecht-form-control-invalid-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
|
|
1307
|
+
border-color: var(--utrecht-select-invalid-border-color, var(--utrecht-form-control-invalid-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
|
|
1308
|
+
border-width: var(--_utrecht-select-border-width);
|
|
1309
|
+
border-bottom-width: var(--utrecht-select-invalid-border-block-end-width, var(--utrecht-form-control-invalid-border-block-end-width, var(--utrecht-select-border-block-end-width, var(--utrecht-form-control-border-block-end-width, var(--_utrecht-select-border-width)))));
|
|
1310
|
+
}
|
|
1311
|
+
.utrecht-html hr {
|
|
1245
1312
|
border-color: var(--utrecht-separator-color);
|
|
1246
|
-
border-
|
|
1247
|
-
|
|
1248
|
-
margin-block-end: var(--utrecht-separator-margin-block-end);
|
|
1313
|
+
border-style: solid;
|
|
1314
|
+
border-width: 0 0 var(--utrecht-separator-block-size) 0;
|
|
1315
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-separator-margin-block-end, 0));
|
|
1316
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-separator-margin-block-start, 0));
|
|
1317
|
+
--utrecht-space-around: 1;
|
|
1249
1318
|
}
|
|
1250
|
-
|
|
1251
|
-
/**
|
|
1252
|
-
* @license EUPL-1.2
|
|
1253
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
1254
|
-
*/
|
|
1255
|
-
/**
|
|
1256
|
-
* @license EUPL-1.2
|
|
1257
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
1258
|
-
*/
|
|
1259
|
-
.utrecht-table, .utrecht-html table {
|
|
1319
|
+
.utrecht-html table {
|
|
1260
1320
|
border-collapse: collapse;
|
|
1321
|
+
border-color: var(--utrecht-table-border-color, 0);
|
|
1322
|
+
border-style: solid;
|
|
1323
|
+
border-width: var(--utrecht-table-border-width, 0);
|
|
1324
|
+
font-family: var(--utrecht-table-font-family, var(--utrecht-document-font-family));
|
|
1325
|
+
font-size: var(--utrecht-table-font-size, inherit);
|
|
1326
|
+
line-height: var(--utrecht-table-line-height, inherit);
|
|
1327
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-end, 0));
|
|
1328
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-start, 0));
|
|
1261
1329
|
width: 100%;
|
|
1330
|
+
--utrecht-space-around: 1;
|
|
1262
1331
|
}
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
margin-block-end: var(--utrecht-table-margin-block-end);
|
|
1266
|
-
margin-block-start: var(--utrecht-table-margin-block-start);
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
.utrecht-table__caption, .utrecht-html caption {
|
|
1270
|
-
font-weight: var(--utrecht-table-caption-font-weight);
|
|
1332
|
+
.utrecht-html caption {
|
|
1333
|
+
color: var(--utrecht-table-caption-color);
|
|
1271
1334
|
font-family: var(--utrecht-table-caption-font-family);
|
|
1272
1335
|
font-size: var(--utrecht-table-caption-font-size);
|
|
1273
|
-
|
|
1336
|
+
font-weight: var(--utrecht-table-caption-font-weight);
|
|
1274
1337
|
line-height: var(--utrecht-table-caption-line-height);
|
|
1275
1338
|
margin-block-end: var(--utrecht-table-caption-margin-block-end);
|
|
1339
|
+
page-break-after: avoid;
|
|
1276
1340
|
text-align: var(--utrecht-table-caption-text-align, center);
|
|
1277
1341
|
}
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1342
|
+
.utrecht-html thead {
|
|
1343
|
+
--_utrecht-table-header-cell-vertical-align: bottom;
|
|
1344
|
+
background-color: var(--utrecht-table-header-background-color);
|
|
1281
1345
|
color: var(--utrecht-table-header-color);
|
|
1346
|
+
font-weight: var(--utrecht-table-header-font-weight);
|
|
1347
|
+
page-break-inside: avoid;
|
|
1282
1348
|
text-transform: var(--utrecht-table-header-text-transform);
|
|
1283
|
-
vertical-align: bottom;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.utrecht-table__cell--last-header-row, .utrecht-html thead tr:last-child th {
|
|
1287
|
-
border-block-end-style: solid;
|
|
1288
|
-
border-block-end-color: var(--utrecht-table-header-border-block-end-color, transparent);
|
|
1289
|
-
border-block-end-width: var(--utrecht-table-header-border-block-end-width, 0);
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
.utrecht-table__body, .utrecht-html tbody {
|
|
1293
|
-
vertical-align: baseline;
|
|
1294
1349
|
}
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1350
|
+
.utrecht-html th {
|
|
1351
|
+
line-height: var(--utrecht-table-cell-line-height, inherit);
|
|
1352
|
+
padding-block-end: var(--utrecht-table-cell-padding-block-end, 0);
|
|
1353
|
+
padding-block-start: var(--utrecht-table-cell-padding-block-start, 0);
|
|
1354
|
+
padding-inline-end: var(--utrecht-table-cell-padding-inline-end, 0);
|
|
1355
|
+
padding-inline-start: var(--utrecht-table-cell-padding-inline-start, 0);
|
|
1356
|
+
text-align: start;
|
|
1357
|
+
color: var(--utrecht-table-header-cell-color);
|
|
1358
|
+
font-size: var(--utrecht-table-header-cell-font-size);
|
|
1359
|
+
font-weight: var(--utrecht-table-header-cell-font-weight, bold);
|
|
1360
|
+
text-transform: var(--utrecht-table-header-cell-text-transform);
|
|
1361
|
+
vertical-align: var(--_utrecht-table-header-cell-vertical-align, top);
|
|
1300
1362
|
}
|
|
1301
|
-
|
|
1302
|
-
.utrecht-table__cell, .utrecht-html th,
|
|
1363
|
+
.utrecht-html th,
|
|
1303
1364
|
.utrecht-html td {
|
|
1304
|
-
border-block-end-style: solid;
|
|
1305
|
-
border-block-end-color: var(--utrecht-table-row-border-block-end-color, transparent);
|
|
1306
|
-
border-block-end-width: var(--utrecht-table-row-border-block-end-width, 0);
|
|
1307
1365
|
line-height: var(--utrecht-table-cell-line-height, inherit);
|
|
1308
|
-
padding-inline-start: var(--utrecht-table-cell-padding-inline-start, 0);
|
|
1309
|
-
padding-inline-end: var(--utrecht-table-cell-padding-inline-end, 0);
|
|
1310
|
-
padding-block-start: var(--utrecht-table-cell-padding-block-start, 0);
|
|
1311
1366
|
padding-block-end: var(--utrecht-table-cell-padding-block-end, 0);
|
|
1367
|
+
padding-block-start: var(--utrecht-table-cell-padding-block-start, 0);
|
|
1368
|
+
padding-inline-end: var(--utrecht-table-cell-padding-inline-end, 0);
|
|
1369
|
+
padding-inline-start: var(--utrecht-table-cell-padding-inline-start, 0);
|
|
1312
1370
|
text-align: start;
|
|
1371
|
+
border-block-end-color: var(--utrecht-table-row-border-block-end-color, transparent);
|
|
1372
|
+
border-block-end-style: solid;
|
|
1373
|
+
border-block-end-width: var(--utrecht-table-row-border-block-end-width, 0);
|
|
1374
|
+
vertical-align: top;
|
|
1313
1375
|
}
|
|
1314
|
-
|
|
1315
|
-
.utrecht-table__cell--first, .utrecht-html td:first-child,
|
|
1376
|
+
.utrecht-html td:first-child,
|
|
1316
1377
|
.utrecht-html th:first-child {
|
|
1317
1378
|
padding-inline-start: var(--utrecht-table-row-padding-inline-start, var(--utrecht-table-cell-padding-inline-start, 0));
|
|
1318
1379
|
}
|
|
1319
|
-
|
|
1320
|
-
.utrecht-table__cell--last, .utrecht-html td:last-child,
|
|
1380
|
+
.utrecht-html td:last-child,
|
|
1321
1381
|
.utrecht-html th:last-child {
|
|
1322
1382
|
padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
|
|
1323
1383
|
}
|
|
1324
|
-
|
|
1325
|
-
|
|
1384
|
+
.utrecht-html thead tr:last-child th {
|
|
1385
|
+
border-block-end-color: var(--utrecht-table-header-border-block-end-color, transparent);
|
|
1386
|
+
border-block-end-style: solid;
|
|
1387
|
+
border-block-end-width: var(--utrecht-table-header-border-block-end-width, 0);
|
|
1388
|
+
}
|
|
1389
|
+
.utrecht-html thead > tr > th.numeric,
|
|
1390
|
+
.utrecht-html tfoot > tr > th.numeric,
|
|
1391
|
+
.utrecht-html th[scope=column].numeric {
|
|
1392
|
+
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
|
1393
|
+
text-align: right;
|
|
1394
|
+
}
|
|
1326
1395
|
.utrecht-html td.numeric {
|
|
1327
1396
|
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
|
1328
1397
|
text-align: right;
|
|
1398
|
+
font-variant-numeric: lining-nums tabular-nums;
|
|
1329
1399
|
}
|
|
1330
|
-
|
|
1331
|
-
|
|
1400
|
+
.utrecht-html table.alternate-row-color > tr:nth-child(even) > td, .utrecht-html table.alternate-row-color > tr:nth-child(even) > th {
|
|
1401
|
+
background-color: var(--utrecht-table-row-alternate-even-background-color);
|
|
1402
|
+
color: var(--utrecht-table-row-alternate-even-color);
|
|
1403
|
+
}
|
|
1404
|
+
.utrecht-html table.alternate-row-color > tr:nth-child(odd) > td, .utrecht-html table.alternate-row-color > tr:nth-child(odd) > th {
|
|
1332
1405
|
background-color: var(--utrecht-table-row-alternate-odd-background-color);
|
|
1333
1406
|
color: var(--utrecht-table-row-alternate-odd-color);
|
|
1334
1407
|
}
|
|
1335
|
-
|
|
1336
|
-
.utrecht-table__row--alternate-even, .utrecht-html table.alternate-row-color > tr:nth-child(even) > td, .utrecht-html table.alternate-row-color > tr:nth-child(even) > th, .utrecht-html table.alternate-row-color > tbody > tr:nth-child(even) > td, .utrecht-html table.alternate-row-color > tbody > tr:nth-child(even) > th {
|
|
1408
|
+
.utrecht-html table.alternate-row-color > tbody > tr:nth-child(even) > td, .utrecht-html table.alternate-row-color > tbody > tr:nth-child(even) > th {
|
|
1337
1409
|
background-color: var(--utrecht-table-row-alternate-even-background-color);
|
|
1338
1410
|
color: var(--utrecht-table-row-alternate-even-color);
|
|
1339
1411
|
}
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
border-width: var(--utrecht-textarea-border-width);
|
|
1351
|
-
border-bottom-width: var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width));
|
|
1352
|
-
border-color: var(--utrecht-textarea-border-color);
|
|
1353
|
-
border-radius: var(--utrecht-textarea-border-radius, 0);
|
|
1412
|
+
.utrecht-html table.alternate-row-color > tbody > tr:nth-child(odd) > td, .utrecht-html table.alternate-row-color > tbody > tr:nth-child(odd) > th {
|
|
1413
|
+
background-color: var(--utrecht-table-row-alternate-odd-background-color);
|
|
1414
|
+
color: var(--utrecht-table-row-alternate-odd-color);
|
|
1415
|
+
}
|
|
1416
|
+
.utrecht-html textarea {
|
|
1417
|
+
background-color: var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color));
|
|
1418
|
+
border-width: var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width));
|
|
1419
|
+
border-bottom-width: var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width)));
|
|
1420
|
+
border-color: var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color));
|
|
1421
|
+
border-radius: var(--utrecht-textarea-border-radius, var(--utrecht-form-control-border-radius, 0));
|
|
1354
1422
|
border-style: solid;
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
font-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1423
|
+
box-sizing: border-box;
|
|
1424
|
+
color: var(--utrecht-textarea-color, var(--utrecht-form-control-color));
|
|
1425
|
+
font-family: var(--utrecht-textarea-font-family, var(--utrecht-form-control-font-family));
|
|
1426
|
+
font-size: var(--utrecht-textarea-font-size, var(--utrecht-form-control-font-size, inherit));
|
|
1427
|
+
font-weight: initial; /* harden */
|
|
1428
|
+
height: initial; /* harden */
|
|
1429
|
+
line-height: var(--utrecht-textarea-line-height, initial);
|
|
1430
|
+
max-inline-size: var(--utrecht-textarea-max-inline-size, var(--utrecht-form-control-max-inline-size));
|
|
1431
|
+
min-block-size: var(--utrecht-textarea-min-block-size);
|
|
1432
|
+
padding-block-end: var(--utrecht-textarea-padding-block-end, var(--utrecht-form-control-padding-block-end, 0));
|
|
1433
|
+
padding-block-start: var(--utrecht-textarea-padding-block-start, var(--utrecht-form-control-padding-block-start, 0));
|
|
1434
|
+
padding-inline-end: var(--utrecht-textarea-padding-inline-end, var(--utrecht-form-control-padding-inline-end, initial));
|
|
1435
|
+
padding-inline-start: var(--utrecht-textarea-padding-inline-start, var(--utrecht-form-control-padding-inline-start, initial));
|
|
1436
|
+
resize: vertical;
|
|
1363
1437
|
width: 100%;
|
|
1364
1438
|
}
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
border-color: var(--utrecht-textarea-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
.utrecht-
|
|
1372
|
-
|
|
1373
|
-
color: var(--utrecht-textarea-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
box-shadow:
|
|
1382
|
-
outline-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
border-
|
|
1439
|
+
.utrecht-html textarea:disabled {
|
|
1440
|
+
background-color: var(--utrecht-textarea-disabled-background-color, var(--utrecht-form-control-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color))));
|
|
1441
|
+
border-color: var(--utrecht-textarea-disabled-border-color, var(--utrecht-form-control-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color))));
|
|
1442
|
+
color: var(--utrecht-textarea-disabled-color, var(--utrecht-form-control-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
|
|
1443
|
+
cursor: var(--utrecht-action-disabled-cursor);
|
|
1444
|
+
}
|
|
1445
|
+
.utrecht-html textarea:focus {
|
|
1446
|
+
background-color: var(--utrecht-textarea-focus-background-color, var(--utrecht-form-control-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color))));
|
|
1447
|
+
border-color: var(--utrecht-textarea-focus-border-color, var(--utrecht-form-control-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color))));
|
|
1448
|
+
color: var(--utrecht-textarea-focus-color, var(--utrecht-form-control-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
|
|
1449
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
1450
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
1451
|
+
* can combine it with the focus ring box shadow.
|
|
1452
|
+
*/
|
|
1453
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
1454
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
1455
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
1456
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
1457
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
1458
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
1459
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
1460
|
+
}
|
|
1461
|
+
.utrecht-html textarea:focus:not(:focus-visible) {
|
|
1462
|
+
/* undo focus ring */
|
|
1463
|
+
box-shadow: none;
|
|
1464
|
+
outline-style: revert;
|
|
1465
|
+
}
|
|
1466
|
+
.utrecht-html textarea:invalid, .utrecht-html textarea[aria-invalid=true] {
|
|
1467
|
+
--_utrecht-textarea-border-width: var(
|
|
1468
|
+
--utrecht-textarea-invalid-border-width,
|
|
1469
|
+
var(
|
|
1470
|
+
--utrecht-form-control-invalid-border-width,
|
|
1471
|
+
var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width))
|
|
1472
|
+
)
|
|
1473
|
+
);
|
|
1474
|
+
background-color: var(--utrecht-textarea-invalid-background-color, var(--utrecht-form-control-invalid-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color))));
|
|
1475
|
+
border-color: var(--utrecht-textarea-invalid-border-color, var(--utrecht-form-control-invalid-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color))));
|
|
1476
|
+
border-width: var(--_utrecht-textarea-border-width);
|
|
1477
|
+
border-bottom-width: var(--utrecht-textarea-invalid-border-bottom-width, var(--utrecht-form-control-invalid-border-bottom-width, var(--utrecht-textarea-border-bottom-width, var(--utrecht-form-control-border-bottom-width, var(--_utrecht-textarea-border-width)))));
|
|
1478
|
+
color: var(--utrecht-textarea-invalid-color, var(--utrecht-form-control-invalid-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
|
|
1479
|
+
}
|
|
1480
|
+
.utrecht-html textarea:read-only {
|
|
1481
|
+
background-color: var(--utrecht-textarea-read-only-border, var(--utrecht-form-control-read-only-background-color, var(--utrecht-textarea-border, var(--utrecht-form-control-background-color))));
|
|
1482
|
+
border-color: var(--utrecht-textarea-read-only-border, var(--utrecht-form-control-read-only-border-color, var(--utrecht-textarea-border, var(--utrecht-form-control-border-color))));
|
|
1483
|
+
color: var(--utrecht-textarea-read-only-color, var(--utrecht-form-control-read-only-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
|
|
1484
|
+
}
|
|
1485
|
+
.utrecht-html textarea::placeholder {
|
|
1486
|
+
color: var(--utrecht-textarea-placeholder-color, var(--utrecht-form-control-placeholder-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
|
|
1487
|
+
font-style: var(--utrecht-form-control-placeholder-font-style);
|
|
1488
|
+
opacity: 100%;
|
|
1489
|
+
}
|
|
1490
|
+
.utrecht-html input:not([type]),
|
|
1491
|
+
.utrecht-html input[type=date i],
|
|
1492
|
+
.utrecht-html input[type=datetime-local i],
|
|
1493
|
+
.utrecht-html input[type=email i],
|
|
1494
|
+
.utrecht-html input[type=month i],
|
|
1495
|
+
.utrecht-html input[type=number i],
|
|
1496
|
+
.utrecht-html input[type=password i],
|
|
1497
|
+
.utrecht-html input[type=search i],
|
|
1498
|
+
.utrecht-html input[type=tel i],
|
|
1499
|
+
.utrecht-html input[type=text i],
|
|
1500
|
+
.utrecht-html input[type=time i],
|
|
1501
|
+
.utrecht-html input[type=url i],
|
|
1502
|
+
.utrecht-html input[type=week i] {
|
|
1503
|
+
background-color: var(--utrecht-textbox-background-color, var(--utrecht-form-control-background-color));
|
|
1504
|
+
border-width: var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width));
|
|
1505
|
+
border-bottom-width: var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width)));
|
|
1506
|
+
border-color: var(--utrecht-textbox-border-color, var(--utrecht-form-control-border-color));
|
|
1507
|
+
border-radius: var(--utrecht-textbox-border-radius, var(--utrecht-form-control-border-radius, 0));
|
|
1409
1508
|
border-style: solid;
|
|
1410
|
-
color: var(--utrecht-textbox-color);
|
|
1411
|
-
font-family: var(--utrecht-textbox-font-family);
|
|
1412
|
-
font-size: var(--utrecht-textbox-font-size, 1em);
|
|
1413
|
-
max-width: var(--utrecht-textbox-max-width);
|
|
1414
|
-
padding-block-end: var(--utrecht-textbox-padding-block-end);
|
|
1415
|
-
padding-block-start: var(--utrecht-textbox-padding-block-start);
|
|
1416
|
-
padding-inline-end: var(--utrecht-textbox-padding-inline-end);
|
|
1417
|
-
padding-inline-start: var(--utrecht-textbox-padding-inline-start);
|
|
1418
1509
|
box-sizing: border-box;
|
|
1510
|
+
color: var(--utrecht-textbox-color, var(--utrecht-form-control-color));
|
|
1511
|
+
font-family: var(--utrecht-textbox-font-family, var(--utrecht-form-control-font-family));
|
|
1512
|
+
font-size: var(--utrecht-textbox-font-size, var(--utrecht-form-control-font-size, inherit));
|
|
1513
|
+
font-weight: initial; /* harden */
|
|
1514
|
+
height: initial; /* harden */
|
|
1515
|
+
line-height: var(--utrecht-textbox-line-height, var(--utrecht-form-control-line-height, initial));
|
|
1516
|
+
max-inline-size: var(--utrecht-textbox-max-inline-size, var(--utrecht-form-control-max-inline-size));
|
|
1517
|
+
padding-block-end: var(--utrecht-textbox-padding-block-end, var(--utrecht-form-control-padding-block-end, 0));
|
|
1518
|
+
padding-block-start: var(--utrecht-textbox-padding-block-start, var(--utrecht-form-control-padding-block-start, 0));
|
|
1519
|
+
padding-inline-end: var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, initial));
|
|
1520
|
+
padding-inline-start: var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, initial));
|
|
1419
1521
|
width: 100%;
|
|
1420
1522
|
}
|
|
1421
|
-
|
|
1422
|
-
.utrecht-
|
|
1423
|
-
.utrecht-html input[type=
|
|
1424
|
-
.utrecht-html input[type=
|
|
1425
|
-
.utrecht-html input[type=
|
|
1426
|
-
.utrecht-html input[type=
|
|
1427
|
-
.utrecht-html input[type=
|
|
1428
|
-
.utrecht-html input[
|
|
1429
|
-
.utrecht-html input[
|
|
1430
|
-
.utrecht-html input[
|
|
1431
|
-
.utrecht-html input[
|
|
1432
|
-
.utrecht-html input[
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
.utrecht-html input[type
|
|
1440
|
-
.utrecht-html input[type=
|
|
1441
|
-
.utrecht-html input[type=
|
|
1442
|
-
.utrecht-html input[type=
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
.utrecht-
|
|
1448
|
-
.utrecht-html input[type=
|
|
1449
|
-
.utrecht-html input[type=
|
|
1450
|
-
.utrecht-html input[type=
|
|
1451
|
-
.utrecht-html input[type=
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
.utrecht-html input[type
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
*/
|
|
1481
|
-
|
|
1523
|
+
.utrecht-html input:not([type]):disabled,
|
|
1524
|
+
.utrecht-html input[type=date i]:disabled,
|
|
1525
|
+
.utrecht-html input[type=datetime-local i]:disabled,
|
|
1526
|
+
.utrecht-html input[type=email i]:disabled,
|
|
1527
|
+
.utrecht-html input[type=month i]:disabled,
|
|
1528
|
+
.utrecht-html input[type=number i]:disabled,
|
|
1529
|
+
.utrecht-html input[type=password i]:disabled,
|
|
1530
|
+
.utrecht-html input[type=search i]:disabled,
|
|
1531
|
+
.utrecht-html input[type=tel i]:disabled,
|
|
1532
|
+
.utrecht-html input[type=text i]:disabled,
|
|
1533
|
+
.utrecht-html input[type=time i]:disabled,
|
|
1534
|
+
.utrecht-html input[type=url i]:disabled,
|
|
1535
|
+
.utrecht-html input[type=week i]:disabled {
|
|
1536
|
+
background-color: var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-control-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color))));
|
|
1537
|
+
border-color: var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-control-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color))));
|
|
1538
|
+
color: var(--utrecht-textbox-disabled-color, var(--utrecht-form-control-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
|
|
1539
|
+
cursor: var(--utrecht-action-disabled-cursor);
|
|
1540
|
+
}
|
|
1541
|
+
.utrecht-html input:not([type]):focus,
|
|
1542
|
+
.utrecht-html input[type=date i]:focus,
|
|
1543
|
+
.utrecht-html input[type=datetime-local i]:focus,
|
|
1544
|
+
.utrecht-html input[type=email i]:focus,
|
|
1545
|
+
.utrecht-html input[type=month i]:focus,
|
|
1546
|
+
.utrecht-html input[type=number i]:focus,
|
|
1547
|
+
.utrecht-html input[type=password i]:focus,
|
|
1548
|
+
.utrecht-html input[type=search i]:focus,
|
|
1549
|
+
.utrecht-html input[type=tel i]:focus,
|
|
1550
|
+
.utrecht-html input[type=text i]:focus,
|
|
1551
|
+
.utrecht-html input[type=time i]:focus,
|
|
1552
|
+
.utrecht-html input[type=url i]:focus,
|
|
1553
|
+
.utrecht-html input[type=week i]:focus {
|
|
1554
|
+
background-color: var(--utrecht-textbox-focus-background-color, var(--utrecht-form-control-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color))));
|
|
1555
|
+
border-color: var(--utrecht-textbox-focus-border-color, var(--utrecht-form-control-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color))));
|
|
1556
|
+
color: var(--utrecht-textbox-focus-color, var(--utrecht-form-control-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
|
|
1557
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
1558
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
1559
|
+
* can combine it with the focus ring box shadow.
|
|
1560
|
+
*/
|
|
1561
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
1562
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
1563
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
1564
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
1565
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
1566
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
1567
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
1568
|
+
}
|
|
1569
|
+
.utrecht-html input:not([type]):focus:not(:focus-visible),
|
|
1570
|
+
.utrecht-html input[type=date i]:focus:not(:focus-visible),
|
|
1571
|
+
.utrecht-html input[type=datetime-local i]:focus:not(:focus-visible),
|
|
1572
|
+
.utrecht-html input[type=email i]:focus:not(:focus-visible),
|
|
1573
|
+
.utrecht-html input[type=month i]:focus:not(:focus-visible),
|
|
1574
|
+
.utrecht-html input[type=number i]:focus:not(:focus-visible),
|
|
1575
|
+
.utrecht-html input[type=password i]:focus:not(:focus-visible),
|
|
1576
|
+
.utrecht-html input[type=search i]:focus:not(:focus-visible),
|
|
1577
|
+
.utrecht-html input[type=tel i]:focus:not(:focus-visible),
|
|
1578
|
+
.utrecht-html input[type=text i]:focus:not(:focus-visible),
|
|
1579
|
+
.utrecht-html input[type=time i]:focus:not(:focus-visible),
|
|
1580
|
+
.utrecht-html input[type=url i]:focus:not(:focus-visible),
|
|
1581
|
+
.utrecht-html input[type=week i]:focus:not(:focus-visible) {
|
|
1582
|
+
/* undo focus ring */
|
|
1583
|
+
box-shadow: none;
|
|
1584
|
+
outline-style: revert;
|
|
1585
|
+
}
|
|
1586
|
+
.utrecht-html input:not([type]):invalid, .utrecht-html input:not([type])[aria-invalid=true],
|
|
1587
|
+
.utrecht-html input[type=date i]:invalid,
|
|
1588
|
+
.utrecht-html input[type=date i][aria-invalid=true],
|
|
1589
|
+
.utrecht-html input[type=datetime-local i]:invalid,
|
|
1590
|
+
.utrecht-html input[type=datetime-local i][aria-invalid=true],
|
|
1591
|
+
.utrecht-html input[type=email i]:invalid,
|
|
1592
|
+
.utrecht-html input[type=email i][aria-invalid=true],
|
|
1593
|
+
.utrecht-html input[type=month i]:invalid,
|
|
1594
|
+
.utrecht-html input[type=month i][aria-invalid=true],
|
|
1595
|
+
.utrecht-html input[type=number i]:invalid,
|
|
1596
|
+
.utrecht-html input[type=number i][aria-invalid=true],
|
|
1597
|
+
.utrecht-html input[type=password i]:invalid,
|
|
1598
|
+
.utrecht-html input[type=password i][aria-invalid=true],
|
|
1599
|
+
.utrecht-html input[type=search i]:invalid,
|
|
1600
|
+
.utrecht-html input[type=search i][aria-invalid=true],
|
|
1601
|
+
.utrecht-html input[type=tel i]:invalid,
|
|
1602
|
+
.utrecht-html input[type=tel i][aria-invalid=true],
|
|
1603
|
+
.utrecht-html input[type=text i]:invalid,
|
|
1604
|
+
.utrecht-html input[type=text i][aria-invalid=true],
|
|
1605
|
+
.utrecht-html input[type=time i]:invalid,
|
|
1606
|
+
.utrecht-html input[type=time i][aria-invalid=true],
|
|
1607
|
+
.utrecht-html input[type=url i]:invalid,
|
|
1608
|
+
.utrecht-html input[type=url i][aria-invalid=true],
|
|
1609
|
+
.utrecht-html input[type=week i]:invalid,
|
|
1610
|
+
.utrecht-html input[type=week i][aria-invalid=true] {
|
|
1611
|
+
--_utrecht-textbox-border-width: var(
|
|
1612
|
+
--utrecht-textbox-invalid-border-width,
|
|
1613
|
+
var(
|
|
1614
|
+
--utrecht-form-control-invalid-border-width,
|
|
1615
|
+
var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width))
|
|
1616
|
+
)
|
|
1617
|
+
);
|
|
1618
|
+
background-color: var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-control-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-control-background-color))));
|
|
1619
|
+
border-color: var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-control-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-control-border-color))));
|
|
1620
|
+
border-width: var(--_utrecht-textbox-border-width);
|
|
1621
|
+
border-bottom-width: var(--utrecht-textbox-invalid-border-bottom-width, var(--utrecht-form-control-invalid-border-bottom-width, var(--utrecht-textbox-border-bottom-width, var(--utrecht-form-control-border-bottom-width, var(--_utrecht-textbox-border-width)))));
|
|
1622
|
+
color: var(--utrecht-textbox-invalid-color, var(--utrecht-form-control-invalid-color, var(--utrecht-textbox-color, var(--utrecht-form-control-color))));
|
|
1623
|
+
}
|
|
1624
|
+
.utrecht-html input:not([type]):read-only,
|
|
1625
|
+
.utrecht-html input[type=date i]:read-only,
|
|
1626
|
+
.utrecht-html input[type=datetime-local i]:read-only,
|
|
1627
|
+
.utrecht-html input[type=email i]:read-only,
|
|
1628
|
+
.utrecht-html input[type=month i]:read-only,
|
|
1629
|
+
.utrecht-html input[type=number i]:read-only,
|
|
1630
|
+
.utrecht-html input[type=password i]:read-only,
|
|
1631
|
+
.utrecht-html input[type=search i]:read-only,
|
|
1632
|
+
.utrecht-html input[type=tel i]:read-only,
|
|
1633
|
+
.utrecht-html input[type=text i]:read-only,
|
|
1634
|
+
.utrecht-html input[type=time i]:read-only,
|
|
1635
|
+
.utrecht-html input[type=url i]:read-only,
|
|
1636
|
+
.utrecht-html input[type=week i]:read-only {
|
|
1637
|
+
background-color: var(--utrecht-textbox-read-only-background-color, var(--utrecht-form-control-read-only-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-control-background-color))));
|
|
1638
|
+
border-color: var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-control-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-control-border-color))));
|
|
1639
|
+
color: var(--utrecht-textbox-read-only-color, var(--utrecht-form-control-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-control-color))));
|
|
1640
|
+
}
|
|
1641
|
+
.utrecht-html input:not([type])::placeholder,
|
|
1642
|
+
.utrecht-html input[type=date i]::placeholder,
|
|
1643
|
+
.utrecht-html input[type=datetime-local i]::placeholder,
|
|
1644
|
+
.utrecht-html input[type=email i]::placeholder,
|
|
1645
|
+
.utrecht-html input[type=month i]::placeholder,
|
|
1646
|
+
.utrecht-html input[type=number i]::placeholder,
|
|
1647
|
+
.utrecht-html input[type=password i]::placeholder,
|
|
1648
|
+
.utrecht-html input[type=search i]::placeholder,
|
|
1649
|
+
.utrecht-html input[type=tel i]::placeholder,
|
|
1650
|
+
.utrecht-html input[type=text i]::placeholder,
|
|
1651
|
+
.utrecht-html input[type=time i]::placeholder,
|
|
1652
|
+
.utrecht-html input[type=url i]::placeholder,
|
|
1653
|
+
.utrecht-html input[type=week i]::placeholder {
|
|
1654
|
+
color: var(--utrecht-textbox-placeholder-color, var(--utrecht-form-control-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-control-color))));
|
|
1655
|
+
font-style: var(--utrecht-form-control-placeholder-font-style);
|
|
1656
|
+
opacity: 100%;
|
|
1657
|
+
}
|
|
1658
|
+
.utrecht-html input[autocomplete~=current-password i],
|
|
1659
|
+
.utrecht-html input[autocomplete~=new-password i],
|
|
1660
|
+
.utrecht-html input[type=password i] {
|
|
1661
|
+
font-variant-ligatures: none;
|
|
1662
|
+
font-variant-numeric: slashed-zero;
|
|
1663
|
+
}
|
|
1664
|
+
.utrecht-html input[autocomplete~=bday i],
|
|
1665
|
+
.utrecht-html input[autocomplete~=bday-day i],
|
|
1666
|
+
.utrecht-html input[autocomplete~=bday-month i],
|
|
1667
|
+
.utrecht-html input[autocomplete~=bday-year i],
|
|
1668
|
+
.utrecht-html input[autocomplete~=cc-csc i],
|
|
1669
|
+
.utrecht-html input[autocomplete~=cc-exp i],
|
|
1670
|
+
.utrecht-html input[autocomplete~=cc-exp-month i],
|
|
1671
|
+
.utrecht-html input[autocomplete~=cc-exp-year i],
|
|
1672
|
+
.utrecht-html input[autocomplete~=cc-number i],
|
|
1673
|
+
.utrecht-html input[autocomplete~=one-time-code i],
|
|
1674
|
+
.utrecht-html input[autocomplete~=postal-code i],
|
|
1675
|
+
.utrecht-html input[autocomplete~=tel i],
|
|
1676
|
+
.utrecht-html input[autocomplete~=tel-area-code i],
|
|
1677
|
+
.utrecht-html input[autocomplete~=tel-country-code i],
|
|
1678
|
+
.utrecht-html input[autocomplete~=tel-extension i],
|
|
1679
|
+
.utrecht-html input[autocomplete~=tel-local i],
|
|
1680
|
+
.utrecht-html input[autocomplete~=tel-national i],
|
|
1681
|
+
.utrecht-html input[autocomplete~=transaction-amount i],
|
|
1682
|
+
.utrecht-html input[inputmode=decimal i],
|
|
1683
|
+
.utrecht-html input[inputmode=numeric i],
|
|
1684
|
+
.utrecht-html input[inputmode=tel i],
|
|
1685
|
+
.utrecht-html input[type=number i],
|
|
1686
|
+
.utrecht-html input[type=tel i] {
|
|
1687
|
+
-moz-appearance: textfield; /* avoid spinner input in Firefox */
|
|
1688
|
+
font-variant-numeric: lining-nums tabular-nums;
|
|
1689
|
+
}
|
|
1690
|
+
.utrecht-html input[inputmode=email i],
|
|
1691
|
+
.utrecht-html input[inputmode=url i],
|
|
1692
|
+
.utrecht-html input[type=email i],
|
|
1693
|
+
.utrecht-html input[type=url i] {
|
|
1694
|
+
font-variant-ligatures: none;
|
|
1695
|
+
}
|
|
1696
|
+
.utrecht-html ul {
|
|
1482
1697
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
1483
|
-
font-size: var(--utrecht-document-font-size, inherit);
|
|
1484
|
-
line-height: var(--utrecht-document-line-height, inherit);
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
.utrecht-unordered-list--nested {
|
|
1494
|
-
margin-inline-start: 2ch;
|
|
1495
|
-
margin-block-end: 0;
|
|
1698
|
+
font-size: var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit));
|
|
1699
|
+
line-height: var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit));
|
|
1700
|
+
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));
|
|
1701
|
+
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
|
|
1702
|
+
padding-inline-start: var(--utrecht-unordered-list-padding-inline-start, 2ch);
|
|
1703
|
+
text-align: start;
|
|
1704
|
+
width: max-content;
|
|
1705
|
+
--utrecht-space-around: 1;
|
|
1496
1706
|
}
|
|
1497
|
-
|
|
1498
|
-
.utrecht-unordered-list__item, .utrecht-html ul > li {
|
|
1499
|
-
padding-inline-start: 1ch;
|
|
1500
|
-
margin-block-start: var(--utrecht-unordered-list-item-margin-block-start);
|
|
1707
|
+
.utrecht-html ul > li {
|
|
1501
1708
|
margin-block-end: var(--utrecht-unordered-list-item-margin-block-end);
|
|
1709
|
+
margin-block-start: var(--utrecht-unordered-list-item-margin-block-start);
|
|
1710
|
+
padding-inline-start: var(--utrecht-unordered-list-item-padding-inline-start, 1ch);
|
|
1502
1711
|
}
|
|
1503
|
-
|
|
1504
|
-
.utrecht-unordered-list__item::marker, .utrecht-html ul > li::marker,
|
|
1505
|
-
.utrecht-unordered-list__marker {
|
|
1712
|
+
.utrecht-html ul > li::marker {
|
|
1506
1713
|
color: var(--utrecht-unordered-list-marker-color);
|
|
1507
1714
|
content: "●";
|
|
1508
1715
|
}
|