@gcorevideo/player 2.20.19 → 2.20.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/dist/core.js +18 -14
- package/dist/index.css +1227 -1227
- package/dist/index.js +36 -25
- package/dist/plugins/index.css +600 -600
- package/dist/plugins/index.js +19 -12
- package/lib/playback/HTML5Video.d.ts +1 -1
- package/lib/playback/HTML5Video.d.ts.map +1 -1
- package/lib/playback/HTML5Video.js +17 -13
- package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
- package/lib/plugins/source-controller/SourceController.js +1 -0
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +2 -0
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +17 -11
- package/package.json +1 -1
- package/src/playback/HTML5Video.ts +18 -13
- package/src/plugins/source-controller/SourceController.ts +1 -0
- package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +19 -10
- package/tsconfig.tsbuildinfo +1 -1
package/dist/plugins/index.css
CHANGED
|
@@ -122,6 +122,118 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
126
|
+
float: right;
|
|
127
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
128
|
+
}
|
|
129
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
|
|
130
|
+
height: 40px;
|
|
131
|
+
width: 40px;
|
|
132
|
+
padding-right: 20px;
|
|
133
|
+
}
|
|
134
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
135
|
+
height: 20px;
|
|
136
|
+
}
|
|
137
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
138
|
+
position: absolute;
|
|
139
|
+
right: 16px;
|
|
140
|
+
bottom: 52px;
|
|
141
|
+
display: none;
|
|
142
|
+
width: 250px;
|
|
143
|
+
min-height: 48px;
|
|
144
|
+
z-index: 9999;
|
|
145
|
+
border-radius: 4px;
|
|
146
|
+
}
|
|
147
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
148
|
+
padding: 8px 0;
|
|
149
|
+
}
|
|
150
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
151
|
+
float: left;
|
|
152
|
+
margin-right: 10px;
|
|
153
|
+
}
|
|
154
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
155
|
+
margin: 0;
|
|
156
|
+
text-align: left;
|
|
157
|
+
line-height: 22px;
|
|
158
|
+
padding: 5px 14px;
|
|
159
|
+
width: 250px;
|
|
160
|
+
font-size: 12px;
|
|
161
|
+
}
|
|
162
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
163
|
+
float: right;
|
|
164
|
+
margin-right: -14px;
|
|
165
|
+
}
|
|
166
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
167
|
+
float: right;
|
|
168
|
+
margin-right: 8px;
|
|
169
|
+
}
|
|
170
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
171
|
+
height: 20px;
|
|
172
|
+
}*, :focus, :visited {
|
|
173
|
+
outline: none !important;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.gear-wrapper .go-back {
|
|
177
|
+
font-weight: 600;
|
|
178
|
+
font-size: 14px;
|
|
179
|
+
line-height: 20px;
|
|
180
|
+
width: 100%;
|
|
181
|
+
text-align: left;
|
|
182
|
+
padding: 12px;
|
|
183
|
+
}
|
|
184
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
185
|
+
float: left;
|
|
186
|
+
padding-top: 2px;
|
|
187
|
+
padding-right: 2px;
|
|
188
|
+
}
|
|
189
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
190
|
+
height: 16px;
|
|
191
|
+
}
|
|
192
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
193
|
+
width: 100%;
|
|
194
|
+
list-style-type: none;
|
|
195
|
+
background-color: transparent;
|
|
196
|
+
min-width: 60px;
|
|
197
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
198
|
+
}
|
|
199
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
200
|
+
font-size: 12px;
|
|
201
|
+
text-align: left;
|
|
202
|
+
}
|
|
203
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
204
|
+
background-color: #c3c2c2;
|
|
205
|
+
padding: 5px;
|
|
206
|
+
}
|
|
207
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
208
|
+
display: block;
|
|
209
|
+
text-decoration: none;
|
|
210
|
+
height: 32px;
|
|
211
|
+
padding: 5px 10px;
|
|
212
|
+
line-height: 22px;
|
|
213
|
+
color: #fffffe;
|
|
214
|
+
}
|
|
215
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
216
|
+
color: white;
|
|
217
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
218
|
+
}
|
|
219
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
220
|
+
color: white;
|
|
221
|
+
text-decoration: none;
|
|
222
|
+
}
|
|
223
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
224
|
+
width: 30px;
|
|
225
|
+
height: 20px;
|
|
226
|
+
float: left;
|
|
227
|
+
display: block;
|
|
228
|
+
}
|
|
229
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
230
|
+
display: none;
|
|
231
|
+
}
|
|
232
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
233
|
+
display: inline;
|
|
234
|
+
}
|
|
235
|
+
.gear-wrapper svg {
|
|
236
|
+
height: 20px;
|
|
125
237
|
}:root {
|
|
126
238
|
--primary-background-color: #000;
|
|
127
239
|
--secondary-background-color: #262626;
|
|
@@ -504,6 +616,109 @@
|
|
|
504
616
|
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
505
617
|
width: 25%;
|
|
506
618
|
}
|
|
619
|
+
}.dvr-controls[data-dvr-controls] {
|
|
620
|
+
display: inline-block;
|
|
621
|
+
float: left;
|
|
622
|
+
color: #fff;
|
|
623
|
+
line-height: 32px;
|
|
624
|
+
font-size: 10px;
|
|
625
|
+
font-weight: bold;
|
|
626
|
+
margin-left: 6px;
|
|
627
|
+
height: 40px;
|
|
628
|
+
line-height: 40px;
|
|
629
|
+
margin-left: 0;
|
|
630
|
+
}
|
|
631
|
+
.dvr-controls[data-dvr-controls] .live-info {
|
|
632
|
+
cursor: default;
|
|
633
|
+
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
634
|
+
text-transform: uppercase;
|
|
635
|
+
}
|
|
636
|
+
.dvr-controls[data-dvr-controls] .live-info:before {
|
|
637
|
+
content: "";
|
|
638
|
+
display: inline-block;
|
|
639
|
+
position: relative;
|
|
640
|
+
width: 7px;
|
|
641
|
+
height: 7px;
|
|
642
|
+
border-radius: 3.5px;
|
|
643
|
+
margin-right: 3.5px;
|
|
644
|
+
background-color: #ff0101;
|
|
645
|
+
}
|
|
646
|
+
.dvr-controls[data-dvr-controls] .live-info.disabled {
|
|
647
|
+
opacity: 0.3;
|
|
648
|
+
}
|
|
649
|
+
.dvr-controls[data-dvr-controls] .live-info.disabled:before {
|
|
650
|
+
background-color: #fff;
|
|
651
|
+
}
|
|
652
|
+
.dvr-controls[data-dvr-controls] .live-button {
|
|
653
|
+
cursor: pointer;
|
|
654
|
+
outline: none;
|
|
655
|
+
display: none;
|
|
656
|
+
border: 0;
|
|
657
|
+
color: #fff;
|
|
658
|
+
background-color: transparent;
|
|
659
|
+
height: 32px;
|
|
660
|
+
padding: 0;
|
|
661
|
+
opacity: 0.7;
|
|
662
|
+
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
663
|
+
text-transform: uppercase;
|
|
664
|
+
transition: all 0.1s ease;
|
|
665
|
+
}
|
|
666
|
+
.dvr-controls[data-dvr-controls] .live-button:before {
|
|
667
|
+
content: "";
|
|
668
|
+
display: inline-block;
|
|
669
|
+
position: relative;
|
|
670
|
+
width: 7px;
|
|
671
|
+
height: 7px;
|
|
672
|
+
border-radius: 3.5px;
|
|
673
|
+
margin-right: 3.5px;
|
|
674
|
+
background-color: #fff;
|
|
675
|
+
}
|
|
676
|
+
.dvr-controls[data-dvr-controls] .live-button:hover {
|
|
677
|
+
opacity: 1;
|
|
678
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
679
|
+
}
|
|
680
|
+
.dvr-controls[data-dvr-controls] .live-info {
|
|
681
|
+
font-size: 14px;
|
|
682
|
+
letter-spacing: 0.8px;
|
|
683
|
+
font-weight: 500;
|
|
684
|
+
color: #fffffe;
|
|
685
|
+
margin-left: 21px;
|
|
686
|
+
}
|
|
687
|
+
.dvr-controls[data-dvr-controls] .live-info::before {
|
|
688
|
+
width: 10px;
|
|
689
|
+
height: 10px;
|
|
690
|
+
border-radius: 50%;
|
|
691
|
+
margin-right: 8px;
|
|
692
|
+
background-color: #ed4f4a;
|
|
693
|
+
}
|
|
694
|
+
.dvr-controls[data-dvr-controls] .live-button {
|
|
695
|
+
height: 40px;
|
|
696
|
+
opacity: 1;
|
|
697
|
+
font-size: 14px;
|
|
698
|
+
letter-spacing: 0.8px;
|
|
699
|
+
font-weight: 500;
|
|
700
|
+
margin-left: 20px;
|
|
701
|
+
}
|
|
702
|
+
.dvr-controls[data-dvr-controls] .live-button::before {
|
|
703
|
+
width: 10px;
|
|
704
|
+
height: 10px;
|
|
705
|
+
border-radius: 50%;
|
|
706
|
+
margin-right: 8px;
|
|
707
|
+
background-color: #cacaca;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.dvr .dvr-controls[data-dvr-controls] .live-info {
|
|
711
|
+
display: none;
|
|
712
|
+
}
|
|
713
|
+
.dvr .dvr-controls[data-dvr-controls] .live-button {
|
|
714
|
+
display: block;
|
|
715
|
+
}
|
|
716
|
+
.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] {
|
|
717
|
+
background-color: #005aff;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
721
|
+
background-color: #ff0101;
|
|
507
722
|
}.context-menu {
|
|
508
723
|
z-index: 999;
|
|
509
724
|
position: absolute;
|
|
@@ -528,52 +743,166 @@
|
|
|
528
743
|
color: white;
|
|
529
744
|
padding: 5px;
|
|
530
745
|
cursor: pointer;
|
|
531
|
-
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
532
|
-
color: #CCCACA;
|
|
533
|
-
position: absolute;
|
|
534
|
-
top: 0;
|
|
535
|
-
height: 100%;
|
|
536
|
-
width: 100%;
|
|
537
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
538
|
-
z-index: 2000;
|
|
539
|
-
display: flex;
|
|
540
|
-
flex-direction: column;
|
|
541
|
-
justify-content: center;
|
|
542
|
-
}
|
|
543
|
-
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
544
|
-
font-size: 14px;
|
|
545
|
-
color: #CCCACA;
|
|
546
|
-
margin-top: 45px;
|
|
547
|
-
}
|
|
548
|
-
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
549
|
-
font-weight: bold;
|
|
550
|
-
line-height: 30px;
|
|
551
|
-
font-size: 18px;
|
|
552
|
-
}
|
|
553
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
554
|
-
width: 90%;
|
|
555
|
-
margin: 0 auto;
|
|
556
|
-
}
|
|
557
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
558
|
-
font-size: 13px;
|
|
559
|
-
margin-top: 15px;
|
|
560
|
-
}
|
|
561
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
562
|
-
cursor: pointer;
|
|
563
|
-
width: 30px;
|
|
564
|
-
margin: 15px auto 0;
|
|
565
746
|
}*, :focus, :visited {
|
|
566
747
|
outline: none !important;
|
|
567
748
|
}
|
|
568
749
|
|
|
569
|
-
.
|
|
750
|
+
.multicamera[data-multicamera] {
|
|
570
751
|
float: right;
|
|
571
752
|
margin-top: 4px;
|
|
572
753
|
position: relative;
|
|
573
|
-
|
|
574
|
-
|
|
754
|
+
margin-right: 20px;
|
|
755
|
+
width: 20px;
|
|
575
756
|
}
|
|
576
|
-
.
|
|
757
|
+
.multicamera[data-multicamera] button {
|
|
758
|
+
background-color: transparent;
|
|
759
|
+
color: #fff;
|
|
760
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
761
|
+
-webkit-font-smoothing: antialiased;
|
|
762
|
+
border: none;
|
|
763
|
+
font-size: 14px;
|
|
764
|
+
padding: 0;
|
|
765
|
+
}
|
|
766
|
+
.multicamera[data-multicamera] button svg {
|
|
767
|
+
height: 20px;
|
|
768
|
+
position: relative;
|
|
769
|
+
margin-top: 6px;
|
|
770
|
+
}
|
|
771
|
+
.multicamera[data-multicamera] button:hover {
|
|
772
|
+
color: #c9c9c9;
|
|
773
|
+
}
|
|
774
|
+
.multicamera[data-multicamera] button.changing {
|
|
775
|
+
animation: pulse 0.5s infinite alternate;
|
|
776
|
+
}
|
|
777
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
778
|
+
width: 9px;
|
|
779
|
+
height: 6px;
|
|
780
|
+
margin-top: 11px;
|
|
781
|
+
margin-left: 5px;
|
|
782
|
+
}
|
|
783
|
+
.multicamera[data-multicamera] > ul {
|
|
784
|
+
padding: 6px 0;
|
|
785
|
+
right: -24px;
|
|
786
|
+
width: 245px;
|
|
787
|
+
list-style-type: none;
|
|
788
|
+
position: absolute;
|
|
789
|
+
bottom: 48px;
|
|
790
|
+
border-radius: 4px;
|
|
791
|
+
display: none;
|
|
792
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
793
|
+
}
|
|
794
|
+
.multicamera[data-multicamera] > ul::after {
|
|
795
|
+
content: "";
|
|
796
|
+
position: absolute;
|
|
797
|
+
top: 100%;
|
|
798
|
+
left: 85%;
|
|
799
|
+
margin-left: -10px;
|
|
800
|
+
width: 0;
|
|
801
|
+
height: 0;
|
|
802
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
803
|
+
border-right: 10px solid transparent;
|
|
804
|
+
border-left: 10px solid transparent;
|
|
805
|
+
}
|
|
806
|
+
.multicamera[data-multicamera] li {
|
|
807
|
+
font-size: 10px;
|
|
808
|
+
cursor: pointer;
|
|
809
|
+
}
|
|
810
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
811
|
+
display: flex;
|
|
812
|
+
padding: 10px 0;
|
|
813
|
+
justify-content: center;
|
|
814
|
+
position: relative;
|
|
815
|
+
}
|
|
816
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
817
|
+
pointer-events: none;
|
|
818
|
+
}
|
|
819
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
820
|
+
opacity: 0.5;
|
|
821
|
+
}
|
|
822
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
823
|
+
opacity: 0.5;
|
|
824
|
+
}
|
|
825
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
826
|
+
background-color: rgba(0, 0, 0, 0);
|
|
827
|
+
}
|
|
828
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
829
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
830
|
+
}
|
|
831
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
832
|
+
width: 80px;
|
|
833
|
+
height: 60px;
|
|
834
|
+
}
|
|
835
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
836
|
+
width: 80px;
|
|
837
|
+
height: 60px;
|
|
838
|
+
}
|
|
839
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
840
|
+
width: 120px;
|
|
841
|
+
text-align: left;
|
|
842
|
+
margin-left: 15px;
|
|
843
|
+
}
|
|
844
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
845
|
+
width: 120px;
|
|
846
|
+
height: 20px;
|
|
847
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
848
|
+
font-size: 14px;
|
|
849
|
+
font-weight: normal;
|
|
850
|
+
font-style: normal;
|
|
851
|
+
font-stretch: normal;
|
|
852
|
+
line-height: 1.43;
|
|
853
|
+
letter-spacing: normal;
|
|
854
|
+
text-align: left;
|
|
855
|
+
color: #fff;
|
|
856
|
+
text-overflow: ellipsis;
|
|
857
|
+
overflow: hidden;
|
|
858
|
+
}
|
|
859
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
860
|
+
opacity: 0.6;
|
|
861
|
+
}
|
|
862
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
863
|
+
background-color: #c3c2c2;
|
|
864
|
+
padding: 5px;
|
|
865
|
+
}
|
|
866
|
+
.multicamera[data-multicamera] li a {
|
|
867
|
+
color: #444;
|
|
868
|
+
padding: 2px 10px;
|
|
869
|
+
display: block;
|
|
870
|
+
text-decoration: none;
|
|
871
|
+
}
|
|
872
|
+
.multicamera[data-multicamera] li a:hover {
|
|
873
|
+
background-color: #555;
|
|
874
|
+
color: white;
|
|
875
|
+
}
|
|
876
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
877
|
+
color: white;
|
|
878
|
+
text-decoration: none;
|
|
879
|
+
}
|
|
880
|
+
.multicamera[data-multicamera] li.current a {
|
|
881
|
+
color: #f00;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
@keyframes pulse {
|
|
885
|
+
0% {
|
|
886
|
+
color: #fff;
|
|
887
|
+
}
|
|
888
|
+
50% {
|
|
889
|
+
color: #ff0101;
|
|
890
|
+
}
|
|
891
|
+
100% {
|
|
892
|
+
color: #B80000;
|
|
893
|
+
}
|
|
894
|
+
}*, :focus, :visited {
|
|
895
|
+
outline: none !important;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.audio_selector[data-track-selector] {
|
|
899
|
+
float: right;
|
|
900
|
+
margin-top: 4px;
|
|
901
|
+
position: relative;
|
|
902
|
+
width: 50px;
|
|
903
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
904
|
+
}
|
|
905
|
+
.audio_selector[data-track-selector] button {
|
|
577
906
|
background-color: transparent;
|
|
578
907
|
color: #fff;
|
|
579
908
|
-webkit-font-smoothing: antialiased;
|
|
@@ -699,53 +1028,11 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
699
1028
|
100% {
|
|
700
1029
|
color: #B80000;
|
|
701
1030
|
}
|
|
702
|
-
}.
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
height: 40px;
|
|
708
|
-
width: 40px;
|
|
709
|
-
padding-right: 20px;
|
|
710
|
-
}
|
|
711
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
712
|
-
height: 20px;
|
|
713
|
-
}
|
|
714
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
715
|
-
position: absolute;
|
|
716
|
-
right: 16px;
|
|
717
|
-
bottom: 52px;
|
|
718
|
-
display: none;
|
|
719
|
-
width: 250px;
|
|
720
|
-
min-height: 48px;
|
|
721
|
-
z-index: 9999;
|
|
722
|
-
border-radius: 4px;
|
|
723
|
-
}
|
|
724
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
725
|
-
padding: 8px 0;
|
|
726
|
-
}
|
|
727
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
728
|
-
float: left;
|
|
729
|
-
margin-right: 10px;
|
|
730
|
-
}
|
|
731
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
732
|
-
margin: 0;
|
|
733
|
-
text-align: left;
|
|
734
|
-
line-height: 22px;
|
|
735
|
-
padding: 5px 14px;
|
|
736
|
-
width: 250px;
|
|
737
|
-
font-size: 12px;
|
|
738
|
-
}
|
|
739
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
740
|
-
float: right;
|
|
741
|
-
margin-right: -14px;
|
|
742
|
-
}
|
|
743
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
744
|
-
float: right;
|
|
745
|
-
margin-right: 8px;
|
|
746
|
-
}
|
|
747
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
748
|
-
height: 20px;
|
|
1031
|
+
}.clips.bar-container[data-seekbar] {
|
|
1032
|
+
clip-path: url("#myClip");
|
|
1033
|
+
}.level-disabled {
|
|
1034
|
+
opacity: 0.5;
|
|
1035
|
+
pointer-events: none;
|
|
749
1036
|
}.media-control-pip button {
|
|
750
1037
|
float: right;
|
|
751
1038
|
height: 40px;
|
|
@@ -753,223 +1040,143 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
753
1040
|
}
|
|
754
1041
|
.media-control-pip button svg {
|
|
755
1042
|
height: 20px;
|
|
756
|
-
}
|
|
757
|
-
|
|
1043
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1044
|
+
color: #CCCACA;
|
|
1045
|
+
position: absolute;
|
|
1046
|
+
top: 0;
|
|
1047
|
+
height: 100%;
|
|
1048
|
+
width: 100%;
|
|
1049
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1050
|
+
z-index: 2000;
|
|
1051
|
+
display: flex;
|
|
1052
|
+
flex-direction: column;
|
|
1053
|
+
justify-content: center;
|
|
758
1054
|
}
|
|
759
|
-
|
|
760
|
-
.gear-wrapper .go-back {
|
|
761
|
-
font-weight: 600;
|
|
1055
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
762
1056
|
font-size: 14px;
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
text-align: left;
|
|
766
|
-
padding: 12px;
|
|
1057
|
+
color: #CCCACA;
|
|
1058
|
+
margin-top: 45px;
|
|
767
1059
|
}
|
|
768
|
-
.
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
1060
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1061
|
+
font-weight: bold;
|
|
1062
|
+
line-height: 30px;
|
|
1063
|
+
font-size: 18px;
|
|
772
1064
|
}
|
|
773
|
-
.
|
|
774
|
-
|
|
1065
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1066
|
+
width: 90%;
|
|
1067
|
+
margin: 0 auto;
|
|
775
1068
|
}
|
|
776
|
-
.
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
background-color: transparent;
|
|
780
|
-
min-width: 60px;
|
|
781
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
1069
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1070
|
+
font-size: 13px;
|
|
1071
|
+
margin-top: 15px;
|
|
782
1072
|
}
|
|
783
|
-
.
|
|
784
|
-
|
|
785
|
-
|
|
1073
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1074
|
+
cursor: pointer;
|
|
1075
|
+
width: 30px;
|
|
1076
|
+
margin: 15px auto 0;
|
|
1077
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
|
|
1078
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
|
|
1079
|
+
display: block;
|
|
786
1080
|
}
|
|
787
|
-
.
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
}
|
|
791
|
-
.gear-wrapper ul.gear-sub-menu li a {
|
|
792
|
-
display: block;
|
|
793
|
-
text-decoration: none;
|
|
794
|
-
height: 32px;
|
|
795
|
-
padding: 5px 10px;
|
|
796
|
-
line-height: 22px;
|
|
797
|
-
color: #fffffe;
|
|
1081
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
|
|
1082
|
+
width: 40px;
|
|
1083
|
+
margin-top: 0;
|
|
798
1084
|
}
|
|
799
|
-
.
|
|
800
|
-
|
|
801
|
-
|
|
1085
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
|
|
1086
|
+
display: flex;
|
|
1087
|
+
justify-content: center;
|
|
1088
|
+
padding: 0;
|
|
1089
|
+
align-items: center;
|
|
802
1090
|
}
|
|
803
|
-
.
|
|
1091
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
|
|
804
1092
|
color: white;
|
|
805
|
-
text-decoration: none;
|
|
806
|
-
}
|
|
807
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
808
|
-
width: 30px;
|
|
809
|
-
height: 20px;
|
|
810
|
-
float: left;
|
|
811
|
-
display: block;
|
|
812
|
-
}
|
|
813
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
814
|
-
display: none;
|
|
815
|
-
}
|
|
816
|
-
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
817
|
-
display: inline;
|
|
818
1093
|
}
|
|
819
|
-
.
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
font-weight: bold;
|
|
828
|
-
margin-left: 6px;
|
|
829
|
-
height: 40px;
|
|
830
|
-
line-height: 40px;
|
|
831
|
-
margin-left: 0;
|
|
1094
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
|
|
1095
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1096
|
+
border: none;
|
|
1097
|
+
width: auto;
|
|
1098
|
+
transform: rotate(180deg);
|
|
1099
|
+
border-radius: 4px;
|
|
1100
|
+
bottom: 52px;
|
|
1101
|
+
margin-left: -28px;
|
|
832
1102
|
}
|
|
833
|
-
.
|
|
834
|
-
|
|
835
|
-
font-
|
|
836
|
-
text-
|
|
1103
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
|
|
1104
|
+
transform: rotate(-180deg);
|
|
1105
|
+
font-size: 16px;
|
|
1106
|
+
text-align: center;
|
|
1107
|
+
white-space: nowrap;
|
|
1108
|
+
height: 30px;
|
|
837
1109
|
}
|
|
838
|
-
.
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
width: 7px;
|
|
843
|
-
height: 7px;
|
|
844
|
-
border-radius: 3.5px;
|
|
845
|
-
margin-right: 3.5px;
|
|
846
|
-
background-color: #ff0101;
|
|
1110
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
|
|
1111
|
+
height: 30px;
|
|
1112
|
+
padding: 5px 10px;
|
|
1113
|
+
color: #fffffe;
|
|
847
1114
|
}
|
|
848
|
-
.
|
|
849
|
-
|
|
1115
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
|
|
1116
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
850
1117
|
}
|
|
851
|
-
.
|
|
852
|
-
background-color:
|
|
1118
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
|
|
1119
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
853
1120
|
}
|
|
854
|
-
.
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
display: none;
|
|
858
|
-
border: 0;
|
|
859
|
-
color: #fff;
|
|
860
|
-
background-color: transparent;
|
|
861
|
-
height: 32px;
|
|
862
|
-
padding: 0;
|
|
863
|
-
opacity: 0.7;
|
|
864
|
-
font-family: "Roboto", "Open Sans", Arial, sans-serif;
|
|
865
|
-
text-transform: uppercase;
|
|
866
|
-
transition: all 0.1s ease;
|
|
1121
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
|
|
1122
|
+
border-bottom-left-radius: 4px;
|
|
1123
|
+
border-bottom-right-radius: 4px;
|
|
867
1124
|
}
|
|
868
|
-
.
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
position: relative;
|
|
872
|
-
width: 7px;
|
|
873
|
-
height: 7px;
|
|
874
|
-
border-radius: 3.5px;
|
|
875
|
-
margin-right: 3.5px;
|
|
876
|
-
background-color: #fff;
|
|
1125
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
|
|
1126
|
+
border-top-left-radius: 4px;
|
|
1127
|
+
border-top-right-radius: 4px;
|
|
877
1128
|
}
|
|
878
|
-
.
|
|
879
|
-
|
|
880
|
-
|
|
1129
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
|
|
1130
|
+
height: 26px;
|
|
1131
|
+
line-height: 26px;
|
|
1132
|
+
bottom: 52px;
|
|
1133
|
+
border-radius: 3px;
|
|
1134
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
881
1135
|
}
|
|
882
|
-
.
|
|
883
|
-
font-size: 14px;
|
|
1136
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
|
|
884
1137
|
letter-spacing: 0.8px;
|
|
885
|
-
font-weight: 500;
|
|
886
|
-
color: #fffffe;
|
|
887
|
-
margin-left: 21px;
|
|
888
|
-
}
|
|
889
|
-
.dvr-controls[data-dvr-controls] .live-info::before {
|
|
890
|
-
width: 10px;
|
|
891
|
-
height: 10px;
|
|
892
|
-
border-radius: 50%;
|
|
893
|
-
margin-right: 8px;
|
|
894
|
-
background-color: #ed4f4a;
|
|
895
|
-
}
|
|
896
|
-
.dvr-controls[data-dvr-controls] .live-button {
|
|
897
|
-
height: 40px;
|
|
898
|
-
opacity: 1;
|
|
899
1138
|
font-size: 14px;
|
|
900
|
-
|
|
901
|
-
font-weight: 500;
|
|
902
|
-
margin-left: 20px;
|
|
903
|
-
}
|
|
904
|
-
.dvr-controls[data-dvr-controls] .live-button::before {
|
|
905
|
-
width: 10px;
|
|
906
|
-
height: 10px;
|
|
907
|
-
border-radius: 50%;
|
|
908
|
-
margin-right: 8px;
|
|
909
|
-
background-color: #cacaca;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.dvr .dvr-controls[data-dvr-controls] .live-info {
|
|
913
|
-
display: none;
|
|
914
|
-
}
|
|
915
|
-
.dvr .dvr-controls[data-dvr-controls] .live-button {
|
|
916
|
-
display: block;
|
|
1139
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
917
1140
|
}
|
|
918
|
-
.
|
|
919
|
-
|
|
1141
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
|
|
1142
|
+
padding-left: 8px;
|
|
1143
|
+
padding-right: 8px;
|
|
920
1144
|
}
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
}.big-mute-icon-wrapper[data-big-mute] {
|
|
1145
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1146
|
+
display: none !important;
|
|
1147
|
+
}.seek-time[data-seek-time] {
|
|
925
1148
|
position: absolute;
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
1149
|
+
white-space: nowrap;
|
|
1150
|
+
height: 20px;
|
|
1151
|
+
line-height: 20px;
|
|
1152
|
+
font-size: 0;
|
|
1153
|
+
left: -100%;
|
|
1154
|
+
bottom: 55px;
|
|
1155
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1156
|
+
z-index: 9999;
|
|
934
1157
|
transition: opacity 0.1s ease;
|
|
935
|
-
pointer-events: auto;
|
|
936
|
-
}
|
|
937
|
-
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
938
|
-
display: none;
|
|
939
|
-
}
|
|
940
|
-
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
941
|
-
cursor: pointer;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.big-mute-icon[data-big-mute-icon] {
|
|
945
|
-
display: flex;
|
|
946
|
-
align-items: center;
|
|
947
|
-
justify-content: center;
|
|
948
|
-
align-self: center;
|
|
949
|
-
width: 120px;
|
|
950
|
-
height: 120px;
|
|
951
|
-
border: 2px solid white;
|
|
952
|
-
border-radius: 50%;
|
|
953
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
954
|
-
filter: alpha(opacity=60);
|
|
955
|
-
opacity: 1;
|
|
956
|
-
box-shadow: 0 0 1px 0 white;
|
|
957
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
958
|
-
z-index: 10000;
|
|
959
1158
|
}
|
|
960
|
-
.
|
|
961
|
-
|
|
962
|
-
width: 80px;
|
|
963
|
-
height: 80px;
|
|
1159
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1160
|
+
opacity: 0;
|
|
964
1161
|
}
|
|
965
|
-
.
|
|
966
|
-
|
|
1162
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1163
|
+
display: inline-block;
|
|
1164
|
+
color: white;
|
|
1165
|
+
font-size: 10px;
|
|
1166
|
+
padding-left: 7px;
|
|
1167
|
+
padding-right: 7px;
|
|
1168
|
+
vertical-align: top;
|
|
967
1169
|
}
|
|
968
|
-
.
|
|
969
|
-
|
|
1170
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1171
|
+
display: inline-block;
|
|
1172
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1173
|
+
font-size: 10px;
|
|
1174
|
+
padding-right: 7px;
|
|
1175
|
+
vertical-align: top;
|
|
970
1176
|
}
|
|
971
|
-
.
|
|
972
|
-
|
|
1177
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1178
|
+
content: "|";
|
|
1179
|
+
margin-right: 7px;
|
|
973
1180
|
}[data-player] {
|
|
974
1181
|
--bottom-panel: 40px;
|
|
975
1182
|
}
|
|
@@ -1575,81 +1782,110 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1575
1782
|
}
|
|
1576
1783
|
.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 {
|
|
1577
1784
|
transform: scaleY(1.5);
|
|
1578
|
-
}.
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
|
|
1583
|
-
width: 40px;
|
|
1584
|
-
margin-top: 0;
|
|
1585
|
-
}
|
|
1586
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
|
|
1785
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
1786
|
+
position: absolute;
|
|
1787
|
+
z-index: 9998;
|
|
1788
|
+
background-color: transparent;
|
|
1587
1789
|
display: flex;
|
|
1588
1790
|
justify-content: center;
|
|
1589
|
-
|
|
1590
|
-
|
|
1791
|
+
width: 100%;
|
|
1792
|
+
height: calc(100% - 50px);
|
|
1793
|
+
margin: 0 auto;
|
|
1794
|
+
opacity: 0.75;
|
|
1795
|
+
transition: opacity 0.1s ease;
|
|
1796
|
+
pointer-events: auto;
|
|
1591
1797
|
}
|
|
1592
|
-
.
|
|
1593
|
-
|
|
1798
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
1799
|
+
display: none;
|
|
1594
1800
|
}
|
|
1595
|
-
.
|
|
1596
|
-
|
|
1597
|
-
border: none;
|
|
1598
|
-
width: auto;
|
|
1599
|
-
transform: rotate(180deg);
|
|
1600
|
-
border-radius: 4px;
|
|
1601
|
-
bottom: 52px;
|
|
1602
|
-
margin-left: -28px;
|
|
1801
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
1802
|
+
cursor: pointer;
|
|
1603
1803
|
}
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1804
|
+
|
|
1805
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
1806
|
+
display: flex;
|
|
1807
|
+
align-items: center;
|
|
1808
|
+
justify-content: center;
|
|
1809
|
+
align-self: center;
|
|
1810
|
+
width: 120px;
|
|
1811
|
+
height: 120px;
|
|
1812
|
+
border: 2px solid white;
|
|
1813
|
+
border-radius: 50%;
|
|
1814
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
1815
|
+
filter: alpha(opacity=60);
|
|
1816
|
+
opacity: 1;
|
|
1817
|
+
box-shadow: 0 0 1px 0 white;
|
|
1818
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
1819
|
+
z-index: 10000;
|
|
1610
1820
|
}
|
|
1611
|
-
.
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1821
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
1822
|
+
margin-left: 5px;
|
|
1823
|
+
width: 80px;
|
|
1824
|
+
height: 80px;
|
|
1615
1825
|
}
|
|
1616
|
-
.
|
|
1617
|
-
|
|
1826
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
1827
|
+
fill: #1f1e1e !important;
|
|
1618
1828
|
}
|
|
1619
|
-
.
|
|
1620
|
-
background
|
|
1829
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
1830
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
1621
1831
|
}
|
|
1622
|
-
.
|
|
1623
|
-
|
|
1624
|
-
|
|
1832
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
1833
|
+
fill: #151515 !important;
|
|
1834
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1835
|
+
height: 0;
|
|
1625
1836
|
}
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1837
|
+
|
|
1838
|
+
.skip_time_plugin[data-skip-time] {
|
|
1839
|
+
position: absolute;
|
|
1840
|
+
width: 100%;
|
|
1841
|
+
height: calc(100% - 50px);
|
|
1842
|
+
z-index: 9998;
|
|
1843
|
+
background-color: transparent;
|
|
1844
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1629
1845
|
}
|
|
1630
|
-
.
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
1846
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1847
|
+
width: 100%;
|
|
1848
|
+
height: 100%;
|
|
1849
|
+
display: flex;
|
|
1850
|
+
justify-content: space-between;
|
|
1636
1851
|
}
|
|
1637
|
-
.
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1852
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1853
|
+
width: 33.3%;
|
|
1854
|
+
height: 100%;
|
|
1855
|
+
}.player-poster[data-poster] {
|
|
1856
|
+
display: flex;
|
|
1857
|
+
justify-content: center;
|
|
1858
|
+
align-items: center;
|
|
1859
|
+
position: absolute;
|
|
1860
|
+
height: 100%;
|
|
1861
|
+
width: 100%;
|
|
1862
|
+
z-index: 998;
|
|
1863
|
+
top: 0;
|
|
1864
|
+
left: 0;
|
|
1865
|
+
background-color: #000;
|
|
1866
|
+
background-size: cover;
|
|
1867
|
+
background-repeat: no-repeat;
|
|
1868
|
+
background-position: 50% 50%;
|
|
1641
1869
|
}
|
|
1642
|
-
.
|
|
1643
|
-
|
|
1644
|
-
padding-right: 8px;
|
|
1870
|
+
.player-poster[data-poster].clickable {
|
|
1871
|
+
cursor: pointer;
|
|
1645
1872
|
}
|
|
1646
|
-
.
|
|
1647
|
-
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1873
|
+
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
1874
|
+
opacity: 1;
|
|
1875
|
+
}
|
|
1876
|
+
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
1877
|
+
width: 100%;
|
|
1878
|
+
height: 25%;
|
|
1879
|
+
margin: 0 auto;
|
|
1880
|
+
opacity: 0.75;
|
|
1881
|
+
transition: opacity 0.1s ease;
|
|
1882
|
+
}
|
|
1883
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
1884
|
+
height: 100%;
|
|
1885
|
+
display: inline;
|
|
1886
|
+
}
|
|
1887
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1888
|
+
fill: #fff;
|
|
1653
1889
|
}.share_plugin[data-share] {
|
|
1654
1890
|
pointer-events: auto;
|
|
1655
1891
|
z-index: 5;
|
|
@@ -1733,77 +1969,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1733
1969
|
display: inline-block;
|
|
1734
1970
|
margin-right: 5px;
|
|
1735
1971
|
cursor: pointer;
|
|
1736
|
-
}.seek-time[data-seek-time] {
|
|
1737
|
-
position: absolute;
|
|
1738
|
-
white-space: nowrap;
|
|
1739
|
-
height: 20px;
|
|
1740
|
-
line-height: 20px;
|
|
1741
|
-
font-size: 0;
|
|
1742
|
-
left: -100%;
|
|
1743
|
-
bottom: 55px;
|
|
1744
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1745
|
-
z-index: 9999;
|
|
1746
|
-
transition: opacity 0.1s ease;
|
|
1747
|
-
}
|
|
1748
|
-
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1749
|
-
opacity: 0;
|
|
1750
|
-
}
|
|
1751
|
-
.seek-time[data-seek-time] [data-seek-time] {
|
|
1752
|
-
display: inline-block;
|
|
1753
|
-
color: white;
|
|
1754
|
-
font-size: 10px;
|
|
1755
|
-
padding-left: 7px;
|
|
1756
|
-
padding-right: 7px;
|
|
1757
|
-
vertical-align: top;
|
|
1758
|
-
}
|
|
1759
|
-
.seek-time[data-seek-time] [data-duration] {
|
|
1760
|
-
display: inline-block;
|
|
1761
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1762
|
-
font-size: 10px;
|
|
1763
|
-
padding-right: 7px;
|
|
1764
|
-
vertical-align: top;
|
|
1765
|
-
}
|
|
1766
|
-
.seek-time[data-seek-time] [data-duration]::before {
|
|
1767
|
-
content: "|";
|
|
1768
|
-
margin-right: 7px;
|
|
1769
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1770
|
-
position: absolute;
|
|
1771
|
-
width: 70px;
|
|
1772
|
-
text-align: center;
|
|
1773
|
-
z-index: 999;
|
|
1774
|
-
left: 0;
|
|
1775
|
-
right: 0;
|
|
1776
|
-
margin: 0 auto;
|
|
1777
|
-
margin-left: auto;
|
|
1778
|
-
margin-right: auto;
|
|
1779
|
-
/* center vertically */
|
|
1780
|
-
top: 50%;
|
|
1781
|
-
transform: translateY(-50%);
|
|
1782
|
-
}
|
|
1783
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1784
|
-
width: 18px;
|
|
1785
|
-
height: 18px;
|
|
1786
|
-
background-color: #FFF;
|
|
1787
|
-
border-radius: 100%;
|
|
1788
|
-
display: inline-block;
|
|
1789
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1790
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1791
|
-
animation-fill-mode: both;
|
|
1792
|
-
}
|
|
1793
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1794
|
-
animation-delay: -0.32s;
|
|
1795
|
-
}
|
|
1796
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1797
|
-
animation-delay: -0.16s;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
@keyframes bouncedelay {
|
|
1801
|
-
0%, 80%, 100% {
|
|
1802
|
-
transform: scale(0);
|
|
1803
|
-
}
|
|
1804
|
-
40% {
|
|
1805
|
-
transform: scale(1);
|
|
1806
|
-
}
|
|
1807
1972
|
}*, :focus, :visited {
|
|
1808
1973
|
outline: none !important;
|
|
1809
1974
|
}
|
|
@@ -1885,209 +2050,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1885
2050
|
.ios-fullscreen::cue {
|
|
1886
2051
|
visibility: visible !important;
|
|
1887
2052
|
font-size: 1em !important;
|
|
1888
|
-
}.
|
|
1889
|
-
height: 0;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
|
-
.skip_time_plugin[data-skip-time] {
|
|
1893
|
-
position: absolute;
|
|
1894
|
-
width: 100%;
|
|
1895
|
-
height: calc(100% - 50px);
|
|
1896
|
-
z-index: 9998;
|
|
1897
|
-
background-color: transparent;
|
|
1898
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1899
|
-
}
|
|
1900
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1901
|
-
width: 100%;
|
|
1902
|
-
height: 100%;
|
|
1903
|
-
display: flex;
|
|
1904
|
-
justify-content: space-between;
|
|
1905
|
-
}
|
|
1906
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1907
|
-
width: 33.3%;
|
|
1908
|
-
height: 100%;
|
|
1909
|
-
}*, :focus, :visited {
|
|
1910
|
-
outline: none !important;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
.multicamera[data-multicamera] {
|
|
1914
|
-
float: right;
|
|
1915
|
-
margin-top: 4px;
|
|
1916
|
-
position: relative;
|
|
1917
|
-
margin-right: 20px;
|
|
1918
|
-
width: 20px;
|
|
1919
|
-
}
|
|
1920
|
-
.multicamera[data-multicamera] button {
|
|
1921
|
-
background-color: transparent;
|
|
1922
|
-
color: #fff;
|
|
1923
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1924
|
-
-webkit-font-smoothing: antialiased;
|
|
1925
|
-
border: none;
|
|
1926
|
-
font-size: 14px;
|
|
1927
|
-
padding: 0;
|
|
1928
|
-
}
|
|
1929
|
-
.multicamera[data-multicamera] button svg {
|
|
1930
|
-
height: 20px;
|
|
1931
|
-
position: relative;
|
|
1932
|
-
margin-top: 6px;
|
|
1933
|
-
}
|
|
1934
|
-
.multicamera[data-multicamera] button:hover {
|
|
1935
|
-
color: #c9c9c9;
|
|
1936
|
-
}
|
|
1937
|
-
.multicamera[data-multicamera] button.changing {
|
|
1938
|
-
animation: pulse 0.5s infinite alternate;
|
|
1939
|
-
}
|
|
1940
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1941
|
-
width: 9px;
|
|
1942
|
-
height: 6px;
|
|
1943
|
-
margin-top: 11px;
|
|
1944
|
-
margin-left: 5px;
|
|
1945
|
-
}
|
|
1946
|
-
.multicamera[data-multicamera] > ul {
|
|
1947
|
-
padding: 6px 0;
|
|
1948
|
-
right: -24px;
|
|
1949
|
-
width: 245px;
|
|
1950
|
-
list-style-type: none;
|
|
1951
|
-
position: absolute;
|
|
1952
|
-
bottom: 48px;
|
|
1953
|
-
border-radius: 4px;
|
|
1954
|
-
display: none;
|
|
1955
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
1956
|
-
}
|
|
1957
|
-
.multicamera[data-multicamera] > ul::after {
|
|
1958
|
-
content: "";
|
|
2053
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1959
2054
|
position: absolute;
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
cursor: pointer;
|
|
1972
|
-
}
|
|
1973
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
1974
|
-
display: flex;
|
|
1975
|
-
padding: 10px 0;
|
|
1976
|
-
justify-content: center;
|
|
1977
|
-
position: relative;
|
|
1978
|
-
}
|
|
1979
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1980
|
-
pointer-events: none;
|
|
1981
|
-
}
|
|
1982
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1983
|
-
opacity: 0.5;
|
|
1984
|
-
}
|
|
1985
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1986
|
-
opacity: 0.5;
|
|
1987
|
-
}
|
|
1988
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1989
|
-
background-color: rgba(0, 0, 0, 0);
|
|
1990
|
-
}
|
|
1991
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1992
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
1993
|
-
}
|
|
1994
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1995
|
-
width: 80px;
|
|
1996
|
-
height: 60px;
|
|
1997
|
-
}
|
|
1998
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1999
|
-
width: 80px;
|
|
2000
|
-
height: 60px;
|
|
2001
|
-
}
|
|
2002
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
2003
|
-
width: 120px;
|
|
2004
|
-
text-align: left;
|
|
2005
|
-
margin-left: 15px;
|
|
2006
|
-
}
|
|
2007
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
2008
|
-
width: 120px;
|
|
2009
|
-
height: 20px;
|
|
2010
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
2011
|
-
font-size: 14px;
|
|
2012
|
-
font-weight: normal;
|
|
2013
|
-
font-style: normal;
|
|
2014
|
-
font-stretch: normal;
|
|
2015
|
-
line-height: 1.43;
|
|
2016
|
-
letter-spacing: normal;
|
|
2017
|
-
text-align: left;
|
|
2018
|
-
color: #fff;
|
|
2019
|
-
text-overflow: ellipsis;
|
|
2020
|
-
overflow: hidden;
|
|
2021
|
-
}
|
|
2022
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
2023
|
-
opacity: 0.6;
|
|
2024
|
-
}
|
|
2025
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
2026
|
-
background-color: #c3c2c2;
|
|
2027
|
-
padding: 5px;
|
|
2028
|
-
}
|
|
2029
|
-
.multicamera[data-multicamera] li a {
|
|
2030
|
-
color: #444;
|
|
2031
|
-
padding: 2px 10px;
|
|
2032
|
-
display: block;
|
|
2033
|
-
text-decoration: none;
|
|
2055
|
+
width: 70px;
|
|
2056
|
+
text-align: center;
|
|
2057
|
+
z-index: 999;
|
|
2058
|
+
left: 0;
|
|
2059
|
+
right: 0;
|
|
2060
|
+
margin: 0 auto;
|
|
2061
|
+
margin-left: auto;
|
|
2062
|
+
margin-right: auto;
|
|
2063
|
+
/* center vertically */
|
|
2064
|
+
top: 50%;
|
|
2065
|
+
transform: translateY(-50%);
|
|
2034
2066
|
}
|
|
2035
|
-
.
|
|
2036
|
-
|
|
2037
|
-
|
|
2067
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
2068
|
+
width: 18px;
|
|
2069
|
+
height: 18px;
|
|
2070
|
+
background-color: #FFF;
|
|
2071
|
+
border-radius: 100%;
|
|
2072
|
+
display: inline-block;
|
|
2073
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
2074
|
+
/* Prevent first frame from flickering when animation starts */
|
|
2075
|
+
animation-fill-mode: both;
|
|
2038
2076
|
}
|
|
2039
|
-
.
|
|
2040
|
-
|
|
2041
|
-
text-decoration: none;
|
|
2077
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
2078
|
+
animation-delay: -0.32s;
|
|
2042
2079
|
}
|
|
2043
|
-
.
|
|
2044
|
-
|
|
2080
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
2081
|
+
animation-delay: -0.16s;
|
|
2045
2082
|
}
|
|
2046
2083
|
|
|
2047
|
-
@keyframes
|
|
2048
|
-
0% {
|
|
2049
|
-
|
|
2050
|
-
}
|
|
2051
|
-
50% {
|
|
2052
|
-
color: #ff0101;
|
|
2084
|
+
@keyframes bouncedelay {
|
|
2085
|
+
0%, 80%, 100% {
|
|
2086
|
+
transform: scale(0);
|
|
2053
2087
|
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2088
|
+
40% {
|
|
2089
|
+
transform: scale(1);
|
|
2056
2090
|
}
|
|
2057
|
-
}.player-poster[data-poster] {
|
|
2058
|
-
display: flex;
|
|
2059
|
-
justify-content: center;
|
|
2060
|
-
align-items: center;
|
|
2061
|
-
position: absolute;
|
|
2062
|
-
height: 100%;
|
|
2063
|
-
width: 100%;
|
|
2064
|
-
z-index: 998;
|
|
2065
|
-
top: 0;
|
|
2066
|
-
left: 0;
|
|
2067
|
-
background-color: #000;
|
|
2068
|
-
background-size: cover;
|
|
2069
|
-
background-repeat: no-repeat;
|
|
2070
|
-
background-position: 50% 50%;
|
|
2071
|
-
}
|
|
2072
|
-
.player-poster[data-poster].clickable {
|
|
2073
|
-
cursor: pointer;
|
|
2074
|
-
}
|
|
2075
|
-
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
2076
|
-
opacity: 1;
|
|
2077
|
-
}
|
|
2078
|
-
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
2079
|
-
width: 100%;
|
|
2080
|
-
height: 25%;
|
|
2081
|
-
margin: 0 auto;
|
|
2082
|
-
opacity: 0.75;
|
|
2083
|
-
transition: opacity 0.1s ease;
|
|
2084
|
-
}
|
|
2085
|
-
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
2086
|
-
height: 100%;
|
|
2087
|
-
display: inline;
|
|
2088
|
-
}
|
|
2089
|
-
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
2090
|
-
fill: #fff;
|
|
2091
2091
|
}.player-logo[data-logo] {
|
|
2092
2092
|
position: absolute;
|
|
2093
2093
|
z-index: 2;
|