@gcorevideo/player 2.22.31 → 2.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,6 +122,55 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.big-mute-icon-wrapper[data-big-mute] {
126
+ position: absolute;
127
+ z-index: 9998;
128
+ background-color: transparent;
129
+ display: flex;
130
+ justify-content: center;
131
+ width: 100%;
132
+ height: calc(100% - 50px);
133
+ margin: 0 auto;
134
+ opacity: 0.75;
135
+ transition: opacity 0.1s ease;
136
+ pointer-events: auto;
137
+ }
138
+ .big-mute-icon-wrapper[data-big-mute].hide {
139
+ display: none;
140
+ }
141
+ .big-mute-icon-wrapper[data-big-mute]:hover {
142
+ cursor: pointer;
143
+ }
144
+
145
+ .big-mute-icon[data-big-mute-icon] {
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ align-self: center;
150
+ width: 120px;
151
+ height: 120px;
152
+ border: 2px solid white;
153
+ border-radius: 50%;
154
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
155
+ filter: alpha(opacity=60);
156
+ opacity: 1;
157
+ box-shadow: 0 0 1px 0 white;
158
+ background: rgba(240, 243, 247, 0.9411764706);
159
+ z-index: 10000;
160
+ }
161
+ .big-mute-icon[data-big-mute-icon] svg {
162
+ margin-left: 5px;
163
+ width: 80px;
164
+ height: 80px;
165
+ }
166
+ .big-mute-icon[data-big-mute-icon] svg path {
167
+ fill: #1f1e1e !important;
168
+ }
169
+ .big-mute-icon[data-big-mute-icon]:hover {
170
+ background: rgba(240, 243, 247, 0.8784313725);
171
+ }
172
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
173
+ fill: #151515 !important;
125
174
  }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
175
  order: 99;
127
176
  height: 20px;
@@ -228,106 +277,40 @@
228
277
  }
229
278
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
230
279
  display: inline;
231
- }*,
232
- :focus,
233
- :visited {
234
- outline: none !important;
235
- }
236
-
237
- .media-control-audiotracks {
238
- position: relative;
239
- }
240
- .media-control-audiotracks button {
241
- background-color: transparent;
242
- color: #fff;
243
- -webkit-font-smoothing: antialiased;
244
- border: none;
245
- cursor: pointer;
246
- display: flex;
247
- align-items: center;
248
- padding: 0;
249
- }
250
- .media-control-audiotracks button .audio-text {
251
- text-overflow: ellipsis;
252
- overflow: hidden;
253
- white-space: nowrap;
254
- max-width: 100px;
255
- background-color: transparent;
256
- -webkit-font-smoothing: antialiased;
257
- border: none;
258
- cursor: pointer;
259
- }
260
- .media-control-audiotracks button:hover {
261
- color: white;
262
- }
263
- .media-control-audiotracks button.changing {
264
- animation: pulse 0.5s infinite alternate;
265
- }
266
- .media-control-audiotracks button span.audio-arrow {
267
- width: 9px;
268
- height: 6px;
269
- margin-left: 5px;
270
- }
271
- .media-control-audiotracks .menu {
272
- max-width: 114px;
273
- list-style-type: none;
280
+ }div.player-error-screen, [data-player] div.player-error-screen {
281
+ color: #CCCACA;
274
282
  position: absolute;
275
- background-color: rgba(74, 74, 74, 0.6);
276
- border: none;
277
- min-width: 60px;
278
- border-radius: 4px;
279
- bottom: 40px;
280
- right: -2px;
281
- }
282
- .media-control-audiotracks .menu.hidden {
283
- display: none;
284
- }
285
- .media-control-audiotracks li {
286
- font-size: var(--font-size-media-controls-dropdown);
287
- text-align: right;
288
- height: 30px;
289
- }
290
- .media-control-audiotracks li[data-title] {
291
- background-color: #c3c2c2;
292
- padding: 5px;
293
- }
294
- .media-control-audiotracks li a {
295
- display: block;
296
- text-decoration: none;
297
- text-overflow: ellipsis;
298
- overflow: hidden;
299
- white-space: nowrap;
300
- height: 30px;
301
- padding: 5px 10px;
302
- color: #fffffe;
283
+ top: 0;
284
+ height: 100%;
285
+ width: 100%;
286
+ background-color: rgba(0, 0, 0, 0.7);
287
+ z-index: 2000;
288
+ display: flex;
289
+ flex-direction: column;
290
+ justify-content: center;
303
291
  }
304
- .media-control-audiotracks li a:hover {
305
- text-decoration: none;
306
- background-color: rgba(0, 0, 0, 0.4);
307
- color: white;
292
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
293
+ font-size: 14px;
294
+ color: #CCCACA;
295
+ margin-top: 45px;
308
296
  }
309
- .media-control-audiotracks li.current a {
310
- color: #f00;
297
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
298
+ font-weight: bold;
299
+ line-height: 30px;
300
+ font-size: 18px;
311
301
  }
312
- .media-control-audiotracks li:first-child a {
313
- border-bottom-left-radius: 4px;
314
- border-bottom-right-radius: 4px;
302
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
303
+ width: 90%;
304
+ margin: 0 auto;
315
305
  }
316
- .media-control-audiotracks li:last-child a {
317
- border-top-left-radius: 4px;
318
- border-top-right-radius: 4px;
306
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
307
+ font-size: 13px;
308
+ margin-top: 15px;
319
309
  }
320
-
321
- @keyframes pulse {
322
- 0% {
323
- color: #fff;
324
- }
325
- 50% {
326
- color: #ff0101;
327
- }
328
- 100% {
329
- color: #B80000;
330
- }
310
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
311
+ cursor: pointer;
312
+ width: 30px;
313
+ margin: 15px auto 0;
331
314
  }@charset "UTF-8";
332
315
  .media-control-clips {
333
316
  display: flex;
@@ -714,71 +697,158 @@
714
697
  .fullscreen .clappr-nerd-stats .stats-box {
715
698
  top: unset;
716
699
  }
717
- }.big-mute-icon-wrapper[data-big-mute] {
718
- position: absolute;
719
- z-index: 9998;
720
- background-color: transparent;
721
- display: flex;
722
- justify-content: center;
723
- width: 100%;
724
- height: calc(100% - 50px);
725
- margin: 0 auto;
726
- opacity: 0.75;
727
- transition: opacity 0.1s ease;
728
- pointer-events: auto;
700
+ }*,
701
+ :focus,
702
+ :visited {
703
+ outline: none !important;
729
704
  }
730
- .big-mute-icon-wrapper[data-big-mute].hide {
731
- display: none;
705
+
706
+ .media-control-audiotracks {
707
+ position: relative;
732
708
  }
733
- .big-mute-icon-wrapper[data-big-mute]:hover {
709
+ .media-control-audiotracks button {
710
+ background-color: transparent;
711
+ color: #fff;
712
+ -webkit-font-smoothing: antialiased;
713
+ border: none;
734
714
  cursor: pointer;
735
- }
736
-
737
- .big-mute-icon[data-big-mute-icon] {
738
715
  display: flex;
739
716
  align-items: center;
740
- justify-content: center;
741
- align-self: center;
742
- width: 120px;
743
- height: 120px;
744
- border: 2px solid white;
745
- border-radius: 50%;
746
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
747
- filter: alpha(opacity=60);
748
- opacity: 1;
749
- box-shadow: 0 0 1px 0 white;
750
- background: rgba(240, 243, 247, 0.9411764706);
751
- z-index: 10000;
752
- }
753
- .big-mute-icon[data-big-mute-icon] svg {
754
- margin-left: 5px;
755
- width: 80px;
756
- height: 80px;
717
+ padding: 0;
757
718
  }
758
- .big-mute-icon[data-big-mute-icon] svg path {
759
- fill: #1f1e1e !important;
719
+ .media-control-audiotracks button .audio-text {
720
+ text-overflow: ellipsis;
721
+ overflow: hidden;
722
+ white-space: nowrap;
723
+ max-width: 100px;
724
+ background-color: transparent;
725
+ -webkit-font-smoothing: antialiased;
726
+ border: none;
727
+ cursor: pointer;
760
728
  }
761
- .big-mute-icon[data-big-mute-icon]:hover {
762
- background: rgba(240, 243, 247, 0.8784313725);
729
+ .media-control-audiotracks button:hover {
730
+ color: white;
763
731
  }
764
- .big-mute-icon[data-big-mute-icon]:hover svg path {
765
- fill: #151515 !important;
766
- }.dvr-controls[data-dvr] {
767
- display: inline-block;
768
- color: var(--player-dvr-color);
769
- line-height: 32px;
770
- font-size: 10px;
771
- font-weight: bold;
772
- margin-left: 6px;
773
- height: 40px;
774
- line-height: 40px;
775
- margin-left: 0;
732
+ .media-control-audiotracks button.changing {
733
+ animation: pulse 0.5s infinite alternate;
776
734
  }
777
- .dvr-controls[data-dvr] .live-info {
778
- cursor: default;
779
- text-transform: uppercase;
735
+ .media-control-audiotracks button span.audio-arrow {
736
+ width: 9px;
737
+ height: 6px;
738
+ margin-left: 5px;
780
739
  }
781
- .dvr-controls[data-dvr] .live-info:before {
740
+ .media-control-audiotracks .menu {
741
+ max-width: 114px;
742
+ list-style-type: none;
743
+ position: absolute;
744
+ background-color: rgba(74, 74, 74, 0.6);
745
+ border: none;
746
+ min-width: 60px;
747
+ border-radius: 4px;
748
+ bottom: 40px;
749
+ right: -2px;
750
+ }
751
+ .media-control-audiotracks .menu.hidden {
752
+ display: none;
753
+ }
754
+ .media-control-audiotracks li {
755
+ font-size: var(--font-size-media-controls-dropdown);
756
+ text-align: right;
757
+ height: 30px;
758
+ }
759
+ .media-control-audiotracks li[data-title] {
760
+ background-color: #c3c2c2;
761
+ padding: 5px;
762
+ }
763
+ .media-control-audiotracks li a {
764
+ display: block;
765
+ text-decoration: none;
766
+ text-overflow: ellipsis;
767
+ overflow: hidden;
768
+ white-space: nowrap;
769
+ height: 30px;
770
+ padding: 5px 10px;
771
+ color: #fffffe;
772
+ }
773
+ .media-control-audiotracks li a:hover {
774
+ text-decoration: none;
775
+ background-color: rgba(0, 0, 0, 0.4);
776
+ color: white;
777
+ }
778
+ .media-control-audiotracks li.current a {
779
+ color: #f00;
780
+ }
781
+ .media-control-audiotracks li:first-child a {
782
+ border-bottom-left-radius: 4px;
783
+ border-bottom-right-radius: 4px;
784
+ }
785
+ .media-control-audiotracks li:last-child a {
786
+ border-top-left-radius: 4px;
787
+ border-top-right-radius: 4px;
788
+ }
789
+
790
+ @keyframes pulse {
791
+ 0% {
792
+ color: #fff;
793
+ }
794
+ 50% {
795
+ color: #ff0101;
796
+ }
797
+ 100% {
798
+ color: #B80000;
799
+ }
800
+ }.context-menu {
801
+ z-index: 999;
802
+ position: absolute;
803
+ top: 0;
804
+ left: 0;
805
+ text-align: center;
806
+ }
807
+ .context-menu .context-menu-list {
808
+ font-family: "Proxima Nova", sans-serif;
809
+ font-size: 12px;
810
+ line-height: 12px;
811
+ list-style-type: none;
812
+ text-align: left;
813
+ padding: 5px;
814
+ margin-left: auto;
815
+ margin-right: auto;
816
+ background-color: rgba(0, 0, 0, 0.75);
817
+ border: 1px solid #666;
818
+ border-radius: 4px;
819
+ }
820
+ .context-menu .context-menu-list-item button {
821
+ border: none;
822
+ background-color: transparent;
823
+ padding: 0;
824
+ color: white;
825
+ display: flex;
826
+ gap: 8px;
827
+ align-items: center;
828
+ justify-content: center;
829
+ cursor: pointer;
830
+ padding: 5px;
831
+ width: 100%;
832
+ }
833
+ .context-menu .context-menu-list-item_icon {
834
+ width: 20px;
835
+ height: 20px;
836
+ }.dvr-controls[data-dvr] {
837
+ display: inline-block;
838
+ color: var(--player-dvr-color);
839
+ line-height: 32px;
840
+ font-size: 10px;
841
+ font-weight: bold;
842
+ margin-left: 6px;
843
+ height: 40px;
844
+ line-height: 40px;
845
+ margin-left: 0;
846
+ }
847
+ .dvr-controls[data-dvr] .live-info {
848
+ cursor: default;
849
+ text-transform: uppercase;
850
+ }
851
+ .dvr-controls[data-dvr] .live-info:before {
782
852
  content: "";
783
853
  display: inline-block;
784
854
  position: relative;
@@ -849,61 +919,154 @@
849
919
  border-radius: 50%;
850
920
  margin-right: 8px;
851
921
  background-color: #cacaca;
852
- }div.player-error-screen, [data-player] div.player-error-screen {
853
- color: #CCCACA;
922
+ }*, :focus, :visited {
923
+ outline: none !important;
924
+ }
925
+
926
+ .multicamera[data-multicamera] {
927
+ float: right;
928
+ margin-top: 4px;
929
+ position: relative;
930
+ margin-right: 20px;
931
+ width: 20px;
932
+ }
933
+ .multicamera[data-multicamera] button {
934
+ background-color: transparent;
935
+ color: #fff;
936
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
937
+ -webkit-font-smoothing: antialiased;
938
+ border: none;
939
+ font-size: 14px;
940
+ padding: 0;
941
+ }
942
+ .multicamera[data-multicamera] button svg {
943
+ height: 20px;
944
+ position: relative;
945
+ margin-top: 6px;
946
+ }
947
+ .multicamera[data-multicamera] button:hover {
948
+ color: #c9c9c9;
949
+ }
950
+ .multicamera[data-multicamera] button.changing {
951
+ animation: pulse 0.5s infinite alternate;
952
+ }
953
+ .multicamera[data-multicamera] button span.quality-arrow {
954
+ width: 9px;
955
+ height: 6px;
956
+ margin-top: 11px;
957
+ margin-left: 5px;
958
+ }
959
+ .multicamera[data-multicamera] > ul {
960
+ padding: 6px 0;
961
+ right: -24px;
962
+ width: 245px;
963
+ list-style-type: none;
854
964
  position: absolute;
855
- top: 0;
856
- height: 100%;
857
- width: 100%;
858
- background-color: rgba(0, 0, 0, 0.7);
859
- z-index: 2000;
965
+ bottom: 48px;
966
+ border-radius: 4px;
967
+ display: none;
968
+ background-color: rgba(74, 74, 74, 0.9);
969
+ }
970
+ .multicamera[data-multicamera] > ul::after {
971
+ content: "";
972
+ position: absolute;
973
+ top: 100%;
974
+ left: 85%;
975
+ margin-left: -10px;
976
+ width: 0;
977
+ height: 0;
978
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
979
+ border-right: 10px solid transparent;
980
+ border-left: 10px solid transparent;
981
+ }
982
+ .multicamera[data-multicamera] li {
983
+ font-size: 10px;
984
+ cursor: pointer;
985
+ }
986
+ .multicamera[data-multicamera] li .multicamera-item {
860
987
  display: flex;
861
- flex-direction: column;
988
+ padding: 10px 0;
862
989
  justify-content: center;
990
+ position: relative;
863
991
  }
864
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
865
- font-size: 14px;
866
- color: #CCCACA;
867
- margin-top: 45px;
992
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
993
+ pointer-events: none;
868
994
  }
869
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
870
- font-weight: bold;
871
- line-height: 30px;
872
- font-size: 18px;
995
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
996
+ opacity: 0.5;
873
997
  }
874
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
875
- width: 90%;
876
- margin: 0 auto;
998
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
999
+ opacity: 0.5;
877
1000
  }
878
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
879
- font-size: 13px;
880
- margin-top: 15px;
1001
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1002
+ background-color: rgba(0, 0, 0, 0);
881
1003
  }
882
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
883
- cursor: pointer;
884
- width: 30px;
885
- margin: 15px auto 0;
886
- }.container-with-poster-clickable .mc-skip-time {
887
- height: 0;
1004
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1005
+ background-color: rgba(0, 0, 0, 0.3);
888
1006
  }
889
-
890
- .mc-skip-time {
891
- position: absolute;
892
- width: 100%;
893
- height: calc(100% - 50px);
894
- z-index: 9998;
895
- background-color: transparent;
1007
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1008
+ width: 80px;
1009
+ height: 60px;
1010
+ }
1011
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1012
+ width: 80px;
1013
+ height: 60px;
1014
+ }
1015
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1016
+ width: 120px;
1017
+ text-align: left;
1018
+ margin-left: 15px;
1019
+ }
1020
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1021
+ width: 120px;
1022
+ height: 20px;
896
1023
  font-family: Roboto, "Open Sans", Arial, sans-serif;
1024
+ font-size: 14px;
1025
+ font-weight: normal;
1026
+ font-style: normal;
1027
+ font-stretch: normal;
1028
+ line-height: 1.43;
1029
+ letter-spacing: normal;
1030
+ text-align: left;
1031
+ color: #fff;
1032
+ text-overflow: ellipsis;
1033
+ overflow: hidden;
897
1034
  }
898
- .mc-skip-time .skip-container {
899
- width: 100%;
900
- height: 100%;
901
- display: flex;
902
- justify-content: space-between;
1035
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1036
+ opacity: 0.6;
903
1037
  }
904
- .mc-skip-time .skip-container .skip-item {
905
- flex: 1 0 0px;
906
- height: 100%;
1038
+ .multicamera[data-multicamera] li[data-title] {
1039
+ background-color: #c3c2c2;
1040
+ padding: 5px;
1041
+ }
1042
+ .multicamera[data-multicamera] li a {
1043
+ color: #444;
1044
+ padding: 2px 10px;
1045
+ display: block;
1046
+ text-decoration: none;
1047
+ }
1048
+ .multicamera[data-multicamera] li a:hover {
1049
+ background-color: #555;
1050
+ color: white;
1051
+ }
1052
+ .multicamera[data-multicamera] li a:hover a {
1053
+ color: white;
1054
+ text-decoration: none;
1055
+ }
1056
+ .multicamera[data-multicamera] li.current a {
1057
+ color: #f00;
1058
+ }
1059
+
1060
+ @keyframes pulse {
1061
+ 0% {
1062
+ color: #fff;
1063
+ }
1064
+ 50% {
1065
+ color: #ff0101;
1066
+ }
1067
+ 100% {
1068
+ color: #B80000;
1069
+ }
907
1070
  }[data-player] {
908
1071
  --bottom-panel: 40px;
909
1072
  }
@@ -1517,163 +1680,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1517
1680
  .media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
1518
1681
  padding-left: 8px;
1519
1682
  padding-right: 8px;
1520
- }*, :focus, :visited {
1521
- outline: none !important;
1522
- }
1523
-
1524
- .multicamera[data-multicamera] {
1525
- float: right;
1526
- margin-top: 4px;
1527
- position: relative;
1528
- margin-right: 20px;
1529
- width: 20px;
1530
- }
1531
- .multicamera[data-multicamera] button {
1532
- background-color: transparent;
1533
- color: #fff;
1534
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1535
- -webkit-font-smoothing: antialiased;
1536
- border: none;
1537
- font-size: 14px;
1538
- padding: 0;
1539
- }
1540
- .multicamera[data-multicamera] button svg {
1541
- height: 20px;
1542
- position: relative;
1543
- margin-top: 6px;
1544
- }
1545
- .multicamera[data-multicamera] button:hover {
1546
- color: #c9c9c9;
1547
- }
1548
- .multicamera[data-multicamera] button.changing {
1549
- animation: pulse 0.5s infinite alternate;
1550
- }
1551
- .multicamera[data-multicamera] button span.quality-arrow {
1552
- width: 9px;
1553
- height: 6px;
1554
- margin-top: 11px;
1555
- margin-left: 5px;
1556
- }
1557
- .multicamera[data-multicamera] > ul {
1558
- padding: 6px 0;
1559
- right: -24px;
1560
- width: 245px;
1561
- list-style-type: none;
1562
- position: absolute;
1563
- bottom: 48px;
1564
- border-radius: 4px;
1565
- display: none;
1566
- background-color: rgba(74, 74, 74, 0.9);
1567
- }
1568
- .multicamera[data-multicamera] > ul::after {
1569
- content: "";
1570
- position: absolute;
1571
- top: 100%;
1572
- left: 85%;
1573
- margin-left: -10px;
1574
- width: 0;
1575
- height: 0;
1576
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1577
- border-right: 10px solid transparent;
1578
- border-left: 10px solid transparent;
1579
- }
1580
- .multicamera[data-multicamera] li {
1581
- font-size: 10px;
1582
- cursor: pointer;
1583
- }
1584
- .multicamera[data-multicamera] li .multicamera-item {
1585
- display: flex;
1586
- padding: 10px 0;
1587
- justify-content: center;
1588
- position: relative;
1589
- }
1590
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1591
- pointer-events: none;
1592
- }
1593
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1594
- opacity: 0.5;
1595
- }
1596
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1597
- opacity: 0.5;
1598
- }
1599
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1600
- background-color: rgba(0, 0, 0, 0);
1601
- }
1602
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1603
- background-color: rgba(0, 0, 0, 0.3);
1604
- }
1605
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1606
- width: 80px;
1607
- height: 60px;
1608
- }
1609
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1610
- width: 80px;
1611
- height: 60px;
1612
- }
1613
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1614
- width: 120px;
1615
- text-align: left;
1616
- margin-left: 15px;
1617
- }
1618
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1619
- width: 120px;
1620
- height: 20px;
1621
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1622
- font-size: 14px;
1623
- font-weight: normal;
1624
- font-style: normal;
1625
- font-stretch: normal;
1626
- line-height: 1.43;
1627
- letter-spacing: normal;
1628
- text-align: left;
1629
- color: #fff;
1630
- text-overflow: ellipsis;
1631
- overflow: hidden;
1632
- }
1633
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1634
- opacity: 0.6;
1635
- }
1636
- .multicamera[data-multicamera] li[data-title] {
1637
- background-color: #c3c2c2;
1638
- padding: 5px;
1639
- }
1640
- .multicamera[data-multicamera] li a {
1641
- color: #444;
1642
- padding: 2px 10px;
1643
- display: block;
1644
- text-decoration: none;
1645
- }
1646
- .multicamera[data-multicamera] li a:hover {
1647
- background-color: #555;
1648
- color: white;
1649
- }
1650
- .multicamera[data-multicamera] li a:hover a {
1651
- color: white;
1652
- text-decoration: none;
1653
- }
1654
- .multicamera[data-multicamera] li.current a {
1655
- color: #f00;
1656
- }
1657
-
1658
- @keyframes pulse {
1659
- 0% {
1660
- color: #fff;
1661
- }
1662
- 50% {
1663
- color: #ff0101;
1664
- }
1665
- 100% {
1666
- color: #B80000;
1667
- }
1668
- }.media-control-pip {
1669
- order: 95;
1670
- display: flex;
1671
- }
1672
- .media-control-pip button {
1673
- height: 20px;
1674
- }
1675
- .media-control-pip button svg {
1676
- height: 20px;
1677
1683
  }.player-poster {
1678
1684
  display: flex;
1679
1685
  justify-content: center;
@@ -1708,44 +1714,39 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1708
1714
  }
1709
1715
  .player-poster .play-wrapper svg path {
1710
1716
  fill: #fff;
1711
- }.spinner-three-bounce[data-spinner] {
1717
+ }.seek-time {
1712
1718
  position: absolute;
1713
- width: 70px;
1714
- text-align: center;
1715
- z-index: 999;
1716
- left: 0;
1717
- right: 0;
1718
- margin: 0 auto;
1719
- margin-left: auto;
1720
- margin-right: auto;
1721
- /* center vertically */
1722
- top: 50%;
1723
- transform: translateY(-50%);
1724
- }
1725
- .spinner-three-bounce[data-spinner] > div {
1726
- width: 18px;
1727
- height: 18px;
1728
- background-color: #FFF;
1729
- border-radius: 100%;
1730
- display: inline-block;
1731
- animation: bouncedelay 1.4s infinite ease-in-out;
1732
- /* Prevent first frame from flickering when animation starts */
1733
- animation-fill-mode: both;
1719
+ white-space: nowrap;
1720
+ height: 20px;
1721
+ line-height: 20px;
1722
+ font-size: 0;
1723
+ left: -100%;
1724
+ bottom: 55px;
1725
+ background-color: rgba(2, 2, 2, 0.5);
1726
+ z-index: 9999;
1727
+ transition: opacity 0.1s ease;
1734
1728
  }
1735
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1736
- animation-delay: -0.32s;
1729
+ .seek-time.hidden {
1730
+ opacity: 0;
1737
1731
  }
1738
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1739
- animation-delay: -0.16s;
1732
+ .seek-time .seek-time__pos {
1733
+ display: inline-block;
1734
+ color: white;
1735
+ font-size: 10px;
1736
+ padding-left: 7px;
1737
+ padding-right: 7px;
1738
+ vertical-align: top;
1740
1739
  }
1741
-
1742
- @keyframes bouncedelay {
1743
- 0%, 80%, 100% {
1744
- transform: scale(0);
1745
- }
1746
- 40% {
1747
- transform: scale(1);
1748
- }
1740
+ .seek-time .seek-time__duration {
1741
+ display: inline-block;
1742
+ color: rgba(255, 255, 255, 0.5);
1743
+ font-size: 10px;
1744
+ padding-right: 7px;
1745
+ vertical-align: top;
1746
+ }
1747
+ .seek-time .seek-time__duration::before {
1748
+ content: "|";
1749
+ margin-right: 7px;
1749
1750
  }.share_plugin[data-share] {
1750
1751
  pointer-events: auto;
1751
1752
  z-index: 5;
@@ -1829,6 +1830,96 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1829
1830
  display: inline-block;
1830
1831
  margin-right: 5px;
1831
1832
  cursor: pointer;
1833
+ }.quality-levels li.disabled {
1834
+ opacity: 0.5;
1835
+ pointer-events: none;
1836
+ }
1837
+ .quality-levels li.current {
1838
+ background-color: #000;
1839
+ }.container-with-poster-clickable .mc-skip-time {
1840
+ height: 0;
1841
+ }
1842
+
1843
+ .mc-skip-time {
1844
+ position: absolute;
1845
+ width: 100%;
1846
+ height: calc(100% - 50px);
1847
+ z-index: 9998;
1848
+ background-color: transparent;
1849
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1850
+ }
1851
+ .mc-skip-time .skip-container {
1852
+ width: 100%;
1853
+ height: 100%;
1854
+ display: flex;
1855
+ justify-content: space-between;
1856
+ }
1857
+ .mc-skip-time .skip-container .skip-item {
1858
+ flex: 1 0 0px;
1859
+ height: 100%;
1860
+ }.scrub-thumbnails {
1861
+ position: absolute;
1862
+ bottom: 52px;
1863
+ width: 100%;
1864
+ transition: opacity 0.3s ease;
1865
+ }
1866
+ .scrub-thumbnails.hidden {
1867
+ opacity: 0;
1868
+ }
1869
+ .scrub-thumbnails .thumbnail-container {
1870
+ display: inline-block;
1871
+ position: relative;
1872
+ overflow: hidden;
1873
+ background-color: #000;
1874
+ }
1875
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1876
+ position: absolute;
1877
+ width: auto;
1878
+ }
1879
+ .scrub-thumbnails .thumbnails-text {
1880
+ background-color: rgba(74, 74, 74, 0.7);
1881
+ border-radius: 3px;
1882
+ white-space: nowrap;
1883
+ overflow: hidden;
1884
+ text-overflow: ellipsis;
1885
+ color: white;
1886
+ position: absolute;
1887
+ bottom: 23px;
1888
+ width: 100px;
1889
+ padding: 0 4px;
1890
+ font-size: 12px;
1891
+ }
1892
+ .scrub-thumbnails .spotlight {
1893
+ background-color: #4a4a4a;
1894
+ overflow: hidden;
1895
+ position: absolute;
1896
+ bottom: 0;
1897
+ left: 0;
1898
+ border-color: #4a4a4a;
1899
+ border-style: solid;
1900
+ border-width: 3px;
1901
+ border-radius: 3px;
1902
+ }
1903
+ .scrub-thumbnails .spotlight img {
1904
+ width: auto;
1905
+ }
1906
+ .scrub-thumbnails .backdrop {
1907
+ position: absolute;
1908
+ left: 0;
1909
+ bottom: 0;
1910
+ right: 0;
1911
+ background-color: #000;
1912
+ overflow: hidden;
1913
+ }
1914
+ .scrub-thumbnails .backdrop .carousel {
1915
+ position: absolute;
1916
+ top: 0;
1917
+ left: 0;
1918
+ height: 100%;
1919
+ white-space: nowrap;
1920
+ }
1921
+ .scrub-thumbnails .backdrop .carousel img {
1922
+ width: auto;
1832
1923
  }*,
1833
1924
  :focus,
1834
1925
  :visited {
@@ -1902,142 +1993,53 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1902
1993
  .ios-fullscreen::cue {
1903
1994
  visibility: visible !important;
1904
1995
  font-size: 1em !important;
1905
- }.context-menu {
1906
- z-index: 999;
1907
- position: absolute;
1908
- top: 0;
1909
- left: 0;
1910
- text-align: center;
1911
- }
1912
- .context-menu .context-menu-list {
1913
- font-family: "Proxima Nova", sans-serif;
1914
- font-size: 12px;
1915
- line-height: 12px;
1916
- list-style-type: none;
1917
- text-align: left;
1918
- padding: 5px;
1919
- margin-left: auto;
1920
- margin-right: auto;
1921
- background-color: rgba(0, 0, 0, 0.75);
1922
- border: 1px solid #666;
1923
- border-radius: 4px;
1924
- }
1925
- .context-menu .context-menu-list-item button {
1926
- border: none;
1927
- background-color: transparent;
1928
- padding: 0;
1929
- color: white;
1996
+ }.media-control-pip {
1997
+ order: 95;
1930
1998
  display: flex;
1931
- gap: 8px;
1932
- align-items: center;
1933
- justify-content: center;
1934
- cursor: pointer;
1935
- padding: 5px;
1936
- width: 100%;
1937
1999
  }
1938
- .context-menu .context-menu-list-item_icon {
1939
- width: 20px;
2000
+ .media-control-pip button {
1940
2001
  height: 20px;
1941
- }.quality-levels li.disabled {
1942
- opacity: 0.5;
1943
- pointer-events: none;
1944
2002
  }
1945
- .quality-levels li.current {
1946
- background-color: #000;
1947
- }.seek-time {
1948
- position: absolute;
1949
- white-space: nowrap;
2003
+ .media-control-pip button svg {
1950
2004
  height: 20px;
1951
- line-height: 20px;
1952
- font-size: 0;
1953
- left: -100%;
1954
- bottom: 55px;
1955
- background-color: rgba(2, 2, 2, 0.5);
1956
- z-index: 9999;
1957
- transition: opacity 0.1s ease;
1958
- }
1959
- .seek-time.hidden {
1960
- opacity: 0;
1961
- }
1962
- .seek-time .seek-time__pos {
1963
- display: inline-block;
1964
- color: white;
1965
- font-size: 10px;
1966
- padding-left: 7px;
1967
- padding-right: 7px;
1968
- vertical-align: top;
1969
- }
1970
- .seek-time .seek-time__duration {
1971
- display: inline-block;
1972
- color: rgba(255, 255, 255, 0.5);
1973
- font-size: 10px;
1974
- padding-right: 7px;
1975
- vertical-align: top;
1976
- }
1977
- .seek-time .seek-time__duration::before {
1978
- content: "|";
1979
- margin-right: 7px;
1980
- }.scrub-thumbnails {
1981
- position: absolute;
1982
- bottom: 52px;
1983
- width: 100%;
1984
- transition: opacity 0.3s ease;
1985
- }
1986
- .scrub-thumbnails.hidden {
1987
- opacity: 0;
1988
- }
1989
- .scrub-thumbnails .thumbnail-container {
1990
- display: inline-block;
1991
- position: relative;
1992
- overflow: hidden;
1993
- background-color: #000;
1994
- }
1995
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1996
- position: absolute;
1997
- width: auto;
1998
- }
1999
- .scrub-thumbnails .thumbnails-text {
2000
- background-color: rgba(74, 74, 74, 0.7);
2001
- border-radius: 3px;
2002
- white-space: nowrap;
2003
- overflow: hidden;
2004
- text-overflow: ellipsis;
2005
- color: white;
2006
- position: absolute;
2007
- bottom: 23px;
2008
- width: 100px;
2009
- }
2010
- .scrub-thumbnails .spotlight {
2011
- background-color: #4a4a4a;
2012
- overflow: hidden;
2005
+ }.spinner-three-bounce[data-spinner] {
2013
2006
  position: absolute;
2014
- bottom: 0;
2007
+ width: 70px;
2008
+ text-align: center;
2009
+ z-index: 999;
2015
2010
  left: 0;
2016
- border-color: #4a4a4a;
2017
- border-style: solid;
2018
- border-width: 3px;
2019
- border-radius: 3px;
2011
+ right: 0;
2012
+ margin: 0 auto;
2013
+ margin-left: auto;
2014
+ margin-right: auto;
2015
+ /* center vertically */
2016
+ top: 50%;
2017
+ transform: translateY(-50%);
2020
2018
  }
2021
- .scrub-thumbnails .spotlight img {
2022
- width: auto;
2019
+ .spinner-three-bounce[data-spinner] > div {
2020
+ width: 18px;
2021
+ height: 18px;
2022
+ background-color: #FFF;
2023
+ border-radius: 100%;
2024
+ display: inline-block;
2025
+ animation: bouncedelay 1.4s infinite ease-in-out;
2026
+ /* Prevent first frame from flickering when animation starts */
2027
+ animation-fill-mode: both;
2023
2028
  }
2024
- .scrub-thumbnails .backdrop {
2025
- position: absolute;
2026
- left: 0;
2027
- bottom: 0;
2028
- right: 0;
2029
- background-color: #000;
2030
- overflow: hidden;
2029
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
2030
+ animation-delay: -0.32s;
2031
2031
  }
2032
- .scrub-thumbnails .backdrop .carousel {
2033
- position: absolute;
2034
- top: 0;
2035
- left: 0;
2036
- height: 100%;
2037
- white-space: nowrap;
2032
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
2033
+ animation-delay: -0.16s;
2038
2034
  }
2039
- .scrub-thumbnails .backdrop .carousel img {
2040
- width: auto;
2035
+
2036
+ @keyframes bouncedelay {
2037
+ 0%, 80%, 100% {
2038
+ transform: scale(0);
2039
+ }
2040
+ 40% {
2041
+ transform: scale(1);
2042
+ }
2041
2043
  }.player-logo[data-logo] {
2042
2044
  position: absolute;
2043
2045
  z-index: 2;