@gcorevideo/player 2.20.21 → 2.20.22
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 +4 -2
- package/dist/index.css +658 -658
- package/dist/index.js +4 -2
- package/dist/plugins/index.css +574 -574
- package/dist/plugins/index.js +1 -1
- package/lib/playback/HTML5Video.d.ts.map +1 -1
- package/lib/playback/HTML5Video.js +4 -2
- package/package.json +1 -1
- package/src/playback/HTML5Video.ts +4 -2
- package/tsconfig.tsbuildinfo +1 -1
package/dist/plugins/index.css
CHANGED
|
@@ -234,6 +234,143 @@
|
|
|
234
234
|
}
|
|
235
235
|
.gear-wrapper svg {
|
|
236
236
|
height: 20px;
|
|
237
|
+
}*, :focus, :visited {
|
|
238
|
+
outline: none !important;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.audio_selector[data-track-selector] {
|
|
242
|
+
float: right;
|
|
243
|
+
margin-top: 4px;
|
|
244
|
+
position: relative;
|
|
245
|
+
width: 50px;
|
|
246
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
247
|
+
}
|
|
248
|
+
.audio_selector[data-track-selector] button {
|
|
249
|
+
background-color: transparent;
|
|
250
|
+
color: #fff;
|
|
251
|
+
-webkit-font-smoothing: antialiased;
|
|
252
|
+
border: none;
|
|
253
|
+
font-size: 14px;
|
|
254
|
+
cursor: pointer;
|
|
255
|
+
}
|
|
256
|
+
.audio_selector[data-track-selector] button .audio-text {
|
|
257
|
+
text-overflow: ellipsis;
|
|
258
|
+
overflow: hidden;
|
|
259
|
+
white-space: nowrap;
|
|
260
|
+
max-width: 100px;
|
|
261
|
+
background-color: transparent;
|
|
262
|
+
-webkit-font-smoothing: antialiased;
|
|
263
|
+
border: none;
|
|
264
|
+
font-size: 14px;
|
|
265
|
+
cursor: pointer;
|
|
266
|
+
padding-top: 5px;
|
|
267
|
+
}
|
|
268
|
+
.audio_selector[data-track-selector] button:hover {
|
|
269
|
+
color: #c9c9c9;
|
|
270
|
+
}
|
|
271
|
+
.audio_selector[data-track-selector] button.changing {
|
|
272
|
+
animation: pulse 0.5s infinite alternate;
|
|
273
|
+
}
|
|
274
|
+
.audio_selector[data-track-selector] button span.audio-arrow {
|
|
275
|
+
width: 9px;
|
|
276
|
+
height: 6px;
|
|
277
|
+
margin-top: 11px;
|
|
278
|
+
margin-left: 5px;
|
|
279
|
+
}
|
|
280
|
+
.audio_selector[data-track-selector] > ul {
|
|
281
|
+
max-width: 114px;
|
|
282
|
+
list-style-type: none;
|
|
283
|
+
position: absolute;
|
|
284
|
+
bottom: 25px;
|
|
285
|
+
border: 1px solid black;
|
|
286
|
+
display: none;
|
|
287
|
+
background-color: #e6e6e6;
|
|
288
|
+
}
|
|
289
|
+
.audio_selector[data-track-selector] li {
|
|
290
|
+
font-size: 10px;
|
|
291
|
+
}
|
|
292
|
+
.audio_selector[data-track-selector] li[data-title] {
|
|
293
|
+
background-color: #c3c2c2;
|
|
294
|
+
padding: 5px;
|
|
295
|
+
}
|
|
296
|
+
.audio_selector[data-track-selector] li a {
|
|
297
|
+
color: #444;
|
|
298
|
+
padding: 2px 10px;
|
|
299
|
+
display: block;
|
|
300
|
+
text-decoration: none;
|
|
301
|
+
text-overflow: ellipsis;
|
|
302
|
+
overflow: hidden;
|
|
303
|
+
white-space: nowrap;
|
|
304
|
+
}
|
|
305
|
+
.audio_selector[data-track-selector] li a:hover {
|
|
306
|
+
background-color: #555;
|
|
307
|
+
color: white;
|
|
308
|
+
}
|
|
309
|
+
.audio_selector[data-track-selector] li a:hover a {
|
|
310
|
+
color: white;
|
|
311
|
+
text-decoration: none;
|
|
312
|
+
}
|
|
313
|
+
.audio_selector[data-track-selector] li.current a {
|
|
314
|
+
color: #f00;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.audio_selector[data-track-selector] {
|
|
318
|
+
width: auto;
|
|
319
|
+
margin-top: 7px;
|
|
320
|
+
margin-right: 20px;
|
|
321
|
+
}
|
|
322
|
+
.audio_selector[data-track-selector] button[data-level-selector-button],
|
|
323
|
+
.audio_selector[data-track-selector] button[data-track-selector-button] {
|
|
324
|
+
display: flex;
|
|
325
|
+
justify-content: center;
|
|
326
|
+
padding: 0;
|
|
327
|
+
}
|
|
328
|
+
.audio_selector[data-track-selector] button[data-level-selector-button]:hover,
|
|
329
|
+
.audio_selector[data-track-selector] button[data-track-selector-button]:hover {
|
|
330
|
+
color: white;
|
|
331
|
+
}
|
|
332
|
+
.audio_selector[data-track-selector] ul {
|
|
333
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
334
|
+
border: none;
|
|
335
|
+
min-width: 60px;
|
|
336
|
+
transform: rotate(180deg);
|
|
337
|
+
border-radius: 4px;
|
|
338
|
+
bottom: 40px;
|
|
339
|
+
right: -2px;
|
|
340
|
+
}
|
|
341
|
+
.audio_selector[data-track-selector] ul li {
|
|
342
|
+
transform: rotate(-180deg);
|
|
343
|
+
font-size: 16px;
|
|
344
|
+
text-align: right;
|
|
345
|
+
height: 30px;
|
|
346
|
+
}
|
|
347
|
+
.audio_selector[data-track-selector] ul li a {
|
|
348
|
+
height: 30px;
|
|
349
|
+
padding: 5px 10px;
|
|
350
|
+
color: #fffffe;
|
|
351
|
+
}
|
|
352
|
+
.audio_selector[data-track-selector] ul li a:hover {
|
|
353
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
354
|
+
}
|
|
355
|
+
.audio_selector[data-track-selector] ul li:first-child a {
|
|
356
|
+
border-bottom-left-radius: 4px;
|
|
357
|
+
border-bottom-right-radius: 4px;
|
|
358
|
+
}
|
|
359
|
+
.audio_selector[data-track-selector] ul li:last-child a {
|
|
360
|
+
border-top-left-radius: 4px;
|
|
361
|
+
border-top-right-radius: 4px;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
@keyframes pulse {
|
|
365
|
+
0% {
|
|
366
|
+
color: #fff;
|
|
367
|
+
}
|
|
368
|
+
50% {
|
|
369
|
+
color: #ff0101;
|
|
370
|
+
}
|
|
371
|
+
100% {
|
|
372
|
+
color: #B80000;
|
|
373
|
+
}
|
|
237
374
|
}:root {
|
|
238
375
|
--primary-background-color: #000;
|
|
239
376
|
--secondary-background-color: #262626;
|
|
@@ -616,6 +753,69 @@
|
|
|
616
753
|
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
617
754
|
width: 25%;
|
|
618
755
|
}
|
|
756
|
+
}.clips.bar-container[data-seekbar] {
|
|
757
|
+
clip-path: url("#myClip");
|
|
758
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
759
|
+
color: #CCCACA;
|
|
760
|
+
position: absolute;
|
|
761
|
+
top: 0;
|
|
762
|
+
height: 100%;
|
|
763
|
+
width: 100%;
|
|
764
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
765
|
+
z-index: 2000;
|
|
766
|
+
display: flex;
|
|
767
|
+
flex-direction: column;
|
|
768
|
+
justify-content: center;
|
|
769
|
+
}
|
|
770
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
771
|
+
font-size: 14px;
|
|
772
|
+
color: #CCCACA;
|
|
773
|
+
margin-top: 45px;
|
|
774
|
+
}
|
|
775
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
776
|
+
font-weight: bold;
|
|
777
|
+
line-height: 30px;
|
|
778
|
+
font-size: 18px;
|
|
779
|
+
}
|
|
780
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
781
|
+
width: 90%;
|
|
782
|
+
margin: 0 auto;
|
|
783
|
+
}
|
|
784
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
785
|
+
font-size: 13px;
|
|
786
|
+
margin-top: 15px;
|
|
787
|
+
}
|
|
788
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
789
|
+
cursor: pointer;
|
|
790
|
+
width: 30px;
|
|
791
|
+
margin: 15px auto 0;
|
|
792
|
+
}.level-disabled {
|
|
793
|
+
opacity: 0.5;
|
|
794
|
+
pointer-events: none;
|
|
795
|
+
}.context-menu {
|
|
796
|
+
z-index: 999;
|
|
797
|
+
position: absolute;
|
|
798
|
+
top: 0;
|
|
799
|
+
left: 0;
|
|
800
|
+
text-align: center;
|
|
801
|
+
}
|
|
802
|
+
.context-menu .context-menu-list {
|
|
803
|
+
font-family: "Proxima Nova", sans-serif;
|
|
804
|
+
font-size: 12px;
|
|
805
|
+
line-height: 12px;
|
|
806
|
+
list-style-type: none;
|
|
807
|
+
text-align: left;
|
|
808
|
+
padding: 5px;
|
|
809
|
+
margin-left: auto;
|
|
810
|
+
margin-right: auto;
|
|
811
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
812
|
+
border: 1px solid #666;
|
|
813
|
+
border-radius: 4px;
|
|
814
|
+
}
|
|
815
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
816
|
+
color: white;
|
|
817
|
+
padding: 5px;
|
|
818
|
+
cursor: pointer;
|
|
619
819
|
}.dvr-controls[data-dvr-controls] {
|
|
620
820
|
display: inline-block;
|
|
621
821
|
float: left;
|
|
@@ -719,464 +919,89 @@
|
|
|
719
919
|
|
|
720
920
|
.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
721
921
|
background-color: #ff0101;
|
|
722
|
-
}.
|
|
723
|
-
z-index: 999;
|
|
922
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
724
923
|
position: absolute;
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
924
|
+
z-index: 9998;
|
|
925
|
+
background-color: transparent;
|
|
926
|
+
display: flex;
|
|
927
|
+
justify-content: center;
|
|
928
|
+
width: 100%;
|
|
929
|
+
height: calc(100% - 50px);
|
|
930
|
+
margin: 0 auto;
|
|
931
|
+
opacity: 0.75;
|
|
932
|
+
transition: opacity 0.1s ease;
|
|
933
|
+
pointer-events: auto;
|
|
728
934
|
}
|
|
729
|
-
.
|
|
730
|
-
|
|
731
|
-
font-size: 12px;
|
|
732
|
-
line-height: 12px;
|
|
733
|
-
list-style-type: none;
|
|
734
|
-
text-align: left;
|
|
735
|
-
padding: 5px;
|
|
736
|
-
margin-left: auto;
|
|
737
|
-
margin-right: auto;
|
|
738
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
739
|
-
border: 1px solid #666;
|
|
740
|
-
border-radius: 4px;
|
|
935
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
936
|
+
display: none;
|
|
741
937
|
}
|
|
742
|
-
.
|
|
743
|
-
color: white;
|
|
744
|
-
padding: 5px;
|
|
938
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
745
939
|
cursor: pointer;
|
|
746
|
-
}*, :focus, :visited {
|
|
747
|
-
outline: none !important;
|
|
748
940
|
}
|
|
749
941
|
|
|
750
|
-
.
|
|
751
|
-
float: right;
|
|
752
|
-
margin-top: 4px;
|
|
753
|
-
position: relative;
|
|
754
|
-
margin-right: 20px;
|
|
755
|
-
width: 20px;
|
|
756
|
-
}
|
|
757
|
-
.multicamera[data-multicamera] button {
|
|
758
|
-
background-color: transparent;
|
|
759
|
-
color: #fff;
|
|
760
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
761
|
-
-webkit-font-smoothing: antialiased;
|
|
762
|
-
border: none;
|
|
763
|
-
font-size: 14px;
|
|
764
|
-
padding: 0;
|
|
765
|
-
}
|
|
766
|
-
.multicamera[data-multicamera] button svg {
|
|
767
|
-
height: 20px;
|
|
768
|
-
position: relative;
|
|
769
|
-
margin-top: 6px;
|
|
770
|
-
}
|
|
771
|
-
.multicamera[data-multicamera] button:hover {
|
|
772
|
-
color: #c9c9c9;
|
|
773
|
-
}
|
|
774
|
-
.multicamera[data-multicamera] button.changing {
|
|
775
|
-
animation: pulse 0.5s infinite alternate;
|
|
776
|
-
}
|
|
777
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
778
|
-
width: 9px;
|
|
779
|
-
height: 6px;
|
|
780
|
-
margin-top: 11px;
|
|
781
|
-
margin-left: 5px;
|
|
782
|
-
}
|
|
783
|
-
.multicamera[data-multicamera] > ul {
|
|
784
|
-
padding: 6px 0;
|
|
785
|
-
right: -24px;
|
|
786
|
-
width: 245px;
|
|
787
|
-
list-style-type: none;
|
|
788
|
-
position: absolute;
|
|
789
|
-
bottom: 48px;
|
|
790
|
-
border-radius: 4px;
|
|
791
|
-
display: none;
|
|
792
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
793
|
-
}
|
|
794
|
-
.multicamera[data-multicamera] > ul::after {
|
|
795
|
-
content: "";
|
|
796
|
-
position: absolute;
|
|
797
|
-
top: 100%;
|
|
798
|
-
left: 85%;
|
|
799
|
-
margin-left: -10px;
|
|
800
|
-
width: 0;
|
|
801
|
-
height: 0;
|
|
802
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
803
|
-
border-right: 10px solid transparent;
|
|
804
|
-
border-left: 10px solid transparent;
|
|
805
|
-
}
|
|
806
|
-
.multicamera[data-multicamera] li {
|
|
807
|
-
font-size: 10px;
|
|
808
|
-
cursor: pointer;
|
|
809
|
-
}
|
|
810
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
942
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
811
943
|
display: flex;
|
|
812
|
-
|
|
944
|
+
align-items: center;
|
|
813
945
|
justify-content: center;
|
|
814
|
-
|
|
815
|
-
}
|
|
816
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
817
|
-
pointer-events: none;
|
|
818
|
-
}
|
|
819
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
820
|
-
opacity: 0.5;
|
|
821
|
-
}
|
|
822
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
823
|
-
opacity: 0.5;
|
|
824
|
-
}
|
|
825
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
826
|
-
background-color: rgba(0, 0, 0, 0);
|
|
827
|
-
}
|
|
828
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
829
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
830
|
-
}
|
|
831
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
832
|
-
width: 80px;
|
|
833
|
-
height: 60px;
|
|
834
|
-
}
|
|
835
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
836
|
-
width: 80px;
|
|
837
|
-
height: 60px;
|
|
838
|
-
}
|
|
839
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
840
|
-
width: 120px;
|
|
841
|
-
text-align: left;
|
|
842
|
-
margin-left: 15px;
|
|
843
|
-
}
|
|
844
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
946
|
+
align-self: center;
|
|
845
947
|
width: 120px;
|
|
846
|
-
height:
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
color: #fff;
|
|
856
|
-
text-overflow: ellipsis;
|
|
857
|
-
overflow: hidden;
|
|
858
|
-
}
|
|
859
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
860
|
-
opacity: 0.6;
|
|
861
|
-
}
|
|
862
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
863
|
-
background-color: #c3c2c2;
|
|
864
|
-
padding: 5px;
|
|
865
|
-
}
|
|
866
|
-
.multicamera[data-multicamera] li a {
|
|
867
|
-
color: #444;
|
|
868
|
-
padding: 2px 10px;
|
|
869
|
-
display: block;
|
|
870
|
-
text-decoration: none;
|
|
871
|
-
}
|
|
872
|
-
.multicamera[data-multicamera] li a:hover {
|
|
873
|
-
background-color: #555;
|
|
874
|
-
color: white;
|
|
875
|
-
}
|
|
876
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
877
|
-
color: white;
|
|
878
|
-
text-decoration: none;
|
|
879
|
-
}
|
|
880
|
-
.multicamera[data-multicamera] li.current a {
|
|
881
|
-
color: #f00;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
@keyframes pulse {
|
|
885
|
-
0% {
|
|
886
|
-
color: #fff;
|
|
887
|
-
}
|
|
888
|
-
50% {
|
|
889
|
-
color: #ff0101;
|
|
890
|
-
}
|
|
891
|
-
100% {
|
|
892
|
-
color: #B80000;
|
|
893
|
-
}
|
|
894
|
-
}*, :focus, :visited {
|
|
895
|
-
outline: none !important;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.audio_selector[data-track-selector] {
|
|
899
|
-
float: right;
|
|
900
|
-
margin-top: 4px;
|
|
901
|
-
position: relative;
|
|
902
|
-
width: 50px;
|
|
903
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
904
|
-
}
|
|
905
|
-
.audio_selector[data-track-selector] button {
|
|
906
|
-
background-color: transparent;
|
|
907
|
-
color: #fff;
|
|
908
|
-
-webkit-font-smoothing: antialiased;
|
|
909
|
-
border: none;
|
|
910
|
-
font-size: 14px;
|
|
911
|
-
cursor: pointer;
|
|
912
|
-
}
|
|
913
|
-
.audio_selector[data-track-selector] button .audio-text {
|
|
914
|
-
text-overflow: ellipsis;
|
|
915
|
-
overflow: hidden;
|
|
916
|
-
white-space: nowrap;
|
|
917
|
-
max-width: 100px;
|
|
918
|
-
background-color: transparent;
|
|
919
|
-
-webkit-font-smoothing: antialiased;
|
|
920
|
-
border: none;
|
|
921
|
-
font-size: 14px;
|
|
922
|
-
cursor: pointer;
|
|
923
|
-
padding-top: 5px;
|
|
924
|
-
}
|
|
925
|
-
.audio_selector[data-track-selector] button:hover {
|
|
926
|
-
color: #c9c9c9;
|
|
927
|
-
}
|
|
928
|
-
.audio_selector[data-track-selector] button.changing {
|
|
929
|
-
animation: pulse 0.5s infinite alternate;
|
|
948
|
+
height: 120px;
|
|
949
|
+
border: 2px solid white;
|
|
950
|
+
border-radius: 50%;
|
|
951
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
952
|
+
filter: alpha(opacity=60);
|
|
953
|
+
opacity: 1;
|
|
954
|
+
box-shadow: 0 0 1px 0 white;
|
|
955
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
956
|
+
z-index: 10000;
|
|
930
957
|
}
|
|
931
|
-
.
|
|
932
|
-
width: 9px;
|
|
933
|
-
height: 6px;
|
|
934
|
-
margin-top: 11px;
|
|
958
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
935
959
|
margin-left: 5px;
|
|
960
|
+
width: 80px;
|
|
961
|
+
height: 80px;
|
|
936
962
|
}
|
|
937
|
-
.
|
|
938
|
-
|
|
939
|
-
list-style-type: none;
|
|
940
|
-
position: absolute;
|
|
941
|
-
bottom: 25px;
|
|
942
|
-
border: 1px solid black;
|
|
943
|
-
display: none;
|
|
944
|
-
background-color: #e6e6e6;
|
|
945
|
-
}
|
|
946
|
-
.audio_selector[data-track-selector] li {
|
|
947
|
-
font-size: 10px;
|
|
948
|
-
}
|
|
949
|
-
.audio_selector[data-track-selector] li[data-title] {
|
|
950
|
-
background-color: #c3c2c2;
|
|
951
|
-
padding: 5px;
|
|
952
|
-
}
|
|
953
|
-
.audio_selector[data-track-selector] li a {
|
|
954
|
-
color: #444;
|
|
955
|
-
padding: 2px 10px;
|
|
956
|
-
display: block;
|
|
957
|
-
text-decoration: none;
|
|
958
|
-
text-overflow: ellipsis;
|
|
959
|
-
overflow: hidden;
|
|
960
|
-
white-space: nowrap;
|
|
961
|
-
}
|
|
962
|
-
.audio_selector[data-track-selector] li a:hover {
|
|
963
|
-
background-color: #555;
|
|
964
|
-
color: white;
|
|
965
|
-
}
|
|
966
|
-
.audio_selector[data-track-selector] li a:hover a {
|
|
967
|
-
color: white;
|
|
968
|
-
text-decoration: none;
|
|
969
|
-
}
|
|
970
|
-
.audio_selector[data-track-selector] li.current a {
|
|
971
|
-
color: #f00;
|
|
963
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
964
|
+
fill: #1f1e1e !important;
|
|
972
965
|
}
|
|
973
|
-
|
|
974
|
-
.
|
|
975
|
-
width: auto;
|
|
976
|
-
margin-top: 7px;
|
|
977
|
-
margin-right: 20px;
|
|
966
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
967
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
978
968
|
}
|
|
979
|
-
.
|
|
980
|
-
|
|
969
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
970
|
+
fill: #151515 !important;
|
|
971
|
+
}.player-poster[data-poster] {
|
|
981
972
|
display: flex;
|
|
982
973
|
justify-content: center;
|
|
983
|
-
|
|
984
|
-
}
|
|
985
|
-
.audio_selector[data-track-selector] button[data-level-selector-button]:hover,
|
|
986
|
-
.audio_selector[data-track-selector] button[data-track-selector-button]:hover {
|
|
987
|
-
color: white;
|
|
988
|
-
}
|
|
989
|
-
.audio_selector[data-track-selector] ul {
|
|
990
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
991
|
-
border: none;
|
|
992
|
-
min-width: 60px;
|
|
993
|
-
transform: rotate(180deg);
|
|
994
|
-
border-radius: 4px;
|
|
995
|
-
bottom: 40px;
|
|
996
|
-
right: -2px;
|
|
997
|
-
}
|
|
998
|
-
.audio_selector[data-track-selector] ul li {
|
|
999
|
-
transform: rotate(-180deg);
|
|
1000
|
-
font-size: 16px;
|
|
1001
|
-
text-align: right;
|
|
1002
|
-
height: 30px;
|
|
1003
|
-
}
|
|
1004
|
-
.audio_selector[data-track-selector] ul li a {
|
|
1005
|
-
height: 30px;
|
|
1006
|
-
padding: 5px 10px;
|
|
1007
|
-
color: #fffffe;
|
|
1008
|
-
}
|
|
1009
|
-
.audio_selector[data-track-selector] ul li a:hover {
|
|
1010
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1011
|
-
}
|
|
1012
|
-
.audio_selector[data-track-selector] ul li:first-child a {
|
|
1013
|
-
border-bottom-left-radius: 4px;
|
|
1014
|
-
border-bottom-right-radius: 4px;
|
|
1015
|
-
}
|
|
1016
|
-
.audio_selector[data-track-selector] ul li:last-child a {
|
|
1017
|
-
border-top-left-radius: 4px;
|
|
1018
|
-
border-top-right-radius: 4px;
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
@keyframes pulse {
|
|
1022
|
-
0% {
|
|
1023
|
-
color: #fff;
|
|
1024
|
-
}
|
|
1025
|
-
50% {
|
|
1026
|
-
color: #ff0101;
|
|
1027
|
-
}
|
|
1028
|
-
100% {
|
|
1029
|
-
color: #B80000;
|
|
1030
|
-
}
|
|
1031
|
-
}.clips.bar-container[data-seekbar] {
|
|
1032
|
-
clip-path: url("#myClip");
|
|
1033
|
-
}.level-disabled {
|
|
1034
|
-
opacity: 0.5;
|
|
1035
|
-
pointer-events: none;
|
|
1036
|
-
}.media-control-pip button {
|
|
1037
|
-
float: right;
|
|
1038
|
-
height: 40px;
|
|
1039
|
-
margin-right: 20px;
|
|
1040
|
-
}
|
|
1041
|
-
.media-control-pip button svg {
|
|
1042
|
-
height: 20px;
|
|
1043
|
-
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1044
|
-
color: #CCCACA;
|
|
974
|
+
align-items: center;
|
|
1045
975
|
position: absolute;
|
|
1046
|
-
top: 0;
|
|
1047
976
|
height: 100%;
|
|
1048
977
|
width: 100%;
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
font-size: 14px;
|
|
1057
|
-
color: #CCCACA;
|
|
1058
|
-
margin-top: 45px;
|
|
1059
|
-
}
|
|
1060
|
-
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1061
|
-
font-weight: bold;
|
|
1062
|
-
line-height: 30px;
|
|
1063
|
-
font-size: 18px;
|
|
1064
|
-
}
|
|
1065
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1066
|
-
width: 90%;
|
|
1067
|
-
margin: 0 auto;
|
|
1068
|
-
}
|
|
1069
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1070
|
-
font-size: 13px;
|
|
1071
|
-
margin-top: 15px;
|
|
1072
|
-
}
|
|
1073
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1074
|
-
cursor: pointer;
|
|
1075
|
-
width: 30px;
|
|
1076
|
-
margin: 15px auto 0;
|
|
1077
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
|
|
1078
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
|
|
1079
|
-
display: block;
|
|
1080
|
-
}
|
|
1081
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
|
|
1082
|
-
width: 40px;
|
|
1083
|
-
margin-top: 0;
|
|
1084
|
-
}
|
|
1085
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
|
|
1086
|
-
display: flex;
|
|
1087
|
-
justify-content: center;
|
|
1088
|
-
padding: 0;
|
|
1089
|
-
align-items: center;
|
|
1090
|
-
}
|
|
1091
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
|
|
1092
|
-
color: white;
|
|
1093
|
-
}
|
|
1094
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
|
|
1095
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1096
|
-
border: none;
|
|
1097
|
-
width: auto;
|
|
1098
|
-
transform: rotate(180deg);
|
|
1099
|
-
border-radius: 4px;
|
|
1100
|
-
bottom: 52px;
|
|
1101
|
-
margin-left: -28px;
|
|
1102
|
-
}
|
|
1103
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
|
|
1104
|
-
transform: rotate(-180deg);
|
|
1105
|
-
font-size: 16px;
|
|
1106
|
-
text-align: center;
|
|
1107
|
-
white-space: nowrap;
|
|
1108
|
-
height: 30px;
|
|
1109
|
-
}
|
|
1110
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
|
|
1111
|
-
height: 30px;
|
|
1112
|
-
padding: 5px 10px;
|
|
1113
|
-
color: #fffffe;
|
|
1114
|
-
}
|
|
1115
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
|
|
1116
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1117
|
-
}
|
|
1118
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
|
|
1119
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1120
|
-
}
|
|
1121
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
|
|
1122
|
-
border-bottom-left-radius: 4px;
|
|
1123
|
-
border-bottom-right-radius: 4px;
|
|
1124
|
-
}
|
|
1125
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
|
|
1126
|
-
border-top-left-radius: 4px;
|
|
1127
|
-
border-top-right-radius: 4px;
|
|
1128
|
-
}
|
|
1129
|
-
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
|
|
1130
|
-
height: 26px;
|
|
1131
|
-
line-height: 26px;
|
|
1132
|
-
bottom: 52px;
|
|
1133
|
-
border-radius: 3px;
|
|
1134
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
978
|
+
z-index: 998;
|
|
979
|
+
top: 0;
|
|
980
|
+
left: 0;
|
|
981
|
+
background-color: #000;
|
|
982
|
+
background-size: cover;
|
|
983
|
+
background-repeat: no-repeat;
|
|
984
|
+
background-position: 50% 50%;
|
|
1135
985
|
}
|
|
1136
|
-
.
|
|
1137
|
-
|
|
1138
|
-
font-size: 14px;
|
|
1139
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
986
|
+
.player-poster[data-poster].clickable {
|
|
987
|
+
cursor: pointer;
|
|
1140
988
|
}
|
|
1141
|
-
.
|
|
1142
|
-
|
|
1143
|
-
padding-right: 8px;
|
|
989
|
+
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
990
|
+
opacity: 1;
|
|
1144
991
|
}
|
|
1145
|
-
.
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
height: 20px;
|
|
1151
|
-
line-height: 20px;
|
|
1152
|
-
font-size: 0;
|
|
1153
|
-
left: -100%;
|
|
1154
|
-
bottom: 55px;
|
|
1155
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1156
|
-
z-index: 9999;
|
|
992
|
+
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
993
|
+
width: 100%;
|
|
994
|
+
height: 25%;
|
|
995
|
+
margin: 0 auto;
|
|
996
|
+
opacity: 0.75;
|
|
1157
997
|
transition: opacity 0.1s ease;
|
|
1158
998
|
}
|
|
1159
|
-
.
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
.seek-time[data-seek-time] [data-seek-time] {
|
|
1163
|
-
display: inline-block;
|
|
1164
|
-
color: white;
|
|
1165
|
-
font-size: 10px;
|
|
1166
|
-
padding-left: 7px;
|
|
1167
|
-
padding-right: 7px;
|
|
1168
|
-
vertical-align: top;
|
|
1169
|
-
}
|
|
1170
|
-
.seek-time[data-seek-time] [data-duration] {
|
|
1171
|
-
display: inline-block;
|
|
1172
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1173
|
-
font-size: 10px;
|
|
1174
|
-
padding-right: 7px;
|
|
1175
|
-
vertical-align: top;
|
|
999
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
1000
|
+
height: 100%;
|
|
1001
|
+
display: inline;
|
|
1176
1002
|
}
|
|
1177
|
-
.
|
|
1178
|
-
|
|
1179
|
-
margin-right: 7px;
|
|
1003
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1004
|
+
fill: #fff;
|
|
1180
1005
|
}[data-player] {
|
|
1181
1006
|
--bottom-panel: 40px;
|
|
1182
1007
|
}
|
|
@@ -1782,110 +1607,83 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1782
1607
|
}
|
|
1783
1608
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
|
|
1784
1609
|
transform: scaleY(1.5);
|
|
1785
|
-
}.
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
display: flex;
|
|
1790
|
-
justify-content: center;
|
|
1791
|
-
width: 100%;
|
|
1792
|
-
height: calc(100% - 50px);
|
|
1793
|
-
margin: 0 auto;
|
|
1794
|
-
opacity: 0.75;
|
|
1795
|
-
transition: opacity 0.1s ease;
|
|
1796
|
-
pointer-events: auto;
|
|
1610
|
+
}.media-control-pip button {
|
|
1611
|
+
float: right;
|
|
1612
|
+
height: 40px;
|
|
1613
|
+
margin-right: 20px;
|
|
1797
1614
|
}
|
|
1798
|
-
.
|
|
1799
|
-
|
|
1615
|
+
.media-control-pip button svg {
|
|
1616
|
+
height: 20px;
|
|
1617
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
|
|
1618
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
|
|
1619
|
+
display: block;
|
|
1800
1620
|
}
|
|
1801
|
-
.
|
|
1802
|
-
|
|
1621
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
|
|
1622
|
+
width: 40px;
|
|
1623
|
+
margin-top: 0;
|
|
1803
1624
|
}
|
|
1804
|
-
|
|
1805
|
-
.big-mute-icon[data-big-mute-icon] {
|
|
1625
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
|
|
1806
1626
|
display: flex;
|
|
1807
|
-
align-items: center;
|
|
1808
1627
|
justify-content: center;
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
height: 120px;
|
|
1812
|
-
border: 2px solid white;
|
|
1813
|
-
border-radius: 50%;
|
|
1814
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
1815
|
-
filter: alpha(opacity=60);
|
|
1816
|
-
opacity: 1;
|
|
1817
|
-
box-shadow: 0 0 1px 0 white;
|
|
1818
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
1819
|
-
z-index: 10000;
|
|
1628
|
+
padding: 0;
|
|
1629
|
+
align-items: center;
|
|
1820
1630
|
}
|
|
1821
|
-
.
|
|
1822
|
-
|
|
1823
|
-
width: 80px;
|
|
1824
|
-
height: 80px;
|
|
1631
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
|
|
1632
|
+
color: white;
|
|
1825
1633
|
}
|
|
1826
|
-
.
|
|
1827
|
-
|
|
1634
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
|
|
1635
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1636
|
+
border: none;
|
|
1637
|
+
width: auto;
|
|
1638
|
+
transform: rotate(180deg);
|
|
1639
|
+
border-radius: 4px;
|
|
1640
|
+
bottom: 52px;
|
|
1641
|
+
margin-left: -28px;
|
|
1828
1642
|
}
|
|
1829
|
-
.
|
|
1830
|
-
|
|
1643
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
|
|
1644
|
+
transform: rotate(-180deg);
|
|
1645
|
+
font-size: 16px;
|
|
1646
|
+
text-align: center;
|
|
1647
|
+
white-space: nowrap;
|
|
1648
|
+
height: 30px;
|
|
1831
1649
|
}
|
|
1832
|
-
.
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1650
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
|
|
1651
|
+
height: 30px;
|
|
1652
|
+
padding: 5px 10px;
|
|
1653
|
+
color: #fffffe;
|
|
1836
1654
|
}
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
position: absolute;
|
|
1840
|
-
width: 100%;
|
|
1841
|
-
height: calc(100% - 50px);
|
|
1842
|
-
z-index: 9998;
|
|
1843
|
-
background-color: transparent;
|
|
1844
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1655
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
|
|
1656
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1845
1657
|
}
|
|
1846
|
-
.
|
|
1847
|
-
|
|
1848
|
-
height: 100%;
|
|
1849
|
-
display: flex;
|
|
1850
|
-
justify-content: space-between;
|
|
1658
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
|
|
1659
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1851
1660
|
}
|
|
1852
|
-
.
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
}.player-poster[data-poster] {
|
|
1856
|
-
display: flex;
|
|
1857
|
-
justify-content: center;
|
|
1858
|
-
align-items: center;
|
|
1859
|
-
position: absolute;
|
|
1860
|
-
height: 100%;
|
|
1861
|
-
width: 100%;
|
|
1862
|
-
z-index: 998;
|
|
1863
|
-
top: 0;
|
|
1864
|
-
left: 0;
|
|
1865
|
-
background-color: #000;
|
|
1866
|
-
background-size: cover;
|
|
1867
|
-
background-repeat: no-repeat;
|
|
1868
|
-
background-position: 50% 50%;
|
|
1661
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
|
|
1662
|
+
border-bottom-left-radius: 4px;
|
|
1663
|
+
border-bottom-right-radius: 4px;
|
|
1869
1664
|
}
|
|
1870
|
-
.
|
|
1871
|
-
|
|
1665
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
|
|
1666
|
+
border-top-left-radius: 4px;
|
|
1667
|
+
border-top-right-radius: 4px;
|
|
1872
1668
|
}
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1669
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
|
|
1670
|
+
height: 26px;
|
|
1671
|
+
line-height: 26px;
|
|
1672
|
+
bottom: 52px;
|
|
1673
|
+
border-radius: 3px;
|
|
1674
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1875
1675
|
}
|
|
1876
|
-
.
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
opacity: 0.75;
|
|
1881
|
-
transition: opacity 0.1s ease;
|
|
1676
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
|
|
1677
|
+
letter-spacing: 0.8px;
|
|
1678
|
+
font-size: 14px;
|
|
1679
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1882
1680
|
}
|
|
1883
|
-
.
|
|
1884
|
-
|
|
1885
|
-
|
|
1681
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
|
|
1682
|
+
padding-left: 8px;
|
|
1683
|
+
padding-right: 8px;
|
|
1886
1684
|
}
|
|
1887
|
-
.
|
|
1888
|
-
|
|
1685
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1686
|
+
display: none !important;
|
|
1889
1687
|
}.share_plugin[data-share] {
|
|
1890
1688
|
pointer-events: auto;
|
|
1891
1689
|
z-index: 5;
|
|
@@ -1960,75 +1758,151 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1960
1758
|
width: calc(100% - 10px);
|
|
1961
1759
|
padding: 5px;
|
|
1962
1760
|
}
|
|
1963
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1964
|
-
max-height: 90px;
|
|
1965
|
-
resize: none;
|
|
1761
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1762
|
+
max-height: 90px;
|
|
1763
|
+
resize: none;
|
|
1764
|
+
}
|
|
1765
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1766
|
+
width: 32px;
|
|
1767
|
+
display: inline-block;
|
|
1768
|
+
margin-right: 5px;
|
|
1769
|
+
cursor: pointer;
|
|
1770
|
+
}*, :focus, :visited {
|
|
1771
|
+
outline: none !important;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.multicamera[data-multicamera] {
|
|
1775
|
+
float: right;
|
|
1776
|
+
margin-top: 4px;
|
|
1777
|
+
position: relative;
|
|
1778
|
+
margin-right: 20px;
|
|
1779
|
+
width: 20px;
|
|
1780
|
+
}
|
|
1781
|
+
.multicamera[data-multicamera] button {
|
|
1782
|
+
background-color: transparent;
|
|
1783
|
+
color: #fff;
|
|
1784
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1785
|
+
-webkit-font-smoothing: antialiased;
|
|
1786
|
+
border: none;
|
|
1787
|
+
font-size: 14px;
|
|
1788
|
+
padding: 0;
|
|
1789
|
+
}
|
|
1790
|
+
.multicamera[data-multicamera] button svg {
|
|
1791
|
+
height: 20px;
|
|
1792
|
+
position: relative;
|
|
1793
|
+
margin-top: 6px;
|
|
1794
|
+
}
|
|
1795
|
+
.multicamera[data-multicamera] button:hover {
|
|
1796
|
+
color: #c9c9c9;
|
|
1797
|
+
}
|
|
1798
|
+
.multicamera[data-multicamera] button.changing {
|
|
1799
|
+
animation: pulse 0.5s infinite alternate;
|
|
1800
|
+
}
|
|
1801
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1802
|
+
width: 9px;
|
|
1803
|
+
height: 6px;
|
|
1804
|
+
margin-top: 11px;
|
|
1805
|
+
margin-left: 5px;
|
|
1806
|
+
}
|
|
1807
|
+
.multicamera[data-multicamera] > ul {
|
|
1808
|
+
padding: 6px 0;
|
|
1809
|
+
right: -24px;
|
|
1810
|
+
width: 245px;
|
|
1811
|
+
list-style-type: none;
|
|
1812
|
+
position: absolute;
|
|
1813
|
+
bottom: 48px;
|
|
1814
|
+
border-radius: 4px;
|
|
1815
|
+
display: none;
|
|
1816
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1817
|
+
}
|
|
1818
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1819
|
+
content: "";
|
|
1820
|
+
position: absolute;
|
|
1821
|
+
top: 100%;
|
|
1822
|
+
left: 85%;
|
|
1823
|
+
margin-left: -10px;
|
|
1824
|
+
width: 0;
|
|
1825
|
+
height: 0;
|
|
1826
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1827
|
+
border-right: 10px solid transparent;
|
|
1828
|
+
border-left: 10px solid transparent;
|
|
1966
1829
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
display: inline-block;
|
|
1970
|
-
margin-right: 5px;
|
|
1830
|
+
.multicamera[data-multicamera] li {
|
|
1831
|
+
font-size: 10px;
|
|
1971
1832
|
cursor: pointer;
|
|
1972
|
-
}*, :focus, :visited {
|
|
1973
|
-
outline: none !important;
|
|
1974
1833
|
}
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1834
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1835
|
+
display: flex;
|
|
1836
|
+
padding: 10px 0;
|
|
1837
|
+
justify-content: center;
|
|
1978
1838
|
position: relative;
|
|
1979
|
-
width: 50px;
|
|
1980
1839
|
}
|
|
1981
|
-
.
|
|
1982
|
-
|
|
1983
|
-
color: #fff;
|
|
1984
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1985
|
-
-webkit-font-smoothing: antialiased;
|
|
1986
|
-
border: none;
|
|
1987
|
-
font-size: 14px;
|
|
1988
|
-
cursor: pointer;
|
|
1840
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1841
|
+
pointer-events: none;
|
|
1989
1842
|
}
|
|
1990
|
-
.
|
|
1991
|
-
|
|
1843
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1844
|
+
opacity: 0.5;
|
|
1992
1845
|
}
|
|
1993
|
-
.
|
|
1994
|
-
|
|
1846
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1847
|
+
opacity: 0.5;
|
|
1995
1848
|
}
|
|
1996
|
-
.
|
|
1997
|
-
|
|
1849
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1850
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1998
1851
|
}
|
|
1999
|
-
.
|
|
1852
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1853
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1854
|
+
}
|
|
1855
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
2000
1856
|
width: 80px;
|
|
2001
|
-
|
|
2002
|
-
position: absolute;
|
|
2003
|
-
bottom: 25px;
|
|
2004
|
-
border: 1px solid black;
|
|
2005
|
-
display: none;
|
|
2006
|
-
background-color: #e6e6e6;
|
|
1857
|
+
height: 60px;
|
|
2007
1858
|
}
|
|
2008
|
-
.
|
|
2009
|
-
|
|
1859
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1860
|
+
width: 80px;
|
|
1861
|
+
height: 60px;
|
|
2010
1862
|
}
|
|
2011
|
-
.
|
|
1863
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1864
|
+
width: 120px;
|
|
1865
|
+
text-align: left;
|
|
1866
|
+
margin-left: 15px;
|
|
1867
|
+
}
|
|
1868
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1869
|
+
width: 120px;
|
|
1870
|
+
height: 20px;
|
|
1871
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1872
|
+
font-size: 14px;
|
|
1873
|
+
font-weight: normal;
|
|
1874
|
+
font-style: normal;
|
|
1875
|
+
font-stretch: normal;
|
|
1876
|
+
line-height: 1.43;
|
|
1877
|
+
letter-spacing: normal;
|
|
1878
|
+
text-align: left;
|
|
1879
|
+
color: #fff;
|
|
1880
|
+
text-overflow: ellipsis;
|
|
1881
|
+
overflow: hidden;
|
|
1882
|
+
}
|
|
1883
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1884
|
+
opacity: 0.6;
|
|
1885
|
+
}
|
|
1886
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
2012
1887
|
background-color: #c3c2c2;
|
|
2013
1888
|
padding: 5px;
|
|
2014
1889
|
}
|
|
2015
|
-
.
|
|
1890
|
+
.multicamera[data-multicamera] li a {
|
|
2016
1891
|
color: #444;
|
|
2017
1892
|
padding: 2px 10px;
|
|
2018
1893
|
display: block;
|
|
2019
1894
|
text-decoration: none;
|
|
2020
1895
|
}
|
|
2021
|
-
.
|
|
1896
|
+
.multicamera[data-multicamera] li a:hover {
|
|
2022
1897
|
background-color: #555;
|
|
2023
1898
|
color: white;
|
|
2024
1899
|
}
|
|
2025
|
-
.
|
|
1900
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
2026
1901
|
color: white;
|
|
2027
1902
|
text-decoration: none;
|
|
2028
1903
|
}
|
|
2029
|
-
.
|
|
1904
|
+
.multicamera[data-multicamera] li.current a {
|
|
2030
1905
|
color: #f00;
|
|
2031
|
-
background-color: #555;
|
|
2032
1906
|
}
|
|
2033
1907
|
|
|
2034
1908
|
@keyframes pulse {
|
|
@@ -2041,15 +1915,39 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2041
1915
|
100% {
|
|
2042
1916
|
color: #B80000;
|
|
2043
1917
|
}
|
|
1918
|
+
}.seek-time[data-seek-time] {
|
|
1919
|
+
position: absolute;
|
|
1920
|
+
white-space: nowrap;
|
|
1921
|
+
height: 20px;
|
|
1922
|
+
line-height: 20px;
|
|
1923
|
+
font-size: 0;
|
|
1924
|
+
left: -100%;
|
|
1925
|
+
bottom: 55px;
|
|
1926
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1927
|
+
z-index: 9999;
|
|
1928
|
+
transition: opacity 0.1s ease;
|
|
2044
1929
|
}
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
font-size: 0 !important;
|
|
1930
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1931
|
+
opacity: 0;
|
|
2048
1932
|
}
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
font-size:
|
|
1933
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1934
|
+
display: inline-block;
|
|
1935
|
+
color: white;
|
|
1936
|
+
font-size: 10px;
|
|
1937
|
+
padding-left: 7px;
|
|
1938
|
+
padding-right: 7px;
|
|
1939
|
+
vertical-align: top;
|
|
1940
|
+
}
|
|
1941
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1942
|
+
display: inline-block;
|
|
1943
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1944
|
+
font-size: 10px;
|
|
1945
|
+
padding-right: 7px;
|
|
1946
|
+
vertical-align: top;
|
|
1947
|
+
}
|
|
1948
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1949
|
+
content: "|";
|
|
1950
|
+
margin-right: 7px;
|
|
2053
1951
|
}.spinner-three-bounce[data-spinner] {
|
|
2054
1952
|
position: absolute;
|
|
2055
1953
|
width: 70px;
|
|
@@ -2088,15 +1986,27 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2088
1986
|
40% {
|
|
2089
1987
|
transform: scale(1);
|
|
2090
1988
|
}
|
|
2091
|
-
}.
|
|
1989
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1990
|
+
height: 0;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
.skip_time_plugin[data-skip-time] {
|
|
2092
1994
|
position: absolute;
|
|
2093
|
-
|
|
1995
|
+
width: 100%;
|
|
1996
|
+
height: calc(100% - 50px);
|
|
1997
|
+
z-index: 9998;
|
|
1998
|
+
background-color: transparent;
|
|
1999
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
2000
|
+
}
|
|
2001
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
2094
2002
|
width: 100%;
|
|
2095
2003
|
height: 100%;
|
|
2004
|
+
display: flex;
|
|
2005
|
+
justify-content: space-between;
|
|
2096
2006
|
}
|
|
2097
|
-
|
|
2098
|
-
.
|
|
2099
|
-
|
|
2007
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
2008
|
+
width: 33.3%;
|
|
2009
|
+
height: 100%;
|
|
2100
2010
|
}.scrub-thumbnails {
|
|
2101
2011
|
position: absolute;
|
|
2102
2012
|
bottom: 52px;
|
|
@@ -2158,4 +2068,94 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2158
2068
|
}
|
|
2159
2069
|
.scrub-thumbnails .backdrop .carousel img {
|
|
2160
2070
|
width: auto;
|
|
2071
|
+
}*, :focus, :visited {
|
|
2072
|
+
outline: none !important;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.subtitles[data-subtitles] {
|
|
2076
|
+
float: right;
|
|
2077
|
+
position: relative;
|
|
2078
|
+
width: 50px;
|
|
2079
|
+
}
|
|
2080
|
+
.subtitles[data-subtitles] button {
|
|
2081
|
+
background-color: transparent;
|
|
2082
|
+
color: #fff;
|
|
2083
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
2084
|
+
-webkit-font-smoothing: antialiased;
|
|
2085
|
+
border: none;
|
|
2086
|
+
font-size: 14px;
|
|
2087
|
+
cursor: pointer;
|
|
2088
|
+
}
|
|
2089
|
+
.subtitles[data-subtitles] button .subtitle-text svg {
|
|
2090
|
+
fill: white;
|
|
2091
|
+
}
|
|
2092
|
+
.subtitles[data-subtitles] button:hover {
|
|
2093
|
+
color: #c9c9c9;
|
|
2094
|
+
}
|
|
2095
|
+
.subtitles[data-subtitles] button.changing {
|
|
2096
|
+
animation: pulse 0.5s infinite alternate;
|
|
2097
|
+
}
|
|
2098
|
+
.subtitles[data-subtitles] > ul {
|
|
2099
|
+
width: 80px;
|
|
2100
|
+
list-style-type: none;
|
|
2101
|
+
position: absolute;
|
|
2102
|
+
bottom: 25px;
|
|
2103
|
+
border: 1px solid black;
|
|
2104
|
+
display: none;
|
|
2105
|
+
background-color: #e6e6e6;
|
|
2106
|
+
}
|
|
2107
|
+
.subtitles[data-subtitles] li {
|
|
2108
|
+
font-size: 10px;
|
|
2109
|
+
}
|
|
2110
|
+
.subtitles[data-subtitles] li[data-title] {
|
|
2111
|
+
background-color: #c3c2c2;
|
|
2112
|
+
padding: 5px;
|
|
2113
|
+
}
|
|
2114
|
+
.subtitles[data-subtitles] li a {
|
|
2115
|
+
color: #444;
|
|
2116
|
+
padding: 2px 10px;
|
|
2117
|
+
display: block;
|
|
2118
|
+
text-decoration: none;
|
|
2119
|
+
}
|
|
2120
|
+
.subtitles[data-subtitles] li a:hover {
|
|
2121
|
+
background-color: #555;
|
|
2122
|
+
color: white;
|
|
2123
|
+
}
|
|
2124
|
+
.subtitles[data-subtitles] li a:hover a {
|
|
2125
|
+
color: white;
|
|
2126
|
+
text-decoration: none;
|
|
2127
|
+
}
|
|
2128
|
+
.subtitles[data-subtitles] li.current a {
|
|
2129
|
+
color: #f00;
|
|
2130
|
+
background-color: #555;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
@keyframes pulse {
|
|
2134
|
+
0% {
|
|
2135
|
+
color: #fff;
|
|
2136
|
+
}
|
|
2137
|
+
50% {
|
|
2138
|
+
color: #ff0101;
|
|
2139
|
+
}
|
|
2140
|
+
100% {
|
|
2141
|
+
color: #B80000;
|
|
2142
|
+
}
|
|
2143
|
+
}
|
|
2144
|
+
::cue {
|
|
2145
|
+
visibility: hidden !important;
|
|
2146
|
+
font-size: 0 !important;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
.ios-fullscreen::cue {
|
|
2150
|
+
visibility: visible !important;
|
|
2151
|
+
font-size: 1em !important;
|
|
2152
|
+
}.player-logo[data-logo] {
|
|
2153
|
+
position: absolute;
|
|
2154
|
+
z-index: 2;
|
|
2155
|
+
width: 100%;
|
|
2156
|
+
height: 100%;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
.clappr-logo {
|
|
2160
|
+
position: absolute;
|
|
2161
2161
|
}
|