@utrecht/component-library-css 1.0.0-alpha.43 → 1.0.0-alpha.430

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/dist/bem.css DELETED
@@ -1,1493 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @license EUPL-1.2
4
- * Copyright (c) 2021 Gemeente Utrecht
5
- */
6
- /* Collection of all BEM class names in the component library */
7
- /*
8
- * TODO: Once every component is a separate npm package, these imports should
9
- * be updated to use a package reference instead of a relative path.
10
- *
11
- * For example:
12
- * @import "../../blockquote/index";
13
- *
14
- * Will become:
15
- * @import "@utrecht/blockquote/index";
16
- */
17
- /**
18
- * @license EUPL-1.2
19
- * Copyright (c) 2021 Robbert Broersma
20
- */
21
- /* stylelint-disable-next-line block-no-empty */
22
- /* stylelint-disable-next-line block-no-empty */
23
- /**
24
- * @license EUPL-1.2
25
- * Copyright (c) 2021 Robbert Broersma
26
- */
27
- .utrecht-article {
28
- max-inline-size: var(--utrecht-article-max-inline-size);
29
- }
30
-
31
- /**
32
- * @license EUPL-1.2
33
- * Copyright (c) 2021 Robbert Broersma
34
- */
35
- .utrecht-badge, .utrecht-badge-status, .utrecht-badge-data {
36
- background-color: var(--utrecht-badge-background-color, black);
37
- border-radius: var(--utrecht-badge-border-radius, 0.5ch);
38
- color: var(--utrecht-badge-color, white);
39
- display: inline-block;
40
- font-family: var(--utrecht-document-font-family, sans-serif);
41
- font-style: normal;
42
- /* no inheritance */
43
- font-weight: var(--utrecht-badge-font-weight, bold);
44
- /* no inheritance */
45
- padding-block-end: var(--utrecht-badge-padding-block, 0.5ex);
46
- padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
47
- padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
48
- padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
49
- text-decoration: none;
50
- /* no inheritance */
51
- }
52
-
53
- /**
54
- * @license EUPL-1.2
55
- * Copyright (c) 2021 Robbert Broersma
56
- */
57
- /**
58
- * @license EUPL-1.2
59
- * Copyright (c) 2021 Robbert Broersma
60
- */
61
- .utrecht-badge, .utrecht-badge-status, .utrecht-badge-data {
62
- background-color: var(--utrecht-badge-background-color, black);
63
- border-radius: var(--utrecht-badge-border-radius, 0.5ch);
64
- color: var(--utrecht-badge-color, white);
65
- display: inline-block;
66
- font-family: var(--utrecht-document-font-family, sans-serif);
67
- font-style: normal;
68
- /* no inheritance */
69
- font-weight: var(--utrecht-badge-font-weight, bold);
70
- /* no inheritance */
71
- padding-block-end: var(--utrecht-badge-padding-block, 0.5ex);
72
- padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
73
- padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
74
- padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
75
- text-decoration: none;
76
- /* no inheritance */
77
- }
78
-
79
- .utrecht-badge-counter {
80
- background-color: var(--utrecht-badge-counter-background-color, var(--utrecht-badge-background-color, black));
81
- border-radius: var(--utrecht-badge-counter-border-radius, var(--utrecht-badge-border-radius, 0.5ch));
82
- color: var(--utrecht-badge-counter-color, var(--utrecht-badge-color, white));
83
- display: inline-block;
84
- font-family: var(--utrecht-document-font-family, sans-serif);
85
- font-style: normal;
86
- /* no inheritance */
87
- font-weight: var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));
88
- /* no inheritance */
89
- padding-block-end: var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));
90
- padding-block-start: var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));
91
- padding-inline-end: var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));
92
- padding-inline-start: var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));
93
- text-decoration: none;
94
- /* no inheritance */
95
- }
96
-
97
- /**
98
- * @license EUPL-1.2
99
- * Copyright (c) 2021 Robbert Broersma
100
- */
101
- /**
102
- * @license EUPL-1.2
103
- * Copyright (c) 2021 Robbert Broersma
104
- */
105
- .utrecht-badge, .utrecht-badge-status, .utrecht-badge-data {
106
- background-color: var(--utrecht-badge-background-color, black);
107
- border-radius: var(--utrecht-badge-border-radius, 0.5ch);
108
- color: var(--utrecht-badge-color, white);
109
- display: inline-block;
110
- font-family: var(--utrecht-document-font-family, sans-serif);
111
- font-style: normal;
112
- /* no inheritance */
113
- font-weight: var(--utrecht-badge-font-weight, bold);
114
- /* no inheritance */
115
- padding-block-end: var(--utrecht-badge-padding-block, 0.5ex);
116
- padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
117
- padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
118
- padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
119
- text-decoration: none;
120
- /* no inheritance */
121
- }
122
-
123
- .utrecht-badge-data {
124
- letter-spacing: var(--utrecht-badge-data-letter-spacing, inherit);
125
- text-transform: var(--utrecht-badge-data-text-transform, inherit);
126
- }
127
-
128
- /**
129
- * @license EUPL-1.2
130
- * Copyright (c) 2021 Robbert Broersma
131
- */
132
- /**
133
- * @license EUPL-1.2
134
- * Copyright (c) 2021 Robbert Broersma
135
- */
136
- .utrecht-badge, .utrecht-badge-status, .utrecht-badge-data {
137
- background-color: var(--utrecht-badge-background-color, black);
138
- border-radius: var(--utrecht-badge-border-radius, 0.5ch);
139
- color: var(--utrecht-badge-color, white);
140
- display: inline-block;
141
- font-family: var(--utrecht-document-font-family, sans-serif);
142
- font-style: normal;
143
- /* no inheritance */
144
- font-weight: var(--utrecht-badge-font-weight, bold);
145
- /* no inheritance */
146
- padding-block-end: var(--utrecht-badge-padding-block, 0.5ex);
147
- padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
148
- padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
149
- padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
150
- text-decoration: none;
151
- /* no inheritance */
152
- }
153
-
154
- .utrecht-badge-status {
155
- letter-spacing: var(--utrecht-badge-status-letter-spacing, inherit);
156
- text-transform: var(--utrecht-badge-status-text-transform, inherit);
157
- }
158
-
159
- .utrecht-badge-status--danger {
160
- background-color: var(--utrecht-feedback-danger-fill-background-color, red);
161
- color: var(--utrecht-feedback-danger-fill-color, white);
162
- }
163
-
164
- .utrecht-badge-status--warning {
165
- background-color: var(--utrecht-feedback-warning-fill-background-color, #ffa600);
166
- color: var(--utrecht-feedback-warning-fill-color, white);
167
- }
168
-
169
- .utrecht-badge-status--safe {
170
- background-color: var(--utrecht-feedback-safe-fill-background-color, green);
171
- color: var(--utrecht-feedback-safe-fill-color, white);
172
- }
173
-
174
- .utrecht-badge-status--valid {
175
- background-color: var(--utrecht-feedback-valid-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, red));
176
- color: var(--utrecht-feedback-valid-fill-color, var(--utrecht-feedback-safe-fill-color, white));
177
- }
178
-
179
- .utrecht-badge-status--invalid {
180
- background-color: var(--utrecht-feedback-invalid-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));
181
- color: var(--utrecht-feedback-invalid-fill-color, var(--utrecht-feedback-danger-fill-color, white));
182
- }
183
-
184
- .utrecht-badge-status--error {
185
- background-color: var(--utrecht-feedback-error-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));
186
- color: var(--utrecht-feedback-error-fill-color, var(--utrecht-feedback-danger-fill-color, white));
187
- }
188
-
189
- .utrecht-badge-status--success {
190
- background-color: var(--utrecht-feedback-success-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));
191
- color: var(--utrecht-feedback-success-fill-color, var(--utrecht-feedback-safe-fill-color, white));
192
- }
193
-
194
- .utrecht-badge-status--active {
195
- background-color: var(--utrecht-feedback-active-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));
196
- color: var(--utrecht-feedback-active-fill-color, var(--utrecht-feedback-safe-fill-color, white));
197
- }
198
-
199
- .utrecht-badge-status--inactive {
200
- background-color: var(--utrecht-feedback-inactive-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));
201
- color: var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white));
202
- }
203
-
204
- /**
205
- * @license EUPL-1.2
206
- * Copyright (c) 2021 Robbert Broersma
207
- */
208
- .utrecht-blockquote {
209
- font-family: var(--utrecht-document-font-family);
210
- font-size: var(--utrecht-blockquote-font-size);
211
- margin-inline-start: var(--utrecht-blockquote-margin-inline-start);
212
- margin-inline-end: var(--utrecht-blockquote-margin-inline-end);
213
- }
214
-
215
- .utrecht-blockquote__attribution {
216
- color: var(--utrecht-blockquote-attribution-color, inherit);
217
- font-size: var(--utrecht-blockquote-attribution-font-size, inherit);
218
- }
219
-
220
- .utrecht-blockquote__content {
221
- --utrecht-document-color: var(--utrecht-blockquote-content-color, inherit);
222
- --utrecht-paragraph-font-size: var(--utrecht-blockquote-content-font-size, inherit);
223
- color: var(--utrecht-blockquote-content-color, inherit);
224
- font-size: var(--utrecht-blockquote-content-font-size, inherit);
225
- }
226
-
227
- .utrecht-blockquote--distanced {
228
- margin-block-start: var(--utrecht-blockquote-margin-block-start);
229
- margin-block-end: var(--utrecht-blockquote-margin-block-end);
230
- }
231
-
232
- /**
233
- * @license EUPL-1.2
234
- * Copyright (c) 2021 Robbert Broersma
235
- */
236
- .utrecht-breadcrumb {
237
- --utrecht-focus-background-color: var(--utrecht-breadcrumb-link-focus-background-color);
238
- --utrecht-link-background-color: var(--utrecht-breadcrumb-link-background-color);
239
- --utrecht-link-color: var(--utrecht-breadcrumb-link-color);
240
- --utrecht-link-focus-color: var(--utrecht-breadcrumb-link-focus-color, var(--utrecht-breadcrumb-link-color));
241
- --utrecht-link-focus-text-decoration: var(--utrecht-link-text-decoration);
242
- --utrecht-link-hover-color: var(--utrecht-breadcrumb-link-color);
243
- --utrecht-link-hover-text-decoration: var(--utrecht-link-text-decoration);
244
- --utrecht-link-visited-color: var(--utrecht-breadcrumb-link-color);
245
- --utrecht-link-visited-text-decoration: var(--utrecht-link-text-decoration);
246
- font-size: var(--utrecht-breadcrumb-font-size);
247
- font-family: var(--utrecht-document-font-family, inherit);
248
- text-transform: var(--utrecht-document-text-transform, inherit);
249
- }
250
-
251
- .utrecht-breadcrumb__list {
252
- display: flex;
253
- block-size: var(--utrecht-breadcrumb-block-size);
254
- }
255
-
256
- ol.utrecht-breadcrumb__list {
257
- list-style: none;
258
- margin-block-start: 0;
259
- margin-block-end: 0;
260
- padding-inline-start: 0;
261
- }
262
-
263
- .utrecht-breadcrumb__item {
264
- block-size: 100%;
265
- }
266
-
267
- .utrecht-breadcrumb__item ~ .utrecht-breadcrumb__item {
268
- margin-inline-start: var(--utrecht-breadcrumb-item-divider-inline-size);
269
- }
270
-
271
- .utrecht-breadcrumb__link {
272
- background-color: var(--utrecht-breadcrumb-link-background-color);
273
- padding-block-start: var(--utrecht-breadcrumb-item-padding-block-start, 8px);
274
- padding-block-end: var(--utrecht-breadcrumb-item-padding-block-end, 8px);
275
- padding-inline-start: var(--utrecht-breadcrumb-item-padding-inline-start, 8px);
276
- padding-inline-end: var(--utrecht-breadcrumb-item-padding-inline-end, 8px);
277
- display: block;
278
- }
279
-
280
- /* stylelint-disable-next-line block-no-empty */
281
- .utrecht-breadcrumb--arrows {
282
- /* https://css-tricks.com/triangle-breadcrumbs/ */
283
- --utrecht-breadcrumb-arrow-size: 24px;
284
- overflow: hidden;
285
- }
286
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__item ~ .utrecht-breadcrumb__item .utrecht-breadcrumb__link {
287
- padding-inline-start: calc( var(--utrecht-breadcrumb-item-padding-inline-start) + var(--utrecht-breadcrumb-arrow-size) );
288
- }
289
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link {
290
- position: relative;
291
- padding-inline-end: 0;
292
- }
293
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after,
294
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before {
295
- border-block-end-width: var(--utrecht-breadcrumb-block-size);
296
- border-block-start-width: var(--utrecht-breadcrumb-block-size);
297
- border-color: transparent;
298
- border-style: solid;
299
- content: " ";
300
- display: block;
301
- height: 0;
302
- left: 100%;
303
- margin-block-start: calc(-1 * var(--utrecht-breadcrumb-block-size));
304
- position: absolute;
305
- top: 50%;
306
- width: 0;
307
- }
308
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after {
309
- border-inline-start-color: var(--utrecht-breadcrumb-link-background-color);
310
- border-inline-start-width: var(--utrecht-breadcrumb-arrow-size);
311
- z-index: 2;
312
- }
313
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before {
314
- border-inline-start-color: var(--utrecht-document-background-color);
315
- border-inline-start-width: var(--utrecht-breadcrumb-arrow-size);
316
- margin-block-start: calc(-1 * var(--utrecht-breadcrumb-block-size));
317
- margin-inline-start: 1px;
318
- z-index: 1;
319
- }
320
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link--focus::after,
321
- .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus::after {
322
- border-inline-start-color: var(--utrecht-breadcrumb-link-focus-background-color);
323
- }
324
-
325
- /**
326
- * @license EUPL-1.2
327
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
328
- * Copyright (c) 2021 Gemeente Utrecht
329
- */
330
- .utrecht-button {
331
- color: var(--utrecht-button-primary-action-color);
332
- font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
333
- font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
334
- font-weight: var(--utrecht-button-font-weight);
335
- background-color: var(--utrecht-button-primary-action-background-color);
336
- border-radius: var(--utrecht-button-border-radius);
337
- border-width: var(--utrecht-button-border-width);
338
- letter-spacing: var(--utrecht-button-letter-spacing);
339
- padding-inline-start: var(--utrecht-button-padding-inline-start);
340
- padding-inline-end: var(--utrecht-button-padding-inline-end);
341
- padding-block-start: var(--utrecht-button-padding-block-start);
342
- padding-block-end: var(--utrecht-button-padding-block-end);
343
- text-transform: var(--utrecht-button-text-transform);
344
- }
345
-
346
- .utrecht-button--distanced {
347
- margin-inline-start: var(--utrecht-button-margin-inline-start);
348
- margin-inline-end: var(--utrecht-button-margin-inline-end);
349
- margin-block-start: var(--utrecht-button-margin-block-start);
350
- margin-block-end: var(--utrecht-button-margin-block-end);
351
- }
352
-
353
- .utrecht-button:disabled,
354
- .utrecht-button--disabled {
355
- color: var(--utrecht-button-disabled-color);
356
- background-color: var(--utrecht-button-disabled-background-color);
357
- }
358
-
359
- .utrecht-button--focus,
360
- .utrecht-button:not(.utrecht-button--disabled):focus {
361
- outline-width: var(--utrecht-focus-outline-width, 0);
362
- outline-style: var(--utrecht-focus-outline-style, solid);
363
- outline-color: var(--utrecht-focus-outline-color, transparent);
364
- color: var(--utrecht-focus-color, inherit);
365
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
366
- outline-offset: 0;
367
- background-color: var(--utrecht-focus-background-color);
368
- }
369
-
370
- .utrecht-button--hover:not(:disabled),
371
- .utrecht-button:hover:not(:disabled):not(.utrecht-button--disabled) {
372
- color: var(--utrecht-button-primary-action-color);
373
- background-color: var(--utrecht-button-primary-action-hover-background-color);
374
- transform: scale(var(--utrecht-button-focus-transform-scale, 1));
375
- }
376
-
377
- /**
378
- * @license EUPL-1.2
379
- * Copyright (c) 2021 Robbert Broersma
380
- */
381
- .utrecht-checkbox {
382
- /* reset native margin for input[type="checkbox"] */
383
- margin-block-start: 0;
384
- margin-block-end: 0;
385
- margin-inline-start: 0;
386
- margin-inline-end: 0;
387
- }
388
-
389
- /**
390
- * @license EUPL-1.2
391
- * Copyright (c) 2021 Robbert Broersma
392
- */
393
- .utrecht-document {
394
- background-color: var(--utrecht-document-background-color, inherit);
395
- color: var(--utrecht-document-color, inherit);
396
- font-family: var(--utrecht-document-font-family, inherit);
397
- font-size: var(--utrecht-document-font-size, inherit);
398
- line-height: var(--utrecht-document-line-height, inherit);
399
- }
400
-
401
- /**
402
- * @license EUPL-1.2
403
- * Copyright (c) 2021 Robbert Broersma
404
- */
405
- .utrecht-emphasis--stressed {
406
- font-style: var(--utrecht-emphasis-stressed-font-style, italic);
407
- }
408
-
409
- .utrecht-emphasis--strong {
410
- font-weight: var(--utrecht-emphasis-strong-font-weight, bold);
411
- }
412
-
413
- /**
414
- * @license EUPL-1.2
415
- * Copyright (c) 2021 Robbert Broersma
416
- */
417
- .utrecht-form-field-checkbox {
418
- font-family: var(--utrecht-document-font-family, inherit);
419
- }
420
-
421
- .utrecht-form-field-checkbox--distanced {
422
- margin-block-start: var(--utrecht-form-field-margin-block-start, var(--utrecht-paragraph-margin-block-start));
423
- margin-block-end: var(--utrecht-form-field-margin-block-end, var(--utrecht-paragraph-margin-block-end));
424
- }
425
-
426
- .utrecht-form-field-checkbox__label {
427
- margin-inline-start: 1ch;
428
- }
429
-
430
- /**
431
- * @license EUPL-1.2
432
- * Copyright (c) 2021 Robbert Broersma
433
- */
434
- .utrecht-form-field-radio {
435
- font-size: var(--utrecht-paragraph-font-size);
436
- font-family: var(--utrecht-document-font-family, inherit);
437
- }
438
-
439
- .utrecht-form-field-radio--distanced {
440
- margin-block-start: var(--utrecht-form-field-margin-block-start, var(--utrecht-paragraph-margin-block-start));
441
- margin-block-end: var(--utrecht-form-field-margin-block-end, var(--utrecht-paragraph-margin-block-end));
442
- }
443
-
444
- .utrecht-form-field-radio__label {
445
- margin-inline-start: 1ch;
446
- }
447
-
448
- /**
449
- * @license EUPL-1.2
450
- * Copyright (c) 2021 Robbert Broersma
451
- */
452
- .utrecht-form-field-radio-group {
453
- font-size: var(--utrecht-paragraph-font-size);
454
- font-family: var(--utrecht-document-font-family, inherit);
455
- }
456
-
457
- .utrecht-form-field-radio-group--distanced {
458
- margin-block-start: var(--utrecht-form-field-margin-block-start, var(--utrecht-paragraph-margin-block-start));
459
- margin-block-end: var(--utrecht-form-field-margin-block-end, var(--utrecht-paragraph-margin-block-end));
460
- }
461
-
462
- .utrecht-form-field-radio-group__label {
463
- margin-block-start: var(--utrecht-paragraph-margin-block-start);
464
- margin-block-end: var(--utrecht-paragraph-margin-block-end);
465
- }
466
-
467
- /**
468
- * @license EUPL-1.2
469
- * Copyright (c) 2021 Robbert Broersma
470
- */
471
- .utrecht-form-fieldset--distanced {
472
- margin-block-start: var(--utrecht-form-fieldset-margin-block-start, 0);
473
- margin-block-end: var(--utrecht-form-fieldset-margin-block-end, 0);
474
- }
475
-
476
- .utrecht-form-fieldset__legend {
477
- font-family: var(--utrecht-form-fieldset-legend-font-family, var(--utrecht-document-font-family));
478
- font-size: var(--utrecht-form-fieldset-legend-font-size);
479
- font-weight: var(--utrecht-form-fieldset-legend-font-weight);
480
- line-height: var(--utrecht-form-fieldset-legend-line-height);
481
- color: var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit));
482
- }
483
-
484
- .utrecht-form-fieldset__legend--distanced {
485
- margin-block-start: var(--utrecht-form-fieldset-legend-margin-block-start);
486
- margin-block-end: var(--utrecht-form-fieldset-legend-margin-block-end);
487
- }
488
-
489
- /**
490
- * @license EUPL-1.2
491
- * Copyright (c) 2021 Robbert Broersma
492
- */
493
- .utrecht-form-label {
494
- font-weight: var(--utrecht-form-label-font-weight);
495
- font-size: var(--utrecht-form-label-font-size);
496
- }
497
-
498
- .utrecht-form-label--checkbox {
499
- font-weight: var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight));
500
- }
501
-
502
- .utrecht-form-label--radio {
503
- font-weight: var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight));
504
- }
505
-
506
- /**
507
- * @license EUPL-1.2
508
- * Copyright (c) 2021 Gemeente Utrecht
509
- * Copyright (c) 2021 Robbert Broersma
510
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
511
- */
512
- .utrecht-heading-1 {
513
- font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
514
- font-size: var(--utrecht-heading-1-font-size);
515
- font-weight: var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));
516
- letter-spacing: var(--utrecht-heading-1-letter-spacing);
517
- line-height: var(--utrecht-heading-1-line-height);
518
- text-transform: var(--utrecht-heading-1-text-transform, inherit);
519
- color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
520
- }
521
-
522
- .utrecht-heading-1--distanced {
523
- margin-block-start: var(--utrecht-heading-1-margin-block-start);
524
- margin-block-end: var(--utrecht-heading-1-margin-block-end);
525
- }
526
-
527
- /**
528
- * @license EUPL-1.2
529
- * Copyright (c) 2021 Gemeente Utrecht
530
- * Copyright (c) 2021 Robbert Broersma
531
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
532
- */
533
- .utrecht-heading-2 {
534
- font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
535
- font-size: var(--utrecht-heading-2-font-size);
536
- font-weight: var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));
537
- letter-spacing: var(--utrecht-heading-2-letter-spacing);
538
- line-height: var(--utrecht-heading-2-line-height);
539
- text-transform: var(--utrecht-heading-2-text-transform, inherit);
540
- color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
541
- }
542
-
543
- .utrecht-heading-2--distanced {
544
- margin-block-start: var(--utrecht-heading-2-margin-block-start);
545
- margin-block-end: var(--utrecht-heading-2-margin-block-end);
546
- }
547
-
548
- /**
549
- * @license EUPL-1.2
550
- * Copyright (c) 2021 Gemeente Utrecht
551
- * Copyright (c) 2021 Robbert Broersma
552
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
553
- */
554
- .utrecht-heading-3 {
555
- font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
556
- font-size: var(--utrecht-heading-3-font-size);
557
- font-weight: var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));
558
- letter-spacing: var(--utrecht-heading-3-letter-spacing);
559
- line-height: var(--utrecht-heading-3-line-height);
560
- text-transform: var(--utrecht-heading-3-text-transform, inherit);
561
- color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
562
- }
563
-
564
- .utrecht-heading-3--distanced {
565
- margin-block-start: var(--utrecht-heading-3-margin-block-start);
566
- margin-block-end: var(--utrecht-heading-3-margin-block-end);
567
- }
568
-
569
- /**
570
- * @license EUPL-1.2
571
- * Copyright (c) 2021 Gemeente Utrecht
572
- * Copyright (c) 2021 Robbert Broersma
573
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
574
- */
575
- .utrecht-heading-4 {
576
- font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
577
- font-size: var(--utrecht-heading-4-font-size);
578
- font-weight: var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));
579
- letter-spacing: var(--utrecht-heading-4-letter-spacing);
580
- line-height: var(--utrecht-heading-4-line-height);
581
- text-transform: var(--utrecht-heading-4-text-transform, inherit);
582
- color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
583
- }
584
-
585
- .utrecht-heading-4--distanced {
586
- margin-block-start: var(--utrecht-heading-4-margin-block-start);
587
- margin-block-end: var(--utrecht-heading-4-margin-block-end);
588
- }
589
-
590
- /**
591
- * @license EUPL-1.2
592
- * Copyright (c) 2021 Gemeente Utrecht
593
- * Copyright (c) 2021 Robbert Broersma
594
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
595
- */
596
- .utrecht-heading-5 {
597
- font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
598
- font-size: var(--utrecht-heading-5-font-size);
599
- font-weight: var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));
600
- letter-spacing: var(--utrecht-heading-5-letter-spacing);
601
- line-height: var(--utrecht-heading-5-line-height);
602
- text-transform: var(--utrecht-heading-5-text-transform, inherit);
603
- color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
604
- }
605
-
606
- .utrecht-heading-5--distanced {
607
- margin-block-start: var(--utrecht-heading-5-margin-block-start);
608
- margin-block-end: var(--utrecht-heading-5-margin-block-end);
609
- }
610
-
611
- /**
612
- * @license EUPL-1.2
613
- * Copyright (c) 2021 Gemeente Utrecht
614
- * Copyright (c) 2021 Robbert Broersma
615
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
616
- */
617
- .utrecht-heading-6 {
618
- font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
619
- font-size: var(--utrecht-heading-6-font-size);
620
- font-weight: var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));
621
- letter-spacing: var(--utrecht-heading-6-letter-spacing);
622
- line-height: var(--utrecht-heading-6-line-height);
623
- text-transform: var(--utrecht-heading-6-text-transform, inherit);
624
- color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
625
- }
626
-
627
- .utrecht-heading-6--distanced {
628
- margin-block-start: var(--utrecht-heading-6-margin-block-start);
629
- margin-block-end: var(--utrecht-heading-6-margin-block-end);
630
- }
631
-
632
- /**
633
- * @license EUPL-1.2
634
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
635
- * Copyright (c) 2021 Gemeente Utrecht
636
- */
637
- .utrecht-link {
638
- text-decoration: var(--utrecht-link-text-decoration, underline);
639
- color: var(--utrecht-link-color, blue);
640
- }
641
-
642
- .utrecht-link:visited,
643
- .utrecht-link--visited {
644
- color: var(--utrecht-link-visited-color, var(--utrecht-link-color));
645
- }
646
-
647
- .utrecht-link:hover,
648
- .utrecht-link--hover {
649
- color: var(--utrecht-link-hover-color, var(--utrecht-link-color));
650
- text-decoration: var(--utrecht-link-hover-text-decoration, var(--utrecht-link-text-decoration, underline));
651
- }
652
-
653
- .utrecht-link:active,
654
- .utrecht-link--active {
655
- color: var(--utrecht-link-active-color, var(--utrecht-link-color));
656
- }
657
-
658
- .utrecht-link:focus,
659
- .utrecht-link--focus {
660
- color: var(--utrecht-link-focus-color, var(--utrecht-link-color));
661
- text-decoration: var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));
662
- outline-width: var(--utrecht-focus-outline-width, 0);
663
- outline-style: var(--utrecht-focus-outline-style, solid);
664
- outline-color: var(--utrecht-focus-outline-color, transparent);
665
- color: var(--utrecht-focus-color, inherit);
666
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
667
- outline-offset: 0;
668
- background-color: var(--utrecht-focus-background-color);
669
- }
670
-
671
- /* stylelint-disable-next-line block-no-empty */
672
- .utrecht-link--telephone {
673
- white-space: nowrap;
674
- }
675
-
676
- /**
677
- * @license EUPL-1.2
678
- * Copyright (c) 2021 Gemeente Utrecht
679
- */
680
- .utrecht-mapcontrolbutton {
681
- color: var(--utrecht-mapcontrolbutton-color);
682
- border-color: var(--utrecht-mapcontrolbutton-border-color);
683
- background-color: var(--utrecht-mapcontrolbutton-background-color);
684
- border-radius: var(--utrecht-mapcontrolbutton-border-radius);
685
- border-width: var(--utrecht-mapcontrolbutton-border-width);
686
- border-style: var(--utrecht-mapcontrolbutton-border-style);
687
- width: var(--utrecht-mapcontrolbutton-width);
688
- height: var(--utrecht-mapcontrolbutton-height);
689
- display: flex;
690
- flex-direction: column;
691
- align-items: center;
692
- justify-content: center;
693
- }
694
-
695
- .utrecht-mapcontrolbutton .utrecht-mapcontrolbutton-polygon {
696
- fill: var(--utrecht-mapcontrolbutton-color);
697
- }
698
-
699
- .utrecht-mapcontrolbutton:disabled,
700
- .utrecht-mapcontrolbutton--disabled {
701
- color: var(--utrecht-mapcontrolbutton-disabled-color);
702
- background-color: var(--utrecht-mapcontrolbutton-disabled-background-color);
703
- border-color: var(--utrecht-mapcontrolbutton-disabled-border-color);
704
- }
705
-
706
- .utrecht-mapcontrolbutton--disabled .utrecht-mapcontrolbutton-polygon {
707
- fill: var(--utrecht-mapcontrolbutton-disabled-color);
708
- }
709
-
710
- .utrecht-mapcontrolbutton--focus,
711
- .utrecht-mapcontrolbutton:not(.utrecht-mapcontrolbutton--disabled):focus {
712
- outline-width: var(--utrecht-focus-outline-width, 0);
713
- outline-style: var(--utrecht-focus-outline-style, solid);
714
- outline-color: var(--utrecht-focus-outline-color, transparent);
715
- color: var(--utrecht-focus-color, inherit);
716
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
717
- outline-offset: 0;
718
- background-color: var(--utrecht-focus-background-color);
719
- }
720
-
721
- .utrecht-mapcontrolbutton--focus .utrecht-mapcontrolbutton-polygon {
722
- fill: var(--utrecht-mapcontrolbutton-focus-color, var(--utrecht-mapcontrolbutton-color));
723
- }
724
-
725
- .utrecht-mapcontrolbutton--hover:not(:disabled),
726
- .utrecht-mapcontrolbutton:hover:not(:disabled):not(.utrecht-mapcontrolbutton--disabled) {
727
- color: var(--utrecht-mapcontrolbutton-color);
728
- background-color: var(--utrecht-mapcontrolbutton-hover-background-color);
729
- }
730
-
731
- .utrecht-mapcontrolbutton--hover .utrecht-mapcontrolbutton-polygon {
732
- fill: var(--utrecht-mapcontrolbutton-color);
733
- }
734
-
735
- .utrecht-menulijst {
736
- border-top: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
737
- border-bottom: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
738
- font-family: var(--document-font-family);
739
- padding-block-start: var(--utrecht-space-block-sm);
740
- padding-block-end: var(--utrecht-space-block-sm);
741
- padding-inline-start: 0;
742
- }
743
-
744
- .utrecht-menulijst__item {
745
- margin-block-start: var(--utrecht-space-block-sm);
746
- margin-block-end: var(--utrecht-space-block-sm);
747
- list-style: none;
748
- }
749
-
750
- .utrecht-menulijst__item a:link {
751
- display: block;
752
- color: var(--utrecht-menulijst-item-color, var(--utrecht-link-color, blue));
753
- font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
754
- background-image: url("./pijltje.svg");
755
- background-repeat: no-repeat;
756
- background-position: 0 0.25em;
757
- padding-inline-start: var(--utrecht-space-block-md);
758
- text-decoration: none;
759
- }
760
-
761
- .utrecht-menulijst__item a:hover {
762
- color: var(--utrecht-menulijst-item-hover-color, var(--utrecht-link-hover-color, red));
763
- }
764
-
765
- .utrecht-menulijst__link--focus {
766
- outline-width: var(--utrecht-focus-outline-width, 0);
767
- outline-style: var(--utrecht-focus-outline-style, solid);
768
- outline-color: var(--utrecht-focus-outline-color, transparent);
769
- color: var(--utrecht-focus-color, inherit);
770
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
771
- outline-offset: 0;
772
- background-color: var(--utrecht-focus-background-color);
773
- }
774
-
775
- /**
776
- * @license EUPL-1.2
777
- * Copyright (c) 2021 Gemeente Utrecht
778
- * Copyright (c) 2021 A Herring
779
- */
780
- /**
781
- * @license EUPL-1.2
782
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
783
- * Copyright (c) 2021 Gemeente Utrecht
784
- */
785
- .utrecht-navhtml {
786
- font-family: var(--utrecht-font-family-sans-serif);
787
- }
788
-
789
- .utrecht-sidenav {
790
- padding-block-start: 0;
791
- padding-block-end: 0;
792
- margin-block-start: 0;
793
- margin-block-end: 0;
794
- width: 13rem;
795
- border-block-start: 1px solid var(--utrecht-color-grey-80);
796
- border-block-end: 1px solid var(--utrecht-color-grey-80);
797
- }
798
-
799
- .utrecht-sidenav__list {
800
- padding-block-start: 0;
801
- padding-block-end: 0;
802
- margin-block-start: 0.2rem;
803
- margin-block-end: 0;
804
- padding-inline-start: 0;
805
- }
806
-
807
- .utrecht-sidenav__list ul {
808
- padding-block-start: 0;
809
- padding-block-end: 0;
810
- margin-block-end: 0;
811
- padding-inline-start: 1.2rem;
812
- }
813
-
814
- .utrecht-sidenav__item,
815
- .utrecht-sidenav__sibling__item {
816
- list-style: none;
817
- position: relative;
818
- margin-inline-start: 0;
819
- }
820
-
821
- .utrecht-sidenav__item:last-child {
822
- border-block-end: none;
823
- }
824
-
825
- /*draw the li item box bottom line*/
826
- .utrecht-sidenav__item span:not(.utrecht-sidenav__item:last-child span, .utrecht-sidenav__item--has-children span:first-of-type) {
827
- display: block;
828
- border-block-end: 1px solid var(--utrecht-color-grey-80);
829
- margin-inline-start: var(--utrecht-space-inline-sm);
830
- }
831
-
832
- /*Remove bottom padding form first item in list with children*/
833
- .utrecht-sidenav__item .utrecht-sidenav__link--has-children {
834
- padding-block-end: 0;
835
- }
836
-
837
- .utrecht-sidenav__child__item {
838
- list-style: none;
839
- }
840
-
841
- .utrecht-sidenav__link,
842
- .utrecht-sidenav__link--sibling {
843
- display: block;
844
- color: var(--utrecht-sidenav-link-color, var(--utrecht-link-color, blue));
845
- padding-block-start: var(--utrecht-space-block-xs);
846
- padding-block-end: var(--utrecht-space-block-xs);
847
- padding-inline-start: var(--utrecht-space-inline-lg);
848
- padding-inline-end: var(--utrecht-space-inline-3xs);
849
- margin-inline-start: 0;
850
- text-decoration: none;
851
- }
852
-
853
- /*How to select the parent of the nestsed UL to remove the bottom padding of te link item*/
854
- .utrecht-sidenav__link--child,
855
- .utrecht-sidenav__link--child--current {
856
- display: block;
857
- color: var(--utrecht-sidenav-link-color, var(--utrecht-link-color, blue));
858
- text-decoration: none;
859
- padding-block-start: var(--utrecht-space-block-2xs);
860
- padding-block-end: var(--utrecht-space-block-2xs);
861
- padding-inline-start: var(--utrecht-space-inline-lg);
862
- padding-inline-end: var(--utrecht-space-inline-3xs);
863
- margin-block-start: 0;
864
- margin-block-end: 0;
865
- }
866
-
867
- /*Dot for link with siblings */
868
- .utrecht-sidenav__link::before,
869
- .utrecht-sidenav__link--sibling::before,
870
- .utrecht-sidenav__item:last-child .utrecht-sidenav__link--current::before {
871
- overflow: hidden;
872
- position: absolute;
873
- top: 20px;
874
- /*Hard value?*/
875
- transform: translateY(-50%) translateX(-2.5ch);
876
- content: "";
877
- width: 8px;
878
- height: 8px;
879
- border-radius: 100%;
880
- z-index: 10;
881
- box-shadow: 0 0 2px 2px #fff;
882
- /*Make var*/
883
- }
884
-
885
- .utrecht-sidenav__link::before,
886
- .utrecht-sidenav__link--sibling::before {
887
- background-color: var(--utrecht-sidenav-item-marker-color);
888
- }
889
-
890
- .utrecht-sidenav__link::before,
891
- .utrecht-sidenav__link--sibling::before {
892
- left: 26px;
893
- }
894
-
895
- /*Little fix to move the dot to the right*/
896
- .utrecht-sidenav__link--current::before {
897
- left: 27px;
898
- }
899
-
900
- /* Hover layout for mousover on sidenav__link */
901
- .utrecht-sidenav__link:hover::before,
902
- .utrecht-sidenav__link--sibling:hover::before {
903
- background-color: var(--utrecht-sidenav-link-hover-color);
904
- }
905
-
906
- .utrecht-sidenav__item a:hover {
907
- color: var(--utrecht-sidenav-link-hover-color, var(--utrecht-link-hover-color, red));
908
- text-decoration: underline;
909
- }
910
-
911
- .utrecht-sidenav__item--current {
912
- color: var(--utrecht-sidenav-item-hover-color, var(--utrecht-link-hover-color, red));
913
- }
914
-
915
- /* Draw metro connection lines on sidenav link items */
916
- .utrecht-sidenav__link::after,
917
- .utrecht-sidenav__item:last-child .utrecht-sidenav__link::after {
918
- display: block;
919
- content: "";
920
- overflow: hidden;
921
- width: 3px;
922
- background: var(--utrecht-sidenav-item-marker-color);
923
- position: absolute;
924
- left: 3px;
925
- top: -22px;
926
- /* min-height: 100%;
927
- height: calc(100% + 2px);*/
928
- bottom: 0;
929
- z-index: 5;
930
- }
931
-
932
- /* Draw short metro connection lines on sidenav child link items */
933
- .utrecht-sidenav__item:last-child .utrecht-sidenav__link::after,
934
- .utrecht-sidenav__link--current::after,
935
- .utrecht-sidenav__item--has-children a::after {
936
- min-height: 38px;
937
- height: calc(38px + 2px);
938
- }
939
-
940
- /* Remove first metro line in listing*/
941
- .utrecht-sidenav__item:first-child .utrecht-sidenav__link::after {
942
- content: "";
943
- display: none;
944
- }
945
-
946
- /* Make current link bold */
947
- .utrecht-sidenav__link--current,
948
- .utrecht-sidenav__link--child--current {
949
- font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
950
- }
951
-
952
- .utrecht-sidenav__list--child {
953
- margin-block-start: 0;
954
- margin-block-end: 0;
955
- padding-block-start: 0;
956
- padding-block-end: 0;
957
- padding-inline-start: 1.4rem;
958
- padding-inline-end: 0;
959
- }
960
-
961
- .utrecht-sidenav__item--child {
962
- list-style: none;
963
- position: relative;
964
- border: none;
965
- }
966
-
967
- /*No last border on child item*/
968
- .utrecht-sidenav__item--child:last-child {
969
- border: none;
970
- }
971
-
972
- /* Add dot bullets on child links */
973
- .utrecht-sidenav__link--child::before,
974
- .utrecht-sidenav__link--child--current::before {
975
- overflow: hidden;
976
- position: absolute;
977
- top: 16px;
978
- left: 1.2rem;
979
- transform: translateY(-50%) translateX(-19.5px);
980
- content: "";
981
- width: 4px;
982
- height: 4px;
983
- border-radius: 100%;
984
- border: 2px solid var(--utrecht-sidenav-link-color);
985
- z-index: 10;
986
- }
987
-
988
- .utrecht-sidenav__link--child::before {
989
- background-color: transparent;
990
- }
991
-
992
- /* Make current marker dots bold */
993
- .utrecht-sidenav__link--current::before,
994
- .utrecht-sidenav__link--child--current::before {
995
- background-color: var(--utrecht-sidenav-link-hover-color);
996
- }
997
-
998
- /* Hover layout for mousover on child__link */
999
- .utrecht-sidenav__link--child:hover::before {
1000
- background-color: var(--utrecht-sidenav-link-hover-color);
1001
- border: 2px solid var(--utrecht-sidenav-link-hover-color);
1002
- }
1003
-
1004
- /* remove :after lines in child and sibling links */
1005
- .utrecht-sidenav__item--child:first-child .utrecht-sidenav__link--child--current::after,
1006
- .utrecht-sidenav__link--child::after,
1007
- .utrecht-sidenav__item .utrecht-sidenav__item--child .utrecht-sidenav__link--child::after,
1008
- .utrecht-sidenav__item .utrecht-sidenav__link--sibling::after,
1009
- .utrecht-sidenav__item--sibling:last-child .utrecht-sidenav__link--sibling::after {
1010
- display: none;
1011
- }
1012
-
1013
- .utrecht-sidenav__link:focus,
1014
- .utrecht-sidenav__link--focus {
1015
- outline-width: var(--utrecht-focus-outline-width, 0);
1016
- outline-style: var(--utrecht-focus-outline-style, solid);
1017
- outline-color: var(--utrecht-focus-outline-color, transparent);
1018
- color: var(--utrecht-focus-color, inherit);
1019
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
1020
- outline-offset: 0;
1021
- background-color: var(--utrecht-focus-background-color);
1022
- }
1023
-
1024
- /**
1025
- * @license EUPL-1.2
1026
- * Copyright (c) 2021 Gemeente Utrecht
1027
- * Copyright (c) 2021 A Herring
1028
- */
1029
- .utrecht-navhtml {
1030
- font-family: var(--utrecht-font-family-sans-serif);
1031
- }
1032
-
1033
- .utrecht-topnav__list {
1034
- list-style: none;
1035
- list-style-image: none;
1036
- overflow: visible;
1037
- display: flex;
1038
- justify-content: space-between;
1039
- background-color: var(--utrecht-topnav-list-background-color);
1040
- padding-inline-start: 0;
1041
- padding-inline-end: 0;
1042
- padding-block-start: 0;
1043
- padding-block-end: 0;
1044
- margin-block-start: 0;
1045
- margin-block-end: 0;
1046
- }
1047
-
1048
- .utrecht-topnav__item {
1049
- flex: 1 0 auto;
1050
- border-inline-end: 1px solid var(--utrecht-topnav-list-border-color);
1051
- text-align: center;
1052
- margin-inline-start: 0;
1053
- }
1054
-
1055
- .utrecht-topnav__item li:first-child {
1056
- border-inline-start: 1px solid var(--utrecht-topnav-list-border-color);
1057
- padding-inline-start: 0;
1058
- }
1059
-
1060
- .utrecht-topnav__link {
1061
- color: var(--utrecht-topnav-link-color);
1062
- text-decoration: none;
1063
- display: block;
1064
- padding-block-start: 1rem;
1065
- padding-block-end: 1rem;
1066
- }
1067
-
1068
- .utrecht-topnav__link:hover {
1069
- text-decoration: underline;
1070
- background-color: var(--utrecht-topnav-link-hover-background-color);
1071
- color: var(--utrecht-topnav-link-color);
1072
- }
1073
-
1074
- .utrecht-topnav__link--current {
1075
- text-decoration: underline;
1076
- background-color: var(--utrecht-topnav-list-background-active);
1077
- }
1078
-
1079
- .utrecht-topnav__link:focus,
1080
- .utrecht-topnav__link--focus {
1081
- outline-width: var(--utrecht-focus-outline-width, 0);
1082
- outline-style: var(--utrecht-focus-outline-style, solid);
1083
- outline-color: var(--utrecht-focus-outline-color, transparent);
1084
- color: var(--utrecht-focus-color, inherit);
1085
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
1086
- outline-offset: 0;
1087
- background-color: var(--utrecht-focus-background-color);
1088
- color: var(--utrecht-topnav-link-color);
1089
- }
1090
-
1091
- /**
1092
- * @license EUPL-1.2
1093
- * Copyright (c) 2021 Gemeente Utrecht
1094
- * Copyright (c) 2021 A Herring
1095
- */
1096
- .utrecht-navhtml {
1097
- font-family: var(--utrecht-font-family-sans-serif);
1098
- }
1099
-
1100
- .utrecht-topnav__list {
1101
- list-style: none;
1102
- list-style-image: none;
1103
- overflow: visible;
1104
- display: flex;
1105
- justify-content: space-between;
1106
- background-color: var(--utrecht-topnav-list-background-color);
1107
- padding-inline-start: 0;
1108
- padding-inline-end: 0;
1109
- padding-block-start: 0;
1110
- padding-block-end: 0;
1111
- margin-block-start: 0;
1112
- margin-block-end: 0;
1113
- }
1114
-
1115
- .utrecht-topnav__item {
1116
- flex: 1 0 auto;
1117
- border-inline-end: 1px solid var(--utrecht-topnav-list-border-color);
1118
- text-align: center;
1119
- margin-inline-start: 0;
1120
- }
1121
-
1122
- .utrecht-topnav__item li:first-child {
1123
- border-inline-start: 1px solid var(--utrecht-topnav-list-border-color);
1124
- padding-inline-start: 0;
1125
- }
1126
-
1127
- .utrecht-topnav__link {
1128
- color: var(--utrecht-topnav-link-color);
1129
- text-decoration: none;
1130
- display: block;
1131
- padding-block-start: 1rem;
1132
- padding-block-end: 1rem;
1133
- }
1134
-
1135
- .utrecht-topnav__link:hover {
1136
- text-decoration: underline;
1137
- background-color: var(--utrecht-topnav-link-hover-background-color);
1138
- color: var(--utrecht-topnav-link-color);
1139
- }
1140
-
1141
- .utrecht-topnav__link--current {
1142
- text-decoration: underline;
1143
- background-color: var(--utrecht-topnav-list-background-active);
1144
- }
1145
-
1146
- .utrecht-topnav__link--focus {
1147
- outline: 2px var(--utrecht-topnav-link-focus-border-type) var(--utrecht-topnav-link-focus-outline-color);
1148
- color: var(--utrecht-topnav-link-focus-color, var(--utrecht-topnav-link-color));
1149
- /*-webkit-box-shadow: 0 0 0 2px var(--utrecht-link-focus-box-shadow-color);*/
1150
- box-shadow: 0 0 0 2px var(--utrecht-topnav-link-focus-box-shadow-color);
1151
- outline-offset: 0;
1152
- text-decoration: var(--utrecht-topnav-link-focus-text-decoration, var(--utrecht-topnav-link-text-decoration, underline));
1153
- background-color: var(--utrecht-topnav-link-focus-background-color);
1154
- /*#ffd633*/
1155
- }
1156
-
1157
- /**
1158
- * @license EUPL-1.2
1159
- * Copyright (c) 2021 Robbert Broersma
1160
- * Copyright (c) 2021 Gemeente Utrecht
1161
- */
1162
- .utrecht-ordered-list {
1163
- font-family: var(--utrecht-document-font-family, inherit);
1164
- }
1165
-
1166
- .utrecht-ordered-list--distanced {
1167
- margin-block-end: var(--utrecht-ordered-list-margin-block-end);
1168
- margin-block-start: var(--utrecht-ordered-list-margin-block-start);
1169
- }
1170
-
1171
- .utrecht-ordered-list__item {
1172
- margin-block-end: var(--utrecht-ordered-list-item-margin-block-end);
1173
- margin-block-start: var(--utrecht-ordered-list-item-margin-block-start);
1174
- }
1175
-
1176
- /**
1177
- * @license EUPL-1.2
1178
- * Copyright (c) 2021 Gemeente Utrecht
1179
- * Copyright (c) 2021 Robbert Broersma
1180
- */
1181
- .utrecht-page-footer {
1182
- font-family: var(--utrecht-document-font-family);
1183
- font-size: var(--utrecht-document-font-size);
1184
- background-color: var(--utrecht-page-footer-background-color);
1185
- background-image: var(--utrecht-page-footer-background-image);
1186
- color: var(--utrecht-page-footer-color);
1187
- padding-block-start: var(--utrecht-page-footer-padding-block-start);
1188
- padding-inline-end: var(--utrecht-page-footer-padding-inline-end);
1189
- padding-block-end: var(--utrecht-page-footer-padding-block-end);
1190
- padding-inline-start: var(--utrecht-page-footer-padding-inline-start);
1191
- --utrecht-document-color: currentColor;
1192
- --utrecht-heading-color: currentColor;
1193
- --utrecht-link-color: currentColor;
1194
- --utrecht-link-focus-color: currentColor;
1195
- --utrecht-link-hover-color: currentColor;
1196
- --utrecht-link-active-color: currentColor;
1197
- --utrecht-link-visited-color: currentColor;
1198
- }
1199
-
1200
- .utrecht-page-footer__address--reset-address {
1201
- /* reset <address> */
1202
- font-style: inherit;
1203
- margin-block-start: 0;
1204
- margin-block-end: 0;
1205
- }
1206
-
1207
- /**
1208
- * @license EUPL-1.2
1209
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1210
- */
1211
- .utrecht-paragraph {
1212
- color: var(--utrecht-document-color, inherit);
1213
- font-family: var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));
1214
- font-size: var(--utrecht-paragraph-font-size, var(--utrecht-document-font-size, inherit));
1215
- font-weight: var(--utrecht-paragraph-font-weight, inherit);
1216
- line-height: var(--utrecht-paragraph-line-height, var(--utrecht-document-line-height, inherit));
1217
- }
1218
-
1219
- .utrecht-paragraph--lead {
1220
- font-size: var(--utrecht-paragraph-lead-font-size, inherit);
1221
- font-weight: var(--utrecht-paragraph-lead-font-weight, inherit);
1222
- line-height: var(--utrecht-paragraph-lead-line-height, inherit);
1223
- }
1224
-
1225
- .utrecht-paragraph--distanced {
1226
- margin-block-start: var(--utrecht-paragraph-margin-block-start);
1227
- margin-block-end: var(--utrecht-paragraph-margin-block-end);
1228
- }
1229
-
1230
- /**
1231
- * @license EUPL-1.2
1232
- * Copyright (c) 2021 Gemeente Utrecht
1233
- */
1234
- .utrecht-radio-button {
1235
- /* reset native margin for input[type="radio"] */
1236
- margin-block-start: 0;
1237
- margin-block-end: 0;
1238
- margin-inline-start: 0;
1239
- margin-inline-end: 0;
1240
- }
1241
-
1242
- /**
1243
- * @license EUPL-1.2
1244
- * Copyright (c) 2021 Gemeente Utrecht
1245
- */
1246
- .utrecht-search-bar {
1247
- --utrecht-button-border-color: var(--utrecht-search-bar-button-border-color);
1248
- --utrecht-button-focus-transform-scale: var(--utrecht-search-bar-hover-transform);
1249
- --utrecht-button-font-size: var(--utrecht-search-bar-button-font-size);
1250
- --utrecht-button-font-weight: var(--utrecht-search-bar-button-font-weight);
1251
- --utrecht-button-letter-spacing: var(--utrecht-search-bar-button-letter-spacing);
1252
- --utrecht-button-primary-action-background-color: var(--utrecht-search-bar-button-background-color);
1253
- --utrecht-button-primary-action-color: var(--utrecht-search-bar-button-color);
1254
- --utrecht-button-primary-action-hover-background-color: var(--utrecht-search-bar-hover-background-color);
1255
- --utrecht-button-text-transform: var(--utrecht-search-bar-button-text-transform);
1256
- --utrecht-button-primary-action-hover-background-color: var(--utrecht-searchbar-hover-background-color);
1257
- --utrecht-button-focus-transform-scale: var(--utrecht-searchbar-hover-background-transform);
1258
- --utrecht-textbox-border-color: var(--utrecht-search-bar-textbox-border-color);
1259
- --utrecht-textbox-padding-inline-start: var(--utrecht-search-bar-textbox-padding-inline-start);
1260
- --utrecht-textbox-border-bottom-width: var(--utrecht-search-bar-textbox-border-bottom-width);
1261
- display: flex;
1262
- }
1263
-
1264
- .utrecht-search-bar__input {
1265
- background-image: url("./icoon-zoek-rood.svg");
1266
- background-position-x: var(--utrecht-search-bar-textbox-background-position-x);
1267
- background-position-y: var(--utrecht-search-bar-textbox-background-position-y);
1268
- background-repeat: no-repeat;
1269
- background-size: var(--utrecht-search-bar-textbox-background-size);
1270
- }
1271
-
1272
- /**
1273
- * @license EUPL-1.2
1274
- * Copyright (c) 2021 Gemeente Utrecht
1275
- * Copyright (c) 2021 Robbert Broersma
1276
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1277
- */
1278
- .utrecht-separator {
1279
- border-style: solid;
1280
- border-color: var(--utrecht-separator-color);
1281
- border-width: 0 0 var(--utrecht-separator-width) 0;
1282
- margin-block-start: var(--utrecht-separator-margin-block-start);
1283
- margin-block-end: var(--utrecht-separator-margin-block-end);
1284
- }
1285
-
1286
- /**
1287
- * @license EUPL-1.2
1288
- * Copyright (c) 2021 Robbert Broersma
1289
- */
1290
- .utrecht-table {
1291
- border-collapse: collapse;
1292
- width: 100%;
1293
- }
1294
-
1295
- .utrecht-table--distanced {
1296
- margin-block-end: var(--utrecht-table-margin-block-end);
1297
- margin-block-start: var(--utrecht-table-margin-block-start);
1298
- }
1299
-
1300
- .utrecht-table__caption {
1301
- font-weight: var(--utrecht-table-caption-font-weight);
1302
- font-family: var(--utrecht-table-caption-font-family);
1303
- font-size: var(--utrecht-table-caption-font-size);
1304
- color: var(--utrecht-table-caption-color);
1305
- line-height: var(--utrecht-table-caption-line-height);
1306
- margin-block-end: var(--utrecht-table-caption-margin-block-end);
1307
- text-align: var(--utrecht-table-caption-text-align, center);
1308
- }
1309
-
1310
- .utrecht-table__header {
1311
- font-weight: var(--utrecht-table-header-font-weight);
1312
- color: var(--utrecht-table-header-color);
1313
- text-transform: var(--utrecht-table-header-text-transform);
1314
- vertical-align: bottom;
1315
- }
1316
-
1317
- .utrecht-table__cell--last-header-row {
1318
- border-block-end-style: solid;
1319
- border-block-end-color: var(--utrecht-table-header-border-block-end-color, transparent);
1320
- border-block-end-width: var(--utrecht-table-header-border-block-end-width, 0);
1321
- }
1322
-
1323
- .utrecht-table__body {
1324
- vertical-align: baseline;
1325
- }
1326
-
1327
- .utrecht-table__heading {
1328
- font-weight: var(--utrecht-table-heading-font-weight);
1329
- color: var(--utrecht-table-heading-color);
1330
- text-transform: var(--utrecht-table-heading-text-transform);
1331
- }
1332
-
1333
- .utrecht-table__cell {
1334
- border-block-end-style: solid;
1335
- border-block-end-color: var(--utrecht-table-row-border-block-end-color, transparent);
1336
- border-block-end-width: var(--utrecht-table-row-border-block-end-width, 0);
1337
- line-height: var(--utrecht-table-cell-line-height, inherit);
1338
- padding-inline-start: var(--utrecht-table-cell-padding-inline-start, 0);
1339
- padding-inline-end: var(--utrecht-table-cell-padding-inline-end, 0);
1340
- padding-block-start: var(--utrecht-table-cell-padding-block-start, 0);
1341
- padding-block-end: var(--utrecht-table-cell-padding-block-end, 0);
1342
- text-align: start;
1343
- }
1344
-
1345
- .utrecht-table__cell--first {
1346
- padding-inline-start: var(--utrecht-table-row-padding-inline-start, var(--utrecht-table-cell-padding-inline-start, 0));
1347
- }
1348
-
1349
- .utrecht-table__cell--last {
1350
- padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
1351
- }
1352
-
1353
- .utrecht-table__cell--numeric {
1354
- /* stylelint-disable-next-line declaration-property-value-disallowed-list */
1355
- text-align: right;
1356
- }
1357
-
1358
- .utrecht-table__row--alternate-odd {
1359
- background-color: var(--utrecht-table-row-alternate-odd-background-color);
1360
- color: var(--utrecht-table-row-alternate-odd-color);
1361
- }
1362
-
1363
- .utrecht-table__row--alternate-even {
1364
- background-color: var(--utrecht-table-row-alternate-even-background-color);
1365
- color: var(--utrecht-table-row-alternate-even-color);
1366
- }
1367
-
1368
- /**
1369
- * @license EUPL-1.2
1370
- * Copyright (c) 2021 Robbert Broersma
1371
- */
1372
- .utrecht-textarea {
1373
- border-width: var(--utrecht-textarea-border-width);
1374
- border-bottom-width: var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width));
1375
- border-color: var(--utrecht-textarea-border-color);
1376
- border-radius: var(--utrecht-textarea-border-radius, 0);
1377
- border-style: solid;
1378
- color: var(--utrecht-textarea-color);
1379
- font-family: var(--utrecht-textarea-font-family);
1380
- font-size: var(--utrecht-textarea-font-size, 1em);
1381
- max-width: var(--utrecht-textarea-max-width);
1382
- padding-block-end: var(--utrecht-textarea-padding-block-end);
1383
- padding-block-start: var(--utrecht-textarea-padding-block-start);
1384
- padding-inline-end: var(--utrecht-textarea-padding-inline-end);
1385
- padding-inline-start: var(--utrecht-textarea-padding-inline-start);
1386
- width: 100%;
1387
- }
1388
-
1389
- .utrecht-textarea--invalid, .utrecht-textarea--html-textarea:invalid, .utrecht-textarea--html-textarea[aria-invalid=true] {
1390
- border-color: var(--utrecht-textarea-invalid-border-color);
1391
- border-width: var(--utrecht-textarea-invalid-border-width);
1392
- }
1393
-
1394
- .utrecht-textarea--disabled, .utrecht-textarea--html-textarea:disabled {
1395
- border-color: var(--utrecht-textarea-disabled-border-color);
1396
- color: var(--utrecht-textarea-disabled-color);
1397
- }
1398
-
1399
- .utrecht-textarea--focus, .utrecht-textarea--html-textarea:focus {
1400
- outline-width: var(--utrecht-focus-outline-width, 0);
1401
- outline-style: var(--utrecht-focus-outline-style, solid);
1402
- outline-color: var(--utrecht-focus-outline-color, transparent);
1403
- color: var(--utrecht-focus-color, inherit);
1404
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
1405
- outline-offset: 0;
1406
- background-color: var(--utrecht-focus-background-color);
1407
- }
1408
-
1409
- .utrecht-textarea--read-only, .utrecht-textarea--html-textarea:read-only {
1410
- border-color: var(--utrecht-textarea-read-only-border-color);
1411
- color: var(--utrecht-textarea-read-only-color);
1412
- }
1413
-
1414
- /**
1415
- * @license EUPL-1.2
1416
- * Copyright (c) 2021 Robbert Broersma
1417
- */
1418
- .utrecht-textbox {
1419
- border-width: var(--utrecht-textbox-border-width);
1420
- border-bottom-width: var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width));
1421
- border-color: var(--utrecht-textbox-border-color);
1422
- border-radius: var(--utrecht-textbox-border-radius, 0);
1423
- border-style: solid;
1424
- color: var(--utrecht-textbox-color);
1425
- font-family: var(--utrecht-textbox-font-family);
1426
- font-size: var(--utrecht-textbox-font-size, 1em);
1427
- max-width: var(--utrecht-textbox-max-width);
1428
- padding-block-end: var(--utrecht-textbox-padding-block-end);
1429
- padding-block-start: var(--utrecht-textbox-padding-block-start);
1430
- padding-inline-end: var(--utrecht-textbox-padding-inline-end);
1431
- padding-inline-start: var(--utrecht-textbox-padding-inline-start);
1432
- box-sizing: border-box;
1433
- width: 100%;
1434
- }
1435
-
1436
- .utrecht-textbox--invalid, .utrecht-textbox--html-input:invalid, .utrecht-textbox--html-input[aria-invalid=true] {
1437
- border-color: var(--utrecht-textbox-invalid-border-color);
1438
- border-width: var(--utrecht-textbox-invalid-border-width);
1439
- }
1440
-
1441
- .utrecht-textbox--disabled, .utrecht-textbox--html-input:disabled {
1442
- border-color: var(--utrecht-textbox-disabled-border-color);
1443
- color: var(--utrecht-textbox-disabled-color);
1444
- }
1445
-
1446
- .utrecht-textbox--focus, .utrecht-textbox--html-input:focus {
1447
- outline-width: var(--utrecht-focus-outline-width, 0);
1448
- outline-style: var(--utrecht-focus-outline-style, solid);
1449
- outline-color: var(--utrecht-focus-outline-color, transparent);
1450
- color: var(--utrecht-focus-color, inherit);
1451
- box-shadow: 0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);
1452
- outline-offset: 0;
1453
- background-color: var(--utrecht-focus-background-color);
1454
- }
1455
-
1456
- .utrecht-textbox--read-only, .utrecht-textbox--html-input:read-only {
1457
- border-color: var(--utrecht-textbox-read-only-border-color);
1458
- color: var(--utrecht-textbox-read-only-color);
1459
- }
1460
-
1461
- /**
1462
- * @license EUPL-1.2
1463
- * Copyright (c) 2021 Robbert Broersma
1464
- * Copyright (c) 2021 Gemeente Utrecht
1465
- */
1466
- .utrecht-unordered-list {
1467
- font-family: var(--utrecht-document-font-family, inherit);
1468
- font-size: var(--utrecht-document-font-size, inherit);
1469
- line-height: var(--utrecht-document-line-height, inherit);
1470
- padding-inline-start: 2ch;
1471
- }
1472
-
1473
- .utrecht-unordered-list--distanced {
1474
- margin-block-start: var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start));
1475
- margin-block-end: var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end));
1476
- }
1477
-
1478
- .utrecht-unordered-list--nested {
1479
- margin-inline-start: 2ch;
1480
- margin-block-end: 0;
1481
- }
1482
-
1483
- .utrecht-unordered-list__item {
1484
- padding-inline-start: 1ch;
1485
- margin-block-start: var(--utrecht-unordered-list-item-margin-block-start);
1486
- margin-block-end: var(--utrecht-unordered-list-item-margin-block-end);
1487
- }
1488
-
1489
- .utrecht-unordered-list__item::marker,
1490
- .utrecht-unordered-list__marker {
1491
- color: var(--utrecht-unordered-list-marker-color);
1492
- content: "●";
1493
- }