@gcorevideo/player 2.22.20 → 2.22.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/level-selector/button.ejs +1 -1
- package/dist/core.js +1 -1
- package/dist/index.css +422 -422
- package/dist/index.js +225 -219
- package/dist/player.d.ts +25 -17
- package/dist/plugins/index.css +1346 -1346
- package/dist/plugins/index.js +63 -61
- package/docs/api/{player.bitratetrackrecord.md → player.clapprstatsbitratetrack.md} +3 -3
- package/docs/api/player.clapprstatsmetrics.md +2 -2
- package/docs/api/player.gearevents.md +1 -1
- package/docs/api/player.md +1 -1
- package/docs/api/player.mediacontrol.mount.md +0 -5
- package/docs/api/player.mediacontrol.putelement.md +5 -0
- package/docs/api/player.mediacontrol.toggleelement.md +1 -1
- package/lib/plugins/media-control/MediaControl.d.ts +3 -0
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +6 -1
- package/lib/plugins/volume-fade/VolumeFade.d.ts +25 -10
- package/lib/plugins/volume-fade/VolumeFade.d.ts.map +1 -1
- package/lib/plugins/volume-fade/VolumeFade.js +62 -60
- package/package.json +1 -1
- package/src/plugins/level-selector/__tests__/__snapshots__/QualityLevels.test.ts.snap +1 -1
- package/src/plugins/media-control/MediaControl.ts +6 -1
- package/src/plugins/volume-fade/VolumeFade.ts +92 -75
- package/temp/player.api.json +32 -32
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css
CHANGED
|
@@ -167,106 +167,6 @@
|
|
|
167
167
|
}
|
|
168
168
|
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
169
169
|
flex: 1 0 auto;
|
|
170
|
-
}*,
|
|
171
|
-
:focus,
|
|
172
|
-
:visited {
|
|
173
|
-
outline: none !important;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.media-control-audiotracks {
|
|
177
|
-
position: relative;
|
|
178
|
-
}
|
|
179
|
-
.media-control-audiotracks button {
|
|
180
|
-
background-color: transparent;
|
|
181
|
-
color: #fff;
|
|
182
|
-
-webkit-font-smoothing: antialiased;
|
|
183
|
-
border: none;
|
|
184
|
-
cursor: pointer;
|
|
185
|
-
display: flex;
|
|
186
|
-
align-items: center;
|
|
187
|
-
padding: 0;
|
|
188
|
-
}
|
|
189
|
-
.media-control-audiotracks button .audio-text {
|
|
190
|
-
text-overflow: ellipsis;
|
|
191
|
-
overflow: hidden;
|
|
192
|
-
white-space: nowrap;
|
|
193
|
-
max-width: 100px;
|
|
194
|
-
background-color: transparent;
|
|
195
|
-
-webkit-font-smoothing: antialiased;
|
|
196
|
-
border: none;
|
|
197
|
-
cursor: pointer;
|
|
198
|
-
}
|
|
199
|
-
.media-control-audiotracks button:hover {
|
|
200
|
-
color: white;
|
|
201
|
-
}
|
|
202
|
-
.media-control-audiotracks button.changing {
|
|
203
|
-
animation: pulse 0.5s infinite alternate;
|
|
204
|
-
}
|
|
205
|
-
.media-control-audiotracks button span.audio-arrow {
|
|
206
|
-
width: 9px;
|
|
207
|
-
height: 6px;
|
|
208
|
-
margin-left: 5px;
|
|
209
|
-
}
|
|
210
|
-
.media-control-audiotracks .menu {
|
|
211
|
-
max-width: 114px;
|
|
212
|
-
list-style-type: none;
|
|
213
|
-
position: absolute;
|
|
214
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
215
|
-
border: none;
|
|
216
|
-
min-width: 60px;
|
|
217
|
-
border-radius: 4px;
|
|
218
|
-
bottom: 40px;
|
|
219
|
-
right: -2px;
|
|
220
|
-
}
|
|
221
|
-
.media-control-audiotracks .menu.hidden {
|
|
222
|
-
display: none;
|
|
223
|
-
}
|
|
224
|
-
.media-control-audiotracks li {
|
|
225
|
-
font-size: var(--font-size-media-controls-dropdown);
|
|
226
|
-
text-align: right;
|
|
227
|
-
height: 30px;
|
|
228
|
-
}
|
|
229
|
-
.media-control-audiotracks li[data-title] {
|
|
230
|
-
background-color: #c3c2c2;
|
|
231
|
-
padding: 5px;
|
|
232
|
-
}
|
|
233
|
-
.media-control-audiotracks li a {
|
|
234
|
-
display: block;
|
|
235
|
-
text-decoration: none;
|
|
236
|
-
text-overflow: ellipsis;
|
|
237
|
-
overflow: hidden;
|
|
238
|
-
white-space: nowrap;
|
|
239
|
-
height: 30px;
|
|
240
|
-
padding: 5px 10px;
|
|
241
|
-
color: #fffffe;
|
|
242
|
-
}
|
|
243
|
-
.media-control-audiotracks li a:hover {
|
|
244
|
-
text-decoration: none;
|
|
245
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
246
|
-
color: white;
|
|
247
|
-
}
|
|
248
|
-
.media-control-audiotracks li.current a {
|
|
249
|
-
color: #f00;
|
|
250
|
-
}
|
|
251
|
-
.media-control-audiotracks li:first-child a {
|
|
252
|
-
border-bottom-left-radius: 4px;
|
|
253
|
-
border-bottom-right-radius: 4px;
|
|
254
|
-
}
|
|
255
|
-
.media-control-audiotracks li:last-child a {
|
|
256
|
-
border-top-left-radius: 4px;
|
|
257
|
-
border-top-right-radius: 4px;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
@keyframes pulse {
|
|
261
|
-
0% {
|
|
262
|
-
color: #fff;
|
|
263
|
-
}
|
|
264
|
-
50% {
|
|
265
|
-
color: #ff0101;
|
|
266
|
-
}
|
|
267
|
-
100% {
|
|
268
|
-
color: #B80000;
|
|
269
|
-
}
|
|
270
170
|
}*, :focus, :visited {
|
|
271
171
|
outline: none !important;
|
|
272
172
|
}
|
|
@@ -677,42 +577,111 @@
|
|
|
677
577
|
.mobile .clappr-nerd-stats .stats-box ul {
|
|
678
578
|
width: 25%;
|
|
679
579
|
}
|
|
680
|
-
}
|
|
681
|
-
|
|
580
|
+
}@charset "UTF-8";
|
|
581
|
+
.media-control-clips {
|
|
582
|
+
display: flex;
|
|
583
|
+
gap: 6px;
|
|
584
|
+
}
|
|
585
|
+
.media-control-clips .media-clip-text {
|
|
586
|
+
text-overflow: ellipsis;
|
|
587
|
+
white-space: nowrap;
|
|
588
|
+
overflow: hidden;
|
|
589
|
+
display: inline-block;
|
|
590
|
+
text-overflow: ellipsis;
|
|
591
|
+
color: white;
|
|
592
|
+
cursor: default;
|
|
593
|
+
line-height: var(--bottom-panel);
|
|
594
|
+
position: relative;
|
|
595
|
+
}
|
|
596
|
+
.media-control-clips .media-clip-text::before {
|
|
597
|
+
content: "•";
|
|
598
|
+
padding-right: 6px;
|
|
599
|
+
}
|
|
600
|
+
.media-control-clips .media-clip-text {
|
|
601
|
+
max-width: 100px;
|
|
602
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
603
|
+
color: #CCCACA;
|
|
682
604
|
position: absolute;
|
|
683
605
|
top: 0;
|
|
684
|
-
|
|
685
|
-
|
|
606
|
+
height: 100%;
|
|
607
|
+
width: 100%;
|
|
608
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
609
|
+
z-index: 2000;
|
|
610
|
+
display: flex;
|
|
611
|
+
flex-direction: column;
|
|
612
|
+
justify-content: center;
|
|
686
613
|
}
|
|
687
|
-
.
|
|
688
|
-
font-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
list-style-type: none;
|
|
692
|
-
text-align: left;
|
|
693
|
-
padding: 5px;
|
|
694
|
-
margin-left: auto;
|
|
695
|
-
margin-right: auto;
|
|
696
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
697
|
-
border: 1px solid #666;
|
|
698
|
-
border-radius: 4px;
|
|
614
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
615
|
+
font-size: 14px;
|
|
616
|
+
color: #CCCACA;
|
|
617
|
+
margin-top: 45px;
|
|
699
618
|
}
|
|
700
|
-
.
|
|
701
|
-
|
|
619
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
620
|
+
font-weight: bold;
|
|
621
|
+
line-height: 30px;
|
|
622
|
+
font-size: 18px;
|
|
623
|
+
}
|
|
624
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
625
|
+
width: 90%;
|
|
626
|
+
margin: 0 auto;
|
|
627
|
+
}
|
|
628
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
629
|
+
font-size: 13px;
|
|
630
|
+
margin-top: 15px;
|
|
631
|
+
}
|
|
632
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
633
|
+
cursor: pointer;
|
|
634
|
+
width: 30px;
|
|
635
|
+
margin: 15px auto 0;
|
|
636
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
637
|
+
position: absolute;
|
|
638
|
+
z-index: 9998;
|
|
702
639
|
background-color: transparent;
|
|
703
|
-
padding: 0;
|
|
704
|
-
color: white;
|
|
705
640
|
display: flex;
|
|
706
|
-
gap: 8px;
|
|
707
|
-
align-items: center;
|
|
708
641
|
justify-content: center;
|
|
709
|
-
cursor: pointer;
|
|
710
|
-
padding: 5px;
|
|
711
642
|
width: 100%;
|
|
643
|
+
height: calc(100% - 50px);
|
|
644
|
+
margin: 0 auto;
|
|
645
|
+
opacity: 0.75;
|
|
646
|
+
transition: opacity 0.1s ease;
|
|
647
|
+
pointer-events: auto;
|
|
712
648
|
}
|
|
713
|
-
.
|
|
714
|
-
|
|
715
|
-
|
|
649
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
650
|
+
display: none;
|
|
651
|
+
}
|
|
652
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
653
|
+
cursor: pointer;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
657
|
+
display: flex;
|
|
658
|
+
align-items: center;
|
|
659
|
+
justify-content: center;
|
|
660
|
+
align-self: center;
|
|
661
|
+
width: 120px;
|
|
662
|
+
height: 120px;
|
|
663
|
+
border: 2px solid white;
|
|
664
|
+
border-radius: 50%;
|
|
665
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
666
|
+
filter: alpha(opacity=60);
|
|
667
|
+
opacity: 1;
|
|
668
|
+
box-shadow: 0 0 1px 0 white;
|
|
669
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
670
|
+
z-index: 10000;
|
|
671
|
+
}
|
|
672
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
673
|
+
margin-left: 5px;
|
|
674
|
+
width: 80px;
|
|
675
|
+
height: 80px;
|
|
676
|
+
}
|
|
677
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
678
|
+
fill: #1f1e1e !important;
|
|
679
|
+
}
|
|
680
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
681
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
682
|
+
}
|
|
683
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
684
|
+
fill: #151515 !important;
|
|
716
685
|
}.dvr-controls[data-dvr] {
|
|
717
686
|
display: inline-block;
|
|
718
687
|
color: var(--player-dvr-color);
|
|
@@ -799,89 +768,113 @@
|
|
|
799
768
|
border-radius: 50%;
|
|
800
769
|
margin-right: 8px;
|
|
801
770
|
background-color: #cacaca;
|
|
802
|
-
}
|
|
803
|
-
|
|
771
|
+
}.context-menu {
|
|
772
|
+
z-index: 999;
|
|
804
773
|
position: absolute;
|
|
805
774
|
top: 0;
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
809
|
-
z-index: 2000;
|
|
810
|
-
display: flex;
|
|
811
|
-
flex-direction: column;
|
|
812
|
-
justify-content: center;
|
|
775
|
+
left: 0;
|
|
776
|
+
text-align: center;
|
|
813
777
|
}
|
|
814
|
-
|
|
815
|
-
font-
|
|
816
|
-
|
|
817
|
-
|
|
778
|
+
.context-menu .context-menu-list {
|
|
779
|
+
font-family: "Proxima Nova", sans-serif;
|
|
780
|
+
font-size: 12px;
|
|
781
|
+
line-height: 12px;
|
|
782
|
+
list-style-type: none;
|
|
783
|
+
text-align: left;
|
|
784
|
+
padding: 5px;
|
|
785
|
+
margin-left: auto;
|
|
786
|
+
margin-right: auto;
|
|
787
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
788
|
+
border: 1px solid #666;
|
|
789
|
+
border-radius: 4px;
|
|
818
790
|
}
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
825
|
-
width: 90%;
|
|
826
|
-
margin: 0 auto;
|
|
827
|
-
}
|
|
828
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
829
|
-
font-size: 13px;
|
|
830
|
-
margin-top: 15px;
|
|
831
|
-
}
|
|
832
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
833
|
-
cursor: pointer;
|
|
834
|
-
width: 30px;
|
|
835
|
-
margin: 15px auto 0;
|
|
836
|
-
}@charset "UTF-8";
|
|
837
|
-
.media-control-clips {
|
|
791
|
+
.context-menu .context-menu-list-item button {
|
|
792
|
+
border: none;
|
|
793
|
+
background-color: transparent;
|
|
794
|
+
padding: 0;
|
|
795
|
+
color: white;
|
|
838
796
|
display: flex;
|
|
839
|
-
gap:
|
|
797
|
+
gap: 8px;
|
|
798
|
+
align-items: center;
|
|
799
|
+
justify-content: center;
|
|
800
|
+
cursor: pointer;
|
|
801
|
+
padding: 5px;
|
|
802
|
+
width: 100%;
|
|
840
803
|
}
|
|
841
|
-
.
|
|
842
|
-
|
|
804
|
+
.context-menu .context-menu-list-item_icon {
|
|
805
|
+
width: 20px;
|
|
806
|
+
height: 20px;
|
|
807
|
+
}.seek-time[data-seek-time] {
|
|
808
|
+
position: absolute;
|
|
843
809
|
white-space: nowrap;
|
|
844
|
-
|
|
810
|
+
height: 20px;
|
|
811
|
+
line-height: 20px;
|
|
812
|
+
font-size: 0;
|
|
813
|
+
left: -100%;
|
|
814
|
+
bottom: 55px;
|
|
815
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
816
|
+
z-index: 9999;
|
|
817
|
+
transition: opacity 0.1s ease;
|
|
818
|
+
}
|
|
819
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
820
|
+
opacity: 0;
|
|
821
|
+
}
|
|
822
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
845
823
|
display: inline-block;
|
|
846
|
-
text-overflow: ellipsis;
|
|
847
824
|
color: white;
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
825
|
+
font-size: 10px;
|
|
826
|
+
padding-left: 7px;
|
|
827
|
+
padding-right: 7px;
|
|
828
|
+
vertical-align: top;
|
|
851
829
|
}
|
|
852
|
-
.
|
|
853
|
-
|
|
854
|
-
|
|
830
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
831
|
+
display: inline-block;
|
|
832
|
+
color: rgba(255, 255, 255, 0.5);
|
|
833
|
+
font-size: 10px;
|
|
834
|
+
padding-right: 7px;
|
|
835
|
+
vertical-align: top;
|
|
855
836
|
}
|
|
856
|
-
.
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
837
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
838
|
+
content: "|";
|
|
839
|
+
margin-right: 7px;
|
|
840
|
+
}.spinner-three-bounce[data-spinner] {
|
|
841
|
+
position: absolute;
|
|
842
|
+
width: 70px;
|
|
843
|
+
text-align: center;
|
|
844
|
+
z-index: 999;
|
|
845
|
+
left: 0;
|
|
846
|
+
right: 0;
|
|
847
|
+
margin: 0 auto;
|
|
848
|
+
margin-left: auto;
|
|
849
|
+
margin-right: auto;
|
|
850
|
+
/* center vertically */
|
|
851
|
+
top: 50%;
|
|
852
|
+
transform: translateY(-50%);
|
|
861
853
|
}
|
|
862
|
-
.
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
854
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
855
|
+
width: 18px;
|
|
856
|
+
height: 18px;
|
|
857
|
+
background-color: #FFF;
|
|
858
|
+
border-radius: 100%;
|
|
859
|
+
display: inline-block;
|
|
860
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
861
|
+
/* Prevent first frame from flickering when animation starts */
|
|
862
|
+
animation-fill-mode: both;
|
|
866
863
|
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
position: absolute;
|
|
870
|
-
width: 100%;
|
|
871
|
-
height: calc(100% - 50px);
|
|
872
|
-
z-index: 9998;
|
|
873
|
-
background-color: transparent;
|
|
874
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
864
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
865
|
+
animation-delay: -0.32s;
|
|
875
866
|
}
|
|
876
|
-
.
|
|
877
|
-
|
|
878
|
-
height: 100%;
|
|
879
|
-
display: flex;
|
|
880
|
-
justify-content: space-between;
|
|
867
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
868
|
+
animation-delay: -0.16s;
|
|
881
869
|
}
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
870
|
+
|
|
871
|
+
@keyframes bouncedelay {
|
|
872
|
+
0%, 80%, 100% {
|
|
873
|
+
transform: scale(0);
|
|
874
|
+
}
|
|
875
|
+
40% {
|
|
876
|
+
transform: scale(1);
|
|
877
|
+
}
|
|
885
878
|
}.media-control-pip {
|
|
886
879
|
order: 95;
|
|
887
880
|
display: flex;
|
|
@@ -891,6 +884,95 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
891
884
|
}
|
|
892
885
|
.media-control-pip button svg {
|
|
893
886
|
height: 20px;
|
|
887
|
+
}.share_plugin[data-share] {
|
|
888
|
+
pointer-events: auto;
|
|
889
|
+
z-index: 5;
|
|
890
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
891
|
+
}
|
|
892
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
893
|
+
right: -50px;
|
|
894
|
+
}
|
|
895
|
+
.share_plugin[data-share] .share-button-container {
|
|
896
|
+
cursor: pointer;
|
|
897
|
+
width: 36px;
|
|
898
|
+
height: 36px;
|
|
899
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
900
|
+
border-radius: 4px;
|
|
901
|
+
position: absolute;
|
|
902
|
+
right: 10px;
|
|
903
|
+
top: 10px;
|
|
904
|
+
padding-top: 6px;
|
|
905
|
+
transition: all 0.3s ease-out;
|
|
906
|
+
}
|
|
907
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
908
|
+
background-color: transparent;
|
|
909
|
+
border: 0;
|
|
910
|
+
margin: 0 6px;
|
|
911
|
+
padding: 0;
|
|
912
|
+
cursor: pointer;
|
|
913
|
+
display: inline-block;
|
|
914
|
+
width: 19px;
|
|
915
|
+
height: 20px;
|
|
916
|
+
}
|
|
917
|
+
.share_plugin[data-share] .share-container {
|
|
918
|
+
pointer-events: auto;
|
|
919
|
+
position: absolute;
|
|
920
|
+
width: 280px;
|
|
921
|
+
background-color: white;
|
|
922
|
+
transform: translate(0, 50%);
|
|
923
|
+
transform: translate(-50%, -50%);
|
|
924
|
+
left: 50%;
|
|
925
|
+
/* margin-left: -140px; */
|
|
926
|
+
top: calc(50% - 20px);
|
|
927
|
+
/* margin-top: -170px; */
|
|
928
|
+
}
|
|
929
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
930
|
+
text-align: left;
|
|
931
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
932
|
+
}
|
|
933
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
934
|
+
display: inline-block;
|
|
935
|
+
font-size: 16px;
|
|
936
|
+
margin: 5px;
|
|
937
|
+
}
|
|
938
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
939
|
+
display: inline-block;
|
|
940
|
+
width: 24px;
|
|
941
|
+
float: right;
|
|
942
|
+
margin: 5px;
|
|
943
|
+
cursor: pointer;
|
|
944
|
+
}
|
|
945
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
946
|
+
margin-bottom: 8px;
|
|
947
|
+
}
|
|
948
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
949
|
+
text-align: left;
|
|
950
|
+
font-size: 14px;
|
|
951
|
+
padding: 5px;
|
|
952
|
+
}
|
|
953
|
+
.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 {
|
|
954
|
+
overflow: hidden;
|
|
955
|
+
text-overflow: ellipsis;
|
|
956
|
+
color: #818181;
|
|
957
|
+
border: solid 1px #d3d3d3;
|
|
958
|
+
width: calc(100% - 10px);
|
|
959
|
+
padding: 5px;
|
|
960
|
+
}
|
|
961
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
962
|
+
max-height: 90px;
|
|
963
|
+
resize: none;
|
|
964
|
+
}
|
|
965
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
966
|
+
width: 32px;
|
|
967
|
+
display: inline-block;
|
|
968
|
+
margin-right: 5px;
|
|
969
|
+
cursor: pointer;
|
|
970
|
+
}.quality-levels li.disabled {
|
|
971
|
+
opacity: 0.5;
|
|
972
|
+
pointer-events: none;
|
|
973
|
+
}
|
|
974
|
+
.quality-levels li.current {
|
|
975
|
+
background-color: #000;
|
|
894
976
|
}.player-poster[data-poster] {
|
|
895
977
|
display: flex;
|
|
896
978
|
justify-content: center;
|
|
@@ -925,88 +1007,101 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
925
1007
|
}
|
|
926
1008
|
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
927
1009
|
fill: #fff;
|
|
928
|
-
}.
|
|
1010
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1011
|
+
height: 0;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
.skip_time_plugin[data-skip-time] {
|
|
929
1015
|
position: absolute;
|
|
930
|
-
z-index: 9998;
|
|
931
|
-
background-color: transparent;
|
|
932
|
-
display: flex;
|
|
933
|
-
justify-content: center;
|
|
934
1016
|
width: 100%;
|
|
935
1017
|
height: calc(100% - 50px);
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
pointer-events: auto;
|
|
1018
|
+
z-index: 9998;
|
|
1019
|
+
background-color: transparent;
|
|
1020
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
940
1021
|
}
|
|
941
|
-
.
|
|
942
|
-
|
|
1022
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1023
|
+
width: 100%;
|
|
1024
|
+
height: 100%;
|
|
1025
|
+
display: flex;
|
|
1026
|
+
justify-content: space-between;
|
|
943
1027
|
}
|
|
944
|
-
.
|
|
945
|
-
|
|
1028
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1029
|
+
width: 33.3%;
|
|
1030
|
+
height: 100%;
|
|
1031
|
+
}*,
|
|
1032
|
+
:focus,
|
|
1033
|
+
:visited {
|
|
1034
|
+
outline: none !important;
|
|
946
1035
|
}
|
|
947
1036
|
|
|
948
|
-
.
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
justify-content: center;
|
|
952
|
-
align-self: center;
|
|
953
|
-
width: 120px;
|
|
954
|
-
height: 120px;
|
|
955
|
-
border: 2px solid white;
|
|
956
|
-
border-radius: 50%;
|
|
957
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
958
|
-
filter: alpha(opacity=60);
|
|
959
|
-
opacity: 1;
|
|
960
|
-
box-shadow: 0 0 1px 0 white;
|
|
961
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
962
|
-
z-index: 10000;
|
|
1037
|
+
.media-control-cc[data-cc] {
|
|
1038
|
+
position: relative;
|
|
1039
|
+
order: 85;
|
|
963
1040
|
}
|
|
964
|
-
.
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
1041
|
+
.media-control-cc[data-cc] button {
|
|
1042
|
+
background-color: transparent;
|
|
1043
|
+
color: #fff;
|
|
1044
|
+
-webkit-font-smoothing: antialiased;
|
|
1045
|
+
border: none;
|
|
1046
|
+
cursor: pointer;
|
|
968
1047
|
}
|
|
969
|
-
.
|
|
970
|
-
fill:
|
|
1048
|
+
.media-control-cc[data-cc] button .cc-text svg {
|
|
1049
|
+
fill: white;
|
|
971
1050
|
}
|
|
972
|
-
.
|
|
973
|
-
|
|
1051
|
+
.media-control-cc[data-cc] button:hover {
|
|
1052
|
+
color: #c9c9c9;
|
|
974
1053
|
}
|
|
975
|
-
.
|
|
976
|
-
|
|
977
|
-
}
|
|
1054
|
+
.media-control-cc[data-cc] button.changing {
|
|
1055
|
+
animation: pulse 0.5s infinite alternate;
|
|
1056
|
+
}
|
|
1057
|
+
.media-control-cc[data-cc] ul {
|
|
1058
|
+
width: 80px;
|
|
1059
|
+
list-style-type: none;
|
|
978
1060
|
position: absolute;
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
bottom: 55px;
|
|
985
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
986
|
-
z-index: 9999;
|
|
987
|
-
transition: opacity 0.1s ease;
|
|
1061
|
+
bottom: 25px;
|
|
1062
|
+
border: 1px solid black;
|
|
1063
|
+
display: none;
|
|
1064
|
+
background-color: #e6e6e6;
|
|
1065
|
+
padding: 8px 0;
|
|
988
1066
|
}
|
|
989
|
-
.
|
|
990
|
-
|
|
1067
|
+
.media-control-cc[data-cc] li a {
|
|
1068
|
+
color: #444;
|
|
1069
|
+
padding: 2px 10px;
|
|
1070
|
+
display: block;
|
|
1071
|
+
text-decoration: none;
|
|
991
1072
|
}
|
|
992
|
-
.
|
|
993
|
-
|
|
1073
|
+
.media-control-cc[data-cc] li a:hover {
|
|
1074
|
+
background-color: #555;
|
|
994
1075
|
color: white;
|
|
995
|
-
font-size: 10px;
|
|
996
|
-
padding-left: 7px;
|
|
997
|
-
padding-right: 7px;
|
|
998
|
-
vertical-align: top;
|
|
999
1076
|
}
|
|
1000
|
-
.
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1077
|
+
.media-control-cc[data-cc] li a:hover a {
|
|
1078
|
+
color: white;
|
|
1079
|
+
text-decoration: none;
|
|
1080
|
+
}
|
|
1081
|
+
.media-control-cc[data-cc] li.current a {
|
|
1082
|
+
color: #f00;
|
|
1083
|
+
background-color: #555;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
@keyframes pulse {
|
|
1087
|
+
0% {
|
|
1088
|
+
color: #fff;
|
|
1089
|
+
}
|
|
1090
|
+
50% {
|
|
1091
|
+
color: #ff0101;
|
|
1092
|
+
}
|
|
1093
|
+
100% {
|
|
1094
|
+
color: #B80000;
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
::cue {
|
|
1098
|
+
visibility: hidden !important;
|
|
1099
|
+
font-size: 0 !important;
|
|
1006
1100
|
}
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1101
|
+
|
|
1102
|
+
.ios-fullscreen::cue {
|
|
1103
|
+
visibility: visible !important;
|
|
1104
|
+
font-size: 1em !important;
|
|
1010
1105
|
}*, :focus, :visited {
|
|
1011
1106
|
outline: none !important;
|
|
1012
1107
|
}
|
|
@@ -1155,127 +1250,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1155
1250
|
100% {
|
|
1156
1251
|
color: #B80000;
|
|
1157
1252
|
}
|
|
1158
|
-
}.share_plugin[data-share] {
|
|
1159
|
-
pointer-events: auto;
|
|
1160
|
-
z-index: 5;
|
|
1161
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1162
|
-
}
|
|
1163
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1164
|
-
right: -50px;
|
|
1165
|
-
}
|
|
1166
|
-
.share_plugin[data-share] .share-button-container {
|
|
1167
|
-
cursor: pointer;
|
|
1168
|
-
width: 36px;
|
|
1169
|
-
height: 36px;
|
|
1170
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1171
|
-
border-radius: 4px;
|
|
1172
|
-
position: absolute;
|
|
1173
|
-
right: 10px;
|
|
1174
|
-
top: 10px;
|
|
1175
|
-
padding-top: 6px;
|
|
1176
|
-
transition: all 0.3s ease-out;
|
|
1177
|
-
}
|
|
1178
|
-
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1179
|
-
background-color: transparent;
|
|
1180
|
-
border: 0;
|
|
1181
|
-
margin: 0 6px;
|
|
1182
|
-
padding: 0;
|
|
1183
|
-
cursor: pointer;
|
|
1184
|
-
display: inline-block;
|
|
1185
|
-
width: 19px;
|
|
1186
|
-
height: 20px;
|
|
1187
|
-
}
|
|
1188
|
-
.share_plugin[data-share] .share-container {
|
|
1189
|
-
pointer-events: auto;
|
|
1190
|
-
position: absolute;
|
|
1191
|
-
width: 280px;
|
|
1192
|
-
background-color: white;
|
|
1193
|
-
transform: translate(0, 50%);
|
|
1194
|
-
transform: translate(-50%, -50%);
|
|
1195
|
-
left: 50%;
|
|
1196
|
-
/* margin-left: -140px; */
|
|
1197
|
-
top: calc(50% - 20px);
|
|
1198
|
-
/* margin-top: -170px; */
|
|
1199
|
-
}
|
|
1200
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
1201
|
-
text-align: left;
|
|
1202
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1203
|
-
}
|
|
1204
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1205
|
-
display: inline-block;
|
|
1206
|
-
font-size: 16px;
|
|
1207
|
-
margin: 5px;
|
|
1208
|
-
}
|
|
1209
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1210
|
-
display: inline-block;
|
|
1211
|
-
width: 24px;
|
|
1212
|
-
float: right;
|
|
1213
|
-
margin: 5px;
|
|
1214
|
-
cursor: pointer;
|
|
1215
|
-
}
|
|
1216
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
1217
|
-
margin-bottom: 8px;
|
|
1218
|
-
}
|
|
1219
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1220
|
-
text-align: left;
|
|
1221
|
-
font-size: 14px;
|
|
1222
|
-
padding: 5px;
|
|
1223
|
-
}
|
|
1224
|
-
.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 {
|
|
1225
|
-
overflow: hidden;
|
|
1226
|
-
text-overflow: ellipsis;
|
|
1227
|
-
color: #818181;
|
|
1228
|
-
border: solid 1px #d3d3d3;
|
|
1229
|
-
width: calc(100% - 10px);
|
|
1230
|
-
padding: 5px;
|
|
1231
|
-
}
|
|
1232
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1233
|
-
max-height: 90px;
|
|
1234
|
-
resize: none;
|
|
1235
|
-
}
|
|
1236
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1237
|
-
width: 32px;
|
|
1238
|
-
display: inline-block;
|
|
1239
|
-
margin-right: 5px;
|
|
1240
|
-
cursor: pointer;
|
|
1241
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1242
|
-
position: absolute;
|
|
1243
|
-
width: 70px;
|
|
1244
|
-
text-align: center;
|
|
1245
|
-
z-index: 999;
|
|
1246
|
-
left: 0;
|
|
1247
|
-
right: 0;
|
|
1248
|
-
margin: 0 auto;
|
|
1249
|
-
margin-left: auto;
|
|
1250
|
-
margin-right: auto;
|
|
1251
|
-
/* center vertically */
|
|
1252
|
-
top: 50%;
|
|
1253
|
-
transform: translateY(-50%);
|
|
1254
|
-
}
|
|
1255
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1256
|
-
width: 18px;
|
|
1257
|
-
height: 18px;
|
|
1258
|
-
background-color: #FFF;
|
|
1259
|
-
border-radius: 100%;
|
|
1260
|
-
display: inline-block;
|
|
1261
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1262
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1263
|
-
animation-fill-mode: both;
|
|
1264
|
-
}
|
|
1265
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1266
|
-
animation-delay: -0.32s;
|
|
1267
|
-
}
|
|
1268
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1269
|
-
animation-delay: -0.16s;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
@keyframes bouncedelay {
|
|
1273
|
-
0%, 80%, 100% {
|
|
1274
|
-
transform: scale(0);
|
|
1275
|
-
}
|
|
1276
|
-
40% {
|
|
1277
|
-
transform: scale(1);
|
|
1278
|
-
}
|
|
1279
1253
|
}[data-player] {
|
|
1280
1254
|
--bottom-panel: 40px;
|
|
1281
1255
|
}
|
|
@@ -1893,68 +1867,94 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1893
1867
|
}
|
|
1894
1868
|
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1895
1869
|
display: none !important;
|
|
1896
|
-
}.player-logo[data-logo] {
|
|
1897
|
-
position: absolute;
|
|
1898
|
-
z-index: 2;
|
|
1899
|
-
width: 100%;
|
|
1900
|
-
height: 100%;
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
.clappr-logo {
|
|
1904
|
-
position: absolute;
|
|
1905
1870
|
}*,
|
|
1906
1871
|
:focus,
|
|
1907
1872
|
:visited {
|
|
1908
1873
|
outline: none !important;
|
|
1909
1874
|
}
|
|
1910
1875
|
|
|
1911
|
-
.media-control-
|
|
1876
|
+
.media-control-audiotracks {
|
|
1912
1877
|
position: relative;
|
|
1913
|
-
order: 85;
|
|
1914
1878
|
}
|
|
1915
|
-
.media-control-
|
|
1879
|
+
.media-control-audiotracks button {
|
|
1916
1880
|
background-color: transparent;
|
|
1917
1881
|
color: #fff;
|
|
1918
1882
|
-webkit-font-smoothing: antialiased;
|
|
1919
1883
|
border: none;
|
|
1920
1884
|
cursor: pointer;
|
|
1885
|
+
display: flex;
|
|
1886
|
+
align-items: center;
|
|
1887
|
+
padding: 0;
|
|
1921
1888
|
}
|
|
1922
|
-
.media-control-
|
|
1923
|
-
|
|
1889
|
+
.media-control-audiotracks button .audio-text {
|
|
1890
|
+
text-overflow: ellipsis;
|
|
1891
|
+
overflow: hidden;
|
|
1892
|
+
white-space: nowrap;
|
|
1893
|
+
max-width: 100px;
|
|
1894
|
+
background-color: transparent;
|
|
1895
|
+
-webkit-font-smoothing: antialiased;
|
|
1896
|
+
border: none;
|
|
1897
|
+
cursor: pointer;
|
|
1924
1898
|
}
|
|
1925
|
-
.media-control-
|
|
1926
|
-
color:
|
|
1899
|
+
.media-control-audiotracks button:hover {
|
|
1900
|
+
color: white;
|
|
1927
1901
|
}
|
|
1928
|
-
.media-control-
|
|
1902
|
+
.media-control-audiotracks button.changing {
|
|
1929
1903
|
animation: pulse 0.5s infinite alternate;
|
|
1930
1904
|
}
|
|
1931
|
-
.media-control-
|
|
1932
|
-
width:
|
|
1905
|
+
.media-control-audiotracks button span.audio-arrow {
|
|
1906
|
+
width: 9px;
|
|
1907
|
+
height: 6px;
|
|
1908
|
+
margin-left: 5px;
|
|
1909
|
+
}
|
|
1910
|
+
.media-control-audiotracks .menu {
|
|
1911
|
+
max-width: 114px;
|
|
1933
1912
|
list-style-type: none;
|
|
1934
1913
|
position: absolute;
|
|
1935
|
-
|
|
1936
|
-
border:
|
|
1914
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1915
|
+
border: none;
|
|
1916
|
+
min-width: 60px;
|
|
1917
|
+
border-radius: 4px;
|
|
1918
|
+
bottom: 40px;
|
|
1919
|
+
right: -2px;
|
|
1920
|
+
}
|
|
1921
|
+
.media-control-audiotracks .menu.hidden {
|
|
1937
1922
|
display: none;
|
|
1938
|
-
background-color: #e6e6e6;
|
|
1939
|
-
padding: 8px 0;
|
|
1940
1923
|
}
|
|
1941
|
-
.media-control-
|
|
1942
|
-
|
|
1943
|
-
|
|
1924
|
+
.media-control-audiotracks li {
|
|
1925
|
+
font-size: var(--font-size-media-controls-dropdown);
|
|
1926
|
+
text-align: right;
|
|
1927
|
+
height: 30px;
|
|
1928
|
+
}
|
|
1929
|
+
.media-control-audiotracks li[data-title] {
|
|
1930
|
+
background-color: #c3c2c2;
|
|
1931
|
+
padding: 5px;
|
|
1932
|
+
}
|
|
1933
|
+
.media-control-audiotracks li a {
|
|
1944
1934
|
display: block;
|
|
1945
1935
|
text-decoration: none;
|
|
1936
|
+
text-overflow: ellipsis;
|
|
1937
|
+
overflow: hidden;
|
|
1938
|
+
white-space: nowrap;
|
|
1939
|
+
height: 30px;
|
|
1940
|
+
padding: 5px 10px;
|
|
1941
|
+
color: #fffffe;
|
|
1946
1942
|
}
|
|
1947
|
-
.media-control-
|
|
1948
|
-
background-color: #555;
|
|
1949
|
-
color: white;
|
|
1950
|
-
}
|
|
1951
|
-
.media-control-cc[data-cc] li a:hover a {
|
|
1952
|
-
color: white;
|
|
1943
|
+
.media-control-audiotracks li a:hover {
|
|
1953
1944
|
text-decoration: none;
|
|
1945
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1946
|
+
color: white;
|
|
1954
1947
|
}
|
|
1955
|
-
.media-control-
|
|
1948
|
+
.media-control-audiotracks li.current a {
|
|
1956
1949
|
color: #f00;
|
|
1957
|
-
|
|
1950
|
+
}
|
|
1951
|
+
.media-control-audiotracks li:first-child a {
|
|
1952
|
+
border-bottom-left-radius: 4px;
|
|
1953
|
+
border-bottom-right-radius: 4px;
|
|
1954
|
+
}
|
|
1955
|
+
.media-control-audiotracks li:last-child a {
|
|
1956
|
+
border-top-left-radius: 4px;
|
|
1957
|
+
border-top-right-radius: 4px;
|
|
1958
1958
|
}
|
|
1959
1959
|
|
|
1960
1960
|
@keyframes pulse {
|
|
@@ -1967,15 +1967,15 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1967
1967
|
100% {
|
|
1968
1968
|
color: #B80000;
|
|
1969
1969
|
}
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1970
|
+
}.player-logo[data-logo] {
|
|
1971
|
+
position: absolute;
|
|
1972
|
+
z-index: 2;
|
|
1973
|
+
width: 100%;
|
|
1974
|
+
height: 100%;
|
|
1974
1975
|
}
|
|
1975
1976
|
|
|
1976
|
-
.
|
|
1977
|
-
|
|
1978
|
-
font-size: 1em !important;
|
|
1977
|
+
.clappr-logo {
|
|
1978
|
+
position: absolute;
|
|
1979
1979
|
}.scrub-thumbnails {
|
|
1980
1980
|
position: absolute;
|
|
1981
1981
|
bottom: 52px;
|