@gcorevideo/player 2.26.7 → 2.26.9

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,6 +122,51 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.media-control-skin-1 .media-control-item.media-control-gear {
126
+ order: 99;
127
+ }
128
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
129
+ position: absolute;
130
+ right: 16px;
131
+ bottom: 52px;
132
+ width: 250px;
133
+ min-height: 48px;
134
+ z-index: 9999;
135
+ border-radius: 4px;
136
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
137
+ }
138
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
139
+ padding: 8px 0;
140
+ }
141
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
142
+ margin: 0;
143
+ text-align: left;
144
+ line-height: 22px;
145
+ padding: 5px 14px;
146
+ width: 250px;
147
+ font-size: 12px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: flex-start;
151
+ gap: 8px;
152
+ }
153
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
154
+ flex: 24px 0 0;
155
+ height: 24px;
156
+ }
157
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
158
+ visibility: hidden;
159
+ display: inline-block;
160
+ }
161
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
162
+ flex: 0 1 100%;
163
+ }
164
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
165
+ flex: 0 0 14px;
166
+ height: 24px;
167
+ }
168
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
169
+ flex: 1 0 auto;
125
170
  }*, :focus, :visited {
126
171
  outline: none !important;
127
172
  }
@@ -180,51 +225,6 @@
180
225
  }
181
226
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
182
227
  display: inline;
183
- }.media-control-skin-1 .media-control-item.media-control-gear {
184
- order: 99;
185
- }
186
- .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
187
- position: absolute;
188
- right: 16px;
189
- bottom: 52px;
190
- width: 250px;
191
- min-height: 48px;
192
- z-index: 9999;
193
- border-radius: 4px;
194
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
195
- }
196
- .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
197
- padding: 8px 0;
198
- }
199
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
200
- margin: 0;
201
- text-align: left;
202
- line-height: 22px;
203
- padding: 5px 14px;
204
- width: 250px;
205
- font-size: 12px;
206
- display: flex;
207
- align-items: center;
208
- justify-content: flex-start;
209
- gap: 8px;
210
- }
211
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
212
- flex: 24px 0 0;
213
- height: 24px;
214
- }
215
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
216
- visibility: hidden;
217
- display: inline-block;
218
- }
219
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
220
- flex: 0 1 100%;
221
- }
222
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
223
- flex: 0 0 14px;
224
- height: 24px;
225
- }
226
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
227
- flex: 1 0 auto;
228
228
  }.dvr-controls {
229
229
  --disabled-opacity: 0.3;
230
230
  --circle-radius: 5px;
@@ -282,6 +282,37 @@
282
282
  .dvr-controls .live-button:hover {
283
283
  opacity: 1;
284
284
  text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
285
+ }@charset "UTF-8";
286
+ .gplayer-mc-clips {
287
+ display: flex;
288
+ gap: 6px;
289
+ }
290
+ .gplayer-mc-clips .gplayer-mc-clips-text {
291
+ text-overflow: ellipsis;
292
+ white-space: nowrap;
293
+ overflow: hidden;
294
+ display: inline-block;
295
+ text-overflow: ellipsis;
296
+ color: white;
297
+ cursor: default;
298
+ line-height: var(--bottom-panel);
299
+ position: relative;
300
+ max-width: 150px;
301
+ }
302
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
303
+ content: "•";
304
+ padding-right: 6px;
305
+ }
306
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
307
+ max-width: 100px;
308
+ }.media-control-skin-1 .media-control-item.media-control-pip {
309
+ order: 95;
310
+ }
311
+ .media-control-skin-1 .media-control-item.media-control-pip button {
312
+ height: 20px;
313
+ }
314
+ .media-control-skin-1 .media-control-item.media-control-pip button svg {
315
+ height: 20px;
285
316
  }div.player-error-screen, [data-player] div.player-error-screen {
286
317
  color: #CCCACA;
287
318
  position: absolute;
@@ -316,14 +347,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
316
347
  cursor: pointer;
317
348
  width: 30px;
318
349
  margin: 15px auto 0;
319
- }.media-control-skin-1 .media-control-item.media-control-pip {
320
- order: 95;
350
+ }.big-mute-icon-wrapper[data-big-mute] {
351
+ position: absolute;
352
+ z-index: 9998;
353
+ background-color: transparent;
354
+ display: flex;
355
+ justify-content: center;
356
+ width: 100%;
357
+ height: calc(100% - 50px);
358
+ margin: 0 auto;
359
+ opacity: 0.75;
360
+ transition: opacity 0.1s ease;
361
+ pointer-events: auto;
321
362
  }
322
- .media-control-skin-1 .media-control-item.media-control-pip button {
323
- height: 20px;
363
+ .big-mute-icon-wrapper[data-big-mute].hide {
364
+ display: none;
324
365
  }
325
- .media-control-skin-1 .media-control-item.media-control-pip button svg {
326
- height: 20px;
366
+ .big-mute-icon-wrapper[data-big-mute]:hover {
367
+ cursor: pointer;
368
+ }
369
+
370
+ .big-mute-icon[data-big-mute-icon] {
371
+ display: flex;
372
+ align-items: center;
373
+ justify-content: center;
374
+ align-self: center;
375
+ width: 120px;
376
+ height: 120px;
377
+ border: 2px solid white;
378
+ border-radius: 50%;
379
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
380
+ filter: alpha(opacity=60);
381
+ opacity: 1;
382
+ box-shadow: 0 0 1px 0 white;
383
+ background: rgba(240, 243, 247, 0.9411764706);
384
+ z-index: 10000;
385
+ }
386
+ .big-mute-icon[data-big-mute-icon] svg {
387
+ margin-left: 5px;
388
+ width: 80px;
389
+ height: 80px;
390
+ }
391
+ .big-mute-icon[data-big-mute-icon] svg path {
392
+ fill: #1f1e1e !important;
393
+ }
394
+ .big-mute-icon[data-big-mute-icon]:hover {
395
+ background: rgba(240, 243, 247, 0.8784313725);
396
+ }
397
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
398
+ fill: #151515 !important;
399
+ }.player-poster {
400
+ display: flex;
401
+ justify-content: center;
402
+ align-items: center;
403
+ position: absolute;
404
+ height: 100%;
405
+ width: 100%;
406
+ z-index: 998;
407
+ top: 0;
408
+ left: 0;
409
+ background-color: #000;
410
+ background-size: cover;
411
+ background-repeat: no-repeat;
412
+ background-position: 50% 50%;
413
+ }
414
+ .player-poster.clickable {
415
+ cursor: pointer;
416
+ }
417
+ .player-poster:hover .play-wrapper {
418
+ opacity: 1;
419
+ }
420
+ .player-poster .play-wrapper {
421
+ width: 100%;
422
+ height: 25%;
423
+ margin: 0 auto;
424
+ opacity: 0.75;
425
+ transition: opacity 0.1s ease;
426
+ }
427
+ .player-poster .play-wrapper svg {
428
+ height: 100%;
429
+ display: inline;
430
+ }
431
+ .player-poster .play-wrapper svg path {
432
+ fill: #fff;
327
433
  }*,
328
434
  :focus,
329
435
  :visited {
@@ -459,43 +565,153 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
459
565
  }
460
566
  .multicamera[data-multicamera] li.current a {
461
567
  color: #f00;
462
- }.share_plugin[data-share] {
463
- pointer-events: auto;
464
- z-index: 5;
465
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
568
+ }.quality-levels li.disabled {
569
+ opacity: 0.5;
570
+ pointer-events: none;
466
571
  }
467
- .share_plugin[data-share].share-hide .share-button-container {
468
- right: -50px;
572
+ .quality-levels li.current {
573
+ background-color: #000;
574
+ }.media-control-skin-1 .media-control-cc button.media-control-button {
575
+ display: flex;
576
+ justify-content: center;
577
+ padding: 0;
578
+ align-items: center;
579
+ vertical-align: top;
469
580
  }
470
- .share_plugin[data-share] .share-button-container {
471
- cursor: pointer;
472
- width: 36px;
473
- height: 36px;
474
- background-color: rgba(74, 74, 74, 0.6);
475
- border-radius: 4px;
476
- position: absolute;
477
- right: 10px;
478
- top: 10px;
479
- padding-top: 6px;
480
- transition: all 0.3s ease-out;
581
+ .media-control-skin-1 .media-control-cc button.media-control-button:hover {
582
+ color: white;
481
583
  }
482
- .share_plugin[data-share] .share-button-container button[data-share-button] {
483
- background-color: transparent;
484
- border: 0;
485
- margin: 0 6px;
486
- padding: 0;
487
- cursor: pointer;
488
- display: inline-block;
489
- width: 19px;
490
- height: 20px;
584
+ .media-control-skin-1 .media-control-cc ul li {
585
+ text-align: center;
491
586
  }
492
- .share_plugin[data-share] .share-container {
493
- pointer-events: auto;
494
- position: absolute;
495
- width: 280px;
496
- background-color: white;
497
- transform: translate(0, 50%);
498
- transform: translate(-50%, -50%);
587
+ .media-control-skin-1 .media-control-cc ul li a {
588
+ height: 30px;
589
+ padding: 5px 10px;
590
+ color: #fffffe;
591
+ }
592
+ .media-control-skin-1 .media-control-cc ul li a:hover {
593
+ background-color: rgba(0, 0, 0, 0.4);
594
+ }
595
+ .media-control-skin-1 .media-control-cc ul li.current a {
596
+ background-color: rgba(0, 0, 0, 0.4);
597
+ }
598
+ .media-control-skin-1 .media-control-cc ul li:first-child a {
599
+ border-bottom-left-radius: 4px;
600
+ border-bottom-right-radius: 4px;
601
+ }
602
+ .media-control-skin-1 .media-control-cc ul li:last-child a {
603
+ border-top-left-radius: 4px;
604
+ border-top-right-radius: 4px;
605
+ }
606
+ .media-control-skin-1 .media-control-cc {
607
+ position: relative;
608
+ order: 85;
609
+ }
610
+
611
+ .container .gplayer-cc-line {
612
+ position: absolute;
613
+ bottom: calc(var(--bottom-panel) + 5px);
614
+ width: 100%;
615
+ }
616
+ .container .gplayer-cc-line p {
617
+ width: auto;
618
+ background-color: rgba(0, 0, 0, 0.4);
619
+ color: white;
620
+ display: inline-block;
621
+ }.container-with-poster-clickable .mc-skip-time {
622
+ height: 0;
623
+ }
624
+
625
+ .mc-skip-time {
626
+ position: absolute;
627
+ width: 100%;
628
+ height: calc(100% - 50px);
629
+ z-index: 9998;
630
+ background-color: transparent;
631
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
632
+ }
633
+ .mc-skip-time .skip-container {
634
+ width: 100%;
635
+ height: 100%;
636
+ display: flex;
637
+ justify-content: space-between;
638
+ }
639
+ .mc-skip-time .skip-container .skip-item {
640
+ flex: 1 0 0px;
641
+ height: 100%;
642
+ }.context-menu {
643
+ z-index: 999;
644
+ position: absolute;
645
+ top: 0;
646
+ left: 0;
647
+ text-align: center;
648
+ }
649
+ .context-menu .context-menu-list {
650
+ font-family: "Proxima Nova", sans-serif;
651
+ font-size: 12px;
652
+ line-height: 12px;
653
+ list-style-type: none;
654
+ text-align: left;
655
+ padding: 5px;
656
+ margin-left: auto;
657
+ margin-right: auto;
658
+ background-color: rgba(0, 0, 0, 0.75);
659
+ border: 1px solid #666;
660
+ border-radius: 4px;
661
+ }
662
+ .context-menu .context-menu-list-item button {
663
+ border: none;
664
+ background-color: transparent;
665
+ padding: 0;
666
+ color: white;
667
+ display: flex;
668
+ gap: 8px;
669
+ align-items: center;
670
+ justify-content: center;
671
+ cursor: pointer;
672
+ padding: 5px;
673
+ width: 100%;
674
+ }
675
+ .context-menu .context-menu-list-item_icon {
676
+ width: 20px;
677
+ height: 20px;
678
+ }.share_plugin[data-share] {
679
+ pointer-events: auto;
680
+ z-index: 5;
681
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
682
+ }
683
+ .share_plugin[data-share].share-hide .share-button-container {
684
+ right: -50px;
685
+ }
686
+ .share_plugin[data-share] .share-button-container {
687
+ cursor: pointer;
688
+ width: 36px;
689
+ height: 36px;
690
+ background-color: rgba(74, 74, 74, 0.6);
691
+ border-radius: 4px;
692
+ position: absolute;
693
+ right: 10px;
694
+ top: 10px;
695
+ padding-top: 6px;
696
+ transition: all 0.3s ease-out;
697
+ }
698
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
699
+ background-color: transparent;
700
+ border: 0;
701
+ margin: 0 6px;
702
+ padding: 0;
703
+ cursor: pointer;
704
+ display: inline-block;
705
+ width: 19px;
706
+ height: 20px;
707
+ }
708
+ .share_plugin[data-share] .share-container {
709
+ pointer-events: auto;
710
+ position: absolute;
711
+ width: 280px;
712
+ background-color: white;
713
+ transform: translate(0, 50%);
714
+ transform: translate(-50%, -50%);
499
715
  left: 50%;
500
716
  /* margin-left: -140px; */
501
717
  top: calc(50% - 20px);
@@ -542,1348 +758,1132 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
542
758
  display: inline-block;
543
759
  margin-right: 5px;
544
760
  cursor: pointer;
545
- }[data-player] {
546
- --bottom-panel: 40px;
547
- }
548
-
549
- .container .media-control-notransition {
550
- transition: none !important;
551
- }
552
- .container .player-poster .play-wrapper {
553
- opacity: 1;
554
- }
555
- .container.crop-video [data-html5-video] {
556
- object-fit: cover;
557
- }
558
- .container .player-poster .circle-poster {
559
- top: 50%;
560
- margin-top: -60px;
561
- left: 50%;
562
- margin-left: -60px;
761
+ }.spinner-three-bounce[data-spinner] {
563
762
  position: absolute;
564
- width: 120px;
565
- height: 120px;
566
- border: 2px solid white;
567
- border-radius: 50%;
568
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
569
- filter: alpha(opacity=60);
570
- opacity: 1;
571
- box-shadow: 0 0 1px 0 white;
763
+ width: 70px;
764
+ text-align: center;
765
+ z-index: 999;
766
+ left: 0;
767
+ right: 0;
768
+ margin: 0 auto;
769
+ margin-left: auto;
770
+ margin-right: auto;
771
+ /* center vertically */
772
+ top: 50%;
773
+ transform: translateY(-50%);
572
774
  }
573
- .container .player-poster .circle-poster svg {
574
- margin-left: 5px;
575
- width: 80px;
775
+ .spinner-three-bounce[data-spinner] > div {
776
+ width: 18px;
777
+ height: 18px;
778
+ background-color: #FFF;
779
+ border-radius: 100%;
780
+ display: inline-block;
781
+ animation: bouncedelay 1.4s infinite ease-in-out;
782
+ /* Prevent first frame from flickering when animation starts */
783
+ animation-fill-mode: both;
576
784
  }
577
- .container .spinner-three-bounce[data-spinner] > div {
578
- background-color: #ff5700;
785
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
786
+ animation-delay: -0.32s;
787
+ }
788
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
789
+ animation-delay: -0.16s;
579
790
  }
580
791
 
581
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
582
- transform: rotate(270deg);
583
- float: none;
584
- display: block;
792
+ @keyframes bouncedelay {
793
+ 0%, 80%, 100% {
794
+ transform: scale(0);
795
+ }
796
+ 40% {
797
+ transform: scale(1);
798
+ }
799
+ }.seek-time {
585
800
  position: absolute;
586
- margin: 0;
587
- top: -40px;
588
- padding: 0;
589
- margin-left: -32px;
590
- margin-top: -3px;
591
- width: 80px;
801
+ white-space: nowrap;
802
+ height: 20px;
803
+ line-height: 20px;
804
+ font-size: 0;
805
+ left: -100%;
806
+ bottom: 55px;
807
+ background-color: rgba(2, 2, 2, 0.5);
808
+ z-index: 9999;
809
+ transition: opacity 0.1s ease;
592
810
  }
593
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
594
- position: absolute;
595
- width: 100%;
596
- height: 100%;
597
- left: -5px;
811
+ .seek-time.hidden {
812
+ opacity: 0;
598
813
  }
599
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
600
- display: none;
814
+ .seek-time .seek-time__pos {
815
+ display: inline-block;
816
+ color: white;
817
+ font-size: 10px;
818
+ padding-left: 7px;
819
+ padding-right: 7px;
820
+ vertical-align: top;
601
821
  }
602
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
603
- margin-left: 11px;
604
- top: 7px;
605
- width: 80px;
822
+ .seek-time .seek-time__duration {
823
+ display: inline-block;
824
+ color: rgba(255, 255, 255, 0.5);
825
+ font-size: 10px;
826
+ padding-right: 7px;
827
+ vertical-align: top;
606
828
  }
607
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
608
- margin-left: 11px;
609
- top: 1px;
610
- }
611
- .media-control-skin-1.w270 .media-control-dd__popup {
612
- max-width: 114px;
829
+ .seek-time .seek-time__duration::before {
830
+ content: "|";
831
+ margin-right: 7px;
832
+ }:root {
833
+ --primary-background-color: #000;
834
+ --secondary-background-color: #262626;
835
+ --primary-text-color: #fff;
836
+ --secondary-text-color: #fff4f2;
837
+ --hover-text-color: #f9b090;
838
+ --speedtest-red: #df564d;
839
+ --speedtest-orange: #df934d;
840
+ --speedtest-yellow: #dfd04d;
841
+ --speedtest-light-green: #c2df4d;
842
+ --speedtest-green: #73df4d;
613
843
  }
614
844
 
615
- .media-control-skin-1.w370 .media-control-cc {
616
- width: 28px;
845
+ .clappr-nerd-stats {
846
+ cursor: default;
617
847
  }
618
- .media-control-skin-1.w370 .media-control-cc svg {
619
- height: 17px;
848
+ .clappr-nerd-stats .stats-box {
849
+ position: absolute;
850
+ display: inline-block;
851
+ bottom: 52px;
852
+ right: 0;
853
+ top: 0;
854
+ left: 0;
855
+ bottom: 0;
856
+ padding: 0 10px 12px;
857
+ margin: 0;
858
+ line-height: 20px;
859
+ font-size: 12px;
860
+ font-weight: 500;
861
+ background: var(--primary-background-color);
862
+ color: #fff;
863
+ z-index: 20000;
864
+ overflow: auto;
865
+ max-width: 100%;
620
866
  }
621
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container {
622
- top: calc(50% - 150px);
623
- left: calc(50% - 125px);
624
- width: 250px;
625
- height: calc(100% - 32px);
626
- max-height: 300px;
627
- transform: none;
867
+ .clappr-nerd-stats .stats-box-top {
868
+ position: absolute;
869
+ top: 0;
870
+ left: 0;
871
+ z-index: 9999;
872
+ width: 100%;
873
+ height: 32px;
874
+ background: var(--primary-background-color);
628
875
  }
629
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header {
630
- border: none;
876
+ .clappr-nerd-stats .stats-box-top .close-button {
877
+ position: absolute;
878
+ right: 12px;
879
+ top: 10px;
880
+ display: block;
881
+ width: 12px;
882
+ height: 12px;
631
883
  }
632
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
633
- visibility: hidden;
884
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
885
+ fill: var(--primary-text-color);
634
886
  }
635
- .media-control-skin-1.w370 .media-control-quality {
636
- display: block;
887
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
888
+ fill: var(--hover-text-color);
637
889
  }
638
- .media-control-skin-1.w370 .media-control-multicamera .multicamera {
639
- margin-top: 0;
640
- margin-right: 10px;
890
+ .clappr-nerd-stats .stats-box-main {
891
+ overflow: hidden;
892
+ margin-top: 44px;
893
+ display: flex;
894
+ flex-wrap: wrap;
641
895
  }
642
- .media-control-skin-1.w370 .media-control-multicamera .multicamera button {
643
- height: 32px;
896
+ .clappr-nerd-stats .stats-box-main ul {
897
+ flex: 0 1 1fr;
898
+ min-width: 200px;
644
899
  }
645
- .media-control-skin-1.w370 .media-control-multicamera .multicamera button svg {
646
- height: 17px;
647
- margin: 0;
900
+ .clappr-nerd-stats .stats-box.wide {
901
+ width: 820px;
648
902
  }
649
- .media-control-skin-1.w370 .media-control-layer[data-controls] {
650
- padding-left: 10px;
651
- padding-right: 12px;
903
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
904
+ list-style-type: none;
652
905
  }
653
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator {
654
- line-height: 32px;
906
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
907
+ padding-left: 2px;
908
+ padding-right: 2px;
909
+ background: var(--primary-background-color);
910
+ gap: 10px;
655
911
  }
656
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-position], .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-duration] {
657
- font-size: 11px;
658
- line-height: 32px;
912
+ .clappr-nerd-stats .stats-box ul {
913
+ padding: 5px;
914
+ width: 200px;
915
+ flex: 0 1 50%;
659
916
  }
660
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button {
661
- margin-left: 10px;
662
- height: 32px;
663
- font-size: 12px;
664
- line-height: 32px;
665
- text-shadow: none;
666
- letter-spacing: 0.6px;
917
+ .clappr-nerd-stats .stats-box ul li {
918
+ position: relative;
919
+ padding: 0 5px;
920
+ text-align: left;
667
921
  }
668
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button::before {
669
- width: 8px;
670
- height: 8px;
671
- margin-right: 4px;
922
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
923
+ padding: 0;
672
924
  }
673
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info {
674
- margin-left: 10px;
675
- height: 32px;
676
- font-size: 12px;
677
- line-height: 32px;
678
- text-shadow: none;
679
- letter-spacing: 0.6px;
925
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
926
+ width: 100%;
680
927
  }
681
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info::before {
682
- width: 8px;
683
- height: 8px;
684
- margin-right: 4px;
928
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
929
+ background: var(--secondary-background-color);
685
930
  }
686
- .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button[data-fullscreen] {
687
- height: 33px;
931
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
932
+ background: var(--secondary-background-color);
688
933
  }
689
- .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button svg {
690
- height: 17px;
934
+ .clappr-nerd-stats .stats-box ul li.title {
935
+ text-align: center;
936
+ font-weight: bold;
937
+ padding-bottom: 4px;
938
+ font-size: 14px;
691
939
  }
692
- .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
693
- line-height: 33px;
694
- font-size: 11px;
940
+ .clappr-nerd-stats .stats-box ul li div {
941
+ margin: 0;
942
+ position: absolute;
943
+ right: 0;
944
+ top: 0;
695
945
  }
696
- .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
697
- max-width: 50px;
946
+
947
+ .desktop .clappr-nerd-stats .stats-box.narrow {
948
+ width: 250px;
698
949
  }
699
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] {
700
- height: 32px;
701
- margin-right: 8px;
950
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
951
+ width: 100%;
702
952
  }
703
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
704
- height: 32px;
953
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
954
+ padding: 0 5px;
955
+ height: auto;
705
956
  }
706
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
707
- height: 17px;
708
- margin-top: 5px;
957
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
958
+ width: 100%;
959
+ flex-direction: column;
709
960
  }
710
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
711
- display: none;
961
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
962
+ width: 100%;
712
963
  }
713
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
714
- width: 0;
715
- height: 12px;
716
- top: 9px;
717
- padding: 0;
964
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
965
+ width: 100%;
718
966
  }
719
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-button,
720
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-item {
721
- height: 32px;
967
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
968
+ padding-top: 12px;
969
+ height: 38px;
970
+ text-align: center;
722
971
  }
723
- .media-control-skin-1.w370 .media-control-dd__popup {
724
- max-width: 150px;
972
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
973
+ text-align: center;
974
+ }
975
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
976
+ height: 80px;
977
+ }
978
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
979
+ bottom: 0;
980
+ left: 0;
981
+ }
982
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
983
+ inset: 50% auto auto 50%;
984
+ transform: translate(-50%, -50%);
725
985
  }
726
986
 
727
- :root {
728
- --font-size-media-controls: 14px;
729
- --font-size-media-controls-dropdown: 16px;
730
- --gplayer-mc-font-size-dropdown: 16px;
731
- --player-vod-color: #005aff;
732
- --player-dvr-color: #fff;
733
- --player-live-color: #ff0101;
734
- --player-seekbar-current-color: #ff5700;
735
- --player-seekbar-buffer-color: #fff;
736
- --gplayer-mc-text-color: #fff;
737
- --gplayer-mc-text-dim-color: #fffffe;
738
- --gplayer-mc-popup-border-color: rgb(255 255 255 / 10%);
739
- --gplayer-mc-popup-bg: rgb(74 74 74 / 60%);
987
+ .speed-test-button {
988
+ margin: 10px 0 0;
989
+ color: #000;
740
990
  }
741
991
 
742
- .media-control-skin-1 {
992
+ .speed-test {
743
993
  position: absolute;
994
+ top: 0;
995
+ left: 0;
744
996
  width: 100%;
745
997
  height: 100%;
746
998
  z-index: 9999;
747
- pointer-events: none;
748
- font-family: Roboto, "Open Sans", Arial, sans-serif;
749
- font-size: var(--font-size-media-controls);
750
- }
751
- .media-control-skin-1.dragging {
752
- pointer-events: auto;
753
- cursor: grabbing !important;
754
- cursor: url("closed-hand.cur"), move;
755
- }
756
- .media-control-skin-1.dragging * {
757
- cursor: grabbing !important;
758
- cursor: url("closed-hand.cur"), move;
759
999
  }
760
- .media-control-skin-1 .media-control-icon {
761
- line-height: 0;
762
- letter-spacing: 0;
763
- speak: none;
764
- color: var(--gplayer-mc-text-color);
765
- vertical-align: middle;
766
- text-align: left;
767
- transition: all 0.1s ease;
1000
+ .speed-test .speed-test-header {
1001
+ width: 100%;
1002
+ height: 32px;
768
1003
  }
769
- .media-control-skin-1 .media-control-icon:hover {
770
- color: white;
1004
+ .speed-test .speed-test-header .close-speed-test {
1005
+ float: right;
1006
+ margin-right: 5px;
1007
+ line-height: 32px;
1008
+ cursor: pointer;
1009
+ color: var(--primary-text-color);
771
1010
  }
772
- .media-control-skin-1.media-control-hide .media-control-background[data-background] {
773
- opacity: 0;
1011
+ .speed-test .speed-test-header .close-speed-test:hover {
1012
+ color: var(--hover-text-color);
774
1013
  }
775
- .media-control-skin-1.media-control-hide .media-control-layer[data-controls] {
776
- bottom: -50px;
777
- }
778
- .media-control-skin-1.media-control-hide .media-control-layer[data-controls] .bar-scrubber[data-seekbar] {
779
- opacity: 0;
1014
+
1015
+ .settings-button {
1016
+ float: right;
1017
+ margin: 0 12px 0 0;
1018
+ height: 40px;
1019
+ width: 24px;
1020
+ border: none;
1021
+ padding: 0;
780
1022
  }
781
- .media-control-skin-1 .media-control-layer[data-controls] {
782
- position: absolute;
783
- bottom: 0;
1023
+
1024
+ .speedtest-summary {
784
1025
  width: 100%;
785
- padding: 0 12px 0 8px;
786
- height: var(--bottom-panel);
787
- vertical-align: middle;
788
- pointer-events: auto;
789
- transition: bottom 0.4s ease-out;
790
- display: flex;
1026
+ border-top: 1px solid var(--secondary-background-color) !important;
1027
+ border-bottom: 1px solid var(--secondary-background-color) !important;
1028
+ display: flex !important;
1029
+ flex-direction: column;
1030
+ align-items: stretch;
791
1031
  justify-content: space-between;
792
1032
  }
793
- .media-control-skin-1 .media-control-left-panel {
794
- display: flex;
795
- align-items: center;
796
- gap: 0.5rem;
797
- justify-content: flex-start;
798
- }
799
- .media-control-skin-1 .media-control-button,
800
- .media-control-skin-1 .media-control-indicator,
801
- .media-control-skin-1 .media-control-item {
802
- order: 50;
1033
+ .speedtest-summary .speedtest-summary-header {
1034
+ width: 100%;
1035
+ padding-top: 4px;
1036
+ text-align: left;
1037
+ height: 32px;
1038
+ font-size: 14px;
1039
+ font-weight: 500;
1040
+ line-height: 20px;
803
1041
  }
804
- .media-control-skin-1 .media-control-item {
1042
+ .speedtest-summary .speedtest-summary-block {
1043
+ position: relative;
805
1044
  display: flex;
806
- align-items: center;
807
- }
808
- .media-control-skin-1 [data-playpause],
809
- .media-control-skin-1 [data-playstop] {
810
- order: 1;
811
- }
812
- .media-control-skin-1 [data-volume] {
813
- order: 2;
814
- }
815
- .media-control-skin-1 [data-position] {
816
- order: 3;
817
- }
818
- .media-control-skin-1 [data-duration] {
819
- order: 3;
820
- }
821
- .media-control-skin-1 .media-control-center-panel {
822
- height: 100%;
823
- text-align: center;
824
- line-height: var(--bottom-panel);
1045
+ flex-direction: row;
1046
+ width: 100%;
825
1047
  }
826
- .media-control-skin-1 .media-control-right-panel {
827
- display: flex;
828
- align-items: center;
829
- gap: 1rem;
830
- justify-content: flex-end;
1048
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1049
+ width: 50%;
1050
+ margin-top: 4px;
1051
+ margin-bottom: 12px;
831
1052
  }
832
- @media (max-width: 420px) {
833
- .media-control-skin-1 .media-control-right-panel {
834
- gap: 0.5rem;
835
- }
1053
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1054
+ padding: 2px;
1055
+ width: 248px;
1056
+ max-width: 100%;
836
1057
  }
837
- .media-control-skin-1 button.media-control-button {
838
- background-color: transparent;
839
- border: 0;
840
- padding: 0;
841
- cursor: pointer;
842
- display: inline-block;
843
- height: 20px;
844
- width: 24px;
1058
+
1059
+ .speedtest-quality {
1060
+ width: 100%;
1061
+ height: 36px;
1062
+ display: flex !important;
1063
+ flex-direction: column !important;
1064
+ justify-content: space-between !important;
845
1065
  }
846
- .media-control-skin-1 button.media-control-button svg {
1066
+ .speedtest-quality .speedtest-quality-header {
1067
+ font-size: 12px;
847
1068
  height: 20px;
1069
+ border-left: 2px solid var(--secondary-background-color) !important;
1070
+ background-color: var(--secondary-background-color);
1071
+ text-align: left;
848
1072
  }
849
- .media-control-skin-1 button.media-control-button svg path {
850
- fill: white;
1073
+ .speedtest-quality-content {
1074
+ width: 100%;
1075
+ margin-top: 8px;
1076
+ height: 8px;
1077
+ display: flex !important;
1078
+ flex-direction: row !important;
1079
+ align-items: stretch !important;
1080
+ justify-content: space-between;
851
1081
  }
852
- .media-control-skin-1 button.media-control-button:focus {
853
- outline: none;
1082
+ .speedtest-quality-content-item {
1083
+ width: 18.8%;
1084
+ background-color: #fff;
854
1085
  }
855
- .media-control-skin-1 button.media-control-button[data-play] {
856
- float: left;
857
- height: 100%;
1086
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
1087
+ background-color: var(--speedtest-red);
858
1088
  }
859
- .media-control-skin-1 button.media-control-button[data-pause] {
860
- float: left;
861
- height: 100%;
1089
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
1090
+ background-color: var(--speedtest-orange);
862
1091
  }
863
- .media-control-skin-1 button.media-control-button[data-stop] {
864
- float: left;
865
- height: 100%;
1092
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
1093
+ background-color: var(--speedtest-yellow);
866
1094
  }
867
- .media-control-skin-1 button.media-control-button[data-fullscreen] {
868
- order: 100;
869
- background-color: transparent;
870
- border: 0;
871
- height: 40px;
1095
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
1096
+ background-color: var(--speedtest-light-green);
872
1097
  }
873
- .media-control-skin-1 button.media-control-button[data-hd-indicator] {
874
- background-color: transparent;
875
- border: 0;
876
- cursor: default;
877
- display: none !important;
878
- float: right;
879
- height: 100%;
1098
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
1099
+ background-color: var(--speedtest-green);
880
1100
  }
881
- .media-control-skin-1 .media-control-indicator[data-position], .media-control-skin-1 .media-control-indicator[data-duration] {
882
- display: flex;
883
- color: white;
884
- cursor: default;
885
- line-height: var(--bottom-panel);
1101
+
1102
+ .speedtest-footer {
886
1103
  position: relative;
887
- }
888
- .media-control-skin-1 .media-control-indicator[data-position] {
889
- margin: 1px 0 0 7px;
890
- }
891
- .media-control-skin-1 .media-control-indicator[data-duration] {
892
- color: rgb(255, 255, 255);
893
- opacity: 0.5;
894
- margin-top: 1px;
895
- margin-right: 6px;
896
- }
897
- .media-control-skin-1 .media-control-indicator[data-duration]::before {
898
- content: "|";
899
- margin-right: 7px;
900
- }
901
- .media-control-skin-1 .bar-container[data-seekbar] {
902
- position: absolute;
903
- top: -11px;
904
- left: 0;
905
- display: inline-block;
906
- vertical-align: middle;
907
- width: 100%;
908
- height: 20px;
909
- cursor: pointer;
910
- }
911
- .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] {
1104
+ float: left;
912
1105
  width: 100%;
913
- height: 3px;
914
- position: relative;
915
- top: 8px;
916
- background-color: #666;
917
- }
918
- .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-1[data-seekbar] {
919
- position: absolute;
920
- top: 0;
921
- left: 0;
922
- width: 0;
923
- height: 100%;
924
- background-color: var(--player-seekbar-buffer-color);
925
- transition: all 0.1s ease-out;
1106
+ height: 30px;
1107
+ line-height: 16px;
926
1108
  }
927
- .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1109
+ .speedtest-footer-about-link {
928
1110
  position: absolute;
929
- top: 0;
1111
+ bottom: 0;
930
1112
  left: 0;
931
- width: 0;
932
- height: 100%;
933
- background-color: var(--player-seekbar-current-color);
934
- transition: all 0.1s ease-out;
935
- }
936
- .media-control-skin-1 .bar-container[data-seekbar].seek-disabled {
937
- cursor: default;
938
- display: none;
1113
+ color: var(--secondary-text-color);
1114
+ text-decoration: underline !important;
939
1115
  }
940
- .media-control-skin-1 .bar-scrubber[data-seekbar] {
941
- position: absolute;
942
- transform: translateX(-50%);
943
- top: 0;
944
- left: 0;
945
- width: 20px;
946
- height: 20px;
947
- opacity: 1;
948
- transition: all 0.1s ease-out;
1116
+ .speedtest-footer-about-link:hover {
1117
+ color: var(--hover-text-color);
949
1118
  }
950
- .media-control-skin-1 .bar-scrubber[data-seekbar] .bar-scrubber-icon[data-seekbar] {
1119
+ .speedtest-footer .speedtest-footer-refresh {
951
1120
  position: absolute;
952
- left: 4.5px;
953
- top: 4.5px;
954
- width: 11px;
955
- height: 11px;
956
- border-radius: 50%;
957
- background-color: white;
958
- }
959
- .media-control-skin-1 .drawer-container[data-volume] {
1121
+ bottom: 0;
1122
+ right: 0;
1123
+ color: var(--secondary-text-color);
1124
+ font-size: 14px;
1125
+ font-weight: 400;
1126
+ line-height: 16px;
1127
+ height: 16px;
960
1128
  display: flex;
961
- justify-content: flex-start;
962
- height: var(--bottom-panel);
963
- cursor: pointer;
964
- box-sizing: border-box;
1129
+ align-items: center;
1130
+ gap: 4px;
965
1131
  }
966
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] {
967
- bottom: 0;
1132
+ .speedtest-footer .speedtest-footer-refresh svg path {
1133
+ fill: var(--secondary-text-color);
968
1134
  }
969
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
970
- background-color: transparent;
971
- border: 0;
972
- box-sizing: content-box;
973
- height: var(--bottom-panel);
974
- width: 20px;
975
- }
976
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
977
- height: 20px;
978
- position: relative;
979
- top: 3px;
980
- margin-top: 7px;
981
- }
982
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg path {
983
- fill: white;
1135
+ .speedtest-footer .speedtest-footer-refresh:hover {
1136
+ color: var(--hover-text-color);
984
1137
  }
985
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume].muted svg {
986
- margin-left: 2px;
1138
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
1139
+ fill: var(--hover-text-color);
987
1140
  }
988
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] {
989
- position: relative;
990
- margin-left: 10px;
991
- top: 8px;
992
- width: 80px;
993
- height: 23px;
994
- padding: 3px 0;
995
- transition: width 0.2s ease-out;
1141
+
1142
+ .mobile .clappr-nerd-stats .stats-box {
1143
+ position: fixed;
1144
+ height: auto;
1145
+ width: auto;
1146
+ inset: 0;
1147
+ min-width: 100vw;
1148
+ padding-bottom: 4px;
1149
+ padding-left: 4px;
1150
+ padding-right: 4px;
996
1151
  }
997
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] {
998
- height: 3px;
999
- border-radius: 100px;
1000
- position: relative;
1001
- top: 7px;
1002
- background-color: #666;
1152
+ .mobile .clappr-nerd-stats .stats-box-top {
1153
+ position: fixed;
1003
1154
  }
1004
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-1[data-volume] {
1005
- position: absolute;
1006
- top: 0;
1007
- left: 0;
1008
- width: 0;
1009
- height: 100%;
1010
- border-radius: 100px;
1011
- background-color: white;
1012
- transition: all 0.1s ease-out;
1155
+ .mobile .clappr-nerd-stats .stats-box-main ul {
1156
+ flex: 0 1 50%;
1013
1157
  }
1014
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-2[data-volume] {
1015
- position: absolute;
1016
- top: 0;
1017
- left: 0;
1018
- width: 0;
1019
- height: 100%;
1020
- background-color: var(--player-vod-color);
1021
- transition: all 0.1s ease-out;
1158
+
1159
+ @media only screen and (orientation: portrait) {
1160
+ .mobile .speedtest-summary {
1161
+ padding: 0 5px;
1162
+ height: auto;
1163
+ }
1164
+ .mobile .speedtest-summary-block {
1165
+ width: 100%;
1166
+ flex-direction: column;
1167
+ }
1168
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
1169
+ width: 100%;
1170
+ }
1171
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1172
+ width: 100%;
1173
+ }
1174
+ .mobile .speedtest-summary-header {
1175
+ padding-top: 12px;
1176
+ height: 38px;
1177
+ text-align: center;
1178
+ }
1179
+ .mobile .speedtest-quality-header {
1180
+ text-align: center;
1181
+ }
1182
+ .mobile .speedtest-footer .speedtest-footer-refresh {
1183
+ inset: 50% auto auto 50%;
1184
+ transform: translate(-50%, -50%);
1185
+ }
1022
1186
  }
1023
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
1024
- position: absolute;
1025
- transform: translateX(-50%);
1026
- top: 3px;
1027
- margin-left: 3px;
1028
- width: 16px;
1029
- height: 16px;
1030
- opacity: 1;
1031
- transition: all 0.1s ease-out;
1187
+ @media only screen and (orientation: landscape) {
1188
+ .mobile .clappr-nerd-stats .stats-box-main ul {
1189
+ flex-basis: 1fr;
1190
+ }
1032
1191
  }
1033
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
1192
+ @media only screen and (min-width: 1100px) {
1193
+ .fullscreen .clappr-nerd-stats .stats-box {
1194
+ top: unset;
1195
+ }
1196
+ }.scrub-thumbnails {
1034
1197
  position: absolute;
1035
- left: 3px;
1036
- top: 5px;
1037
- width: 7px;
1038
- height: 7px;
1039
- border-radius: 50%;
1040
- background-color: white;
1041
- }
1042
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1043
- float: left;
1044
- width: 4px;
1045
- padding-left: 2px;
1046
- height: 12px;
1047
- opacity: 0.5;
1048
- box-shadow: inset 2px 0 0 white;
1049
- transition: transform 0.2s ease-out;
1050
- }
1051
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1052
- box-shadow: inset 2px 0 0 #fff;
1053
- opacity: 1;
1054
- }
1055
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1056
- padding-left: 0;
1057
- }
1058
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1059
- transform: scaleY(1.5);
1060
- }
1061
- .media-control-skin-1 .seek-time {
1062
- height: 26px;
1063
- line-height: 26px;
1064
1198
  bottom: 52px;
1065
- border-radius: 3px;
1066
- background-color: rgba(74, 74, 74, 0.7);
1067
- }
1068
- .media-control-skin-1 .seek-time span {
1069
- letter-spacing: 0.8px;
1070
- font-size: 14px;
1071
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1072
- }
1073
- .media-control-skin-1 .seek-time .seek-time__pos {
1074
- padding-left: 8px;
1075
- padding-right: 8px;
1076
- }
1077
- .media-control-skin-1 .media-control-dd {
1078
- display: flex;
1079
- height: 32px;
1080
- line-height: 32px;
1081
- align-items: baseline;
1082
- gap: 4px;
1083
- vertical-align: baseline;
1084
- padding: 0;
1085
- background-color: transparent;
1086
- color: var(--gplayer-mc-text-color);
1087
- -webkit-font-smoothing: antialiased;
1088
- border: none;
1089
- cursor: pointer;
1090
- }
1091
- .media-control-skin-1 .media-control-dd__text {
1092
- text-overflow: ellipsis;
1093
- overflow: hidden;
1094
- white-space: nowrap;
1095
- max-width: 100px;
1096
- }
1097
- .media-control-skin-1 .media-control-dd.changing {
1098
- animation: pulse 0.5s infinite alternate;
1099
- }
1100
- .media-control-skin-1 .media-control-dd svg {
1101
- fill: var(--gplayer-mc-text-color);
1199
+ width: 100%;
1200
+ transition: opacity 0.3s ease;
1102
1201
  }
1103
- .media-control-skin-1 .media-control-dd__arrow {
1104
- width: 9px;
1105
- height: 6px;
1202
+ .scrub-thumbnails.hidden {
1203
+ opacity: 0;
1106
1204
  }
1107
- .media-control-skin-1 .media-control-dd__wrap {
1205
+ .scrub-thumbnails .thumbnail-container {
1206
+ display: inline-block;
1108
1207
  position: relative;
1208
+ overflow: hidden;
1209
+ background-color: #000;
1109
1210
  }
1110
- .media-control-skin-1 .media-control-dd__popup {
1111
- max-width: 200px;
1112
- list-style-type: none;
1211
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1113
1212
  position: absolute;
1114
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
1115
- border: none;
1116
- min-width: 60px;
1117
- border-radius: 4px;
1118
- bottom: 40px;
1119
- right: -2px;
1120
- overflow-x: hidden;
1121
- overflow-y: auto;
1122
- padding: 5px 0;
1123
- }
1124
- .media-control-skin-1 .media-control-dd__popup li {
1125
- font-size: var(--gplayer-mc-font-size-dropdown);
1126
- text-align: right;
1127
- height: 30px;
1213
+ width: auto;
1128
1214
  }
1129
- .media-control-skin-1 .media-control-dd__popup li a {
1130
- display: block;
1131
- text-decoration: none;
1132
- text-overflow: ellipsis;
1133
- overflow: hidden;
1215
+ .scrub-thumbnails .thumbnails-text {
1216
+ background-color: rgba(74, 74, 74, 0.7);
1217
+ border-radius: 3px;
1134
1218
  white-space: nowrap;
1135
- padding: 5px 10px;
1136
- line-height: 20px;
1137
- color: #fffffe;
1138
- }
1139
- .media-control-skin-1 .media-control-dd__popup li a:hover {
1140
- text-decoration: none;
1141
- background-color: rgba(0, 0, 0, 0.4);
1142
- color: var(--gplayer-mc-text-color);
1143
- }
1144
- .media-control-skin-1 .media-control-dd__popup li.current a {
1145
- color: #f00;
1146
- }
1147
- .media-control-skin-1 .media-control-dd__popup li:first-child a {
1148
- border-bottom-left-radius: 4px;
1149
- border-bottom-right-radius: 4px;
1150
- }
1151
- .media-control-skin-1 .media-control-dd__popup li:last-child a {
1152
- border-top-left-radius: 4px;
1153
- border-top-right-radius: 4px;
1219
+ overflow: hidden;
1220
+ text-overflow: ellipsis;
1221
+ color: white;
1222
+ position: absolute;
1223
+ bottom: 23px;
1224
+ width: 100px;
1225
+ padding: 0 4px;
1226
+ font-size: 12px;
1154
1227
  }
1155
-
1156
- @keyframes pulse {
1157
- 0% {
1158
- color: #fff;
1159
- }
1160
- 50% {
1161
- color: #ff0101;
1162
- }
1163
- 100% {
1164
- color: #B80000;
1165
- }
1166
- }:root {
1167
- --primary-background-color: #000;
1168
- --secondary-background-color: #262626;
1169
- --primary-text-color: #fff;
1170
- --secondary-text-color: #fff4f2;
1171
- --hover-text-color: #f9b090;
1172
- --speedtest-red: #df564d;
1173
- --speedtest-orange: #df934d;
1174
- --speedtest-yellow: #dfd04d;
1175
- --speedtest-light-green: #c2df4d;
1176
- --speedtest-green: #73df4d;
1228
+ .scrub-thumbnails .spotlight {
1229
+ background-color: #4a4a4a;
1230
+ overflow: hidden;
1231
+ position: absolute;
1232
+ bottom: 0;
1233
+ left: 0;
1234
+ border-color: #4a4a4a;
1235
+ border-style: solid;
1236
+ border-width: 3px;
1237
+ border-radius: 3px;
1177
1238
  }
1178
-
1179
- .clappr-nerd-stats {
1180
- cursor: default;
1239
+ .scrub-thumbnails .spotlight img {
1240
+ width: auto;
1181
1241
  }
1182
- .clappr-nerd-stats .stats-box {
1242
+ .scrub-thumbnails .backdrop {
1183
1243
  position: absolute;
1184
- display: inline-block;
1185
- bottom: 52px;
1186
- right: 0;
1187
- top: 0;
1188
1244
  left: 0;
1189
1245
  bottom: 0;
1190
- padding: 0 10px 12px;
1191
- margin: 0;
1192
- line-height: 20px;
1193
- font-size: 12px;
1194
- font-weight: 500;
1195
- background: var(--primary-background-color);
1196
- color: #fff;
1197
- z-index: 20000;
1198
- overflow: auto;
1199
- max-width: 100%;
1246
+ right: 0;
1247
+ background-color: #000;
1248
+ overflow: hidden;
1200
1249
  }
1201
- .clappr-nerd-stats .stats-box-top {
1250
+ .scrub-thumbnails .backdrop .carousel {
1202
1251
  position: absolute;
1203
1252
  top: 0;
1204
1253
  left: 0;
1205
- z-index: 9999;
1206
- width: 100%;
1207
- height: 32px;
1208
- background: var(--primary-background-color);
1254
+ height: 100%;
1255
+ white-space: nowrap;
1209
1256
  }
1210
- .clappr-nerd-stats .stats-box-top .close-button {
1257
+ .scrub-thumbnails .backdrop .carousel img {
1258
+ width: auto;
1259
+ }.player-logo[data-logo] {
1211
1260
  position: absolute;
1212
- right: 12px;
1213
- top: 10px;
1214
- display: block;
1215
- width: 12px;
1216
- height: 12px;
1217
- }
1218
- .clappr-nerd-stats .stats-box-top .close-button svg path {
1219
- fill: var(--primary-text-color);
1220
- }
1221
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
1222
- fill: var(--hover-text-color);
1261
+ z-index: 2;
1262
+ width: 100%;
1263
+ height: 100%;
1223
1264
  }
1224
- .clappr-nerd-stats .stats-box-main {
1225
- overflow: hidden;
1226
- margin-top: 44px;
1227
- display: flex;
1228
- flex-wrap: wrap;
1265
+
1266
+ .clappr-logo {
1267
+ position: absolute;
1268
+ }[data-player] {
1269
+ --bottom-panel: 40px;
1229
1270
  }
1230
- .clappr-nerd-stats .stats-box-main ul {
1231
- flex: 0 1 1fr;
1232
- min-width: 200px;
1271
+
1272
+ .container .media-control-notransition {
1273
+ transition: none !important;
1233
1274
  }
1234
- .clappr-nerd-stats .stats-box.wide {
1235
- width: 820px;
1275
+ .container .player-poster .play-wrapper {
1276
+ opacity: 1;
1236
1277
  }
1237
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
1238
- list-style-type: none;
1278
+ .container.crop-video [data-html5-video] {
1279
+ object-fit: cover;
1239
1280
  }
1240
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
1241
- padding-left: 2px;
1242
- padding-right: 2px;
1243
- background: var(--primary-background-color);
1244
- gap: 10px;
1281
+ .container .player-poster .circle-poster {
1282
+ top: 50%;
1283
+ margin-top: -60px;
1284
+ left: 50%;
1285
+ margin-left: -60px;
1286
+ position: absolute;
1287
+ width: 120px;
1288
+ height: 120px;
1289
+ border: 2px solid white;
1290
+ border-radius: 50%;
1291
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1292
+ filter: alpha(opacity=60);
1293
+ opacity: 1;
1294
+ box-shadow: 0 0 1px 0 white;
1245
1295
  }
1246
- .clappr-nerd-stats .stats-box ul {
1247
- padding: 5px;
1248
- width: 200px;
1249
- flex: 0 1 50%;
1296
+ .container .player-poster .circle-poster svg {
1297
+ margin-left: 5px;
1298
+ width: 80px;
1250
1299
  }
1251
- .clappr-nerd-stats .stats-box ul li {
1252
- position: relative;
1253
- padding: 0 5px;
1254
- text-align: left;
1300
+ .container .spinner-three-bounce[data-spinner] > div {
1301
+ background-color: #ff5700;
1255
1302
  }
1256
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
1303
+
1304
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1305
+ transform: rotate(270deg);
1306
+ float: none;
1307
+ display: block;
1308
+ position: absolute;
1309
+ margin: 0;
1310
+ top: -40px;
1257
1311
  padding: 0;
1312
+ margin-left: -32px;
1313
+ margin-top: -3px;
1314
+ width: 80px;
1258
1315
  }
1259
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
1316
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
1317
+ position: absolute;
1260
1318
  width: 100%;
1319
+ height: 100%;
1320
+ left: -5px;
1261
1321
  }
1262
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
1263
- background: var(--secondary-background-color);
1322
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
1323
+ display: none;
1264
1324
  }
1265
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
1266
- background: var(--secondary-background-color);
1325
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
1326
+ margin-left: 11px;
1327
+ top: 7px;
1328
+ width: 80px;
1267
1329
  }
1268
- .clappr-nerd-stats .stats-box ul li.title {
1269
- text-align: center;
1270
- font-weight: bold;
1271
- padding-bottom: 4px;
1272
- font-size: 14px;
1330
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
1331
+ margin-left: 11px;
1332
+ top: 1px;
1273
1333
  }
1274
- .clappr-nerd-stats .stats-box ul li div {
1275
- margin: 0;
1276
- position: absolute;
1277
- right: 0;
1278
- top: 0;
1334
+ .media-control-skin-1.w270 .media-control-dd__popup {
1335
+ max-width: 114px;
1279
1336
  }
1280
1337
 
1281
- .desktop .clappr-nerd-stats .stats-box.narrow {
1282
- width: 250px;
1283
- }
1284
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
1285
- width: 100%;
1338
+ .media-control-skin-1.w370 .media-control-cc {
1339
+ width: 28px;
1286
1340
  }
1287
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
1288
- padding: 0 5px;
1289
- height: auto;
1341
+ .media-control-skin-1.w370 .media-control-cc svg {
1342
+ height: 17px;
1290
1343
  }
1291
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
1292
- width: 100%;
1293
- flex-direction: column;
1344
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container {
1345
+ top: calc(50% - 150px);
1346
+ left: calc(50% - 125px);
1347
+ width: 250px;
1348
+ height: calc(100% - 32px);
1349
+ max-height: 300px;
1350
+ transform: none;
1294
1351
  }
1295
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1296
- width: 100%;
1352
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header {
1353
+ border: none;
1297
1354
  }
1298
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1299
- width: 100%;
1355
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1356
+ visibility: hidden;
1300
1357
  }
1301
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
1302
- padding-top: 12px;
1303
- height: 38px;
1304
- text-align: center;
1358
+ .media-control-skin-1.w370 .media-control-quality {
1359
+ display: block;
1305
1360
  }
1306
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
1307
- text-align: center;
1361
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera {
1362
+ margin-top: 0;
1363
+ margin-right: 10px;
1308
1364
  }
1309
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
1310
- height: 80px;
1365
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera button {
1366
+ height: 32px;
1311
1367
  }
1312
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
1313
- bottom: 0;
1314
- left: 0;
1368
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera button svg {
1369
+ height: 17px;
1370
+ margin: 0;
1315
1371
  }
1316
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1317
- inset: 50% auto auto 50%;
1318
- transform: translate(-50%, -50%);
1372
+ .media-control-skin-1.w370 .media-control-layer[data-controls] {
1373
+ padding-left: 10px;
1374
+ padding-right: 12px;
1319
1375
  }
1320
-
1321
- .speed-test-button {
1322
- margin: 10px 0 0;
1323
- color: #000;
1376
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator {
1377
+ line-height: 32px;
1324
1378
  }
1325
-
1326
- .speed-test {
1327
- position: absolute;
1328
- top: 0;
1329
- left: 0;
1330
- width: 100%;
1331
- height: 100%;
1332
- z-index: 9999;
1379
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-position], .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-duration] {
1380
+ font-size: 11px;
1381
+ line-height: 32px;
1333
1382
  }
1334
- .speed-test .speed-test-header {
1335
- width: 100%;
1383
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button {
1384
+ margin-left: 10px;
1336
1385
  height: 32px;
1386
+ font-size: 12px;
1387
+ line-height: 32px;
1388
+ text-shadow: none;
1389
+ letter-spacing: 0.6px;
1337
1390
  }
1338
- .speed-test .speed-test-header .close-speed-test {
1339
- float: right;
1340
- margin-right: 5px;
1391
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button::before {
1392
+ width: 8px;
1393
+ height: 8px;
1394
+ margin-right: 4px;
1395
+ }
1396
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info {
1397
+ margin-left: 10px;
1398
+ height: 32px;
1399
+ font-size: 12px;
1341
1400
  line-height: 32px;
1342
- cursor: pointer;
1343
- color: var(--primary-text-color);
1401
+ text-shadow: none;
1402
+ letter-spacing: 0.6px;
1344
1403
  }
1345
- .speed-test .speed-test-header .close-speed-test:hover {
1346
- color: var(--hover-text-color);
1404
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info::before {
1405
+ width: 8px;
1406
+ height: 8px;
1407
+ margin-right: 4px;
1347
1408
  }
1348
-
1349
- .settings-button {
1350
- float: right;
1351
- margin: 0 12px 0 0;
1352
- height: 40px;
1353
- width: 24px;
1354
- border: none;
1355
- padding: 0;
1409
+ .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button[data-fullscreen] {
1410
+ height: 33px;
1356
1411
  }
1357
-
1358
- .speedtest-summary {
1359
- width: 100%;
1360
- border-top: 1px solid var(--secondary-background-color) !important;
1361
- border-bottom: 1px solid var(--secondary-background-color) !important;
1362
- display: flex !important;
1363
- flex-direction: column;
1364
- align-items: stretch;
1365
- justify-content: space-between;
1412
+ .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button svg {
1413
+ height: 17px;
1366
1414
  }
1367
- .speedtest-summary .speedtest-summary-header {
1368
- width: 100%;
1369
- padding-top: 4px;
1370
- text-align: left;
1415
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
1416
+ line-height: 33px;
1417
+ font-size: 11px;
1418
+ }
1419
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
1420
+ max-width: 50px;
1421
+ }
1422
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] {
1371
1423
  height: 32px;
1372
- font-size: 14px;
1373
- font-weight: 500;
1374
- line-height: 20px;
1424
+ margin-right: 8px;
1375
1425
  }
1376
- .speedtest-summary .speedtest-summary-block {
1377
- position: relative;
1378
- display: flex;
1379
- flex-direction: row;
1380
- width: 100%;
1426
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
1427
+ height: 32px;
1428
+ }
1429
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
1430
+ height: 17px;
1431
+ margin-top: 5px;
1432
+ }
1433
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1434
+ display: none;
1435
+ }
1436
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
1437
+ width: 0;
1438
+ height: 12px;
1439
+ top: 9px;
1440
+ padding: 0;
1441
+ }
1442
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-button,
1443
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-item {
1444
+ height: 32px;
1381
1445
  }
1382
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1383
- width: 50%;
1384
- margin-top: 4px;
1385
- margin-bottom: 12px;
1446
+ .media-control-skin-1.w370 .media-control-dd__popup {
1447
+ max-width: 150px;
1386
1448
  }
1387
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1388
- padding: 2px;
1389
- width: 248px;
1390
- max-width: 100%;
1449
+
1450
+ :root {
1451
+ --font-size-media-controls: 14px;
1452
+ --font-size-media-controls-dropdown: 16px;
1453
+ --gplayer-mc-font-size-dropdown: 16px;
1454
+ --player-vod-color: #005aff;
1455
+ --player-dvr-color: #fff;
1456
+ --player-live-color: #ff0101;
1457
+ --player-seekbar-current-color: #ff5700;
1458
+ --player-seekbar-buffer-color: #fff;
1459
+ --gplayer-mc-text-color: #fff;
1460
+ --gplayer-mc-text-dim-color: #fffffe;
1461
+ --gplayer-mc-popup-border-color: rgb(255 255 255 / 10%);
1462
+ --gplayer-mc-popup-bg: rgb(74 74 74 / 60%);
1391
1463
  }
1392
1464
 
1393
- .speedtest-quality {
1465
+ .media-control-skin-1 {
1466
+ position: absolute;
1394
1467
  width: 100%;
1395
- height: 36px;
1396
- display: flex !important;
1397
- flex-direction: column !important;
1398
- justify-content: space-between !important;
1468
+ height: 100%;
1469
+ z-index: 9999;
1470
+ pointer-events: none;
1471
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1472
+ font-size: var(--font-size-media-controls);
1399
1473
  }
1400
- .speedtest-quality .speedtest-quality-header {
1401
- font-size: 12px;
1402
- height: 20px;
1403
- border-left: 2px solid var(--secondary-background-color) !important;
1404
- background-color: var(--secondary-background-color);
1474
+ .media-control-skin-1.dragging {
1475
+ pointer-events: auto;
1476
+ cursor: grabbing !important;
1477
+ cursor: url("closed-hand.cur"), move;
1478
+ }
1479
+ .media-control-skin-1.dragging * {
1480
+ cursor: grabbing !important;
1481
+ cursor: url("closed-hand.cur"), move;
1482
+ }
1483
+ .media-control-skin-1 .media-control-icon {
1484
+ line-height: 0;
1485
+ letter-spacing: 0;
1486
+ speak: none;
1487
+ color: var(--gplayer-mc-text-color);
1488
+ vertical-align: middle;
1405
1489
  text-align: left;
1490
+ transition: all 0.1s ease;
1406
1491
  }
1407
- .speedtest-quality-content {
1492
+ .media-control-skin-1 .media-control-icon:hover {
1493
+ color: white;
1494
+ }
1495
+ .media-control-skin-1.media-control-hide .media-control-background[data-background] {
1496
+ opacity: 0;
1497
+ }
1498
+ .media-control-skin-1.media-control-hide .media-control-layer[data-controls] {
1499
+ bottom: -50px;
1500
+ }
1501
+ .media-control-skin-1.media-control-hide .media-control-layer[data-controls] .bar-scrubber[data-seekbar] {
1502
+ opacity: 0;
1503
+ }
1504
+ .media-control-skin-1 .media-control-layer[data-controls] {
1505
+ position: absolute;
1506
+ bottom: 0;
1408
1507
  width: 100%;
1409
- margin-top: 8px;
1410
- height: 8px;
1411
- display: flex !important;
1412
- flex-direction: row !important;
1413
- align-items: stretch !important;
1508
+ padding: 0 12px 0 8px;
1509
+ height: var(--bottom-panel);
1510
+ vertical-align: middle;
1511
+ pointer-events: auto;
1512
+ transition: bottom 0.4s ease-out;
1513
+ display: flex;
1414
1514
  justify-content: space-between;
1415
1515
  }
1416
- .speedtest-quality-content-item {
1417
- width: 18.8%;
1418
- background-color: #fff;
1419
- }
1420
- .speedtest-quality-content-item.speedtest-quality-value-1 {
1421
- background-color: var(--speedtest-red);
1516
+ .media-control-skin-1 .media-control-left-panel {
1517
+ display: flex;
1518
+ align-items: center;
1519
+ gap: 0.5rem;
1520
+ justify-content: flex-start;
1422
1521
  }
1423
- .speedtest-quality-content-item.speedtest-quality-value-2 {
1424
- background-color: var(--speedtest-orange);
1522
+ .media-control-skin-1 .media-control-button,
1523
+ .media-control-skin-1 .media-control-indicator,
1524
+ .media-control-skin-1 .media-control-item {
1525
+ order: 50;
1425
1526
  }
1426
- .speedtest-quality-content-item.speedtest-quality-value-3 {
1427
- background-color: var(--speedtest-yellow);
1527
+ .media-control-skin-1 .media-control-item {
1528
+ display: flex;
1529
+ align-items: center;
1428
1530
  }
1429
- .speedtest-quality-content-item.speedtest-quality-value-4 {
1430
- background-color: var(--speedtest-light-green);
1531
+ .media-control-skin-1 [data-playpause],
1532
+ .media-control-skin-1 [data-playstop] {
1533
+ order: 1;
1431
1534
  }
1432
- .speedtest-quality-content-item.speedtest-quality-value-5 {
1433
- background-color: var(--speedtest-green);
1535
+ .media-control-skin-1 [data-volume] {
1536
+ order: 2;
1434
1537
  }
1435
-
1436
- .speedtest-footer {
1437
- position: relative;
1438
- float: left;
1439
- width: 100%;
1440
- height: 30px;
1441
- line-height: 16px;
1538
+ .media-control-skin-1 [data-position] {
1539
+ order: 3;
1442
1540
  }
1443
- .speedtest-footer-about-link {
1444
- position: absolute;
1445
- bottom: 0;
1446
- left: 0;
1447
- color: var(--secondary-text-color);
1448
- text-decoration: underline !important;
1541
+ .media-control-skin-1 [data-duration] {
1542
+ order: 3;
1449
1543
  }
1450
- .speedtest-footer-about-link:hover {
1451
- color: var(--hover-text-color);
1544
+ .media-control-skin-1 .media-control-center-panel {
1545
+ height: 100%;
1546
+ text-align: center;
1547
+ line-height: var(--bottom-panel);
1452
1548
  }
1453
- .speedtest-footer .speedtest-footer-refresh {
1454
- position: absolute;
1455
- bottom: 0;
1456
- right: 0;
1457
- color: var(--secondary-text-color);
1458
- font-size: 14px;
1459
- font-weight: 400;
1460
- line-height: 16px;
1461
- height: 16px;
1549
+ .media-control-skin-1 .media-control-right-panel {
1462
1550
  display: flex;
1463
1551
  align-items: center;
1464
- gap: 4px;
1552
+ gap: 1rem;
1553
+ justify-content: flex-end;
1465
1554
  }
1466
- .speedtest-footer .speedtest-footer-refresh svg path {
1467
- fill: var(--secondary-text-color);
1555
+ @media (max-width: 420px) {
1556
+ .media-control-skin-1 .media-control-right-panel {
1557
+ gap: 0.5rem;
1558
+ }
1468
1559
  }
1469
- .speedtest-footer .speedtest-footer-refresh:hover {
1470
- color: var(--hover-text-color);
1560
+ .media-control-skin-1 button.media-control-button {
1561
+ background-color: transparent;
1562
+ border: 0;
1563
+ padding: 0;
1564
+ cursor: pointer;
1565
+ display: inline-block;
1566
+ height: 20px;
1567
+ width: 24px;
1471
1568
  }
1472
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
1473
- fill: var(--hover-text-color);
1569
+ .media-control-skin-1 button.media-control-button svg {
1570
+ height: 20px;
1474
1571
  }
1475
-
1476
- .mobile .clappr-nerd-stats .stats-box {
1477
- position: fixed;
1478
- height: auto;
1479
- width: auto;
1480
- inset: 0;
1481
- min-width: 100vw;
1482
- padding-bottom: 4px;
1483
- padding-left: 4px;
1484
- padding-right: 4px;
1572
+ .media-control-skin-1 button.media-control-button svg path {
1573
+ fill: white;
1485
1574
  }
1486
- .mobile .clappr-nerd-stats .stats-box-top {
1487
- position: fixed;
1575
+ .media-control-skin-1 button.media-control-button:focus {
1576
+ outline: none;
1488
1577
  }
1489
- .mobile .clappr-nerd-stats .stats-box-main ul {
1490
- flex: 0 1 50%;
1578
+ .media-control-skin-1 button.media-control-button[data-play] {
1579
+ float: left;
1580
+ height: 100%;
1491
1581
  }
1492
-
1493
- @media only screen and (orientation: portrait) {
1494
- .mobile .speedtest-summary {
1495
- padding: 0 5px;
1496
- height: auto;
1497
- }
1498
- .mobile .speedtest-summary-block {
1499
- width: 100%;
1500
- flex-direction: column;
1501
- }
1502
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
1503
- width: 100%;
1504
- }
1505
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1506
- width: 100%;
1507
- }
1508
- .mobile .speedtest-summary-header {
1509
- padding-top: 12px;
1510
- height: 38px;
1511
- text-align: center;
1512
- }
1513
- .mobile .speedtest-quality-header {
1514
- text-align: center;
1515
- }
1516
- .mobile .speedtest-footer .speedtest-footer-refresh {
1517
- inset: 50% auto auto 50%;
1518
- transform: translate(-50%, -50%);
1519
- }
1582
+ .media-control-skin-1 button.media-control-button[data-pause] {
1583
+ float: left;
1584
+ height: 100%;
1520
1585
  }
1521
- @media only screen and (orientation: landscape) {
1522
- .mobile .clappr-nerd-stats .stats-box-main ul {
1523
- flex-basis: 1fr;
1524
- }
1586
+ .media-control-skin-1 button.media-control-button[data-stop] {
1587
+ float: left;
1588
+ height: 100%;
1525
1589
  }
1526
- @media only screen and (min-width: 1100px) {
1527
- .fullscreen .clappr-nerd-stats .stats-box {
1528
- top: unset;
1529
- }
1530
- }@charset "UTF-8";
1531
- .gplayer-mc-clips {
1532
- display: flex;
1533
- gap: 6px;
1590
+ .media-control-skin-1 button.media-control-button[data-fullscreen] {
1591
+ order: 100;
1592
+ background-color: transparent;
1593
+ border: 0;
1594
+ height: 40px;
1534
1595
  }
1535
- .gplayer-mc-clips .gplayer-mc-clips-text {
1536
- text-overflow: ellipsis;
1537
- white-space: nowrap;
1538
- overflow: hidden;
1539
- display: inline-block;
1540
- text-overflow: ellipsis;
1596
+ .media-control-skin-1 button.media-control-button[data-hd-indicator] {
1597
+ background-color: transparent;
1598
+ border: 0;
1599
+ cursor: default;
1600
+ display: none !important;
1601
+ float: right;
1602
+ height: 100%;
1603
+ }
1604
+ .media-control-skin-1 .media-control-indicator[data-position], .media-control-skin-1 .media-control-indicator[data-duration] {
1605
+ display: flex;
1541
1606
  color: white;
1542
1607
  cursor: default;
1543
1608
  line-height: var(--bottom-panel);
1544
1609
  position: relative;
1545
- max-width: 150px;
1546
1610
  }
1547
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
1548
- content: "•";
1549
- padding-right: 6px;
1611
+ .media-control-skin-1 .media-control-indicator[data-position] {
1612
+ margin: 1px 0 0 7px;
1550
1613
  }
1551
- .gplayer-mc-clips .gplayer-mc-clips-text.compact {
1552
- max-width: 100px;
1553
- }.player-poster {
1554
- display: flex;
1555
- justify-content: center;
1556
- align-items: center;
1614
+ .media-control-skin-1 .media-control-indicator[data-duration] {
1615
+ color: rgb(255, 255, 255);
1616
+ opacity: 0.5;
1617
+ margin-top: 1px;
1618
+ margin-right: 6px;
1619
+ }
1620
+ .media-control-skin-1 .media-control-indicator[data-duration]::before {
1621
+ content: "|";
1622
+ margin-right: 7px;
1623
+ }
1624
+ .media-control-skin-1 .bar-container[data-seekbar] {
1557
1625
  position: absolute;
1558
- height: 100%;
1559
- width: 100%;
1560
- z-index: 998;
1561
- top: 0;
1626
+ top: -11px;
1562
1627
  left: 0;
1563
- background-color: #000;
1564
- background-size: cover;
1565
- background-repeat: no-repeat;
1566
- background-position: 50% 50%;
1567
- }
1568
- .player-poster.clickable {
1628
+ display: inline-block;
1629
+ vertical-align: middle;
1630
+ width: 100%;
1631
+ height: 20px;
1569
1632
  cursor: pointer;
1570
1633
  }
1571
- .player-poster:hover .play-wrapper {
1572
- opacity: 1;
1573
- }
1574
- .player-poster .play-wrapper {
1634
+ .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] {
1575
1635
  width: 100%;
1576
- height: 25%;
1577
- margin: 0 auto;
1578
- opacity: 0.75;
1579
- transition: opacity 0.1s ease;
1636
+ height: 3px;
1637
+ position: relative;
1638
+ top: 8px;
1639
+ background-color: #666;
1580
1640
  }
1581
- .player-poster .play-wrapper svg {
1641
+ .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-1[data-seekbar] {
1642
+ position: absolute;
1643
+ top: 0;
1644
+ left: 0;
1645
+ width: 0;
1582
1646
  height: 100%;
1583
- display: inline;
1647
+ background-color: var(--player-seekbar-buffer-color);
1648
+ transition: all 0.1s ease-out;
1584
1649
  }
1585
- .player-poster .play-wrapper svg path {
1586
- fill: #fff;
1587
- }.big-mute-icon-wrapper[data-big-mute] {
1650
+ .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1588
1651
  position: absolute;
1589
- z-index: 9998;
1590
- background-color: transparent;
1591
- display: flex;
1592
- justify-content: center;
1593
- width: 100%;
1594
- height: calc(100% - 50px);
1595
- margin: 0 auto;
1596
- opacity: 0.75;
1597
- transition: opacity 0.1s ease;
1598
- pointer-events: auto;
1652
+ top: 0;
1653
+ left: 0;
1654
+ width: 0;
1655
+ height: 100%;
1656
+ background-color: var(--player-seekbar-current-color);
1657
+ transition: all 0.1s ease-out;
1599
1658
  }
1600
- .big-mute-icon-wrapper[data-big-mute].hide {
1659
+ .media-control-skin-1 .bar-container[data-seekbar].seek-disabled {
1660
+ cursor: default;
1601
1661
  display: none;
1602
1662
  }
1603
- .big-mute-icon-wrapper[data-big-mute]:hover {
1604
- cursor: pointer;
1605
- }
1606
-
1607
- .big-mute-icon[data-big-mute-icon] {
1608
- display: flex;
1609
- align-items: center;
1610
- justify-content: center;
1611
- align-self: center;
1612
- width: 120px;
1613
- height: 120px;
1614
- border: 2px solid white;
1615
- border-radius: 50%;
1616
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1617
- filter: alpha(opacity=60);
1663
+ .media-control-skin-1 .bar-scrubber[data-seekbar] {
1664
+ position: absolute;
1665
+ transform: translateX(-50%);
1666
+ top: 0;
1667
+ left: 0;
1668
+ width: 20px;
1669
+ height: 20px;
1618
1670
  opacity: 1;
1619
- box-shadow: 0 0 1px 0 white;
1620
- background: rgba(240, 243, 247, 0.9411764706);
1621
- z-index: 10000;
1622
- }
1623
- .big-mute-icon[data-big-mute-icon] svg {
1624
- margin-left: 5px;
1625
- width: 80px;
1626
- height: 80px;
1671
+ transition: all 0.1s ease-out;
1627
1672
  }
1628
- .big-mute-icon[data-big-mute-icon] svg path {
1629
- fill: #1f1e1e !important;
1673
+ .media-control-skin-1 .bar-scrubber[data-seekbar] .bar-scrubber-icon[data-seekbar] {
1674
+ position: absolute;
1675
+ left: 4.5px;
1676
+ top: 4.5px;
1677
+ width: 11px;
1678
+ height: 11px;
1679
+ border-radius: 50%;
1680
+ background-color: white;
1630
1681
  }
1631
- .big-mute-icon[data-big-mute-icon]:hover {
1632
- background: rgba(240, 243, 247, 0.8784313725);
1682
+ .media-control-skin-1 .drawer-container[data-volume] {
1683
+ display: flex;
1684
+ justify-content: flex-start;
1685
+ height: var(--bottom-panel);
1686
+ cursor: pointer;
1687
+ box-sizing: border-box;
1633
1688
  }
1634
- .big-mute-icon[data-big-mute-icon]:hover svg path {
1635
- fill: #151515 !important;
1636
- }.container-with-poster-clickable .mc-skip-time {
1637
- height: 0;
1689
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] {
1690
+ bottom: 0;
1638
1691
  }
1639
-
1640
- .mc-skip-time {
1641
- position: absolute;
1642
- width: 100%;
1643
- height: calc(100% - 50px);
1644
- z-index: 9998;
1692
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
1645
1693
  background-color: transparent;
1646
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1694
+ border: 0;
1695
+ box-sizing: content-box;
1696
+ height: var(--bottom-panel);
1697
+ width: 20px;
1647
1698
  }
1648
- .mc-skip-time .skip-container {
1649
- width: 100%;
1650
- height: 100%;
1651
- display: flex;
1652
- justify-content: space-between;
1699
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
1700
+ height: 20px;
1701
+ position: relative;
1702
+ top: 3px;
1703
+ margin-top: 7px;
1653
1704
  }
1654
- .mc-skip-time .skip-container .skip-item {
1655
- flex: 1 0 0px;
1656
- height: 100%;
1657
- }.spinner-three-bounce[data-spinner] {
1658
- position: absolute;
1659
- width: 70px;
1660
- text-align: center;
1661
- z-index: 999;
1662
- left: 0;
1663
- right: 0;
1664
- margin: 0 auto;
1665
- margin-left: auto;
1666
- margin-right: auto;
1667
- /* center vertically */
1668
- top: 50%;
1669
- transform: translateY(-50%);
1705
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg path {
1706
+ fill: white;
1670
1707
  }
1671
- .spinner-three-bounce[data-spinner] > div {
1672
- width: 18px;
1673
- height: 18px;
1674
- background-color: #FFF;
1675
- border-radius: 100%;
1676
- display: inline-block;
1677
- animation: bouncedelay 1.4s infinite ease-in-out;
1678
- /* Prevent first frame from flickering when animation starts */
1679
- animation-fill-mode: both;
1708
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume].muted svg {
1709
+ margin-left: 2px;
1680
1710
  }
1681
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1682
- animation-delay: -0.32s;
1711
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] {
1712
+ position: relative;
1713
+ margin-left: 10px;
1714
+ top: 8px;
1715
+ width: 80px;
1716
+ height: 23px;
1717
+ padding: 3px 0;
1718
+ transition: width 0.2s ease-out;
1683
1719
  }
1684
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1685
- animation-delay: -0.16s;
1720
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] {
1721
+ height: 3px;
1722
+ border-radius: 100px;
1723
+ position: relative;
1724
+ top: 7px;
1725
+ background-color: #666;
1686
1726
  }
1687
-
1688
- @keyframes bouncedelay {
1689
- 0%, 80%, 100% {
1690
- transform: scale(0);
1691
- }
1692
- 40% {
1693
- transform: scale(1);
1694
- }
1695
- }.player-logo[data-logo] {
1727
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-1[data-volume] {
1696
1728
  position: absolute;
1697
- z-index: 2;
1698
- width: 100%;
1729
+ top: 0;
1730
+ left: 0;
1731
+ width: 0;
1699
1732
  height: 100%;
1733
+ border-radius: 100px;
1734
+ background-color: white;
1735
+ transition: all 0.1s ease-out;
1700
1736
  }
1701
-
1702
- .clappr-logo {
1703
- position: absolute;
1704
- }.quality-levels li.disabled {
1705
- opacity: 0.5;
1706
- pointer-events: none;
1707
- }
1708
- .quality-levels li.current {
1709
- background-color: #000;
1710
- }.media-control-skin-1 .media-control-cc button.media-control-button {
1711
- display: flex;
1712
- justify-content: center;
1713
- padding: 0;
1714
- align-items: center;
1715
- vertical-align: top;
1716
- }
1717
- .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1718
- color: white;
1719
- }
1720
- .media-control-skin-1 .media-control-cc ul li {
1721
- text-align: center;
1722
- }
1723
- .media-control-skin-1 .media-control-cc ul li a {
1724
- height: 30px;
1725
- padding: 5px 10px;
1726
- color: #fffffe;
1737
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-2[data-volume] {
1738
+ position: absolute;
1739
+ top: 0;
1740
+ left: 0;
1741
+ width: 0;
1742
+ height: 100%;
1743
+ background-color: var(--player-vod-color);
1744
+ transition: all 0.1s ease-out;
1727
1745
  }
1728
- .media-control-skin-1 .media-control-cc ul li a:hover {
1729
- background-color: rgba(0, 0, 0, 0.4);
1746
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
1747
+ position: absolute;
1748
+ transform: translateX(-50%);
1749
+ top: 3px;
1750
+ margin-left: 3px;
1751
+ width: 16px;
1752
+ height: 16px;
1753
+ opacity: 1;
1754
+ transition: all 0.1s ease-out;
1730
1755
  }
1731
- .media-control-skin-1 .media-control-cc ul li.current a {
1732
- background-color: rgba(0, 0, 0, 0.4);
1756
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
1757
+ position: absolute;
1758
+ left: 3px;
1759
+ top: 5px;
1760
+ width: 7px;
1761
+ height: 7px;
1762
+ border-radius: 50%;
1763
+ background-color: white;
1733
1764
  }
1734
- .media-control-skin-1 .media-control-cc ul li:first-child a {
1735
- border-bottom-left-radius: 4px;
1736
- border-bottom-right-radius: 4px;
1765
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1766
+ float: left;
1767
+ width: 4px;
1768
+ padding-left: 2px;
1769
+ height: 12px;
1770
+ opacity: 0.5;
1771
+ box-shadow: inset 2px 0 0 white;
1772
+ transition: transform 0.2s ease-out;
1737
1773
  }
1738
- .media-control-skin-1 .media-control-cc ul li:last-child a {
1739
- border-top-left-radius: 4px;
1740
- border-top-right-radius: 4px;
1774
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1775
+ box-shadow: inset 2px 0 0 #fff;
1776
+ opacity: 1;
1741
1777
  }
1742
- .media-control-skin-1 .media-control-cc {
1743
- position: relative;
1744
- order: 85;
1778
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1779
+ padding-left: 0;
1745
1780
  }
1746
-
1747
- .container .gplayer-cc-line {
1748
- position: absolute;
1749
- bottom: calc(var(--bottom-panel) + 5px);
1750
- width: 100%;
1781
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1782
+ transform: scaleY(1.5);
1751
1783
  }
1752
- .container .gplayer-cc-line p {
1753
- width: auto;
1754
- background-color: rgba(0, 0, 0, 0.4);
1755
- color: white;
1756
- display: inline-block;
1757
- }.scrub-thumbnails {
1758
- position: absolute;
1784
+ .media-control-skin-1 .seek-time {
1785
+ height: 26px;
1786
+ line-height: 26px;
1759
1787
  bottom: 52px;
1760
- width: 100%;
1761
- transition: opacity 0.3s ease;
1788
+ border-radius: 3px;
1789
+ background-color: rgba(74, 74, 74, 0.7);
1762
1790
  }
1763
- .scrub-thumbnails.hidden {
1764
- opacity: 0;
1791
+ .media-control-skin-1 .seek-time span {
1792
+ letter-spacing: 0.8px;
1793
+ font-size: 14px;
1794
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1765
1795
  }
1766
- .scrub-thumbnails .thumbnail-container {
1767
- display: inline-block;
1768
- position: relative;
1769
- overflow: hidden;
1770
- background-color: #000;
1796
+ .media-control-skin-1 .seek-time .seek-time__pos {
1797
+ padding-left: 8px;
1798
+ padding-right: 8px;
1771
1799
  }
1772
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1773
- position: absolute;
1774
- width: auto;
1800
+ .media-control-skin-1 .media-control-dd {
1801
+ display: flex;
1802
+ height: 32px;
1803
+ line-height: 32px;
1804
+ align-items: baseline;
1805
+ gap: 4px;
1806
+ vertical-align: baseline;
1807
+ padding: 0;
1808
+ background-color: transparent;
1809
+ color: var(--gplayer-mc-text-color);
1810
+ -webkit-font-smoothing: antialiased;
1811
+ border: none;
1812
+ cursor: pointer;
1775
1813
  }
1776
- .scrub-thumbnails .thumbnails-text {
1777
- background-color: rgba(74, 74, 74, 0.7);
1778
- border-radius: 3px;
1779
- white-space: nowrap;
1780
- overflow: hidden;
1814
+ .media-control-skin-1 .media-control-dd__text {
1781
1815
  text-overflow: ellipsis;
1782
- color: white;
1783
- position: absolute;
1784
- bottom: 23px;
1785
- width: 100px;
1786
- padding: 0 4px;
1787
- font-size: 12px;
1788
- }
1789
- .scrub-thumbnails .spotlight {
1790
- background-color: #4a4a4a;
1791
1816
  overflow: hidden;
1792
- position: absolute;
1793
- bottom: 0;
1794
- left: 0;
1795
- border-color: #4a4a4a;
1796
- border-style: solid;
1797
- border-width: 3px;
1798
- border-radius: 3px;
1817
+ white-space: nowrap;
1818
+ max-width: 100px;
1799
1819
  }
1800
- .scrub-thumbnails .spotlight img {
1801
- width: auto;
1820
+ .media-control-skin-1 .media-control-dd.changing {
1821
+ animation: pulse 0.5s infinite alternate;
1802
1822
  }
1803
- .scrub-thumbnails .backdrop {
1804
- position: absolute;
1805
- left: 0;
1806
- bottom: 0;
1807
- right: 0;
1808
- background-color: #000;
1809
- overflow: hidden;
1823
+ .media-control-skin-1 .media-control-dd svg {
1824
+ fill: var(--gplayer-mc-text-color);
1810
1825
  }
1811
- .scrub-thumbnails .backdrop .carousel {
1812
- position: absolute;
1813
- top: 0;
1814
- left: 0;
1815
- height: 100%;
1816
- white-space: nowrap;
1826
+ .media-control-skin-1 .media-control-dd__arrow {
1827
+ width: 9px;
1828
+ height: 6px;
1817
1829
  }
1818
- .scrub-thumbnails .backdrop .carousel img {
1819
- width: auto;
1820
- }.context-menu {
1821
- z-index: 999;
1822
- position: absolute;
1823
- top: 0;
1824
- left: 0;
1825
- text-align: center;
1830
+ .media-control-skin-1 .media-control-dd__wrap {
1831
+ position: relative;
1826
1832
  }
1827
- .context-menu .context-menu-list {
1828
- font-family: "Proxima Nova", sans-serif;
1829
- font-size: 12px;
1830
- line-height: 12px;
1833
+ .media-control-skin-1 .media-control-dd__popup {
1834
+ max-width: 200px;
1831
1835
  list-style-type: none;
1832
- text-align: left;
1833
- padding: 5px;
1834
- margin-left: auto;
1835
- margin-right: auto;
1836
- background-color: rgba(0, 0, 0, 0.75);
1837
- border: 1px solid #666;
1836
+ position: absolute;
1837
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
1838
+ border: none;
1839
+ min-width: 60px;
1838
1840
  border-radius: 4px;
1841
+ bottom: 40px;
1842
+ right: -2px;
1843
+ overflow-x: hidden;
1844
+ overflow-y: auto;
1845
+ padding: 5px 0;
1839
1846
  }
1840
- .context-menu .context-menu-list-item button {
1841
- border: none;
1842
- background-color: transparent;
1843
- padding: 0;
1844
- color: white;
1845
- display: flex;
1846
- gap: 8px;
1847
- align-items: center;
1848
- justify-content: center;
1849
- cursor: pointer;
1850
- padding: 5px;
1851
- width: 100%;
1847
+ .media-control-skin-1 .media-control-dd__popup li {
1848
+ font-size: var(--gplayer-mc-font-size-dropdown);
1849
+ text-align: right;
1850
+ height: 30px;
1852
1851
  }
1853
- .context-menu .context-menu-list-item_icon {
1854
- width: 20px;
1855
- height: 20px;
1856
- }.seek-time {
1857
- position: absolute;
1852
+ .media-control-skin-1 .media-control-dd__popup li a {
1853
+ display: block;
1854
+ text-decoration: none;
1855
+ text-overflow: ellipsis;
1856
+ overflow: hidden;
1858
1857
  white-space: nowrap;
1859
- height: 20px;
1858
+ padding: 5px 10px;
1860
1859
  line-height: 20px;
1861
- font-size: 0;
1862
- left: -100%;
1863
- bottom: 55px;
1864
- background-color: rgba(2, 2, 2, 0.5);
1865
- z-index: 9999;
1866
- transition: opacity 0.1s ease;
1860
+ color: #fffffe;
1867
1861
  }
1868
- .seek-time.hidden {
1869
- opacity: 0;
1862
+ .media-control-skin-1 .media-control-dd__popup li a:hover {
1863
+ text-decoration: none;
1864
+ background-color: rgba(0, 0, 0, 0.4);
1865
+ color: var(--gplayer-mc-text-color);
1870
1866
  }
1871
- .seek-time .seek-time__pos {
1872
- display: inline-block;
1873
- color: white;
1874
- font-size: 10px;
1875
- padding-left: 7px;
1876
- padding-right: 7px;
1877
- vertical-align: top;
1867
+ .media-control-skin-1 .media-control-dd__popup li.current a {
1868
+ color: #f00;
1878
1869
  }
1879
- .seek-time .seek-time__duration {
1880
- display: inline-block;
1881
- color: rgba(255, 255, 255, 0.5);
1882
- font-size: 10px;
1883
- padding-right: 7px;
1884
- vertical-align: top;
1870
+ .media-control-skin-1 .media-control-dd__popup li:first-child a {
1871
+ border-bottom-left-radius: 4px;
1872
+ border-bottom-right-radius: 4px;
1885
1873
  }
1886
- .seek-time .seek-time__duration::before {
1887
- content: "|";
1888
- margin-right: 7px;
1874
+ .media-control-skin-1 .media-control-dd__popup li:last-child a {
1875
+ border-top-left-radius: 4px;
1876
+ border-top-right-radius: 4px;
1877
+ }
1878
+
1879
+ @keyframes pulse {
1880
+ 0% {
1881
+ color: #fff;
1882
+ }
1883
+ 50% {
1884
+ color: #ff0101;
1885
+ }
1886
+ 100% {
1887
+ color: #B80000;
1888
+ }
1889
1889
  }