@gcorevideo/player 2.19.9 → 2.19.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,193 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.clips.bar-container[data-seekbar] {
126
- clip-path: url("#myClip");
127
- }.context-menu {
128
- z-index: 999;
129
- position: absolute;
130
- top: 0;
131
- left: 0;
132
- text-align: center;
133
- }
134
- .context-menu .context-menu-list {
135
- font-family: "Proxima Nova", sans-serif;
136
- font-size: 12px;
137
- line-height: 12px;
138
- list-style-type: none;
139
- text-align: left;
140
- padding: 5px;
141
- margin-left: auto;
142
- margin-right: auto;
143
- background-color: rgba(0, 0, 0, 0.75);
144
- border: 1px solid #666;
145
- border-radius: 4px;
146
- }
147
- .context-menu .context-menu-list .context-menu-list-item {
148
- color: white;
149
- padding: 5px;
150
- cursor: pointer;
151
- }.big-mute-icon-wrapper[data-big-mute] {
152
- position: absolute;
153
- z-index: 9998;
154
- background-color: transparent;
155
- display: flex;
156
- justify-content: center;
157
- width: 100%;
158
- height: calc(100% - 50px);
159
- margin: 0 auto;
160
- opacity: 0.75;
161
- transition: opacity 0.1s ease;
162
- pointer-events: auto;
163
- }
164
- .big-mute-icon-wrapper[data-big-mute].hide {
165
- display: none;
166
- }
167
- .big-mute-icon-wrapper[data-big-mute]:hover {
168
- cursor: pointer;
169
- }
170
-
171
- .big-mute-icon[data-big-mute-icon] {
172
- display: flex;
173
- align-items: center;
174
- justify-content: center;
175
- align-self: center;
176
- width: 120px;
177
- height: 120px;
178
- border: 2px solid white;
179
- border-radius: 50%;
180
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
181
- filter: alpha(opacity=60);
182
- opacity: 1;
183
- box-shadow: 0 0 1px 0 white;
184
- background: rgba(240, 243, 247, 0.9411764706);
185
- z-index: 10000;
186
- }
187
- .big-mute-icon[data-big-mute-icon] svg {
188
- margin-left: 5px;
189
- width: 80px;
190
- height: 80px;
191
- }
192
- .big-mute-icon[data-big-mute-icon] svg path {
193
- fill: #1f1e1e !important;
194
- }
195
- .big-mute-icon[data-big-mute-icon]:hover {
196
- background: rgba(240, 243, 247, 0.8784313725);
197
- }
198
- .big-mute-icon[data-big-mute-icon]:hover svg path {
199
- fill: #151515 !important;
200
- }*, :focus, :visited {
201
- outline: none !important;
202
- }
203
-
204
- .gear-wrapper .go-back {
205
- font-weight: 600;
206
- font-size: 14px;
207
- line-height: 20px;
208
- width: 100%;
209
- text-align: left;
210
- padding: 12px;
211
- }
212
- .gear-wrapper .go-back .arrow-left-icon {
213
- float: left;
214
- padding-top: 2px;
215
- padding-right: 2px;
216
- }
217
- .gear-wrapper .go-back .arrow-left-icon svg {
218
- height: 16px;
219
- }
220
- .gear-wrapper ul.gear-sub-menu {
221
- width: 100%;
222
- list-style-type: none;
223
- background-color: transparent;
224
- min-width: 60px;
225
- border-top: 2px solid rgb(36, 36, 36);
226
- }
227
- .gear-wrapper ul.gear-sub-menu li {
228
- font-size: 12px;
229
- text-align: left;
230
- }
231
- .gear-wrapper ul.gear-sub-menu li[data-title] {
232
- background-color: #c3c2c2;
233
- padding: 5px;
234
- }
235
- .gear-wrapper ul.gear-sub-menu li a {
236
- display: block;
237
- text-decoration: none;
238
- height: 32px;
239
- padding: 5px 10px;
240
- line-height: 22px;
241
- color: #fffffe;
242
- }
243
- .gear-wrapper ul.gear-sub-menu li a:hover {
244
- color: white;
245
- background-color: rgba(0, 0, 0, 0.4);
246
- }
247
- .gear-wrapper ul.gear-sub-menu li a:hover a {
248
- color: white;
249
- text-decoration: none;
250
- }
251
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
252
- width: 30px;
253
- height: 20px;
254
- float: left;
255
- display: block;
256
- }
257
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
258
- display: none;
259
- }
260
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
261
- display: inline;
262
- }
263
- .gear-wrapper svg {
264
- height: 20px;
265
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
266
- float: right;
267
- font-family: Roboto, "Open Sans", Arial, sans-serif;
268
- }
269
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
270
- height: 40px;
271
- width: 40px;
272
- padding-right: 20px;
273
- }
274
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
275
- height: 20px;
276
- }
277
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
278
- position: absolute;
279
- right: 16px;
280
- bottom: 52px;
281
- display: none;
282
- width: 250px;
283
- min-height: 48px;
284
- z-index: 9999;
285
- border-radius: 4px;
286
- }
287
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
288
- padding: 8px 0;
289
- }
290
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
291
- float: left;
292
- margin-right: 10px;
293
- }
294
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
295
- margin: 0;
296
- text-align: left;
297
- line-height: 22px;
298
- padding: 5px 14px;
299
- width: 250px;
300
- font-size: 12px;
301
- }
302
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
303
- float: right;
304
- margin-right: -14px;
305
- }
306
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
307
- float: right;
308
- margin-right: 8px;
309
- }
310
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
311
- height: 20px;
312
125
  }*, :focus, :visited {
313
126
  outline: none !important;
314
127
  }
@@ -446,559 +259,367 @@
446
259
  100% {
447
260
  color: #B80000;
448
261
  }
449
- }:root {
450
- --primary-background-color: #000;
451
- --secondary-background-color: #262626;
452
- --primary-text-color: #fff;
453
- --secondary-text-color: #fff4f2;
454
- --hover-text-color: #f9b090;
455
- --speedtest-red: #df564d;
456
- --speedtest-orange: #df934d;
457
- --speedtest-yellow: #dfd04d;
458
- --speedtest-light-green: #c2df4d;
459
- --speedtest-green: #73df4d;
460
- }
461
-
462
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
463
- position: absolute;
464
- display: inline-block;
465
- bottom: 52px;
466
- right: 16px;
467
- padding: 0 10px 12px;
468
- margin: 0;
469
- line-height: 20px;
470
- font-size: 12px;
471
- font-weight: 500;
472
- background: var(--primary-background-color);
473
- color: #fff;
474
- z-index: 20000;
475
- overflow: auto;
476
- max-height: calc(100vh - 60px);
477
- max-width: calc(100vw - 10px);
478
- }
479
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
262
+ }.big-mute-icon-wrapper[data-big-mute] {
480
263
  position: absolute;
481
- top: 0;
482
- left: 0;
483
- z-index: 99990;
264
+ z-index: 9998;
265
+ background-color: transparent;
266
+ display: flex;
267
+ justify-content: center;
484
268
  width: 100%;
485
- height: 32px;
486
- background: var(--primary-background-color);
487
- }
488
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
489
- float: right;
490
- margin-right: 12px;
491
- margin-top: 10px;
492
- display: block;
493
- width: 12px;
494
- height: 12px;
495
- }
496
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
497
- fill: var(--primary-text-color);
498
- }
499
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
500
- fill: var(--hover-text-color);
269
+ height: calc(100% - 50px);
270
+ margin: 0 auto;
271
+ opacity: 0.75;
272
+ transition: opacity 0.1s ease;
273
+ pointer-events: auto;
501
274
  }
502
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
503
- overflow: hidden;
504
- margin-top: 44px;
275
+ .big-mute-icon-wrapper[data-big-mute].hide {
276
+ display: none;
505
277
  }
506
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
507
- width: 820px;
278
+ .big-mute-icon-wrapper[data-big-mute]:hover {
279
+ cursor: pointer;
508
280
  }
509
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
510
- list-style-type: none;
511
- }
512
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
513
- padding-left: 2px;
514
- padding-right: 2px;
515
- background: var(--primary-background-color);
516
- }
517
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
518
- display: inline-block;
519
- float: left;
520
- padding: 5px;
521
- width: 200px;
281
+
282
+ .big-mute-icon[data-big-mute-icon] {
283
+ display: flex;
284
+ align-items: center;
285
+ justify-content: center;
286
+ align-self: center;
287
+ width: 120px;
288
+ height: 120px;
289
+ border: 2px solid white;
290
+ border-radius: 50%;
291
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
292
+ filter: alpha(opacity=60);
293
+ opacity: 1;
294
+ box-shadow: 0 0 1px 0 white;
295
+ background: rgba(240, 243, 247, 0.9411764706);
296
+ z-index: 10000;
522
297
  }
523
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
524
- position: relative;
525
- padding: 0 5px;
526
- text-align: left;
298
+ .big-mute-icon[data-big-mute-icon] svg {
299
+ margin-left: 5px;
300
+ width: 80px;
301
+ height: 80px;
527
302
  }
528
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
529
- padding: 0;
303
+ .big-mute-icon[data-big-mute-icon] svg path {
304
+ fill: #1f1e1e !important;
530
305
  }
531
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
532
- width: 100%;
306
+ .big-mute-icon[data-big-mute-icon]:hover {
307
+ background: rgba(240, 243, 247, 0.8784313725);
533
308
  }
534
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
535
- background: var(--secondary-background-color);
309
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
310
+ fill: #151515 !important;
311
+ }.context-menu {
312
+ z-index: 999;
313
+ position: absolute;
314
+ top: 0;
315
+ left: 0;
316
+ text-align: center;
536
317
  }
537
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
538
- background: var(--secondary-background-color);
318
+ .context-menu .context-menu-list {
319
+ font-family: "Proxima Nova", sans-serif;
320
+ font-size: 12px;
321
+ line-height: 12px;
322
+ list-style-type: none;
323
+ text-align: left;
324
+ padding: 5px;
325
+ margin-left: auto;
326
+ margin-right: auto;
327
+ background-color: rgba(0, 0, 0, 0.75);
328
+ border: 1px solid #666;
329
+ border-radius: 4px;
539
330
  }
540
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
541
- text-align: center;
331
+ .context-menu .context-menu-list .context-menu-list-item {
332
+ color: white;
333
+ padding: 5px;
334
+ cursor: pointer;
335
+ }.dvr-controls[data-dvr-controls] {
336
+ display: inline-block;
337
+ float: left;
338
+ color: #fff;
339
+ line-height: 32px;
340
+ font-size: 10px;
542
341
  font-weight: bold;
543
- padding-bottom: 4px;
544
- font-size: 14px;
545
- }
546
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
547
- margin: 0;
548
- position: absolute;
549
- right: 0;
550
- top: 0;
342
+ margin-left: 6px;
551
343
  }
552
-
553
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
554
- width: 250px;
344
+ .dvr-controls[data-dvr-controls] .live-info {
345
+ cursor: default;
346
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
347
+ text-transform: uppercase;
555
348
  }
556
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
557
- width: 100%;
349
+ .dvr-controls[data-dvr-controls] .live-info:before {
350
+ content: "";
351
+ display: inline-block;
352
+ position: relative;
353
+ width: 7px;
354
+ height: 7px;
355
+ border-radius: 3.5px;
356
+ margin-right: 3.5px;
357
+ background-color: #ff0101;
558
358
  }
559
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
560
- padding: 0 5px;
561
- height: auto;
359
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
360
+ opacity: 0.3;
562
361
  }
563
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
564
- width: 100%;
565
- flex-direction: column;
362
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
363
+ background-color: #fff;
566
364
  }
567
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
568
- width: 100%;
365
+ .dvr-controls[data-dvr-controls] .live-button {
366
+ cursor: pointer;
367
+ outline: none;
368
+ display: none;
369
+ border: 0;
370
+ color: #fff;
371
+ background-color: transparent;
372
+ height: 32px;
373
+ padding: 0;
374
+ opacity: 0.7;
375
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
376
+ text-transform: uppercase;
377
+ transition: all 0.1s ease;
569
378
  }
570
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
571
- width: 100%;
379
+ .dvr-controls[data-dvr-controls] .live-button:before {
380
+ content: "";
381
+ display: inline-block;
382
+ position: relative;
383
+ width: 7px;
384
+ height: 7px;
385
+ border-radius: 3.5px;
386
+ margin-right: 3.5px;
387
+ background-color: #fff;
572
388
  }
573
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
574
- padding-top: 12px;
575
- height: 38px;
576
- text-align: center;
389
+ .dvr-controls[data-dvr-controls] .live-button:hover {
390
+ opacity: 1;
391
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
577
392
  }
578
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
579
- text-align: center;
393
+
394
+ .dvr-controls[data-dvr-controls] {
395
+ height: 40px;
396
+ line-height: 40px;
397
+ margin-left: 0;
580
398
  }
581
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
582
- height: 80px;
399
+ .dvr-controls[data-dvr-controls] .live-info {
400
+ font-size: 14px;
401
+ letter-spacing: 0.8px;
402
+ font-weight: 500;
403
+ color: #fffffe;
404
+ margin-left: 21px;
583
405
  }
584
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
585
- bottom: 0;
586
- left: 0;
406
+ .dvr-controls[data-dvr-controls] .live-info::before {
407
+ width: 10px;
408
+ height: 10px;
409
+ border-radius: 50%;
410
+ margin-right: 8px;
411
+ background-color: #ed4f4a;
587
412
  }
588
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
589
- inset: 50% auto auto 50%;
590
- transform: translate(-50%, -50%);
413
+ .dvr-controls[data-dvr-controls] .live-button {
414
+ height: 40px;
415
+ opacity: 1;
416
+ font-size: 14px;
417
+ letter-spacing: 0.8px;
418
+ font-weight: 500;
419
+ margin-left: 20px;
591
420
  }
592
-
593
- .speed-test-button {
594
- margin: 10px 0 0;
595
- color: #000;
421
+ .dvr-controls[data-dvr-controls] .live-button::before {
422
+ width: 10px;
423
+ height: 10px;
424
+ border-radius: 50%;
425
+ margin-right: 8px;
426
+ background-color: #cacaca;
596
427
  }
597
428
 
598
- .speed-test {
599
- position: absolute;
600
- top: 0;
601
- left: 0;
602
- width: 100%;
603
- height: 100%;
604
- z-index: 9999;
605
- }
606
- .speed-test .speed-test-header {
607
- width: 100%;
608
- height: 32px;
429
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
430
+ display: none;
609
431
  }
610
- .speed-test .speed-test-header .close-speed-test {
611
- float: right;
612
- margin-right: 5px;
613
- line-height: 32px;
614
- cursor: pointer;
615
- color: var(--primary-text-color);
432
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
433
+ display: block;
616
434
  }
617
- .speed-test .speed-test-header .close-speed-test:hover {
618
- color: var(--hover-text-color);
435
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
436
+ background-color: #005aff;
619
437
  }
620
438
 
621
- .settings-button {
622
- float: right;
623
- margin: 0 12px 0 0;
624
- height: 40px;
625
- width: 24px;
626
- border: none;
627
- padding: 0;
439
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
440
+ background-color: #ff0101;
441
+ }.clips.bar-container[data-seekbar] {
442
+ clip-path: url("#myClip");
443
+ }*, :focus, :visited {
444
+ outline: none !important;
628
445
  }
629
446
 
630
- .settings-options-list {
631
- position: absolute;
632
- right: 16px;
633
- bottom: 52px;
634
- background: var(--primary-background-color);
635
- width: 250px;
636
- height: 48px;
637
- z-index: 9999;
638
- border-radius: 4px;
447
+ .gear-wrapper .go-back {
448
+ font-weight: 600;
449
+ font-size: 14px;
450
+ line-height: 20px;
451
+ width: 100%;
452
+ text-align: left;
453
+ padding: 12px;
639
454
  }
640
- .settings-options-list svg {
455
+ .gear-wrapper .go-back .arrow-left-icon {
641
456
  float: left;
642
- margin-right: 10px;
457
+ padding-top: 2px;
458
+ padding-right: 2px;
643
459
  }
644
- .settings-options-list .settings-speedtest-option {
645
- color: var(--primary-text-color);
646
- margin: 0;
647
- text-align: left;
648
- height: 24px;
649
- line-height: 22px;
650
- padding: 14px;
651
- width: 250px;
652
- font-size: 12px;
653
- }
654
- .settings-options-list .settings-speedtest-option:hover {
655
- color: var(--hover-text-color);
656
- }
657
- .settings-options-list .settings-speedtest-option:hover svg path {
658
- fill: var(--hover-text-color);
659
- }
660
- .settings-options-list .settings-speedtest-option svg path {
661
- fill: var(--primary-text-color);
460
+ .gear-wrapper .go-back .arrow-left-icon svg {
461
+ height: 16px;
662
462
  }
663
-
664
- .speedtest-summary {
463
+ .gear-wrapper ul.gear-sub-menu {
665
464
  width: 100%;
666
- border-top: 1px solid var(--secondary-background-color) !important;
667
- border-bottom: 1px solid var(--secondary-background-color) !important;
668
- display: flex !important;
669
- flex-direction: column;
670
- align-items: stretch;
671
- justify-content: space-between;
465
+ list-style-type: none;
466
+ background-color: transparent;
467
+ min-width: 60px;
468
+ border-top: 2px solid rgb(36, 36, 36);
672
469
  }
673
- .speedtest-summary .speedtest-summary-header {
674
- width: 100%;
675
- padding-top: 4px;
470
+ .gear-wrapper ul.gear-sub-menu li {
471
+ font-size: 12px;
676
472
  text-align: left;
677
- height: 32px;
678
- font-size: 14px;
679
- font-weight: 500;
680
- line-height: 20px;
681
473
  }
682
- .speedtest-summary .speedtest-summary-block {
683
- position: relative;
684
- display: flex;
685
- flex-direction: row;
686
- width: 100%;
474
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
475
+ background-color: #c3c2c2;
476
+ padding: 5px;
687
477
  }
688
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
689
- width: 50%;
690
- margin-top: 4px;
691
- margin-bottom: 12px;
478
+ .gear-wrapper ul.gear-sub-menu li a {
479
+ display: block;
480
+ text-decoration: none;
481
+ height: 32px;
482
+ padding: 5px 10px;
483
+ line-height: 22px;
484
+ color: #fffffe;
692
485
  }
693
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
694
- padding: 2px;
695
- width: 248px;
696
- max-width: 100%;
486
+ .gear-wrapper ul.gear-sub-menu li a:hover {
487
+ color: white;
488
+ background-color: rgba(0, 0, 0, 0.4);
697
489
  }
698
-
699
- .speedtest-quality {
700
- width: 100%;
701
- height: 36px;
702
- display: flex !important;
703
- flex-direction: column !important;
704
- justify-content: space-between !important;
490
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
491
+ color: white;
492
+ text-decoration: none;
705
493
  }
706
- .speedtest-quality .speedtest-quality-header {
707
- font-size: 12px;
494
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
495
+ width: 30px;
708
496
  height: 20px;
709
- border-left: 2px solid var(--secondary-background-color) !important;
710
- background-color: var(--secondary-background-color);
711
- text-align: left;
497
+ float: left;
498
+ display: block;
712
499
  }
713
- .speedtest-quality-content {
714
- width: 100%;
715
- margin-top: 8px;
716
- height: 8px;
717
- display: flex !important;
718
- flex-direction: row !important;
719
- align-items: stretch !important;
720
- justify-content: space-between;
500
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
501
+ display: none;
721
502
  }
722
- .speedtest-quality-content-item {
723
- width: 18.8%;
724
- background-color: #fff;
503
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
504
+ display: inline;
725
505
  }
726
- .speedtest-quality-content-item.speedtest-quality-value-1 {
727
- background-color: var(--speedtest-red);
506
+ .gear-wrapper svg {
507
+ height: 20px;
508
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
509
+ float: right;
510
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
728
511
  }
729
- .speedtest-quality-content-item.speedtest-quality-value-2 {
730
- background-color: var(--speedtest-orange);
512
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
513
+ height: 40px;
514
+ width: 40px;
515
+ padding-right: 20px;
731
516
  }
732
- .speedtest-quality-content-item.speedtest-quality-value-3 {
733
- background-color: var(--speedtest-yellow);
517
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
518
+ height: 20px;
734
519
  }
735
- .speedtest-quality-content-item.speedtest-quality-value-4 {
736
- background-color: var(--speedtest-light-green);
520
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
521
+ position: absolute;
522
+ right: 16px;
523
+ bottom: 52px;
524
+ display: none;
525
+ width: 250px;
526
+ min-height: 48px;
527
+ z-index: 9999;
528
+ border-radius: 4px;
737
529
  }
738
- .speedtest-quality-content-item.speedtest-quality-value-5 {
739
- background-color: var(--speedtest-green);
530
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
531
+ padding: 8px 0;
740
532
  }
741
-
742
- .speedtest-footer {
743
- position: relative;
533
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
744
534
  float: left;
745
- width: 100%;
746
- height: 30px;
747
- line-height: 16px;
535
+ margin-right: 10px;
748
536
  }
749
- .speedtest-footer-about-link {
750
- position: absolute;
751
- bottom: 0;
752
- left: 0;
753
- color: var(--secondary-text-color);
754
- text-decoration: underline !important;
537
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
538
+ margin: 0;
539
+ text-align: left;
540
+ line-height: 22px;
541
+ padding: 5px 14px;
542
+ width: 250px;
543
+ font-size: 12px;
755
544
  }
756
- .speedtest-footer-about-link:hover {
757
- color: var(--hover-text-color);
545
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
546
+ float: right;
547
+ margin-right: -14px;
758
548
  }
759
- .speedtest-footer .speedtest-footer-refresh {
549
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
550
+ float: right;
551
+ margin-right: 8px;
552
+ }
553
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
554
+ height: 20px;
555
+ }.level-disabled {
556
+ opacity: 0.5;
557
+ pointer-events: none;
558
+ }.media-control-pip button {
559
+ float: right;
560
+ height: 40px;
561
+ margin-right: 20px;
562
+ }
563
+ .media-control-pip button svg {
564
+ height: 20px;
565
+ }div.player-error-screen, [data-player] div.player-error-screen {
566
+ color: #CCCACA;
760
567
  position: absolute;
761
- bottom: 0;
762
- right: 0;
763
- color: var(--secondary-text-color);
764
- font-size: 14px;
765
- font-weight: 400;
766
- line-height: 16px;
767
- height: 16px;
568
+ top: 0;
569
+ height: 100%;
570
+ width: 100%;
571
+ background-color: rgba(0, 0, 0, 0.7);
572
+ z-index: 2000;
768
573
  display: flex;
769
- align-items: center;
770
- gap: 4px;
574
+ flex-direction: column;
575
+ justify-content: center;
771
576
  }
772
- .speedtest-footer .speedtest-footer-refresh svg path {
773
- fill: var(--secondary-text-color);
577
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
578
+ font-size: 14px;
579
+ color: #CCCACA;
580
+ margin-top: 45px;
774
581
  }
775
- .speedtest-footer .speedtest-footer-refresh:hover {
776
- color: var(--hover-text-color);
582
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
583
+ font-weight: bold;
584
+ line-height: 30px;
585
+ font-size: 18px;
777
586
  }
778
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
779
- fill: var(--hover-text-color);
587
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
588
+ width: 90%;
589
+ margin: 0 auto;
590
+ }
591
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
592
+ font-size: 13px;
593
+ margin-top: 15px;
594
+ }
595
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
596
+ cursor: pointer;
597
+ width: 30px;
598
+ margin: 15px auto 0;
599
+ }*, :focus, :visited {
600
+ outline: none !important;
780
601
  }
781
602
 
782
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
783
- position: fixed;
784
- height: auto;
785
- width: auto;
786
- inset: 0;
787
- min-width: 100vw;
788
- padding-bottom: 4px;
789
- padding-left: 4px;
790
- padding-right: 4px;
603
+ .multicamera[data-multicamera] {
604
+ float: right;
605
+ margin-top: 4px;
606
+ position: relative;
607
+ margin-right: 20px;
608
+ width: 20px;
791
609
  }
792
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
793
- position: fixed;
610
+ .multicamera[data-multicamera] button {
611
+ background-color: transparent;
612
+ color: #fff;
613
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
614
+ -webkit-font-smoothing: antialiased;
615
+ border: none;
616
+ font-size: 14px;
617
+ padding: 0;
794
618
  }
795
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
796
- width: 50%;
797
- }
798
-
799
- @media only screen and (orientation: portrait) {
800
- .mobile .speedtest-summary {
801
- padding: 0 5px;
802
- height: auto;
803
- }
804
- .mobile .speedtest-summary-block {
805
- width: 100%;
806
- flex-direction: column;
807
- }
808
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
809
- width: 100%;
810
- }
811
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
812
- width: 100%;
813
- }
814
- .mobile .speedtest-summary-header {
815
- padding-top: 12px;
816
- height: 38px;
817
- text-align: center;
818
- }
819
- .mobile .speedtest-quality-header {
820
- text-align: center;
821
- }
822
- .mobile .speedtest-footer .speedtest-footer-refresh {
823
- inset: 50% auto auto 50%;
824
- transform: translate(-50%, -50%);
825
- }
826
- }
827
- @media only screen and (orientation: landscape) {
828
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
829
- width: 25%;
830
- }
831
- }.media-control-pip button {
832
- float: right;
833
- height: 40px;
834
- margin-right: 20px;
835
- }
836
- .media-control-pip button svg {
837
- height: 20px;
838
- }.dvr-controls[data-dvr-controls] {
839
- display: inline-block;
840
- float: left;
841
- color: #fff;
842
- line-height: 32px;
843
- font-size: 10px;
844
- font-weight: bold;
845
- margin-left: 6px;
846
- }
847
- .dvr-controls[data-dvr-controls] .live-info {
848
- cursor: default;
849
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
850
- text-transform: uppercase;
851
- }
852
- .dvr-controls[data-dvr-controls] .live-info:before {
853
- content: "";
854
- display: inline-block;
855
- position: relative;
856
- width: 7px;
857
- height: 7px;
858
- border-radius: 3.5px;
859
- margin-right: 3.5px;
860
- background-color: #ff0101;
861
- }
862
- .dvr-controls[data-dvr-controls] .live-info.disabled {
863
- opacity: 0.3;
864
- }
865
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
866
- background-color: #fff;
867
- }
868
- .dvr-controls[data-dvr-controls] .live-button {
869
- cursor: pointer;
870
- outline: none;
871
- display: none;
872
- border: 0;
873
- color: #fff;
874
- background-color: transparent;
875
- height: 32px;
876
- padding: 0;
877
- opacity: 0.7;
878
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
879
- text-transform: uppercase;
880
- transition: all 0.1s ease;
881
- }
882
- .dvr-controls[data-dvr-controls] .live-button:before {
883
- content: "";
884
- display: inline-block;
885
- position: relative;
886
- width: 7px;
887
- height: 7px;
888
- border-radius: 3.5px;
889
- margin-right: 3.5px;
890
- background-color: #fff;
891
- }
892
- .dvr-controls[data-dvr-controls] .live-button:hover {
893
- opacity: 1;
894
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
895
- }
896
-
897
- .dvr-controls[data-dvr-controls] {
898
- height: 40px;
899
- line-height: 40px;
900
- margin-left: 0;
901
- }
902
- .dvr-controls[data-dvr-controls] .live-info {
903
- font-size: 14px;
904
- letter-spacing: 0.8px;
905
- font-weight: 500;
906
- color: #fffffe;
907
- margin-left: 21px;
908
- }
909
- .dvr-controls[data-dvr-controls] .live-info::before {
910
- width: 10px;
911
- height: 10px;
912
- border-radius: 50%;
913
- margin-right: 8px;
914
- background-color: #ed4f4a;
915
- }
916
- .dvr-controls[data-dvr-controls] .live-button {
917
- height: 40px;
918
- opacity: 1;
919
- font-size: 14px;
920
- letter-spacing: 0.8px;
921
- font-weight: 500;
922
- margin-left: 20px;
923
- }
924
- .dvr-controls[data-dvr-controls] .live-button::before {
925
- width: 10px;
926
- height: 10px;
927
- border-radius: 50%;
928
- margin-right: 8px;
929
- background-color: #cacaca;
930
- }
931
-
932
- .dvr .dvr-controls[data-dvr-controls] .live-info {
933
- display: none;
934
- }
935
- .dvr .dvr-controls[data-dvr-controls] .live-button {
936
- display: block;
937
- }
938
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
939
- background-color: #005aff;
940
- }
941
-
942
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
943
- background-color: #ff0101;
944
- }div.player-error-screen, [data-player] div.player-error-screen {
945
- color: #CCCACA;
946
- position: absolute;
947
- top: 0;
948
- height: 100%;
949
- width: 100%;
950
- background-color: rgba(0, 0, 0, 0.7);
951
- z-index: 2000;
952
- display: flex;
953
- flex-direction: column;
954
- justify-content: center;
955
- }
956
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
957
- font-size: 14px;
958
- color: #CCCACA;
959
- margin-top: 45px;
960
- }
961
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
962
- font-weight: bold;
963
- line-height: 30px;
964
- font-size: 18px;
965
- }
966
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
967
- width: 90%;
968
- margin: 0 auto;
969
- }
970
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
971
- font-size: 13px;
972
- margin-top: 15px;
973
- }
974
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
975
- cursor: pointer;
976
- width: 30px;
977
- margin: 15px auto 0;
978
- }*, :focus, :visited {
979
- outline: none !important;
980
- }
981
-
982
- .multicamera[data-multicamera] {
983
- float: right;
984
- margin-top: 4px;
985
- position: relative;
986
- margin-right: 20px;
987
- width: 20px;
988
- }
989
- .multicamera[data-multicamera] button {
990
- background-color: transparent;
991
- color: #fff;
992
- font-family: Roboto, "Open Sans", Arial, sans-serif;
993
- -webkit-font-smoothing: antialiased;
994
- border: none;
995
- font-size: 14px;
996
- padding: 0;
997
- }
998
- .multicamera[data-multicamera] button svg {
999
- height: 20px;
1000
- position: relative;
1001
- margin-top: 6px;
619
+ .multicamera[data-multicamera] button svg {
620
+ height: 20px;
621
+ position: relative;
622
+ margin-top: 6px;
1002
623
  }
1003
624
  .multicamera[data-multicamera] button:hover {
1004
625
  color: #c9c9c9;
@@ -1123,180 +744,22 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1123
744
  100% {
1124
745
  color: #B80000;
1125
746
  }
1126
- }.seek-time[data-seek-time] {
1127
- position: absolute;
1128
- white-space: nowrap;
1129
- height: 20px;
1130
- line-height: 20px;
1131
- font-size: 0;
1132
- left: -100%;
1133
- bottom: 55px;
1134
- background-color: rgba(2, 2, 2, 0.5);
1135
- z-index: 9999;
1136
- transition: opacity 0.1s ease;
747
+ }[data-player] {
748
+ --bottom-panel: 40px;
1137
749
  }
1138
- .seek-time[data-seek-time].hidden[data-seek-time] {
1139
- opacity: 0;
750
+
751
+ .container .media-control-notransition {
752
+ transition: none !important;
1140
753
  }
1141
- .seek-time[data-seek-time] [data-seek-time] {
1142
- display: inline-block;
1143
- color: white;
1144
- font-size: 10px;
1145
- padding-left: 7px;
1146
- padding-right: 7px;
1147
- vertical-align: top;
754
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
755
+ opacity: 1;
1148
756
  }
1149
- .seek-time[data-seek-time] [data-duration] {
1150
- display: inline-block;
1151
- color: rgba(255, 255, 255, 0.5);
1152
- font-size: 10px;
1153
- padding-right: 7px;
1154
- vertical-align: top;
757
+ .container.crop-video [data-html5-video] {
758
+ object-fit: cover;
1155
759
  }
1156
- .seek-time[data-seek-time] [data-duration]::before {
1157
- content: "|";
1158
- margin-right: 7px;
1159
- }.player-poster[data-poster] {
1160
- display: flex;
1161
- justify-content: center;
1162
- align-items: center;
760
+ .container .subtitle-string {
1163
761
  position: absolute;
1164
- height: 100%;
1165
- width: 100%;
1166
- z-index: 998;
1167
- top: 0;
1168
- left: 0;
1169
- background-color: #000;
1170
- background-size: cover;
1171
- background-repeat: no-repeat;
1172
- background-position: 50% 50%;
1173
- }
1174
- .player-poster[data-poster].clickable {
1175
- cursor: pointer;
1176
- }
1177
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1178
- opacity: 1;
1179
- }
1180
- .player-poster[data-poster] .play-wrapper[data-poster] {
1181
- width: 100%;
1182
- height: 25%;
1183
- margin: 0 auto;
1184
- opacity: 0.75;
1185
- transition: opacity 0.1s ease;
1186
- }
1187
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1188
- height: 100%;
1189
- display: inline;
1190
- }
1191
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1192
- fill: #fff;
1193
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1194
- height: 0;
1195
- }
1196
-
1197
- .skip_time_plugin[data-skip-time] {
1198
- position: absolute;
1199
- width: 100%;
1200
- height: calc(100% - 50px);
1201
- z-index: 9998;
1202
- background-color: transparent;
1203
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1204
- }
1205
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1206
- width: 100%;
1207
- height: 100%;
1208
- display: flex;
1209
- justify-content: space-between;
1210
- }
1211
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1212
- width: 33.3%;
1213
- height: 100%;
1214
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1215
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1216
- display: block;
1217
- }
1218
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1219
- width: 40px;
1220
- margin-top: 0;
1221
- }
1222
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1223
- display: flex;
1224
- justify-content: center;
1225
- padding: 0;
1226
- align-items: center;
1227
- }
1228
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1229
- color: white;
1230
- }
1231
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1232
- background-color: rgba(74, 74, 74, 0.6);
1233
- border: none;
1234
- width: auto;
1235
- transform: rotate(180deg);
1236
- border-radius: 4px;
1237
- bottom: 52px;
1238
- margin-left: -28px;
1239
- }
1240
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1241
- transform: rotate(-180deg);
1242
- font-size: 16px;
1243
- text-align: center;
1244
- white-space: nowrap;
1245
- height: 30px;
1246
- }
1247
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1248
- height: 30px;
1249
- padding: 5px 10px;
1250
- color: #fffffe;
1251
- }
1252
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1253
- background-color: rgba(0, 0, 0, 0.4);
1254
- }
1255
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1256
- background-color: rgba(0, 0, 0, 0.4);
1257
- }
1258
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1259
- border-bottom-left-radius: 4px;
1260
- border-bottom-right-radius: 4px;
1261
- }
1262
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1263
- border-top-left-radius: 4px;
1264
- border-top-right-radius: 4px;
1265
- }
1266
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1267
- height: 26px;
1268
- line-height: 26px;
1269
- bottom: 52px;
1270
- border-radius: 3px;
1271
- background-color: rgba(74, 74, 74, 0.7);
1272
- }
1273
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1274
- letter-spacing: 0.8px;
1275
- font-size: 14px;
1276
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1277
- }
1278
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1279
- padding-left: 8px;
1280
- padding-right: 8px;
1281
- }
1282
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1283
- display: none !important;
1284
- }[data-player] {
1285
- --bottom-panel: 40px;
1286
- }
1287
-
1288
- .container .media-control-notransition {
1289
- transition: none !important;
1290
- }
1291
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
1292
- opacity: 1;
1293
- }
1294
- .container.crop-video [data-html5-video] {
1295
- object-fit: cover;
1296
- }
1297
- .container .subtitle-string {
1298
- position: absolute;
1299
- bottom: calc(var(--bottom-panel) + 5px);
762
+ bottom: calc(var(--bottom-panel) + 5px);
1300
763
  width: 100%;
1301
764
  }
1302
765
  .container .subtitle-string p {
@@ -1886,6 +1349,110 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1886
1349
  }
1887
1350
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1888
1351
  transform: scaleY(1.5);
1352
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1353
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1354
+ display: block;
1355
+ }
1356
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1357
+ width: 40px;
1358
+ margin-top: 0;
1359
+ }
1360
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1361
+ display: flex;
1362
+ justify-content: center;
1363
+ padding: 0;
1364
+ align-items: center;
1365
+ }
1366
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1367
+ color: white;
1368
+ }
1369
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1370
+ background-color: rgba(74, 74, 74, 0.6);
1371
+ border: none;
1372
+ width: auto;
1373
+ transform: rotate(180deg);
1374
+ border-radius: 4px;
1375
+ bottom: 52px;
1376
+ margin-left: -28px;
1377
+ }
1378
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1379
+ transform: rotate(-180deg);
1380
+ font-size: 16px;
1381
+ text-align: center;
1382
+ white-space: nowrap;
1383
+ height: 30px;
1384
+ }
1385
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1386
+ height: 30px;
1387
+ padding: 5px 10px;
1388
+ color: #fffffe;
1389
+ }
1390
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1391
+ background-color: rgba(0, 0, 0, 0.4);
1392
+ }
1393
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1394
+ background-color: rgba(0, 0, 0, 0.4);
1395
+ }
1396
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1397
+ border-bottom-left-radius: 4px;
1398
+ border-bottom-right-radius: 4px;
1399
+ }
1400
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1401
+ border-top-left-radius: 4px;
1402
+ border-top-right-radius: 4px;
1403
+ }
1404
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1405
+ height: 26px;
1406
+ line-height: 26px;
1407
+ bottom: 52px;
1408
+ border-radius: 3px;
1409
+ background-color: rgba(74, 74, 74, 0.7);
1410
+ }
1411
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1412
+ letter-spacing: 0.8px;
1413
+ font-size: 14px;
1414
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1415
+ }
1416
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1417
+ padding-left: 8px;
1418
+ padding-right: 8px;
1419
+ }
1420
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1421
+ display: none !important;
1422
+ }.player-poster[data-poster] {
1423
+ display: flex;
1424
+ justify-content: center;
1425
+ align-items: center;
1426
+ position: absolute;
1427
+ height: 100%;
1428
+ width: 100%;
1429
+ z-index: 998;
1430
+ top: 0;
1431
+ left: 0;
1432
+ background-color: #000;
1433
+ background-size: cover;
1434
+ background-repeat: no-repeat;
1435
+ background-position: 50% 50%;
1436
+ }
1437
+ .player-poster[data-poster].clickable {
1438
+ cursor: pointer;
1439
+ }
1440
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1441
+ opacity: 1;
1442
+ }
1443
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1444
+ width: 100%;
1445
+ height: 25%;
1446
+ margin: 0 auto;
1447
+ opacity: 0.75;
1448
+ transition: opacity 0.1s ease;
1449
+ }
1450
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1451
+ height: 100%;
1452
+ display: inline;
1453
+ }
1454
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1455
+ fill: #fff;
1889
1456
  }.share_plugin[data-share] {
1890
1457
  pointer-events: auto;
1891
1458
  z-index: 5;
@@ -1944,95 +1511,434 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1944
1511
  margin: 5px;
1945
1512
  cursor: pointer;
1946
1513
  }
1947
- .share_plugin[data-share] .share-container .share-container-main {
1948
- margin-bottom: 8px;
1514
+ .share_plugin[data-share] .share-container .share-container-main {
1515
+ margin-bottom: 8px;
1516
+ }
1517
+ .share_plugin[data-share] .share-container .share-container-main > div {
1518
+ text-align: left;
1519
+ font-size: 14px;
1520
+ padding: 5px;
1521
+ }
1522
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1523
+ overflow: hidden;
1524
+ text-overflow: ellipsis;
1525
+ color: #818181;
1526
+ border: solid 1px #d3d3d3;
1527
+ width: calc(100% - 10px);
1528
+ padding: 5px;
1529
+ }
1530
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1531
+ max-height: 90px;
1532
+ resize: none;
1533
+ }
1534
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1535
+ width: 32px;
1536
+ display: inline-block;
1537
+ margin-right: 5px;
1538
+ cursor: pointer;
1539
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1540
+ height: 0;
1541
+ }
1542
+
1543
+ .skip_time_plugin[data-skip-time] {
1544
+ position: absolute;
1545
+ width: 100%;
1546
+ height: calc(100% - 50px);
1547
+ z-index: 9998;
1548
+ background-color: transparent;
1549
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1550
+ }
1551
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1552
+ width: 100%;
1553
+ height: 100%;
1554
+ display: flex;
1555
+ justify-content: space-between;
1556
+ }
1557
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1558
+ width: 33.3%;
1559
+ height: 100%;
1560
+ }:root {
1561
+ --primary-background-color: #000;
1562
+ --secondary-background-color: #262626;
1563
+ --primary-text-color: #fff;
1564
+ --secondary-text-color: #fff4f2;
1565
+ --hover-text-color: #f9b090;
1566
+ --speedtest-red: #df564d;
1567
+ --speedtest-orange: #df934d;
1568
+ --speedtest-yellow: #dfd04d;
1569
+ --speedtest-light-green: #c2df4d;
1570
+ --speedtest-green: #73df4d;
1571
+ }
1572
+
1573
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1574
+ position: absolute;
1575
+ display: inline-block;
1576
+ bottom: 52px;
1577
+ right: 16px;
1578
+ padding: 0 10px 12px;
1579
+ margin: 0;
1580
+ line-height: 20px;
1581
+ font-size: 12px;
1582
+ font-weight: 500;
1583
+ background: var(--primary-background-color);
1584
+ color: #fff;
1585
+ z-index: 20000;
1586
+ overflow: auto;
1587
+ max-height: calc(100vh - 60px);
1588
+ max-width: calc(100vw - 10px);
1589
+ }
1590
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1591
+ position: absolute;
1592
+ top: 0;
1593
+ left: 0;
1594
+ z-index: 99990;
1595
+ width: 100%;
1596
+ height: 32px;
1597
+ background: var(--primary-background-color);
1598
+ }
1599
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1600
+ float: right;
1601
+ margin-right: 12px;
1602
+ margin-top: 10px;
1603
+ display: block;
1604
+ width: 12px;
1605
+ height: 12px;
1606
+ }
1607
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1608
+ fill: var(--primary-text-color);
1609
+ }
1610
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1611
+ fill: var(--hover-text-color);
1612
+ }
1613
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1614
+ overflow: hidden;
1615
+ margin-top: 44px;
1616
+ }
1617
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1618
+ width: 820px;
1619
+ }
1620
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1621
+ list-style-type: none;
1622
+ }
1623
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1624
+ padding-left: 2px;
1625
+ padding-right: 2px;
1626
+ background: var(--primary-background-color);
1627
+ }
1628
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1629
+ display: inline-block;
1630
+ float: left;
1631
+ padding: 5px;
1632
+ width: 200px;
1633
+ }
1634
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1635
+ position: relative;
1636
+ padding: 0 5px;
1637
+ text-align: left;
1638
+ }
1639
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1640
+ padding: 0;
1641
+ }
1642
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1643
+ width: 100%;
1644
+ }
1645
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1646
+ background: var(--secondary-background-color);
1647
+ }
1648
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1649
+ background: var(--secondary-background-color);
1650
+ }
1651
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
1652
+ text-align: center;
1653
+ font-weight: bold;
1654
+ padding-bottom: 4px;
1655
+ font-size: 14px;
1656
+ }
1657
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
1658
+ margin: 0;
1659
+ position: absolute;
1660
+ right: 0;
1661
+ top: 0;
1662
+ }
1663
+
1664
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
1665
+ width: 250px;
1666
+ }
1667
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
1668
+ width: 100%;
1669
+ }
1670
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
1671
+ padding: 0 5px;
1672
+ height: auto;
1673
+ }
1674
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
1675
+ width: 100%;
1676
+ flex-direction: column;
1677
+ }
1678
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1679
+ width: 100%;
1680
+ }
1681
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1682
+ width: 100%;
1683
+ }
1684
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
1685
+ padding-top: 12px;
1686
+ height: 38px;
1687
+ text-align: center;
1688
+ }
1689
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
1690
+ text-align: center;
1691
+ }
1692
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
1693
+ height: 80px;
1694
+ }
1695
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
1696
+ bottom: 0;
1697
+ left: 0;
1698
+ }
1699
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1700
+ inset: 50% auto auto 50%;
1701
+ transform: translate(-50%, -50%);
1702
+ }
1703
+
1704
+ .speed-test-button {
1705
+ margin: 10px 0 0;
1706
+ color: #000;
1707
+ }
1708
+
1709
+ .speed-test {
1710
+ position: absolute;
1711
+ top: 0;
1712
+ left: 0;
1713
+ width: 100%;
1714
+ height: 100%;
1715
+ z-index: 9999;
1716
+ }
1717
+ .speed-test .speed-test-header {
1718
+ width: 100%;
1719
+ height: 32px;
1720
+ }
1721
+ .speed-test .speed-test-header .close-speed-test {
1722
+ float: right;
1723
+ margin-right: 5px;
1724
+ line-height: 32px;
1725
+ cursor: pointer;
1726
+ color: var(--primary-text-color);
1727
+ }
1728
+ .speed-test .speed-test-header .close-speed-test:hover {
1729
+ color: var(--hover-text-color);
1730
+ }
1731
+
1732
+ .settings-button {
1733
+ float: right;
1734
+ margin: 0 12px 0 0;
1735
+ height: 40px;
1736
+ width: 24px;
1737
+ border: none;
1738
+ padding: 0;
1739
+ }
1740
+
1741
+ .settings-options-list {
1742
+ position: absolute;
1743
+ right: 16px;
1744
+ bottom: 52px;
1745
+ background: var(--primary-background-color);
1746
+ width: 250px;
1747
+ height: 48px;
1748
+ z-index: 9999;
1749
+ border-radius: 4px;
1750
+ }
1751
+ .settings-options-list svg {
1752
+ float: left;
1753
+ margin-right: 10px;
1754
+ }
1755
+ .settings-options-list .settings-speedtest-option {
1756
+ color: var(--primary-text-color);
1757
+ margin: 0;
1758
+ text-align: left;
1759
+ height: 24px;
1760
+ line-height: 22px;
1761
+ padding: 14px;
1762
+ width: 250px;
1763
+ font-size: 12px;
1764
+ }
1765
+ .settings-options-list .settings-speedtest-option:hover {
1766
+ color: var(--hover-text-color);
1767
+ }
1768
+ .settings-options-list .settings-speedtest-option:hover svg path {
1769
+ fill: var(--hover-text-color);
1770
+ }
1771
+ .settings-options-list .settings-speedtest-option svg path {
1772
+ fill: var(--primary-text-color);
1773
+ }
1774
+
1775
+ .speedtest-summary {
1776
+ width: 100%;
1777
+ border-top: 1px solid var(--secondary-background-color) !important;
1778
+ border-bottom: 1px solid var(--secondary-background-color) !important;
1779
+ display: flex !important;
1780
+ flex-direction: column;
1781
+ align-items: stretch;
1782
+ justify-content: space-between;
1783
+ }
1784
+ .speedtest-summary .speedtest-summary-header {
1785
+ width: 100%;
1786
+ padding-top: 4px;
1787
+ text-align: left;
1788
+ height: 32px;
1789
+ font-size: 14px;
1790
+ font-weight: 500;
1791
+ line-height: 20px;
1792
+ }
1793
+ .speedtest-summary .speedtest-summary-block {
1794
+ position: relative;
1795
+ display: flex;
1796
+ flex-direction: row;
1797
+ width: 100%;
1798
+ }
1799
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1800
+ width: 50%;
1801
+ margin-top: 4px;
1802
+ margin-bottom: 12px;
1803
+ }
1804
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1805
+ padding: 2px;
1806
+ width: 248px;
1807
+ max-width: 100%;
1808
+ }
1809
+
1810
+ .speedtest-quality {
1811
+ width: 100%;
1812
+ height: 36px;
1813
+ display: flex !important;
1814
+ flex-direction: column !important;
1815
+ justify-content: space-between !important;
1816
+ }
1817
+ .speedtest-quality .speedtest-quality-header {
1818
+ font-size: 12px;
1819
+ height: 20px;
1820
+ border-left: 2px solid var(--secondary-background-color) !important;
1821
+ background-color: var(--secondary-background-color);
1822
+ text-align: left;
1823
+ }
1824
+ .speedtest-quality-content {
1825
+ width: 100%;
1826
+ margin-top: 8px;
1827
+ height: 8px;
1828
+ display: flex !important;
1829
+ flex-direction: row !important;
1830
+ align-items: stretch !important;
1831
+ justify-content: space-between;
1832
+ }
1833
+ .speedtest-quality-content-item {
1834
+ width: 18.8%;
1835
+ background-color: #fff;
1949
1836
  }
1950
- .share_plugin[data-share] .share-container .share-container-main > div {
1951
- text-align: left;
1952
- font-size: 14px;
1953
- padding: 5px;
1837
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
1838
+ background-color: var(--speedtest-red);
1954
1839
  }
1955
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1956
- overflow: hidden;
1957
- text-overflow: ellipsis;
1958
- color: #818181;
1959
- border: solid 1px #d3d3d3;
1960
- width: calc(100% - 10px);
1961
- padding: 5px;
1840
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
1841
+ background-color: var(--speedtest-orange);
1962
1842
  }
1963
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1964
- max-height: 90px;
1965
- resize: none;
1843
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
1844
+ background-color: var(--speedtest-yellow);
1966
1845
  }
1967
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1968
- width: 32px;
1969
- display: inline-block;
1970
- margin-right: 5px;
1971
- cursor: pointer;
1972
- }.scrub-thumbnails {
1973
- position: absolute;
1974
- bottom: 52px;
1975
- width: 100%;
1976
- transition: opacity 0.3s ease;
1846
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
1847
+ background-color: var(--speedtest-light-green);
1977
1848
  }
1978
- .scrub-thumbnails.hidden {
1979
- opacity: 0;
1849
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
1850
+ background-color: var(--speedtest-green);
1980
1851
  }
1981
- .scrub-thumbnails .thumbnail-container {
1982
- display: inline-block;
1852
+
1853
+ .speedtest-footer {
1983
1854
  position: relative;
1984
- overflow: hidden;
1985
- background-color: #000;
1986
- }
1987
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1988
- position: absolute;
1989
- width: auto;
1990
- }
1991
- .scrub-thumbnails .thumbnails-text {
1992
- background-color: rgba(74, 74, 74, 0.7);
1993
- border-radius: 3px;
1994
- white-space: nowrap;
1995
- overflow: hidden;
1996
- text-overflow: ellipsis;
1997
- color: white;
1998
- position: absolute;
1999
- bottom: 23px;
2000
- width: 100px;
1855
+ float: left;
1856
+ width: 100%;
1857
+ height: 30px;
1858
+ line-height: 16px;
2001
1859
  }
2002
- .scrub-thumbnails .spotlight {
2003
- background-color: #4a4a4a;
2004
- overflow: hidden;
1860
+ .speedtest-footer-about-link {
2005
1861
  position: absolute;
2006
1862
  bottom: 0;
2007
1863
  left: 0;
2008
- border-color: #4a4a4a;
2009
- border-style: solid;
2010
- border-width: 3px;
2011
- border-radius: 3px;
1864
+ color: var(--secondary-text-color);
1865
+ text-decoration: underline !important;
2012
1866
  }
2013
- .scrub-thumbnails .spotlight img {
2014
- width: auto;
1867
+ .speedtest-footer-about-link:hover {
1868
+ color: var(--hover-text-color);
2015
1869
  }
2016
- .scrub-thumbnails .backdrop {
1870
+ .speedtest-footer .speedtest-footer-refresh {
2017
1871
  position: absolute;
2018
- left: 0;
2019
1872
  bottom: 0;
2020
1873
  right: 0;
2021
- background-color: #000;
2022
- overflow: hidden;
1874
+ color: var(--secondary-text-color);
1875
+ font-size: 14px;
1876
+ font-weight: 400;
1877
+ line-height: 16px;
1878
+ height: 16px;
1879
+ display: flex;
1880
+ align-items: center;
1881
+ gap: 4px;
2023
1882
  }
2024
- .scrub-thumbnails .backdrop .carousel {
2025
- position: absolute;
2026
- top: 0;
2027
- left: 0;
2028
- height: 100%;
2029
- white-space: nowrap;
1883
+ .speedtest-footer .speedtest-footer-refresh svg path {
1884
+ fill: var(--secondary-text-color);
2030
1885
  }
2031
- .scrub-thumbnails .backdrop .carousel img {
1886
+ .speedtest-footer .speedtest-footer-refresh:hover {
1887
+ color: var(--hover-text-color);
1888
+ }
1889
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
1890
+ fill: var(--hover-text-color);
1891
+ }
1892
+
1893
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1894
+ position: fixed;
1895
+ height: auto;
2032
1896
  width: auto;
2033
- }.level-disabled {
2034
- opacity: 0.5;
2035
- pointer-events: none;
1897
+ inset: 0;
1898
+ min-width: 100vw;
1899
+ padding-bottom: 4px;
1900
+ padding-left: 4px;
1901
+ padding-right: 4px;
1902
+ }
1903
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1904
+ position: fixed;
1905
+ }
1906
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1907
+ width: 50%;
1908
+ }
1909
+
1910
+ @media only screen and (orientation: portrait) {
1911
+ .mobile .speedtest-summary {
1912
+ padding: 0 5px;
1913
+ height: auto;
1914
+ }
1915
+ .mobile .speedtest-summary-block {
1916
+ width: 100%;
1917
+ flex-direction: column;
1918
+ }
1919
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
1920
+ width: 100%;
1921
+ }
1922
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1923
+ width: 100%;
1924
+ }
1925
+ .mobile .speedtest-summary-header {
1926
+ padding-top: 12px;
1927
+ height: 38px;
1928
+ text-align: center;
1929
+ }
1930
+ .mobile .speedtest-quality-header {
1931
+ text-align: center;
1932
+ }
1933
+ .mobile .speedtest-footer .speedtest-footer-refresh {
1934
+ inset: 50% auto auto 50%;
1935
+ transform: translate(-50%, -50%);
1936
+ }
1937
+ }
1938
+ @media only screen and (orientation: landscape) {
1939
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1940
+ width: 25%;
1941
+ }
2036
1942
  }*, :focus, :visited {
2037
1943
  outline: none !important;
2038
1944
  }
@@ -2114,6 +2020,67 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2114
2020
  .ios-fullscreen::cue {
2115
2021
  visibility: visible !important;
2116
2022
  font-size: 1em !important;
2023
+ }.scrub-thumbnails {
2024
+ position: absolute;
2025
+ bottom: 52px;
2026
+ width: 100%;
2027
+ transition: opacity 0.3s ease;
2028
+ }
2029
+ .scrub-thumbnails.hidden {
2030
+ opacity: 0;
2031
+ }
2032
+ .scrub-thumbnails .thumbnail-container {
2033
+ display: inline-block;
2034
+ position: relative;
2035
+ overflow: hidden;
2036
+ background-color: #000;
2037
+ }
2038
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2039
+ position: absolute;
2040
+ width: auto;
2041
+ }
2042
+ .scrub-thumbnails .thumbnails-text {
2043
+ background-color: rgba(74, 74, 74, 0.7);
2044
+ border-radius: 3px;
2045
+ white-space: nowrap;
2046
+ overflow: hidden;
2047
+ text-overflow: ellipsis;
2048
+ color: white;
2049
+ position: absolute;
2050
+ bottom: 23px;
2051
+ width: 100px;
2052
+ }
2053
+ .scrub-thumbnails .spotlight {
2054
+ background-color: #4a4a4a;
2055
+ overflow: hidden;
2056
+ position: absolute;
2057
+ bottom: 0;
2058
+ left: 0;
2059
+ border-color: #4a4a4a;
2060
+ border-style: solid;
2061
+ border-width: 3px;
2062
+ border-radius: 3px;
2063
+ }
2064
+ .scrub-thumbnails .spotlight img {
2065
+ width: auto;
2066
+ }
2067
+ .scrub-thumbnails .backdrop {
2068
+ position: absolute;
2069
+ left: 0;
2070
+ bottom: 0;
2071
+ right: 0;
2072
+ background-color: #000;
2073
+ overflow: hidden;
2074
+ }
2075
+ .scrub-thumbnails .backdrop .carousel {
2076
+ position: absolute;
2077
+ top: 0;
2078
+ left: 0;
2079
+ height: 100%;
2080
+ white-space: nowrap;
2081
+ }
2082
+ .scrub-thumbnails .backdrop .carousel img {
2083
+ width: auto;
2117
2084
  }.spinner-three-bounce[data-spinner] {
2118
2085
  position: absolute;
2119
2086
  width: 70px;
@@ -2152,6 +2119,39 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2152
2119
  40% {
2153
2120
  transform: scale(1);
2154
2121
  }
2122
+ }.seek-time[data-seek-time] {
2123
+ position: absolute;
2124
+ white-space: nowrap;
2125
+ height: 20px;
2126
+ line-height: 20px;
2127
+ font-size: 0;
2128
+ left: -100%;
2129
+ bottom: 55px;
2130
+ background-color: rgba(2, 2, 2, 0.5);
2131
+ z-index: 9999;
2132
+ transition: opacity 0.1s ease;
2133
+ }
2134
+ .seek-time[data-seek-time].hidden[data-seek-time] {
2135
+ opacity: 0;
2136
+ }
2137
+ .seek-time[data-seek-time] [data-seek-time] {
2138
+ display: inline-block;
2139
+ color: white;
2140
+ font-size: 10px;
2141
+ padding-left: 7px;
2142
+ padding-right: 7px;
2143
+ vertical-align: top;
2144
+ }
2145
+ .seek-time[data-seek-time] [data-duration] {
2146
+ display: inline-block;
2147
+ color: rgba(255, 255, 255, 0.5);
2148
+ font-size: 10px;
2149
+ padding-right: 7px;
2150
+ vertical-align: top;
2151
+ }
2152
+ .seek-time[data-seek-time] [data-duration]::before {
2153
+ content: "|";
2154
+ margin-right: 7px;
2155
2155
  }.player-logo[data-logo] {
2156
2156
  position: absolute;
2157
2157
  z-index: 2;