@gcorevideo/player 2.22.4 → 2.22.7

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 (60) hide show
  1. package/assets/level-selector/button.ejs +1 -1
  2. package/assets/level-selector/list.ejs +10 -4
  3. package/assets/level-selector/style.scss +8 -3
  4. package/assets/media-control/media-control.ejs +1 -2
  5. package/dist/core.js +2 -2
  6. package/dist/index.css +916 -912
  7. package/dist/index.js +452 -413
  8. package/dist/plugins/index.css +668 -664
  9. package/dist/plugins/index.js +514 -474
  10. package/lib/index.plugins.d.ts +2 -1
  11. package/lib/index.plugins.d.ts.map +1 -1
  12. package/lib/index.plugins.js +2 -1
  13. package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
  14. package/lib/playback/dash-playback/DashPlayback.js +1 -1
  15. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  16. package/lib/plugins/bottom-gear/BottomGear.js +2 -2
  17. package/lib/plugins/level-selector/LevelSelector.d.ts +6 -5
  18. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  19. package/lib/plugins/level-selector/LevelSelector.js +11 -8
  20. package/lib/plugins/level-selector/QualityLevels.d.ts +112 -0
  21. package/lib/plugins/level-selector/QualityLevels.d.ts.map +1 -0
  22. package/lib/plugins/level-selector/QualityLevels.js +280 -0
  23. package/lib/plugins/media-control/MediaControl.d.ts +37 -6
  24. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  25. package/lib/plugins/media-control/MediaControl.js +54 -36
  26. package/lib/plugins/playback-rate/PlaybackRate.d.ts +5 -4
  27. package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
  28. package/lib/plugins/playback-rate/PlaybackRate.js +46 -24
  29. package/lib/plugins/subtitles/ClosedCaptions.js +1 -1
  30. package/lib/plugins/utils/fullscreen.d.ts +4 -0
  31. package/lib/plugins/utils/fullscreen.d.ts.map +1 -0
  32. package/lib/plugins/utils/fullscreen.js +30 -0
  33. package/lib/plugins/utils.d.ts +0 -1
  34. package/lib/plugins/utils.d.ts.map +1 -1
  35. package/lib/plugins/utils.js +0 -28
  36. package/lib/plugins/vast-ads/VastAds.d.ts +1 -0
  37. package/lib/plugins/vast-ads/VastAds.d.ts.map +1 -1
  38. package/lib/plugins/vast-ads/VastAds.js +6 -3
  39. package/lib/utils/fullscreen.d.ts +3 -0
  40. package/lib/utils/fullscreen.d.ts.map +1 -0
  41. package/lib/utils/fullscreen.js +2 -0
  42. package/package.json +1 -1
  43. package/src/index.plugins.ts +2 -1
  44. package/src/playback/dash-playback/DashPlayback.ts +1 -4
  45. package/src/plugins/bottom-gear/BottomGear.ts +2 -2
  46. package/src/plugins/bottom-gear/__tests__/BottomGear.test.ts +15 -3
  47. package/src/plugins/level-selector/{LevelSelector.ts → QualityLevels.ts} +19 -13
  48. package/src/plugins/level-selector/__tests__/{LevelSelector.test.ts → QualityLevels.test.ts} +20 -6
  49. package/src/plugins/level-selector/__tests__/__snapshots__/{LevelSelector.test.ts.snap → QualityLevels.test.ts.snap} +58 -25
  50. package/src/plugins/media-control/MediaControl.ts +111 -62
  51. package/src/plugins/media-control/__tests__/MediaControl.test.ts +118 -8
  52. package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +149 -5
  53. package/src/plugins/playback-rate/PlaybackRate.ts +48 -26
  54. package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +125 -55
  55. package/src/plugins/playback-rate/__tests__/__snapshots__/PlaybackRate.test.ts.snap +1 -1
  56. package/src/plugins/subtitles/ClosedCaptions.ts +1 -1
  57. package/src/plugins/utils/fullscreen.ts +34 -0
  58. package/src/plugins/utils.ts +0 -31
  59. package/src/plugins/vast-ads/VastAds.ts +8 -4
  60. package/tsconfig.tsbuildinfo +1 -1
@@ -321,388 +321,6 @@
321
321
  100% {
322
322
  color: #B80000;
323
323
  }
324
- }:root {
325
- --primary-background-color: #000;
326
- --secondary-background-color: #262626;
327
- --primary-text-color: #fff;
328
- --secondary-text-color: #fff4f2;
329
- --hover-text-color: #f9b090;
330
- --speedtest-red: #df564d;
331
- --speedtest-orange: #df934d;
332
- --speedtest-yellow: #dfd04d;
333
- --speedtest-light-green: #c2df4d;
334
- --speedtest-green: #73df4d;
335
- }
336
-
337
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
338
- position: absolute;
339
- display: inline-block;
340
- bottom: 52px;
341
- right: 16px;
342
- padding: 0 10px 12px;
343
- margin: 0;
344
- line-height: 20px;
345
- font-size: 12px;
346
- font-weight: 500;
347
- background: var(--primary-background-color);
348
- color: #fff;
349
- z-index: 20000;
350
- overflow: auto;
351
- max-height: calc(100vh - 60px);
352
- max-width: calc(100vw - 10px);
353
- }
354
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
355
- position: absolute;
356
- top: 0;
357
- left: 0;
358
- z-index: 99990;
359
- width: 100%;
360
- height: 32px;
361
- background: var(--primary-background-color);
362
- }
363
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
364
- float: right;
365
- margin-right: 12px;
366
- margin-top: 10px;
367
- display: block;
368
- width: 12px;
369
- height: 12px;
370
- }
371
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
372
- fill: var(--primary-text-color);
373
- }
374
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
375
- fill: var(--hover-text-color);
376
- }
377
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
378
- overflow: hidden;
379
- margin-top: 44px;
380
- }
381
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
382
- width: 820px;
383
- }
384
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
385
- list-style-type: none;
386
- }
387
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
388
- padding-left: 2px;
389
- padding-right: 2px;
390
- background: var(--primary-background-color);
391
- }
392
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
393
- display: inline-block;
394
- float: left;
395
- padding: 5px;
396
- width: 200px;
397
- }
398
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
399
- position: relative;
400
- padding: 0 5px;
401
- text-align: left;
402
- }
403
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
404
- padding: 0;
405
- }
406
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
407
- width: 100%;
408
- }
409
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
410
- background: var(--secondary-background-color);
411
- }
412
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
413
- background: var(--secondary-background-color);
414
- }
415
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
416
- text-align: center;
417
- font-weight: bold;
418
- padding-bottom: 4px;
419
- font-size: 14px;
420
- }
421
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
422
- margin: 0;
423
- position: absolute;
424
- right: 0;
425
- top: 0;
426
- }
427
-
428
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
429
- width: 250px;
430
- }
431
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
432
- width: 100%;
433
- }
434
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
435
- padding: 0 5px;
436
- height: auto;
437
- }
438
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
439
- width: 100%;
440
- flex-direction: column;
441
- }
442
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
443
- width: 100%;
444
- }
445
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
446
- width: 100%;
447
- }
448
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
449
- padding-top: 12px;
450
- height: 38px;
451
- text-align: center;
452
- }
453
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
454
- text-align: center;
455
- }
456
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
457
- height: 80px;
458
- }
459
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
460
- bottom: 0;
461
- left: 0;
462
- }
463
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
464
- inset: 50% auto auto 50%;
465
- transform: translate(-50%, -50%);
466
- }
467
-
468
- .speed-test-button {
469
- margin: 10px 0 0;
470
- color: #000;
471
- }
472
-
473
- .speed-test {
474
- position: absolute;
475
- top: 0;
476
- left: 0;
477
- width: 100%;
478
- height: 100%;
479
- z-index: 9999;
480
- }
481
- .speed-test .speed-test-header {
482
- width: 100%;
483
- height: 32px;
484
- }
485
- .speed-test .speed-test-header .close-speed-test {
486
- float: right;
487
- margin-right: 5px;
488
- line-height: 32px;
489
- cursor: pointer;
490
- color: var(--primary-text-color);
491
- }
492
- .speed-test .speed-test-header .close-speed-test:hover {
493
- color: var(--hover-text-color);
494
- }
495
-
496
- .settings-button {
497
- float: right;
498
- margin: 0 12px 0 0;
499
- height: 40px;
500
- width: 24px;
501
- border: none;
502
- padding: 0;
503
- }
504
-
505
- .settings-options-list {
506
- position: absolute;
507
- right: 16px;
508
- bottom: 52px;
509
- background: var(--primary-background-color);
510
- width: 250px;
511
- height: 48px;
512
- z-index: 9999;
513
- border-radius: 4px;
514
- }
515
- .settings-options-list svg {
516
- float: left;
517
- margin-right: 10px;
518
- }
519
- .settings-options-list .settings-speedtest-option {
520
- color: var(--primary-text-color);
521
- margin: 0;
522
- text-align: left;
523
- height: 24px;
524
- line-height: 22px;
525
- padding: 14px;
526
- width: 250px;
527
- font-size: 12px;
528
- }
529
- .settings-options-list .settings-speedtest-option:hover {
530
- color: var(--hover-text-color);
531
- }
532
- .settings-options-list .settings-speedtest-option:hover svg path {
533
- fill: var(--hover-text-color);
534
- }
535
- .settings-options-list .settings-speedtest-option svg path {
536
- fill: var(--primary-text-color);
537
- }
538
-
539
- .speedtest-summary {
540
- width: 100%;
541
- border-top: 1px solid var(--secondary-background-color) !important;
542
- border-bottom: 1px solid var(--secondary-background-color) !important;
543
- display: flex !important;
544
- flex-direction: column;
545
- align-items: stretch;
546
- justify-content: space-between;
547
- }
548
- .speedtest-summary .speedtest-summary-header {
549
- width: 100%;
550
- padding-top: 4px;
551
- text-align: left;
552
- height: 32px;
553
- font-size: 14px;
554
- font-weight: 500;
555
- line-height: 20px;
556
- }
557
- .speedtest-summary .speedtest-summary-block {
558
- position: relative;
559
- display: flex;
560
- flex-direction: row;
561
- width: 100%;
562
- }
563
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
564
- width: 50%;
565
- margin-top: 4px;
566
- margin-bottom: 12px;
567
- }
568
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
569
- padding: 2px;
570
- width: 248px;
571
- max-width: 100%;
572
- }
573
-
574
- .speedtest-quality {
575
- width: 100%;
576
- height: 36px;
577
- display: flex !important;
578
- flex-direction: column !important;
579
- justify-content: space-between !important;
580
- }
581
- .speedtest-quality .speedtest-quality-header {
582
- font-size: 12px;
583
- height: 20px;
584
- border-left: 2px solid var(--secondary-background-color) !important;
585
- background-color: var(--secondary-background-color);
586
- text-align: left;
587
- }
588
- .speedtest-quality-content {
589
- width: 100%;
590
- margin-top: 8px;
591
- height: 8px;
592
- display: flex !important;
593
- flex-direction: row !important;
594
- align-items: stretch !important;
595
- justify-content: space-between;
596
- }
597
- .speedtest-quality-content-item {
598
- width: 18.8%;
599
- background-color: #fff;
600
- }
601
- .speedtest-quality-content-item.speedtest-quality-value-1 {
602
- background-color: var(--speedtest-red);
603
- }
604
- .speedtest-quality-content-item.speedtest-quality-value-2 {
605
- background-color: var(--speedtest-orange);
606
- }
607
- .speedtest-quality-content-item.speedtest-quality-value-3 {
608
- background-color: var(--speedtest-yellow);
609
- }
610
- .speedtest-quality-content-item.speedtest-quality-value-4 {
611
- background-color: var(--speedtest-light-green);
612
- }
613
- .speedtest-quality-content-item.speedtest-quality-value-5 {
614
- background-color: var(--speedtest-green);
615
- }
616
-
617
- .speedtest-footer {
618
- position: relative;
619
- float: left;
620
- width: 100%;
621
- height: 30px;
622
- line-height: 16px;
623
- }
624
- .speedtest-footer-about-link {
625
- position: absolute;
626
- bottom: 0;
627
- left: 0;
628
- color: var(--secondary-text-color);
629
- text-decoration: underline !important;
630
- }
631
- .speedtest-footer-about-link:hover {
632
- color: var(--hover-text-color);
633
- }
634
- .speedtest-footer .speedtest-footer-refresh {
635
- position: absolute;
636
- bottom: 0;
637
- right: 0;
638
- color: var(--secondary-text-color);
639
- font-size: 14px;
640
- font-weight: 400;
641
- line-height: 16px;
642
- height: 16px;
643
- display: flex;
644
- align-items: center;
645
- gap: 4px;
646
- }
647
- .speedtest-footer .speedtest-footer-refresh svg path {
648
- fill: var(--secondary-text-color);
649
- }
650
- .speedtest-footer .speedtest-footer-refresh:hover {
651
- color: var(--hover-text-color);
652
- }
653
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
654
- fill: var(--hover-text-color);
655
- }
656
-
657
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
658
- position: fixed;
659
- height: auto;
660
- width: auto;
661
- inset: 0;
662
- min-width: 100vw;
663
- padding-bottom: 4px;
664
- padding-left: 4px;
665
- padding-right: 4px;
666
- }
667
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
668
- position: fixed;
669
- }
670
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
671
- width: 50%;
672
- }
673
-
674
- @media only screen and (orientation: portrait) {
675
- .mobile .speedtest-summary {
676
- padding: 0 5px;
677
- height: auto;
678
- }
679
- .mobile .speedtest-summary-block {
680
- width: 100%;
681
- flex-direction: column;
682
- }
683
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
684
- width: 100%;
685
- }
686
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
687
- width: 100%;
688
- }
689
- .mobile .speedtest-summary-header {
690
- padding-top: 12px;
691
- height: 38px;
692
- text-align: center;
693
- }
694
- .mobile .speedtest-quality-header {
695
- text-align: center;
696
- }
697
- .mobile .speedtest-footer .speedtest-footer-refresh {
698
- inset: 50% auto auto 50%;
699
- transform: translate(-50%, -50%);
700
- }
701
- }
702
- @media only screen and (orientation: landscape) {
703
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
704
- width: 25%;
705
- }
706
324
  }.dvr-controls[data-dvr] {
707
325
  display: inline-block;
708
326
  color: var(--player-dvr-color);
@@ -796,30 +414,6 @@
796
414
  }
797
415
  .dvr .dvr-controls[data-dvr] .live-button {
798
416
  display: block;
799
- }.context-menu {
800
- z-index: 999;
801
- position: absolute;
802
- top: 0;
803
- left: 0;
804
- text-align: center;
805
- }
806
- .context-menu .context-menu-list {
807
- font-family: "Proxima Nova", sans-serif;
808
- font-size: 12px;
809
- line-height: 12px;
810
- list-style-type: none;
811
- text-align: left;
812
- padding: 5px;
813
- margin-left: auto;
814
- margin-right: auto;
815
- background-color: rgba(0, 0, 0, 0.75);
816
- border: 1px solid #666;
817
- border-radius: 4px;
818
- }
819
- .context-menu .context-menu-list .context-menu-list-item {
820
- color: white;
821
- padding: 5px;
822
- cursor: pointer;
823
417
  }*, :focus, :visited {
824
418
  outline: none !important;
825
419
  }
@@ -968,6 +562,55 @@
968
562
  100% {
969
563
  color: #B80000;
970
564
  }
565
+ }.big-mute-icon-wrapper[data-big-mute] {
566
+ position: absolute;
567
+ z-index: 9998;
568
+ background-color: transparent;
569
+ display: flex;
570
+ justify-content: center;
571
+ width: 100%;
572
+ height: calc(100% - 50px);
573
+ margin: 0 auto;
574
+ opacity: 0.75;
575
+ transition: opacity 0.1s ease;
576
+ pointer-events: auto;
577
+ }
578
+ .big-mute-icon-wrapper[data-big-mute].hide {
579
+ display: none;
580
+ }
581
+ .big-mute-icon-wrapper[data-big-mute]:hover {
582
+ cursor: pointer;
583
+ }
584
+
585
+ .big-mute-icon[data-big-mute-icon] {
586
+ display: flex;
587
+ align-items: center;
588
+ justify-content: center;
589
+ align-self: center;
590
+ width: 120px;
591
+ height: 120px;
592
+ border: 2px solid white;
593
+ border-radius: 50%;
594
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
595
+ filter: alpha(opacity=60);
596
+ opacity: 1;
597
+ box-shadow: 0 0 1px 0 white;
598
+ background: rgba(240, 243, 247, 0.9411764706);
599
+ z-index: 10000;
600
+ }
601
+ .big-mute-icon[data-big-mute-icon] svg {
602
+ margin-left: 5px;
603
+ width: 80px;
604
+ height: 80px;
605
+ }
606
+ .big-mute-icon[data-big-mute-icon] svg path {
607
+ fill: #1f1e1e !important;
608
+ }
609
+ .big-mute-icon[data-big-mute-icon]:hover {
610
+ background: rgba(240, 243, 247, 0.8784313725);
611
+ }
612
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
613
+ fill: #151515 !important;
971
614
  }div.player-error-screen, [data-player] div.player-error-screen {
972
615
  color: #CCCACA;
973
616
  position: absolute;
@@ -1002,8 +645,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1002
645
  cursor: pointer;
1003
646
  width: 30px;
1004
647
  margin: 15px auto 0;
1005
- }.clips.bar-container[data-seekbar] {
1006
- clip-path: url("#myClip");
1007
648
  }[data-player] {
1008
649
  --bottom-panel: 40px;
1009
650
  }
@@ -1623,24 +1264,133 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1623
1264
  border-top-left-radius: 4px;
1624
1265
  border-top-right-radius: 4px;
1625
1266
  }
1626
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1627
- height: 26px;
1628
- line-height: 26px;
1629
- bottom: 52px;
1630
- border-radius: 3px;
1631
- background-color: rgba(74, 74, 74, 0.7);
1267
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1268
+ height: 26px;
1269
+ line-height: 26px;
1270
+ bottom: 52px;
1271
+ border-radius: 3px;
1272
+ background-color: rgba(74, 74, 74, 0.7);
1273
+ }
1274
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1275
+ letter-spacing: 0.8px;
1276
+ font-size: 14px;
1277
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1278
+ }
1279
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1280
+ padding-left: 8px;
1281
+ padding-right: 8px;
1282
+ }
1283
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1284
+ display: none !important;
1285
+ }.clips.bar-container[data-seekbar] {
1286
+ clip-path: url("#myClip");
1287
+ }.context-menu {
1288
+ z-index: 999;
1289
+ position: absolute;
1290
+ top: 0;
1291
+ left: 0;
1292
+ text-align: center;
1293
+ }
1294
+ .context-menu .context-menu-list {
1295
+ font-family: "Proxima Nova", sans-serif;
1296
+ font-size: 12px;
1297
+ line-height: 12px;
1298
+ list-style-type: none;
1299
+ text-align: left;
1300
+ padding: 5px;
1301
+ margin-left: auto;
1302
+ margin-right: auto;
1303
+ background-color: rgba(0, 0, 0, 0.75);
1304
+ border: 1px solid #666;
1305
+ border-radius: 4px;
1306
+ }
1307
+ .context-menu .context-menu-list .context-menu-list-item {
1308
+ color: white;
1309
+ padding: 5px;
1310
+ cursor: pointer;
1311
+ }.share_plugin[data-share] {
1312
+ pointer-events: auto;
1313
+ z-index: 5;
1314
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1315
+ }
1316
+ .share_plugin[data-share].share-hide .share-button-container {
1317
+ right: -50px;
1318
+ }
1319
+ .share_plugin[data-share] .share-button-container {
1320
+ cursor: pointer;
1321
+ width: 36px;
1322
+ height: 36px;
1323
+ background-color: rgba(74, 74, 74, 0.6);
1324
+ border-radius: 4px;
1325
+ position: absolute;
1326
+ right: 10px;
1327
+ top: 10px;
1328
+ padding-top: 6px;
1329
+ transition: all 0.3s ease-out;
1330
+ }
1331
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1332
+ background-color: transparent;
1333
+ border: 0;
1334
+ margin: 0 6px;
1335
+ padding: 0;
1336
+ cursor: pointer;
1337
+ display: inline-block;
1338
+ width: 19px;
1339
+ height: 20px;
1340
+ }
1341
+ .share_plugin[data-share] .share-container {
1342
+ pointer-events: auto;
1343
+ position: absolute;
1344
+ width: 280px;
1345
+ background-color: white;
1346
+ transform: translate(0, 50%);
1347
+ transform: translate(-50%, -50%);
1348
+ left: 50%;
1349
+ /* margin-left: -140px; */
1350
+ top: calc(50% - 20px);
1351
+ /* margin-top: -170px; */
1352
+ }
1353
+ .share_plugin[data-share] .share-container .share-container-header {
1354
+ text-align: left;
1355
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1356
+ }
1357
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1358
+ display: inline-block;
1359
+ font-size: 16px;
1360
+ margin: 5px;
1361
+ }
1362
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1363
+ display: inline-block;
1364
+ width: 24px;
1365
+ float: right;
1366
+ margin: 5px;
1367
+ cursor: pointer;
1368
+ }
1369
+ .share_plugin[data-share] .share-container .share-container-main {
1370
+ margin-bottom: 8px;
1632
1371
  }
1633
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1634
- letter-spacing: 0.8px;
1372
+ .share_plugin[data-share] .share-container .share-container-main > div {
1373
+ text-align: left;
1635
1374
  font-size: 14px;
1636
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1375
+ padding: 5px;
1637
1376
  }
1638
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1639
- padding-left: 8px;
1640
- padding-right: 8px;
1377
+ .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 {
1378
+ overflow: hidden;
1379
+ text-overflow: ellipsis;
1380
+ color: #818181;
1381
+ border: solid 1px #d3d3d3;
1382
+ width: calc(100% - 10px);
1383
+ padding: 5px;
1641
1384
  }
1642
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1643
- display: none !important;
1385
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1386
+ max-height: 90px;
1387
+ resize: none;
1388
+ }
1389
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1390
+ width: 32px;
1391
+ display: inline-block;
1392
+ margin-right: 5px;
1393
+ cursor: pointer;
1644
1394
  }.seek-time[data-seek-time] {
1645
1395
  position: absolute;
1646
1396
  white-space: nowrap;
@@ -1674,269 +1424,552 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1674
1424
  .seek-time[data-seek-time] [data-duration]::before {
1675
1425
  content: "|";
1676
1426
  margin-right: 7px;
1677
- }.player-poster[data-poster] {
1427
+ }.gear-option_hd-icon.hidden {
1428
+ display: none;
1429
+ }
1430
+
1431
+ .quality-levels li.disabled {
1432
+ opacity: 0.5;
1433
+ pointer-events: none;
1434
+ }
1435
+ .quality-levels li.current {
1436
+ background-color: #000;
1437
+ }.scrub-thumbnails {
1438
+ position: absolute;
1439
+ bottom: 52px;
1440
+ width: 100%;
1441
+ transition: opacity 0.3s ease;
1442
+ }
1443
+ .scrub-thumbnails.hidden {
1444
+ opacity: 0;
1445
+ }
1446
+ .scrub-thumbnails .thumbnail-container {
1447
+ display: inline-block;
1448
+ position: relative;
1449
+ overflow: hidden;
1450
+ background-color: #000;
1451
+ }
1452
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1453
+ position: absolute;
1454
+ width: auto;
1455
+ }
1456
+ .scrub-thumbnails .thumbnails-text {
1457
+ background-color: rgba(74, 74, 74, 0.7);
1458
+ border-radius: 3px;
1459
+ white-space: nowrap;
1460
+ overflow: hidden;
1461
+ text-overflow: ellipsis;
1462
+ color: white;
1463
+ position: absolute;
1464
+ bottom: 23px;
1465
+ width: 100px;
1466
+ }
1467
+ .scrub-thumbnails .spotlight {
1468
+ background-color: #4a4a4a;
1469
+ overflow: hidden;
1470
+ position: absolute;
1471
+ bottom: 0;
1472
+ left: 0;
1473
+ border-color: #4a4a4a;
1474
+ border-style: solid;
1475
+ border-width: 3px;
1476
+ border-radius: 3px;
1477
+ }
1478
+ .scrub-thumbnails .spotlight img {
1479
+ width: auto;
1480
+ }
1481
+ .scrub-thumbnails .backdrop {
1482
+ position: absolute;
1483
+ left: 0;
1484
+ bottom: 0;
1485
+ right: 0;
1486
+ background-color: #000;
1487
+ overflow: hidden;
1488
+ }
1489
+ .scrub-thumbnails .backdrop .carousel {
1490
+ position: absolute;
1491
+ top: 0;
1492
+ left: 0;
1493
+ height: 100%;
1494
+ white-space: nowrap;
1495
+ }
1496
+ .scrub-thumbnails .backdrop .carousel img {
1497
+ width: auto;
1498
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1499
+ height: 0;
1500
+ }
1501
+
1502
+ .skip_time_plugin[data-skip-time] {
1503
+ position: absolute;
1504
+ width: 100%;
1505
+ height: calc(100% - 50px);
1506
+ z-index: 9998;
1507
+ background-color: transparent;
1508
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1509
+ }
1510
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1511
+ width: 100%;
1512
+ height: 100%;
1678
1513
  display: flex;
1679
- justify-content: center;
1680
- align-items: center;
1514
+ justify-content: space-between;
1515
+ }
1516
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1517
+ width: 33.3%;
1518
+ height: 100%;
1519
+ }.spinner-three-bounce[data-spinner] {
1520
+ position: absolute;
1521
+ width: 70px;
1522
+ text-align: center;
1523
+ z-index: 999;
1524
+ left: 0;
1525
+ right: 0;
1526
+ margin: 0 auto;
1527
+ margin-left: auto;
1528
+ margin-right: auto;
1529
+ /* center vertically */
1530
+ top: 50%;
1531
+ transform: translateY(-50%);
1532
+ }
1533
+ .spinner-three-bounce[data-spinner] > div {
1534
+ width: 18px;
1535
+ height: 18px;
1536
+ background-color: #FFF;
1537
+ border-radius: 100%;
1538
+ display: inline-block;
1539
+ animation: bouncedelay 1.4s infinite ease-in-out;
1540
+ /* Prevent first frame from flickering when animation starts */
1541
+ animation-fill-mode: both;
1542
+ }
1543
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1544
+ animation-delay: -0.32s;
1545
+ }
1546
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1547
+ animation-delay: -0.16s;
1548
+ }
1549
+
1550
+ @keyframes bouncedelay {
1551
+ 0%, 80%, 100% {
1552
+ transform: scale(0);
1553
+ }
1554
+ 40% {
1555
+ transform: scale(1);
1556
+ }
1557
+ }:root {
1558
+ --primary-background-color: #000;
1559
+ --secondary-background-color: #262626;
1560
+ --primary-text-color: #fff;
1561
+ --secondary-text-color: #fff4f2;
1562
+ --hover-text-color: #f9b090;
1563
+ --speedtest-red: #df564d;
1564
+ --speedtest-orange: #df934d;
1565
+ --speedtest-yellow: #dfd04d;
1566
+ --speedtest-light-green: #c2df4d;
1567
+ --speedtest-green: #73df4d;
1568
+ }
1569
+
1570
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1571
+ position: absolute;
1572
+ display: inline-block;
1573
+ bottom: 52px;
1574
+ right: 16px;
1575
+ padding: 0 10px 12px;
1576
+ margin: 0;
1577
+ line-height: 20px;
1578
+ font-size: 12px;
1579
+ font-weight: 500;
1580
+ background: var(--primary-background-color);
1581
+ color: #fff;
1582
+ z-index: 20000;
1583
+ overflow: auto;
1584
+ max-height: calc(100vh - 60px);
1585
+ max-width: calc(100vw - 10px);
1586
+ }
1587
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1588
+ position: absolute;
1589
+ top: 0;
1590
+ left: 0;
1591
+ z-index: 99990;
1592
+ width: 100%;
1593
+ height: 32px;
1594
+ background: var(--primary-background-color);
1595
+ }
1596
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1597
+ float: right;
1598
+ margin-right: 12px;
1599
+ margin-top: 10px;
1600
+ display: block;
1601
+ width: 12px;
1602
+ height: 12px;
1603
+ }
1604
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1605
+ fill: var(--primary-text-color);
1606
+ }
1607
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1608
+ fill: var(--hover-text-color);
1609
+ }
1610
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1611
+ overflow: hidden;
1612
+ margin-top: 44px;
1613
+ }
1614
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1615
+ width: 820px;
1616
+ }
1617
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1618
+ list-style-type: none;
1619
+ }
1620
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1621
+ padding-left: 2px;
1622
+ padding-right: 2px;
1623
+ background: var(--primary-background-color);
1624
+ }
1625
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1626
+ display: inline-block;
1627
+ float: left;
1628
+ padding: 5px;
1629
+ width: 200px;
1630
+ }
1631
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1632
+ position: relative;
1633
+ padding: 0 5px;
1634
+ text-align: left;
1635
+ }
1636
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1637
+ padding: 0;
1638
+ }
1639
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1640
+ width: 100%;
1641
+ }
1642
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1643
+ background: var(--secondary-background-color);
1644
+ }
1645
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1646
+ background: var(--secondary-background-color);
1647
+ }
1648
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
1649
+ text-align: center;
1650
+ font-weight: bold;
1651
+ padding-bottom: 4px;
1652
+ font-size: 14px;
1653
+ }
1654
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
1655
+ margin: 0;
1681
1656
  position: absolute;
1682
- height: 100%;
1683
- width: 100%;
1684
- z-index: 998;
1657
+ right: 0;
1685
1658
  top: 0;
1686
- left: 0;
1687
- background-color: #000;
1688
- background-size: cover;
1689
- background-repeat: no-repeat;
1690
- background-position: 50% 50%;
1691
1659
  }
1692
- .player-poster[data-poster].clickable {
1693
- cursor: pointer;
1694
- }
1695
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1696
- opacity: 1;
1660
+
1661
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
1662
+ width: 250px;
1697
1663
  }
1698
- .player-poster[data-poster] .play-wrapper[data-poster] {
1664
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
1699
1665
  width: 100%;
1700
- height: 25%;
1701
- margin: 0 auto;
1702
- opacity: 0.75;
1703
- transition: opacity 0.1s ease;
1704
1666
  }
1705
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1706
- height: 100%;
1707
- display: inline;
1667
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
1668
+ padding: 0 5px;
1669
+ height: auto;
1708
1670
  }
1709
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1710
- fill: #fff;
1711
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1712
- height: 0;
1671
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
1672
+ width: 100%;
1673
+ flex-direction: column;
1713
1674
  }
1714
-
1715
- .skip_time_plugin[data-skip-time] {
1716
- position: absolute;
1675
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1717
1676
  width: 100%;
1718
- height: calc(100% - 50px);
1719
- z-index: 9998;
1720
- background-color: transparent;
1721
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1722
1677
  }
1723
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1678
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1724
1679
  width: 100%;
1725
- height: 100%;
1726
- display: flex;
1727
- justify-content: space-between;
1728
1680
  }
1729
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1730
- width: 33.3%;
1731
- height: 100%;
1732
- }.media-control-pip {
1733
- order: 95;
1734
- display: flex;
1681
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
1682
+ padding-top: 12px;
1683
+ height: 38px;
1684
+ text-align: center;
1735
1685
  }
1736
- .media-control-pip button {
1737
- height: 20px;
1686
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
1687
+ text-align: center;
1738
1688
  }
1739
- .media-control-pip button svg {
1740
- height: 20px;
1741
- }.share_plugin[data-share] {
1742
- pointer-events: auto;
1743
- z-index: 5;
1744
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1689
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
1690
+ height: 80px;
1745
1691
  }
1746
- .share_plugin[data-share].share-hide .share-button-container {
1747
- right: -50px;
1692
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
1693
+ bottom: 0;
1694
+ left: 0;
1748
1695
  }
1749
- .share_plugin[data-share] .share-button-container {
1750
- cursor: pointer;
1751
- width: 36px;
1752
- height: 36px;
1753
- background-color: rgba(74, 74, 74, 0.6);
1754
- border-radius: 4px;
1755
- position: absolute;
1756
- right: 10px;
1757
- top: 10px;
1758
- padding-top: 6px;
1759
- transition: all 0.3s ease-out;
1696
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1697
+ inset: 50% auto auto 50%;
1698
+ transform: translate(-50%, -50%);
1760
1699
  }
1761
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1762
- background-color: transparent;
1763
- border: 0;
1764
- margin: 0 6px;
1765
- padding: 0;
1766
- cursor: pointer;
1767
- display: inline-block;
1768
- width: 19px;
1769
- height: 20px;
1700
+
1701
+ .speed-test-button {
1702
+ margin: 10px 0 0;
1703
+ color: #000;
1770
1704
  }
1771
- .share_plugin[data-share] .share-container {
1772
- pointer-events: auto;
1705
+
1706
+ .speed-test {
1773
1707
  position: absolute;
1774
- width: 280px;
1775
- background-color: white;
1776
- transform: translate(0, 50%);
1777
- transform: translate(-50%, -50%);
1778
- left: 50%;
1779
- /* margin-left: -140px; */
1780
- top: calc(50% - 20px);
1781
- /* margin-top: -170px; */
1782
- }
1783
- .share_plugin[data-share] .share-container .share-container-header {
1784
- text-align: left;
1785
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1708
+ top: 0;
1709
+ left: 0;
1710
+ width: 100%;
1711
+ height: 100%;
1712
+ z-index: 9999;
1786
1713
  }
1787
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1788
- display: inline-block;
1789
- font-size: 16px;
1790
- margin: 5px;
1714
+ .speed-test .speed-test-header {
1715
+ width: 100%;
1716
+ height: 32px;
1791
1717
  }
1792
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1793
- display: inline-block;
1794
- width: 24px;
1718
+ .speed-test .speed-test-header .close-speed-test {
1795
1719
  float: right;
1796
- margin: 5px;
1720
+ margin-right: 5px;
1721
+ line-height: 32px;
1797
1722
  cursor: pointer;
1723
+ color: var(--primary-text-color);
1798
1724
  }
1799
- .share_plugin[data-share] .share-container .share-container-main {
1800
- margin-bottom: 8px;
1725
+ .speed-test .speed-test-header .close-speed-test:hover {
1726
+ color: var(--hover-text-color);
1801
1727
  }
1802
- .share_plugin[data-share] .share-container .share-container-main > div {
1803
- text-align: left;
1804
- font-size: 14px;
1805
- padding: 5px;
1728
+
1729
+ .settings-button {
1730
+ float: right;
1731
+ margin: 0 12px 0 0;
1732
+ height: 40px;
1733
+ width: 24px;
1734
+ border: none;
1735
+ padding: 0;
1806
1736
  }
1807
- .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 {
1808
- overflow: hidden;
1809
- text-overflow: ellipsis;
1810
- color: #818181;
1811
- border: solid 1px #d3d3d3;
1812
- width: calc(100% - 10px);
1813
- padding: 5px;
1737
+
1738
+ .settings-options-list {
1739
+ position: absolute;
1740
+ right: 16px;
1741
+ bottom: 52px;
1742
+ background: var(--primary-background-color);
1743
+ width: 250px;
1744
+ height: 48px;
1745
+ z-index: 9999;
1746
+ border-radius: 4px;
1814
1747
  }
1815
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1816
- max-height: 90px;
1817
- resize: none;
1748
+ .settings-options-list svg {
1749
+ float: left;
1750
+ margin-right: 10px;
1818
1751
  }
1819
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1820
- width: 32px;
1821
- display: inline-block;
1822
- margin-right: 5px;
1823
- cursor: pointer;
1824
- }.big-mute-icon-wrapper[data-big-mute] {
1825
- position: absolute;
1826
- z-index: 9998;
1827
- background-color: transparent;
1828
- display: flex;
1829
- justify-content: center;
1830
- width: 100%;
1831
- height: calc(100% - 50px);
1832
- margin: 0 auto;
1833
- opacity: 0.75;
1834
- transition: opacity 0.1s ease;
1835
- pointer-events: auto;
1752
+ .settings-options-list .settings-speedtest-option {
1753
+ color: var(--primary-text-color);
1754
+ margin: 0;
1755
+ text-align: left;
1756
+ height: 24px;
1757
+ line-height: 22px;
1758
+ padding: 14px;
1759
+ width: 250px;
1760
+ font-size: 12px;
1836
1761
  }
1837
- .big-mute-icon-wrapper[data-big-mute].hide {
1838
- display: none;
1762
+ .settings-options-list .settings-speedtest-option:hover {
1763
+ color: var(--hover-text-color);
1839
1764
  }
1840
- .big-mute-icon-wrapper[data-big-mute]:hover {
1841
- cursor: pointer;
1765
+ .settings-options-list .settings-speedtest-option:hover svg path {
1766
+ fill: var(--hover-text-color);
1767
+ }
1768
+ .settings-options-list .settings-speedtest-option svg path {
1769
+ fill: var(--primary-text-color);
1842
1770
  }
1843
1771
 
1844
- .big-mute-icon[data-big-mute-icon] {
1772
+ .speedtest-summary {
1773
+ width: 100%;
1774
+ border-top: 1px solid var(--secondary-background-color) !important;
1775
+ border-bottom: 1px solid var(--secondary-background-color) !important;
1776
+ display: flex !important;
1777
+ flex-direction: column;
1778
+ align-items: stretch;
1779
+ justify-content: space-between;
1780
+ }
1781
+ .speedtest-summary .speedtest-summary-header {
1782
+ width: 100%;
1783
+ padding-top: 4px;
1784
+ text-align: left;
1785
+ height: 32px;
1786
+ font-size: 14px;
1787
+ font-weight: 500;
1788
+ line-height: 20px;
1789
+ }
1790
+ .speedtest-summary .speedtest-summary-block {
1791
+ position: relative;
1845
1792
  display: flex;
1846
- align-items: center;
1847
- justify-content: center;
1848
- align-self: center;
1849
- width: 120px;
1850
- height: 120px;
1851
- border: 2px solid white;
1852
- border-radius: 50%;
1853
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1854
- filter: alpha(opacity=60);
1855
- opacity: 1;
1856
- box-shadow: 0 0 1px 0 white;
1857
- background: rgba(240, 243, 247, 0.9411764706);
1858
- z-index: 10000;
1793
+ flex-direction: row;
1794
+ width: 100%;
1859
1795
  }
1860
- .big-mute-icon[data-big-mute-icon] svg {
1861
- margin-left: 5px;
1862
- width: 80px;
1863
- height: 80px;
1796
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1797
+ width: 50%;
1798
+ margin-top: 4px;
1799
+ margin-bottom: 12px;
1864
1800
  }
1865
- .big-mute-icon[data-big-mute-icon] svg path {
1866
- fill: #1f1e1e !important;
1801
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1802
+ padding: 2px;
1803
+ width: 248px;
1804
+ max-width: 100%;
1867
1805
  }
1868
- .big-mute-icon[data-big-mute-icon]:hover {
1869
- background: rgba(240, 243, 247, 0.8784313725);
1806
+
1807
+ .speedtest-quality {
1808
+ width: 100%;
1809
+ height: 36px;
1810
+ display: flex !important;
1811
+ flex-direction: column !important;
1812
+ justify-content: space-between !important;
1870
1813
  }
1871
- .big-mute-icon[data-big-mute-icon]:hover svg path {
1872
- fill: #151515 !important;
1873
- }.gear-option_hd-icon.disabled {
1874
- opacity: 0.5;
1875
- pointer-events: none;
1814
+ .speedtest-quality .speedtest-quality-header {
1815
+ font-size: 12px;
1816
+ height: 20px;
1817
+ border-left: 2px solid var(--secondary-background-color) !important;
1818
+ background-color: var(--secondary-background-color);
1819
+ text-align: left;
1876
1820
  }
1877
- .gear-option_hd-icon.hidden {
1878
- display: none;
1879
- }.scrub-thumbnails {
1880
- position: absolute;
1881
- bottom: 52px;
1821
+ .speedtest-quality-content {
1882
1822
  width: 100%;
1883
- transition: opacity 0.3s ease;
1823
+ margin-top: 8px;
1824
+ height: 8px;
1825
+ display: flex !important;
1826
+ flex-direction: row !important;
1827
+ align-items: stretch !important;
1828
+ justify-content: space-between;
1884
1829
  }
1885
- .scrub-thumbnails.hidden {
1886
- opacity: 0;
1830
+ .speedtest-quality-content-item {
1831
+ width: 18.8%;
1832
+ background-color: #fff;
1887
1833
  }
1888
- .scrub-thumbnails .thumbnail-container {
1889
- display: inline-block;
1890
- position: relative;
1891
- overflow: hidden;
1892
- background-color: #000;
1834
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
1835
+ background-color: var(--speedtest-red);
1893
1836
  }
1894
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1895
- position: absolute;
1896
- width: auto;
1837
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
1838
+ background-color: var(--speedtest-orange);
1897
1839
  }
1898
- .scrub-thumbnails .thumbnails-text {
1899
- background-color: rgba(74, 74, 74, 0.7);
1900
- border-radius: 3px;
1901
- white-space: nowrap;
1902
- overflow: hidden;
1903
- text-overflow: ellipsis;
1904
- color: white;
1905
- position: absolute;
1906
- bottom: 23px;
1907
- width: 100px;
1840
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
1841
+ background-color: var(--speedtest-yellow);
1908
1842
  }
1909
- .scrub-thumbnails .spotlight {
1910
- background-color: #4a4a4a;
1911
- overflow: hidden;
1843
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
1844
+ background-color: var(--speedtest-light-green);
1845
+ }
1846
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
1847
+ background-color: var(--speedtest-green);
1848
+ }
1849
+
1850
+ .speedtest-footer {
1851
+ position: relative;
1852
+ float: left;
1853
+ width: 100%;
1854
+ height: 30px;
1855
+ line-height: 16px;
1856
+ }
1857
+ .speedtest-footer-about-link {
1912
1858
  position: absolute;
1913
1859
  bottom: 0;
1914
1860
  left: 0;
1915
- border-color: #4a4a4a;
1916
- border-style: solid;
1917
- border-width: 3px;
1918
- border-radius: 3px;
1861
+ color: var(--secondary-text-color);
1862
+ text-decoration: underline !important;
1919
1863
  }
1920
- .scrub-thumbnails .spotlight img {
1921
- width: auto;
1864
+ .speedtest-footer-about-link:hover {
1865
+ color: var(--hover-text-color);
1922
1866
  }
1923
- .scrub-thumbnails .backdrop {
1867
+ .speedtest-footer .speedtest-footer-refresh {
1924
1868
  position: absolute;
1925
- left: 0;
1926
1869
  bottom: 0;
1927
1870
  right: 0;
1928
- background-color: #000;
1929
- overflow: hidden;
1871
+ color: var(--secondary-text-color);
1872
+ font-size: 14px;
1873
+ font-weight: 400;
1874
+ line-height: 16px;
1875
+ height: 16px;
1876
+ display: flex;
1877
+ align-items: center;
1878
+ gap: 4px;
1930
1879
  }
1931
- .scrub-thumbnails .backdrop .carousel {
1880
+ .speedtest-footer .speedtest-footer-refresh svg path {
1881
+ fill: var(--secondary-text-color);
1882
+ }
1883
+ .speedtest-footer .speedtest-footer-refresh:hover {
1884
+ color: var(--hover-text-color);
1885
+ }
1886
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
1887
+ fill: var(--hover-text-color);
1888
+ }
1889
+
1890
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1891
+ position: fixed;
1892
+ height: auto;
1893
+ width: auto;
1894
+ inset: 0;
1895
+ min-width: 100vw;
1896
+ padding-bottom: 4px;
1897
+ padding-left: 4px;
1898
+ padding-right: 4px;
1899
+ }
1900
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1901
+ position: fixed;
1902
+ }
1903
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1904
+ width: 50%;
1905
+ }
1906
+
1907
+ @media only screen and (orientation: portrait) {
1908
+ .mobile .speedtest-summary {
1909
+ padding: 0 5px;
1910
+ height: auto;
1911
+ }
1912
+ .mobile .speedtest-summary-block {
1913
+ width: 100%;
1914
+ flex-direction: column;
1915
+ }
1916
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
1917
+ width: 100%;
1918
+ }
1919
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1920
+ width: 100%;
1921
+ }
1922
+ .mobile .speedtest-summary-header {
1923
+ padding-top: 12px;
1924
+ height: 38px;
1925
+ text-align: center;
1926
+ }
1927
+ .mobile .speedtest-quality-header {
1928
+ text-align: center;
1929
+ }
1930
+ .mobile .speedtest-footer .speedtest-footer-refresh {
1931
+ inset: 50% auto auto 50%;
1932
+ transform: translate(-50%, -50%);
1933
+ }
1934
+ }
1935
+ @media only screen and (orientation: landscape) {
1936
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1937
+ width: 25%;
1938
+ }
1939
+ }.player-poster[data-poster] {
1940
+ display: flex;
1941
+ justify-content: center;
1942
+ align-items: center;
1932
1943
  position: absolute;
1944
+ height: 100%;
1945
+ width: 100%;
1946
+ z-index: 998;
1933
1947
  top: 0;
1934
1948
  left: 0;
1949
+ background-color: #000;
1950
+ background-size: cover;
1951
+ background-repeat: no-repeat;
1952
+ background-position: 50% 50%;
1953
+ }
1954
+ .player-poster[data-poster].clickable {
1955
+ cursor: pointer;
1956
+ }
1957
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1958
+ opacity: 1;
1959
+ }
1960
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1961
+ width: 100%;
1962
+ height: 25%;
1963
+ margin: 0 auto;
1964
+ opacity: 0.75;
1965
+ transition: opacity 0.1s ease;
1966
+ }
1967
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1935
1968
  height: 100%;
1936
- white-space: nowrap;
1969
+ display: inline;
1937
1970
  }
1938
- .scrub-thumbnails .backdrop .carousel img {
1939
- width: auto;
1971
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1972
+ fill: #fff;
1940
1973
  }*,
1941
1974
  :focus,
1942
1975
  :visited {
@@ -2011,44 +2044,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2011
2044
  .ios-fullscreen::cue {
2012
2045
  visibility: visible !important;
2013
2046
  font-size: 1em !important;
2014
- }.spinner-three-bounce[data-spinner] {
2015
- position: absolute;
2016
- width: 70px;
2017
- text-align: center;
2018
- z-index: 999;
2019
- left: 0;
2020
- right: 0;
2021
- margin: 0 auto;
2022
- margin-left: auto;
2023
- margin-right: auto;
2024
- /* center vertically */
2025
- top: 50%;
2026
- transform: translateY(-50%);
2027
- }
2028
- .spinner-three-bounce[data-spinner] > div {
2029
- width: 18px;
2030
- height: 18px;
2031
- background-color: #FFF;
2032
- border-radius: 100%;
2033
- display: inline-block;
2034
- animation: bouncedelay 1.4s infinite ease-in-out;
2035
- /* Prevent first frame from flickering when animation starts */
2036
- animation-fill-mode: both;
2037
- }
2038
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2039
- animation-delay: -0.32s;
2040
- }
2041
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2042
- animation-delay: -0.16s;
2043
- }
2044
-
2045
- @keyframes bouncedelay {
2046
- 0%, 80%, 100% {
2047
- transform: scale(0);
2048
- }
2049
- 40% {
2050
- transform: scale(1);
2051
- }
2052
2047
  }.player-logo[data-logo] {
2053
2048
  position: absolute;
2054
2049
  z-index: 2;
@@ -2058,4 +2053,13 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2058
2053
 
2059
2054
  .clappr-logo {
2060
2055
  position: absolute;
2056
+ }.media-control-pip {
2057
+ order: 95;
2058
+ display: flex;
2059
+ }
2060
+ .media-control-pip button {
2061
+ height: 20px;
2062
+ }
2063
+ .media-control-pip button svg {
2064
+ height: 20px;
2061
2065
  }