@gcorevideo/player 2.22.23 → 2.22.24

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 (32) hide show
  1. package/assets/subtitles/combobox.ejs +1 -1
  2. package/assets/subtitles/style.scss +0 -1
  3. package/dist/core.js +1 -1
  4. package/dist/index.css +816 -817
  5. package/dist/index.js +48 -31
  6. package/dist/plugins/index.css +848 -849
  7. package/dist/plugins/index.js +47 -29
  8. package/lib/plugins/audio-selector/AudioTracks.d.ts +2 -2
  9. package/lib/plugins/audio-selector/AudioTracks.d.ts.map +1 -1
  10. package/lib/plugins/audio-selector/AudioTracks.js +12 -7
  11. package/lib/plugins/bottom-gear/BottomGear.d.ts +1 -1
  12. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  13. package/lib/plugins/bottom-gear/BottomGear.js +9 -5
  14. package/lib/plugins/subtitles/ClosedCaptions.d.ts +3 -3
  15. package/lib/plugins/subtitles/ClosedCaptions.d.ts.map +1 -1
  16. package/lib/plugins/subtitles/ClosedCaptions.js +27 -19
  17. package/lib/testUtils.d.ts.map +1 -1
  18. package/lib/testUtils.js +1 -0
  19. package/package.json +1 -1
  20. package/src/plugins/audio-selector/AudioTracks.ts +12 -7
  21. package/src/plugins/audio-selector/__tests__/AudioTracks.test.ts +18 -1
  22. package/src/plugins/audio-selector/__tests__/__snapshots__/AudioTracks.test.ts.snap +1 -1
  23. package/src/plugins/bottom-gear/BottomGear.ts +9 -5
  24. package/src/plugins/bottom-gear/__tests__/BottomGear.test.ts +22 -1
  25. package/src/plugins/subtitles/ClosedCaptions.ts +27 -20
  26. package/src/plugins/subtitles/__tests__/ClosedCaptions.test.ts +51 -13
  27. package/src/plugins/subtitles/__tests__/__snapshots__/ClosedCaptions.test.ts.snap +4 -4
  28. package/src/testUtils.ts +1 -0
  29. package/tsconfig.tsbuildinfo +1 -1
  30. package/assets/subtitles/combobox copy.ejs +0 -16
  31. /package/assets/{audio-selector → audio-tracks}/style.scss +0 -0
  32. /package/assets/{audio-selector/track-selector.ejs → audio-tracks/template.ejs} +0 -0
package/dist/index.css CHANGED
@@ -122,176 +122,405 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
- order: 99;
127
- height: 20px;
125
+ }:root {
126
+ --primary-background-color: #000;
127
+ --secondary-background-color: #262626;
128
+ --primary-text-color: #fff;
129
+ --secondary-text-color: #fff4f2;
130
+ --hover-text-color: #f9b090;
131
+ --speedtest-red: #df564d;
132
+ --speedtest-orange: #df934d;
133
+ --speedtest-yellow: #dfd04d;
134
+ --speedtest-light-green: #c2df4d;
135
+ --speedtest-green: #73df4d;
128
136
  }
129
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
137
+
138
+ .clappr-nerd-stats {
139
+ cursor: default;
140
+ }
141
+ .clappr-nerd-stats .stats-box {
130
142
  position: absolute;
131
- right: 16px;
143
+ display: inline-block;
132
144
  bottom: 52px;
133
- width: 250px;
134
- min-height: 48px;
145
+ right: 0;
146
+ top: 0;
147
+ left: 0;
148
+ bottom: 0;
149
+ padding: 0 10px 12px;
150
+ margin: 0;
151
+ line-height: 20px;
152
+ font-size: 12px;
153
+ font-weight: 500;
154
+ background: var(--primary-background-color);
155
+ color: #fff;
156
+ z-index: 20000;
157
+ overflow: auto;
158
+ }
159
+ .clappr-nerd-stats .stats-box-top {
160
+ position: absolute;
161
+ top: 0;
162
+ left: 0;
135
163
  z-index: 9999;
136
- border-radius: 4px;
164
+ width: 100%;
165
+ height: 32px;
166
+ background: var(--primary-background-color);
137
167
  }
138
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
139
- padding: 8px 0;
168
+ .clappr-nerd-stats .stats-box-top .close-button {
169
+ position: absolute;
170
+ right: 12px;
171
+ top: 10px;
172
+ display: block;
173
+ width: 12px;
174
+ height: 12px;
140
175
  }
141
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
142
- margin: 0;
143
- text-align: left;
144
- line-height: 22px;
145
- padding: 5px 14px;
146
- width: 250px;
147
- font-size: 12px;
176
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
177
+ fill: var(--primary-text-color);
178
+ }
179
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
180
+ fill: var(--hover-text-color);
181
+ }
182
+ .clappr-nerd-stats .stats-box-main {
183
+ overflow: hidden;
184
+ margin-top: 44px;
148
185
  display: flex;
149
- align-items: center;
150
- justify-content: flex-start;
151
- gap: 8px;
186
+ flex-wrap: wrap;
152
187
  }
153
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
154
- flex: 24px 0 0;
155
- height: 24px;
188
+ .clappr-nerd-stats .stats-box-main ul {
189
+ flex: 0 1 1fr;
190
+ min-width: 200px;
156
191
  }
157
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
158
- visibility: hidden;
159
- display: inline-block;
192
+ .clappr-nerd-stats .stats-box.wide {
193
+ width: 820px;
160
194
  }
161
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
162
- flex: 0 1 100%;
195
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
196
+ list-style-type: none;
163
197
  }
164
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
165
- flex: 0 0 14px;
166
- height: 24px;
198
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
199
+ padding-left: 2px;
200
+ padding-right: 2px;
201
+ background: var(--primary-background-color);
202
+ gap: 10px;
167
203
  }
168
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
169
- flex: 1 0 auto;
170
- }*, :focus, :visited {
171
- outline: none !important;
204
+ .clappr-nerd-stats .stats-box ul {
205
+ padding: 5px;
206
+ width: 200px;
172
207
  }
173
-
174
- .gear-wrapper .go-back {
175
- font-weight: 600;
176
- font-size: 14px;
177
- line-height: 20px;
178
- width: 100%;
208
+ .clappr-nerd-stats .stats-box ul li {
209
+ position: relative;
210
+ padding: 0 5px;
179
211
  text-align: left;
180
- padding: 12px;
181
- }
182
- .gear-wrapper .go-back .arrow-left-icon {
183
- float: left;
184
- padding-top: 2px;
185
- padding-right: 2px;
186
212
  }
187
- .gear-wrapper .go-back .arrow-left-icon svg {
188
- height: 16px;
213
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
214
+ padding: 0;
189
215
  }
190
- .gear-wrapper ul.gear-sub-menu {
216
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
191
217
  width: 100%;
192
- list-style-type: none;
193
- min-width: 60px;
194
- border-top: 2px solid rgb(36, 36, 36);
195
218
  }
196
- .gear-wrapper ul.gear-sub-menu li {
197
- font-size: 12px;
198
- text-align: left;
219
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
220
+ background: var(--secondary-background-color);
199
221
  }
200
- .gear-wrapper ul.gear-sub-menu li[data-title] {
201
- background-color: #c3c2c2;
202
- padding: 5px;
222
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
223
+ background: var(--secondary-background-color);
203
224
  }
204
- .gear-wrapper ul.gear-sub-menu li a {
205
- display: block;
206
- text-decoration: none;
207
- height: 32px;
208
- padding: 5px 10px;
209
- line-height: 22px;
210
- color: #fffffe;
225
+ .clappr-nerd-stats .stats-box ul li.title {
226
+ text-align: center;
227
+ font-weight: bold;
228
+ padding-bottom: 4px;
229
+ font-size: 14px;
211
230
  }
212
- .gear-wrapper ul.gear-sub-menu li a:hover {
213
- color: white;
214
- background-color: rgba(0, 0, 0, 0.4);
231
+ .clappr-nerd-stats .stats-box ul li div {
232
+ margin: 0;
233
+ position: absolute;
234
+ right: 0;
235
+ top: 0;
215
236
  }
216
- .gear-wrapper ul.gear-sub-menu li a:hover a {
217
- color: white;
218
- text-decoration: none;
237
+
238
+ .desktop .clappr-nerd-stats .stats-box.narrow {
239
+ width: 250px;
219
240
  }
220
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
221
- width: 30px;
222
- height: 20px;
223
- float: left;
224
- display: block;
241
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
242
+ width: 100%;
225
243
  }
226
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
227
- display: none;
244
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
245
+ padding: 0 5px;
246
+ height: auto;
228
247
  }
229
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
230
- display: inline;
231
- }@charset "UTF-8";
232
- .media-control-clips {
233
- display: flex;
234
- gap: 6px;
248
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
249
+ width: 100%;
250
+ flex-direction: column;
235
251
  }
236
- .media-control-clips .media-clip-text {
237
- text-overflow: ellipsis;
238
- white-space: nowrap;
239
- overflow: hidden;
240
- display: inline-block;
241
- text-overflow: ellipsis;
242
- color: white;
243
- cursor: default;
244
- line-height: var(--bottom-panel);
245
- position: relative;
252
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
253
+ width: 100%;
246
254
  }
247
- .media-control-clips .media-clip-text::before {
248
- content: "•";
249
- padding-right: 6px;
255
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
256
+ width: 100%;
250
257
  }
251
- .media-control-clips .media-clip-text {
252
- max-width: 100px;
253
- }.dvr-controls[data-dvr] {
254
- display: inline-block;
255
- color: var(--player-dvr-color);
256
- line-height: 32px;
257
- font-size: 10px;
258
- font-weight: bold;
259
- margin-left: 6px;
260
- height: 40px;
261
- line-height: 40px;
262
- margin-left: 0;
258
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
259
+ padding-top: 12px;
260
+ height: 38px;
261
+ text-align: center;
263
262
  }
264
- .dvr-controls[data-dvr] .live-info {
265
- cursor: default;
266
- text-transform: uppercase;
263
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
264
+ text-align: center;
267
265
  }
268
- .dvr-controls[data-dvr] .live-info:before {
269
- content: "";
270
- display: inline-block;
271
- position: relative;
272
- width: 7px;
273
- height: 7px;
274
- border-radius: 3.5px;
275
- margin-right: 3.5px;
276
- background-color: var(--player-live-color);
266
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
267
+ height: 80px;
277
268
  }
278
- .dvr-controls[data-dvr] .live-info.disabled {
279
- opacity: 0.3;
269
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
270
+ bottom: 0;
271
+ left: 0;
280
272
  }
281
- .dvr-controls[data-dvr] .live-info.disabled:before {
282
- background-color: var(--player-dvr-color);
273
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
274
+ inset: 50% auto auto 50%;
275
+ transform: translate(-50%, -50%);
283
276
  }
284
- .dvr-controls[data-dvr] .live-button {
285
- cursor: pointer;
286
- outline: none;
287
- display: none;
288
- border: 0;
289
- color: var(--player-dvr-color);
290
- background-color: transparent;
291
- height: 32px;
292
- padding: 0;
293
- opacity: 0.7;
294
- text-transform: uppercase;
277
+
278
+ .speed-test-button {
279
+ margin: 10px 0 0;
280
+ color: #000;
281
+ }
282
+
283
+ .speed-test {
284
+ position: absolute;
285
+ top: 0;
286
+ left: 0;
287
+ width: 100%;
288
+ height: 100%;
289
+ z-index: 9999;
290
+ }
291
+ .speed-test .speed-test-header {
292
+ width: 100%;
293
+ height: 32px;
294
+ }
295
+ .speed-test .speed-test-header .close-speed-test {
296
+ float: right;
297
+ margin-right: 5px;
298
+ line-height: 32px;
299
+ cursor: pointer;
300
+ color: var(--primary-text-color);
301
+ }
302
+ .speed-test .speed-test-header .close-speed-test:hover {
303
+ color: var(--hover-text-color);
304
+ }
305
+
306
+ .settings-button {
307
+ float: right;
308
+ margin: 0 12px 0 0;
309
+ height: 40px;
310
+ width: 24px;
311
+ border: none;
312
+ padding: 0;
313
+ }
314
+
315
+ .speedtest-summary {
316
+ width: 100%;
317
+ border-top: 1px solid var(--secondary-background-color) !important;
318
+ border-bottom: 1px solid var(--secondary-background-color) !important;
319
+ display: flex !important;
320
+ flex-direction: column;
321
+ align-items: stretch;
322
+ justify-content: space-between;
323
+ }
324
+ .speedtest-summary .speedtest-summary-header {
325
+ width: 100%;
326
+ padding-top: 4px;
327
+ text-align: left;
328
+ height: 32px;
329
+ font-size: 14px;
330
+ font-weight: 500;
331
+ line-height: 20px;
332
+ }
333
+ .speedtest-summary .speedtest-summary-block {
334
+ position: relative;
335
+ display: flex;
336
+ flex-direction: row;
337
+ width: 100%;
338
+ }
339
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
340
+ width: 50%;
341
+ margin-top: 4px;
342
+ margin-bottom: 12px;
343
+ }
344
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
345
+ padding: 2px;
346
+ width: 248px;
347
+ max-width: 100%;
348
+ }
349
+
350
+ .speedtest-quality {
351
+ width: 100%;
352
+ height: 36px;
353
+ display: flex !important;
354
+ flex-direction: column !important;
355
+ justify-content: space-between !important;
356
+ }
357
+ .speedtest-quality .speedtest-quality-header {
358
+ font-size: 12px;
359
+ height: 20px;
360
+ border-left: 2px solid var(--secondary-background-color) !important;
361
+ background-color: var(--secondary-background-color);
362
+ text-align: left;
363
+ }
364
+ .speedtest-quality-content {
365
+ width: 100%;
366
+ margin-top: 8px;
367
+ height: 8px;
368
+ display: flex !important;
369
+ flex-direction: row !important;
370
+ align-items: stretch !important;
371
+ justify-content: space-between;
372
+ }
373
+ .speedtest-quality-content-item {
374
+ width: 18.8%;
375
+ background-color: #fff;
376
+ }
377
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
378
+ background-color: var(--speedtest-red);
379
+ }
380
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
381
+ background-color: var(--speedtest-orange);
382
+ }
383
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
384
+ background-color: var(--speedtest-yellow);
385
+ }
386
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
387
+ background-color: var(--speedtest-light-green);
388
+ }
389
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
390
+ background-color: var(--speedtest-green);
391
+ }
392
+
393
+ .speedtest-footer {
394
+ position: relative;
395
+ float: left;
396
+ width: 100%;
397
+ height: 30px;
398
+ line-height: 16px;
399
+ }
400
+ .speedtest-footer-about-link {
401
+ position: absolute;
402
+ bottom: 0;
403
+ left: 0;
404
+ color: var(--secondary-text-color);
405
+ text-decoration: underline !important;
406
+ }
407
+ .speedtest-footer-about-link:hover {
408
+ color: var(--hover-text-color);
409
+ }
410
+ .speedtest-footer .speedtest-footer-refresh {
411
+ position: absolute;
412
+ bottom: 0;
413
+ right: 0;
414
+ color: var(--secondary-text-color);
415
+ font-size: 14px;
416
+ font-weight: 400;
417
+ line-height: 16px;
418
+ height: 16px;
419
+ display: flex;
420
+ align-items: center;
421
+ gap: 4px;
422
+ }
423
+ .speedtest-footer .speedtest-footer-refresh svg path {
424
+ fill: var(--secondary-text-color);
425
+ }
426
+ .speedtest-footer .speedtest-footer-refresh:hover {
427
+ color: var(--hover-text-color);
428
+ }
429
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
430
+ fill: var(--hover-text-color);
431
+ }
432
+
433
+ .mobile .clappr-nerd-stats .stats-box {
434
+ position: fixed;
435
+ height: auto;
436
+ width: auto;
437
+ inset: 0;
438
+ min-width: 100vw;
439
+ padding-bottom: 4px;
440
+ padding-left: 4px;
441
+ padding-right: 4px;
442
+ }
443
+ .mobile .clappr-nerd-stats .stats-box-top {
444
+ position: fixed;
445
+ }
446
+ .mobile .clappr-nerd-stats .stats-box-main ul {
447
+ flex: 0 1 50%;
448
+ }
449
+
450
+ @media only screen and (orientation: portrait) {
451
+ .mobile .speedtest-summary {
452
+ padding: 0 5px;
453
+ height: auto;
454
+ }
455
+ .mobile .speedtest-summary-block {
456
+ width: 100%;
457
+ flex-direction: column;
458
+ }
459
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
460
+ width: 100%;
461
+ }
462
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
463
+ width: 100%;
464
+ }
465
+ .mobile .speedtest-summary-header {
466
+ padding-top: 12px;
467
+ height: 38px;
468
+ text-align: center;
469
+ }
470
+ .mobile .speedtest-quality-header {
471
+ text-align: center;
472
+ }
473
+ .mobile .speedtest-footer .speedtest-footer-refresh {
474
+ inset: 50% auto auto 50%;
475
+ transform: translate(-50%, -50%);
476
+ }
477
+ }
478
+ @media only screen and (orientation: landscape) {
479
+ .mobile .clappr-nerd-stats .stats-box-main ul {
480
+ flex-basis: 1fr;
481
+ }
482
+ }.dvr-controls[data-dvr] {
483
+ display: inline-block;
484
+ color: var(--player-dvr-color);
485
+ line-height: 32px;
486
+ font-size: 10px;
487
+ font-weight: bold;
488
+ margin-left: 6px;
489
+ height: 40px;
490
+ line-height: 40px;
491
+ margin-left: 0;
492
+ }
493
+ .dvr-controls[data-dvr] .live-info {
494
+ cursor: default;
495
+ text-transform: uppercase;
496
+ }
497
+ .dvr-controls[data-dvr] .live-info:before {
498
+ content: "";
499
+ display: inline-block;
500
+ position: relative;
501
+ width: 7px;
502
+ height: 7px;
503
+ border-radius: 3.5px;
504
+ margin-right: 3.5px;
505
+ background-color: var(--player-live-color);
506
+ }
507
+ .dvr-controls[data-dvr] .live-info.disabled {
508
+ opacity: 0.3;
509
+ }
510
+ .dvr-controls[data-dvr] .live-info.disabled:before {
511
+ background-color: var(--player-dvr-color);
512
+ }
513
+ .dvr-controls[data-dvr] .live-button {
514
+ cursor: pointer;
515
+ outline: none;
516
+ display: none;
517
+ border: 0;
518
+ color: var(--player-dvr-color);
519
+ background-color: transparent;
520
+ height: 32px;
521
+ padding: 0;
522
+ opacity: 0.7;
523
+ text-transform: uppercase;
295
524
  transition: all 0.1s ease;
296
525
  }
297
526
  .dvr-controls[data-dvr] .live-button:before {
@@ -520,15 +749,232 @@
520
749
  100% {
521
750
  color: #B80000;
522
751
  }
523
- }[data-player] {
524
- --bottom-panel: 40px;
752
+ }*, :focus, :visited {
753
+ outline: none !important;
525
754
  }
526
755
 
527
- .container .media-control-notransition {
528
- transition: none !important;
529
- }
530
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
531
- opacity: 1;
756
+ .gear-wrapper .go-back {
757
+ font-weight: 600;
758
+ font-size: 14px;
759
+ line-height: 20px;
760
+ width: 100%;
761
+ text-align: left;
762
+ padding: 12px;
763
+ }
764
+ .gear-wrapper .go-back .arrow-left-icon {
765
+ float: left;
766
+ padding-top: 2px;
767
+ padding-right: 2px;
768
+ }
769
+ .gear-wrapper .go-back .arrow-left-icon svg {
770
+ height: 16px;
771
+ }
772
+ .gear-wrapper ul.gear-sub-menu {
773
+ width: 100%;
774
+ list-style-type: none;
775
+ min-width: 60px;
776
+ border-top: 2px solid rgb(36, 36, 36);
777
+ }
778
+ .gear-wrapper ul.gear-sub-menu li {
779
+ font-size: 12px;
780
+ text-align: left;
781
+ }
782
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
783
+ background-color: #c3c2c2;
784
+ padding: 5px;
785
+ }
786
+ .gear-wrapper ul.gear-sub-menu li a {
787
+ display: block;
788
+ text-decoration: none;
789
+ height: 32px;
790
+ padding: 5px 10px;
791
+ line-height: 22px;
792
+ color: #fffffe;
793
+ }
794
+ .gear-wrapper ul.gear-sub-menu li a:hover {
795
+ color: white;
796
+ background-color: rgba(0, 0, 0, 0.4);
797
+ }
798
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
799
+ color: white;
800
+ text-decoration: none;
801
+ }
802
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
803
+ width: 30px;
804
+ height: 20px;
805
+ float: left;
806
+ display: block;
807
+ }
808
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
809
+ display: none;
810
+ }
811
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
812
+ display: inline;
813
+ }@charset "UTF-8";
814
+ .media-control-clips {
815
+ display: flex;
816
+ gap: 6px;
817
+ }
818
+ .media-control-clips .media-clip-text {
819
+ text-overflow: ellipsis;
820
+ white-space: nowrap;
821
+ overflow: hidden;
822
+ display: inline-block;
823
+ text-overflow: ellipsis;
824
+ color: white;
825
+ cursor: default;
826
+ line-height: var(--bottom-panel);
827
+ position: relative;
828
+ }
829
+ .media-control-clips .media-clip-text::before {
830
+ content: "•";
831
+ padding-right: 6px;
832
+ }
833
+ .media-control-clips .media-clip-text {
834
+ max-width: 100px;
835
+ }.quality-levels li.disabled {
836
+ opacity: 0.5;
837
+ pointer-events: none;
838
+ }
839
+ .quality-levels li.current {
840
+ background-color: #000;
841
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
842
+ order: 99;
843
+ height: 20px;
844
+ }
845
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
846
+ position: absolute;
847
+ right: 16px;
848
+ bottom: 52px;
849
+ width: 250px;
850
+ min-height: 48px;
851
+ z-index: 9999;
852
+ border-radius: 4px;
853
+ }
854
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
855
+ padding: 8px 0;
856
+ }
857
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
858
+ margin: 0;
859
+ text-align: left;
860
+ line-height: 22px;
861
+ padding: 5px 14px;
862
+ width: 250px;
863
+ font-size: 12px;
864
+ display: flex;
865
+ align-items: center;
866
+ justify-content: flex-start;
867
+ gap: 8px;
868
+ }
869
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
870
+ flex: 24px 0 0;
871
+ height: 24px;
872
+ }
873
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
874
+ visibility: hidden;
875
+ display: inline-block;
876
+ }
877
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
878
+ flex: 0 1 100%;
879
+ }
880
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
881
+ flex: 0 0 14px;
882
+ height: 24px;
883
+ }
884
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
885
+ flex: 1 0 auto;
886
+ }.big-mute-icon-wrapper[data-big-mute] {
887
+ position: absolute;
888
+ z-index: 9998;
889
+ background-color: transparent;
890
+ display: flex;
891
+ justify-content: center;
892
+ width: 100%;
893
+ height: calc(100% - 50px);
894
+ margin: 0 auto;
895
+ opacity: 0.75;
896
+ transition: opacity 0.1s ease;
897
+ pointer-events: auto;
898
+ }
899
+ .big-mute-icon-wrapper[data-big-mute].hide {
900
+ display: none;
901
+ }
902
+ .big-mute-icon-wrapper[data-big-mute]:hover {
903
+ cursor: pointer;
904
+ }
905
+
906
+ .big-mute-icon[data-big-mute-icon] {
907
+ display: flex;
908
+ align-items: center;
909
+ justify-content: center;
910
+ align-self: center;
911
+ width: 120px;
912
+ height: 120px;
913
+ border: 2px solid white;
914
+ border-radius: 50%;
915
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
916
+ filter: alpha(opacity=60);
917
+ opacity: 1;
918
+ box-shadow: 0 0 1px 0 white;
919
+ background: rgba(240, 243, 247, 0.9411764706);
920
+ z-index: 10000;
921
+ }
922
+ .big-mute-icon[data-big-mute-icon] svg {
923
+ margin-left: 5px;
924
+ width: 80px;
925
+ height: 80px;
926
+ }
927
+ .big-mute-icon[data-big-mute-icon] svg path {
928
+ fill: #1f1e1e !important;
929
+ }
930
+ .big-mute-icon[data-big-mute-icon]:hover {
931
+ background: rgba(240, 243, 247, 0.8784313725);
932
+ }
933
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
934
+ fill: #151515 !important;
935
+ }div.player-error-screen, [data-player] div.player-error-screen {
936
+ color: #CCCACA;
937
+ position: absolute;
938
+ top: 0;
939
+ height: 100%;
940
+ width: 100%;
941
+ background-color: rgba(0, 0, 0, 0.7);
942
+ z-index: 2000;
943
+ display: flex;
944
+ flex-direction: column;
945
+ justify-content: center;
946
+ }
947
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
948
+ font-size: 14px;
949
+ color: #CCCACA;
950
+ margin-top: 45px;
951
+ }
952
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
953
+ font-weight: bold;
954
+ line-height: 30px;
955
+ font-size: 18px;
956
+ }
957
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
958
+ width: 90%;
959
+ margin: 0 auto;
960
+ }
961
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
962
+ font-size: 13px;
963
+ margin-top: 15px;
964
+ }
965
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
966
+ cursor: pointer;
967
+ width: 30px;
968
+ margin: 15px auto 0;
969
+ }[data-player] {
970
+ --bottom-panel: 40px;
971
+ }
972
+
973
+ .container .media-control-notransition {
974
+ transition: none !important;
975
+ }
976
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
977
+ opacity: 1;
532
978
  }
533
979
  .container.crop-video [data-html5-video] {
534
980
  object-fit: cover;
@@ -1108,475 +1554,99 @@
1108
1554
  .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
1109
1555
  background-color: rgba(0, 0, 0, 0.4);
1110
1556
  }
1111
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
1112
- background-color: rgba(0, 0, 0, 0.4);
1113
- }
1114
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
1115
- border-bottom-left-radius: 4px;
1116
- border-bottom-right-radius: 4px;
1117
- }
1118
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
1119
- border-top-left-radius: 4px;
1120
- border-top-right-radius: 4px;
1121
- }
1122
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1123
- height: 26px;
1124
- line-height: 26px;
1125
- bottom: 52px;
1126
- border-radius: 3px;
1127
- background-color: rgba(74, 74, 74, 0.7);
1128
- }
1129
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1130
- letter-spacing: 0.8px;
1131
- font-size: 14px;
1132
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1133
- }
1134
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1135
- padding-left: 8px;
1136
- padding-right: 8px;
1137
- }
1138
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1139
- display: none !important;
1140
- }div.player-error-screen, [data-player] div.player-error-screen {
1141
- color: #CCCACA;
1142
- position: absolute;
1143
- top: 0;
1144
- height: 100%;
1145
- width: 100%;
1146
- background-color: rgba(0, 0, 0, 0.7);
1147
- z-index: 2000;
1148
- display: flex;
1149
- flex-direction: column;
1150
- justify-content: center;
1151
- }
1152
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1153
- font-size: 14px;
1154
- color: #CCCACA;
1155
- margin-top: 45px;
1156
- }
1157
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1158
- font-weight: bold;
1159
- line-height: 30px;
1160
- font-size: 18px;
1161
- }
1162
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1163
- width: 90%;
1164
- margin: 0 auto;
1165
- }
1166
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1167
- font-size: 13px;
1168
- margin-top: 15px;
1169
- }
1170
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1171
- cursor: pointer;
1172
- width: 30px;
1173
- margin: 15px auto 0;
1174
- }.big-mute-icon-wrapper[data-big-mute] {
1175
- position: absolute;
1176
- z-index: 9998;
1177
- background-color: transparent;
1178
- display: flex;
1179
- justify-content: center;
1180
- width: 100%;
1181
- height: calc(100% - 50px);
1182
- margin: 0 auto;
1183
- opacity: 0.75;
1184
- transition: opacity 0.1s ease;
1185
- pointer-events: auto;
1186
- }
1187
- .big-mute-icon-wrapper[data-big-mute].hide {
1188
- display: none;
1189
- }
1190
- .big-mute-icon-wrapper[data-big-mute]:hover {
1191
- cursor: pointer;
1192
- }
1193
-
1194
- .big-mute-icon[data-big-mute-icon] {
1195
- display: flex;
1196
- align-items: center;
1197
- justify-content: center;
1198
- align-self: center;
1199
- width: 120px;
1200
- height: 120px;
1201
- border: 2px solid white;
1202
- border-radius: 50%;
1203
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1204
- filter: alpha(opacity=60);
1205
- opacity: 1;
1206
- box-shadow: 0 0 1px 0 white;
1207
- background: rgba(240, 243, 247, 0.9411764706);
1208
- z-index: 10000;
1209
- }
1210
- .big-mute-icon[data-big-mute-icon] svg {
1211
- margin-left: 5px;
1212
- width: 80px;
1213
- height: 80px;
1214
- }
1215
- .big-mute-icon[data-big-mute-icon] svg path {
1216
- fill: #1f1e1e !important;
1217
- }
1218
- .big-mute-icon[data-big-mute-icon]:hover {
1219
- background: rgba(240, 243, 247, 0.8784313725);
1220
- }
1221
- .big-mute-icon[data-big-mute-icon]:hover svg path {
1222
- fill: #151515 !important;
1223
- }:root {
1224
- --primary-background-color: #000;
1225
- --secondary-background-color: #262626;
1226
- --primary-text-color: #fff;
1227
- --secondary-text-color: #fff4f2;
1228
- --hover-text-color: #f9b090;
1229
- --speedtest-red: #df564d;
1230
- --speedtest-orange: #df934d;
1231
- --speedtest-yellow: #dfd04d;
1232
- --speedtest-light-green: #c2df4d;
1233
- --speedtest-green: #73df4d;
1234
- }
1235
-
1236
- .clappr-nerd-stats {
1237
- cursor: default;
1238
- }
1239
- .clappr-nerd-stats .stats-box {
1240
- position: absolute;
1241
- display: inline-block;
1242
- bottom: 52px;
1243
- right: 0;
1244
- top: 0;
1245
- left: 0;
1246
- bottom: 0;
1247
- padding: 0 10px 12px;
1248
- margin: 0;
1249
- line-height: 20px;
1250
- font-size: 12px;
1251
- font-weight: 500;
1252
- background: var(--primary-background-color);
1253
- color: #fff;
1254
- z-index: 20000;
1255
- overflow: auto;
1256
- }
1257
- .clappr-nerd-stats .stats-box-top {
1258
- position: absolute;
1259
- top: 0;
1260
- left: 0;
1261
- z-index: 9999;
1262
- width: 100%;
1263
- height: 32px;
1264
- background: var(--primary-background-color);
1265
- }
1266
- .clappr-nerd-stats .stats-box-top .close-button {
1267
- position: absolute;
1268
- right: 12px;
1269
- top: 10px;
1270
- display: block;
1271
- width: 12px;
1272
- height: 12px;
1273
- }
1274
- .clappr-nerd-stats .stats-box-top .close-button svg path {
1275
- fill: var(--primary-text-color);
1276
- }
1277
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
1278
- fill: var(--hover-text-color);
1279
- }
1280
- .clappr-nerd-stats .stats-box-main {
1281
- overflow: hidden;
1282
- margin-top: 44px;
1283
- display: flex;
1284
- flex-wrap: wrap;
1285
- }
1286
- .clappr-nerd-stats .stats-box-main ul {
1287
- flex: 0 1 1fr;
1288
- min-width: 200px;
1289
- }
1290
- .clappr-nerd-stats .stats-box.wide {
1291
- width: 820px;
1292
- }
1293
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
1294
- list-style-type: none;
1295
- }
1296
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
1297
- padding-left: 2px;
1298
- padding-right: 2px;
1299
- background: var(--primary-background-color);
1300
- gap: 10px;
1301
- }
1302
- .clappr-nerd-stats .stats-box ul {
1303
- padding: 5px;
1304
- width: 200px;
1305
- }
1306
- .clappr-nerd-stats .stats-box ul li {
1307
- position: relative;
1308
- padding: 0 5px;
1309
- text-align: left;
1310
- }
1311
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
1312
- padding: 0;
1313
- }
1314
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
1315
- width: 100%;
1316
- }
1317
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
1318
- background: var(--secondary-background-color);
1319
- }
1320
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
1321
- background: var(--secondary-background-color);
1322
- }
1323
- .clappr-nerd-stats .stats-box ul li.title {
1324
- text-align: center;
1325
- font-weight: bold;
1326
- padding-bottom: 4px;
1327
- font-size: 14px;
1328
- }
1329
- .clappr-nerd-stats .stats-box ul li div {
1330
- margin: 0;
1331
- position: absolute;
1332
- right: 0;
1333
- top: 0;
1334
- }
1335
-
1336
- .desktop .clappr-nerd-stats .stats-box.narrow {
1337
- width: 250px;
1338
- }
1339
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
1340
- width: 100%;
1341
- }
1342
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
1343
- padding: 0 5px;
1344
- height: auto;
1345
- }
1346
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
1347
- width: 100%;
1348
- flex-direction: column;
1349
- }
1350
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1351
- width: 100%;
1352
- }
1353
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1354
- width: 100%;
1355
- }
1356
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
1357
- padding-top: 12px;
1358
- height: 38px;
1359
- text-align: center;
1360
- }
1361
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
1362
- text-align: center;
1363
- }
1364
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
1365
- height: 80px;
1366
- }
1367
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
1368
- bottom: 0;
1369
- left: 0;
1370
- }
1371
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1372
- inset: 50% auto auto 50%;
1373
- transform: translate(-50%, -50%);
1374
- }
1375
-
1376
- .speed-test-button {
1377
- margin: 10px 0 0;
1378
- color: #000;
1379
- }
1380
-
1381
- .speed-test {
1382
- position: absolute;
1383
- top: 0;
1384
- left: 0;
1385
- width: 100%;
1386
- height: 100%;
1387
- z-index: 9999;
1388
- }
1389
- .speed-test .speed-test-header {
1390
- width: 100%;
1391
- height: 32px;
1392
- }
1393
- .speed-test .speed-test-header .close-speed-test {
1394
- float: right;
1395
- margin-right: 5px;
1396
- line-height: 32px;
1397
- cursor: pointer;
1398
- color: var(--primary-text-color);
1399
- }
1400
- .speed-test .speed-test-header .close-speed-test:hover {
1401
- color: var(--hover-text-color);
1402
- }
1403
-
1404
- .settings-button {
1405
- float: right;
1406
- margin: 0 12px 0 0;
1407
- height: 40px;
1408
- width: 24px;
1409
- border: none;
1410
- padding: 0;
1411
- }
1412
-
1413
- .speedtest-summary {
1414
- width: 100%;
1415
- border-top: 1px solid var(--secondary-background-color) !important;
1416
- border-bottom: 1px solid var(--secondary-background-color) !important;
1417
- display: flex !important;
1418
- flex-direction: column;
1419
- align-items: stretch;
1420
- justify-content: space-between;
1421
- }
1422
- .speedtest-summary .speedtest-summary-header {
1423
- width: 100%;
1424
- padding-top: 4px;
1425
- text-align: left;
1426
- height: 32px;
1427
- font-size: 14px;
1428
- font-weight: 500;
1429
- line-height: 20px;
1430
- }
1431
- .speedtest-summary .speedtest-summary-block {
1432
- position: relative;
1433
- display: flex;
1434
- flex-direction: row;
1435
- width: 100%;
1436
- }
1437
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1438
- width: 50%;
1439
- margin-top: 4px;
1440
- margin-bottom: 12px;
1441
- }
1442
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1443
- padding: 2px;
1444
- width: 248px;
1445
- max-width: 100%;
1446
- }
1447
-
1448
- .speedtest-quality {
1449
- width: 100%;
1450
- height: 36px;
1451
- display: flex !important;
1452
- flex-direction: column !important;
1453
- justify-content: space-between !important;
1454
- }
1455
- .speedtest-quality .speedtest-quality-header {
1456
- font-size: 12px;
1457
- height: 20px;
1458
- border-left: 2px solid var(--secondary-background-color) !important;
1459
- background-color: var(--secondary-background-color);
1460
- text-align: left;
1461
- }
1462
- .speedtest-quality-content {
1463
- width: 100%;
1464
- margin-top: 8px;
1465
- height: 8px;
1466
- display: flex !important;
1467
- flex-direction: row !important;
1468
- align-items: stretch !important;
1469
- justify-content: space-between;
1470
- }
1471
- .speedtest-quality-content-item {
1472
- width: 18.8%;
1473
- background-color: #fff;
1474
- }
1475
- .speedtest-quality-content-item.speedtest-quality-value-1 {
1476
- background-color: var(--speedtest-red);
1477
- }
1478
- .speedtest-quality-content-item.speedtest-quality-value-2 {
1479
- background-color: var(--speedtest-orange);
1480
- }
1481
- .speedtest-quality-content-item.speedtest-quality-value-3 {
1482
- background-color: var(--speedtest-yellow);
1483
- }
1484
- .speedtest-quality-content-item.speedtest-quality-value-4 {
1485
- background-color: var(--speedtest-light-green);
1486
- }
1487
- .speedtest-quality-content-item.speedtest-quality-value-5 {
1488
- background-color: var(--speedtest-green);
1489
- }
1490
-
1491
- .speedtest-footer {
1492
- position: relative;
1493
- float: left;
1494
- width: 100%;
1495
- height: 30px;
1496
- line-height: 16px;
1497
- }
1498
- .speedtest-footer-about-link {
1499
- position: absolute;
1500
- bottom: 0;
1501
- left: 0;
1502
- color: var(--secondary-text-color);
1503
- text-decoration: underline !important;
1557
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
1558
+ background-color: rgba(0, 0, 0, 0.4);
1504
1559
  }
1505
- .speedtest-footer-about-link:hover {
1506
- color: var(--hover-text-color);
1560
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
1561
+ border-bottom-left-radius: 4px;
1562
+ border-bottom-right-radius: 4px;
1507
1563
  }
1508
- .speedtest-footer .speedtest-footer-refresh {
1509
- position: absolute;
1510
- bottom: 0;
1511
- right: 0;
1512
- color: var(--secondary-text-color);
1564
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
1565
+ border-top-left-radius: 4px;
1566
+ border-top-right-radius: 4px;
1567
+ }
1568
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1569
+ height: 26px;
1570
+ line-height: 26px;
1571
+ bottom: 52px;
1572
+ border-radius: 3px;
1573
+ background-color: rgba(74, 74, 74, 0.7);
1574
+ }
1575
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1576
+ letter-spacing: 0.8px;
1513
1577
  font-size: 14px;
1514
- font-weight: 400;
1515
- line-height: 16px;
1516
- height: 16px;
1578
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1579
+ }
1580
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1581
+ padding-left: 8px;
1582
+ padding-right: 8px;
1583
+ }
1584
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1585
+ display: none !important;
1586
+ }.player-poster[data-poster] {
1517
1587
  display: flex;
1588
+ justify-content: center;
1518
1589
  align-items: center;
1519
- gap: 4px;
1590
+ position: absolute;
1591
+ height: 100%;
1592
+ width: 100%;
1593
+ z-index: 998;
1594
+ top: 0;
1595
+ left: 0;
1596
+ background-color: #000;
1597
+ background-size: cover;
1598
+ background-repeat: no-repeat;
1599
+ background-position: 50% 50%;
1520
1600
  }
1521
- .speedtest-footer .speedtest-footer-refresh svg path {
1522
- fill: var(--secondary-text-color);
1601
+ .player-poster[data-poster].clickable {
1602
+ cursor: pointer;
1523
1603
  }
1524
- .speedtest-footer .speedtest-footer-refresh:hover {
1525
- color: var(--hover-text-color);
1604
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1605
+ opacity: 1;
1526
1606
  }
1527
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
1528
- fill: var(--hover-text-color);
1607
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1608
+ width: 100%;
1609
+ height: 25%;
1610
+ margin: 0 auto;
1611
+ opacity: 0.75;
1612
+ transition: opacity 0.1s ease;
1529
1613
  }
1530
-
1531
- .mobile .clappr-nerd-stats .stats-box {
1532
- position: fixed;
1533
- height: auto;
1534
- width: auto;
1535
- inset: 0;
1536
- min-width: 100vw;
1537
- padding-bottom: 4px;
1538
- padding-left: 4px;
1539
- padding-right: 4px;
1614
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1615
+ height: 100%;
1616
+ display: inline;
1540
1617
  }
1541
- .mobile .clappr-nerd-stats .stats-box-top {
1542
- position: fixed;
1618
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1619
+ fill: #fff;
1620
+ }.media-control-pip {
1621
+ order: 95;
1622
+ display: flex;
1543
1623
  }
1544
- .mobile .clappr-nerd-stats .stats-box-main ul {
1545
- flex: 0 1 50%;
1624
+ .media-control-pip button {
1625
+ height: 20px;
1626
+ }
1627
+ .media-control-pip button svg {
1628
+ height: 20px;
1629
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1630
+ height: 0;
1546
1631
  }
1547
1632
 
1548
- @media only screen and (orientation: portrait) {
1549
- .mobile .speedtest-summary {
1550
- padding: 0 5px;
1551
- height: auto;
1552
- }
1553
- .mobile .speedtest-summary-block {
1554
- width: 100%;
1555
- flex-direction: column;
1556
- }
1557
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
1558
- width: 100%;
1559
- }
1560
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1561
- width: 100%;
1562
- }
1563
- .mobile .speedtest-summary-header {
1564
- padding-top: 12px;
1565
- height: 38px;
1566
- text-align: center;
1567
- }
1568
- .mobile .speedtest-quality-header {
1569
- text-align: center;
1570
- }
1571
- .mobile .speedtest-footer .speedtest-footer-refresh {
1572
- inset: 50% auto auto 50%;
1573
- transform: translate(-50%, -50%);
1574
- }
1633
+ .skip_time_plugin[data-skip-time] {
1634
+ position: absolute;
1635
+ width: 100%;
1636
+ height: calc(100% - 50px);
1637
+ z-index: 9998;
1638
+ background-color: transparent;
1639
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1575
1640
  }
1576
- @media only screen and (orientation: landscape) {
1577
- .mobile .clappr-nerd-stats .stats-box-main ul {
1578
- flex-basis: 1fr;
1579
- }
1641
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1642
+ width: 100%;
1643
+ height: 100%;
1644
+ display: flex;
1645
+ justify-content: space-between;
1646
+ }
1647
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1648
+ width: 33.3%;
1649
+ height: 100%;
1580
1650
  }*,
1581
1651
  :focus,
1582
1652
  :visited {
@@ -1677,21 +1747,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1677
1747
  100% {
1678
1748
  color: #B80000;
1679
1749
  }
1680
- }.quality-levels li.disabled {
1681
- opacity: 0.5;
1682
- pointer-events: none;
1683
- }
1684
- .quality-levels li.current {
1685
- background-color: #000;
1686
- }.media-control-pip {
1687
- order: 95;
1688
- display: flex;
1689
- }
1690
- .media-control-pip button {
1691
- height: 20px;
1692
- }
1693
- .media-control-pip button svg {
1694
- height: 20px;
1695
1750
  }.seek-time[data-seek-time] {
1696
1751
  position: absolute;
1697
1752
  white-space: nowrap;
@@ -1737,89 +1792,166 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1737
1792
  .scrub-thumbnails .thumbnail-container {
1738
1793
  display: inline-block;
1739
1794
  position: relative;
1740
- overflow: hidden;
1741
- background-color: #000;
1795
+ overflow: hidden;
1796
+ background-color: #000;
1797
+ }
1798
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1799
+ position: absolute;
1800
+ width: auto;
1801
+ }
1802
+ .scrub-thumbnails .thumbnails-text {
1803
+ background-color: rgba(74, 74, 74, 0.7);
1804
+ border-radius: 3px;
1805
+ white-space: nowrap;
1806
+ overflow: hidden;
1807
+ text-overflow: ellipsis;
1808
+ color: white;
1809
+ position: absolute;
1810
+ bottom: 23px;
1811
+ width: 100px;
1812
+ }
1813
+ .scrub-thumbnails .spotlight {
1814
+ background-color: #4a4a4a;
1815
+ overflow: hidden;
1816
+ position: absolute;
1817
+ bottom: 0;
1818
+ left: 0;
1819
+ border-color: #4a4a4a;
1820
+ border-style: solid;
1821
+ border-width: 3px;
1822
+ border-radius: 3px;
1823
+ }
1824
+ .scrub-thumbnails .spotlight img {
1825
+ width: auto;
1826
+ }
1827
+ .scrub-thumbnails .backdrop {
1828
+ position: absolute;
1829
+ left: 0;
1830
+ bottom: 0;
1831
+ right: 0;
1832
+ background-color: #000;
1833
+ overflow: hidden;
1834
+ }
1835
+ .scrub-thumbnails .backdrop .carousel {
1836
+ position: absolute;
1837
+ top: 0;
1838
+ left: 0;
1839
+ height: 100%;
1840
+ white-space: nowrap;
1841
+ }
1842
+ .scrub-thumbnails .backdrop .carousel img {
1843
+ width: auto;
1844
+ }.spinner-three-bounce[data-spinner] {
1845
+ position: absolute;
1846
+ width: 70px;
1847
+ text-align: center;
1848
+ z-index: 999;
1849
+ left: 0;
1850
+ right: 0;
1851
+ margin: 0 auto;
1852
+ margin-left: auto;
1853
+ margin-right: auto;
1854
+ /* center vertically */
1855
+ top: 50%;
1856
+ transform: translateY(-50%);
1857
+ }
1858
+ .spinner-three-bounce[data-spinner] > div {
1859
+ width: 18px;
1860
+ height: 18px;
1861
+ background-color: #FFF;
1862
+ border-radius: 100%;
1863
+ display: inline-block;
1864
+ animation: bouncedelay 1.4s infinite ease-in-out;
1865
+ /* Prevent first frame from flickering when animation starts */
1866
+ animation-fill-mode: both;
1867
+ }
1868
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1869
+ animation-delay: -0.32s;
1870
+ }
1871
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1872
+ animation-delay: -0.16s;
1873
+ }
1874
+
1875
+ @keyframes bouncedelay {
1876
+ 0%, 80%, 100% {
1877
+ transform: scale(0);
1878
+ }
1879
+ 40% {
1880
+ transform: scale(1);
1881
+ }
1882
+ }*,
1883
+ :focus,
1884
+ :visited {
1885
+ outline: none !important;
1886
+ }
1887
+
1888
+ .media-control-cc[data-cc] {
1889
+ position: relative;
1890
+ order: 85;
1742
1891
  }
1743
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1744
- position: absolute;
1745
- width: auto;
1892
+ .media-control-cc[data-cc] button {
1893
+ background-color: transparent;
1894
+ color: #fff;
1895
+ -webkit-font-smoothing: antialiased;
1896
+ border: none;
1897
+ cursor: pointer;
1746
1898
  }
1747
- .scrub-thumbnails .thumbnails-text {
1748
- background-color: rgba(74, 74, 74, 0.7);
1749
- border-radius: 3px;
1750
- white-space: nowrap;
1751
- overflow: hidden;
1752
- text-overflow: ellipsis;
1753
- color: white;
1754
- position: absolute;
1755
- bottom: 23px;
1756
- width: 100px;
1899
+ .media-control-cc[data-cc] button .cc-text svg {
1900
+ fill: white;
1757
1901
  }
1758
- .scrub-thumbnails .spotlight {
1759
- background-color: #4a4a4a;
1760
- overflow: hidden;
1761
- position: absolute;
1762
- bottom: 0;
1763
- left: 0;
1764
- border-color: #4a4a4a;
1765
- border-style: solid;
1766
- border-width: 3px;
1767
- border-radius: 3px;
1902
+ .media-control-cc[data-cc] button:hover {
1903
+ color: #c9c9c9;
1768
1904
  }
1769
- .scrub-thumbnails .spotlight img {
1770
- width: auto;
1905
+ .media-control-cc[data-cc] button.changing {
1906
+ animation: pulse 0.5s infinite alternate;
1771
1907
  }
1772
- .scrub-thumbnails .backdrop {
1908
+ .media-control-cc[data-cc] ul {
1909
+ width: 80px;
1910
+ list-style-type: none;
1773
1911
  position: absolute;
1774
- left: 0;
1775
- bottom: 0;
1776
- right: 0;
1777
- background-color: #000;
1778
- overflow: hidden;
1912
+ bottom: 25px;
1913
+ border: 1px solid black;
1914
+ background-color: #e6e6e6;
1915
+ padding: 8px 0;
1779
1916
  }
1780
- .scrub-thumbnails .backdrop .carousel {
1781
- position: absolute;
1782
- top: 0;
1783
- left: 0;
1784
- height: 100%;
1785
- white-space: nowrap;
1917
+ .media-control-cc[data-cc] li a {
1918
+ color: #444;
1919
+ padding: 2px 10px;
1920
+ display: block;
1921
+ text-decoration: none;
1786
1922
  }
1787
- .scrub-thumbnails .backdrop .carousel img {
1788
- width: auto;
1789
- }.player-poster[data-poster] {
1790
- display: flex;
1791
- justify-content: center;
1792
- align-items: center;
1793
- position: absolute;
1794
- height: 100%;
1795
- width: 100%;
1796
- z-index: 998;
1797
- top: 0;
1798
- left: 0;
1799
- background-color: #000;
1800
- background-size: cover;
1801
- background-repeat: no-repeat;
1802
- background-position: 50% 50%;
1923
+ .media-control-cc[data-cc] li a:hover {
1924
+ background-color: #555;
1925
+ color: white;
1803
1926
  }
1804
- .player-poster[data-poster].clickable {
1805
- cursor: pointer;
1927
+ .media-control-cc[data-cc] li a:hover a {
1928
+ color: white;
1929
+ text-decoration: none;
1806
1930
  }
1807
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1808
- opacity: 1;
1931
+ .media-control-cc[data-cc] li.current a {
1932
+ color: #f00;
1933
+ background-color: #555;
1809
1934
  }
1810
- .player-poster[data-poster] .play-wrapper[data-poster] {
1811
- width: 100%;
1812
- height: 25%;
1813
- margin: 0 auto;
1814
- opacity: 0.75;
1815
- transition: opacity 0.1s ease;
1935
+
1936
+ @keyframes pulse {
1937
+ 0% {
1938
+ color: #fff;
1939
+ }
1940
+ 50% {
1941
+ color: #ff0101;
1942
+ }
1943
+ 100% {
1944
+ color: #B80000;
1945
+ }
1816
1946
  }
1817
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1818
- height: 100%;
1819
- display: inline;
1947
+ ::cue {
1948
+ visibility: hidden !important;
1949
+ font-size: 0 !important;
1820
1950
  }
1821
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1822
- fill: #fff;
1951
+
1952
+ .ios-fullscreen::cue {
1953
+ visibility: visible !important;
1954
+ font-size: 1em !important;
1823
1955
  }.share_plugin[data-share] {
1824
1956
  pointer-events: auto;
1825
1957
  z-index: 5;
@@ -1903,139 +2035,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1903
2035
  display: inline-block;
1904
2036
  margin-right: 5px;
1905
2037
  cursor: pointer;
1906
- }*,
1907
- :focus,
1908
- :visited {
1909
- outline: none !important;
1910
- }
1911
-
1912
- .media-control-cc[data-cc] {
1913
- position: relative;
1914
- order: 85;
1915
- }
1916
- .media-control-cc[data-cc] button {
1917
- background-color: transparent;
1918
- color: #fff;
1919
- -webkit-font-smoothing: antialiased;
1920
- border: none;
1921
- cursor: pointer;
1922
- }
1923
- .media-control-cc[data-cc] button .cc-text svg {
1924
- fill: white;
1925
- }
1926
- .media-control-cc[data-cc] button:hover {
1927
- color: #c9c9c9;
1928
- }
1929
- .media-control-cc[data-cc] button.changing {
1930
- animation: pulse 0.5s infinite alternate;
1931
- }
1932
- .media-control-cc[data-cc] ul {
1933
- width: 80px;
1934
- list-style-type: none;
1935
- position: absolute;
1936
- bottom: 25px;
1937
- border: 1px solid black;
1938
- display: none;
1939
- background-color: #e6e6e6;
1940
- padding: 8px 0;
1941
- }
1942
- .media-control-cc[data-cc] li a {
1943
- color: #444;
1944
- padding: 2px 10px;
1945
- display: block;
1946
- text-decoration: none;
1947
- }
1948
- .media-control-cc[data-cc] li a:hover {
1949
- background-color: #555;
1950
- color: white;
1951
- }
1952
- .media-control-cc[data-cc] li a:hover a {
1953
- color: white;
1954
- text-decoration: none;
1955
- }
1956
- .media-control-cc[data-cc] li.current a {
1957
- color: #f00;
1958
- background-color: #555;
1959
- }
1960
-
1961
- @keyframes pulse {
1962
- 0% {
1963
- color: #fff;
1964
- }
1965
- 50% {
1966
- color: #ff0101;
1967
- }
1968
- 100% {
1969
- color: #B80000;
1970
- }
1971
- }
1972
- ::cue {
1973
- visibility: hidden !important;
1974
- font-size: 0 !important;
1975
- }
1976
-
1977
- .ios-fullscreen::cue {
1978
- visibility: visible !important;
1979
- font-size: 1em !important;
1980
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1981
- height: 0;
1982
- }
1983
-
1984
- .skip_time_plugin[data-skip-time] {
1985
- position: absolute;
1986
- width: 100%;
1987
- height: calc(100% - 50px);
1988
- z-index: 9998;
1989
- background-color: transparent;
1990
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1991
- }
1992
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1993
- width: 100%;
1994
- height: 100%;
1995
- display: flex;
1996
- justify-content: space-between;
1997
- }
1998
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1999
- width: 33.3%;
2000
- height: 100%;
2001
- }.spinner-three-bounce[data-spinner] {
2002
- position: absolute;
2003
- width: 70px;
2004
- text-align: center;
2005
- z-index: 999;
2006
- left: 0;
2007
- right: 0;
2008
- margin: 0 auto;
2009
- margin-left: auto;
2010
- margin-right: auto;
2011
- /* center vertically */
2012
- top: 50%;
2013
- transform: translateY(-50%);
2014
- }
2015
- .spinner-three-bounce[data-spinner] > div {
2016
- width: 18px;
2017
- height: 18px;
2018
- background-color: #FFF;
2019
- border-radius: 100%;
2020
- display: inline-block;
2021
- animation: bouncedelay 1.4s infinite ease-in-out;
2022
- /* Prevent first frame from flickering when animation starts */
2023
- animation-fill-mode: both;
2024
- }
2025
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2026
- animation-delay: -0.32s;
2027
- }
2028
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2029
- animation-delay: -0.16s;
2030
- }
2031
-
2032
- @keyframes bouncedelay {
2033
- 0%, 80%, 100% {
2034
- transform: scale(0);
2035
- }
2036
- 40% {
2037
- transform: scale(1);
2038
- }
2039
2038
  }.player-logo[data-logo] {
2040
2039
  position: absolute;
2041
2040
  z-index: 2;