@gcorevideo/player 2.22.2 → 2.22.3
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/assets/media-control/container.scss +1 -1
- package/assets/spinner-three-bounce/spinner.scss +1 -1
- package/dist/core.js +1 -1
- package/dist/index.css +1444 -1444
- package/dist/index.js +3 -2
- package/dist/player.d.ts +6 -3
- package/dist/plugins/index.css +489 -489
- package/dist/plugins/index.js +3 -2
- package/docs/api/player.md +1 -1
- package/docs/api/player.sourcecontroller.md +1 -1
- package/docs/api/player.spinnerthreebounce.md +1 -1
- package/lib/index.plugins.d.ts +1 -0
- package/lib/index.plugins.d.ts.map +1 -1
- package/lib/index.plugins.js +1 -0
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +1 -0
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +1 -0
- package/package.json +1 -1
- package/src/index.plugins.ts +1 -0
- package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +1 -0
- package/temp/player.api.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/assets/bottom-gear/bottomgear copy.ejs +0 -10
package/dist/plugins/index.css
CHANGED
|
@@ -122,6 +122,99 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
+
}.dvr-controls[data-dvr] {
|
|
126
|
+
display: inline-block;
|
|
127
|
+
color: var(--player-dvr-color);
|
|
128
|
+
line-height: 32px;
|
|
129
|
+
font-size: 10px;
|
|
130
|
+
font-weight: bold;
|
|
131
|
+
margin-left: 6px;
|
|
132
|
+
height: 40px;
|
|
133
|
+
line-height: 40px;
|
|
134
|
+
margin-left: 0;
|
|
135
|
+
}
|
|
136
|
+
.dvr-controls[data-dvr] .live-info {
|
|
137
|
+
cursor: default;
|
|
138
|
+
text-transform: uppercase;
|
|
139
|
+
}
|
|
140
|
+
.dvr-controls[data-dvr] .live-info:before {
|
|
141
|
+
content: "";
|
|
142
|
+
display: inline-block;
|
|
143
|
+
position: relative;
|
|
144
|
+
width: 7px;
|
|
145
|
+
height: 7px;
|
|
146
|
+
border-radius: 3.5px;
|
|
147
|
+
margin-right: 3.5px;
|
|
148
|
+
background-color: var(--player-live-color);
|
|
149
|
+
}
|
|
150
|
+
.dvr-controls[data-dvr] .live-info.disabled {
|
|
151
|
+
opacity: 0.3;
|
|
152
|
+
}
|
|
153
|
+
.dvr-controls[data-dvr] .live-info.disabled:before {
|
|
154
|
+
background-color: var(--player-dvr-color);
|
|
155
|
+
}
|
|
156
|
+
.dvr-controls[data-dvr] .live-button {
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
outline: none;
|
|
159
|
+
display: none;
|
|
160
|
+
border: 0;
|
|
161
|
+
color: var(--player-dvr-color);
|
|
162
|
+
background-color: transparent;
|
|
163
|
+
height: 32px;
|
|
164
|
+
padding: 0;
|
|
165
|
+
opacity: 0.7;
|
|
166
|
+
text-transform: uppercase;
|
|
167
|
+
transition: all 0.1s ease;
|
|
168
|
+
}
|
|
169
|
+
.dvr-controls[data-dvr] .live-button:before {
|
|
170
|
+
content: "";
|
|
171
|
+
display: inline-block;
|
|
172
|
+
position: relative;
|
|
173
|
+
width: 7px;
|
|
174
|
+
height: 7px;
|
|
175
|
+
border-radius: 3.5px;
|
|
176
|
+
margin-right: 3.5px;
|
|
177
|
+
background-color: var(--player-dvr-color);
|
|
178
|
+
}
|
|
179
|
+
.dvr-controls[data-dvr] .live-button:hover {
|
|
180
|
+
opacity: 1;
|
|
181
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
182
|
+
}
|
|
183
|
+
.dvr-controls[data-dvr] .live-info {
|
|
184
|
+
font-size: 14px;
|
|
185
|
+
letter-spacing: 0.8px;
|
|
186
|
+
font-weight: 500;
|
|
187
|
+
color: #fffffe;
|
|
188
|
+
margin-left: 21px;
|
|
189
|
+
}
|
|
190
|
+
.dvr-controls[data-dvr] .live-info::before {
|
|
191
|
+
width: 10px;
|
|
192
|
+
height: 10px;
|
|
193
|
+
border-radius: 50%;
|
|
194
|
+
margin-right: 8px;
|
|
195
|
+
background-color: #ed4f4a;
|
|
196
|
+
}
|
|
197
|
+
.dvr-controls[data-dvr] .live-button {
|
|
198
|
+
height: 40px;
|
|
199
|
+
opacity: 1;
|
|
200
|
+
font-size: 14px;
|
|
201
|
+
letter-spacing: 0.8px;
|
|
202
|
+
font-weight: 500;
|
|
203
|
+
margin-left: 20px;
|
|
204
|
+
}
|
|
205
|
+
.dvr-controls[data-dvr] .live-button::before {
|
|
206
|
+
width: 10px;
|
|
207
|
+
height: 10px;
|
|
208
|
+
border-radius: 50%;
|
|
209
|
+
margin-right: 8px;
|
|
210
|
+
background-color: #cacaca;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.dvr .dvr-controls[data-dvr] .live-info {
|
|
214
|
+
display: none;
|
|
215
|
+
}
|
|
216
|
+
.dvr .dvr-controls[data-dvr] .live-button {
|
|
217
|
+
display: block;
|
|
125
218
|
}:root {
|
|
126
219
|
--primary-background-color: #000;
|
|
127
220
|
--secondary-background-color: #262626;
|
|
@@ -603,81 +696,6 @@
|
|
|
603
696
|
}
|
|
604
697
|
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
605
698
|
display: inline;
|
|
606
|
-
}.context-menu {
|
|
607
|
-
z-index: 999;
|
|
608
|
-
position: absolute;
|
|
609
|
-
top: 0;
|
|
610
|
-
left: 0;
|
|
611
|
-
text-align: center;
|
|
612
|
-
}
|
|
613
|
-
.context-menu .context-menu-list {
|
|
614
|
-
font-family: "Proxima Nova", sans-serif;
|
|
615
|
-
font-size: 12px;
|
|
616
|
-
line-height: 12px;
|
|
617
|
-
list-style-type: none;
|
|
618
|
-
text-align: left;
|
|
619
|
-
padding: 5px;
|
|
620
|
-
margin-left: auto;
|
|
621
|
-
margin-right: auto;
|
|
622
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
623
|
-
border: 1px solid #666;
|
|
624
|
-
border-radius: 4px;
|
|
625
|
-
}
|
|
626
|
-
.context-menu .context-menu-list .context-menu-list-item {
|
|
627
|
-
color: white;
|
|
628
|
-
padding: 5px;
|
|
629
|
-
cursor: pointer;
|
|
630
|
-
}.big-mute-icon-wrapper[data-big-mute] {
|
|
631
|
-
position: absolute;
|
|
632
|
-
z-index: 9998;
|
|
633
|
-
background-color: transparent;
|
|
634
|
-
display: flex;
|
|
635
|
-
justify-content: center;
|
|
636
|
-
width: 100%;
|
|
637
|
-
height: calc(100% - 50px);
|
|
638
|
-
margin: 0 auto;
|
|
639
|
-
opacity: 0.75;
|
|
640
|
-
transition: opacity 0.1s ease;
|
|
641
|
-
pointer-events: auto;
|
|
642
|
-
}
|
|
643
|
-
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
644
|
-
display: none;
|
|
645
|
-
}
|
|
646
|
-
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
647
|
-
cursor: pointer;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.big-mute-icon[data-big-mute-icon] {
|
|
651
|
-
display: flex;
|
|
652
|
-
align-items: center;
|
|
653
|
-
justify-content: center;
|
|
654
|
-
align-self: center;
|
|
655
|
-
width: 120px;
|
|
656
|
-
height: 120px;
|
|
657
|
-
border: 2px solid white;
|
|
658
|
-
border-radius: 50%;
|
|
659
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
660
|
-
filter: alpha(opacity=60);
|
|
661
|
-
opacity: 1;
|
|
662
|
-
box-shadow: 0 0 1px 0 white;
|
|
663
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
664
|
-
z-index: 10000;
|
|
665
|
-
}
|
|
666
|
-
.big-mute-icon[data-big-mute-icon] svg {
|
|
667
|
-
margin-left: 5px;
|
|
668
|
-
width: 80px;
|
|
669
|
-
height: 80px;
|
|
670
|
-
}
|
|
671
|
-
.big-mute-icon[data-big-mute-icon] svg path {
|
|
672
|
-
fill: #1f1e1e !important;
|
|
673
|
-
}
|
|
674
|
-
.big-mute-icon[data-big-mute-icon]:hover {
|
|
675
|
-
background: rgba(240, 243, 247, 0.8784313725);
|
|
676
|
-
}
|
|
677
|
-
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
678
|
-
fill: #151515 !important;
|
|
679
|
-
}.clips.bar-container[data-seekbar] {
|
|
680
|
-
clip-path: url("#myClip");
|
|
681
699
|
}*,
|
|
682
700
|
:focus,
|
|
683
701
|
:visited {
|
|
@@ -776,12 +794,6 @@
|
|
|
776
794
|
100% {
|
|
777
795
|
color: #B80000;
|
|
778
796
|
}
|
|
779
|
-
}.gear-option_hd-icon.disabled {
|
|
780
|
-
opacity: 0.5;
|
|
781
|
-
pointer-events: none;
|
|
782
|
-
}
|
|
783
|
-
.gear-option_hd-icon.hidden {
|
|
784
|
-
display: none;
|
|
785
797
|
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
786
798
|
color: #CCCACA;
|
|
787
799
|
position: absolute;
|
|
@@ -816,236 +828,80 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
816
828
|
cursor: pointer;
|
|
817
829
|
width: 30px;
|
|
818
830
|
margin: 15px auto 0;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
float: right;
|
|
825
|
-
margin-top: 4px;
|
|
826
|
-
position: relative;
|
|
827
|
-
margin-right: 20px;
|
|
828
|
-
width: 20px;
|
|
829
|
-
}
|
|
830
|
-
.multicamera[data-multicamera] button {
|
|
831
|
+
}.clips.bar-container[data-seekbar] {
|
|
832
|
+
clip-path: url("#myClip");
|
|
833
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
834
|
+
position: absolute;
|
|
835
|
+
z-index: 9998;
|
|
831
836
|
background-color: transparent;
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
height: 20px;
|
|
841
|
-
position: relative;
|
|
842
|
-
margin-top: 6px;
|
|
843
|
-
}
|
|
844
|
-
.multicamera[data-multicamera] button:hover {
|
|
845
|
-
color: #c9c9c9;
|
|
846
|
-
}
|
|
847
|
-
.multicamera[data-multicamera] button.changing {
|
|
848
|
-
animation: pulse 0.5s infinite alternate;
|
|
849
|
-
}
|
|
850
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
851
|
-
width: 9px;
|
|
852
|
-
height: 6px;
|
|
853
|
-
margin-top: 11px;
|
|
854
|
-
margin-left: 5px;
|
|
837
|
+
display: flex;
|
|
838
|
+
justify-content: center;
|
|
839
|
+
width: 100%;
|
|
840
|
+
height: calc(100% - 50px);
|
|
841
|
+
margin: 0 auto;
|
|
842
|
+
opacity: 0.75;
|
|
843
|
+
transition: opacity 0.1s ease;
|
|
844
|
+
pointer-events: auto;
|
|
855
845
|
}
|
|
856
|
-
.
|
|
857
|
-
padding: 6px 0;
|
|
858
|
-
right: -24px;
|
|
859
|
-
width: 245px;
|
|
860
|
-
list-style-type: none;
|
|
861
|
-
position: absolute;
|
|
862
|
-
bottom: 48px;
|
|
863
|
-
border-radius: 4px;
|
|
846
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
864
847
|
display: none;
|
|
865
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
866
|
-
}
|
|
867
|
-
.multicamera[data-multicamera] > ul::after {
|
|
868
|
-
content: "";
|
|
869
|
-
position: absolute;
|
|
870
|
-
top: 100%;
|
|
871
|
-
left: 85%;
|
|
872
|
-
margin-left: -10px;
|
|
873
|
-
width: 0;
|
|
874
|
-
height: 0;
|
|
875
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
876
|
-
border-right: 10px solid transparent;
|
|
877
|
-
border-left: 10px solid transparent;
|
|
878
848
|
}
|
|
879
|
-
.
|
|
880
|
-
font-size: 10px;
|
|
849
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
881
850
|
cursor: pointer;
|
|
882
851
|
}
|
|
883
|
-
|
|
852
|
+
|
|
853
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
884
854
|
display: flex;
|
|
885
|
-
|
|
855
|
+
align-items: center;
|
|
886
856
|
justify-content: center;
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
890
|
-
pointer-events: none;
|
|
891
|
-
}
|
|
892
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
893
|
-
opacity: 0.5;
|
|
894
|
-
}
|
|
895
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
896
|
-
opacity: 0.5;
|
|
897
|
-
}
|
|
898
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
899
|
-
background-color: rgba(0, 0, 0, 0);
|
|
900
|
-
}
|
|
901
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
902
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
903
|
-
}
|
|
904
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
905
|
-
width: 80px;
|
|
906
|
-
height: 60px;
|
|
907
|
-
}
|
|
908
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
909
|
-
width: 80px;
|
|
910
|
-
height: 60px;
|
|
911
|
-
}
|
|
912
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
913
|
-
width: 120px;
|
|
914
|
-
text-align: left;
|
|
915
|
-
margin-left: 15px;
|
|
916
|
-
}
|
|
917
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
857
|
+
align-self: center;
|
|
918
858
|
width: 120px;
|
|
919
|
-
height:
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
color: #fff;
|
|
929
|
-
text-overflow: ellipsis;
|
|
930
|
-
overflow: hidden;
|
|
931
|
-
}
|
|
932
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
933
|
-
opacity: 0.6;
|
|
934
|
-
}
|
|
935
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
936
|
-
background-color: #c3c2c2;
|
|
937
|
-
padding: 5px;
|
|
938
|
-
}
|
|
939
|
-
.multicamera[data-multicamera] li a {
|
|
940
|
-
color: #444;
|
|
941
|
-
padding: 2px 10px;
|
|
942
|
-
display: block;
|
|
943
|
-
text-decoration: none;
|
|
944
|
-
}
|
|
945
|
-
.multicamera[data-multicamera] li a:hover {
|
|
946
|
-
background-color: #555;
|
|
947
|
-
color: white;
|
|
948
|
-
}
|
|
949
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
950
|
-
color: white;
|
|
951
|
-
text-decoration: none;
|
|
952
|
-
}
|
|
953
|
-
.multicamera[data-multicamera] li.current a {
|
|
954
|
-
color: #f00;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
@keyframes pulse {
|
|
958
|
-
0% {
|
|
959
|
-
color: #fff;
|
|
960
|
-
}
|
|
961
|
-
50% {
|
|
962
|
-
color: #ff0101;
|
|
963
|
-
}
|
|
964
|
-
100% {
|
|
965
|
-
color: #B80000;
|
|
966
|
-
}
|
|
967
|
-
}.share_plugin[data-share] {
|
|
968
|
-
pointer-events: auto;
|
|
969
|
-
z-index: 5;
|
|
970
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
859
|
+
height: 120px;
|
|
860
|
+
border: 2px solid white;
|
|
861
|
+
border-radius: 50%;
|
|
862
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
863
|
+
filter: alpha(opacity=60);
|
|
864
|
+
opacity: 1;
|
|
865
|
+
box-shadow: 0 0 1px 0 white;
|
|
866
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
867
|
+
z-index: 10000;
|
|
971
868
|
}
|
|
972
|
-
.
|
|
973
|
-
|
|
869
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
870
|
+
margin-left: 5px;
|
|
871
|
+
width: 80px;
|
|
872
|
+
height: 80px;
|
|
974
873
|
}
|
|
975
|
-
.
|
|
976
|
-
|
|
977
|
-
width: 36px;
|
|
978
|
-
height: 36px;
|
|
979
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
980
|
-
border-radius: 4px;
|
|
981
|
-
position: absolute;
|
|
982
|
-
right: 10px;
|
|
983
|
-
top: 10px;
|
|
984
|
-
padding-top: 6px;
|
|
985
|
-
transition: all 0.3s ease-out;
|
|
874
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
875
|
+
fill: #1f1e1e !important;
|
|
986
876
|
}
|
|
987
|
-
.
|
|
988
|
-
background
|
|
989
|
-
border: 0;
|
|
990
|
-
margin: 0 6px;
|
|
991
|
-
padding: 0;
|
|
992
|
-
cursor: pointer;
|
|
993
|
-
display: inline-block;
|
|
994
|
-
width: 19px;
|
|
995
|
-
height: 20px;
|
|
877
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
878
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
996
879
|
}
|
|
997
|
-
.
|
|
998
|
-
|
|
880
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
881
|
+
fill: #151515 !important;
|
|
882
|
+
}.context-menu {
|
|
883
|
+
z-index: 999;
|
|
999
884
|
position: absolute;
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
transform: translate(-50%, -50%);
|
|
1004
|
-
left: 50%;
|
|
1005
|
-
/* margin-left: -140px; */
|
|
1006
|
-
top: calc(50% - 20px);
|
|
1007
|
-
/* margin-top: -170px; */
|
|
1008
|
-
}
|
|
1009
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
1010
|
-
text-align: left;
|
|
1011
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1012
|
-
}
|
|
1013
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1014
|
-
display: inline-block;
|
|
1015
|
-
font-size: 16px;
|
|
1016
|
-
margin: 5px;
|
|
1017
|
-
}
|
|
1018
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1019
|
-
display: inline-block;
|
|
1020
|
-
width: 24px;
|
|
1021
|
-
float: right;
|
|
1022
|
-
margin: 5px;
|
|
1023
|
-
cursor: pointer;
|
|
1024
|
-
}
|
|
1025
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
1026
|
-
margin-bottom: 8px;
|
|
885
|
+
top: 0;
|
|
886
|
+
left: 0;
|
|
887
|
+
text-align: center;
|
|
1027
888
|
}
|
|
1028
|
-
.
|
|
889
|
+
.context-menu .context-menu-list {
|
|
890
|
+
font-family: "Proxima Nova", sans-serif;
|
|
891
|
+
font-size: 12px;
|
|
892
|
+
line-height: 12px;
|
|
893
|
+
list-style-type: none;
|
|
1029
894
|
text-align: left;
|
|
1030
|
-
font-size: 14px;
|
|
1031
895
|
padding: 5px;
|
|
896
|
+
margin-left: auto;
|
|
897
|
+
margin-right: auto;
|
|
898
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
899
|
+
border: 1px solid #666;
|
|
900
|
+
border-radius: 4px;
|
|
1032
901
|
}
|
|
1033
|
-
.
|
|
1034
|
-
|
|
1035
|
-
text-overflow: ellipsis;
|
|
1036
|
-
color: #818181;
|
|
1037
|
-
border: solid 1px #d3d3d3;
|
|
1038
|
-
width: calc(100% - 10px);
|
|
902
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
903
|
+
color: white;
|
|
1039
904
|
padding: 5px;
|
|
1040
|
-
}
|
|
1041
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1042
|
-
max-height: 90px;
|
|
1043
|
-
resize: none;
|
|
1044
|
-
}
|
|
1045
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1046
|
-
width: 32px;
|
|
1047
|
-
display: inline-block;
|
|
1048
|
-
margin-right: 5px;
|
|
1049
905
|
cursor: pointer;
|
|
1050
906
|
}[data-player] {
|
|
1051
907
|
--bottom-panel: 40px;
|
|
@@ -1091,7 +947,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1091
947
|
width: 80px;
|
|
1092
948
|
height: 80px;
|
|
1093
949
|
}
|
|
1094
|
-
.container .spinner-three-bounce > div {
|
|
950
|
+
.container .spinner-three-bounce[data-spinner] > div {
|
|
1095
951
|
background-color: #ff5700;
|
|
1096
952
|
}
|
|
1097
953
|
|
|
@@ -1684,153 +1540,169 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1684
1540
|
}
|
|
1685
1541
|
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1686
1542
|
display: none !important;
|
|
1687
|
-
}.
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
height: 20px;
|
|
1691
|
-
line-height: 20px;
|
|
1692
|
-
font-size: 0;
|
|
1693
|
-
left: -100%;
|
|
1694
|
-
bottom: 55px;
|
|
1695
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1696
|
-
z-index: 9999;
|
|
1697
|
-
transition: opacity 0.1s ease;
|
|
1698
|
-
}
|
|
1699
|
-
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1700
|
-
opacity: 0;
|
|
1701
|
-
}
|
|
1702
|
-
.seek-time[data-seek-time] [data-seek-time] {
|
|
1703
|
-
display: inline-block;
|
|
1704
|
-
color: white;
|
|
1705
|
-
font-size: 10px;
|
|
1706
|
-
padding-left: 7px;
|
|
1707
|
-
padding-right: 7px;
|
|
1708
|
-
vertical-align: top;
|
|
1543
|
+
}.media-control-pip {
|
|
1544
|
+
order: 95;
|
|
1545
|
+
display: flex;
|
|
1709
1546
|
}
|
|
1710
|
-
.
|
|
1711
|
-
|
|
1712
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1713
|
-
font-size: 10px;
|
|
1714
|
-
padding-right: 7px;
|
|
1715
|
-
vertical-align: top;
|
|
1547
|
+
.media-control-pip button {
|
|
1548
|
+
height: 20px;
|
|
1716
1549
|
}
|
|
1717
|
-
.
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
height: 0;
|
|
1550
|
+
.media-control-pip button svg {
|
|
1551
|
+
height: 20px;
|
|
1552
|
+
}*, :focus, :visited {
|
|
1553
|
+
outline: none !important;
|
|
1722
1554
|
}
|
|
1723
1555
|
|
|
1724
|
-
.
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1556
|
+
.multicamera[data-multicamera] {
|
|
1557
|
+
float: right;
|
|
1558
|
+
margin-top: 4px;
|
|
1559
|
+
position: relative;
|
|
1560
|
+
margin-right: 20px;
|
|
1561
|
+
width: 20px;
|
|
1562
|
+
}
|
|
1563
|
+
.multicamera[data-multicamera] button {
|
|
1729
1564
|
background-color: transparent;
|
|
1565
|
+
color: #fff;
|
|
1730
1566
|
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1567
|
+
-webkit-font-smoothing: antialiased;
|
|
1568
|
+
border: none;
|
|
1569
|
+
font-size: 14px;
|
|
1570
|
+
padding: 0;
|
|
1731
1571
|
}
|
|
1732
|
-
.
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
justify-content: space-between;
|
|
1572
|
+
.multicamera[data-multicamera] button svg {
|
|
1573
|
+
height: 20px;
|
|
1574
|
+
position: relative;
|
|
1575
|
+
margin-top: 6px;
|
|
1737
1576
|
}
|
|
1738
|
-
.
|
|
1739
|
-
|
|
1740
|
-
height: 100%;
|
|
1741
|
-
}.dvr-controls[data-dvr] {
|
|
1742
|
-
display: inline-block;
|
|
1743
|
-
color: var(--player-dvr-color);
|
|
1744
|
-
line-height: 32px;
|
|
1745
|
-
font-size: 10px;
|
|
1746
|
-
font-weight: bold;
|
|
1747
|
-
margin-left: 6px;
|
|
1748
|
-
height: 40px;
|
|
1749
|
-
line-height: 40px;
|
|
1750
|
-
margin-left: 0;
|
|
1577
|
+
.multicamera[data-multicamera] button:hover {
|
|
1578
|
+
color: #c9c9c9;
|
|
1751
1579
|
}
|
|
1752
|
-
.
|
|
1753
|
-
|
|
1754
|
-
text-transform: uppercase;
|
|
1580
|
+
.multicamera[data-multicamera] button.changing {
|
|
1581
|
+
animation: pulse 0.5s infinite alternate;
|
|
1755
1582
|
}
|
|
1756
|
-
.
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
height: 7px;
|
|
1762
|
-
border-radius: 3.5px;
|
|
1763
|
-
margin-right: 3.5px;
|
|
1764
|
-
background-color: var(--player-live-color);
|
|
1583
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1584
|
+
width: 9px;
|
|
1585
|
+
height: 6px;
|
|
1586
|
+
margin-top: 11px;
|
|
1587
|
+
margin-left: 5px;
|
|
1765
1588
|
}
|
|
1766
|
-
.
|
|
1767
|
-
|
|
1589
|
+
.multicamera[data-multicamera] > ul {
|
|
1590
|
+
padding: 6px 0;
|
|
1591
|
+
right: -24px;
|
|
1592
|
+
width: 245px;
|
|
1593
|
+
list-style-type: none;
|
|
1594
|
+
position: absolute;
|
|
1595
|
+
bottom: 48px;
|
|
1596
|
+
border-radius: 4px;
|
|
1597
|
+
display: none;
|
|
1598
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1768
1599
|
}
|
|
1769
|
-
.
|
|
1770
|
-
|
|
1600
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1601
|
+
content: "";
|
|
1602
|
+
position: absolute;
|
|
1603
|
+
top: 100%;
|
|
1604
|
+
left: 85%;
|
|
1605
|
+
margin-left: -10px;
|
|
1606
|
+
width: 0;
|
|
1607
|
+
height: 0;
|
|
1608
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1609
|
+
border-right: 10px solid transparent;
|
|
1610
|
+
border-left: 10px solid transparent;
|
|
1771
1611
|
}
|
|
1772
|
-
.
|
|
1612
|
+
.multicamera[data-multicamera] li {
|
|
1613
|
+
font-size: 10px;
|
|
1773
1614
|
cursor: pointer;
|
|
1774
|
-
outline: none;
|
|
1775
|
-
display: none;
|
|
1776
|
-
border: 0;
|
|
1777
|
-
color: var(--player-dvr-color);
|
|
1778
|
-
background-color: transparent;
|
|
1779
|
-
height: 32px;
|
|
1780
|
-
padding: 0;
|
|
1781
|
-
opacity: 0.7;
|
|
1782
|
-
text-transform: uppercase;
|
|
1783
|
-
transition: all 0.1s ease;
|
|
1784
1615
|
}
|
|
1785
|
-
.
|
|
1786
|
-
|
|
1787
|
-
|
|
1616
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1617
|
+
display: flex;
|
|
1618
|
+
padding: 10px 0;
|
|
1619
|
+
justify-content: center;
|
|
1788
1620
|
position: relative;
|
|
1789
|
-
width: 7px;
|
|
1790
|
-
height: 7px;
|
|
1791
|
-
border-radius: 3.5px;
|
|
1792
|
-
margin-right: 3.5px;
|
|
1793
|
-
background-color: var(--player-dvr-color);
|
|
1794
1621
|
}
|
|
1795
|
-
.
|
|
1796
|
-
|
|
1797
|
-
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
1622
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1623
|
+
pointer-events: none;
|
|
1798
1624
|
}
|
|
1799
|
-
.
|
|
1800
|
-
|
|
1801
|
-
letter-spacing: 0.8px;
|
|
1802
|
-
font-weight: 500;
|
|
1803
|
-
color: #fffffe;
|
|
1804
|
-
margin-left: 21px;
|
|
1625
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1626
|
+
opacity: 0.5;
|
|
1805
1627
|
}
|
|
1806
|
-
.
|
|
1807
|
-
|
|
1808
|
-
height: 10px;
|
|
1809
|
-
border-radius: 50%;
|
|
1810
|
-
margin-right: 8px;
|
|
1811
|
-
background-color: #ed4f4a;
|
|
1628
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1629
|
+
opacity: 0.5;
|
|
1812
1630
|
}
|
|
1813
|
-
.
|
|
1814
|
-
|
|
1815
|
-
|
|
1631
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1632
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1633
|
+
}
|
|
1634
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1635
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1636
|
+
}
|
|
1637
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1638
|
+
width: 80px;
|
|
1639
|
+
height: 60px;
|
|
1640
|
+
}
|
|
1641
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1642
|
+
width: 80px;
|
|
1643
|
+
height: 60px;
|
|
1644
|
+
}
|
|
1645
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1646
|
+
width: 120px;
|
|
1647
|
+
text-align: left;
|
|
1648
|
+
margin-left: 15px;
|
|
1649
|
+
}
|
|
1650
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1651
|
+
width: 120px;
|
|
1652
|
+
height: 20px;
|
|
1653
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1816
1654
|
font-size: 14px;
|
|
1817
|
-
|
|
1818
|
-
font-
|
|
1819
|
-
|
|
1655
|
+
font-weight: normal;
|
|
1656
|
+
font-style: normal;
|
|
1657
|
+
font-stretch: normal;
|
|
1658
|
+
line-height: 1.43;
|
|
1659
|
+
letter-spacing: normal;
|
|
1660
|
+
text-align: left;
|
|
1661
|
+
color: #fff;
|
|
1662
|
+
text-overflow: ellipsis;
|
|
1663
|
+
overflow: hidden;
|
|
1820
1664
|
}
|
|
1821
|
-
.
|
|
1822
|
-
|
|
1823
|
-
height: 10px;
|
|
1824
|
-
border-radius: 50%;
|
|
1825
|
-
margin-right: 8px;
|
|
1826
|
-
background-color: #cacaca;
|
|
1665
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1666
|
+
opacity: 0.6;
|
|
1827
1667
|
}
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1668
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
1669
|
+
background-color: #c3c2c2;
|
|
1670
|
+
padding: 5px;
|
|
1831
1671
|
}
|
|
1832
|
-
.
|
|
1672
|
+
.multicamera[data-multicamera] li a {
|
|
1673
|
+
color: #444;
|
|
1674
|
+
padding: 2px 10px;
|
|
1833
1675
|
display: block;
|
|
1676
|
+
text-decoration: none;
|
|
1677
|
+
}
|
|
1678
|
+
.multicamera[data-multicamera] li a:hover {
|
|
1679
|
+
background-color: #555;
|
|
1680
|
+
color: white;
|
|
1681
|
+
}
|
|
1682
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
1683
|
+
color: white;
|
|
1684
|
+
text-decoration: none;
|
|
1685
|
+
}
|
|
1686
|
+
.multicamera[data-multicamera] li.current a {
|
|
1687
|
+
color: #f00;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
@keyframes pulse {
|
|
1691
|
+
0% {
|
|
1692
|
+
color: #fff;
|
|
1693
|
+
}
|
|
1694
|
+
50% {
|
|
1695
|
+
color: #ff0101;
|
|
1696
|
+
}
|
|
1697
|
+
100% {
|
|
1698
|
+
color: #B80000;
|
|
1699
|
+
}
|
|
1700
|
+
}.gear-option_hd-icon.disabled {
|
|
1701
|
+
opacity: 0.5;
|
|
1702
|
+
pointer-events: none;
|
|
1703
|
+
}
|
|
1704
|
+
.gear-option_hd-icon.hidden {
|
|
1705
|
+
display: none;
|
|
1834
1706
|
}.player-poster[data-poster] {
|
|
1835
1707
|
display: flex;
|
|
1836
1708
|
justify-content: center;
|
|
@@ -1865,7 +1737,123 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1865
1737
|
}
|
|
1866
1738
|
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1867
1739
|
fill: #fff;
|
|
1868
|
-
}.
|
|
1740
|
+
}.share_plugin[data-share] {
|
|
1741
|
+
pointer-events: auto;
|
|
1742
|
+
z-index: 5;
|
|
1743
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1744
|
+
}
|
|
1745
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1746
|
+
right: -50px;
|
|
1747
|
+
}
|
|
1748
|
+
.share_plugin[data-share] .share-button-container {
|
|
1749
|
+
cursor: pointer;
|
|
1750
|
+
width: 36px;
|
|
1751
|
+
height: 36px;
|
|
1752
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1753
|
+
border-radius: 4px;
|
|
1754
|
+
position: absolute;
|
|
1755
|
+
right: 10px;
|
|
1756
|
+
top: 10px;
|
|
1757
|
+
padding-top: 6px;
|
|
1758
|
+
transition: all 0.3s ease-out;
|
|
1759
|
+
}
|
|
1760
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1761
|
+
background-color: transparent;
|
|
1762
|
+
border: 0;
|
|
1763
|
+
margin: 0 6px;
|
|
1764
|
+
padding: 0;
|
|
1765
|
+
cursor: pointer;
|
|
1766
|
+
display: inline-block;
|
|
1767
|
+
width: 19px;
|
|
1768
|
+
height: 20px;
|
|
1769
|
+
}
|
|
1770
|
+
.share_plugin[data-share] .share-container {
|
|
1771
|
+
pointer-events: auto;
|
|
1772
|
+
position: absolute;
|
|
1773
|
+
width: 280px;
|
|
1774
|
+
background-color: white;
|
|
1775
|
+
transform: translate(0, 50%);
|
|
1776
|
+
transform: translate(-50%, -50%);
|
|
1777
|
+
left: 50%;
|
|
1778
|
+
/* margin-left: -140px; */
|
|
1779
|
+
top: calc(50% - 20px);
|
|
1780
|
+
/* margin-top: -170px; */
|
|
1781
|
+
}
|
|
1782
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1783
|
+
text-align: left;
|
|
1784
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1785
|
+
}
|
|
1786
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1787
|
+
display: inline-block;
|
|
1788
|
+
font-size: 16px;
|
|
1789
|
+
margin: 5px;
|
|
1790
|
+
}
|
|
1791
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1792
|
+
display: inline-block;
|
|
1793
|
+
width: 24px;
|
|
1794
|
+
float: right;
|
|
1795
|
+
margin: 5px;
|
|
1796
|
+
cursor: pointer;
|
|
1797
|
+
}
|
|
1798
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1799
|
+
margin-bottom: 8px;
|
|
1800
|
+
}
|
|
1801
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1802
|
+
text-align: left;
|
|
1803
|
+
font-size: 14px;
|
|
1804
|
+
padding: 5px;
|
|
1805
|
+
}
|
|
1806
|
+
.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 {
|
|
1807
|
+
overflow: hidden;
|
|
1808
|
+
text-overflow: ellipsis;
|
|
1809
|
+
color: #818181;
|
|
1810
|
+
border: solid 1px #d3d3d3;
|
|
1811
|
+
width: calc(100% - 10px);
|
|
1812
|
+
padding: 5px;
|
|
1813
|
+
}
|
|
1814
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1815
|
+
max-height: 90px;
|
|
1816
|
+
resize: none;
|
|
1817
|
+
}
|
|
1818
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1819
|
+
width: 32px;
|
|
1820
|
+
display: inline-block;
|
|
1821
|
+
margin-right: 5px;
|
|
1822
|
+
cursor: pointer;
|
|
1823
|
+
}.seek-time[data-seek-time] {
|
|
1824
|
+
position: absolute;
|
|
1825
|
+
white-space: nowrap;
|
|
1826
|
+
height: 20px;
|
|
1827
|
+
line-height: 20px;
|
|
1828
|
+
font-size: 0;
|
|
1829
|
+
left: -100%;
|
|
1830
|
+
bottom: 55px;
|
|
1831
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1832
|
+
z-index: 9999;
|
|
1833
|
+
transition: opacity 0.1s ease;
|
|
1834
|
+
}
|
|
1835
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1836
|
+
opacity: 0;
|
|
1837
|
+
}
|
|
1838
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1839
|
+
display: inline-block;
|
|
1840
|
+
color: white;
|
|
1841
|
+
font-size: 10px;
|
|
1842
|
+
padding-left: 7px;
|
|
1843
|
+
padding-right: 7px;
|
|
1844
|
+
vertical-align: top;
|
|
1845
|
+
}
|
|
1846
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1847
|
+
display: inline-block;
|
|
1848
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1849
|
+
font-size: 10px;
|
|
1850
|
+
padding-right: 7px;
|
|
1851
|
+
vertical-align: top;
|
|
1852
|
+
}
|
|
1853
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1854
|
+
content: "|";
|
|
1855
|
+
margin-right: 7px;
|
|
1856
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1869
1857
|
position: absolute;
|
|
1870
1858
|
width: 70px;
|
|
1871
1859
|
text-align: center;
|
|
@@ -1879,7 +1867,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1879
1867
|
top: 50%;
|
|
1880
1868
|
transform: translateY(-50%);
|
|
1881
1869
|
}
|
|
1882
|
-
.spinner-three-bounce > div {
|
|
1870
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1883
1871
|
width: 18px;
|
|
1884
1872
|
height: 18px;
|
|
1885
1873
|
background-color: #FFF;
|
|
@@ -1889,10 +1877,10 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1889
1877
|
/* Prevent first frame from flickering when animation starts */
|
|
1890
1878
|
animation-fill-mode: both;
|
|
1891
1879
|
}
|
|
1892
|
-
.spinner-three-bounce [data-bounce1] {
|
|
1880
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1893
1881
|
animation-delay: -0.32s;
|
|
1894
1882
|
}
|
|
1895
|
-
.spinner-three-bounce [data-bounce2] {
|
|
1883
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1896
1884
|
animation-delay: -0.16s;
|
|
1897
1885
|
}
|
|
1898
1886
|
|
|
@@ -1903,6 +1891,88 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1903
1891
|
40% {
|
|
1904
1892
|
transform: scale(1);
|
|
1905
1893
|
}
|
|
1894
|
+
}.scrub-thumbnails {
|
|
1895
|
+
position: absolute;
|
|
1896
|
+
bottom: 52px;
|
|
1897
|
+
width: 100%;
|
|
1898
|
+
transition: opacity 0.3s ease;
|
|
1899
|
+
}
|
|
1900
|
+
.scrub-thumbnails.hidden {
|
|
1901
|
+
opacity: 0;
|
|
1902
|
+
}
|
|
1903
|
+
.scrub-thumbnails .thumbnail-container {
|
|
1904
|
+
display: inline-block;
|
|
1905
|
+
position: relative;
|
|
1906
|
+
overflow: hidden;
|
|
1907
|
+
background-color: #000;
|
|
1908
|
+
}
|
|
1909
|
+
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
1910
|
+
position: absolute;
|
|
1911
|
+
width: auto;
|
|
1912
|
+
}
|
|
1913
|
+
.scrub-thumbnails .thumbnails-text {
|
|
1914
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1915
|
+
border-radius: 3px;
|
|
1916
|
+
white-space: nowrap;
|
|
1917
|
+
overflow: hidden;
|
|
1918
|
+
text-overflow: ellipsis;
|
|
1919
|
+
color: white;
|
|
1920
|
+
position: absolute;
|
|
1921
|
+
bottom: 23px;
|
|
1922
|
+
width: 100px;
|
|
1923
|
+
}
|
|
1924
|
+
.scrub-thumbnails .spotlight {
|
|
1925
|
+
background-color: #4a4a4a;
|
|
1926
|
+
overflow: hidden;
|
|
1927
|
+
position: absolute;
|
|
1928
|
+
bottom: 0;
|
|
1929
|
+
left: 0;
|
|
1930
|
+
border-color: #4a4a4a;
|
|
1931
|
+
border-style: solid;
|
|
1932
|
+
border-width: 3px;
|
|
1933
|
+
border-radius: 3px;
|
|
1934
|
+
}
|
|
1935
|
+
.scrub-thumbnails .spotlight img {
|
|
1936
|
+
width: auto;
|
|
1937
|
+
}
|
|
1938
|
+
.scrub-thumbnails .backdrop {
|
|
1939
|
+
position: absolute;
|
|
1940
|
+
left: 0;
|
|
1941
|
+
bottom: 0;
|
|
1942
|
+
right: 0;
|
|
1943
|
+
background-color: #000;
|
|
1944
|
+
overflow: hidden;
|
|
1945
|
+
}
|
|
1946
|
+
.scrub-thumbnails .backdrop .carousel {
|
|
1947
|
+
position: absolute;
|
|
1948
|
+
top: 0;
|
|
1949
|
+
left: 0;
|
|
1950
|
+
height: 100%;
|
|
1951
|
+
white-space: nowrap;
|
|
1952
|
+
}
|
|
1953
|
+
.scrub-thumbnails .backdrop .carousel img {
|
|
1954
|
+
width: auto;
|
|
1955
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1956
|
+
height: 0;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.skip_time_plugin[data-skip-time] {
|
|
1960
|
+
position: absolute;
|
|
1961
|
+
width: 100%;
|
|
1962
|
+
height: calc(100% - 50px);
|
|
1963
|
+
z-index: 9998;
|
|
1964
|
+
background-color: transparent;
|
|
1965
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1966
|
+
}
|
|
1967
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1968
|
+
width: 100%;
|
|
1969
|
+
height: 100%;
|
|
1970
|
+
display: flex;
|
|
1971
|
+
justify-content: space-between;
|
|
1972
|
+
}
|
|
1973
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1974
|
+
width: 33.3%;
|
|
1975
|
+
height: 100%;
|
|
1906
1976
|
}*,
|
|
1907
1977
|
:focus,
|
|
1908
1978
|
:visited {
|
|
@@ -1977,76 +2047,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1977
2047
|
.ios-fullscreen::cue {
|
|
1978
2048
|
visibility: visible !important;
|
|
1979
2049
|
font-size: 1em !important;
|
|
1980
|
-
}.media-control-pip {
|
|
1981
|
-
order: 95;
|
|
1982
|
-
display: flex;
|
|
1983
|
-
}
|
|
1984
|
-
.media-control-pip button {
|
|
1985
|
-
height: 20px;
|
|
1986
|
-
}
|
|
1987
|
-
.media-control-pip button svg {
|
|
1988
|
-
height: 20px;
|
|
1989
|
-
}.scrub-thumbnails {
|
|
1990
|
-
position: absolute;
|
|
1991
|
-
bottom: 52px;
|
|
1992
|
-
width: 100%;
|
|
1993
|
-
transition: opacity 0.3s ease;
|
|
1994
|
-
}
|
|
1995
|
-
.scrub-thumbnails.hidden {
|
|
1996
|
-
opacity: 0;
|
|
1997
|
-
}
|
|
1998
|
-
.scrub-thumbnails .thumbnail-container {
|
|
1999
|
-
display: inline-block;
|
|
2000
|
-
position: relative;
|
|
2001
|
-
overflow: hidden;
|
|
2002
|
-
background-color: #000;
|
|
2003
|
-
}
|
|
2004
|
-
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
2005
|
-
position: absolute;
|
|
2006
|
-
width: auto;
|
|
2007
|
-
}
|
|
2008
|
-
.scrub-thumbnails .thumbnails-text {
|
|
2009
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
2010
|
-
border-radius: 3px;
|
|
2011
|
-
white-space: nowrap;
|
|
2012
|
-
overflow: hidden;
|
|
2013
|
-
text-overflow: ellipsis;
|
|
2014
|
-
color: white;
|
|
2015
|
-
position: absolute;
|
|
2016
|
-
bottom: 23px;
|
|
2017
|
-
width: 100px;
|
|
2018
|
-
}
|
|
2019
|
-
.scrub-thumbnails .spotlight {
|
|
2020
|
-
background-color: #4a4a4a;
|
|
2021
|
-
overflow: hidden;
|
|
2022
|
-
position: absolute;
|
|
2023
|
-
bottom: 0;
|
|
2024
|
-
left: 0;
|
|
2025
|
-
border-color: #4a4a4a;
|
|
2026
|
-
border-style: solid;
|
|
2027
|
-
border-width: 3px;
|
|
2028
|
-
border-radius: 3px;
|
|
2029
|
-
}
|
|
2030
|
-
.scrub-thumbnails .spotlight img {
|
|
2031
|
-
width: auto;
|
|
2032
|
-
}
|
|
2033
|
-
.scrub-thumbnails .backdrop {
|
|
2034
|
-
position: absolute;
|
|
2035
|
-
left: 0;
|
|
2036
|
-
bottom: 0;
|
|
2037
|
-
right: 0;
|
|
2038
|
-
background-color: #000;
|
|
2039
|
-
overflow: hidden;
|
|
2040
|
-
}
|
|
2041
|
-
.scrub-thumbnails .backdrop .carousel {
|
|
2042
|
-
position: absolute;
|
|
2043
|
-
top: 0;
|
|
2044
|
-
left: 0;
|
|
2045
|
-
height: 100%;
|
|
2046
|
-
white-space: nowrap;
|
|
2047
|
-
}
|
|
2048
|
-
.scrub-thumbnails .backdrop .carousel img {
|
|
2049
|
-
width: auto;
|
|
2050
2050
|
}.player-logo[data-logo] {
|
|
2051
2051
|
position: absolute;
|
|
2052
2052
|
z-index: 2;
|