@gcorevideo/player 2.28.11 → 2.28.12
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/core.js +1 -1
- package/dist/index.css +340 -340
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/vitest.config.ts +1 -0
package/dist/index.css
CHANGED
|
@@ -171,6 +171,51 @@
|
|
|
171
171
|
}
|
|
172
172
|
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
173
173
|
fill: #151515 !important;
|
|
174
|
+
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
175
|
+
order: 99;
|
|
176
|
+
}
|
|
177
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
|
|
178
|
+
position: absolute;
|
|
179
|
+
right: 16px;
|
|
180
|
+
bottom: 52px;
|
|
181
|
+
width: 250px;
|
|
182
|
+
min-height: 48px;
|
|
183
|
+
z-index: 9999;
|
|
184
|
+
border-radius: 4px;
|
|
185
|
+
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
186
|
+
}
|
|
187
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
|
|
188
|
+
padding: 8px 0;
|
|
189
|
+
}
|
|
190
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option {
|
|
191
|
+
margin: 0;
|
|
192
|
+
text-align: left;
|
|
193
|
+
line-height: 22px;
|
|
194
|
+
padding: 5px 14px;
|
|
195
|
+
width: 250px;
|
|
196
|
+
font-size: 12px;
|
|
197
|
+
display: flex;
|
|
198
|
+
align-items: center;
|
|
199
|
+
justify-content: flex-start;
|
|
200
|
+
gap: 8px;
|
|
201
|
+
}
|
|
202
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
|
|
203
|
+
flex: 24px 0 0;
|
|
204
|
+
height: 24px;
|
|
205
|
+
}
|
|
206
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
|
|
207
|
+
visibility: hidden;
|
|
208
|
+
display: inline-block;
|
|
209
|
+
}
|
|
210
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
|
|
211
|
+
flex: 0 1 100%;
|
|
212
|
+
}
|
|
213
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
|
|
214
|
+
flex: 0 0 14px;
|
|
215
|
+
height: 24px;
|
|
216
|
+
}
|
|
217
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
218
|
+
flex: 1 0 auto;
|
|
174
219
|
}*, :focus, :visited {
|
|
175
220
|
outline: none !important;
|
|
176
221
|
}
|
|
@@ -229,51 +274,6 @@
|
|
|
229
274
|
}
|
|
230
275
|
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
231
276
|
display: inline;
|
|
232
|
-
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
233
|
-
order: 99;
|
|
234
|
-
}
|
|
235
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
|
|
236
|
-
position: absolute;
|
|
237
|
-
right: 16px;
|
|
238
|
-
bottom: 52px;
|
|
239
|
-
width: 250px;
|
|
240
|
-
min-height: 48px;
|
|
241
|
-
z-index: 9999;
|
|
242
|
-
border-radius: 4px;
|
|
243
|
-
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
244
|
-
}
|
|
245
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
|
|
246
|
-
padding: 8px 0;
|
|
247
|
-
}
|
|
248
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option {
|
|
249
|
-
margin: 0;
|
|
250
|
-
text-align: left;
|
|
251
|
-
line-height: 22px;
|
|
252
|
-
padding: 5px 14px;
|
|
253
|
-
width: 250px;
|
|
254
|
-
font-size: 12px;
|
|
255
|
-
display: flex;
|
|
256
|
-
align-items: center;
|
|
257
|
-
justify-content: flex-start;
|
|
258
|
-
gap: 8px;
|
|
259
|
-
}
|
|
260
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
|
|
261
|
-
flex: 24px 0 0;
|
|
262
|
-
height: 24px;
|
|
263
|
-
}
|
|
264
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
|
|
265
|
-
visibility: hidden;
|
|
266
|
-
display: inline-block;
|
|
267
|
-
}
|
|
268
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
|
|
269
|
-
flex: 0 1 100%;
|
|
270
|
-
}
|
|
271
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
|
|
272
|
-
flex: 0 0 14px;
|
|
273
|
-
height: 24px;
|
|
274
|
-
}
|
|
275
|
-
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
276
|
-
flex: 1 0 auto;
|
|
277
277
|
}:root {
|
|
278
278
|
--primary-background-color: #000;
|
|
279
279
|
--secondary-background-color: #262626;
|
|
@@ -697,40 +697,6 @@
|
|
|
697
697
|
.context-menu .context-menu-list-item_icon {
|
|
698
698
|
width: 20px;
|
|
699
699
|
height: 20px;
|
|
700
|
-
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
701
|
-
color: #CCCACA;
|
|
702
|
-
position: absolute;
|
|
703
|
-
top: 0;
|
|
704
|
-
height: 100%;
|
|
705
|
-
width: 100%;
|
|
706
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
707
|
-
z-index: 2000;
|
|
708
|
-
display: flex;
|
|
709
|
-
flex-direction: column;
|
|
710
|
-
justify-content: center;
|
|
711
|
-
}
|
|
712
|
-
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
713
|
-
font-size: 14px;
|
|
714
|
-
color: #CCCACA;
|
|
715
|
-
margin-top: 45px;
|
|
716
|
-
}
|
|
717
|
-
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
718
|
-
font-weight: bold;
|
|
719
|
-
line-height: 30px;
|
|
720
|
-
font-size: 18px;
|
|
721
|
-
}
|
|
722
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
723
|
-
width: 90%;
|
|
724
|
-
margin: 0 auto;
|
|
725
|
-
}
|
|
726
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
727
|
-
font-size: 13px;
|
|
728
|
-
margin-top: 15px;
|
|
729
|
-
}
|
|
730
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
731
|
-
cursor: pointer;
|
|
732
|
-
width: 30px;
|
|
733
|
-
margin: 15px auto 0;
|
|
734
700
|
}.dvr-controls {
|
|
735
701
|
--disabled-opacity: 0.3;
|
|
736
702
|
--circle-radius: 5px;
|
|
@@ -788,213 +754,70 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
788
754
|
.dvr-controls .live-button:hover {
|
|
789
755
|
opacity: 1;
|
|
790
756
|
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
791
|
-
}
|
|
792
|
-
:
|
|
793
|
-
:
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
width: 20px;
|
|
757
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
758
|
+
color: #CCCACA;
|
|
759
|
+
position: absolute;
|
|
760
|
+
top: 0;
|
|
761
|
+
height: 100%;
|
|
762
|
+
width: 100%;
|
|
763
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
764
|
+
z-index: 2000;
|
|
765
|
+
display: flex;
|
|
766
|
+
flex-direction: column;
|
|
767
|
+
justify-content: center;
|
|
803
768
|
}
|
|
804
|
-
.
|
|
805
|
-
background-color: transparent;
|
|
806
|
-
color: #fff;
|
|
807
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
808
|
-
-webkit-font-smoothing: antialiased;
|
|
809
|
-
border: none;
|
|
769
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
810
770
|
font-size: 14px;
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
.multicamera[data-multicamera] button svg {
|
|
814
|
-
height: 20px;
|
|
815
|
-
position: relative;
|
|
816
|
-
margin-top: 6px;
|
|
817
|
-
}
|
|
818
|
-
.multicamera[data-multicamera] button:hover {
|
|
819
|
-
color: #c9c9c9;
|
|
820
|
-
}
|
|
821
|
-
.multicamera[data-multicamera] button.changing {
|
|
822
|
-
animation: pulse 0.5s infinite alternate;
|
|
771
|
+
color: #CCCACA;
|
|
772
|
+
margin-top: 45px;
|
|
823
773
|
}
|
|
824
|
-
.
|
|
825
|
-
|
|
826
|
-
height:
|
|
827
|
-
|
|
828
|
-
margin-left: 5px;
|
|
774
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
775
|
+
font-weight: bold;
|
|
776
|
+
line-height: 30px;
|
|
777
|
+
font-size: 18px;
|
|
829
778
|
}
|
|
830
|
-
.
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
width: 245px;
|
|
834
|
-
list-style-type: none;
|
|
835
|
-
position: absolute;
|
|
836
|
-
bottom: 48px;
|
|
837
|
-
border-radius: 4px;
|
|
838
|
-
display: none;
|
|
839
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
779
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
780
|
+
width: 90%;
|
|
781
|
+
margin: 0 auto;
|
|
840
782
|
}
|
|
841
|
-
.
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
top: 100%;
|
|
845
|
-
left: 85%;
|
|
846
|
-
margin-left: -10px;
|
|
847
|
-
width: 0;
|
|
848
|
-
height: 0;
|
|
849
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
850
|
-
border-right: 10px solid transparent;
|
|
851
|
-
border-left: 10px solid transparent;
|
|
783
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
784
|
+
font-size: 13px;
|
|
785
|
+
margin-top: 15px;
|
|
852
786
|
}
|
|
853
|
-
.
|
|
854
|
-
font-size: 10px;
|
|
787
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
855
788
|
cursor: pointer;
|
|
789
|
+
width: 30px;
|
|
790
|
+
margin: 15px auto 0;
|
|
791
|
+
}[data-player] {
|
|
792
|
+
--bottom-panel: 40px;
|
|
856
793
|
}
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
justify-content: center;
|
|
861
|
-
position: relative;
|
|
862
|
-
}
|
|
863
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
864
|
-
pointer-events: none;
|
|
865
|
-
}
|
|
866
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
867
|
-
opacity: 0.5;
|
|
794
|
+
|
|
795
|
+
.container .media-control-notransition {
|
|
796
|
+
transition: none !important;
|
|
868
797
|
}
|
|
869
|
-
.
|
|
870
|
-
opacity:
|
|
798
|
+
.container .player-poster .play-wrapper {
|
|
799
|
+
opacity: 1;
|
|
871
800
|
}
|
|
872
|
-
.
|
|
873
|
-
|
|
801
|
+
.container.crop-video [data-html5-video] {
|
|
802
|
+
object-fit: cover;
|
|
874
803
|
}
|
|
875
|
-
.
|
|
876
|
-
|
|
804
|
+
.container .player-poster .circle-poster {
|
|
805
|
+
top: 50%;
|
|
806
|
+
margin-top: -60px;
|
|
807
|
+
left: 50%;
|
|
808
|
+
margin-left: -60px;
|
|
809
|
+
position: absolute;
|
|
810
|
+
width: 120px;
|
|
811
|
+
height: 120px;
|
|
812
|
+
border: 2px solid white;
|
|
813
|
+
border-radius: 50%;
|
|
814
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
815
|
+
filter: alpha(opacity=60);
|
|
816
|
+
opacity: 1;
|
|
817
|
+
box-shadow: 0 0 1px 0 white;
|
|
877
818
|
}
|
|
878
|
-
.
|
|
879
|
-
|
|
880
|
-
height: 60px;
|
|
881
|
-
}
|
|
882
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
883
|
-
width: 80px;
|
|
884
|
-
height: 60px;
|
|
885
|
-
}
|
|
886
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
887
|
-
width: 120px;
|
|
888
|
-
text-align: left;
|
|
889
|
-
margin-left: 15px;
|
|
890
|
-
}
|
|
891
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
|
|
892
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
893
|
-
width: 120px;
|
|
894
|
-
height: 20px;
|
|
895
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
896
|
-
font-size: 14px;
|
|
897
|
-
font-weight: normal;
|
|
898
|
-
font-style: normal;
|
|
899
|
-
font-stretch: normal;
|
|
900
|
-
line-height: 1.43;
|
|
901
|
-
letter-spacing: normal;
|
|
902
|
-
text-align: left;
|
|
903
|
-
color: #fff;
|
|
904
|
-
text-overflow: ellipsis;
|
|
905
|
-
overflow: hidden;
|
|
906
|
-
}
|
|
907
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
908
|
-
opacity: 0.6;
|
|
909
|
-
}
|
|
910
|
-
.multicamera[data-multicamera] li a {
|
|
911
|
-
color: #444;
|
|
912
|
-
padding: 2px 10px;
|
|
913
|
-
display: block;
|
|
914
|
-
text-decoration: none;
|
|
915
|
-
}
|
|
916
|
-
.multicamera[data-multicamera] li a:hover {
|
|
917
|
-
background-color: #555;
|
|
918
|
-
color: white;
|
|
919
|
-
}
|
|
920
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
921
|
-
color: white;
|
|
922
|
-
text-decoration: none;
|
|
923
|
-
}
|
|
924
|
-
.multicamera[data-multicamera] li.current a {
|
|
925
|
-
color: #f00;
|
|
926
|
-
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
927
|
-
order: 95;
|
|
928
|
-
}
|
|
929
|
-
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
930
|
-
height: 20px;
|
|
931
|
-
}
|
|
932
|
-
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
933
|
-
height: 20px;
|
|
934
|
-
}.player-poster {
|
|
935
|
-
display: flex;
|
|
936
|
-
justify-content: center;
|
|
937
|
-
align-items: center;
|
|
938
|
-
position: absolute;
|
|
939
|
-
height: 100%;
|
|
940
|
-
width: 100%;
|
|
941
|
-
z-index: 998;
|
|
942
|
-
top: 0;
|
|
943
|
-
left: 0;
|
|
944
|
-
background-color: #000;
|
|
945
|
-
background-size: cover;
|
|
946
|
-
background-repeat: no-repeat;
|
|
947
|
-
background-position: 50% 50%;
|
|
948
|
-
}
|
|
949
|
-
.player-poster.clickable {
|
|
950
|
-
cursor: pointer;
|
|
951
|
-
}
|
|
952
|
-
.player-poster:hover .play-wrapper {
|
|
953
|
-
opacity: 1;
|
|
954
|
-
}
|
|
955
|
-
.player-poster .play-wrapper {
|
|
956
|
-
width: 100%;
|
|
957
|
-
height: 25%;
|
|
958
|
-
margin: 0 auto;
|
|
959
|
-
opacity: 0.75;
|
|
960
|
-
transition: opacity 0.1s ease;
|
|
961
|
-
}
|
|
962
|
-
.player-poster .play-wrapper svg {
|
|
963
|
-
height: 100%;
|
|
964
|
-
display: inline;
|
|
965
|
-
}
|
|
966
|
-
.player-poster .play-wrapper svg path {
|
|
967
|
-
fill: #fff;
|
|
968
|
-
}[data-player] {
|
|
969
|
-
--bottom-panel: 40px;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
.container .media-control-notransition {
|
|
973
|
-
transition: none !important;
|
|
974
|
-
}
|
|
975
|
-
.container .player-poster .play-wrapper {
|
|
976
|
-
opacity: 1;
|
|
977
|
-
}
|
|
978
|
-
.container.crop-video [data-html5-video] {
|
|
979
|
-
object-fit: cover;
|
|
980
|
-
}
|
|
981
|
-
.container .player-poster .circle-poster {
|
|
982
|
-
top: 50%;
|
|
983
|
-
margin-top: -60px;
|
|
984
|
-
left: 50%;
|
|
985
|
-
margin-left: -60px;
|
|
986
|
-
position: absolute;
|
|
987
|
-
width: 120px;
|
|
988
|
-
height: 120px;
|
|
989
|
-
border: 2px solid white;
|
|
990
|
-
border-radius: 50%;
|
|
991
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
992
|
-
filter: alpha(opacity=60);
|
|
993
|
-
opacity: 1;
|
|
994
|
-
box-shadow: 0 0 1px 0 white;
|
|
995
|
-
}
|
|
996
|
-
.container .player-poster .circle-poster svg {
|
|
997
|
-
margin-left: 5px;
|
|
819
|
+
.container .player-poster .circle-poster svg {
|
|
820
|
+
margin-left: 5px;
|
|
998
821
|
width: 80px;
|
|
999
822
|
}
|
|
1000
823
|
.container .spinner-three-bounce[data-spinner] > div {
|
|
@@ -1586,95 +1409,189 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1586
1409
|
100% {
|
|
1587
1410
|
color: #B80000;
|
|
1588
1411
|
}
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
}
|
|
1594
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1595
|
-
right: -50px;
|
|
1412
|
+
}*,
|
|
1413
|
+
:focus,
|
|
1414
|
+
:visited {
|
|
1415
|
+
outline: none !important;
|
|
1596
1416
|
}
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
right: 10px;
|
|
1605
|
-
top: 10px;
|
|
1606
|
-
padding-top: 6px;
|
|
1607
|
-
transition: all 0.3s ease-out;
|
|
1417
|
+
|
|
1418
|
+
.multicamera[data-multicamera] {
|
|
1419
|
+
float: right;
|
|
1420
|
+
margin-top: 4px;
|
|
1421
|
+
position: relative;
|
|
1422
|
+
margin-right: 20px;
|
|
1423
|
+
width: 20px;
|
|
1608
1424
|
}
|
|
1609
|
-
.
|
|
1425
|
+
.multicamera[data-multicamera] button {
|
|
1610
1426
|
background-color: transparent;
|
|
1611
|
-
|
|
1612
|
-
|
|
1427
|
+
color: #fff;
|
|
1428
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1429
|
+
-webkit-font-smoothing: antialiased;
|
|
1430
|
+
border: none;
|
|
1431
|
+
font-size: 14px;
|
|
1613
1432
|
padding: 0;
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
width: 19px;
|
|
1433
|
+
}
|
|
1434
|
+
.multicamera[data-multicamera] button svg {
|
|
1617
1435
|
height: 20px;
|
|
1436
|
+
position: relative;
|
|
1437
|
+
margin-top: 6px;
|
|
1618
1438
|
}
|
|
1619
|
-
.
|
|
1620
|
-
|
|
1621
|
-
position: absolute;
|
|
1622
|
-
width: 280px;
|
|
1623
|
-
background-color: white;
|
|
1624
|
-
transform: translate(0, 50%);
|
|
1625
|
-
transform: translate(-50%, -50%);
|
|
1626
|
-
left: 50%;
|
|
1627
|
-
/* margin-left: -140px; */
|
|
1628
|
-
top: calc(50% - 20px);
|
|
1629
|
-
/* margin-top: -170px; */
|
|
1439
|
+
.multicamera[data-multicamera] button:hover {
|
|
1440
|
+
color: #c9c9c9;
|
|
1630
1441
|
}
|
|
1631
|
-
.
|
|
1632
|
-
|
|
1633
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1442
|
+
.multicamera[data-multicamera] button.changing {
|
|
1443
|
+
animation: pulse 0.5s infinite alternate;
|
|
1634
1444
|
}
|
|
1635
|
-
.
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
margin:
|
|
1445
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1446
|
+
width: 9px;
|
|
1447
|
+
height: 6px;
|
|
1448
|
+
margin-top: 11px;
|
|
1449
|
+
margin-left: 5px;
|
|
1639
1450
|
}
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1451
|
+
.multicamera[data-multicamera] > ul {
|
|
1452
|
+
padding: 6px 0;
|
|
1453
|
+
right: -24px;
|
|
1454
|
+
width: 245px;
|
|
1455
|
+
list-style-type: none;
|
|
1456
|
+
position: absolute;
|
|
1457
|
+
bottom: 48px;
|
|
1458
|
+
border-radius: 4px;
|
|
1459
|
+
display: none;
|
|
1460
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1461
|
+
}
|
|
1462
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1463
|
+
content: "";
|
|
1464
|
+
position: absolute;
|
|
1465
|
+
top: 100%;
|
|
1466
|
+
left: 85%;
|
|
1467
|
+
margin-left: -10px;
|
|
1468
|
+
width: 0;
|
|
1469
|
+
height: 0;
|
|
1470
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1471
|
+
border-right: 10px solid transparent;
|
|
1472
|
+
border-left: 10px solid transparent;
|
|
1473
|
+
}
|
|
1474
|
+
.multicamera[data-multicamera] li {
|
|
1475
|
+
font-size: 10px;
|
|
1645
1476
|
cursor: pointer;
|
|
1646
1477
|
}
|
|
1647
|
-
.
|
|
1648
|
-
|
|
1478
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1479
|
+
display: flex;
|
|
1480
|
+
padding: 10px 0;
|
|
1481
|
+
justify-content: center;
|
|
1482
|
+
position: relative;
|
|
1649
1483
|
}
|
|
1650
|
-
.
|
|
1484
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1485
|
+
pointer-events: none;
|
|
1486
|
+
}
|
|
1487
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1488
|
+
opacity: 0.5;
|
|
1489
|
+
}
|
|
1490
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1491
|
+
opacity: 0.5;
|
|
1492
|
+
}
|
|
1493
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1494
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1495
|
+
}
|
|
1496
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1497
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1498
|
+
}
|
|
1499
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1500
|
+
width: 80px;
|
|
1501
|
+
height: 60px;
|
|
1502
|
+
}
|
|
1503
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1504
|
+
width: 80px;
|
|
1505
|
+
height: 60px;
|
|
1506
|
+
}
|
|
1507
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1508
|
+
width: 120px;
|
|
1651
1509
|
text-align: left;
|
|
1652
|
-
|
|
1653
|
-
padding: 5px;
|
|
1510
|
+
margin-left: 15px;
|
|
1654
1511
|
}
|
|
1655
|
-
.
|
|
1656
|
-
|
|
1512
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
|
|
1513
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1514
|
+
width: 120px;
|
|
1515
|
+
height: 20px;
|
|
1516
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1517
|
+
font-size: 14px;
|
|
1518
|
+
font-weight: normal;
|
|
1519
|
+
font-style: normal;
|
|
1520
|
+
font-stretch: normal;
|
|
1521
|
+
line-height: 1.43;
|
|
1522
|
+
letter-spacing: normal;
|
|
1523
|
+
text-align: left;
|
|
1524
|
+
color: #fff;
|
|
1657
1525
|
text-overflow: ellipsis;
|
|
1658
|
-
|
|
1659
|
-
border: solid 1px #d3d3d3;
|
|
1660
|
-
width: calc(100% - 10px);
|
|
1661
|
-
padding: 5px;
|
|
1526
|
+
overflow: hidden;
|
|
1662
1527
|
}
|
|
1663
|
-
.
|
|
1664
|
-
|
|
1665
|
-
resize: none;
|
|
1528
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1529
|
+
opacity: 0.6;
|
|
1666
1530
|
}
|
|
1667
|
-
.
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1531
|
+
.multicamera[data-multicamera] li a {
|
|
1532
|
+
color: #444;
|
|
1533
|
+
padding: 2px 10px;
|
|
1534
|
+
display: block;
|
|
1535
|
+
text-decoration: none;
|
|
1536
|
+
}
|
|
1537
|
+
.multicamera[data-multicamera] li a:hover {
|
|
1538
|
+
background-color: #555;
|
|
1539
|
+
color: white;
|
|
1540
|
+
}
|
|
1541
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
1542
|
+
color: white;
|
|
1543
|
+
text-decoration: none;
|
|
1544
|
+
}
|
|
1545
|
+
.multicamera[data-multicamera] li.current a {
|
|
1546
|
+
color: #f00;
|
|
1672
1547
|
}.quality-levels li.disabled {
|
|
1673
1548
|
opacity: 0.5;
|
|
1674
1549
|
pointer-events: none;
|
|
1675
1550
|
}
|
|
1676
1551
|
.quality-levels li.current {
|
|
1677
1552
|
background-color: #000;
|
|
1553
|
+
}.player-poster {
|
|
1554
|
+
display: flex;
|
|
1555
|
+
justify-content: center;
|
|
1556
|
+
align-items: center;
|
|
1557
|
+
position: absolute;
|
|
1558
|
+
height: 100%;
|
|
1559
|
+
width: 100%;
|
|
1560
|
+
z-index: 998;
|
|
1561
|
+
top: 0;
|
|
1562
|
+
left: 0;
|
|
1563
|
+
background-color: #000;
|
|
1564
|
+
background-size: cover;
|
|
1565
|
+
background-repeat: no-repeat;
|
|
1566
|
+
background-position: 50% 50%;
|
|
1567
|
+
}
|
|
1568
|
+
.player-poster.clickable {
|
|
1569
|
+
cursor: pointer;
|
|
1570
|
+
}
|
|
1571
|
+
.player-poster:hover .play-wrapper {
|
|
1572
|
+
opacity: 1;
|
|
1573
|
+
}
|
|
1574
|
+
.player-poster .play-wrapper {
|
|
1575
|
+
width: 100%;
|
|
1576
|
+
height: 25%;
|
|
1577
|
+
margin: 0 auto;
|
|
1578
|
+
opacity: 0.75;
|
|
1579
|
+
transition: opacity 0.1s ease;
|
|
1580
|
+
}
|
|
1581
|
+
.player-poster .play-wrapper svg {
|
|
1582
|
+
height: 100%;
|
|
1583
|
+
display: inline;
|
|
1584
|
+
}
|
|
1585
|
+
.player-poster .play-wrapper svg path {
|
|
1586
|
+
fill: #fff;
|
|
1587
|
+
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
1588
|
+
order: 95;
|
|
1589
|
+
}
|
|
1590
|
+
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
1591
|
+
height: 20px;
|
|
1592
|
+
}
|
|
1593
|
+
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
1594
|
+
height: 20px;
|
|
1678
1595
|
}.seek-time {
|
|
1679
1596
|
position: absolute;
|
|
1680
1597
|
white-space: nowrap;
|
|
@@ -1814,6 +1731,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1814
1731
|
background-color: rgba(0, 0, 0, 0.4);
|
|
1815
1732
|
color: white;
|
|
1816
1733
|
display: inline-block;
|
|
1734
|
+
}.share_plugin[data-share] {
|
|
1735
|
+
pointer-events: auto;
|
|
1736
|
+
z-index: 5;
|
|
1737
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1738
|
+
}
|
|
1739
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1740
|
+
right: -50px;
|
|
1741
|
+
}
|
|
1742
|
+
.share_plugin[data-share] .share-button-container {
|
|
1743
|
+
cursor: pointer;
|
|
1744
|
+
width: 36px;
|
|
1745
|
+
height: 36px;
|
|
1746
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1747
|
+
border-radius: 4px;
|
|
1748
|
+
position: absolute;
|
|
1749
|
+
right: 10px;
|
|
1750
|
+
top: 10px;
|
|
1751
|
+
padding-top: 6px;
|
|
1752
|
+
transition: all 0.3s ease-out;
|
|
1753
|
+
}
|
|
1754
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1755
|
+
background-color: transparent;
|
|
1756
|
+
border: 0;
|
|
1757
|
+
margin: 0 6px;
|
|
1758
|
+
padding: 0;
|
|
1759
|
+
cursor: pointer;
|
|
1760
|
+
display: inline-block;
|
|
1761
|
+
width: 19px;
|
|
1762
|
+
height: 20px;
|
|
1763
|
+
}
|
|
1764
|
+
.share_plugin[data-share] .share-container {
|
|
1765
|
+
pointer-events: auto;
|
|
1766
|
+
position: absolute;
|
|
1767
|
+
width: 280px;
|
|
1768
|
+
background-color: white;
|
|
1769
|
+
transform: translate(0, 50%);
|
|
1770
|
+
transform: translate(-50%, -50%);
|
|
1771
|
+
left: 50%;
|
|
1772
|
+
/* margin-left: -140px; */
|
|
1773
|
+
top: calc(50% - 20px);
|
|
1774
|
+
/* margin-top: -170px; */
|
|
1775
|
+
}
|
|
1776
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1777
|
+
text-align: left;
|
|
1778
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1779
|
+
}
|
|
1780
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1781
|
+
display: inline-block;
|
|
1782
|
+
font-size: 16px;
|
|
1783
|
+
margin: 5px;
|
|
1784
|
+
}
|
|
1785
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1786
|
+
display: inline-block;
|
|
1787
|
+
width: 24px;
|
|
1788
|
+
float: right;
|
|
1789
|
+
margin: 5px;
|
|
1790
|
+
cursor: pointer;
|
|
1791
|
+
}
|
|
1792
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1793
|
+
margin-bottom: 8px;
|
|
1794
|
+
}
|
|
1795
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1796
|
+
text-align: left;
|
|
1797
|
+
font-size: 14px;
|
|
1798
|
+
padding: 5px;
|
|
1799
|
+
}
|
|
1800
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1801
|
+
overflow: hidden;
|
|
1802
|
+
text-overflow: ellipsis;
|
|
1803
|
+
color: #818181;
|
|
1804
|
+
border: solid 1px #d3d3d3;
|
|
1805
|
+
width: calc(100% - 10px);
|
|
1806
|
+
padding: 5px;
|
|
1807
|
+
}
|
|
1808
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1809
|
+
max-height: 90px;
|
|
1810
|
+
resize: none;
|
|
1811
|
+
}
|
|
1812
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1813
|
+
width: 32px;
|
|
1814
|
+
display: inline-block;
|
|
1815
|
+
margin-right: 5px;
|
|
1816
|
+
cursor: pointer;
|
|
1817
1817
|
}.scrub-thumbnails {
|
|
1818
1818
|
position: absolute;
|
|
1819
1819
|
bottom: 52px;
|