@missing-elements/h5p-offline-player 0.1.0

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.
Files changed (59) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +273 -0
  3. package/dist/VERSION +1 -0
  4. package/dist/frame-assets/MANIFEST.json +4 -0
  5. package/dist/frame-assets/fonts/h5p-core-30.woff2 +0 -0
  6. package/dist/frame-assets/fonts/h5p-hub-publish.woff +0 -0
  7. package/dist/frame-assets/fonts/h5p-hub-publish.woff2 +0 -0
  8. package/dist/frame-assets/fonts/h5p-theme.woff2 +0 -0
  9. package/dist/frame-assets/fonts/inter/Inter-ExtraBold.woff2 +0 -0
  10. package/dist/frame-assets/fonts/inter/Inter-ExtraBoldItalic.woff2 +0 -0
  11. package/dist/frame-assets/fonts/inter/LICENSE.txt +92 -0
  12. package/dist/frame-assets/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2 +0 -0
  13. package/dist/frame-assets/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600italic.woff2 +0 -0
  14. package/dist/frame-assets/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-italic.woff2 +0 -0
  15. package/dist/frame-assets/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2 +0 -0
  16. package/dist/frame-assets/fonts/open-sans/OFL.txt +88 -0
  17. package/dist/frame-assets/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600.woff2 +0 -0
  18. package/dist/frame-assets/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600italic.woff2 +0 -0
  19. package/dist/frame-assets/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700.woff2 +0 -0
  20. package/dist/frame-assets/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700italic.woff2 +0 -0
  21. package/dist/frame-assets/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-italic.woff2 +0 -0
  22. package/dist/frame-assets/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-regular.woff2 +0 -0
  23. package/dist/frame-assets/frame.bundle.js +1 -0
  24. package/dist/frame-assets/images/h5p.svg +16 -0
  25. package/dist/frame-assets/images/throbber.gif +0 -0
  26. package/dist/frame-assets/main.bundle.js +2 -0
  27. package/dist/frame-assets/styles/h5p-fonts.css +103 -0
  28. package/dist/frame-assets/styles/h5p.css +1643 -0
  29. package/dist/h5p-player.js +1780 -0
  30. package/dist/h5p-sw-mount.js +88 -0
  31. package/dist/h5p-sw.js +88 -0
  32. package/package.json +81 -0
  33. package/types/h5p-offline-player.d.ts +154 -0
  34. package/types/jobs/chunk-writer.d.ts +16 -0
  35. package/types/jobs/jobs-worker.d.ts +1 -0
  36. package/types/node/tsconfig.node.tsbuildinfo +1 -0
  37. package/types/node/vite.config.d.ts +6 -0
  38. package/types/node/vite.demo.config.d.ts +2 -0
  39. package/types/node/vite.plugins.d.ts +19 -0
  40. package/types/shared/chunk-store.d.ts +104 -0
  41. package/types/shared/constants.d.ts +67 -0
  42. package/types/shared/entry-names.d.ts +29 -0
  43. package/types/shared/eviction.d.ts +16 -0
  44. package/types/shared/forward-index.d.ts +85 -0
  45. package/types/shared/idb.d.ts +9 -0
  46. package/types/shared/locks.d.ts +14 -0
  47. package/types/shared/mime.d.ts +7 -0
  48. package/types/shared/mp4.d.ts +41 -0
  49. package/types/shared/pkg-id.d.ts +21 -0
  50. package/types/shared/protocol.d.ts +232 -0
  51. package/types/shared/range.d.ts +16 -0
  52. package/types/shared/source.d.ts +57 -0
  53. package/types/shared/stream-utils.d.ts +7 -0
  54. package/types/sw/frame-document.d.ts +19 -0
  55. package/types/sw/mount.d.ts +17 -0
  56. package/types/sw/package-reader.d.ts +242 -0
  57. package/types/sw/routes.d.ts +26 -0
  58. package/types/sw/stream-utils.d.ts +9 -0
  59. package/types/sw/sw-entry.d.ts +1 -0
@@ -0,0 +1,1643 @@
1
+ @font-face {
2
+ font-display: swap;
3
+ font-family: 'Inter';
4
+ font-style: normal;
5
+ font-weight: 400;
6
+ src: url('../fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
7
+ }
8
+ @font-face {
9
+ font-display: swap;
10
+ font-family: 'Inter';
11
+ font-style: italic;
12
+ font-weight: 400;
13
+ src: url('../fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-italic.woff2') format('woff2');
14
+ }
15
+ @font-face {
16
+ font-display: swap;
17
+ font-family: 'Inter';
18
+ font-style: normal;
19
+ font-weight: 600;
20
+ src: url('../fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2');
21
+ }
22
+ @font-face {
23
+ font-display: swap;
24
+ font-family: 'Inter';
25
+ font-style: italic;
26
+ font-weight: 600;
27
+ src: url('../fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600italic.woff2') format('woff2');
28
+ }
29
+ @font-face {
30
+ font-display: swap;
31
+ font-family: 'Inter';
32
+ font-style: normal;
33
+ font-weight: 800;
34
+ src: url('../fonts/inter/Inter-ExtraBold.woff2') format('woff2');
35
+ }
36
+ @font-face {
37
+ font-display: swap;
38
+ font-family: 'Inter';
39
+ font-style: italic;
40
+ font-weight: 800;
41
+ src: url('../fonts/inter/Inter-ExtraBoldItalic.woff2') format('woff2');
42
+ }
43
+ @font-face {
44
+ font-display: swap;
45
+ font-family: 'Open Sans';
46
+ font-style: normal;
47
+ font-weight: 400;
48
+ src: url('../fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-regular.woff2') format('woff2');
49
+ }
50
+ @font-face {
51
+ font-display: swap;
52
+ font-family: 'Open Sans';
53
+ font-style: italic;
54
+ font-weight: 400;
55
+ src: url('../fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-italic.woff2') format('woff2');
56
+ }
57
+ @font-face {
58
+ font-display: swap;
59
+ font-family: 'Open Sans';
60
+ font-style: normal;
61
+ font-weight: 600;
62
+ src: url('../fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600.woff2') format('woff2');
63
+ }
64
+ @font-face {
65
+ font-display: swap;
66
+ font-family: 'Open Sans';
67
+ font-style: italic;
68
+ font-weight: 600;
69
+ src: url('../fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600italic.woff2') format('woff2');
70
+ }
71
+ @font-face {
72
+ font-display: swap;
73
+ font-family: 'Open Sans';
74
+ font-style: normal;
75
+ font-weight: 700;
76
+ src: url('../fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700.woff2') format('woff2');
77
+ }
78
+ @font-face {
79
+ font-display: swap;
80
+ font-family: 'Open Sans';
81
+ font-style: italic;
82
+ font-weight: 700;
83
+ src: url('../fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700italic.woff2') format('woff2');
84
+ }
85
+ @font-face {
86
+ font-family: 'h5p';
87
+ src: url('../fonts/h5p-core-30.woff2') format('woff2');
88
+ font-weight: normal;
89
+ font-style: normal;
90
+ }
91
+ @font-face {
92
+ font-family: 'h5p-hub-publish';
93
+ src: url('../fonts/h5p-hub-publish.woff2') format('woff2');
94
+ font-weight: normal;
95
+ font-style: normal;
96
+ font-display: block;
97
+ }
98
+ @font-face {
99
+ font-family: 'h5p-theme';
100
+ src: url('../fonts/h5p-theme.woff2') format('woff2');
101
+ font-weight: normal;
102
+ font-style: normal;
103
+ }
104
+ html.h5p-iframe, html.h5p-iframe > body {
105
+ font-family: Sans-Serif; /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
106
+ width: 100%;
107
+ height: 100%;
108
+ margin: 0;
109
+ padding: 0;
110
+ }
111
+ html.h5p-iframe .h5p-theme,
112
+ html.h5p-iframe > body .h5p-theme,
113
+ .h5peditor .h5p-theme {
114
+ font-family: var(
115
+ --h5p-theme-font-name
116
+ ); /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
117
+ }
118
+ .h5p-semi-fullscreen, .h5p-fullscreen, html.h5p-iframe .h5p-container {
119
+ overflow: hidden;
120
+ }
121
+ .h5p-content {
122
+ position: relative;
123
+ background: #fefefe;
124
+ border: 1px solid #EEE;
125
+ border-bottom: none;
126
+ box-sizing: border-box;
127
+ -moz-box-sizing: border-box;
128
+ }
129
+ .h5p-noselect
130
+ {
131
+ -khtml-user-select: none;
132
+ -ms-user-select: none;
133
+ -moz-user-select: none;
134
+ -webkit-user-select: none;
135
+ user-select: none;
136
+ }
137
+ html.h5p-iframe .h5p-content {
138
+ font-size: 16px;
139
+ line-height: 1.5em;
140
+ width: 100%;
141
+ height: auto;
142
+ -webkit-text-size-adjust: none;
143
+ text-size-adjust: none;
144
+ }
145
+ html.h5p-iframe .h5p-fullscreen .h5p-content,
146
+ html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
147
+ height: 100%;
148
+ }
149
+ .h5p-content.h5p-no-frame,
150
+ .h5p-fullscreen .h5p-content,
151
+ .h5p-semi-fullscreen .h5p-content {
152
+ border: 0;
153
+ }
154
+ .h5p-container {
155
+ position: relative;
156
+ z-index: 1;
157
+ overflow: hidden;
158
+ }
159
+ .h5p-iframe-wrapper.h5p-fullscreen {
160
+ background-color: #000;
161
+ }
162
+ body.h5p-semi-fullscreen {
163
+ position: fixed;
164
+ width: 100%;
165
+ height: 100%;
166
+ }
167
+ .h5p-container.h5p-semi-fullscreen {
168
+ position: fixed;
169
+ top: 0;
170
+ left: 0;
171
+ z-index: 101;
172
+ width: 100%;
173
+ height: 100%;
174
+ background-color: #FFF;
175
+ }
176
+
177
+ .h5p-content-controls {
178
+ margin: 0;
179
+ position: absolute;
180
+ right: 0;
181
+ top: 0;
182
+ z-index: 3;
183
+ }
184
+ .h5p-fullscreen .h5p-content-controls {
185
+ display: none;
186
+ }
187
+
188
+ .h5p-content-controls > a:link, .h5p-content-controls > a:visited, a.h5p-disable-fullscreen:link, a.h5p-disable-fullscreen:visited {
189
+ color: #e5eef6;
190
+ }
191
+
192
+ .h5p-theme .h5p-content-controls .h5p-enable-fullscreen:before {
193
+ font-family: 'h5p-theme';
194
+ font-weight: bold;
195
+ content: "\e915";
196
+ }
197
+ .h5p-theme .h5p-content-controls .h5p-disable-fullscreen:before {
198
+ font-family: 'h5p-theme';
199
+ font-weight: bold;
200
+ content: "\e914";
201
+ }
202
+ .h5p-theme .h5p-content-controls .h5p-enable-fullscreen, .h5p-theme .h5p-content-controls .h5p-disable-fullscreen {
203
+ cursor: pointer;
204
+ color: #EEE;
205
+ background: rgb(0,0,0);
206
+ background: rgba(0,0,0,0.3);
207
+ font-size: var(--h5p-theme-font-size-m);
208
+ text-indent: 0.04em;
209
+ padding: var(--h5p-theme-spacing-xs);
210
+ }
211
+
212
+ .h5p-theme .h5p-content-controls .h5p-enable-fullscreen:focus-visible, .h5p-theme .h5p-content-controls .h5p-disable-fullscreen:focus-visible {
213
+ outline: 2px ridge var(--h5p-theme-contrast-cta-white);
214
+ border-radius: 4px;
215
+ outline-offset: 2px;
216
+ }
217
+
218
+ .h5p-enable-fullscreen:before {
219
+ font-family: 'H5P';
220
+ content: "\e88c";
221
+ }
222
+ .h5p-disable-fullscreen:before {
223
+ font-family: 'H5P';
224
+ content: "\e891";
225
+ }
226
+ .h5p-enable-fullscreen, .h5p-disable-fullscreen {
227
+ cursor: pointer;
228
+ color: #EEE;
229
+ background: rgb(0,0,0);
230
+ background: rgba(0,0,0,0.3);
231
+ line-height: 0.975em;
232
+ font-size: 2em;
233
+ width: 1.125em;
234
+ height: 1em;
235
+ text-indent: 0.04em;
236
+ }
237
+ .h5p-disable-fullscreen {
238
+ line-height: 0.925em;
239
+ width: 1.1em;
240
+ height: 0.9em;
241
+ }
242
+
243
+ .h5p-enable-fullscreen:focus,
244
+ .h5p-disable-fullscreen:focus {
245
+ outline-style: solid;
246
+ outline-width: 1px;
247
+ outline-offset: 0.25em;
248
+ }
249
+
250
+ .h5p-enable-fullscreen:hover, .h5p-disable-fullscreen:hover {
251
+ background: rgba(0,0,0,0.5);
252
+ }
253
+ .h5p-content-controls.themed .h5p-enable-fullscreen:hover, .h5p-content-controls.themed .h5p-disable-fullscreen:hover {
254
+ background: rgba(0,0,0,0.5);
255
+ }
256
+ .h5p-semi-fullscreen .h5p-enable-fullscreen {
257
+ display: none;
258
+ }
259
+
260
+ div.h5p-fullscreen {
261
+ width: 100%;
262
+ height: 100%;
263
+ }
264
+ .h5p-iframe-wrapper {
265
+ width: auto;
266
+ height: auto;
267
+ }
268
+
269
+ .h5p-fullscreen .h5p-iframe-wrapper,
270
+ .h5p-semi-fullscreen .h5p-iframe-wrapper {
271
+ width: 100%;
272
+ height: 100%;
273
+ }
274
+
275
+ .h5p-iframe-wrapper.h5p-semi-fullscreen {
276
+ width: auto;
277
+ height: auto;
278
+ background: black;
279
+ position: fixed;
280
+ top: 0;
281
+ left: 0;
282
+ right: 0;
283
+ bottom: 0;
284
+ z-index: 100001;
285
+ }
286
+ .h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
287
+ position: absolute;
288
+ top: 0;
289
+ right: 0;
290
+ z-index: 20;
291
+ }
292
+ .h5p-iframe-wrapper iframe.h5p-iframe {
293
+ /* Hack for IOS landscape / portrait */
294
+ width: 10px;
295
+ min-width: 100%;
296
+ *width: 100%;
297
+ /* End of hack */
298
+ height: 100%;
299
+ z-index: 10;
300
+ overflow: hidden;
301
+ border: 0;
302
+ display: block;
303
+ }
304
+
305
+ .h5p-content ul.h5p-actions {
306
+ box-sizing: border-box;
307
+ -moz-box-sizing: border-box;
308
+ list-style: none;
309
+ padding: 0px 10px;
310
+ margin: 0;
311
+ height: 25px;
312
+ font-size: 12px;
313
+ background: #FAFAFA;
314
+ border-top: 1px solid #EEE;
315
+ border-bottom: 1px solid #EEE;
316
+ clear: both;
317
+ font-family: Sans-Serif;
318
+ }
319
+ .h5p-fullscreen .h5p-actions, .h5p-semi-fullscreen .h5p-actions {
320
+ display: none;
321
+ }
322
+ .h5p-actions > .h5p-button {
323
+ float: left;
324
+ cursor: pointer;
325
+ margin: 0 0.5em 0 0;
326
+ background: none;
327
+ padding: 0 0.75em 0 0.25em;
328
+ vertical-align: top;
329
+ color: #707070;
330
+ text-decoration: none;
331
+ outline: none;
332
+ line-height: 22px;
333
+ }
334
+ .h5p-actions button:hover {
335
+ color: #333;
336
+ }
337
+ .h5p-actions button:active,
338
+ .h5p-actions button:focus,
339
+ .h5p-actions .h5p-link:active,
340
+ .h5p-actions .h5p-link:focus {
341
+ color: #666;
342
+ }
343
+ .h5p-actions button {
344
+ display: inline-flex;
345
+ padding: 0;
346
+ margin: 0;
347
+ color: #6A6A6A;
348
+ position: relative;
349
+
350
+ /* Disable default button style */
351
+ background: none;
352
+ border: none;
353
+ font: inherit;
354
+ cursor: pointer;
355
+
356
+ line-height: 2;
357
+ }
358
+ .h5p-actions button:focus,
359
+ .h5p-actions .h5p-link:focus {
360
+ outline-style: solid;
361
+ outline-width: thin;
362
+ outline-offset: -2px;
363
+ outline-color: #5981A1;
364
+ }
365
+ .h5p-actions button:before {
366
+ font-family: 'H5P';
367
+ font-size: 20px;
368
+ line-height: 23px;
369
+ vertical-align: bottom;
370
+ padding-right: 0;
371
+ }
372
+ .h5p-actions > .h5p-button.h5p-export > button:before {
373
+ content: "\e90b";
374
+ }
375
+ .h5p-actions > .h5p-button.h5p-copyrights > button:before {
376
+ content: "\e88f";
377
+ }
378
+ .h5p-actions > .h5p-button.h5p-embed > button:before {
379
+ content: "\e892";
380
+ }
381
+ .h5p-actions .h5p-link {
382
+ float: right;
383
+ margin-right: 0;
384
+ font-size: 2.0em;
385
+ line-height: 23px;
386
+ position: relative;
387
+ color: #6a6a6a;
388
+ text-decoration: none;
389
+ outline: none;
390
+ }
391
+ .h5p-actions .h5p-link:before {
392
+ font-family: 'H5P';
393
+ content: "\e88e";
394
+ vertical-align: bottom;
395
+ }
396
+ .h5p-actions > li {
397
+ margin: 0;
398
+ list-style: none;
399
+ }
400
+ .h5p-popup-dialog {
401
+ position: absolute;
402
+ top: 0;
403
+ left: 0;
404
+ width: 100%;
405
+ min-height: 100%;
406
+ z-index: 100;
407
+ padding: 2em;
408
+ box-sizing: border-box;
409
+ -moz-box-sizing: border-box;
410
+ opacity: 0;
411
+ -webkit-transition: opacity 0.2s;
412
+ -moz-transition: opacity 0.2s;
413
+ -o-transition: opacity 0.2s;
414
+ transition: opacity 0.2s;
415
+ background:#000;
416
+ background:rgba(0,0,0,0.75);
417
+ }
418
+ .h5p-popup-dialog.h5p-open {
419
+ opacity: 1;
420
+ }
421
+ .h5p-popup-dialog .h5p-inner {
422
+ box-sizing: border-box;
423
+ -moz-box-sizing: border-box;
424
+ background: #fff;
425
+ height: 100%;
426
+ max-height: 100%;
427
+ position: relative;
428
+ }
429
+ .h5p-popup-dialog .h5p-inner > h2 {
430
+ position: absolute;
431
+ box-sizing: border-box;
432
+ -moz-box-sizing: border-box;
433
+ width: 100%;
434
+ margin: 0;
435
+ background: #eee;
436
+ display: block;
437
+ color: #656565;
438
+ font-size: 1.25em;
439
+ padding: 0.325em 0.5em 0.25em;
440
+ line-height: 1.25em;
441
+ border-bottom: 1px solid #ccc;
442
+ z-index: 2;
443
+ }
444
+ .h5p-popup-dialog .h5p-inner > h2 > a {
445
+ font-size: 12px;
446
+ margin-left: 1em;
447
+ }
448
+ /* TODO: Fix the color of the link */
449
+ .h5p-theme .h5p-popup-dialog .h5p-inner > h2 > a{
450
+ color: var(--h5p-theme-main-cta-base);
451
+ }
452
+ .h5p-embed-dialog .h5p-inner,
453
+ .h5p-reuse-dialog .h5p-inner,
454
+ .h5p-content-user-data-reset-dialog .h5p-inner {
455
+ min-width: 316px;
456
+ max-width: 400px;
457
+ left: 50%;
458
+ top: 50%;
459
+ transform: translateX(-50%);
460
+ }
461
+ .h5p-theme .h5p-embed-dialog .h5p-inner,
462
+ .h5p-theme .h5p-reuse-dialog .h5p-inner,
463
+ .h5p-theme .h5p-content-user-data-reset-dialog .h5p-inner {
464
+ max-width: 45rem !important;
465
+ min-width: 35rem !important;
466
+ }
467
+ .h5p-content:has(.h5p-theme) .h5p-embed-dialog .h5p-embed-code-container,
468
+ .h5p-content:has(.h5p-theme) .h5p-embed-size{
469
+ border: 1px solid var(--h5p-theme-stroke-1);
470
+ background-color: var(--h5p-theme-ui-base);
471
+ padding: var(--h5p-theme-spacing-xs);
472
+ font-size: var(--h5p-theme-font-size-m);
473
+ line-height: 1;
474
+ min-height: var(--h5p-theme-spacing-l);
475
+ letter-spacing: normal;
476
+ color: var(--h5p-theme-text-third);
477
+ border-radius: var(--h5p-theme-border-radius-medium);
478
+ }
479
+ .h5p-content:has(.h5p-theme) .h5p-content-copyrights {
480
+ border-left: none;
481
+ margin-left: 0;
482
+ padding-left: 0;
483
+ border-left: solid 2px var(--h5p-theme-alternative-dark);
484
+ padding: 5px;
485
+ }
486
+ .h5p-content:has(.h5p-theme) .h5p-media-copyright{
487
+ border: solid 1px var(--h5p-theme-alternative-dark);
488
+ padding: var(--h5p-theme-spacing-s);
489
+ background: var(--h5p-theme-alternative-light);
490
+ border-radius: var(--h5p-theme-border-radius-medium);
491
+ margin-bottom: 1rem;
492
+ }
493
+ .h5p-embed-dialog .h5p-embed-code-container,
494
+ .h5p-embed-size {
495
+ resize: none;
496
+ outline: none;
497
+ width: 100%;
498
+ padding: 0.375em 0.5em 0.25em;
499
+ margin: 0;
500
+ overflow: hidden;
501
+ border: 1px solid #ccc;
502
+ box-shadow: 0 1px 2px 0 #d0d0d0 inset;
503
+ font-size: 0.875em;
504
+ letter-spacing: 0.065em;
505
+ font-family: sans-serif;
506
+ white-space: pre;
507
+ line-height: 1.5em;
508
+ height: 2.0714em;
509
+ background: #f5f5f5;
510
+ box-sizing: border-box;
511
+ -moz-box-sizing: border-box;
512
+ }
513
+ .h5p-content:has(.h5p-theme) .h5p-embed-dialog .h5p-embed-code-container{
514
+ display: block;
515
+
516
+ }
517
+ .h5p-embed-dialog .h5p-embed-code-container:focus {
518
+ height: 5em;
519
+ }
520
+ .h5p-embed-size {
521
+ width: 3.5em;
522
+ text-align: right;
523
+ margin: 0.5em 0;
524
+ line-height: 2em;
525
+ }
526
+ .h5p-popup-dialog .h5p-scroll-content {
527
+ border-top: 2.25em solid transparent;
528
+ padding: 1em;
529
+ box-sizing: border-box;
530
+ -moz-box-sizing: border-box;
531
+ color: #555555;
532
+ z-index: 1;
533
+ }
534
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-scroll-content {
535
+ color: var(--h5p-theme-text-secondary);
536
+ }
537
+ .h5p-popup-dialog.h5p-open .h5p-scroll-content {
538
+ overflow: auto;
539
+ overflow-x: hidden;
540
+ overflow-y: auto;
541
+ height: 100%;
542
+ }
543
+ .h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar {
544
+ width: 8px;
545
+ }
546
+ .h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-track {
547
+ background: #e0e0e0;
548
+ }
549
+ .h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-thumb {
550
+ box-shadow: 0 0 10px #000 inset;
551
+ border-radius: 4px;
552
+ }
553
+ .h5p-popup-dialog .h5p-close {
554
+ cursor: pointer;
555
+ font-size: 2em;
556
+ position: absolute;
557
+ right: 0;
558
+ top: 0;
559
+ width: 1.125em;
560
+ height: 1.125em;
561
+ line-height: 1.125em;
562
+ color: #656565;
563
+ cursor: pointer;
564
+ text-indent: -0.065em;
565
+ z-index: 3
566
+ }
567
+ .h5p-popup-dialog .h5p-close:after {
568
+ font-family: 'H5P';
569
+ content: "\e894";
570
+ }
571
+ .h5p-popup-dialog .h5p-close:focus-visible {
572
+ outline: 2px ridge var(--h5p-theme-contrast-cta-white);
573
+ outline-offset: 2px;
574
+ }
575
+ .h5p-popup-dialog .h5p-close:hover:after,
576
+ .h5p-popup-dialog .h5p-close:focus:after {
577
+ color: #454545;
578
+ }
579
+ .h5p-popup-dialog .h5p-close:active:after {
580
+ color: #252525;
581
+ }
582
+ .h5p-poopup-dialog h2 {
583
+ margin: 0.25em 0 0.5em;
584
+ }
585
+ .h5p-popup-dialog h3 {
586
+ margin: 0.75em 0 0.25em;
587
+ }
588
+ .h5p-popup-dialog dl {
589
+ margin: 0.25em 0 0.75em;
590
+ }
591
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog dl{
592
+ margin: 0.25em 0 0.25em;
593
+ }
594
+
595
+ .h5p-popup-dialog dt {
596
+ float: left;
597
+ margin: 0 0.75em 0 0;
598
+ font-weight: bold;
599
+ }
600
+ .h5p-popup-dialog dt:after {
601
+ content: ':';
602
+ }
603
+ .h5p-popup-dialog dd {
604
+ margin: 0;
605
+ }
606
+ .h5p-expander {
607
+ cursor: pointer;
608
+ font-size: 1.125em;
609
+ margin: 0.5em 0 0;
610
+ display: inline-block;
611
+ }
612
+ .h5p-content:has(.h5p-theme) .h5p-expander{
613
+ border: solid 1px var(--h5p-theme-stroke-1);
614
+ padding: var(--h5p-theme-spacing-xs);
615
+ border-radius: var(--h5p-theme-border-radius-medium);
616
+ font-size: var(--h5p-theme-font-size-m);
617
+ background-color: var(--h5p-theme-alternative-base);
618
+ }
619
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog dt{
620
+ margin: 0 0.25em 0 0;
621
+ }
622
+ .h5p-expander:before {
623
+ content: "+";
624
+ width: 1em;
625
+ display: inline-block;
626
+ font-weight: bold;
627
+ }
628
+ .h5p-expander.h5p-open:before {
629
+ content: "-";
630
+ text-indent: 0.125em;
631
+ }
632
+ .h5p-expander:hover,
633
+ .h5p-expander:focus {
634
+ color: #303030;
635
+ }
636
+ .h5p-expander:active {
637
+ color: #202020;
638
+ }
639
+ .h5p-expander-content {
640
+ display: none;
641
+ }
642
+ .h5p-expander-content p {
643
+ margin: 0.5em 0;
644
+ }
645
+ .h5p-content-copyrights {
646
+ border-left: 0.25em solid #d0d0d0;
647
+ margin-left: 0.25em;
648
+ padding-left: 0.25em;
649
+ }
650
+ .h5p-throbber {
651
+ background: url('../images/throbber.gif?ver=1.2.1') 10px center no-repeat;
652
+ padding-left: 38px;
653
+ min-height: 30px;
654
+ line-height: 30px;
655
+ }
656
+ .h5p-dialog-ok-button {
657
+ cursor: default;
658
+ float: right;
659
+ outline: none;
660
+ border: 2px solid #ccc;
661
+ padding: 0.25em 0.75em 0.125em;
662
+ background: #eee;
663
+ }
664
+ .h5p-dialog-ok-button:hover,
665
+ .h5p-dialog-ok-button:focus {
666
+ background: #fafafa;
667
+ }
668
+ .h5p-dialog-ok-button:focus-visible {
669
+ outline: 2px ridge var(--h5p-theme-contrast-cta-white);
670
+ outline-offset: 2px;
671
+ }
672
+ .h5p-dialog-ok-button:active {
673
+ background: #eeffee;
674
+ }
675
+ .h5p-big-button {
676
+ line-height: 1.25;
677
+ display: block;
678
+ position: relative;
679
+ cursor: pointer;
680
+ width: 100%;
681
+ padding: 1em 1em 1em 3.75em;
682
+ text-align: left;
683
+ border: 1px solid #dedede;
684
+ background: linear-gradient(#ffffff, #f1f1f2);
685
+ border-radius: 0.25em;
686
+ }
687
+ .h5p-big-button:before {
688
+ font-family: 'h5p';
689
+ content: "\e893";
690
+ line-height: 1;
691
+ font-size: 3em;
692
+ color: #2747f7;
693
+ position: absolute;
694
+ left: 0.125em;
695
+ top: 0.125em;
696
+ }
697
+ .h5p-copy-button:before {
698
+ content: "\e905";
699
+ }
700
+ .h5p-big-button:hover {
701
+ border: 1px solid #2747f7;
702
+ background: #eff1fe;
703
+ }
704
+ .h5p-big-button:active {
705
+ border: 1px solid #dedede;
706
+ background: #dfe4fe;
707
+ }
708
+ .h5p-button-title {
709
+ color: #2747f7;
710
+ font-size: 15px;
711
+ font-weight: bold;
712
+ margin-bottom: 0.5em;
713
+ }
714
+ .h5p-button-description {
715
+ color: #757575;
716
+ }
717
+ .h5p-horizontal-line-text {
718
+ border-top: 1px solid #dadada;
719
+ line-height: 1;
720
+ color: #474747;
721
+ text-align: center;
722
+ position: relative;
723
+ margin: 1.25em 0;
724
+ }
725
+ .h5p-horizontal-line-text > span {
726
+ background: white;
727
+ padding: 0.5em;
728
+ position: absolute;
729
+ top: -1em;
730
+ left: 50%;
731
+ transform: translateX(-50%);
732
+ }
733
+ .h5p-toast {
734
+ font-size: 0.75em;
735
+ background-color: rgba(0, 0, 0, 0.9);
736
+ color: #fff;
737
+ z-index: 110;
738
+ position: absolute;
739
+ padding: 0 0.5em;
740
+ line-height: 2;
741
+ border-radius: 4px;
742
+ white-space: nowrap;
743
+ pointer-events: none;
744
+ top: 0;
745
+ opacity: 1;
746
+ visibility: visible;
747
+ transition: opacity 1s;
748
+ }
749
+ .h5p-toast-disabled {
750
+ opacity: 0;
751
+ visibility: hidden;
752
+ }
753
+ .h5p-content code,
754
+ .h5peditor code {
755
+ color: #3d3d3d;
756
+ background: #e0e0e0;
757
+ border-radius: 2px;
758
+ padding: 0 5px;
759
+ }
760
+ .h5p-content pre > code,
761
+ .h5peditor pre > code {
762
+ background-color: #fafafa;
763
+ padding: 5px;
764
+ display: block;
765
+ line-height: normal;
766
+ border: 1px solid #c7c7c7;
767
+ border-left-width: 4px;
768
+ max-width: 100%;
769
+ white-space: pre;
770
+ overflow: auto;
771
+ }
772
+
773
+
774
+ /* This is loaded as part of Core and not Editor since this needs to be outside the editor iframe */
775
+ .h5peditor-semi-fullscreen {
776
+ width: 100%;
777
+ height: 100%;
778
+ position: fixed;
779
+ top: 0;
780
+ left: 0;
781
+ right: 0;
782
+ bottom: 0;
783
+ z-index: 101;
784
+ }
785
+ iframe.h5peditor-semi-fullscreen {
786
+ background: #fff;
787
+ z-index: 100001;
788
+ }
789
+
790
+ .h5p-content.using-mouse *:not(textarea):focus {
791
+ outline: none !important;
792
+ }
793
+
794
+ .h5p-content-hub-button:before {
795
+ font-family: "h5p";
796
+ margin-right: 0.5em;
797
+ font-size: 0.7em;
798
+ line-height: 1;
799
+ }
800
+
801
+ .h5p-content-hub-button.unpublish:before {
802
+ content: "\e917";
803
+ }
804
+
805
+ .h5p-content-hub-button.waiting:before,
806
+ .h5p-content-hub-button.sync:before {
807
+ content: "\e916";
808
+ }
809
+
810
+ .h5p-content-hub-button.waiting:before {
811
+ display: inline-block;
812
+ animation: rotate 2s linear infinite;
813
+ }
814
+
815
+ @keyframes rotate {
816
+ to {
817
+ transform: rotate(360deg);
818
+ }
819
+ }
820
+
821
+ .h5p-confirmation-dialog-background {
822
+ position: fixed;
823
+ height: 100%;
824
+ width: 100%;
825
+ left: 0;
826
+ top: 0;
827
+ background: rgba(44, 44, 44, 0.9);
828
+ background-color: hsl(from var(--h5p-theme-main-cta-base) h calc(s * 0.3) 18% / 40%);
829
+ opacity: 1;
830
+ visibility: visible;
831
+ -webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0s;
832
+ transition: opacity 0.1s linear 0s, visibility 0s linear 0s;
833
+ z-index: 201;
834
+ }
835
+ .h5p-confirmation-dialog-background.hidden {
836
+ display: none;
837
+ }
838
+ .h5p-confirmation-dialog-background.hiding {
839
+ opacity: 0;
840
+ visibility: hidden;
841
+ -webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0.1s;
842
+ transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
843
+ }
844
+ .h5p-confirmation-dialog-popup:focus {
845
+ outline: none;
846
+ }
847
+ .h5p-confirmation-dialog-popup {
848
+ position: absolute;
849
+ display: flex;
850
+ flex-direction: column;
851
+ justify-content: center;
852
+ box-sizing: border-box;
853
+ max-width: 35em;
854
+ min-width: 25em;
855
+ top: 2em;
856
+ left: 50%;
857
+ -webkit-transform: translate(-50%, 0%);
858
+ -ms-transform: translate(-50%, 0%);
859
+ transform: translate(-50%, 0%);
860
+ color: #555;
861
+ -webkit-transition: transform 0.1s ease-in;
862
+ transition: transform 0.1s ease-in;
863
+ }
864
+ .h5p-confirmation-dialog-popup.hidden {
865
+ -webkit-transform: translate(-50%, 50%);
866
+ -ms-transform: translate(-50%, 50%);
867
+ transform: translate(-50%, 50%);
868
+ }
869
+ .h5p-confirmation-dialog-header {
870
+ padding: 1.5em;
871
+ background: #fff;
872
+ color: #356593;
873
+ }
874
+ .h5p-confirmation-dialog-header-text {
875
+ font-size: 1.25em;
876
+ }
877
+ .h5p-confirmation-dialog-body {
878
+ background: #fafbfc;
879
+ border-top: solid 1px #dde0e9;
880
+ padding: 1.25em 1.5em;
881
+ }
882
+ .h5p-confirmation-dialog-text {
883
+ margin-bottom: 1.5em;
884
+ }
885
+ .h5p-confirmation-dialog-buttons {
886
+ float: right;
887
+ }
888
+ button.h5p-confirmation-dialog-exit:visited, button.h5p-confirmation-dialog-exit:link, button.h5p-confirmation-dialog-exit {
889
+ position: absolute;
890
+ background: none;
891
+ border: none;
892
+ font-size: 2.5em;
893
+ top: -0.9em;
894
+ right: -1.15em;
895
+ color: #fff;
896
+ cursor: pointer;
897
+ text-decoration: none;
898
+ }
899
+ button.h5p-confirmation-dialog-exit:focus, button.h5p-confirmation-dialog-exit:hover {
900
+ color: #E4ECF5;
901
+ }
902
+ .h5p-confirmation-dialog-exit:before {
903
+ font-family: "H5P";
904
+ content: "\e890";
905
+ }
906
+ .h5p-core-button.h5p-confirmation-dialog-confirm-button {
907
+ @media screen and (max-width: 576px) {
908
+ padding-left: 1.5rem;
909
+
910
+ span {
911
+ display: none;
912
+ }
913
+ }
914
+
915
+ padding-left: 0.75em;
916
+ margin-bottom: 0;
917
+ }
918
+ .h5p-core-button.h5p-confirmation-dialog-confirm-button:before {
919
+ content: "\e601";
920
+ margin-top: -6px;
921
+ display: inline-block;
922
+ }
923
+ .h5p-confirmation-dialog-popup.offline .h5p-confirmation-dialog-buttons {
924
+ float: none;
925
+ text-align: center;
926
+ }
927
+ .h5p-confirmation-dialog-popup.offline .count-down {
928
+ font-family: Arial;
929
+ margin-top: 0.15em;
930
+ color: #000;
931
+ }
932
+ .h5p-confirmation-dialog-popup.offline .h5p-confirmation-dialog-confirm-button:before {
933
+ content: "\e90b";
934
+ font-weight: normal;
935
+ vertical-align: text-bottom;
936
+ }
937
+ .throbber-wrapper {
938
+ display: none;
939
+ position: absolute;
940
+ height: 100%;
941
+ width: 100%;
942
+ top: 0;
943
+ left: 0;
944
+ z-index: 1;
945
+ background: rgba(44, 44, 44, 0.9);
946
+ background-color: hsl(from var(--h5p-theme-main-cta-base) h calc(s * 0.3) 18% / 40%);
947
+ }
948
+ .throbber-wrapper.show {
949
+ display: block;
950
+ }
951
+ .throbber-wrapper .throbber-container {
952
+ position: absolute;
953
+ top: 50%;
954
+ left: 50%;
955
+ transform: translate(-50%, -50%);
956
+ }
957
+ .throbber-wrapper .sending-requests-throbber {
958
+ position: absolute;
959
+ top: 7em;
960
+ left: 50%;
961
+ transform: translateX(-50%);
962
+ }
963
+ .throbber-wrapper .sending-requests-throbber:before {
964
+ display: block;
965
+ font-family: 'H5P';
966
+ content: "\e90b";
967
+ color: white;
968
+ font-size: 10em;
969
+ animation: request-throbber 1.5s infinite linear;
970
+ }
971
+ @keyframes request-throbber {
972
+ from {
973
+ transform: rotate(0);
974
+ }
975
+ to {
976
+ transform: rotate(359deg);
977
+ }
978
+ }
979
+
980
+ @media (prefers-reduced-motion) {
981
+ .h5p-confirmation-dialog-background {
982
+ -webkit-transition: none;
983
+ transition: none;
984
+
985
+ .h5p-confirmation-dialog-popup {
986
+ -webkit-transition: none;
987
+ transition: none;
988
+ }
989
+
990
+ &.hiding {
991
+ .h5p-confirmation-dialog-popup {
992
+ opacity: 0;
993
+ }
994
+ }
995
+ }
996
+ }
997
+
998
+ /* H5P Theme */
999
+
1000
+ .h5p-theme .h5p-confirmation-dialog-popup {
1001
+ max-width: 45rem;
1002
+ width: calc(80% - 2*var(--h5p-theme-spacing-l));
1003
+ min-width: unset;
1004
+ color: var(--h5p-theme-text-primary);
1005
+ }
1006
+
1007
+ .h5p-theme .h5p-confirmation-dialog-header {
1008
+ display: flex;
1009
+ align-items: center;
1010
+ color: var(--h5p-theme-text-primary);
1011
+ padding: var(--h5p-theme-spacing-m) var(--h5p-theme-spacing-l);
1012
+ font-weight: bold;
1013
+ background-color: var(--h5p-theme-ui-base);
1014
+ border-radius: var(--h5p-theme-border-radius-large) var(--h5p-theme-border-radius-large) 0 0;
1015
+ }
1016
+
1017
+ .h5p-theme .h5p-confirmation-dialog-header-text {
1018
+ font-size: var(--h5p-theme-font-size-xl);
1019
+ margin-right: 3em;
1020
+ }
1021
+
1022
+ .h5p-theme .h5p-confirmation-dialog-body {
1023
+ background: var(--h5p-theme-ui-base);
1024
+ border-top: 0px;
1025
+ padding: 0 var(--h5p-theme-spacing-l) var(--h5p-theme-spacing-l) var(--h5p-theme-spacing-l);
1026
+ border-radius: 0 0 var(--h5p-theme-border-radius-large) var(--h5p-theme-border-radius-large);
1027
+ }
1028
+
1029
+ .h5p-theme button.h5p-confirmation-dialog-exit:visited,
1030
+ .h5p-theme button.h5p-confirmation-dialog-exit:link,
1031
+ .h5p-theme button.h5p-confirmation-dialog-exit {
1032
+ font-size: var(--h5p-theme-font-size-xl);
1033
+ color: var(--h5p-theme-text-primary);
1034
+ top: var(--h5p-theme-spacing-s);
1035
+ right: var(--h5p-theme-spacing-s);
1036
+ line-height: calc(var(--h5p-theme-spacing-s) * 3.0836);
1037
+ padding: 0;
1038
+ }
1039
+
1040
+ .h5p-theme button.h5p-confirmation-dialog-exit:focus-visible {
1041
+ outline: 2px ridge var(--h5p-theme-contrast-cta-white);
1042
+ border-radius: 100%;
1043
+ outline-offset: 2px;
1044
+ }
1045
+
1046
+ .h5p-theme .h5p-confirmation-dialog-exit:before {
1047
+ transform: translateY(-0.48em);
1048
+ font-family: "h5p-theme";
1049
+ content: "\e910";
1050
+ padding: var(--h5p-theme-spacing-s);
1051
+ border-radius: 50%;
1052
+ }
1053
+
1054
+ .h5p-theme .h5p-confirmation-dialog-exit:hover:before {
1055
+ color: var(--h5p-theme-text-primary);
1056
+ background-color: var(--h5p-theme-alternative-base);
1057
+ }
1058
+
1059
+ /* TODO: check if code above makes this redundant */
1060
+ .h5p-theme .h5p-core-button:focus-visible {
1061
+ background-color: var(--h5p-theme-contrast-cta-white);
1062
+ }
1063
+
1064
+ .h5p-theme .h5p-confirmation-dialog-background {
1065
+ background-color: rgba(0,0,0,0.85); /* Fallback color */
1066
+ background-color: hsl(from var(--h5p-theme-main-cta-base) h calc(s * 0.3) 18% / 40%);
1067
+ }
1068
+
1069
+ .h5p-theme .h5p-confirmation-dialog-buttons {
1070
+ container-type: inline-size;
1071
+ container-name: h5p-confirmation-dialog-buttons;
1072
+ display: flex;
1073
+ flex-wrap: wrap;
1074
+ justify-content: flex-end;
1075
+ gap: var(--h5p-theme-spacing-s);
1076
+ width: 100%;
1077
+ }
1078
+
1079
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-secondary-cta {
1080
+ padding-inline: calc(var(--h5p-theme-spacing-l));
1081
+ }
1082
+
1083
+ .h5p-theme .h5p-core-button.h5p-confirmation-dialog-confirm-button:before {
1084
+ content: "\e908";
1085
+ margin-top: unset;
1086
+ font-size: unset;
1087
+ font-family: "h5p-theme";
1088
+ display: inline-block;
1089
+ line-height: unset;
1090
+ padding-right: unset;
1091
+ }
1092
+
1093
+ @container (max-width: 400px) {
1094
+ .h5p-theme .h5p-confirmation-dialog-buttons button.h5p-theme-cancel::before {
1095
+ content: "\e910";
1096
+ font-family: "h5p-theme";
1097
+ font-size: 90%;
1098
+ }
1099
+
1100
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-primary-cta:hover {
1101
+ padding-inline: var(--h5p-theme-spacing-l);
1102
+ }
1103
+
1104
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-primary-cta:disabled:before,
1105
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-secondary-cta:disabled:before,
1106
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-primary-cta:before {
1107
+ margin-right: 0;
1108
+ opacity: 1;
1109
+ padding: 0;
1110
+ position: unset;
1111
+ text-indent: 0;
1112
+ transform: translate(0, 0);
1113
+ }
1114
+
1115
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-secondary-cta:before {
1116
+ margin-right: 0;
1117
+ }
1118
+
1119
+ .h5p-theme .h5p-confirmation-dialog-buttons span {
1120
+ display: none;
1121
+ }
1122
+ }
1123
+
1124
+ @container (max-width: 250px) {
1125
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-primary-cta:hover {
1126
+ padding-inline: var(--h5p-theme-spacing-s);
1127
+ }
1128
+ .h5p-theme .h5p-confirmation-dialog-buttons .h5p-theme-secondary-cta {
1129
+ padding-inline: var(--h5p-theme-spacing-s);
1130
+ }
1131
+ }
1132
+
1133
+ button.h5p-core-button:visited,
1134
+ button.h5p-core-button:link,
1135
+ button.h5p-core-button {
1136
+ font-family: "Open Sans", sans-serif;
1137
+ font-weight: 600;
1138
+ font-size: 1em;
1139
+ line-height: 1.2;
1140
+ padding: 0.5em 1.25em;
1141
+ border-radius: 2em;
1142
+
1143
+ background: #2579c6;
1144
+ color: #fff;
1145
+
1146
+ cursor: pointer;
1147
+ border: none;
1148
+ box-shadow: none;
1149
+ outline: none;
1150
+
1151
+ display: inline-block;
1152
+ text-align: center;
1153
+ text-shadow: none;
1154
+ vertical-align: baseline;
1155
+ text-decoration: none;
1156
+
1157
+ -webkit-transition: initial;
1158
+ transition: initial;
1159
+ }
1160
+ button.h5p-core-button:focus {
1161
+ background: #1f67a8;
1162
+ }
1163
+ button.h5p-core-button:hover {
1164
+ background: rgba(31, 103, 168, 0.83);
1165
+ }
1166
+ button.h5p-core-button:active {
1167
+ background: #104888;
1168
+ }
1169
+ button.h5p-core-button:before {
1170
+ font-family: 'H5P';
1171
+ padding-right: 0.15em;
1172
+ font-size: 1.5em;
1173
+ vertical-align: middle;
1174
+ line-height: 0.7;
1175
+ }
1176
+ button.h5p-core-cancel-button:visited,
1177
+ button.h5p-core-cancel-button:link,
1178
+ button.h5p-core-cancel-button {
1179
+ border: none;
1180
+ background: none;
1181
+ color: #a00;
1182
+ margin-right: 1em;
1183
+ font-size: 1em;
1184
+ text-decoration: none;
1185
+ cursor: pointer;
1186
+ }
1187
+ button.h5p-core-cancel-button:hover,
1188
+ button.h5p-core-cancel-button:focus {
1189
+ background: none;
1190
+ border: none;
1191
+ color: #e40000;
1192
+ }
1193
+
1194
+ /* H5P theme */
1195
+
1196
+ .h5p-theme .h5p-core-cancel-button:focus {
1197
+ color: var(--h5p-theme-main-cta-base);
1198
+ border: solid 3px var(--h5p-theme-main-cta-base);
1199
+ }
1200
+
1201
+ .h5p-theme .h5p-core-cancel-button:focus:active {
1202
+ color: var(--h5p-theme-contrast-cta);
1203
+ }
1204
+
1205
+ .h5p-theme .h5p-core-cancel-button:hover {
1206
+ background-color: var(--h5p-theme-main-cta-base);
1207
+ border: solid 3px var(--h5p-theme-main-cta-base);
1208
+ color: var(--h5p-theme-contrast-cta);
1209
+ cursor: pointer;
1210
+ }
1211
+
1212
+ .h5p-theme .h5p-core-button {
1213
+ display: flex;
1214
+ }
1215
+
1216
+ .h5p-theme .h5p-core-button:before {
1217
+ font-family: 'h5p-theme';
1218
+ padding-right: unset;
1219
+ font-size: unset;
1220
+ vertical-align: unset;
1221
+ line-height: unset;
1222
+ }
1223
+
1224
+
1225
+ :root {
1226
+ --h5p-theme-main-cta-base: #006FBF;
1227
+ --h5p-theme-secondary-cta-base: #E3E9F1;
1228
+ --h5p-theme-alternative-base: #F1F5FB;
1229
+ --h5p-theme-background: #F9FBFF;
1230
+ --h5p-theme-focus: #006FBF; /*TODO: not yet in use */
1231
+
1232
+ --h5p-theme-main-cta-light: #007CD6;
1233
+ --h5p-theme-main-cta-dark: #005FA3;
1234
+ --h5p-theme-contrast-cta: #EBF7FF;
1235
+ --h5p-theme-contrast-cta-white: #006FBF;
1236
+
1237
+ --h5p-theme-contrast-cta-light: color-mix(in srgb, var(--h5p-theme-main-cta-base), transparent 90%);
1238
+
1239
+ --h5p-theme-secondary-cta-light: #F5F7FA;
1240
+ --h5p-theme-secondary-cta-dark: #D3DCE9;
1241
+ --h5p-theme-secondary-contrast-cta: #202122;
1242
+ --h5p-theme-secondary-contrast-cta-hover: #EBF7FF;
1243
+
1244
+ --h5p-theme-alternative-light: #F7F9FD;
1245
+ --h5p-theme-alternative-dark: #DBE5F5;
1246
+ --h5p-theme-alternative-darker: #C7D7EF;
1247
+
1248
+ --h5p-theme-text-primary: #101729;
1249
+ --h5p-theme-text-secondary: #354054;
1250
+ --h5p-theme-text-third: #737373;
1251
+ --h5p-theme-ui-base: #FFFFFF;
1252
+ --h5p-theme-stroke-1: #DCDFFA;
1253
+ --h5p-theme-stroke-2: #EDEEFB;
1254
+ --h5p-theme-stroke-3: #E5E5E5;
1255
+ --h5p-theme-border-radius-large: 0.5rem;
1256
+ --h5p-theme-border-radius-medium: 0.375rem;
1257
+ --h5p-theme-border-radius-small: 0.25rem;
1258
+ --h5p-theme-font-name: "Inter", sans-serif;
1259
+
1260
+ --h5p-theme-feedback-correct-main: #256D1D;
1261
+ --h5p-theme-feedback-correct-secondary: #f3fcf0;
1262
+ --h5p-theme-feedback-correct-third: #cff1c2;
1263
+
1264
+ --h5p-theme-feedback-incorrect-main: #a13236;
1265
+ --h5p-theme-feedback-incorrect-secondary: #faf0f4;
1266
+ --h5p-theme-feedback-incorrect-third: #f6dce7;
1267
+
1268
+ --h5p-theme-feedback-neutral-main: #E6C81D;
1269
+ --h5p-theme-feedback-neutral-secondary: #5E4817;
1270
+ --h5p-theme-feedback-neutral-third: #F0EBCB;
1271
+
1272
+ /* SPACING */
1273
+
1274
+ /* Small (default) */
1275
+ --h5p-theme-spacing-xl-primary-small: calc(var(--h5p-theme-spacing-xl-primary-medium)*0.8);
1276
+ --h5p-theme-spacing-primary-small: calc(var(--h5p-theme-spacing-primary-medium)*0.8);
1277
+ --h5p-theme-spacing-secondary-small: calc(var(--h5p-theme-spacing-secondary-medium)*0.8);
1278
+ --h5p-theme-spacing-third-small: calc(var(--h5p-theme-spacing-third-medium)*0.8);
1279
+ --h5p-theme-spacing-fourth-small: calc(var(--h5p-theme-spacing-fourth-medium)*0.8);
1280
+ --h5p-theme-spacing-fifth-small: calc(var(--h5p-theme-spacing-fifth-medium)*0.8);
1281
+
1282
+ --h5p-theme-font-size-xxl-small: calc(var(--h5p-theme-font-size-xxl-medium)*1);
1283
+ --h5p-theme-font-size-xl-small: calc(var(--h5p-theme-font-size-xl-medium)*1);
1284
+ --h5p-theme-font-size-l-small: calc(var(--h5p-theme-font-size-l-medium)*1);
1285
+ --h5p-theme-font-size-m-small: calc(var(--h5p-theme-font-size-m-medium)*1);
1286
+ --h5p-theme-font-size-s-small: calc(var(--h5p-theme-font-size-s-medium)*1);
1287
+
1288
+ /* Medium */
1289
+ --h5p-theme-spacing-xl-primary-medium: calc(var(--h5p-theme-spacing-xl-primary-large)*0.8);
1290
+ --h5p-theme-spacing-primary-medium: calc(var(--h5p-theme-spacing-primary-large)*0.8);
1291
+ --h5p-theme-spacing-secondary-medium: calc(var(--h5p-theme-spacing-secondary-large)*0.8);
1292
+ --h5p-theme-spacing-third-medium: calc(var(--h5p-theme-spacing-third-large)*0.8);
1293
+ --h5p-theme-spacing-fourth-medium: calc(var(--h5p-theme-spacing-fourth-large)*0.8);
1294
+ --h5p-theme-spacing-fifth-medium: calc(var(--h5p-theme-spacing-fifth-large)*0.8);
1295
+
1296
+ --h5p-theme-font-size-xxl-medium: calc(var(--h5p-theme-font-size-xxl-large)*0.9);
1297
+ --h5p-theme-font-size-xl-medium: calc(var(--h5p-theme-font-size-xl-large)*0.9);
1298
+ --h5p-theme-font-size-l-medium: calc(var(--h5p-theme-font-size-l-large)*0.9);
1299
+ --h5p-theme-font-size-m-medium: calc(var(--h5p-theme-font-size-m-large)*0.9);
1300
+ --h5p-theme-font-size-s-medium: calc(var(--h5p-theme-font-size-s-large)*0.9);
1301
+
1302
+ /* Large */
1303
+ --h5p-theme-spacing-xl-primary-large: 3rem;
1304
+ --h5p-theme-spacing-primary-large: 2rem;
1305
+ --h5p-theme-spacing-secondary-large: 1.5rem;
1306
+ --h5p-theme-spacing-third-large: 1rem;
1307
+ --h5p-theme-spacing-fourth-large: 0.65rem;
1308
+ --h5p-theme-spacing-fifth-large: 0.5rem;
1309
+
1310
+ --h5p-theme-font-size-xxl-large: 1.5rem;
1311
+ --h5p-theme-font-size-xl-large: 1.25rem;
1312
+ --h5p-theme-font-size-l-large: 1.125rem;
1313
+ --h5p-theme-font-size-m-large: 1rem;
1314
+ --h5p-theme-font-size-s-large: 0.85rem;
1315
+ }
1316
+
1317
+ .h5p-content,
1318
+ .h5peditor {
1319
+ --h5p-theme-spacing-xl: var(--h5p-theme-spacing-xl-primary-small);
1320
+ --h5p-theme-spacing-l: var(--h5p-theme-spacing-primary-small);
1321
+ --h5p-theme-spacing-m: var(--h5p-theme-spacing-secondary-small);
1322
+ --h5p-theme-spacing-s: var(--h5p-theme-spacing-third-small);
1323
+ --h5p-theme-spacing-xs: var(--h5p-theme-spacing-fourth-small);
1324
+ --h5p-theme-spacing-xxs: var(--h5p-theme-spacing-fifth-small);
1325
+ --h5p-theme-font-size-xxl: var(--h5p-theme-font-size-xxl-small);
1326
+ --h5p-theme-font-size-xl: var(--h5p-theme-font-size-xl-small);
1327
+ --h5p-theme-font-size-l: var(--h5p-theme-font-size-l-small);
1328
+ --h5p-theme-font-size-m: var(--h5p-theme-font-size-m-small);
1329
+ --h5p-theme-font-size-s: var(--h5p-theme-font-size-s-small);
1330
+ --h5p-theme-scaling: 0.6;
1331
+ }
1332
+
1333
+ .h5p-content.h5p-medium,
1334
+ .h5peditor.h5p-medium {
1335
+ --h5p-theme-spacing-xl: var(--h5p-theme-spacing-xl-primary-medium);
1336
+ --h5p-theme-spacing-l: var(--h5p-theme-spacing-primary-medium);
1337
+ --h5p-theme-spacing-m: var(--h5p-theme-spacing-secondary-medium);
1338
+ --h5p-theme-spacing-s: var(--h5p-theme-spacing-third-medium);
1339
+ --h5p-theme-spacing-xs: var(--h5p-theme-spacing-fourth-medium);
1340
+ --h5p-theme-spacing-xxs: var(--h5p-theme-spacing-fifth-medium);
1341
+ --h5p-theme-font-size-xxl: var(--h5p-theme-font-size-xxl-medium);
1342
+ --h5p-theme-font-size-xl: var(--h5p-theme-font-size-xl-medium);
1343
+ --h5p-theme-font-size-l: var(--h5p-theme-font-size-l-medium);
1344
+ --h5p-theme-font-size-m: var(--h5p-theme-font-size-m-medium);
1345
+ --h5p-theme-font-size-s: var(--h5p-theme-font-size-s-medium);
1346
+ --h5p-theme-scaling: 0.8;
1347
+ }
1348
+
1349
+ .h5p-content.h5p-large,
1350
+ .h5peditor.h5p-large {
1351
+ --h5p-theme-spacing-xl: var(--h5p-theme-spacing-xl-primary-large);
1352
+ --h5p-theme-spacing-l: var(--h5p-theme-spacing-primary-large);
1353
+ --h5p-theme-spacing-m: var(--h5p-theme-spacing-secondary-large);
1354
+ --h5p-theme-spacing-s: var(--h5p-theme-spacing-third-large);
1355
+ --h5p-theme-spacing-xs: var(--h5p-theme-spacing-fourth-large);
1356
+ --h5p-theme-spacing-xxs: var(--h5p-theme-spacing-fifth-large);
1357
+ --h5p-theme-font-size-xxl: var(--h5p-theme-font-size-xxl-large);
1358
+ --h5p-theme-font-size-xl: var(--h5p-theme-font-size-xl-large);
1359
+ --h5p-theme-font-size-l: var(--h5p-theme-font-size-l-large);
1360
+ --h5p-theme-font-size-m: var(--h5p-theme-font-size-m-large);
1361
+ --h5p-theme-font-size-s: var(--h5p-theme-font-size-s-large);
1362
+ --h5p-theme-scaling: 1;
1363
+ }
1364
+
1365
+ .h5p-theme .h5p-content {
1366
+ font-family: var(--h5p-theme-font-name);
1367
+ }
1368
+
1369
+ .h5p-theme *:before, .h5p-theme *:after {
1370
+ font-weight: normal;
1371
+ }
1372
+
1373
+ /* Form elements don't naturally inherit font-family */
1374
+ .h5p-theme .h5p-content input, .h5p-theme .h5p-content textarea, .h5p-theme .h5p-content button {
1375
+ font-family: inherit;
1376
+ }
1377
+
1378
+ /* DIALOGS */
1379
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog {
1380
+ background-color: rgba(0,0,0,0.85); /* Fallback color */
1381
+ background-color: hsl(from var(--h5p-theme-main-cta-base) h calc(s * 0.3) 18% / 40%);
1382
+ container-name: h5p-popup-dialog;
1383
+ container-type: inline-size;
1384
+ }
1385
+
1386
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-inner {
1387
+ color: var(--h5p-theme-text-primary);
1388
+ border-radius: var(--h5p-theme-border-radius-large);
1389
+ }
1390
+
1391
+ .h5p-content:has(.h5p-theme) .h5p-reuse-dialog .h5p-inner {
1392
+ max-width: 45rem;
1393
+ width: fit-content;
1394
+ }
1395
+
1396
+ .h5p-content:has(.h5p-theme) .h5p-reuse-dialog.h5p-popup-dialog.h5p-open .h5p-scroll-content {
1397
+ border-top: 0;
1398
+ padding-top: 4.5em;
1399
+ }
1400
+
1401
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog.h5p-reuse-dialog .h5p-inner > h2 {
1402
+ box-shadow: none;
1403
+ }
1404
+
1405
+ .h5p-content:has(.h5p-theme) .h5p-reuse-dialog .h5p-inner > h2 > a {
1406
+ color: var(--h5p-theme-main-cta-base);
1407
+ }
1408
+
1409
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-inner > h2 {
1410
+ background-color: var(--h5p-theme-ui-base);
1411
+ display: flex;
1412
+ align-items: center;
1413
+ color: var(--h5p-theme-text-primary);
1414
+ padding: var(--h5p-theme-spacing-m) var(--h5p-theme-spacing-l);
1415
+ font-weight: bold;
1416
+ border-bottom: 0;
1417
+ background-color: var(--h5p-theme-ui-base);
1418
+ border-radius: var(--h5p-theme-border-radius-large) var(--h5p-theme-border-radius-large) 0 0 ;
1419
+ }
1420
+
1421
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog.h5p-open .h5p-scroll-content {
1422
+ padding: var(--h5p-theme-spacing-xl) var(--h5p-theme-spacing-l) var(--h5p-theme-spacing-l) var(--h5p-theme-spacing-l);
1423
+ display: grid;
1424
+ grid-template-columns: repeat(var(--button-count, 2), 1fr);
1425
+ background: var(--h5p-theme-ui-base);
1426
+ border-radius: var(--h5p-theme-border-radius-large);
1427
+ grid-gap: var(--h5p-theme-spacing-s);
1428
+ }
1429
+
1430
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog.h5p-copyrights-dialog.h5p-open .h5p-scroll-content {
1431
+ grid-template-columns: unset;
1432
+ }
1433
+
1434
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog.h5p-embed-dialog.h5p-open .h5p-scroll-content, .h5p-expander-content,
1435
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog.h5p-content-user-data-reset-dialog.h5p-open .h5p-scroll-content {
1436
+ display: block;
1437
+ }
1438
+
1439
+ /* Same as primary CTA */
1440
+ .h5p-content:has(.h5p-theme) .h5p-dialog-ok-button {
1441
+ padding: var(--h5p-theme-spacing-xs) var(--h5p-theme-spacing-l);
1442
+ background-color: var(--h5p-theme-main-cta-base);
1443
+ color: var(--h5p-theme-contrast-cta);
1444
+ border-radius: var(--h5p-theme-border-radius-medium);
1445
+ font-weight: 600;
1446
+ cursor: pointer;
1447
+ line-height: 1;
1448
+ font-size: var(--h5p-theme-font-size-m);
1449
+ transition: all 0.1s linear 0s;
1450
+ transition-property: text-indent, padding;
1451
+ border: solid 3px var(--h5p-theme-main-cta-base);
1452
+ }
1453
+
1454
+ .h5p-content:has(.h5p-theme) .h5p-dialog-ok-button:hover {
1455
+ background-color: var(--h5p-theme-main-cta-light);
1456
+ border-color: var(--h5p-theme-main-cta-light);
1457
+ }
1458
+
1459
+ .h5p-content:has(.h5p-theme) .h5p-dialog-ok-button:active {
1460
+ background-color: var(--h5p-theme-main-cta-dark);
1461
+ border-color: var(--h5p-theme-main-cta-dark);
1462
+ }
1463
+
1464
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-close {
1465
+ font-size: var(--h5p-theme-font-size-xl);
1466
+ margin: var(--h5p-theme-spacing-xs) var(--h5p-theme-spacing-s);
1467
+ color: var(--h5p-theme-text-primary);
1468
+ text-align: center;
1469
+ }
1470
+
1471
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-close {
1472
+ display: inline-block;
1473
+ padding: var(--h5p-theme-spacing-s);
1474
+ border-radius: 50%;
1475
+ }
1476
+
1477
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-close:after {
1478
+ font-family: "h5p-theme";
1479
+ content: "\e910";
1480
+ }
1481
+
1482
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-close:hover {
1483
+ color: var(--h5p-theme-text-primary);
1484
+ background-color: var(--h5p-theme-alternative-base);
1485
+ }
1486
+
1487
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-horizontal-line-text {
1488
+ display: none;
1489
+ }
1490
+
1491
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-big-button:before {
1492
+ position: unset;
1493
+ font-family: 'h5p-theme';
1494
+ color: var(--h5p-theme-contrast-cta-white);
1495
+ display: block;
1496
+ margin-bottom: var(--h5p-theme-spacing-s);
1497
+ }
1498
+
1499
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-button-title {
1500
+ color: var(--h5p-theme-contrast-cta-white);
1501
+ font-size: var(--h5p-theme-font-size-l);
1502
+ }
1503
+
1504
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-button-description {
1505
+ color: var(--h5p-theme-text-third);
1506
+ font-size: var(--h5p-theme-font-size-s);
1507
+ }
1508
+
1509
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-big-button {
1510
+ padding: var(--h5p-theme-spacing-m);
1511
+ background: var(--h5p-theme-ui-base);
1512
+ border: solid 2px var(--h5p-theme-stroke-2);
1513
+ max-width: 20rem;
1514
+ }
1515
+
1516
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-copy-button:before {
1517
+ content: "\e912";
1518
+ }
1519
+
1520
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-download-button:before {
1521
+ content: "\e911";
1522
+ width: max-content;
1523
+ }
1524
+
1525
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-download-button:disabled:before {
1526
+ content: "\e90d";
1527
+ font-family: "h5p";
1528
+ }
1529
+
1530
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-big-button:hover {
1531
+ background-color: var(--h5p-theme-main-cta-base);
1532
+ }
1533
+
1534
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-big-button:hover.h5p-big-button:before,
1535
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-big-button:hover .h5p-button-title,
1536
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-big-button:hover .h5p-button-description {
1537
+ color: var(--h5p-theme-contrast-cta);
1538
+ }
1539
+
1540
+ @container h5p-popup-dialog (width < 480px) {
1541
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-big-button {
1542
+ max-width: 100%;
1543
+ }
1544
+
1545
+ .h5p-content:has(.h5p-theme) .h5p-popup-dialog.h5p-open .h5p-scroll-content {
1546
+ grid-template-columns: auto;
1547
+ }
1548
+ }
1549
+
1550
+ .h5p-tooltip {
1551
+ display: none;
1552
+ position: absolute;
1553
+
1554
+ z-index: 110;
1555
+
1556
+ font-size: 0.8rem;
1557
+ line-height: 1.2;
1558
+ text-align: left;
1559
+
1560
+ padding: 0.25rem 0.5rem;
1561
+ white-space: normal;
1562
+ word-break: break-all;
1563
+ width: max-content;
1564
+ max-width: min(300px, 90%);
1565
+
1566
+ background: #000;
1567
+ color: #FFF;
1568
+
1569
+ cursor: default;
1570
+ }
1571
+ .h5p-tooltip-narrow {
1572
+ max-width: min(300px, 70%);
1573
+ }
1574
+ .h5p-tooltip-visible {
1575
+ display: block;
1576
+ }
1577
+
1578
+ .h5p-iframe:has(.h5p-theme) .h5p-tooltip {
1579
+ background-color: var(--h5p-theme-text-secondary);
1580
+ color: var(--h5p-theme-ui-base);
1581
+ font-size: var(--h5p-theme-font-size-m);
1582
+ max-width: min(400px, 90%);
1583
+ line-height: 1;
1584
+ /*border: solid 1px var(--h5p-theme-stroke-1);
1585
+ box-shadow: 0 0 0.5em #2c2c2c;*/
1586
+ border-radius: var(--h5p-theme-border-radius-medium);
1587
+ }
1588
+ /* Table styling for content types to imitate ckeditor 5 */
1589
+ .h5p-iframe {
1590
+ /* The figure around the table */
1591
+ figure.table {
1592
+ display: table;
1593
+ table-layout: fixed;
1594
+ margin: 0 auto;
1595
+ padding: 0;
1596
+ float: left;
1597
+
1598
+ /* The actual table */
1599
+ table {
1600
+ border-collapse: collapse;
1601
+ height: 100%;
1602
+ width: 100%;
1603
+ border-spacing: 0;
1604
+ border-width: 1px;
1605
+ border-color: #494949;
1606
+
1607
+ td, th {
1608
+ padding: 1px;
1609
+ border-color: #494949;
1610
+ border-bottom-style: solid;
1611
+ }
1612
+
1613
+ td {
1614
+ border-width: 0.083em;
1615
+ }
1616
+
1617
+ th {
1618
+ text-align: left;
1619
+ border-width: .167em;
1620
+ }
1621
+
1622
+ tr:last-child > td {
1623
+ border-bottom-style: none;
1624
+ }
1625
+ }
1626
+
1627
+ figcaption {
1628
+ background-color: transparent;
1629
+ caption-side: top;
1630
+ color: #333;
1631
+ display: table-caption;
1632
+ font-size: .75em;
1633
+ outline-offset: -1px;
1634
+ padding: .6em;
1635
+ text-align: center;
1636
+ word-break: break-word;
1637
+ }
1638
+ }
1639
+
1640
+ .table-overflow-protection {
1641
+ clear: both;
1642
+ }
1643
+ }