@gcorevideo/player 2.20.5 → 2.20.6

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.
@@ -259,30 +259,136 @@
259
259
  100% {
260
260
  color: #B80000;
261
261
  }
262
- }.context-menu {
263
- z-index: 999;
262
+ }.big-mute-icon-wrapper[data-big-mute] {
263
+ position: absolute;
264
+ z-index: 9998;
265
+ background-color: transparent;
266
+ display: flex;
267
+ justify-content: center;
268
+ width: 100%;
269
+ height: calc(100% - 50px);
270
+ margin: 0 auto;
271
+ opacity: 0.75;
272
+ transition: opacity 0.1s ease;
273
+ pointer-events: auto;
274
+ }
275
+ .big-mute-icon-wrapper[data-big-mute].hide {
276
+ display: none;
277
+ }
278
+ .big-mute-icon-wrapper[data-big-mute]:hover {
279
+ cursor: pointer;
280
+ }
281
+
282
+ .big-mute-icon[data-big-mute-icon] {
283
+ display: flex;
284
+ align-items: center;
285
+ justify-content: center;
286
+ align-self: center;
287
+ width: 120px;
288
+ height: 120px;
289
+ border: 2px solid white;
290
+ border-radius: 50%;
291
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
292
+ filter: alpha(opacity=60);
293
+ opacity: 1;
294
+ box-shadow: 0 0 1px 0 white;
295
+ background: rgba(240, 243, 247, 0.9411764706);
296
+ z-index: 10000;
297
+ }
298
+ .big-mute-icon[data-big-mute-icon] svg {
299
+ margin-left: 5px;
300
+ width: 80px;
301
+ height: 80px;
302
+ }
303
+ .big-mute-icon[data-big-mute-icon] svg path {
304
+ fill: #1f1e1e !important;
305
+ }
306
+ .big-mute-icon[data-big-mute-icon]:hover {
307
+ background: rgba(240, 243, 247, 0.8784313725);
308
+ }
309
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
310
+ fill: #151515 !important;
311
+ }div.player-error-screen, [data-player] div.player-error-screen {
312
+ color: #CCCACA;
264
313
  position: absolute;
265
314
  top: 0;
266
- left: 0;
267
- text-align: center;
315
+ height: 100%;
316
+ width: 100%;
317
+ background-color: rgba(0, 0, 0, 0.7);
318
+ z-index: 2000;
319
+ display: flex;
320
+ flex-direction: column;
321
+ justify-content: center;
268
322
  }
269
- .context-menu .context-menu-list {
270
- font-family: "Proxima Nova", sans-serif;
271
- font-size: 12px;
272
- line-height: 12px;
273
- list-style-type: none;
274
- text-align: left;
275
- padding: 5px;
276
- margin-left: auto;
277
- margin-right: auto;
278
- background-color: rgba(0, 0, 0, 0.75);
279
- border: 1px solid #666;
280
- border-radius: 4px;
323
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
324
+ font-size: 14px;
325
+ color: #CCCACA;
326
+ margin-top: 45px;
281
327
  }
282
- .context-menu .context-menu-list .context-menu-list-item {
283
- color: white;
284
- padding: 5px;
328
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
329
+ font-weight: bold;
330
+ line-height: 30px;
331
+ font-size: 18px;
332
+ }
333
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
334
+ width: 90%;
335
+ margin: 0 auto;
336
+ }
337
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
338
+ font-size: 13px;
339
+ margin-top: 15px;
340
+ }
341
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
285
342
  cursor: pointer;
343
+ width: 30px;
344
+ margin: 15px auto 0;
345
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
346
+ float: right;
347
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
348
+ }
349
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
350
+ height: 40px;
351
+ width: 40px;
352
+ padding-right: 20px;
353
+ }
354
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
355
+ height: 20px;
356
+ }
357
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
358
+ position: absolute;
359
+ right: 16px;
360
+ bottom: 52px;
361
+ display: none;
362
+ width: 250px;
363
+ min-height: 48px;
364
+ z-index: 9999;
365
+ border-radius: 4px;
366
+ }
367
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
368
+ padding: 8px 0;
369
+ }
370
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
371
+ float: left;
372
+ margin-right: 10px;
373
+ }
374
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
375
+ margin: 0;
376
+ text-align: left;
377
+ line-height: 22px;
378
+ padding: 5px 14px;
379
+ width: 250px;
380
+ font-size: 12px;
381
+ }
382
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
383
+ float: right;
384
+ margin-right: -14px;
385
+ }
386
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
387
+ float: right;
388
+ margin-right: 8px;
389
+ }
390
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
391
+ height: 20px;
286
392
  }:root {
287
393
  --primary-background-color: #000;
288
394
  --secondary-background-color: #262626;
@@ -665,148 +771,67 @@
665
771
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
666
772
  width: 25%;
667
773
  }
668
- }.dvr-controls[data-dvr-controls] {
669
- display: inline-block;
670
- float: left;
671
- color: #fff;
672
- line-height: 32px;
673
- font-size: 10px;
674
- font-weight: bold;
675
- margin-left: 6px;
774
+ }.level-disabled {
775
+ opacity: 0.5;
776
+ pointer-events: none;
777
+ }.context-menu {
778
+ z-index: 999;
779
+ position: absolute;
780
+ top: 0;
781
+ left: 0;
782
+ text-align: center;
676
783
  }
677
- .dvr-controls[data-dvr-controls] .live-info {
678
- cursor: default;
679
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
680
- text-transform: uppercase;
784
+ .context-menu .context-menu-list {
785
+ font-family: "Proxima Nova", sans-serif;
786
+ font-size: 12px;
787
+ line-height: 12px;
788
+ list-style-type: none;
789
+ text-align: left;
790
+ padding: 5px;
791
+ margin-left: auto;
792
+ margin-right: auto;
793
+ background-color: rgba(0, 0, 0, 0.75);
794
+ border: 1px solid #666;
795
+ border-radius: 4px;
681
796
  }
682
- .dvr-controls[data-dvr-controls] .live-info:before {
683
- content: "";
684
- display: inline-block;
685
- position: relative;
686
- width: 7px;
687
- height: 7px;
688
- border-radius: 3.5px;
689
- margin-right: 3.5px;
690
- background-color: #ff0101;
797
+ .context-menu .context-menu-list .context-menu-list-item {
798
+ color: white;
799
+ padding: 5px;
800
+ cursor: pointer;
801
+ }*, :focus, :visited {
802
+ outline: none !important;
691
803
  }
692
- .dvr-controls[data-dvr-controls] .live-info.disabled {
693
- opacity: 0.3;
804
+
805
+ .gear-wrapper .go-back {
806
+ font-weight: 600;
807
+ font-size: 14px;
808
+ line-height: 20px;
809
+ width: 100%;
810
+ text-align: left;
811
+ padding: 12px;
694
812
  }
695
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
696
- background-color: #fff;
813
+ .gear-wrapper .go-back .arrow-left-icon {
814
+ float: left;
815
+ padding-top: 2px;
816
+ padding-right: 2px;
697
817
  }
698
- .dvr-controls[data-dvr-controls] .live-button {
699
- cursor: pointer;
700
- outline: none;
701
- display: none;
702
- border: 0;
703
- color: #fff;
704
- background-color: transparent;
705
- height: 32px;
706
- padding: 0;
707
- opacity: 0.7;
708
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
709
- text-transform: uppercase;
710
- transition: all 0.1s ease;
818
+ .gear-wrapper .go-back .arrow-left-icon svg {
819
+ height: 16px;
711
820
  }
712
- .dvr-controls[data-dvr-controls] .live-button:before {
713
- content: "";
714
- display: inline-block;
715
- position: relative;
716
- width: 7px;
717
- height: 7px;
718
- border-radius: 3.5px;
719
- margin-right: 3.5px;
720
- background-color: #fff;
821
+ .gear-wrapper ul.gear-sub-menu {
822
+ width: 100%;
823
+ list-style-type: none;
824
+ background-color: transparent;
825
+ min-width: 60px;
826
+ border-top: 2px solid rgb(36, 36, 36);
721
827
  }
722
- .dvr-controls[data-dvr-controls] .live-button:hover {
723
- opacity: 1;
724
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
828
+ .gear-wrapper ul.gear-sub-menu li {
829
+ font-size: 12px;
830
+ text-align: left;
725
831
  }
726
-
727
- .dvr-controls[data-dvr-controls] {
728
- height: 40px;
729
- line-height: 40px;
730
- margin-left: 0;
731
- }
732
- .dvr-controls[data-dvr-controls] .live-info {
733
- font-size: 14px;
734
- letter-spacing: 0.8px;
735
- font-weight: 500;
736
- color: #fffffe;
737
- margin-left: 21px;
738
- }
739
- .dvr-controls[data-dvr-controls] .live-info::before {
740
- width: 10px;
741
- height: 10px;
742
- border-radius: 50%;
743
- margin-right: 8px;
744
- background-color: #ed4f4a;
745
- }
746
- .dvr-controls[data-dvr-controls] .live-button {
747
- height: 40px;
748
- opacity: 1;
749
- font-size: 14px;
750
- letter-spacing: 0.8px;
751
- font-weight: 500;
752
- margin-left: 20px;
753
- }
754
- .dvr-controls[data-dvr-controls] .live-button::before {
755
- width: 10px;
756
- height: 10px;
757
- border-radius: 50%;
758
- margin-right: 8px;
759
- background-color: #cacaca;
760
- }
761
-
762
- .dvr .dvr-controls[data-dvr-controls] .live-info {
763
- display: none;
764
- }
765
- .dvr .dvr-controls[data-dvr-controls] .live-button {
766
- display: block;
767
- }
768
- .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] {
769
- background-color: #005aff;
770
- }
771
-
772
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
773
- background-color: #ff0101;
774
- }.clips.bar-container[data-seekbar] {
775
- clip-path: url("#myClip");
776
- }*, :focus, :visited {
777
- outline: none !important;
778
- }
779
-
780
- .gear-wrapper .go-back {
781
- font-weight: 600;
782
- font-size: 14px;
783
- line-height: 20px;
784
- width: 100%;
785
- text-align: left;
786
- padding: 12px;
787
- }
788
- .gear-wrapper .go-back .arrow-left-icon {
789
- float: left;
790
- padding-top: 2px;
791
- padding-right: 2px;
792
- }
793
- .gear-wrapper .go-back .arrow-left-icon svg {
794
- height: 16px;
795
- }
796
- .gear-wrapper ul.gear-sub-menu {
797
- width: 100%;
798
- list-style-type: none;
799
- background-color: transparent;
800
- min-width: 60px;
801
- border-top: 2px solid rgb(36, 36, 36);
802
- }
803
- .gear-wrapper ul.gear-sub-menu li {
804
- font-size: 12px;
805
- text-align: left;
806
- }
807
- .gear-wrapper ul.gear-sub-menu li[data-title] {
808
- background-color: #c3c2c2;
809
- padding: 5px;
832
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
833
+ background-color: #c3c2c2;
834
+ padding: 5px;
810
835
  }
811
836
  .gear-wrapper ul.gear-sub-menu li a {
812
837
  display: block;
@@ -838,148 +863,254 @@
838
863
  }
839
864
  .gear-wrapper svg {
840
865
  height: 20px;
841
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
842
- float: right;
866
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
867
+ height: 0;
868
+ }
869
+
870
+ .skip_time_plugin[data-skip-time] {
871
+ position: absolute;
872
+ width: 100%;
873
+ height: calc(100% - 50px);
874
+ z-index: 9998;
875
+ background-color: transparent;
843
876
  font-family: Roboto, "Open Sans", Arial, sans-serif;
844
877
  }
845
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
846
- height: 40px;
847
- width: 40px;
848
- padding-right: 20px;
878
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
879
+ width: 100%;
880
+ height: 100%;
881
+ display: flex;
882
+ justify-content: space-between;
849
883
  }
850
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
884
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
885
+ width: 33.3%;
886
+ height: 100%;
887
+ }.clips.bar-container[data-seekbar] {
888
+ clip-path: url("#myClip");
889
+ }*, :focus, :visited {
890
+ outline: none !important;
891
+ }
892
+
893
+ .multicamera[data-multicamera] {
894
+ float: right;
895
+ margin-top: 4px;
896
+ position: relative;
897
+ margin-right: 20px;
898
+ width: 20px;
899
+ }
900
+ .multicamera[data-multicamera] button {
901
+ background-color: transparent;
902
+ color: #fff;
903
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
904
+ -webkit-font-smoothing: antialiased;
905
+ border: none;
906
+ font-size: 14px;
907
+ padding: 0;
908
+ }
909
+ .multicamera[data-multicamera] button svg {
851
910
  height: 20px;
911
+ position: relative;
912
+ margin-top: 6px;
852
913
  }
853
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
914
+ .multicamera[data-multicamera] button:hover {
915
+ color: #c9c9c9;
916
+ }
917
+ .multicamera[data-multicamera] button.changing {
918
+ animation: pulse 0.5s infinite alternate;
919
+ }
920
+ .multicamera[data-multicamera] button span.quality-arrow {
921
+ width: 9px;
922
+ height: 6px;
923
+ margin-top: 11px;
924
+ margin-left: 5px;
925
+ }
926
+ .multicamera[data-multicamera] > ul {
927
+ padding: 6px 0;
928
+ right: -24px;
929
+ width: 245px;
930
+ list-style-type: none;
854
931
  position: absolute;
855
- right: 16px;
856
- bottom: 52px;
857
- display: none;
858
- width: 250px;
859
- min-height: 48px;
860
- z-index: 9999;
932
+ bottom: 48px;
861
933
  border-radius: 4px;
934
+ display: none;
935
+ background-color: rgba(74, 74, 74, 0.9);
862
936
  }
863
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
864
- padding: 8px 0;
937
+ .multicamera[data-multicamera] > ul::after {
938
+ content: "";
939
+ position: absolute;
940
+ top: 100%;
941
+ left: 85%;
942
+ margin-left: -10px;
943
+ width: 0;
944
+ height: 0;
945
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
946
+ border-right: 10px solid transparent;
947
+ border-left: 10px solid transparent;
865
948
  }
866
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
867
- float: left;
868
- margin-right: 10px;
949
+ .multicamera[data-multicamera] li {
950
+ font-size: 10px;
951
+ cursor: pointer;
869
952
  }
870
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
871
- margin: 0;
872
- text-align: left;
873
- line-height: 22px;
874
- padding: 5px 14px;
875
- width: 250px;
876
- font-size: 12px;
953
+ .multicamera[data-multicamera] li .multicamera-item {
954
+ display: flex;
955
+ padding: 10px 0;
956
+ justify-content: center;
957
+ position: relative;
877
958
  }
878
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
879
- float: right;
880
- margin-right: -14px;
959
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
960
+ pointer-events: none;
881
961
  }
882
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
883
- float: right;
884
- margin-right: 8px;
962
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
963
+ opacity: 0.5;
885
964
  }
886
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
887
- height: 20px;
888
- }.scrub-thumbnails {
889
- position: absolute;
890
- bottom: 52px;
891
- width: 100%;
892
- transition: opacity 0.3s ease;
965
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
966
+ opacity: 0.5;
893
967
  }
894
- .scrub-thumbnails.hidden {
895
- opacity: 0;
968
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
969
+ background-color: rgba(0, 0, 0, 0);
896
970
  }
897
- .scrub-thumbnails .thumbnail-container {
898
- display: inline-block;
899
- position: relative;
900
- overflow: hidden;
901
- background-color: #000;
971
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
972
+ background-color: rgba(0, 0, 0, 0.3);
902
973
  }
903
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
904
- position: absolute;
905
- width: auto;
974
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
975
+ width: 80px;
976
+ height: 60px;
906
977
  }
907
- .scrub-thumbnails .thumbnails-text {
908
- background-color: rgba(74, 74, 74, 0.7);
909
- border-radius: 3px;
910
- white-space: nowrap;
911
- overflow: hidden;
978
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
979
+ width: 80px;
980
+ height: 60px;
981
+ }
982
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
983
+ width: 120px;
984
+ text-align: left;
985
+ margin-left: 15px;
986
+ }
987
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
988
+ width: 120px;
989
+ height: 20px;
990
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
991
+ font-size: 14px;
992
+ font-weight: normal;
993
+ font-style: normal;
994
+ font-stretch: normal;
995
+ line-height: 1.43;
996
+ letter-spacing: normal;
997
+ text-align: left;
998
+ color: #fff;
912
999
  text-overflow: ellipsis;
1000
+ overflow: hidden;
1001
+ }
1002
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1003
+ opacity: 0.6;
1004
+ }
1005
+ .multicamera[data-multicamera] li[data-title] {
1006
+ background-color: #c3c2c2;
1007
+ padding: 5px;
1008
+ }
1009
+ .multicamera[data-multicamera] li a {
1010
+ color: #444;
1011
+ padding: 2px 10px;
1012
+ display: block;
1013
+ text-decoration: none;
1014
+ }
1015
+ .multicamera[data-multicamera] li a:hover {
1016
+ background-color: #555;
913
1017
  color: white;
914
- position: absolute;
915
- bottom: 23px;
916
- width: 100px;
917
1018
  }
918
- .scrub-thumbnails .spotlight {
919
- background-color: #4a4a4a;
920
- overflow: hidden;
921
- position: absolute;
922
- bottom: 0;
923
- left: 0;
924
- border-color: #4a4a4a;
925
- border-style: solid;
926
- border-width: 3px;
927
- border-radius: 3px;
1019
+ .multicamera[data-multicamera] li a:hover a {
1020
+ color: white;
1021
+ text-decoration: none;
928
1022
  }
929
- .scrub-thumbnails .spotlight img {
930
- width: auto;
1023
+ .multicamera[data-multicamera] li.current a {
1024
+ color: #f00;
931
1025
  }
932
- .scrub-thumbnails .backdrop {
933
- position: absolute;
934
- left: 0;
935
- bottom: 0;
936
- right: 0;
937
- background-color: #000;
938
- overflow: hidden;
1026
+
1027
+ @keyframes pulse {
1028
+ 0% {
1029
+ color: #fff;
1030
+ }
1031
+ 50% {
1032
+ color: #ff0101;
1033
+ }
1034
+ 100% {
1035
+ color: #B80000;
1036
+ }
1037
+ }.media-control-pip button {
1038
+ float: right;
1039
+ height: 40px;
1040
+ margin-right: 20px;
939
1041
  }
940
- .scrub-thumbnails .backdrop .carousel {
941
- position: absolute;
942
- top: 0;
943
- left: 0;
944
- height: 100%;
945
- white-space: nowrap;
1042
+ .media-control-pip button svg {
1043
+ height: 20px;
1044
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1045
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1046
+ display: block;
946
1047
  }
947
- .scrub-thumbnails .backdrop .carousel img {
948
- width: auto;
949
- }div.player-error-screen, [data-player] div.player-error-screen {
950
- color: #CCCACA;
951
- position: absolute;
952
- top: 0;
953
- height: 100%;
954
- width: 100%;
955
- background-color: rgba(0, 0, 0, 0.7);
956
- z-index: 2000;
1048
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1049
+ width: 40px;
1050
+ margin-top: 0;
1051
+ }
1052
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
957
1053
  display: flex;
958
- flex-direction: column;
959
1054
  justify-content: center;
1055
+ padding: 0;
1056
+ align-items: center;
960
1057
  }
961
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
962
- font-size: 14px;
963
- color: #CCCACA;
964
- margin-top: 45px;
1058
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1059
+ color: white;
965
1060
  }
966
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
967
- font-weight: bold;
968
- line-height: 30px;
969
- font-size: 18px;
1061
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1062
+ background-color: rgba(74, 74, 74, 0.6);
1063
+ border: none;
1064
+ width: auto;
1065
+ transform: rotate(180deg);
1066
+ border-radius: 4px;
1067
+ bottom: 52px;
1068
+ margin-left: -28px;
970
1069
  }
971
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
972
- width: 90%;
973
- margin: 0 auto;
1070
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1071
+ transform: rotate(-180deg);
1072
+ font-size: 16px;
1073
+ text-align: center;
1074
+ white-space: nowrap;
1075
+ height: 30px;
974
1076
  }
975
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
976
- font-size: 13px;
977
- margin-top: 15px;
1077
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1078
+ height: 30px;
1079
+ padding: 5px 10px;
1080
+ color: #fffffe;
1081
+ }
1082
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1083
+ background-color: rgba(0, 0, 0, 0.4);
1084
+ }
1085
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1086
+ background-color: rgba(0, 0, 0, 0.4);
1087
+ }
1088
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1089
+ border-bottom-left-radius: 4px;
1090
+ border-bottom-right-radius: 4px;
1091
+ }
1092
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1093
+ border-top-left-radius: 4px;
1094
+ border-top-right-radius: 4px;
1095
+ }
1096
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1097
+ height: 26px;
1098
+ line-height: 26px;
1099
+ bottom: 52px;
1100
+ border-radius: 3px;
1101
+ background-color: rgba(74, 74, 74, 0.7);
1102
+ }
1103
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1104
+ letter-spacing: 0.8px;
1105
+ font-size: 14px;
1106
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1107
+ }
1108
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1109
+ padding-left: 8px;
1110
+ padding-right: 8px;
978
1111
  }
979
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
980
- cursor: pointer;
981
- width: 30px;
982
- margin: 15px auto 0;
1112
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1113
+ display: none !important;
983
1114
  }[data-player] {
984
1115
  --bottom-panel: 40px;
985
1116
  }
@@ -1515,324 +1646,76 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1515
1646
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1516
1647
  float: left;
1517
1648
  position: relative;
1518
- margin-left: 10px;
1519
- top: 8px;
1520
- width: 80px;
1521
- height: 23px;
1522
- padding: 3px 0;
1523
- transition: width 0.2s ease-out;
1524
- }
1525
- .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] {
1526
- height: 3px;
1527
- border-radius: 100px;
1528
- position: relative;
1529
- top: 7px;
1530
- background-color: #666;
1531
- }
1532
- .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] {
1533
- position: absolute;
1534
- top: 0;
1535
- left: 0;
1536
- width: 0;
1537
- height: 100%;
1538
- border-radius: 100px;
1539
- background-color: white;
1540
- transition: all 0.1s ease-out;
1541
- }
1542
- .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] {
1543
- position: absolute;
1544
- top: 0;
1545
- left: 0;
1546
- width: 0;
1547
- height: 100%;
1548
- background-color: #005aff;
1549
- transition: all 0.1s ease-out;
1550
- }
1551
- .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] {
1552
- position: absolute;
1553
- transform: translateX(-50%);
1554
- top: 3px;
1555
- margin-left: 3px;
1556
- width: 16px;
1557
- height: 16px;
1558
- opacity: 1;
1559
- transition: all 0.1s ease-out;
1560
- }
1561
- .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] {
1562
- position: absolute;
1563
- left: 3px;
1564
- top: 5px;
1565
- width: 7px;
1566
- height: 7px;
1567
- border-radius: 50%;
1568
- background-color: white;
1569
- }
1570
- .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] {
1571
- float: left;
1572
- width: 4px;
1573
- padding-left: 2px;
1574
- height: 12px;
1575
- opacity: 0.5;
1576
- box-shadow: inset 2px 0 0 white;
1577
- transition: transform 0.2s ease-out;
1578
- }
1579
- .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 {
1580
- box-shadow: inset 2px 0 0 #fff;
1581
- opacity: 1;
1582
- }
1583
- .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) {
1584
- padding-left: 0;
1585
- }
1586
- .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 {
1587
- transform: scaleY(1.5);
1588
- }.spinner-three-bounce[data-spinner] {
1589
- position: absolute;
1590
- width: 70px;
1591
- text-align: center;
1592
- z-index: 999;
1593
- left: 0;
1594
- right: 0;
1595
- margin: 0 auto;
1596
- margin-left: auto;
1597
- margin-right: auto;
1598
- /* center vertically */
1599
- top: 50%;
1600
- transform: translateY(-50%);
1601
- }
1602
- .spinner-three-bounce[data-spinner] > div {
1603
- width: 18px;
1604
- height: 18px;
1605
- background-color: #FFF;
1606
- border-radius: 100%;
1607
- display: inline-block;
1608
- animation: bouncedelay 1.4s infinite ease-in-out;
1609
- /* Prevent first frame from flickering when animation starts */
1610
- animation-fill-mode: both;
1611
- }
1612
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1613
- animation-delay: -0.32s;
1614
- }
1615
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1616
- animation-delay: -0.16s;
1617
- }
1618
-
1619
- @keyframes bouncedelay {
1620
- 0%, 80%, 100% {
1621
- transform: scale(0);
1622
- }
1623
- 40% {
1624
- transform: scale(1);
1625
- }
1626
- }.seek-time[data-seek-time] {
1627
- position: absolute;
1628
- white-space: nowrap;
1629
- height: 20px;
1630
- line-height: 20px;
1631
- font-size: 0;
1632
- left: -100%;
1633
- bottom: 55px;
1634
- background-color: rgba(2, 2, 2, 0.5);
1635
- z-index: 9999;
1636
- transition: opacity 0.1s ease;
1637
- }
1638
- .seek-time[data-seek-time].hidden[data-seek-time] {
1639
- opacity: 0;
1640
- }
1641
- .seek-time[data-seek-time] [data-seek-time] {
1642
- display: inline-block;
1643
- color: white;
1644
- font-size: 10px;
1645
- padding-left: 7px;
1646
- padding-right: 7px;
1647
- vertical-align: top;
1648
- }
1649
- .seek-time[data-seek-time] [data-duration] {
1650
- display: inline-block;
1651
- color: rgba(255, 255, 255, 0.5);
1652
- font-size: 10px;
1653
- padding-right: 7px;
1654
- vertical-align: top;
1655
- }
1656
- .seek-time[data-seek-time] [data-duration]::before {
1657
- content: "|";
1658
- margin-right: 7px;
1659
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1660
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1661
- display: block;
1662
- }
1663
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1664
- width: 40px;
1665
- margin-top: 0;
1666
- }
1667
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1668
- display: flex;
1669
- justify-content: center;
1670
- padding: 0;
1671
- align-items: center;
1672
- }
1673
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1674
- color: white;
1675
- }
1676
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1677
- background-color: rgba(74, 74, 74, 0.6);
1678
- border: none;
1679
- width: auto;
1680
- transform: rotate(180deg);
1681
- border-radius: 4px;
1682
- bottom: 52px;
1683
- margin-left: -28px;
1684
- }
1685
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1686
- transform: rotate(-180deg);
1687
- font-size: 16px;
1688
- text-align: center;
1689
- white-space: nowrap;
1690
- height: 30px;
1691
- }
1692
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1693
- height: 30px;
1694
- padding: 5px 10px;
1695
- color: #fffffe;
1696
- }
1697
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1698
- background-color: rgba(0, 0, 0, 0.4);
1699
- }
1700
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1701
- background-color: rgba(0, 0, 0, 0.4);
1702
- }
1703
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1704
- border-bottom-left-radius: 4px;
1705
- border-bottom-right-radius: 4px;
1706
- }
1707
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1708
- border-top-left-radius: 4px;
1709
- border-top-right-radius: 4px;
1710
- }
1711
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1712
- height: 26px;
1713
- line-height: 26px;
1714
- bottom: 52px;
1715
- border-radius: 3px;
1716
- background-color: rgba(74, 74, 74, 0.7);
1717
- }
1718
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1719
- letter-spacing: 0.8px;
1720
- font-size: 14px;
1721
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1722
- }
1723
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1724
- padding-left: 8px;
1725
- padding-right: 8px;
1726
- }
1727
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1728
- display: none !important;
1729
- }.big-mute-icon-wrapper[data-big-mute] {
1730
- position: absolute;
1731
- z-index: 9998;
1732
- background-color: transparent;
1733
- display: flex;
1734
- justify-content: center;
1735
- width: 100%;
1736
- height: calc(100% - 50px);
1737
- margin: 0 auto;
1738
- opacity: 0.75;
1739
- transition: opacity 0.1s ease;
1740
- pointer-events: auto;
1741
- }
1742
- .big-mute-icon-wrapper[data-big-mute].hide {
1743
- display: none;
1744
- }
1745
- .big-mute-icon-wrapper[data-big-mute]:hover {
1746
- cursor: pointer;
1747
- }
1748
-
1749
- .big-mute-icon[data-big-mute-icon] {
1750
- display: flex;
1751
- align-items: center;
1752
- justify-content: center;
1753
- align-self: center;
1754
- width: 120px;
1755
- height: 120px;
1756
- border: 2px solid white;
1757
- border-radius: 50%;
1758
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1759
- filter: alpha(opacity=60);
1760
- opacity: 1;
1761
- box-shadow: 0 0 1px 0 white;
1762
- background: rgba(240, 243, 247, 0.9411764706);
1763
- z-index: 10000;
1764
- }
1765
- .big-mute-icon[data-big-mute-icon] svg {
1766
- margin-left: 5px;
1649
+ margin-left: 10px;
1650
+ top: 8px;
1767
1651
  width: 80px;
1768
- height: 80px;
1769
- }
1770
- .big-mute-icon[data-big-mute-icon] svg path {
1771
- fill: #1f1e1e !important;
1652
+ height: 23px;
1653
+ padding: 3px 0;
1654
+ transition: width 0.2s ease-out;
1772
1655
  }
1773
- .big-mute-icon[data-big-mute-icon]:hover {
1774
- background: rgba(240, 243, 247, 0.8784313725);
1656
+ .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] {
1657
+ height: 3px;
1658
+ border-radius: 100px;
1659
+ position: relative;
1660
+ top: 7px;
1661
+ background-color: #666;
1775
1662
  }
1776
- .big-mute-icon[data-big-mute-icon]:hover svg path {
1777
- fill: #151515 !important;
1778
- }.player-poster[data-poster] {
1779
- display: flex;
1780
- justify-content: center;
1781
- align-items: center;
1663
+ .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] {
1782
1664
  position: absolute;
1783
- height: 100%;
1784
- width: 100%;
1785
- z-index: 998;
1786
1665
  top: 0;
1787
1666
  left: 0;
1788
- background-color: #000;
1789
- background-size: cover;
1790
- background-repeat: no-repeat;
1791
- background-position: 50% 50%;
1667
+ width: 0;
1668
+ height: 100%;
1669
+ border-radius: 100px;
1670
+ background-color: white;
1671
+ transition: all 0.1s ease-out;
1792
1672
  }
1793
- .player-poster[data-poster].clickable {
1794
- cursor: pointer;
1673
+ .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] {
1674
+ position: absolute;
1675
+ top: 0;
1676
+ left: 0;
1677
+ width: 0;
1678
+ height: 100%;
1679
+ background-color: #005aff;
1680
+ transition: all 0.1s ease-out;
1795
1681
  }
1796
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1682
+ .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] {
1683
+ position: absolute;
1684
+ transform: translateX(-50%);
1685
+ top: 3px;
1686
+ margin-left: 3px;
1687
+ width: 16px;
1688
+ height: 16px;
1797
1689
  opacity: 1;
1690
+ transition: all 0.1s ease-out;
1798
1691
  }
1799
- .player-poster[data-poster] .play-wrapper[data-poster] {
1800
- width: 100%;
1801
- height: 25%;
1802
- margin: 0 auto;
1803
- opacity: 0.75;
1804
- transition: opacity 0.1s ease;
1805
- }
1806
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1807
- height: 100%;
1808
- display: inline;
1692
+ .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] {
1693
+ position: absolute;
1694
+ left: 3px;
1695
+ top: 5px;
1696
+ width: 7px;
1697
+ height: 7px;
1698
+ border-radius: 50%;
1699
+ background-color: white;
1809
1700
  }
1810
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1811
- fill: #fff;
1812
- }.level-disabled {
1701
+ .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] {
1702
+ float: left;
1703
+ width: 4px;
1704
+ padding-left: 2px;
1705
+ height: 12px;
1813
1706
  opacity: 0.5;
1814
- pointer-events: none;
1815
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1816
- height: 0;
1707
+ box-shadow: inset 2px 0 0 white;
1708
+ transition: transform 0.2s ease-out;
1817
1709
  }
1818
-
1819
- .skip_time_plugin[data-skip-time] {
1820
- position: absolute;
1821
- width: 100%;
1822
- height: calc(100% - 50px);
1823
- z-index: 9998;
1824
- background-color: transparent;
1825
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1710
+ .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 {
1711
+ box-shadow: inset 2px 0 0 #fff;
1712
+ opacity: 1;
1826
1713
  }
1827
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1828
- width: 100%;
1829
- height: 100%;
1830
- display: flex;
1831
- justify-content: space-between;
1714
+ .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) {
1715
+ padding-left: 0;
1832
1716
  }
1833
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1834
- width: 33.3%;
1835
- height: 100%;
1717
+ .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 {
1718
+ transform: scaleY(1.5);
1836
1719
  }*, :focus, :visited {
1837
1720
  outline: none !important;
1838
1721
  }
@@ -1914,154 +1797,76 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1914
1797
  .ios-fullscreen::cue {
1915
1798
  visibility: visible !important;
1916
1799
  font-size: 1em !important;
1917
- }*, :focus, :visited {
1918
- outline: none !important;
1919
- }
1920
-
1921
- .multicamera[data-multicamera] {
1922
- float: right;
1923
- margin-top: 4px;
1924
- position: relative;
1925
- margin-right: 20px;
1926
- width: 20px;
1800
+ }.scrub-thumbnails {
1801
+ position: absolute;
1802
+ bottom: 52px;
1803
+ width: 100%;
1804
+ transition: opacity 0.3s ease;
1927
1805
  }
1928
- .multicamera[data-multicamera] button {
1929
- background-color: transparent;
1930
- color: #fff;
1931
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1932
- -webkit-font-smoothing: antialiased;
1933
- border: none;
1934
- font-size: 14px;
1935
- padding: 0;
1806
+ .scrub-thumbnails.hidden {
1807
+ opacity: 0;
1936
1808
  }
1937
- .multicamera[data-multicamera] button svg {
1938
- height: 20px;
1809
+ .scrub-thumbnails .thumbnail-container {
1810
+ display: inline-block;
1939
1811
  position: relative;
1940
- margin-top: 6px;
1941
- }
1942
- .multicamera[data-multicamera] button:hover {
1943
- color: #c9c9c9;
1944
- }
1945
- .multicamera[data-multicamera] button.changing {
1946
- animation: pulse 0.5s infinite alternate;
1947
- }
1948
- .multicamera[data-multicamera] button span.quality-arrow {
1949
- width: 9px;
1950
- height: 6px;
1951
- margin-top: 11px;
1952
- margin-left: 5px;
1812
+ overflow: hidden;
1813
+ background-color: #000;
1953
1814
  }
1954
- .multicamera[data-multicamera] > ul {
1955
- padding: 6px 0;
1956
- right: -24px;
1957
- width: 245px;
1958
- list-style-type: none;
1815
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1959
1816
  position: absolute;
1960
- bottom: 48px;
1961
- border-radius: 4px;
1962
- display: none;
1963
- background-color: rgba(74, 74, 74, 0.9);
1817
+ width: auto;
1964
1818
  }
1965
- .multicamera[data-multicamera] > ul::after {
1966
- content: "";
1819
+ .scrub-thumbnails .thumbnails-text {
1820
+ background-color: rgba(74, 74, 74, 0.7);
1821
+ border-radius: 3px;
1822
+ white-space: nowrap;
1823
+ overflow: hidden;
1824
+ text-overflow: ellipsis;
1825
+ color: white;
1967
1826
  position: absolute;
1968
- top: 100%;
1969
- left: 85%;
1970
- margin-left: -10px;
1971
- width: 0;
1972
- height: 0;
1973
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1974
- border-right: 10px solid transparent;
1975
- border-left: 10px solid transparent;
1976
- }
1977
- .multicamera[data-multicamera] li {
1978
- font-size: 10px;
1979
- cursor: pointer;
1980
- }
1981
- .multicamera[data-multicamera] li .multicamera-item {
1982
- display: flex;
1983
- padding: 10px 0;
1984
- justify-content: center;
1985
- position: relative;
1986
- }
1987
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1988
- pointer-events: none;
1989
- }
1990
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1991
- opacity: 0.5;
1992
- }
1993
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1994
- opacity: 0.5;
1995
- }
1996
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1997
- background-color: rgba(0, 0, 0, 0);
1998
- }
1999
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
2000
- background-color: rgba(0, 0, 0, 0.3);
2001
- }
2002
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
2003
- width: 80px;
2004
- height: 60px;
2005
- }
2006
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
2007
- width: 80px;
2008
- height: 60px;
2009
- }
2010
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
2011
- width: 120px;
2012
- text-align: left;
2013
- margin-left: 15px;
1827
+ bottom: 23px;
1828
+ width: 100px;
2014
1829
  }
2015
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
2016
- width: 120px;
2017
- height: 20px;
2018
- font-family: Roboto, "Open Sans", Arial, sans-serif;
2019
- font-size: 14px;
2020
- font-weight: normal;
2021
- font-style: normal;
2022
- font-stretch: normal;
2023
- line-height: 1.43;
2024
- letter-spacing: normal;
2025
- text-align: left;
2026
- color: #fff;
2027
- text-overflow: ellipsis;
1830
+ .scrub-thumbnails .spotlight {
1831
+ background-color: #4a4a4a;
2028
1832
  overflow: hidden;
1833
+ position: absolute;
1834
+ bottom: 0;
1835
+ left: 0;
1836
+ border-color: #4a4a4a;
1837
+ border-style: solid;
1838
+ border-width: 3px;
1839
+ border-radius: 3px;
2029
1840
  }
2030
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
2031
- opacity: 0.6;
2032
- }
2033
- .multicamera[data-multicamera] li[data-title] {
2034
- background-color: #c3c2c2;
2035
- padding: 5px;
2036
- }
2037
- .multicamera[data-multicamera] li a {
2038
- color: #444;
2039
- padding: 2px 10px;
2040
- display: block;
2041
- text-decoration: none;
1841
+ .scrub-thumbnails .spotlight img {
1842
+ width: auto;
2042
1843
  }
2043
- .multicamera[data-multicamera] li a:hover {
2044
- background-color: #555;
2045
- color: white;
1844
+ .scrub-thumbnails .backdrop {
1845
+ position: absolute;
1846
+ left: 0;
1847
+ bottom: 0;
1848
+ right: 0;
1849
+ background-color: #000;
1850
+ overflow: hidden;
2046
1851
  }
2047
- .multicamera[data-multicamera] li a:hover a {
2048
- color: white;
2049
- text-decoration: none;
1852
+ .scrub-thumbnails .backdrop .carousel {
1853
+ position: absolute;
1854
+ top: 0;
1855
+ left: 0;
1856
+ height: 100%;
1857
+ white-space: nowrap;
2050
1858
  }
2051
- .multicamera[data-multicamera] li.current a {
2052
- color: #f00;
1859
+ .scrub-thumbnails .backdrop .carousel img {
1860
+ width: auto;
1861
+ }.player-logo[data-logo] {
1862
+ position: absolute;
1863
+ z-index: 2;
1864
+ width: 100%;
1865
+ height: 100%;
2053
1866
  }
2054
1867
 
2055
- @keyframes pulse {
2056
- 0% {
2057
- color: #fff;
2058
- }
2059
- 50% {
2060
- color: #ff0101;
2061
- }
2062
- 100% {
2063
- color: #B80000;
2064
- }
1868
+ .clappr-logo {
1869
+ position: absolute;
2065
1870
  }.share_plugin[data-share] {
2066
1871
  pointer-events: auto;
2067
1872
  z-index: 5;
@@ -2145,20 +1950,215 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2145
1950
  display: inline-block;
2146
1951
  margin-right: 5px;
2147
1952
  cursor: pointer;
2148
- }.player-logo[data-logo] {
1953
+ }.spinner-three-bounce[data-spinner] {
2149
1954
  position: absolute;
2150
- z-index: 2;
2151
- width: 100%;
2152
- height: 100%;
1955
+ width: 70px;
1956
+ text-align: center;
1957
+ z-index: 999;
1958
+ left: 0;
1959
+ right: 0;
1960
+ margin: 0 auto;
1961
+ margin-left: auto;
1962
+ margin-right: auto;
1963
+ /* center vertically */
1964
+ top: 50%;
1965
+ transform: translateY(-50%);
1966
+ }
1967
+ .spinner-three-bounce[data-spinner] > div {
1968
+ width: 18px;
1969
+ height: 18px;
1970
+ background-color: #FFF;
1971
+ border-radius: 100%;
1972
+ display: inline-block;
1973
+ animation: bouncedelay 1.4s infinite ease-in-out;
1974
+ /* Prevent first frame from flickering when animation starts */
1975
+ animation-fill-mode: both;
1976
+ }
1977
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1978
+ animation-delay: -0.32s;
1979
+ }
1980
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1981
+ animation-delay: -0.16s;
2153
1982
  }
2154
1983
 
2155
- .clappr-logo {
2156
- position: absolute;
2157
- }.media-control-pip button {
2158
- float: right;
1984
+ @keyframes bouncedelay {
1985
+ 0%, 80%, 100% {
1986
+ transform: scale(0);
1987
+ }
1988
+ 40% {
1989
+ transform: scale(1);
1990
+ }
1991
+ }.dvr-controls[data-dvr-controls] {
1992
+ display: inline-block;
1993
+ float: left;
1994
+ color: #fff;
1995
+ line-height: 32px;
1996
+ font-size: 10px;
1997
+ font-weight: bold;
1998
+ margin-left: 6px;
1999
+ }
2000
+ .dvr-controls[data-dvr-controls] .live-info {
2001
+ cursor: default;
2002
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
2003
+ text-transform: uppercase;
2004
+ }
2005
+ .dvr-controls[data-dvr-controls] .live-info:before {
2006
+ content: "";
2007
+ display: inline-block;
2008
+ position: relative;
2009
+ width: 7px;
2010
+ height: 7px;
2011
+ border-radius: 3.5px;
2012
+ margin-right: 3.5px;
2013
+ background-color: #ff0101;
2014
+ }
2015
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
2016
+ opacity: 0.3;
2017
+ }
2018
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
2019
+ background-color: #fff;
2020
+ }
2021
+ .dvr-controls[data-dvr-controls] .live-button {
2022
+ cursor: pointer;
2023
+ outline: none;
2024
+ display: none;
2025
+ border: 0;
2026
+ color: #fff;
2027
+ background-color: transparent;
2028
+ height: 32px;
2029
+ padding: 0;
2030
+ opacity: 0.7;
2031
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
2032
+ text-transform: uppercase;
2033
+ transition: all 0.1s ease;
2034
+ }
2035
+ .dvr-controls[data-dvr-controls] .live-button:before {
2036
+ content: "";
2037
+ display: inline-block;
2038
+ position: relative;
2039
+ width: 7px;
2040
+ height: 7px;
2041
+ border-radius: 3.5px;
2042
+ margin-right: 3.5px;
2043
+ background-color: #fff;
2044
+ }
2045
+ .dvr-controls[data-dvr-controls] .live-button:hover {
2046
+ opacity: 1;
2047
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
2048
+ }
2049
+
2050
+ .dvr-controls[data-dvr-controls] {
2159
2051
  height: 40px;
2160
- margin-right: 20px;
2052
+ line-height: 40px;
2053
+ margin-left: 0;
2161
2054
  }
2162
- .media-control-pip button svg {
2055
+ .dvr-controls[data-dvr-controls] .live-info {
2056
+ font-size: 14px;
2057
+ letter-spacing: 0.8px;
2058
+ font-weight: 500;
2059
+ color: #fffffe;
2060
+ margin-left: 21px;
2061
+ }
2062
+ .dvr-controls[data-dvr-controls] .live-info::before {
2063
+ width: 10px;
2064
+ height: 10px;
2065
+ border-radius: 50%;
2066
+ margin-right: 8px;
2067
+ background-color: #ed4f4a;
2068
+ }
2069
+ .dvr-controls[data-dvr-controls] .live-button {
2070
+ height: 40px;
2071
+ opacity: 1;
2072
+ font-size: 14px;
2073
+ letter-spacing: 0.8px;
2074
+ font-weight: 500;
2075
+ margin-left: 20px;
2076
+ }
2077
+ .dvr-controls[data-dvr-controls] .live-button::before {
2078
+ width: 10px;
2079
+ height: 10px;
2080
+ border-radius: 50%;
2081
+ margin-right: 8px;
2082
+ background-color: #cacaca;
2083
+ }
2084
+
2085
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
2086
+ display: none;
2087
+ }
2088
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
2089
+ display: block;
2090
+ }
2091
+ .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] {
2092
+ background-color: #005aff;
2093
+ }
2094
+
2095
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
2096
+ background-color: #ff0101;
2097
+ }.player-poster[data-poster] {
2098
+ display: flex;
2099
+ justify-content: center;
2100
+ align-items: center;
2101
+ position: absolute;
2102
+ height: 100%;
2103
+ width: 100%;
2104
+ z-index: 998;
2105
+ top: 0;
2106
+ left: 0;
2107
+ background-color: #000;
2108
+ background-size: cover;
2109
+ background-repeat: no-repeat;
2110
+ background-position: 50% 50%;
2111
+ }
2112
+ .player-poster[data-poster].clickable {
2113
+ cursor: pointer;
2114
+ }
2115
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2116
+ opacity: 1;
2117
+ }
2118
+ .player-poster[data-poster] .play-wrapper[data-poster] {
2119
+ width: 100%;
2120
+ height: 25%;
2121
+ margin: 0 auto;
2122
+ opacity: 0.75;
2123
+ transition: opacity 0.1s ease;
2124
+ }
2125
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
2126
+ height: 100%;
2127
+ display: inline;
2128
+ }
2129
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2130
+ fill: #fff;
2131
+ }.seek-time[data-seek-time] {
2132
+ position: absolute;
2133
+ white-space: nowrap;
2163
2134
  height: 20px;
2135
+ line-height: 20px;
2136
+ font-size: 0;
2137
+ left: -100%;
2138
+ bottom: 55px;
2139
+ background-color: rgba(2, 2, 2, 0.5);
2140
+ z-index: 9999;
2141
+ transition: opacity 0.1s ease;
2142
+ }
2143
+ .seek-time[data-seek-time].hidden[data-seek-time] {
2144
+ opacity: 0;
2145
+ }
2146
+ .seek-time[data-seek-time] [data-seek-time] {
2147
+ display: inline-block;
2148
+ color: white;
2149
+ font-size: 10px;
2150
+ padding-left: 7px;
2151
+ padding-right: 7px;
2152
+ vertical-align: top;
2153
+ }
2154
+ .seek-time[data-seek-time] [data-duration] {
2155
+ display: inline-block;
2156
+ color: rgba(255, 255, 255, 0.5);
2157
+ font-size: 10px;
2158
+ padding-right: 7px;
2159
+ vertical-align: top;
2160
+ }
2161
+ .seek-time[data-seek-time] [data-duration]::before {
2162
+ content: "|";
2163
+ margin-right: 7px;
2164
2164
  }