@gcorevideo/player 2.22.8 → 2.22.9
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 +1398 -1398
- package/dist/index.js +9 -2
- package/dist/plugins/index.css +501 -501
- package/dist/plugins/index.js +9 -2
- package/lib/plugins/playback-rate/PlaybackRate.d.ts +1 -0
- package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.js +8 -1
- package/package.json +1 -1
- package/src/plugins/media-control/__tests__/MediaControl.test.ts +0 -3
- package/src/plugins/playback-rate/PlaybackRate.ts +10 -1
- package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +11 -7
- package/tsconfig.tsbuildinfo +1 -1
package/dist/plugins/index.css
CHANGED
|
@@ -222,174 +222,6 @@
|
|
|
222
222
|
100% {
|
|
223
223
|
color: #B80000;
|
|
224
224
|
}
|
|
225
|
-
}.big-mute-icon-wrapper[data-big-mute] {
|
|
226
|
-
position: absolute;
|
|
227
|
-
z-index: 9998;
|
|
228
|
-
background-color: transparent;
|
|
229
|
-
display: flex;
|
|
230
|
-
justify-content: center;
|
|
231
|
-
width: 100%;
|
|
232
|
-
height: calc(100% - 50px);
|
|
233
|
-
margin: 0 auto;
|
|
234
|
-
opacity: 0.75;
|
|
235
|
-
transition: opacity 0.1s ease;
|
|
236
|
-
pointer-events: auto;
|
|
237
|
-
}
|
|
238
|
-
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
239
|
-
display: none;
|
|
240
|
-
}
|
|
241
|
-
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
242
|
-
cursor: pointer;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.big-mute-icon[data-big-mute-icon] {
|
|
246
|
-
display: flex;
|
|
247
|
-
align-items: center;
|
|
248
|
-
justify-content: center;
|
|
249
|
-
align-self: center;
|
|
250
|
-
width: 120px;
|
|
251
|
-
height: 120px;
|
|
252
|
-
border: 2px solid white;
|
|
253
|
-
border-radius: 50%;
|
|
254
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
255
|
-
filter: alpha(opacity=60);
|
|
256
|
-
opacity: 1;
|
|
257
|
-
box-shadow: 0 0 1px 0 white;
|
|
258
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
259
|
-
z-index: 10000;
|
|
260
|
-
}
|
|
261
|
-
.big-mute-icon[data-big-mute-icon] svg {
|
|
262
|
-
margin-left: 5px;
|
|
263
|
-
width: 80px;
|
|
264
|
-
height: 80px;
|
|
265
|
-
}
|
|
266
|
-
.big-mute-icon[data-big-mute-icon] svg path {
|
|
267
|
-
fill: #1f1e1e !important;
|
|
268
|
-
}
|
|
269
|
-
.big-mute-icon[data-big-mute-icon]:hover {
|
|
270
|
-
background: rgba(240, 243, 247, 0.8784313725);
|
|
271
|
-
}
|
|
272
|
-
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
273
|
-
fill: #151515 !important;
|
|
274
|
-
}.clips.bar-container[data-seekbar] {
|
|
275
|
-
clip-path: url("#myClip");
|
|
276
|
-
}.context-menu {
|
|
277
|
-
z-index: 999;
|
|
278
|
-
position: absolute;
|
|
279
|
-
top: 0;
|
|
280
|
-
left: 0;
|
|
281
|
-
text-align: center;
|
|
282
|
-
}
|
|
283
|
-
.context-menu .context-menu-list {
|
|
284
|
-
font-family: "Proxima Nova", sans-serif;
|
|
285
|
-
font-size: 12px;
|
|
286
|
-
line-height: 12px;
|
|
287
|
-
list-style-type: none;
|
|
288
|
-
text-align: left;
|
|
289
|
-
padding: 5px;
|
|
290
|
-
margin-left: auto;
|
|
291
|
-
margin-right: auto;
|
|
292
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
293
|
-
border: 1px solid #666;
|
|
294
|
-
border-radius: 4px;
|
|
295
|
-
}
|
|
296
|
-
.context-menu .context-menu-list .context-menu-list-item {
|
|
297
|
-
color: white;
|
|
298
|
-
padding: 5px;
|
|
299
|
-
cursor: pointer;
|
|
300
|
-
}.dvr-controls[data-dvr] {
|
|
301
|
-
display: inline-block;
|
|
302
|
-
color: var(--player-dvr-color);
|
|
303
|
-
line-height: 32px;
|
|
304
|
-
font-size: 10px;
|
|
305
|
-
font-weight: bold;
|
|
306
|
-
margin-left: 6px;
|
|
307
|
-
height: 40px;
|
|
308
|
-
line-height: 40px;
|
|
309
|
-
margin-left: 0;
|
|
310
|
-
}
|
|
311
|
-
.dvr-controls[data-dvr] .live-info {
|
|
312
|
-
cursor: default;
|
|
313
|
-
text-transform: uppercase;
|
|
314
|
-
}
|
|
315
|
-
.dvr-controls[data-dvr] .live-info:before {
|
|
316
|
-
content: "";
|
|
317
|
-
display: inline-block;
|
|
318
|
-
position: relative;
|
|
319
|
-
width: 7px;
|
|
320
|
-
height: 7px;
|
|
321
|
-
border-radius: 3.5px;
|
|
322
|
-
margin-right: 3.5px;
|
|
323
|
-
background-color: var(--player-live-color);
|
|
324
|
-
}
|
|
325
|
-
.dvr-controls[data-dvr] .live-info.disabled {
|
|
326
|
-
opacity: 0.3;
|
|
327
|
-
}
|
|
328
|
-
.dvr-controls[data-dvr] .live-info.disabled:before {
|
|
329
|
-
background-color: var(--player-dvr-color);
|
|
330
|
-
}
|
|
331
|
-
.dvr-controls[data-dvr] .live-button {
|
|
332
|
-
cursor: pointer;
|
|
333
|
-
outline: none;
|
|
334
|
-
display: none;
|
|
335
|
-
border: 0;
|
|
336
|
-
color: var(--player-dvr-color);
|
|
337
|
-
background-color: transparent;
|
|
338
|
-
height: 32px;
|
|
339
|
-
padding: 0;
|
|
340
|
-
opacity: 0.7;
|
|
341
|
-
text-transform: uppercase;
|
|
342
|
-
transition: all 0.1s ease;
|
|
343
|
-
}
|
|
344
|
-
.dvr-controls[data-dvr] .live-button:before {
|
|
345
|
-
content: "";
|
|
346
|
-
display: inline-block;
|
|
347
|
-
position: relative;
|
|
348
|
-
width: 7px;
|
|
349
|
-
height: 7px;
|
|
350
|
-
border-radius: 3.5px;
|
|
351
|
-
margin-right: 3.5px;
|
|
352
|
-
background-color: var(--player-dvr-color);
|
|
353
|
-
}
|
|
354
|
-
.dvr-controls[data-dvr] .live-button:hover {
|
|
355
|
-
opacity: 1;
|
|
356
|
-
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
357
|
-
}
|
|
358
|
-
.dvr-controls[data-dvr] .live-info {
|
|
359
|
-
font-size: 14px;
|
|
360
|
-
letter-spacing: 0.8px;
|
|
361
|
-
font-weight: 500;
|
|
362
|
-
color: #fffffe;
|
|
363
|
-
margin-left: 21px;
|
|
364
|
-
}
|
|
365
|
-
.dvr-controls[data-dvr] .live-info::before {
|
|
366
|
-
width: 10px;
|
|
367
|
-
height: 10px;
|
|
368
|
-
border-radius: 50%;
|
|
369
|
-
margin-right: 8px;
|
|
370
|
-
background-color: #ed4f4a;
|
|
371
|
-
}
|
|
372
|
-
.dvr-controls[data-dvr] .live-button {
|
|
373
|
-
height: 40px;
|
|
374
|
-
opacity: 1;
|
|
375
|
-
font-size: 14px;
|
|
376
|
-
letter-spacing: 0.8px;
|
|
377
|
-
font-weight: 500;
|
|
378
|
-
margin-left: 20px;
|
|
379
|
-
}
|
|
380
|
-
.dvr-controls[data-dvr] .live-button::before {
|
|
381
|
-
width: 10px;
|
|
382
|
-
height: 10px;
|
|
383
|
-
border-radius: 50%;
|
|
384
|
-
margin-right: 8px;
|
|
385
|
-
background-color: #cacaca;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.dvr .dvr-controls[data-dvr] .live-info {
|
|
389
|
-
display: none;
|
|
390
|
-
}
|
|
391
|
-
.dvr .dvr-controls[data-dvr] .live-button {
|
|
392
|
-
display: block;
|
|
393
225
|
}*, :focus, :visited {
|
|
394
226
|
outline: none !important;
|
|
395
227
|
}
|
|
@@ -489,6 +321,8 @@
|
|
|
489
321
|
}
|
|
490
322
|
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
491
323
|
height: 20px;
|
|
324
|
+
}.clips.bar-container[data-seekbar] {
|
|
325
|
+
clip-path: url("#myClip");
|
|
492
326
|
}:root {
|
|
493
327
|
--primary-background-color: #000;
|
|
494
328
|
--secondary-background-color: #262626;
|
|
@@ -871,6 +705,88 @@
|
|
|
871
705
|
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
872
706
|
width: 25%;
|
|
873
707
|
}
|
|
708
|
+
}.context-menu {
|
|
709
|
+
z-index: 999;
|
|
710
|
+
position: absolute;
|
|
711
|
+
top: 0;
|
|
712
|
+
left: 0;
|
|
713
|
+
text-align: center;
|
|
714
|
+
}
|
|
715
|
+
.context-menu .context-menu-list {
|
|
716
|
+
font-family: "Proxima Nova", sans-serif;
|
|
717
|
+
font-size: 12px;
|
|
718
|
+
line-height: 12px;
|
|
719
|
+
list-style-type: none;
|
|
720
|
+
text-align: left;
|
|
721
|
+
padding: 5px;
|
|
722
|
+
margin-left: auto;
|
|
723
|
+
margin-right: auto;
|
|
724
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
725
|
+
border: 1px solid #666;
|
|
726
|
+
border-radius: 4px;
|
|
727
|
+
}
|
|
728
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
729
|
+
color: white;
|
|
730
|
+
padding: 5px;
|
|
731
|
+
cursor: pointer;
|
|
732
|
+
}.media-control-pip {
|
|
733
|
+
order: 95;
|
|
734
|
+
display: flex;
|
|
735
|
+
}
|
|
736
|
+
.media-control-pip button {
|
|
737
|
+
height: 20px;
|
|
738
|
+
}
|
|
739
|
+
.media-control-pip button svg {
|
|
740
|
+
height: 20px;
|
|
741
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
742
|
+
position: absolute;
|
|
743
|
+
z-index: 9998;
|
|
744
|
+
background-color: transparent;
|
|
745
|
+
display: flex;
|
|
746
|
+
justify-content: center;
|
|
747
|
+
width: 100%;
|
|
748
|
+
height: calc(100% - 50px);
|
|
749
|
+
margin: 0 auto;
|
|
750
|
+
opacity: 0.75;
|
|
751
|
+
transition: opacity 0.1s ease;
|
|
752
|
+
pointer-events: auto;
|
|
753
|
+
}
|
|
754
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
755
|
+
display: none;
|
|
756
|
+
}
|
|
757
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
758
|
+
cursor: pointer;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
762
|
+
display: flex;
|
|
763
|
+
align-items: center;
|
|
764
|
+
justify-content: center;
|
|
765
|
+
align-self: center;
|
|
766
|
+
width: 120px;
|
|
767
|
+
height: 120px;
|
|
768
|
+
border: 2px solid white;
|
|
769
|
+
border-radius: 50%;
|
|
770
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
771
|
+
filter: alpha(opacity=60);
|
|
772
|
+
opacity: 1;
|
|
773
|
+
box-shadow: 0 0 1px 0 white;
|
|
774
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
775
|
+
z-index: 10000;
|
|
776
|
+
}
|
|
777
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
778
|
+
margin-left: 5px;
|
|
779
|
+
width: 80px;
|
|
780
|
+
height: 80px;
|
|
781
|
+
}
|
|
782
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
783
|
+
fill: #1f1e1e !important;
|
|
784
|
+
}
|
|
785
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
786
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
787
|
+
}
|
|
788
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
789
|
+
fill: #151515 !important;
|
|
874
790
|
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
875
791
|
color: #CCCACA;
|
|
876
792
|
position: absolute;
|
|
@@ -905,206 +821,99 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
905
821
|
cursor: pointer;
|
|
906
822
|
width: 30px;
|
|
907
823
|
margin: 15px auto 0;
|
|
908
|
-
}.
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
height:
|
|
917
|
-
|
|
918
|
-
outline: none !important;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
.multicamera[data-multicamera] {
|
|
922
|
-
float: right;
|
|
923
|
-
margin-top: 4px;
|
|
924
|
-
position: relative;
|
|
925
|
-
margin-right: 20px;
|
|
926
|
-
width: 20px;
|
|
824
|
+
}.dvr-controls[data-dvr] {
|
|
825
|
+
display: inline-block;
|
|
826
|
+
color: var(--player-dvr-color);
|
|
827
|
+
line-height: 32px;
|
|
828
|
+
font-size: 10px;
|
|
829
|
+
font-weight: bold;
|
|
830
|
+
margin-left: 6px;
|
|
831
|
+
height: 40px;
|
|
832
|
+
line-height: 40px;
|
|
833
|
+
margin-left: 0;
|
|
927
834
|
}
|
|
928
|
-
.
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
932
|
-
-webkit-font-smoothing: antialiased;
|
|
933
|
-
border: none;
|
|
934
|
-
font-size: 14px;
|
|
935
|
-
padding: 0;
|
|
835
|
+
.dvr-controls[data-dvr] .live-info {
|
|
836
|
+
cursor: default;
|
|
837
|
+
text-transform: uppercase;
|
|
936
838
|
}
|
|
937
|
-
.
|
|
938
|
-
|
|
839
|
+
.dvr-controls[data-dvr] .live-info:before {
|
|
840
|
+
content: "";
|
|
841
|
+
display: inline-block;
|
|
939
842
|
position: relative;
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
843
|
+
width: 7px;
|
|
844
|
+
height: 7px;
|
|
845
|
+
border-radius: 3.5px;
|
|
846
|
+
margin-right: 3.5px;
|
|
847
|
+
background-color: var(--player-live-color);
|
|
944
848
|
}
|
|
945
|
-
.
|
|
946
|
-
|
|
849
|
+
.dvr-controls[data-dvr] .live-info.disabled {
|
|
850
|
+
opacity: 0.3;
|
|
947
851
|
}
|
|
948
|
-
.
|
|
949
|
-
|
|
950
|
-
height: 6px;
|
|
951
|
-
margin-top: 11px;
|
|
952
|
-
margin-left: 5px;
|
|
852
|
+
.dvr-controls[data-dvr] .live-info.disabled:before {
|
|
853
|
+
background-color: var(--player-dvr-color);
|
|
953
854
|
}
|
|
954
|
-
.
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
width: 245px;
|
|
958
|
-
list-style-type: none;
|
|
959
|
-
position: absolute;
|
|
960
|
-
bottom: 48px;
|
|
961
|
-
border-radius: 4px;
|
|
855
|
+
.dvr-controls[data-dvr] .live-button {
|
|
856
|
+
cursor: pointer;
|
|
857
|
+
outline: none;
|
|
962
858
|
display: none;
|
|
963
|
-
|
|
859
|
+
border: 0;
|
|
860
|
+
color: var(--player-dvr-color);
|
|
861
|
+
background-color: transparent;
|
|
862
|
+
height: 32px;
|
|
863
|
+
padding: 0;
|
|
864
|
+
opacity: 0.7;
|
|
865
|
+
text-transform: uppercase;
|
|
866
|
+
transition: all 0.1s ease;
|
|
964
867
|
}
|
|
965
|
-
.
|
|
868
|
+
.dvr-controls[data-dvr] .live-button:before {
|
|
966
869
|
content: "";
|
|
967
|
-
|
|
968
|
-
top: 100%;
|
|
969
|
-
left: 85%;
|
|
970
|
-
margin-left: -10px;
|
|
971
|
-
width: 0;
|
|
972
|
-
height: 0;
|
|
973
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
974
|
-
border-right: 10px solid transparent;
|
|
975
|
-
border-left: 10px solid transparent;
|
|
976
|
-
}
|
|
977
|
-
.multicamera[data-multicamera] li {
|
|
978
|
-
font-size: 10px;
|
|
979
|
-
cursor: pointer;
|
|
980
|
-
}
|
|
981
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
982
|
-
display: flex;
|
|
983
|
-
padding: 10px 0;
|
|
984
|
-
justify-content: center;
|
|
870
|
+
display: inline-block;
|
|
985
871
|
position: relative;
|
|
872
|
+
width: 7px;
|
|
873
|
+
height: 7px;
|
|
874
|
+
border-radius: 3.5px;
|
|
875
|
+
margin-right: 3.5px;
|
|
876
|
+
background-color: var(--player-dvr-color);
|
|
986
877
|
}
|
|
987
|
-
.
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
991
|
-
opacity: 0.5;
|
|
992
|
-
}
|
|
993
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
994
|
-
opacity: 0.5;
|
|
995
|
-
}
|
|
996
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
997
|
-
background-color: rgba(0, 0, 0, 0);
|
|
998
|
-
}
|
|
999
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1000
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
1001
|
-
}
|
|
1002
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1003
|
-
width: 80px;
|
|
1004
|
-
height: 60px;
|
|
1005
|
-
}
|
|
1006
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1007
|
-
width: 80px;
|
|
1008
|
-
height: 60px;
|
|
1009
|
-
}
|
|
1010
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1011
|
-
width: 120px;
|
|
1012
|
-
text-align: left;
|
|
1013
|
-
margin-left: 15px;
|
|
878
|
+
.dvr-controls[data-dvr] .live-button:hover {
|
|
879
|
+
opacity: 1;
|
|
880
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
1014
881
|
}
|
|
1015
|
-
.
|
|
1016
|
-
width: 120px;
|
|
1017
|
-
height: 20px;
|
|
1018
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
882
|
+
.dvr-controls[data-dvr] .live-info {
|
|
1019
883
|
font-size: 14px;
|
|
1020
|
-
|
|
1021
|
-
font-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
letter-spacing: normal;
|
|
1025
|
-
text-align: left;
|
|
1026
|
-
color: #fff;
|
|
1027
|
-
text-overflow: ellipsis;
|
|
1028
|
-
overflow: hidden;
|
|
1029
|
-
}
|
|
1030
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1031
|
-
opacity: 0.6;
|
|
1032
|
-
}
|
|
1033
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
1034
|
-
background-color: #c3c2c2;
|
|
1035
|
-
padding: 5px;
|
|
1036
|
-
}
|
|
1037
|
-
.multicamera[data-multicamera] li a {
|
|
1038
|
-
color: #444;
|
|
1039
|
-
padding: 2px 10px;
|
|
1040
|
-
display: block;
|
|
1041
|
-
text-decoration: none;
|
|
884
|
+
letter-spacing: 0.8px;
|
|
885
|
+
font-weight: 500;
|
|
886
|
+
color: #fffffe;
|
|
887
|
+
margin-left: 21px;
|
|
1042
888
|
}
|
|
1043
|
-
.
|
|
1044
|
-
|
|
1045
|
-
|
|
889
|
+
.dvr-controls[data-dvr] .live-info::before {
|
|
890
|
+
width: 10px;
|
|
891
|
+
height: 10px;
|
|
892
|
+
border-radius: 50%;
|
|
893
|
+
margin-right: 8px;
|
|
894
|
+
background-color: #ed4f4a;
|
|
1046
895
|
}
|
|
1047
|
-
.
|
|
1048
|
-
|
|
1049
|
-
|
|
896
|
+
.dvr-controls[data-dvr] .live-button {
|
|
897
|
+
height: 40px;
|
|
898
|
+
opacity: 1;
|
|
899
|
+
font-size: 14px;
|
|
900
|
+
letter-spacing: 0.8px;
|
|
901
|
+
font-weight: 500;
|
|
902
|
+
margin-left: 20px;
|
|
1050
903
|
}
|
|
1051
|
-
.
|
|
1052
|
-
|
|
904
|
+
.dvr-controls[data-dvr] .live-button::before {
|
|
905
|
+
width: 10px;
|
|
906
|
+
height: 10px;
|
|
907
|
+
border-radius: 50%;
|
|
908
|
+
margin-right: 8px;
|
|
909
|
+
background-color: #cacaca;
|
|
1053
910
|
}
|
|
1054
911
|
|
|
1055
|
-
|
|
1056
|
-
0% {
|
|
1057
|
-
color: #fff;
|
|
1058
|
-
}
|
|
1059
|
-
50% {
|
|
1060
|
-
color: #ff0101;
|
|
1061
|
-
}
|
|
1062
|
-
100% {
|
|
1063
|
-
color: #B80000;
|
|
1064
|
-
}
|
|
1065
|
-
}.gear-option_hd-icon.hidden {
|
|
912
|
+
.dvr .dvr-controls[data-dvr] .live-info {
|
|
1066
913
|
display: none;
|
|
1067
914
|
}
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
opacity: 0.5;
|
|
1071
|
-
pointer-events: none;
|
|
1072
|
-
}
|
|
1073
|
-
.quality-levels li.current {
|
|
1074
|
-
background-color: #000;
|
|
1075
|
-
}.seek-time[data-seek-time] {
|
|
1076
|
-
position: absolute;
|
|
1077
|
-
white-space: nowrap;
|
|
1078
|
-
height: 20px;
|
|
1079
|
-
line-height: 20px;
|
|
1080
|
-
font-size: 0;
|
|
1081
|
-
left: -100%;
|
|
1082
|
-
bottom: 55px;
|
|
1083
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1084
|
-
z-index: 9999;
|
|
1085
|
-
transition: opacity 0.1s ease;
|
|
1086
|
-
}
|
|
1087
|
-
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1088
|
-
opacity: 0;
|
|
1089
|
-
}
|
|
1090
|
-
.seek-time[data-seek-time] [data-seek-time] {
|
|
1091
|
-
display: inline-block;
|
|
1092
|
-
color: white;
|
|
1093
|
-
font-size: 10px;
|
|
1094
|
-
padding-left: 7px;
|
|
1095
|
-
padding-right: 7px;
|
|
1096
|
-
vertical-align: top;
|
|
1097
|
-
}
|
|
1098
|
-
.seek-time[data-seek-time] [data-duration] {
|
|
1099
|
-
display: inline-block;
|
|
1100
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1101
|
-
font-size: 10px;
|
|
1102
|
-
padding-right: 7px;
|
|
1103
|
-
vertical-align: top;
|
|
1104
|
-
}
|
|
1105
|
-
.seek-time[data-seek-time] [data-duration]::before {
|
|
1106
|
-
content: "|";
|
|
1107
|
-
margin-right: 7px;
|
|
915
|
+
.dvr .dvr-controls[data-dvr] .live-button {
|
|
916
|
+
display: block;
|
|
1108
917
|
}.player-poster[data-poster] {
|
|
1109
918
|
display: flex;
|
|
1110
919
|
justify-content: center;
|
|
@@ -1222,44 +1031,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1222
1031
|
display: inline-block;
|
|
1223
1032
|
margin-right: 5px;
|
|
1224
1033
|
cursor: pointer;
|
|
1225
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1226
|
-
position: absolute;
|
|
1227
|
-
width: 70px;
|
|
1228
|
-
text-align: center;
|
|
1229
|
-
z-index: 999;
|
|
1230
|
-
left: 0;
|
|
1231
|
-
right: 0;
|
|
1232
|
-
margin: 0 auto;
|
|
1233
|
-
margin-left: auto;
|
|
1234
|
-
margin-right: auto;
|
|
1235
|
-
/* center vertically */
|
|
1236
|
-
top: 50%;
|
|
1237
|
-
transform: translateY(-50%);
|
|
1238
|
-
}
|
|
1239
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1240
|
-
width: 18px;
|
|
1241
|
-
height: 18px;
|
|
1242
|
-
background-color: #FFF;
|
|
1243
|
-
border-radius: 100%;
|
|
1244
|
-
display: inline-block;
|
|
1245
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1246
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1247
|
-
animation-fill-mode: both;
|
|
1248
|
-
}
|
|
1249
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1250
|
-
animation-delay: -0.32s;
|
|
1251
|
-
}
|
|
1252
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1253
|
-
animation-delay: -0.16s;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
@keyframes bouncedelay {
|
|
1257
|
-
0%, 80%, 100% {
|
|
1258
|
-
transform: scale(0);
|
|
1259
|
-
}
|
|
1260
|
-
40% {
|
|
1261
|
-
transform: scale(1);
|
|
1262
|
-
}
|
|
1263
1034
|
}[data-player] {
|
|
1264
1035
|
--bottom-panel: 40px;
|
|
1265
1036
|
}
|
|
@@ -1780,123 +1551,352 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1780
1551
|
}
|
|
1781
1552
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-1[data-volume] {
|
|
1782
1553
|
position: absolute;
|
|
1783
|
-
top: 0;
|
|
1784
|
-
left: 0;
|
|
1785
|
-
width: 0;
|
|
1786
|
-
height: 100%;
|
|
1787
|
-
border-radius: 100px;
|
|
1788
|
-
background-color: white;
|
|
1789
|
-
transition: all 0.1s ease-out;
|
|
1554
|
+
top: 0;
|
|
1555
|
+
left: 0;
|
|
1556
|
+
width: 0;
|
|
1557
|
+
height: 100%;
|
|
1558
|
+
border-radius: 100px;
|
|
1559
|
+
background-color: white;
|
|
1560
|
+
transition: all 0.1s ease-out;
|
|
1561
|
+
}
|
|
1562
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-2[data-volume] {
|
|
1563
|
+
position: absolute;
|
|
1564
|
+
top: 0;
|
|
1565
|
+
left: 0;
|
|
1566
|
+
width: 0;
|
|
1567
|
+
height: 100%;
|
|
1568
|
+
background-color: var(--player-vod-color);
|
|
1569
|
+
transition: all 0.1s ease-out;
|
|
1570
|
+
}
|
|
1571
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
|
|
1572
|
+
position: absolute;
|
|
1573
|
+
transform: translateX(-50%);
|
|
1574
|
+
top: 3px;
|
|
1575
|
+
margin-left: 3px;
|
|
1576
|
+
width: 16px;
|
|
1577
|
+
height: 16px;
|
|
1578
|
+
opacity: 1;
|
|
1579
|
+
transition: all 0.1s ease-out;
|
|
1580
|
+
}
|
|
1581
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
|
|
1582
|
+
position: absolute;
|
|
1583
|
+
left: 3px;
|
|
1584
|
+
top: 5px;
|
|
1585
|
+
width: 7px;
|
|
1586
|
+
height: 7px;
|
|
1587
|
+
border-radius: 50%;
|
|
1588
|
+
background-color: white;
|
|
1589
|
+
}
|
|
1590
|
+
.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] {
|
|
1591
|
+
float: left;
|
|
1592
|
+
width: 4px;
|
|
1593
|
+
padding-left: 2px;
|
|
1594
|
+
height: 12px;
|
|
1595
|
+
opacity: 0.5;
|
|
1596
|
+
box-shadow: inset 2px 0 0 white;
|
|
1597
|
+
transition: transform 0.2s ease-out;
|
|
1598
|
+
}
|
|
1599
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
|
|
1600
|
+
box-shadow: inset 2px 0 0 #fff;
|
|
1601
|
+
opacity: 1;
|
|
1602
|
+
}
|
|
1603
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
|
|
1604
|
+
padding-left: 0;
|
|
1605
|
+
}
|
|
1606
|
+
.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 {
|
|
1607
|
+
transform: scaleY(1.5);
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
/* TODO distribute between plugins' styles */
|
|
1611
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button] {
|
|
1612
|
+
display: flex;
|
|
1613
|
+
justify-content: center;
|
|
1614
|
+
padding: 0;
|
|
1615
|
+
align-items: center;
|
|
1616
|
+
}
|
|
1617
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button]:hover {
|
|
1618
|
+
color: white;
|
|
1619
|
+
}
|
|
1620
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul {
|
|
1621
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1622
|
+
border: none;
|
|
1623
|
+
width: auto;
|
|
1624
|
+
border-radius: 4px;
|
|
1625
|
+
bottom: 52px;
|
|
1626
|
+
margin-left: -28px;
|
|
1627
|
+
}
|
|
1628
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li {
|
|
1629
|
+
font-size: 16px;
|
|
1630
|
+
text-align: center;
|
|
1631
|
+
white-space: nowrap;
|
|
1632
|
+
height: 30px;
|
|
1633
|
+
}
|
|
1634
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a {
|
|
1635
|
+
height: 30px;
|
|
1636
|
+
padding: 5px 10px;
|
|
1637
|
+
color: #fffffe;
|
|
1638
|
+
}
|
|
1639
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
|
|
1640
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1641
|
+
}
|
|
1642
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
|
|
1643
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1644
|
+
}
|
|
1645
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
|
|
1646
|
+
border-bottom-left-radius: 4px;
|
|
1647
|
+
border-bottom-right-radius: 4px;
|
|
1648
|
+
}
|
|
1649
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
|
|
1650
|
+
border-top-left-radius: 4px;
|
|
1651
|
+
border-top-right-radius: 4px;
|
|
1652
|
+
}
|
|
1653
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
|
|
1654
|
+
height: 26px;
|
|
1655
|
+
line-height: 26px;
|
|
1656
|
+
bottom: 52px;
|
|
1657
|
+
border-radius: 3px;
|
|
1658
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1659
|
+
}
|
|
1660
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
|
|
1661
|
+
letter-spacing: 0.8px;
|
|
1662
|
+
font-size: 14px;
|
|
1663
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1664
|
+
}
|
|
1665
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
|
|
1666
|
+
padding-left: 8px;
|
|
1667
|
+
padding-right: 8px;
|
|
1668
|
+
}
|
|
1669
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1670
|
+
display: none !important;
|
|
1671
|
+
}.gear-option_hd-icon.hidden {
|
|
1672
|
+
display: none;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
.quality-levels li.disabled {
|
|
1676
|
+
opacity: 0.5;
|
|
1677
|
+
pointer-events: none;
|
|
1678
|
+
}
|
|
1679
|
+
.quality-levels li.current {
|
|
1680
|
+
background-color: #000;
|
|
1681
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1682
|
+
position: absolute;
|
|
1683
|
+
width: 70px;
|
|
1684
|
+
text-align: center;
|
|
1685
|
+
z-index: 999;
|
|
1686
|
+
left: 0;
|
|
1687
|
+
right: 0;
|
|
1688
|
+
margin: 0 auto;
|
|
1689
|
+
margin-left: auto;
|
|
1690
|
+
margin-right: auto;
|
|
1691
|
+
/* center vertically */
|
|
1692
|
+
top: 50%;
|
|
1693
|
+
transform: translateY(-50%);
|
|
1694
|
+
}
|
|
1695
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1696
|
+
width: 18px;
|
|
1697
|
+
height: 18px;
|
|
1698
|
+
background-color: #FFF;
|
|
1699
|
+
border-radius: 100%;
|
|
1700
|
+
display: inline-block;
|
|
1701
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1702
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1703
|
+
animation-fill-mode: both;
|
|
1704
|
+
}
|
|
1705
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1706
|
+
animation-delay: -0.32s;
|
|
1707
|
+
}
|
|
1708
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1709
|
+
animation-delay: -0.16s;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
@keyframes bouncedelay {
|
|
1713
|
+
0%, 80%, 100% {
|
|
1714
|
+
transform: scale(0);
|
|
1715
|
+
}
|
|
1716
|
+
40% {
|
|
1717
|
+
transform: scale(1);
|
|
1718
|
+
}
|
|
1719
|
+
}*, :focus, :visited {
|
|
1720
|
+
outline: none !important;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.multicamera[data-multicamera] {
|
|
1724
|
+
float: right;
|
|
1725
|
+
margin-top: 4px;
|
|
1726
|
+
position: relative;
|
|
1727
|
+
margin-right: 20px;
|
|
1728
|
+
width: 20px;
|
|
1729
|
+
}
|
|
1730
|
+
.multicamera[data-multicamera] button {
|
|
1731
|
+
background-color: transparent;
|
|
1732
|
+
color: #fff;
|
|
1733
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1734
|
+
-webkit-font-smoothing: antialiased;
|
|
1735
|
+
border: none;
|
|
1736
|
+
font-size: 14px;
|
|
1737
|
+
padding: 0;
|
|
1738
|
+
}
|
|
1739
|
+
.multicamera[data-multicamera] button svg {
|
|
1740
|
+
height: 20px;
|
|
1741
|
+
position: relative;
|
|
1742
|
+
margin-top: 6px;
|
|
1743
|
+
}
|
|
1744
|
+
.multicamera[data-multicamera] button:hover {
|
|
1745
|
+
color: #c9c9c9;
|
|
1746
|
+
}
|
|
1747
|
+
.multicamera[data-multicamera] button.changing {
|
|
1748
|
+
animation: pulse 0.5s infinite alternate;
|
|
1749
|
+
}
|
|
1750
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1751
|
+
width: 9px;
|
|
1752
|
+
height: 6px;
|
|
1753
|
+
margin-top: 11px;
|
|
1754
|
+
margin-left: 5px;
|
|
1755
|
+
}
|
|
1756
|
+
.multicamera[data-multicamera] > ul {
|
|
1757
|
+
padding: 6px 0;
|
|
1758
|
+
right: -24px;
|
|
1759
|
+
width: 245px;
|
|
1760
|
+
list-style-type: none;
|
|
1761
|
+
position: absolute;
|
|
1762
|
+
bottom: 48px;
|
|
1763
|
+
border-radius: 4px;
|
|
1764
|
+
display: none;
|
|
1765
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1790
1766
|
}
|
|
1791
|
-
.
|
|
1767
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1768
|
+
content: "";
|
|
1792
1769
|
position: absolute;
|
|
1793
|
-
top:
|
|
1794
|
-
left:
|
|
1770
|
+
top: 100%;
|
|
1771
|
+
left: 85%;
|
|
1772
|
+
margin-left: -10px;
|
|
1795
1773
|
width: 0;
|
|
1796
|
-
height:
|
|
1797
|
-
|
|
1798
|
-
|
|
1774
|
+
height: 0;
|
|
1775
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1776
|
+
border-right: 10px solid transparent;
|
|
1777
|
+
border-left: 10px solid transparent;
|
|
1799
1778
|
}
|
|
1800
|
-
.
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
top: 3px;
|
|
1804
|
-
margin-left: 3px;
|
|
1805
|
-
width: 16px;
|
|
1806
|
-
height: 16px;
|
|
1807
|
-
opacity: 1;
|
|
1808
|
-
transition: all 0.1s ease-out;
|
|
1779
|
+
.multicamera[data-multicamera] li {
|
|
1780
|
+
font-size: 10px;
|
|
1781
|
+
cursor: pointer;
|
|
1809
1782
|
}
|
|
1810
|
-
.
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
height: 7px;
|
|
1816
|
-
border-radius: 50%;
|
|
1817
|
-
background-color: white;
|
|
1783
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1784
|
+
display: flex;
|
|
1785
|
+
padding: 10px 0;
|
|
1786
|
+
justify-content: center;
|
|
1787
|
+
position: relative;
|
|
1818
1788
|
}
|
|
1819
|
-
.
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
height: 12px;
|
|
1789
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1790
|
+
pointer-events: none;
|
|
1791
|
+
}
|
|
1792
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1824
1793
|
opacity: 0.5;
|
|
1825
|
-
box-shadow: inset 2px 0 0 white;
|
|
1826
|
-
transition: transform 0.2s ease-out;
|
|
1827
1794
|
}
|
|
1828
|
-
.
|
|
1829
|
-
|
|
1830
|
-
opacity: 1;
|
|
1795
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1796
|
+
opacity: 0.5;
|
|
1831
1797
|
}
|
|
1832
|
-
.
|
|
1833
|
-
|
|
1798
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1799
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1834
1800
|
}
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1801
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1802
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1837
1803
|
}
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
display: flex;
|
|
1842
|
-
justify-content: center;
|
|
1843
|
-
padding: 0;
|
|
1844
|
-
align-items: center;
|
|
1804
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1805
|
+
width: 80px;
|
|
1806
|
+
height: 60px;
|
|
1845
1807
|
}
|
|
1846
|
-
.
|
|
1847
|
-
|
|
1808
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1809
|
+
width: 80px;
|
|
1810
|
+
height: 60px;
|
|
1848
1811
|
}
|
|
1849
|
-
.
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
border-radius: 4px;
|
|
1854
|
-
bottom: 52px;
|
|
1855
|
-
margin-left: -28px;
|
|
1812
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1813
|
+
width: 120px;
|
|
1814
|
+
text-align: left;
|
|
1815
|
+
margin-left: 15px;
|
|
1856
1816
|
}
|
|
1857
|
-
.
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1817
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1818
|
+
width: 120px;
|
|
1819
|
+
height: 20px;
|
|
1820
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1821
|
+
font-size: 14px;
|
|
1822
|
+
font-weight: normal;
|
|
1823
|
+
font-style: normal;
|
|
1824
|
+
font-stretch: normal;
|
|
1825
|
+
line-height: 1.43;
|
|
1826
|
+
letter-spacing: normal;
|
|
1827
|
+
text-align: left;
|
|
1828
|
+
color: #fff;
|
|
1829
|
+
text-overflow: ellipsis;
|
|
1830
|
+
overflow: hidden;
|
|
1862
1831
|
}
|
|
1863
|
-
.
|
|
1864
|
-
|
|
1865
|
-
padding: 5px 10px;
|
|
1866
|
-
color: #fffffe;
|
|
1832
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1833
|
+
opacity: 0.6;
|
|
1867
1834
|
}
|
|
1868
|
-
.
|
|
1869
|
-
background-color:
|
|
1835
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
1836
|
+
background-color: #c3c2c2;
|
|
1837
|
+
padding: 5px;
|
|
1870
1838
|
}
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1839
|
+
.multicamera[data-multicamera] li a {
|
|
1840
|
+
color: #444;
|
|
1841
|
+
padding: 2px 10px;
|
|
1842
|
+
display: block;
|
|
1843
|
+
text-decoration: none;
|
|
1873
1844
|
}
|
|
1874
|
-
.
|
|
1875
|
-
|
|
1876
|
-
|
|
1845
|
+
.multicamera[data-multicamera] li a:hover {
|
|
1846
|
+
background-color: #555;
|
|
1847
|
+
color: white;
|
|
1877
1848
|
}
|
|
1878
|
-
.
|
|
1879
|
-
|
|
1880
|
-
|
|
1849
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
1850
|
+
color: white;
|
|
1851
|
+
text-decoration: none;
|
|
1881
1852
|
}
|
|
1882
|
-
.
|
|
1883
|
-
|
|
1884
|
-
line-height: 26px;
|
|
1885
|
-
bottom: 52px;
|
|
1886
|
-
border-radius: 3px;
|
|
1887
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
1853
|
+
.multicamera[data-multicamera] li.current a {
|
|
1854
|
+
color: #f00;
|
|
1888
1855
|
}
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1856
|
+
|
|
1857
|
+
@keyframes pulse {
|
|
1858
|
+
0% {
|
|
1859
|
+
color: #fff;
|
|
1860
|
+
}
|
|
1861
|
+
50% {
|
|
1862
|
+
color: #ff0101;
|
|
1863
|
+
}
|
|
1864
|
+
100% {
|
|
1865
|
+
color: #B80000;
|
|
1866
|
+
}
|
|
1867
|
+
}.seek-time[data-seek-time] {
|
|
1868
|
+
position: absolute;
|
|
1869
|
+
white-space: nowrap;
|
|
1870
|
+
height: 20px;
|
|
1871
|
+
line-height: 20px;
|
|
1872
|
+
font-size: 0;
|
|
1873
|
+
left: -100%;
|
|
1874
|
+
bottom: 55px;
|
|
1875
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1876
|
+
z-index: 9999;
|
|
1877
|
+
transition: opacity 0.1s ease;
|
|
1893
1878
|
}
|
|
1894
|
-
.
|
|
1895
|
-
|
|
1896
|
-
padding-right: 8px;
|
|
1879
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1880
|
+
opacity: 0;
|
|
1897
1881
|
}
|
|
1898
|
-
.
|
|
1899
|
-
display:
|
|
1882
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1883
|
+
display: inline-block;
|
|
1884
|
+
color: white;
|
|
1885
|
+
font-size: 10px;
|
|
1886
|
+
padding-left: 7px;
|
|
1887
|
+
padding-right: 7px;
|
|
1888
|
+
vertical-align: top;
|
|
1889
|
+
}
|
|
1890
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1891
|
+
display: inline-block;
|
|
1892
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1893
|
+
font-size: 10px;
|
|
1894
|
+
padding-right: 7px;
|
|
1895
|
+
vertical-align: top;
|
|
1896
|
+
}
|
|
1897
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1898
|
+
content: "|";
|
|
1899
|
+
margin-right: 7px;
|
|
1900
1900
|
}.scrub-thumbnails {
|
|
1901
1901
|
position: absolute;
|
|
1902
1902
|
bottom: 52px;
|
|
@@ -1958,27 +1958,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1958
1958
|
}
|
|
1959
1959
|
.scrub-thumbnails .backdrop .carousel img {
|
|
1960
1960
|
width: auto;
|
|
1961
|
-
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1962
|
-
height: 0;
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.skip_time_plugin[data-skip-time] {
|
|
1966
|
-
position: absolute;
|
|
1967
|
-
width: 100%;
|
|
1968
|
-
height: calc(100% - 50px);
|
|
1969
|
-
z-index: 9998;
|
|
1970
|
-
background-color: transparent;
|
|
1971
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1972
|
-
}
|
|
1973
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1974
|
-
width: 100%;
|
|
1975
|
-
height: 100%;
|
|
1976
|
-
display: flex;
|
|
1977
|
-
justify-content: space-between;
|
|
1978
|
-
}
|
|
1979
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1980
|
-
width: 33.3%;
|
|
1981
|
-
height: 100%;
|
|
1982
1961
|
}*,
|
|
1983
1962
|
:focus,
|
|
1984
1963
|
:visited {
|
|
@@ -2062,4 +2041,25 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2062
2041
|
|
|
2063
2042
|
.clappr-logo {
|
|
2064
2043
|
position: absolute;
|
|
2044
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
2045
|
+
height: 0;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
.skip_time_plugin[data-skip-time] {
|
|
2049
|
+
position: absolute;
|
|
2050
|
+
width: 100%;
|
|
2051
|
+
height: calc(100% - 50px);
|
|
2052
|
+
z-index: 9998;
|
|
2053
|
+
background-color: transparent;
|
|
2054
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
2055
|
+
}
|
|
2056
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
2057
|
+
width: 100%;
|
|
2058
|
+
height: 100%;
|
|
2059
|
+
display: flex;
|
|
2060
|
+
justify-content: space-between;
|
|
2061
|
+
}
|
|
2062
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
2063
|
+
width: 33.3%;
|
|
2064
|
+
height: 100%;
|
|
2065
2065
|
}
|