@gcorevideo/player 2.20.18 → 2.20.20
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 +18 -12
- package/dist/index.css +577 -577
- package/dist/index.js +18 -12
- package/dist/plugins/index.css +431 -431
- package/dist/plugins/index.js +1 -1
- package/lib/playback/HTML5Video.d.ts +1 -1
- package/lib/playback/HTML5Video.d.ts.map +1 -1
- package/lib/playback/HTML5Video.js +18 -11
- package/package.json +1 -1
- package/src/playback/HTML5Video.ts +19 -11
- package/tsconfig.tsbuildinfo +1 -1
package/dist/plugins/index.css
CHANGED
|
@@ -342,111 +342,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
342
342
|
cursor: pointer;
|
|
343
343
|
width: 30px;
|
|
344
344
|
margin: 15px auto 0;
|
|
345
|
-
}.dvr-controls[data-dvr-controls] {
|
|
346
|
-
display: inline-block;
|
|
347
|
-
float: left;
|
|
348
|
-
color: #fff;
|
|
349
|
-
line-height: 32px;
|
|
350
|
-
font-size: 10px;
|
|
351
|
-
font-weight: bold;
|
|
352
|
-
margin-left: 6px;
|
|
353
|
-
height: 40px;
|
|
354
|
-
line-height: 40px;
|
|
355
|
-
margin-left: 0;
|
|
356
|
-
}
|
|
357
|
-
.dvr-controls[data-dvr-controls] .live-info {
|
|
358
|
-
cursor: default;
|
|
359
|
-
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
360
|
-
text-transform: uppercase;
|
|
361
|
-
}
|
|
362
|
-
.dvr-controls[data-dvr-controls] .live-info:before {
|
|
363
|
-
content: "";
|
|
364
|
-
display: inline-block;
|
|
365
|
-
position: relative;
|
|
366
|
-
width: 7px;
|
|
367
|
-
height: 7px;
|
|
368
|
-
border-radius: 3.5px;
|
|
369
|
-
margin-right: 3.5px;
|
|
370
|
-
background-color: #ff0101;
|
|
371
|
-
}
|
|
372
|
-
.dvr-controls[data-dvr-controls] .live-info.disabled {
|
|
373
|
-
opacity: 0.3;
|
|
374
|
-
}
|
|
375
|
-
.dvr-controls[data-dvr-controls] .live-info.disabled:before {
|
|
376
|
-
background-color: #fff;
|
|
377
|
-
}
|
|
378
|
-
.dvr-controls[data-dvr-controls] .live-button {
|
|
379
|
-
cursor: pointer;
|
|
380
|
-
outline: none;
|
|
381
|
-
display: none;
|
|
382
|
-
border: 0;
|
|
383
|
-
color: #fff;
|
|
384
|
-
background-color: transparent;
|
|
385
|
-
height: 32px;
|
|
386
|
-
padding: 0;
|
|
387
|
-
opacity: 0.7;
|
|
388
|
-
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
389
|
-
text-transform: uppercase;
|
|
390
|
-
transition: all 0.1s ease;
|
|
391
|
-
}
|
|
392
|
-
.dvr-controls[data-dvr-controls] .live-button:before {
|
|
393
|
-
content: "";
|
|
394
|
-
display: inline-block;
|
|
395
|
-
position: relative;
|
|
396
|
-
width: 7px;
|
|
397
|
-
height: 7px;
|
|
398
|
-
border-radius: 3.5px;
|
|
399
|
-
margin-right: 3.5px;
|
|
400
|
-
background-color: #fff;
|
|
401
|
-
}
|
|
402
|
-
.dvr-controls[data-dvr-controls] .live-button:hover {
|
|
403
|
-
opacity: 1;
|
|
404
|
-
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
405
|
-
}
|
|
406
|
-
.dvr-controls[data-dvr-controls] .live-info {
|
|
407
|
-
font-size: 14px;
|
|
408
|
-
letter-spacing: 0.8px;
|
|
409
|
-
font-weight: 500;
|
|
410
|
-
color: #fffffe;
|
|
411
|
-
margin-left: 21px;
|
|
412
|
-
}
|
|
413
|
-
.dvr-controls[data-dvr-controls] .live-info::before {
|
|
414
|
-
width: 10px;
|
|
415
|
-
height: 10px;
|
|
416
|
-
border-radius: 50%;
|
|
417
|
-
margin-right: 8px;
|
|
418
|
-
background-color: #ed4f4a;
|
|
419
|
-
}
|
|
420
|
-
.dvr-controls[data-dvr-controls] .live-button {
|
|
421
|
-
height: 40px;
|
|
422
|
-
opacity: 1;
|
|
423
|
-
font-size: 14px;
|
|
424
|
-
letter-spacing: 0.8px;
|
|
425
|
-
font-weight: 500;
|
|
426
|
-
margin-left: 20px;
|
|
427
|
-
}
|
|
428
|
-
.dvr-controls[data-dvr-controls] .live-button::before {
|
|
429
|
-
width: 10px;
|
|
430
|
-
height: 10px;
|
|
431
|
-
border-radius: 50%;
|
|
432
|
-
margin-right: 8px;
|
|
433
|
-
background-color: #cacaca;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.dvr .dvr-controls[data-dvr-controls] .live-info {
|
|
437
|
-
display: none;
|
|
438
|
-
}
|
|
439
|
-
.dvr .dvr-controls[data-dvr-controls] .live-button {
|
|
440
|
-
display: block;
|
|
441
|
-
}
|
|
442
|
-
.dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
443
|
-
background-color: #005aff;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
447
|
-
background-color: #ff0101;
|
|
448
|
-
}.clips.bar-container[data-seekbar] {
|
|
449
|
-
clip-path: url("#myClip");
|
|
450
345
|
}:root {
|
|
451
346
|
--primary-background-color: #000;
|
|
452
347
|
--secondary-background-color: #262626;
|
|
@@ -829,131 +724,147 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
829
724
|
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
830
725
|
width: 25%;
|
|
831
726
|
}
|
|
832
|
-
}.
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
height: 100%;
|
|
838
|
-
width: 100%;
|
|
839
|
-
z-index: 998;
|
|
840
|
-
top: 0;
|
|
841
|
-
left: 0;
|
|
842
|
-
background-color: #000;
|
|
843
|
-
background-size: cover;
|
|
844
|
-
background-repeat: no-repeat;
|
|
845
|
-
background-position: 50% 50%;
|
|
846
|
-
}
|
|
847
|
-
.player-poster[data-poster].clickable {
|
|
848
|
-
cursor: pointer;
|
|
849
|
-
}
|
|
850
|
-
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
851
|
-
opacity: 1;
|
|
727
|
+
}.clips.bar-container[data-seekbar] {
|
|
728
|
+
clip-path: url("#myClip");
|
|
729
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
730
|
+
float: right;
|
|
731
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
852
732
|
}
|
|
853
|
-
.
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
opacity: 0.75;
|
|
858
|
-
transition: opacity 0.1s ease;
|
|
733
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
|
|
734
|
+
height: 40px;
|
|
735
|
+
width: 40px;
|
|
736
|
+
padding-right: 20px;
|
|
859
737
|
}
|
|
860
|
-
.
|
|
861
|
-
height:
|
|
862
|
-
display: inline;
|
|
738
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
739
|
+
height: 20px;
|
|
863
740
|
}
|
|
864
|
-
.
|
|
865
|
-
fill: #fff;
|
|
866
|
-
}.seek-time[data-seek-time] {
|
|
741
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
867
742
|
position: absolute;
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
bottom: 55px;
|
|
874
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
743
|
+
right: 16px;
|
|
744
|
+
bottom: 52px;
|
|
745
|
+
display: none;
|
|
746
|
+
width: 250px;
|
|
747
|
+
min-height: 48px;
|
|
875
748
|
z-index: 9999;
|
|
876
|
-
|
|
877
|
-
}
|
|
878
|
-
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
879
|
-
opacity: 0;
|
|
880
|
-
}
|
|
881
|
-
.seek-time[data-seek-time] [data-seek-time] {
|
|
882
|
-
display: inline-block;
|
|
883
|
-
color: white;
|
|
884
|
-
font-size: 10px;
|
|
885
|
-
padding-left: 7px;
|
|
886
|
-
padding-right: 7px;
|
|
887
|
-
vertical-align: top;
|
|
749
|
+
border-radius: 4px;
|
|
888
750
|
}
|
|
889
|
-
.
|
|
890
|
-
|
|
891
|
-
color: rgba(255, 255, 255, 0.5);
|
|
892
|
-
font-size: 10px;
|
|
893
|
-
padding-right: 7px;
|
|
894
|
-
vertical-align: top;
|
|
751
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
752
|
+
padding: 8px 0;
|
|
895
753
|
}
|
|
896
|
-
.
|
|
897
|
-
|
|
898
|
-
margin-right:
|
|
899
|
-
}.context-menu {
|
|
900
|
-
z-index: 999;
|
|
901
|
-
position: absolute;
|
|
902
|
-
top: 0;
|
|
903
|
-
left: 0;
|
|
904
|
-
text-align: center;
|
|
754
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
755
|
+
float: left;
|
|
756
|
+
margin-right: 10px;
|
|
905
757
|
}
|
|
906
|
-
.
|
|
907
|
-
|
|
908
|
-
font-size: 12px;
|
|
909
|
-
line-height: 12px;
|
|
910
|
-
list-style-type: none;
|
|
758
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
759
|
+
margin: 0;
|
|
911
760
|
text-align: left;
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
border: 1px solid #666;
|
|
917
|
-
border-radius: 4px;
|
|
761
|
+
line-height: 22px;
|
|
762
|
+
padding: 5px 14px;
|
|
763
|
+
width: 250px;
|
|
764
|
+
font-size: 12px;
|
|
918
765
|
}
|
|
919
|
-
.
|
|
920
|
-
color: white;
|
|
921
|
-
padding: 5px;
|
|
922
|
-
cursor: pointer;
|
|
923
|
-
}.media-control-pip button {
|
|
766
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
924
767
|
float: right;
|
|
925
|
-
|
|
926
|
-
margin-right: 20px;
|
|
768
|
+
margin-right: -14px;
|
|
927
769
|
}
|
|
928
|
-
.media-control-
|
|
770
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
771
|
+
float: right;
|
|
772
|
+
margin-right: 8px;
|
|
773
|
+
}
|
|
774
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
929
775
|
height: 20px;
|
|
930
776
|
}*, :focus, :visited {
|
|
931
777
|
outline: none !important;
|
|
932
778
|
}
|
|
933
779
|
|
|
934
|
-
.
|
|
935
|
-
|
|
936
|
-
margin-top: 4px;
|
|
937
|
-
position: relative;
|
|
938
|
-
margin-right: 20px;
|
|
939
|
-
width: 20px;
|
|
940
|
-
}
|
|
941
|
-
.multicamera[data-multicamera] button {
|
|
942
|
-
background-color: transparent;
|
|
943
|
-
color: #fff;
|
|
944
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
945
|
-
-webkit-font-smoothing: antialiased;
|
|
946
|
-
border: none;
|
|
780
|
+
.gear-wrapper .go-back {
|
|
781
|
+
font-weight: 600;
|
|
947
782
|
font-size: 14px;
|
|
948
|
-
|
|
783
|
+
line-height: 20px;
|
|
784
|
+
width: 100%;
|
|
785
|
+
text-align: left;
|
|
786
|
+
padding: 12px;
|
|
949
787
|
}
|
|
950
|
-
.
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
788
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
789
|
+
float: left;
|
|
790
|
+
padding-top: 2px;
|
|
791
|
+
padding-right: 2px;
|
|
954
792
|
}
|
|
955
|
-
.
|
|
956
|
-
|
|
793
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
794
|
+
height: 16px;
|
|
795
|
+
}
|
|
796
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
797
|
+
width: 100%;
|
|
798
|
+
list-style-type: none;
|
|
799
|
+
background-color: transparent;
|
|
800
|
+
min-width: 60px;
|
|
801
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
802
|
+
}
|
|
803
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
804
|
+
font-size: 12px;
|
|
805
|
+
text-align: left;
|
|
806
|
+
}
|
|
807
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
808
|
+
background-color: #c3c2c2;
|
|
809
|
+
padding: 5px;
|
|
810
|
+
}
|
|
811
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
812
|
+
display: block;
|
|
813
|
+
text-decoration: none;
|
|
814
|
+
height: 32px;
|
|
815
|
+
padding: 5px 10px;
|
|
816
|
+
line-height: 22px;
|
|
817
|
+
color: #fffffe;
|
|
818
|
+
}
|
|
819
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
820
|
+
color: white;
|
|
821
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
822
|
+
}
|
|
823
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
824
|
+
color: white;
|
|
825
|
+
text-decoration: none;
|
|
826
|
+
}
|
|
827
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
828
|
+
width: 30px;
|
|
829
|
+
height: 20px;
|
|
830
|
+
float: left;
|
|
831
|
+
display: block;
|
|
832
|
+
}
|
|
833
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
834
|
+
display: none;
|
|
835
|
+
}
|
|
836
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
837
|
+
display: inline;
|
|
838
|
+
}
|
|
839
|
+
.gear-wrapper svg {
|
|
840
|
+
height: 20px;
|
|
841
|
+
}*, :focus, :visited {
|
|
842
|
+
outline: none !important;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.multicamera[data-multicamera] {
|
|
846
|
+
float: right;
|
|
847
|
+
margin-top: 4px;
|
|
848
|
+
position: relative;
|
|
849
|
+
margin-right: 20px;
|
|
850
|
+
width: 20px;
|
|
851
|
+
}
|
|
852
|
+
.multicamera[data-multicamera] button {
|
|
853
|
+
background-color: transparent;
|
|
854
|
+
color: #fff;
|
|
855
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
856
|
+
-webkit-font-smoothing: antialiased;
|
|
857
|
+
border: none;
|
|
858
|
+
font-size: 14px;
|
|
859
|
+
padding: 0;
|
|
860
|
+
}
|
|
861
|
+
.multicamera[data-multicamera] button svg {
|
|
862
|
+
height: 20px;
|
|
863
|
+
position: relative;
|
|
864
|
+
margin-top: 6px;
|
|
865
|
+
}
|
|
866
|
+
.multicamera[data-multicamera] button:hover {
|
|
867
|
+
color: #c9c9c9;
|
|
957
868
|
}
|
|
958
869
|
.multicamera[data-multicamera] button.changing {
|
|
959
870
|
animation: pulse 0.5s infinite alternate;
|
|
@@ -1075,263 +986,203 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1075
986
|
100% {
|
|
1076
987
|
color: #B80000;
|
|
1077
988
|
}
|
|
1078
|
-
}.
|
|
1079
|
-
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.skip_time_plugin[data-skip-time] {
|
|
989
|
+
}.context-menu {
|
|
990
|
+
z-index: 999;
|
|
1083
991
|
position: absolute;
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
background-color: transparent;
|
|
1088
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1089
|
-
}
|
|
1090
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1091
|
-
width: 100%;
|
|
1092
|
-
height: 100%;
|
|
1093
|
-
display: flex;
|
|
1094
|
-
justify-content: space-between;
|
|
1095
|
-
}
|
|
1096
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1097
|
-
width: 33.3%;
|
|
1098
|
-
height: 100%;
|
|
1099
|
-
}*, :focus, :visited {
|
|
1100
|
-
outline: none !important;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.gear-wrapper .go-back {
|
|
1104
|
-
font-weight: 600;
|
|
1105
|
-
font-size: 14px;
|
|
1106
|
-
line-height: 20px;
|
|
1107
|
-
width: 100%;
|
|
1108
|
-
text-align: left;
|
|
1109
|
-
padding: 12px;
|
|
1110
|
-
}
|
|
1111
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
1112
|
-
float: left;
|
|
1113
|
-
padding-top: 2px;
|
|
1114
|
-
padding-right: 2px;
|
|
1115
|
-
}
|
|
1116
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
1117
|
-
height: 16px;
|
|
1118
|
-
}
|
|
1119
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
1120
|
-
width: 100%;
|
|
1121
|
-
list-style-type: none;
|
|
1122
|
-
background-color: transparent;
|
|
1123
|
-
min-width: 60px;
|
|
1124
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
992
|
+
top: 0;
|
|
993
|
+
left: 0;
|
|
994
|
+
text-align: center;
|
|
1125
995
|
}
|
|
1126
|
-
.
|
|
996
|
+
.context-menu .context-menu-list {
|
|
997
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1127
998
|
font-size: 12px;
|
|
999
|
+
line-height: 12px;
|
|
1000
|
+
list-style-type: none;
|
|
1128
1001
|
text-align: left;
|
|
1129
|
-
}
|
|
1130
|
-
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
1131
|
-
background-color: #c3c2c2;
|
|
1132
1002
|
padding: 5px;
|
|
1003
|
+
margin-left: auto;
|
|
1004
|
+
margin-right: auto;
|
|
1005
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
1006
|
+
border: 1px solid #666;
|
|
1007
|
+
border-radius: 4px;
|
|
1133
1008
|
}
|
|
1134
|
-
.
|
|
1135
|
-
display: block;
|
|
1136
|
-
text-decoration: none;
|
|
1137
|
-
height: 32px;
|
|
1138
|
-
padding: 5px 10px;
|
|
1139
|
-
line-height: 22px;
|
|
1140
|
-
color: #fffffe;
|
|
1141
|
-
}
|
|
1142
|
-
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
1009
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
1143
1010
|
color: white;
|
|
1144
|
-
|
|
1011
|
+
padding: 5px;
|
|
1012
|
+
cursor: pointer;
|
|
1013
|
+
}.level-disabled {
|
|
1014
|
+
opacity: 0.5;
|
|
1015
|
+
pointer-events: none;
|
|
1016
|
+
}.player-poster[data-poster] {
|
|
1017
|
+
display: flex;
|
|
1018
|
+
justify-content: center;
|
|
1019
|
+
align-items: center;
|
|
1020
|
+
position: absolute;
|
|
1021
|
+
height: 100%;
|
|
1022
|
+
width: 100%;
|
|
1023
|
+
z-index: 998;
|
|
1024
|
+
top: 0;
|
|
1025
|
+
left: 0;
|
|
1026
|
+
background-color: #000;
|
|
1027
|
+
background-size: cover;
|
|
1028
|
+
background-repeat: no-repeat;
|
|
1029
|
+
background-position: 50% 50%;
|
|
1145
1030
|
}
|
|
1146
|
-
.
|
|
1147
|
-
|
|
1148
|
-
text-decoration: none;
|
|
1031
|
+
.player-poster[data-poster].clickable {
|
|
1032
|
+
cursor: pointer;
|
|
1149
1033
|
}
|
|
1150
|
-
.
|
|
1151
|
-
|
|
1152
|
-
height: 20px;
|
|
1153
|
-
float: left;
|
|
1154
|
-
display: block;
|
|
1034
|
+
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
1035
|
+
opacity: 1;
|
|
1155
1036
|
}
|
|
1156
|
-
.
|
|
1157
|
-
|
|
1037
|
+
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
1038
|
+
width: 100%;
|
|
1039
|
+
height: 25%;
|
|
1040
|
+
margin: 0 auto;
|
|
1041
|
+
opacity: 0.75;
|
|
1042
|
+
transition: opacity 0.1s ease;
|
|
1158
1043
|
}
|
|
1159
|
-
.
|
|
1044
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
1045
|
+
height: 100%;
|
|
1160
1046
|
display: inline;
|
|
1161
1047
|
}
|
|
1162
|
-
.
|
|
1163
|
-
|
|
1164
|
-
}.
|
|
1165
|
-
|
|
1166
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1167
|
-
}
|
|
1168
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
|
|
1169
|
-
height: 40px;
|
|
1170
|
-
width: 40px;
|
|
1171
|
-
padding-right: 20px;
|
|
1172
|
-
}
|
|
1173
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
1174
|
-
height: 20px;
|
|
1175
|
-
}
|
|
1176
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
1177
|
-
position: absolute;
|
|
1178
|
-
right: 16px;
|
|
1179
|
-
bottom: 52px;
|
|
1180
|
-
display: none;
|
|
1181
|
-
width: 250px;
|
|
1182
|
-
min-height: 48px;
|
|
1183
|
-
z-index: 9999;
|
|
1184
|
-
border-radius: 4px;
|
|
1185
|
-
}
|
|
1186
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
1187
|
-
padding: 8px 0;
|
|
1188
|
-
}
|
|
1189
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
1048
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1049
|
+
fill: #fff;
|
|
1050
|
+
}.dvr-controls[data-dvr-controls] {
|
|
1051
|
+
display: inline-block;
|
|
1190
1052
|
float: left;
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
font-size: 12px;
|
|
1053
|
+
color: #fff;
|
|
1054
|
+
line-height: 32px;
|
|
1055
|
+
font-size: 10px;
|
|
1056
|
+
font-weight: bold;
|
|
1057
|
+
margin-left: 6px;
|
|
1058
|
+
height: 40px;
|
|
1059
|
+
line-height: 40px;
|
|
1060
|
+
margin-left: 0;
|
|
1200
1061
|
}
|
|
1201
|
-
.
|
|
1202
|
-
|
|
1203
|
-
|
|
1062
|
+
.dvr-controls[data-dvr-controls] .live-info {
|
|
1063
|
+
cursor: default;
|
|
1064
|
+
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
1065
|
+
text-transform: uppercase;
|
|
1204
1066
|
}
|
|
1205
|
-
.
|
|
1206
|
-
|
|
1207
|
-
|
|
1067
|
+
.dvr-controls[data-dvr-controls] .live-info:before {
|
|
1068
|
+
content: "";
|
|
1069
|
+
display: inline-block;
|
|
1070
|
+
position: relative;
|
|
1071
|
+
width: 7px;
|
|
1072
|
+
height: 7px;
|
|
1073
|
+
border-radius: 3.5px;
|
|
1074
|
+
margin-right: 3.5px;
|
|
1075
|
+
background-color: #ff0101;
|
|
1208
1076
|
}
|
|
1209
|
-
.
|
|
1210
|
-
|
|
1211
|
-
}.level-disabled {
|
|
1212
|
-
opacity: 0.5;
|
|
1213
|
-
pointer-events: none;
|
|
1214
|
-
}.share_plugin[data-share] {
|
|
1215
|
-
pointer-events: auto;
|
|
1216
|
-
z-index: 5;
|
|
1217
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1077
|
+
.dvr-controls[data-dvr-controls] .live-info.disabled {
|
|
1078
|
+
opacity: 0.3;
|
|
1218
1079
|
}
|
|
1219
|
-
.
|
|
1220
|
-
|
|
1080
|
+
.dvr-controls[data-dvr-controls] .live-info.disabled:before {
|
|
1081
|
+
background-color: #fff;
|
|
1221
1082
|
}
|
|
1222
|
-
.
|
|
1083
|
+
.dvr-controls[data-dvr-controls] .live-button {
|
|
1223
1084
|
cursor: pointer;
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1227
|
-
border-radius: 4px;
|
|
1228
|
-
position: absolute;
|
|
1229
|
-
right: 10px;
|
|
1230
|
-
top: 10px;
|
|
1231
|
-
padding-top: 6px;
|
|
1232
|
-
transition: all 0.3s ease-out;
|
|
1233
|
-
}
|
|
1234
|
-
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1235
|
-
background-color: transparent;
|
|
1085
|
+
outline: none;
|
|
1086
|
+
display: none;
|
|
1236
1087
|
border: 0;
|
|
1237
|
-
|
|
1088
|
+
color: #fff;
|
|
1089
|
+
background-color: transparent;
|
|
1090
|
+
height: 32px;
|
|
1238
1091
|
padding: 0;
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
}
|
|
1244
|
-
.share_plugin[data-share] .share-container {
|
|
1245
|
-
pointer-events: auto;
|
|
1246
|
-
position: absolute;
|
|
1247
|
-
width: 280px;
|
|
1248
|
-
background-color: white;
|
|
1249
|
-
transform: translate(0, 50%);
|
|
1250
|
-
transform: translate(-50%, -50%);
|
|
1251
|
-
left: 50%;
|
|
1252
|
-
/* margin-left: -140px; */
|
|
1253
|
-
top: calc(50% - 20px);
|
|
1254
|
-
/* margin-top: -170px; */
|
|
1255
|
-
}
|
|
1256
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
1257
|
-
text-align: left;
|
|
1258
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1092
|
+
opacity: 0.7;
|
|
1093
|
+
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
1094
|
+
text-transform: uppercase;
|
|
1095
|
+
transition: all 0.1s ease;
|
|
1259
1096
|
}
|
|
1260
|
-
.
|
|
1097
|
+
.dvr-controls[data-dvr-controls] .live-button:before {
|
|
1098
|
+
content: "";
|
|
1261
1099
|
display: inline-block;
|
|
1262
|
-
|
|
1263
|
-
|
|
1100
|
+
position: relative;
|
|
1101
|
+
width: 7px;
|
|
1102
|
+
height: 7px;
|
|
1103
|
+
border-radius: 3.5px;
|
|
1104
|
+
margin-right: 3.5px;
|
|
1105
|
+
background-color: #fff;
|
|
1264
1106
|
}
|
|
1265
|
-
.
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
float: right;
|
|
1269
|
-
margin: 5px;
|
|
1270
|
-
cursor: pointer;
|
|
1107
|
+
.dvr-controls[data-dvr-controls] .live-button:hover {
|
|
1108
|
+
opacity: 1;
|
|
1109
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
1271
1110
|
}
|
|
1272
|
-
.
|
|
1273
|
-
|
|
1111
|
+
.dvr-controls[data-dvr-controls] .live-info {
|
|
1112
|
+
font-size: 14px;
|
|
1113
|
+
letter-spacing: 0.8px;
|
|
1114
|
+
font-weight: 500;
|
|
1115
|
+
color: #fffffe;
|
|
1116
|
+
margin-left: 21px;
|
|
1117
|
+
}
|
|
1118
|
+
.dvr-controls[data-dvr-controls] .live-info::before {
|
|
1119
|
+
width: 10px;
|
|
1120
|
+
height: 10px;
|
|
1121
|
+
border-radius: 50%;
|
|
1122
|
+
margin-right: 8px;
|
|
1123
|
+
background-color: #ed4f4a;
|
|
1274
1124
|
}
|
|
1275
|
-
.
|
|
1276
|
-
|
|
1125
|
+
.dvr-controls[data-dvr-controls] .live-button {
|
|
1126
|
+
height: 40px;
|
|
1127
|
+
opacity: 1;
|
|
1277
1128
|
font-size: 14px;
|
|
1278
|
-
|
|
1129
|
+
letter-spacing: 0.8px;
|
|
1130
|
+
font-weight: 500;
|
|
1131
|
+
margin-left: 20px;
|
|
1279
1132
|
}
|
|
1280
|
-
.
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
padding: 5px;
|
|
1133
|
+
.dvr-controls[data-dvr-controls] .live-button::before {
|
|
1134
|
+
width: 10px;
|
|
1135
|
+
height: 10px;
|
|
1136
|
+
border-radius: 50%;
|
|
1137
|
+
margin-right: 8px;
|
|
1138
|
+
background-color: #cacaca;
|
|
1287
1139
|
}
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1140
|
+
|
|
1141
|
+
.dvr .dvr-controls[data-dvr-controls] .live-info {
|
|
1142
|
+
display: none;
|
|
1291
1143
|
}
|
|
1292
|
-
.
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
}
|
|
1144
|
+
.dvr .dvr-controls[data-dvr-controls] .live-button {
|
|
1145
|
+
display: block;
|
|
1146
|
+
}
|
|
1147
|
+
.dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
1148
|
+
background-color: #005aff;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
1152
|
+
background-color: #ff0101;
|
|
1153
|
+
}.seek-time[data-seek-time] {
|
|
1298
1154
|
position: absolute;
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
top: 50%;
|
|
1309
|
-
transform: translateY(-50%);
|
|
1155
|
+
white-space: nowrap;
|
|
1156
|
+
height: 20px;
|
|
1157
|
+
line-height: 20px;
|
|
1158
|
+
font-size: 0;
|
|
1159
|
+
left: -100%;
|
|
1160
|
+
bottom: 55px;
|
|
1161
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1162
|
+
z-index: 9999;
|
|
1163
|
+
transition: opacity 0.1s ease;
|
|
1310
1164
|
}
|
|
1311
|
-
.
|
|
1312
|
-
|
|
1313
|
-
height: 18px;
|
|
1314
|
-
background-color: #FFF;
|
|
1315
|
-
border-radius: 100%;
|
|
1316
|
-
display: inline-block;
|
|
1317
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1318
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1319
|
-
animation-fill-mode: both;
|
|
1165
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1166
|
+
opacity: 0;
|
|
1320
1167
|
}
|
|
1321
|
-
.
|
|
1322
|
-
|
|
1168
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1169
|
+
display: inline-block;
|
|
1170
|
+
color: white;
|
|
1171
|
+
font-size: 10px;
|
|
1172
|
+
padding-left: 7px;
|
|
1173
|
+
padding-right: 7px;
|
|
1174
|
+
vertical-align: top;
|
|
1323
1175
|
}
|
|
1324
|
-
.
|
|
1325
|
-
|
|
1176
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1177
|
+
display: inline-block;
|
|
1178
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1179
|
+
font-size: 10px;
|
|
1180
|
+
padding-right: 7px;
|
|
1181
|
+
vertical-align: top;
|
|
1326
1182
|
}
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
transform: scale(0);
|
|
1331
|
-
}
|
|
1332
|
-
40% {
|
|
1333
|
-
transform: scale(1);
|
|
1334
|
-
}
|
|
1183
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1184
|
+
content: "|";
|
|
1185
|
+
margin-right: 7px;
|
|
1335
1186
|
}.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
|
|
1336
1187
|
.media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
|
|
1337
1188
|
display: block;
|
|
@@ -2007,6 +1858,155 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2007
1858
|
}
|
|
2008
1859
|
.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 {
|
|
2009
1860
|
transform: scaleY(1.5);
|
|
1861
|
+
}.share_plugin[data-share] {
|
|
1862
|
+
pointer-events: auto;
|
|
1863
|
+
z-index: 5;
|
|
1864
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1865
|
+
}
|
|
1866
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1867
|
+
right: -50px;
|
|
1868
|
+
}
|
|
1869
|
+
.share_plugin[data-share] .share-button-container {
|
|
1870
|
+
cursor: pointer;
|
|
1871
|
+
width: 36px;
|
|
1872
|
+
height: 36px;
|
|
1873
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1874
|
+
border-radius: 4px;
|
|
1875
|
+
position: absolute;
|
|
1876
|
+
right: 10px;
|
|
1877
|
+
top: 10px;
|
|
1878
|
+
padding-top: 6px;
|
|
1879
|
+
transition: all 0.3s ease-out;
|
|
1880
|
+
}
|
|
1881
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1882
|
+
background-color: transparent;
|
|
1883
|
+
border: 0;
|
|
1884
|
+
margin: 0 6px;
|
|
1885
|
+
padding: 0;
|
|
1886
|
+
cursor: pointer;
|
|
1887
|
+
display: inline-block;
|
|
1888
|
+
width: 19px;
|
|
1889
|
+
height: 20px;
|
|
1890
|
+
}
|
|
1891
|
+
.share_plugin[data-share] .share-container {
|
|
1892
|
+
pointer-events: auto;
|
|
1893
|
+
position: absolute;
|
|
1894
|
+
width: 280px;
|
|
1895
|
+
background-color: white;
|
|
1896
|
+
transform: translate(0, 50%);
|
|
1897
|
+
transform: translate(-50%, -50%);
|
|
1898
|
+
left: 50%;
|
|
1899
|
+
/* margin-left: -140px; */
|
|
1900
|
+
top: calc(50% - 20px);
|
|
1901
|
+
/* margin-top: -170px; */
|
|
1902
|
+
}
|
|
1903
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1904
|
+
text-align: left;
|
|
1905
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1906
|
+
}
|
|
1907
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1908
|
+
display: inline-block;
|
|
1909
|
+
font-size: 16px;
|
|
1910
|
+
margin: 5px;
|
|
1911
|
+
}
|
|
1912
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1913
|
+
display: inline-block;
|
|
1914
|
+
width: 24px;
|
|
1915
|
+
float: right;
|
|
1916
|
+
margin: 5px;
|
|
1917
|
+
cursor: pointer;
|
|
1918
|
+
}
|
|
1919
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1920
|
+
margin-bottom: 8px;
|
|
1921
|
+
}
|
|
1922
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1923
|
+
text-align: left;
|
|
1924
|
+
font-size: 14px;
|
|
1925
|
+
padding: 5px;
|
|
1926
|
+
}
|
|
1927
|
+
.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 {
|
|
1928
|
+
overflow: hidden;
|
|
1929
|
+
text-overflow: ellipsis;
|
|
1930
|
+
color: #818181;
|
|
1931
|
+
border: solid 1px #d3d3d3;
|
|
1932
|
+
width: calc(100% - 10px);
|
|
1933
|
+
padding: 5px;
|
|
1934
|
+
}
|
|
1935
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1936
|
+
max-height: 90px;
|
|
1937
|
+
resize: none;
|
|
1938
|
+
}
|
|
1939
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1940
|
+
width: 32px;
|
|
1941
|
+
display: inline-block;
|
|
1942
|
+
margin-right: 5px;
|
|
1943
|
+
cursor: pointer;
|
|
1944
|
+
}.media-control-pip button {
|
|
1945
|
+
float: right;
|
|
1946
|
+
height: 40px;
|
|
1947
|
+
margin-right: 20px;
|
|
1948
|
+
}
|
|
1949
|
+
.media-control-pip button svg {
|
|
1950
|
+
height: 20px;
|
|
1951
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1952
|
+
height: 0;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.skip_time_plugin[data-skip-time] {
|
|
1956
|
+
position: absolute;
|
|
1957
|
+
width: 100%;
|
|
1958
|
+
height: calc(100% - 50px);
|
|
1959
|
+
z-index: 9998;
|
|
1960
|
+
background-color: transparent;
|
|
1961
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1962
|
+
}
|
|
1963
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1964
|
+
width: 100%;
|
|
1965
|
+
height: 100%;
|
|
1966
|
+
display: flex;
|
|
1967
|
+
justify-content: space-between;
|
|
1968
|
+
}
|
|
1969
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1970
|
+
width: 33.3%;
|
|
1971
|
+
height: 100%;
|
|
1972
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1973
|
+
position: absolute;
|
|
1974
|
+
width: 70px;
|
|
1975
|
+
text-align: center;
|
|
1976
|
+
z-index: 999;
|
|
1977
|
+
left: 0;
|
|
1978
|
+
right: 0;
|
|
1979
|
+
margin: 0 auto;
|
|
1980
|
+
margin-left: auto;
|
|
1981
|
+
margin-right: auto;
|
|
1982
|
+
/* center vertically */
|
|
1983
|
+
top: 50%;
|
|
1984
|
+
transform: translateY(-50%);
|
|
1985
|
+
}
|
|
1986
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1987
|
+
width: 18px;
|
|
1988
|
+
height: 18px;
|
|
1989
|
+
background-color: #FFF;
|
|
1990
|
+
border-radius: 100%;
|
|
1991
|
+
display: inline-block;
|
|
1992
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1993
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1994
|
+
animation-fill-mode: both;
|
|
1995
|
+
}
|
|
1996
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1997
|
+
animation-delay: -0.32s;
|
|
1998
|
+
}
|
|
1999
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
2000
|
+
animation-delay: -0.16s;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
@keyframes bouncedelay {
|
|
2004
|
+
0%, 80%, 100% {
|
|
2005
|
+
transform: scale(0);
|
|
2006
|
+
}
|
|
2007
|
+
40% {
|
|
2008
|
+
transform: scale(1);
|
|
2009
|
+
}
|
|
2010
2010
|
}*, :focus, :visited {
|
|
2011
2011
|
outline: none !important;
|
|
2012
2012
|
}
|