@gcorevideo/player 2.20.17 → 2.20.18

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
@@ -259,6 +259,224 @@
259
259
  100% {
260
260
  color: #B80000;
261
261
  }
262
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
263
+ float: right;
264
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
265
+ }
266
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
267
+ height: 40px;
268
+ width: 40px;
269
+ padding-right: 20px;
270
+ }
271
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
272
+ height: 20px;
273
+ }
274
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
275
+ position: absolute;
276
+ right: 16px;
277
+ bottom: 52px;
278
+ display: none;
279
+ width: 250px;
280
+ min-height: 48px;
281
+ z-index: 9999;
282
+ border-radius: 4px;
283
+ }
284
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
285
+ padding: 8px 0;
286
+ }
287
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
288
+ float: left;
289
+ margin-right: 10px;
290
+ }
291
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
292
+ margin: 0;
293
+ text-align: left;
294
+ line-height: 22px;
295
+ padding: 5px 14px;
296
+ width: 250px;
297
+ font-size: 12px;
298
+ }
299
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
300
+ float: right;
301
+ margin-right: -14px;
302
+ }
303
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
304
+ float: right;
305
+ margin-right: 8px;
306
+ }
307
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
308
+ height: 20px;
309
+ }*, :focus, :visited {
310
+ outline: none !important;
311
+ }
312
+
313
+ .gear-wrapper .go-back {
314
+ font-weight: 600;
315
+ font-size: 14px;
316
+ line-height: 20px;
317
+ width: 100%;
318
+ text-align: left;
319
+ padding: 12px;
320
+ }
321
+ .gear-wrapper .go-back .arrow-left-icon {
322
+ float: left;
323
+ padding-top: 2px;
324
+ padding-right: 2px;
325
+ }
326
+ .gear-wrapper .go-back .arrow-left-icon svg {
327
+ height: 16px;
328
+ }
329
+ .gear-wrapper ul.gear-sub-menu {
330
+ width: 100%;
331
+ list-style-type: none;
332
+ background-color: transparent;
333
+ min-width: 60px;
334
+ border-top: 2px solid rgb(36, 36, 36);
335
+ }
336
+ .gear-wrapper ul.gear-sub-menu li {
337
+ font-size: 12px;
338
+ text-align: left;
339
+ }
340
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
341
+ background-color: #c3c2c2;
342
+ padding: 5px;
343
+ }
344
+ .gear-wrapper ul.gear-sub-menu li a {
345
+ display: block;
346
+ text-decoration: none;
347
+ height: 32px;
348
+ padding: 5px 10px;
349
+ line-height: 22px;
350
+ color: #fffffe;
351
+ }
352
+ .gear-wrapper ul.gear-sub-menu li a:hover {
353
+ color: white;
354
+ background-color: rgba(0, 0, 0, 0.4);
355
+ }
356
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
357
+ color: white;
358
+ text-decoration: none;
359
+ }
360
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
361
+ width: 30px;
362
+ height: 20px;
363
+ float: left;
364
+ display: block;
365
+ }
366
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
367
+ display: none;
368
+ }
369
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
370
+ display: inline;
371
+ }
372
+ .gear-wrapper svg {
373
+ height: 20px;
374
+ }.dvr-controls[data-dvr-controls] {
375
+ display: inline-block;
376
+ float: left;
377
+ color: #fff;
378
+ line-height: 32px;
379
+ font-size: 10px;
380
+ font-weight: bold;
381
+ margin-left: 6px;
382
+ height: 40px;
383
+ line-height: 40px;
384
+ margin-left: 0;
385
+ }
386
+ .dvr-controls[data-dvr-controls] .live-info {
387
+ cursor: default;
388
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
389
+ text-transform: uppercase;
390
+ }
391
+ .dvr-controls[data-dvr-controls] .live-info:before {
392
+ content: "";
393
+ display: inline-block;
394
+ position: relative;
395
+ width: 7px;
396
+ height: 7px;
397
+ border-radius: 3.5px;
398
+ margin-right: 3.5px;
399
+ background-color: #ff0101;
400
+ }
401
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
402
+ opacity: 0.3;
403
+ }
404
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
405
+ background-color: #fff;
406
+ }
407
+ .dvr-controls[data-dvr-controls] .live-button {
408
+ cursor: pointer;
409
+ outline: none;
410
+ display: none;
411
+ border: 0;
412
+ color: #fff;
413
+ background-color: transparent;
414
+ height: 32px;
415
+ padding: 0;
416
+ opacity: 0.7;
417
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
418
+ text-transform: uppercase;
419
+ transition: all 0.1s ease;
420
+ }
421
+ .dvr-controls[data-dvr-controls] .live-button:before {
422
+ content: "";
423
+ display: inline-block;
424
+ position: relative;
425
+ width: 7px;
426
+ height: 7px;
427
+ border-radius: 3.5px;
428
+ margin-right: 3.5px;
429
+ background-color: #fff;
430
+ }
431
+ .dvr-controls[data-dvr-controls] .live-button:hover {
432
+ opacity: 1;
433
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
434
+ }
435
+ .dvr-controls[data-dvr-controls] .live-info {
436
+ font-size: 14px;
437
+ letter-spacing: 0.8px;
438
+ font-weight: 500;
439
+ color: #fffffe;
440
+ margin-left: 21px;
441
+ }
442
+ .dvr-controls[data-dvr-controls] .live-info::before {
443
+ width: 10px;
444
+ height: 10px;
445
+ border-radius: 50%;
446
+ margin-right: 8px;
447
+ background-color: #ed4f4a;
448
+ }
449
+ .dvr-controls[data-dvr-controls] .live-button {
450
+ height: 40px;
451
+ opacity: 1;
452
+ font-size: 14px;
453
+ letter-spacing: 0.8px;
454
+ font-weight: 500;
455
+ margin-left: 20px;
456
+ }
457
+ .dvr-controls[data-dvr-controls] .live-button::before {
458
+ width: 10px;
459
+ height: 10px;
460
+ border-radius: 50%;
461
+ margin-right: 8px;
462
+ background-color: #cacaca;
463
+ }
464
+
465
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
466
+ display: none;
467
+ }
468
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
469
+ display: block;
470
+ }
471
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
472
+ background-color: #005aff;
473
+ }
474
+
475
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
476
+ background-color: #ff0101;
477
+ }.level-disabled {
478
+ opacity: 0.5;
479
+ pointer-events: none;
262
480
  }.big-mute-icon-wrapper[data-big-mute] {
263
481
  position: absolute;
264
482
  z-index: 9998;
@@ -308,6 +526,30 @@
308
526
  }
309
527
  .big-mute-icon[data-big-mute-icon]:hover svg path {
310
528
  fill: #151515 !important;
529
+ }.context-menu {
530
+ z-index: 999;
531
+ position: absolute;
532
+ top: 0;
533
+ left: 0;
534
+ text-align: center;
535
+ }
536
+ .context-menu .context-menu-list {
537
+ font-family: "Proxima Nova", sans-serif;
538
+ font-size: 12px;
539
+ line-height: 12px;
540
+ list-style-type: none;
541
+ text-align: left;
542
+ padding: 5px;
543
+ margin-left: auto;
544
+ margin-right: auto;
545
+ background-color: rgba(0, 0, 0, 0.75);
546
+ border: 1px solid #666;
547
+ border-radius: 4px;
548
+ }
549
+ .context-menu .context-menu-list .context-menu-list-item {
550
+ color: white;
551
+ padding: 5px;
552
+ cursor: pointer;
311
553
  }:root {
312
554
  --primary-background-color: #000;
313
555
  --secondary-background-color: #262626;
@@ -690,142 +932,73 @@
690
932
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
691
933
  width: 25%;
692
934
  }
693
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
694
- float: right;
695
- font-family: Roboto, "Open Sans", Arial, sans-serif;
696
- }
697
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
698
- height: 40px;
699
- width: 40px;
700
- padding-right: 20px;
701
- }
702
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
703
- height: 20px;
704
- }
705
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
706
- position: absolute;
707
- right: 16px;
708
- bottom: 52px;
709
- display: none;
710
- width: 250px;
711
- min-height: 48px;
712
- z-index: 9999;
713
- border-radius: 4px;
714
- }
715
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
716
- padding: 8px 0;
717
- }
718
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
719
- float: left;
720
- margin-right: 10px;
721
- }
722
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
723
- margin: 0;
724
- text-align: left;
725
- line-height: 22px;
726
- padding: 5px 14px;
727
- width: 250px;
728
- font-size: 12px;
729
- }
730
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
731
- float: right;
732
- margin-right: -14px;
733
- }
734
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
735
- float: right;
736
- margin-right: 8px;
737
- }
738
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
739
- height: 20px;
740
- }*, :focus, :visited {
741
- outline: none !important;
742
- }
743
-
744
- .gear-wrapper .go-back {
745
- font-weight: 600;
746
- font-size: 14px;
747
- line-height: 20px;
935
+ }.player-poster[data-poster] {
936
+ display: flex;
937
+ justify-content: center;
938
+ align-items: center;
939
+ position: absolute;
940
+ height: 100%;
748
941
  width: 100%;
749
- text-align: left;
750
- padding: 12px;
942
+ z-index: 998;
943
+ top: 0;
944
+ left: 0;
945
+ background-color: #000;
946
+ background-size: cover;
947
+ background-repeat: no-repeat;
948
+ background-position: 50% 50%;
751
949
  }
752
- .gear-wrapper .go-back .arrow-left-icon {
753
- float: left;
754
- padding-top: 2px;
755
- padding-right: 2px;
950
+ .player-poster[data-poster].clickable {
951
+ cursor: pointer;
756
952
  }
757
- .gear-wrapper .go-back .arrow-left-icon svg {
758
- height: 16px;
953
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
954
+ opacity: 1;
759
955
  }
760
- .gear-wrapper ul.gear-sub-menu {
956
+ .player-poster[data-poster] .play-wrapper[data-poster] {
761
957
  width: 100%;
762
- list-style-type: none;
763
- background-color: transparent;
764
- min-width: 60px;
765
- border-top: 2px solid rgb(36, 36, 36);
766
- }
767
- .gear-wrapper ul.gear-sub-menu li {
768
- font-size: 12px;
769
- text-align: left;
770
- }
771
- .gear-wrapper ul.gear-sub-menu li[data-title] {
772
- background-color: #c3c2c2;
773
- padding: 5px;
774
- }
775
- .gear-wrapper ul.gear-sub-menu li a {
776
- display: block;
777
- text-decoration: none;
778
- height: 32px;
779
- padding: 5px 10px;
780
- line-height: 22px;
781
- color: #fffffe;
782
- }
783
- .gear-wrapper ul.gear-sub-menu li a:hover {
784
- color: white;
785
- background-color: rgba(0, 0, 0, 0.4);
786
- }
787
- .gear-wrapper ul.gear-sub-menu li a:hover a {
788
- color: white;
789
- text-decoration: none;
790
- }
791
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
792
- width: 30px;
793
- height: 20px;
794
- float: left;
795
- display: block;
796
- }
797
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
798
- display: none;
958
+ height: 25%;
959
+ margin: 0 auto;
960
+ opacity: 0.75;
961
+ transition: opacity 0.1s ease;
799
962
  }
800
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
963
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
964
+ height: 100%;
801
965
  display: inline;
802
966
  }
803
- .gear-wrapper svg {
804
- height: 20px;
805
- }.context-menu {
806
- z-index: 999;
967
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
968
+ fill: #fff;
969
+ }.seek-time[data-seek-time] {
807
970
  position: absolute;
808
- top: 0;
809
- left: 0;
810
- text-align: center;
971
+ white-space: nowrap;
972
+ height: 20px;
973
+ line-height: 20px;
974
+ font-size: 0;
975
+ left: -100%;
976
+ bottom: 55px;
977
+ background-color: rgba(2, 2, 2, 0.5);
978
+ z-index: 9999;
979
+ transition: opacity 0.1s ease;
811
980
  }
812
- .context-menu .context-menu-list {
813
- font-family: "Proxima Nova", sans-serif;
814
- font-size: 12px;
815
- line-height: 12px;
816
- list-style-type: none;
817
- text-align: left;
818
- padding: 5px;
819
- margin-left: auto;
820
- margin-right: auto;
821
- background-color: rgba(0, 0, 0, 0.75);
822
- border: 1px solid #666;
823
- border-radius: 4px;
981
+ .seek-time[data-seek-time].hidden[data-seek-time] {
982
+ opacity: 0;
824
983
  }
825
- .context-menu .context-menu-list .context-menu-list-item {
984
+ .seek-time[data-seek-time] [data-seek-time] {
985
+ display: inline-block;
826
986
  color: white;
827
- padding: 5px;
828
- cursor: pointer;
987
+ font-size: 10px;
988
+ padding-left: 7px;
989
+ padding-right: 7px;
990
+ vertical-align: top;
991
+ }
992
+ .seek-time[data-seek-time] [data-duration] {
993
+ display: inline-block;
994
+ color: rgba(255, 255, 255, 0.5);
995
+ font-size: 10px;
996
+ padding-right: 7px;
997
+ vertical-align: top;
998
+ }
999
+ .seek-time[data-seek-time] [data-duration]::before {
1000
+ content: "|";
1001
+ margin-right: 7px;
829
1002
  }div.player-error-screen, [data-player] div.player-error-screen {
830
1003
  color: #CCCACA;
831
1004
  position: absolute;
@@ -856,113 +1029,10 @@ div.player-error-screen__code[data-error-screen], [data-player] div.player-error
856
1029
  font-size: 13px;
857
1030
  margin-top: 15px;
858
1031
  }
859
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
860
- cursor: pointer;
861
- width: 30px;
862
- margin: 15px auto 0;
863
- }.dvr-controls[data-dvr-controls] {
864
- display: inline-block;
865
- float: left;
866
- color: #fff;
867
- line-height: 32px;
868
- font-size: 10px;
869
- font-weight: bold;
870
- margin-left: 6px;
871
- height: 40px;
872
- line-height: 40px;
873
- margin-left: 0;
874
- }
875
- .dvr-controls[data-dvr-controls] .live-info {
876
- cursor: default;
877
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
878
- text-transform: uppercase;
879
- }
880
- .dvr-controls[data-dvr-controls] .live-info:before {
881
- content: "";
882
- display: inline-block;
883
- position: relative;
884
- width: 7px;
885
- height: 7px;
886
- border-radius: 3.5px;
887
- margin-right: 3.5px;
888
- background-color: #ff0101;
889
- }
890
- .dvr-controls[data-dvr-controls] .live-info.disabled {
891
- opacity: 0.3;
892
- }
893
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
894
- background-color: #fff;
895
- }
896
- .dvr-controls[data-dvr-controls] .live-button {
897
- cursor: pointer;
898
- outline: none;
899
- display: none;
900
- border: 0;
901
- color: #fff;
902
- background-color: transparent;
903
- height: 32px;
904
- padding: 0;
905
- opacity: 0.7;
906
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
907
- text-transform: uppercase;
908
- transition: all 0.1s ease;
909
- }
910
- .dvr-controls[data-dvr-controls] .live-button:before {
911
- content: "";
912
- display: inline-block;
913
- position: relative;
914
- width: 7px;
915
- height: 7px;
916
- border-radius: 3.5px;
917
- margin-right: 3.5px;
918
- background-color: #fff;
919
- }
920
- .dvr-controls[data-dvr-controls] .live-button:hover {
921
- opacity: 1;
922
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
923
- }
924
- .dvr-controls[data-dvr-controls] .live-info {
925
- font-size: 14px;
926
- letter-spacing: 0.8px;
927
- font-weight: 500;
928
- color: #fffffe;
929
- margin-left: 21px;
930
- }
931
- .dvr-controls[data-dvr-controls] .live-info::before {
932
- width: 10px;
933
- height: 10px;
934
- border-radius: 50%;
935
- margin-right: 8px;
936
- background-color: #ed4f4a;
937
- }
938
- .dvr-controls[data-dvr-controls] .live-button {
939
- height: 40px;
940
- opacity: 1;
941
- font-size: 14px;
942
- letter-spacing: 0.8px;
943
- font-weight: 500;
944
- margin-left: 20px;
945
- }
946
- .dvr-controls[data-dvr-controls] .live-button::before {
947
- width: 10px;
948
- height: 10px;
949
- border-radius: 50%;
950
- margin-right: 8px;
951
- background-color: #cacaca;
952
- }
953
-
954
- .dvr .dvr-controls[data-dvr-controls] .live-info {
955
- display: none;
956
- }
957
- .dvr .dvr-controls[data-dvr-controls] .live-button {
958
- display: block;
959
- }
960
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
961
- background-color: #005aff;
962
- }
963
-
964
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
965
- background-color: #ff0101;
1032
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1033
+ cursor: pointer;
1034
+ width: 30px;
1035
+ margin: 15px auto 0;
966
1036
  }*, :focus, :visited {
967
1037
  outline: none !important;
968
1038
  }
@@ -1111,9 +1181,8 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1111
1181
  100% {
1112
1182
  color: #B80000;
1113
1183
  }
1114
- }.level-disabled {
1115
- opacity: 0.5;
1116
- pointer-events: none;
1184
+ }.clips.bar-container[data-seekbar] {
1185
+ clip-path: url("#myClip");
1117
1186
  }.media-control-pip button {
1118
1187
  float: right;
1119
1188
  height: 40px;
@@ -1121,8 +1190,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1121
1190
  }
1122
1191
  .media-control-pip button svg {
1123
1192
  height: 20px;
1124
- }.clips.bar-container[data-seekbar] {
1125
- clip-path: url("#myClip");
1126
1193
  }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1127
1194
  height: 0;
1128
1195
  }
@@ -1144,39 +1211,76 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1144
1211
  .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1145
1212
  width: 33.3%;
1146
1213
  height: 100%;
1147
- }.seek-time[data-seek-time] {
1148
- position: absolute;
1149
- white-space: nowrap;
1150
- height: 20px;
1151
- line-height: 20px;
1152
- font-size: 0;
1153
- left: -100%;
1154
- bottom: 55px;
1155
- background-color: rgba(2, 2, 2, 0.5);
1156
- z-index: 9999;
1157
- transition: opacity 0.1s ease;
1214
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1215
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1216
+ display: block;
1158
1217
  }
1159
- .seek-time[data-seek-time].hidden[data-seek-time] {
1160
- opacity: 0;
1218
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1219
+ width: 40px;
1220
+ margin-top: 0;
1161
1221
  }
1162
- .seek-time[data-seek-time] [data-seek-time] {
1163
- display: inline-block;
1222
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1223
+ display: flex;
1224
+ justify-content: center;
1225
+ padding: 0;
1226
+ align-items: center;
1227
+ }
1228
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1164
1229
  color: white;
1165
- font-size: 10px;
1166
- padding-left: 7px;
1167
- padding-right: 7px;
1168
- vertical-align: top;
1169
1230
  }
1170
- .seek-time[data-seek-time] [data-duration] {
1171
- display: inline-block;
1172
- color: rgba(255, 255, 255, 0.5);
1173
- font-size: 10px;
1174
- padding-right: 7px;
1175
- vertical-align: top;
1231
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1232
+ background-color: rgba(74, 74, 74, 0.6);
1233
+ border: none;
1234
+ width: auto;
1235
+ transform: rotate(180deg);
1236
+ border-radius: 4px;
1237
+ bottom: 52px;
1238
+ margin-left: -28px;
1176
1239
  }
1177
- .seek-time[data-seek-time] [data-duration]::before {
1178
- content: "|";
1179
- margin-right: 7px;
1240
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1241
+ transform: rotate(-180deg);
1242
+ font-size: 16px;
1243
+ text-align: center;
1244
+ white-space: nowrap;
1245
+ height: 30px;
1246
+ }
1247
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1248
+ height: 30px;
1249
+ padding: 5px 10px;
1250
+ color: #fffffe;
1251
+ }
1252
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1253
+ background-color: rgba(0, 0, 0, 0.4);
1254
+ }
1255
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1256
+ background-color: rgba(0, 0, 0, 0.4);
1257
+ }
1258
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1259
+ border-bottom-left-radius: 4px;
1260
+ border-bottom-right-radius: 4px;
1261
+ }
1262
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1263
+ border-top-left-radius: 4px;
1264
+ border-top-right-radius: 4px;
1265
+ }
1266
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1267
+ height: 26px;
1268
+ line-height: 26px;
1269
+ bottom: 52px;
1270
+ border-radius: 3px;
1271
+ background-color: rgba(74, 74, 74, 0.7);
1272
+ }
1273
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1274
+ letter-spacing: 0.8px;
1275
+ font-size: 14px;
1276
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1277
+ }
1278
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1279
+ padding-left: 8px;
1280
+ padding-right: 8px;
1281
+ }
1282
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1283
+ display: none !important;
1180
1284
  }[data-player] {
1181
1285
  --bottom-panel: 40px;
1182
1286
  }
@@ -1709,210 +1813,117 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1709
1813
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume].muted svg {
1710
1814
  margin-left: 2px;
1711
1815
  }
1712
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1713
- float: left;
1714
- position: relative;
1715
- margin-left: 10px;
1716
- top: 8px;
1717
- width: 80px;
1718
- height: 23px;
1719
- padding: 3px 0;
1720
- transition: width 0.2s ease-out;
1721
- }
1722
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] {
1723
- height: 3px;
1724
- border-radius: 100px;
1725
- position: relative;
1726
- top: 7px;
1727
- background-color: #666;
1728
- }
1729
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-1[data-volume] {
1730
- position: absolute;
1731
- top: 0;
1732
- left: 0;
1733
- width: 0;
1734
- height: 100%;
1735
- border-radius: 100px;
1736
- background-color: white;
1737
- transition: all 0.1s ease-out;
1738
- }
1739
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-2[data-volume] {
1740
- position: absolute;
1741
- top: 0;
1742
- left: 0;
1743
- width: 0;
1744
- height: 100%;
1745
- background-color: #005aff;
1746
- transition: all 0.1s ease-out;
1747
- }
1748
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
1749
- position: absolute;
1750
- transform: translateX(-50%);
1751
- top: 3px;
1752
- margin-left: 3px;
1753
- width: 16px;
1754
- height: 16px;
1755
- opacity: 1;
1756
- transition: all 0.1s ease-out;
1757
- }
1758
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
1759
- position: absolute;
1760
- left: 3px;
1761
- top: 5px;
1762
- width: 7px;
1763
- height: 7px;
1764
- border-radius: 50%;
1765
- background-color: white;
1766
- }
1767
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1768
- float: left;
1769
- width: 4px;
1770
- padding-left: 2px;
1771
- height: 12px;
1772
- opacity: 0.5;
1773
- box-shadow: inset 2px 0 0 white;
1774
- transition: transform 0.2s ease-out;
1775
- }
1776
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1777
- box-shadow: inset 2px 0 0 #fff;
1778
- opacity: 1;
1779
- }
1780
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1781
- padding-left: 0;
1782
- }
1783
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1784
- transform: scaleY(1.5);
1785
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1786
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1787
- display: block;
1788
- }
1789
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1790
- width: 40px;
1791
- margin-top: 0;
1792
- }
1793
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1794
- display: flex;
1795
- justify-content: center;
1796
- padding: 0;
1797
- align-items: center;
1798
- }
1799
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1800
- color: white;
1801
- }
1802
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1803
- background-color: rgba(74, 74, 74, 0.6);
1804
- border: none;
1805
- width: auto;
1806
- transform: rotate(180deg);
1807
- border-radius: 4px;
1808
- bottom: 52px;
1809
- margin-left: -28px;
1810
- }
1811
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1812
- transform: rotate(-180deg);
1813
- font-size: 16px;
1814
- text-align: center;
1815
- white-space: nowrap;
1816
- height: 30px;
1817
- }
1818
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1819
- height: 30px;
1820
- padding: 5px 10px;
1821
- color: #fffffe;
1822
- }
1823
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1824
- background-color: rgba(0, 0, 0, 0.4);
1825
- }
1826
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1827
- background-color: rgba(0, 0, 0, 0.4);
1828
- }
1829
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1830
- border-bottom-left-radius: 4px;
1831
- border-bottom-right-radius: 4px;
1832
- }
1833
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1834
- border-top-left-radius: 4px;
1835
- border-top-right-radius: 4px;
1836
- }
1837
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1838
- height: 26px;
1839
- line-height: 26px;
1840
- bottom: 52px;
1841
- border-radius: 3px;
1842
- background-color: rgba(74, 74, 74, 0.7);
1843
- }
1844
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1845
- letter-spacing: 0.8px;
1846
- font-size: 14px;
1847
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1848
- }
1849
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1850
- padding-left: 8px;
1851
- padding-right: 8px;
1852
- }
1853
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1854
- display: none !important;
1855
- }.scrub-thumbnails {
1856
- position: absolute;
1857
- bottom: 52px;
1858
- width: 100%;
1859
- transition: opacity 0.3s ease;
1860
- }
1861
- .scrub-thumbnails.hidden {
1862
- opacity: 0;
1863
- }
1864
- .scrub-thumbnails .thumbnail-container {
1865
- display: inline-block;
1816
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1817
+ float: left;
1866
1818
  position: relative;
1867
- overflow: hidden;
1868
- background-color: #000;
1819
+ margin-left: 10px;
1820
+ top: 8px;
1821
+ width: 80px;
1822
+ height: 23px;
1823
+ padding: 3px 0;
1824
+ transition: width 0.2s ease-out;
1869
1825
  }
1870
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1871
- position: absolute;
1872
- width: auto;
1826
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] {
1827
+ height: 3px;
1828
+ border-radius: 100px;
1829
+ position: relative;
1830
+ top: 7px;
1831
+ background-color: #666;
1873
1832
  }
1874
- .scrub-thumbnails .thumbnails-text {
1875
- background-color: rgba(74, 74, 74, 0.7);
1876
- border-radius: 3px;
1877
- white-space: nowrap;
1878
- overflow: hidden;
1879
- text-overflow: ellipsis;
1880
- color: white;
1833
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-1[data-volume] {
1881
1834
  position: absolute;
1882
- bottom: 23px;
1883
- width: 100px;
1835
+ top: 0;
1836
+ left: 0;
1837
+ width: 0;
1838
+ height: 100%;
1839
+ border-radius: 100px;
1840
+ background-color: white;
1841
+ transition: all 0.1s ease-out;
1884
1842
  }
1885
- .scrub-thumbnails .spotlight {
1886
- background-color: #4a4a4a;
1887
- overflow: hidden;
1843
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-2[data-volume] {
1888
1844
  position: absolute;
1889
- bottom: 0;
1845
+ top: 0;
1890
1846
  left: 0;
1891
- border-color: #4a4a4a;
1892
- border-style: solid;
1893
- border-width: 3px;
1894
- border-radius: 3px;
1847
+ width: 0;
1848
+ height: 100%;
1849
+ background-color: #005aff;
1850
+ transition: all 0.1s ease-out;
1895
1851
  }
1896
- .scrub-thumbnails .spotlight img {
1897
- width: auto;
1852
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
1853
+ position: absolute;
1854
+ transform: translateX(-50%);
1855
+ top: 3px;
1856
+ margin-left: 3px;
1857
+ width: 16px;
1858
+ height: 16px;
1859
+ opacity: 1;
1860
+ transition: all 0.1s ease-out;
1898
1861
  }
1899
- .scrub-thumbnails .backdrop {
1862
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
1900
1863
  position: absolute;
1901
- left: 0;
1902
- bottom: 0;
1903
- right: 0;
1904
- background-color: #000;
1905
- overflow: hidden;
1864
+ left: 3px;
1865
+ top: 5px;
1866
+ width: 7px;
1867
+ height: 7px;
1868
+ border-radius: 50%;
1869
+ background-color: white;
1906
1870
  }
1907
- .scrub-thumbnails .backdrop .carousel {
1871
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1872
+ float: left;
1873
+ width: 4px;
1874
+ padding-left: 2px;
1875
+ height: 12px;
1876
+ opacity: 0.5;
1877
+ box-shadow: inset 2px 0 0 white;
1878
+ transition: transform 0.2s ease-out;
1879
+ }
1880
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1881
+ box-shadow: inset 2px 0 0 #fff;
1882
+ opacity: 1;
1883
+ }
1884
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1885
+ padding-left: 0;
1886
+ }
1887
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1888
+ transform: scaleY(1.5);
1889
+ }.spinner-three-bounce[data-spinner] {
1908
1890
  position: absolute;
1909
- top: 0;
1891
+ width: 70px;
1892
+ text-align: center;
1893
+ z-index: 999;
1910
1894
  left: 0;
1911
- height: 100%;
1912
- white-space: nowrap;
1895
+ right: 0;
1896
+ margin: 0 auto;
1897
+ margin-left: auto;
1898
+ margin-right: auto;
1899
+ /* center vertically */
1900
+ top: 50%;
1901
+ transform: translateY(-50%);
1913
1902
  }
1914
- .scrub-thumbnails .backdrop .carousel img {
1915
- width: auto;
1903
+ .spinner-three-bounce[data-spinner] > div {
1904
+ width: 18px;
1905
+ height: 18px;
1906
+ background-color: #FFF;
1907
+ border-radius: 100%;
1908
+ display: inline-block;
1909
+ animation: bouncedelay 1.4s infinite ease-in-out;
1910
+ /* Prevent first frame from flickering when animation starts */
1911
+ animation-fill-mode: both;
1912
+ }
1913
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1914
+ animation-delay: -0.32s;
1915
+ }
1916
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1917
+ animation-delay: -0.16s;
1918
+ }
1919
+
1920
+ @keyframes bouncedelay {
1921
+ 0%, 80%, 100% {
1922
+ transform: scale(0);
1923
+ }
1924
+ 40% {
1925
+ transform: scale(1);
1926
+ }
1916
1927
  }.share_plugin[data-share] {
1917
1928
  pointer-events: auto;
1918
1929
  z-index: 5;
@@ -1996,78 +2007,76 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1996
2007
  display: inline-block;
1997
2008
  margin-right: 5px;
1998
2009
  cursor: pointer;
1999
- }.player-poster[data-poster] {
2000
- display: flex;
2001
- justify-content: center;
2002
- align-items: center;
2010
+ }.scrub-thumbnails {
2003
2011
  position: absolute;
2004
- height: 100%;
2012
+ bottom: 52px;
2005
2013
  width: 100%;
2006
- z-index: 998;
2007
- top: 0;
2008
- left: 0;
2014
+ transition: opacity 0.3s ease;
2015
+ }
2016
+ .scrub-thumbnails.hidden {
2017
+ opacity: 0;
2018
+ }
2019
+ .scrub-thumbnails .thumbnail-container {
2020
+ display: inline-block;
2021
+ position: relative;
2022
+ overflow: hidden;
2009
2023
  background-color: #000;
2010
- background-size: cover;
2011
- background-repeat: no-repeat;
2012
- background-position: 50% 50%;
2013
2024
  }
2014
- .player-poster[data-poster].clickable {
2015
- cursor: pointer;
2025
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2026
+ position: absolute;
2027
+ width: auto;
2016
2028
  }
2017
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2018
- opacity: 1;
2029
+ .scrub-thumbnails .thumbnails-text {
2030
+ background-color: rgba(74, 74, 74, 0.7);
2031
+ border-radius: 3px;
2032
+ white-space: nowrap;
2033
+ overflow: hidden;
2034
+ text-overflow: ellipsis;
2035
+ color: white;
2036
+ position: absolute;
2037
+ bottom: 23px;
2038
+ width: 100px;
2019
2039
  }
2020
- .player-poster[data-poster] .play-wrapper[data-poster] {
2021
- width: 100%;
2022
- height: 25%;
2023
- margin: 0 auto;
2024
- opacity: 0.75;
2025
- transition: opacity 0.1s ease;
2040
+ .scrub-thumbnails .spotlight {
2041
+ background-color: #4a4a4a;
2042
+ overflow: hidden;
2043
+ position: absolute;
2044
+ bottom: 0;
2045
+ left: 0;
2046
+ border-color: #4a4a4a;
2047
+ border-style: solid;
2048
+ border-width: 3px;
2049
+ border-radius: 3px;
2026
2050
  }
2027
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
2028
- height: 100%;
2029
- display: inline;
2051
+ .scrub-thumbnails .spotlight img {
2052
+ width: auto;
2030
2053
  }
2031
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2032
- fill: #fff;
2033
- }.spinner-three-bounce[data-spinner] {
2054
+ .scrub-thumbnails .backdrop {
2034
2055
  position: absolute;
2035
- width: 70px;
2036
- text-align: center;
2037
- z-index: 999;
2038
2056
  left: 0;
2057
+ bottom: 0;
2039
2058
  right: 0;
2040
- margin: 0 auto;
2041
- margin-left: auto;
2042
- margin-right: auto;
2043
- /* center vertically */
2044
- top: 50%;
2045
- transform: translateY(-50%);
2046
- }
2047
- .spinner-three-bounce[data-spinner] > div {
2048
- width: 18px;
2049
- height: 18px;
2050
- background-color: #FFF;
2051
- border-radius: 100%;
2052
- display: inline-block;
2053
- animation: bouncedelay 1.4s infinite ease-in-out;
2054
- /* Prevent first frame from flickering when animation starts */
2055
- animation-fill-mode: both;
2059
+ background-color: #000;
2060
+ overflow: hidden;
2056
2061
  }
2057
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2058
- animation-delay: -0.32s;
2062
+ .scrub-thumbnails .backdrop .carousel {
2063
+ position: absolute;
2064
+ top: 0;
2065
+ left: 0;
2066
+ height: 100%;
2067
+ white-space: nowrap;
2059
2068
  }
2060
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2061
- animation-delay: -0.16s;
2069
+ .scrub-thumbnails .backdrop .carousel img {
2070
+ width: auto;
2071
+ }.player-logo[data-logo] {
2072
+ position: absolute;
2073
+ z-index: 2;
2074
+ width: 100%;
2075
+ height: 100%;
2062
2076
  }
2063
2077
 
2064
- @keyframes bouncedelay {
2065
- 0%, 80%, 100% {
2066
- transform: scale(0);
2067
- }
2068
- 40% {
2069
- transform: scale(1);
2070
- }
2078
+ .clappr-logo {
2079
+ position: absolute;
2071
2080
  }*, :focus, :visited {
2072
2081
  outline: none !important;
2073
2082
  }
@@ -2149,13 +2158,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2149
2158
  .ios-fullscreen::cue {
2150
2159
  visibility: visible !important;
2151
2160
  font-size: 1em !important;
2152
- }.player-logo[data-logo] {
2153
- position: absolute;
2154
- z-index: 2;
2155
- width: 100%;
2156
- height: 100%;
2157
- }
2158
-
2159
- .clappr-logo {
2160
- position: absolute;
2161
2161
  }