@gcorevideo/player 2.25.6 → 2.25.7
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/audio-tracks/template.ejs +5 -4
- package/assets/bottom-gear/gear.scss +1 -2
- package/assets/media-control/media-control.scss +107 -7
- package/assets/media-control/width270.scss +0 -9
- package/assets/media-control/width370.scss +2 -40
- package/assets/picture-in-picture/style.scss +1 -2
- package/dist/core.js +1 -1
- package/dist/index.css +459 -503
- package/dist/index.embed.js +45 -26
- package/dist/index.js +85 -66
- package/lib/plugins/audio-selector/AudioTracks.d.ts +4 -3
- package/lib/plugins/audio-selector/AudioTracks.d.ts.map +1 -1
- package/lib/plugins/audio-selector/AudioTracks.js +41 -23
- package/lib/plugins/media-control/MediaControl.js +1 -1
- package/package.json +1 -1
- package/src/plugins/audio-selector/AudioTracks.ts +53 -29
- package/src/plugins/audio-selector/__tests__/AudioTracks.test.ts +60 -45
- package/src/plugins/audio-selector/__tests__/__snapshots__/AudioSelector.test.ts.snap +24 -24
- package/src/plugins/audio-selector/__tests__/__snapshots__/AudioTracks.test.ts.snap +21 -18
- package/src/plugins/media-control/MediaControl.ts +1 -1
- package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +6 -6
- package/tsconfig.tsbuildinfo +1 -1
- package/assets/audio-tracks/style.scss +0 -111
package/dist/index.css
CHANGED
|
@@ -122,225 +122,182 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}
|
|
126
|
-
:
|
|
127
|
-
:
|
|
128
|
-
|
|
125
|
+
}.context-menu {
|
|
126
|
+
z-index: 999;
|
|
127
|
+
position: absolute;
|
|
128
|
+
top: 0;
|
|
129
|
+
left: 0;
|
|
130
|
+
text-align: center;
|
|
129
131
|
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
132
|
+
.context-menu .context-menu-list {
|
|
133
|
+
font-family: "Proxima Nova", sans-serif;
|
|
134
|
+
font-size: 12px;
|
|
135
|
+
line-height: 12px;
|
|
136
|
+
list-style-type: none;
|
|
137
|
+
text-align: left;
|
|
138
|
+
padding: 5px;
|
|
139
|
+
margin-left: auto;
|
|
140
|
+
margin-right: auto;
|
|
141
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
142
|
+
border: 1px solid #666;
|
|
143
|
+
border-radius: 4px;
|
|
133
144
|
}
|
|
134
|
-
.
|
|
135
|
-
background-color: transparent;
|
|
136
|
-
color: #fff;
|
|
137
|
-
-webkit-font-smoothing: antialiased;
|
|
145
|
+
.context-menu .context-menu-list-item button {
|
|
138
146
|
border: none;
|
|
139
|
-
|
|
147
|
+
background-color: transparent;
|
|
148
|
+
padding: 0;
|
|
149
|
+
color: white;
|
|
140
150
|
display: flex;
|
|
151
|
+
gap: 8px;
|
|
141
152
|
align-items: center;
|
|
142
|
-
|
|
143
|
-
}
|
|
144
|
-
.media-control-audiotracks button .audio-text {
|
|
145
|
-
text-overflow: ellipsis;
|
|
146
|
-
overflow: hidden;
|
|
147
|
-
white-space: nowrap;
|
|
148
|
-
max-width: 100px;
|
|
149
|
-
background-color: transparent;
|
|
150
|
-
-webkit-font-smoothing: antialiased;
|
|
151
|
-
border: none;
|
|
153
|
+
justify-content: center;
|
|
152
154
|
cursor: pointer;
|
|
153
|
-
}
|
|
154
|
-
.media-control-audiotracks button:hover {
|
|
155
|
-
color: white;
|
|
156
|
-
}
|
|
157
|
-
.media-control-audiotracks button.changing {
|
|
158
|
-
animation: pulse 0.5s infinite alternate;
|
|
159
|
-
}
|
|
160
|
-
.media-control-audiotracks button span.audio-arrow {
|
|
161
|
-
width: 9px;
|
|
162
|
-
height: 6px;
|
|
163
|
-
margin-left: 5px;
|
|
164
|
-
}
|
|
165
|
-
.media-control-audiotracks .menu {
|
|
166
|
-
max-width: 114px;
|
|
167
|
-
list-style-type: none;
|
|
168
|
-
position: absolute;
|
|
169
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
170
|
-
border: none;
|
|
171
|
-
min-width: 60px;
|
|
172
|
-
border-radius: 4px;
|
|
173
|
-
bottom: 40px;
|
|
174
|
-
right: -2px;
|
|
175
|
-
}
|
|
176
|
-
.media-control-audiotracks .menu.hidden {
|
|
177
|
-
display: none;
|
|
178
|
-
}
|
|
179
|
-
.media-control-audiotracks li {
|
|
180
|
-
font-size: var(--font-size-media-controls-dropdown);
|
|
181
|
-
text-align: right;
|
|
182
|
-
height: 30px;
|
|
183
|
-
}
|
|
184
|
-
.media-control-audiotracks li[data-title] {
|
|
185
|
-
background-color: #c3c2c2;
|
|
186
155
|
padding: 5px;
|
|
156
|
+
width: 100%;
|
|
187
157
|
}
|
|
188
|
-
.
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
height: 30px;
|
|
195
|
-
padding: 5px 10px;
|
|
196
|
-
color: #fffffe;
|
|
197
|
-
}
|
|
198
|
-
.media-control-audiotracks li a:hover {
|
|
199
|
-
text-decoration: none;
|
|
200
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
201
|
-
color: white;
|
|
202
|
-
}
|
|
203
|
-
.media-control-audiotracks li.current a {
|
|
204
|
-
color: #f00;
|
|
205
|
-
}
|
|
206
|
-
.media-control-audiotracks li:first-child a {
|
|
207
|
-
border-bottom-left-radius: 4px;
|
|
208
|
-
border-bottom-right-radius: 4px;
|
|
209
|
-
}
|
|
210
|
-
.media-control-audiotracks li:last-child a {
|
|
211
|
-
border-top-left-radius: 4px;
|
|
212
|
-
border-top-right-radius: 4px;
|
|
213
|
-
}@charset "UTF-8";
|
|
214
|
-
.gplayer-mc-clips {
|
|
158
|
+
.context-menu .context-menu-list-item_icon {
|
|
159
|
+
width: 20px;
|
|
160
|
+
height: 20px;
|
|
161
|
+
}.dvr-controls {
|
|
162
|
+
--disabled-opacity: 0.3;
|
|
163
|
+
--circle-radius: 5px;
|
|
215
164
|
display: flex;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
overflow: hidden;
|
|
222
|
-
display: inline-block;
|
|
223
|
-
text-overflow: ellipsis;
|
|
224
|
-
color: white;
|
|
225
|
-
cursor: default;
|
|
165
|
+
align-items: center;
|
|
166
|
+
color: var(--player-dvr-color);
|
|
167
|
+
font-size: 10px;
|
|
168
|
+
font-weight: 500;
|
|
169
|
+
height: var(--bottom-panel);
|
|
226
170
|
line-height: var(--bottom-panel);
|
|
227
|
-
|
|
228
|
-
max-width: 150px;
|
|
229
|
-
}
|
|
230
|
-
.gplayer-mc-clips .gplayer-mc-clips-text::before {
|
|
231
|
-
content: "•";
|
|
232
|
-
padding-right: 6px;
|
|
233
|
-
}
|
|
234
|
-
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
235
|
-
max-width: 100px;
|
|
236
|
-
}.media-control-skin-1 .gplayer-mc-panel-item.media-control-gear {
|
|
237
|
-
order: 99;
|
|
238
|
-
height: 20px;
|
|
171
|
+
margin-left: 0;
|
|
239
172
|
}
|
|
240
|
-
.
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
border-radius: 4px;
|
|
248
|
-
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
173
|
+
.dvr-controls .live-info,
|
|
174
|
+
.dvr-controls .live-button {
|
|
175
|
+
font-size: 14px;
|
|
176
|
+
font-weight: 500;
|
|
177
|
+
margin-left: 20px;
|
|
178
|
+
letter-spacing: 0.8px;
|
|
179
|
+
text-transform: uppercase;
|
|
249
180
|
}
|
|
250
|
-
.
|
|
251
|
-
|
|
181
|
+
.dvr-controls .live-info::before,
|
|
182
|
+
.dvr-controls .live-button::before {
|
|
183
|
+
margin-right: 8px;
|
|
184
|
+
content: "";
|
|
185
|
+
display: inline-block;
|
|
186
|
+
position: relative;
|
|
187
|
+
width: calc(var(--circle-radius) * 2);
|
|
188
|
+
height: calc(var(--circle-radius) * 2);
|
|
189
|
+
border-radius: var(--circle-radius);
|
|
190
|
+
background-color: var(--player-dvr-color);
|
|
252
191
|
}
|
|
253
|
-
.
|
|
254
|
-
|
|
255
|
-
text-align: left;
|
|
256
|
-
line-height: 22px;
|
|
257
|
-
padding: 5px 14px;
|
|
258
|
-
width: 250px;
|
|
259
|
-
font-size: 12px;
|
|
260
|
-
display: flex;
|
|
261
|
-
align-items: center;
|
|
262
|
-
justify-content: flex-start;
|
|
263
|
-
gap: 8px;
|
|
192
|
+
.dvr-controls.disabled {
|
|
193
|
+
opacity: var(--disabled-opacity);
|
|
264
194
|
}
|
|
265
|
-
.
|
|
266
|
-
|
|
267
|
-
height: 24px;
|
|
195
|
+
.dvr-controls.disabled:before {
|
|
196
|
+
background-color: var(--player-dvr-color);
|
|
268
197
|
}
|
|
269
|
-
.
|
|
270
|
-
|
|
271
|
-
|
|
198
|
+
.dvr-controls .live-info {
|
|
199
|
+
text-transform: uppercase;
|
|
200
|
+
color: #fffffe;
|
|
272
201
|
}
|
|
273
|
-
.
|
|
274
|
-
|
|
202
|
+
.dvr-controls .live-info::before {
|
|
203
|
+
background-color: #ed4f4a;
|
|
275
204
|
}
|
|
276
|
-
.
|
|
277
|
-
|
|
278
|
-
|
|
205
|
+
.dvr-controls .live-button {
|
|
206
|
+
cursor: pointer;
|
|
207
|
+
outline: none;
|
|
208
|
+
border: 0;
|
|
209
|
+
color: var(--player-dvr-color);
|
|
210
|
+
background-color: transparent;
|
|
211
|
+
padding: 0;
|
|
212
|
+
opacity: 0.7;
|
|
213
|
+
transition: all 0.1s ease;
|
|
279
214
|
}
|
|
280
|
-
.
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
215
|
+
.dvr-controls .live-button:hover {
|
|
216
|
+
opacity: 1;
|
|
217
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
218
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
219
|
+
color: #CCCACA;
|
|
220
|
+
position: absolute;
|
|
221
|
+
top: 0;
|
|
222
|
+
height: 100%;
|
|
223
|
+
width: 100%;
|
|
224
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
225
|
+
z-index: 2000;
|
|
226
|
+
display: flex;
|
|
227
|
+
flex-direction: column;
|
|
228
|
+
justify-content: center;
|
|
284
229
|
}
|
|
285
|
-
|
|
286
|
-
.gear-wrapper .go-back {
|
|
287
|
-
font-weight: 600;
|
|
230
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
288
231
|
font-size: 14px;
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
text-align: left;
|
|
292
|
-
padding: 12px;
|
|
232
|
+
color: #CCCACA;
|
|
233
|
+
margin-top: 45px;
|
|
293
234
|
}
|
|
294
|
-
.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
235
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
236
|
+
font-weight: bold;
|
|
237
|
+
line-height: 30px;
|
|
238
|
+
font-size: 18px;
|
|
298
239
|
}
|
|
299
|
-
.
|
|
300
|
-
|
|
240
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
241
|
+
width: 90%;
|
|
242
|
+
margin: 0 auto;
|
|
301
243
|
}
|
|
302
|
-
.
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
min-width: 60px;
|
|
306
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
307
|
-
overflow-y: auto;
|
|
244
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
245
|
+
font-size: 13px;
|
|
246
|
+
margin-top: 15px;
|
|
308
247
|
}
|
|
309
|
-
.
|
|
310
|
-
|
|
311
|
-
|
|
248
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
249
|
+
cursor: pointer;
|
|
250
|
+
width: 30px;
|
|
251
|
+
margin: 15px auto 0;
|
|
252
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
253
|
+
position: absolute;
|
|
254
|
+
z-index: 9998;
|
|
255
|
+
background-color: transparent;
|
|
256
|
+
display: flex;
|
|
257
|
+
justify-content: center;
|
|
258
|
+
width: 100%;
|
|
259
|
+
height: calc(100% - 50px);
|
|
260
|
+
margin: 0 auto;
|
|
261
|
+
opacity: 0.75;
|
|
262
|
+
transition: opacity 0.1s ease;
|
|
263
|
+
pointer-events: auto;
|
|
312
264
|
}
|
|
313
|
-
.
|
|
314
|
-
|
|
315
|
-
padding: 5px;
|
|
265
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
266
|
+
display: none;
|
|
316
267
|
}
|
|
317
|
-
.
|
|
318
|
-
|
|
319
|
-
text-decoration: none;
|
|
320
|
-
height: 32px;
|
|
321
|
-
padding: 5px 10px;
|
|
322
|
-
line-height: 22px;
|
|
323
|
-
color: #fffffe;
|
|
268
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
269
|
+
cursor: pointer;
|
|
324
270
|
}
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
271
|
+
|
|
272
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
273
|
+
display: flex;
|
|
274
|
+
align-items: center;
|
|
275
|
+
justify-content: center;
|
|
276
|
+
align-self: center;
|
|
277
|
+
width: 120px;
|
|
278
|
+
height: 120px;
|
|
279
|
+
border: 2px solid white;
|
|
280
|
+
border-radius: 50%;
|
|
281
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
282
|
+
filter: alpha(opacity=60);
|
|
283
|
+
opacity: 1;
|
|
284
|
+
box-shadow: 0 0 1px 0 white;
|
|
285
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
286
|
+
z-index: 10000;
|
|
328
287
|
}
|
|
329
|
-
.
|
|
330
|
-
|
|
331
|
-
|
|
288
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
289
|
+
margin-left: 5px;
|
|
290
|
+
width: 80px;
|
|
291
|
+
height: 80px;
|
|
332
292
|
}
|
|
333
|
-
.
|
|
334
|
-
|
|
335
|
-
height: 20px;
|
|
336
|
-
float: left;
|
|
337
|
-
display: block;
|
|
293
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
294
|
+
fill: #1f1e1e !important;
|
|
338
295
|
}
|
|
339
|
-
.
|
|
340
|
-
|
|
296
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
297
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
341
298
|
}
|
|
342
|
-
.
|
|
343
|
-
|
|
299
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
300
|
+
fill: #151515 !important;
|
|
344
301
|
}:root {
|
|
345
302
|
--primary-background-color: #000;
|
|
346
303
|
--secondary-background-color: #262626;
|
|
@@ -701,143 +658,150 @@
|
|
|
701
658
|
flex-basis: 1fr;
|
|
702
659
|
}
|
|
703
660
|
}
|
|
704
|
-
@media only screen and (min-width: 1100px) {
|
|
705
|
-
.fullscreen .clappr-nerd-stats .stats-box {
|
|
706
|
-
top: unset;
|
|
707
|
-
}
|
|
708
|
-
}.
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
661
|
+
@media only screen and (min-width: 1100px) {
|
|
662
|
+
.fullscreen .clappr-nerd-stats .stats-box {
|
|
663
|
+
top: unset;
|
|
664
|
+
}
|
|
665
|
+
}.seek-time {
|
|
666
|
+
position: absolute;
|
|
667
|
+
white-space: nowrap;
|
|
668
|
+
height: 20px;
|
|
669
|
+
line-height: 20px;
|
|
670
|
+
font-size: 0;
|
|
671
|
+
left: -100%;
|
|
672
|
+
bottom: 55px;
|
|
673
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
674
|
+
z-index: 9999;
|
|
675
|
+
transition: opacity 0.1s ease;
|
|
676
|
+
}
|
|
677
|
+
.seek-time.hidden {
|
|
678
|
+
opacity: 0;
|
|
679
|
+
}
|
|
680
|
+
.seek-time .seek-time__pos {
|
|
681
|
+
display: inline-block;
|
|
682
|
+
color: white;
|
|
683
|
+
font-size: 10px;
|
|
684
|
+
padding-left: 7px;
|
|
685
|
+
padding-right: 7px;
|
|
686
|
+
vertical-align: top;
|
|
687
|
+
}
|
|
688
|
+
.seek-time .seek-time__duration {
|
|
689
|
+
display: inline-block;
|
|
690
|
+
color: rgba(255, 255, 255, 0.5);
|
|
691
|
+
font-size: 10px;
|
|
692
|
+
padding-right: 7px;
|
|
693
|
+
vertical-align: top;
|
|
694
|
+
}
|
|
695
|
+
.seek-time .seek-time__duration::before {
|
|
696
|
+
content: "|";
|
|
697
|
+
margin-right: 7px;
|
|
698
|
+
}*, :focus, :visited {
|
|
699
|
+
outline: none !important;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.gear-wrapper .go-back {
|
|
703
|
+
font-weight: 600;
|
|
704
|
+
font-size: 14px;
|
|
705
|
+
line-height: 20px;
|
|
706
|
+
width: 100%;
|
|
707
|
+
text-align: left;
|
|
708
|
+
padding: 12px;
|
|
709
|
+
}
|
|
710
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
711
|
+
float: left;
|
|
712
|
+
padding-top: 2px;
|
|
713
|
+
padding-right: 2px;
|
|
714
|
+
}
|
|
715
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
716
|
+
height: 16px;
|
|
714
717
|
}
|
|
715
|
-
.
|
|
716
|
-
|
|
717
|
-
font-size: 12px;
|
|
718
|
-
line-height: 12px;
|
|
718
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
719
|
+
width: 100%;
|
|
719
720
|
list-style-type: none;
|
|
721
|
+
min-width: 60px;
|
|
722
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
723
|
+
overflow-y: auto;
|
|
724
|
+
}
|
|
725
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
726
|
+
font-size: 12px;
|
|
720
727
|
text-align: left;
|
|
721
|
-
padding: 5px;
|
|
722
|
-
margin-left: auto;
|
|
723
|
-
margin-right: auto;
|
|
724
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
725
|
-
border: 1px solid #666;
|
|
726
|
-
border-radius: 4px;
|
|
727
728
|
}
|
|
728
|
-
.
|
|
729
|
-
|
|
730
|
-
background-color: transparent;
|
|
731
|
-
padding: 0;
|
|
732
|
-
color: white;
|
|
733
|
-
display: flex;
|
|
734
|
-
gap: 8px;
|
|
735
|
-
align-items: center;
|
|
736
|
-
justify-content: center;
|
|
737
|
-
cursor: pointer;
|
|
729
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
730
|
+
background-color: #c3c2c2;
|
|
738
731
|
padding: 5px;
|
|
739
|
-
width: 100%;
|
|
740
|
-
}
|
|
741
|
-
.context-menu .context-menu-list-item_icon {
|
|
742
|
-
width: 20px;
|
|
743
|
-
height: 20px;
|
|
744
|
-
}.dvr-controls {
|
|
745
|
-
--disabled-opacity: 0.3;
|
|
746
|
-
--circle-radius: 5px;
|
|
747
|
-
display: flex;
|
|
748
|
-
align-items: center;
|
|
749
|
-
color: var(--player-dvr-color);
|
|
750
|
-
font-size: 10px;
|
|
751
|
-
font-weight: 500;
|
|
752
|
-
height: var(--bottom-panel);
|
|
753
|
-
line-height: var(--bottom-panel);
|
|
754
|
-
margin-left: 0;
|
|
755
732
|
}
|
|
756
|
-
.
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
733
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
734
|
+
display: block;
|
|
735
|
+
text-decoration: none;
|
|
736
|
+
height: 32px;
|
|
737
|
+
padding: 5px 10px;
|
|
738
|
+
line-height: 22px;
|
|
739
|
+
color: #fffffe;
|
|
763
740
|
}
|
|
764
|
-
.
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
content: "";
|
|
768
|
-
display: inline-block;
|
|
769
|
-
position: relative;
|
|
770
|
-
width: calc(var(--circle-radius) * 2);
|
|
771
|
-
height: calc(var(--circle-radius) * 2);
|
|
772
|
-
border-radius: var(--circle-radius);
|
|
773
|
-
background-color: var(--player-dvr-color);
|
|
741
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
742
|
+
color: white;
|
|
743
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
774
744
|
}
|
|
775
|
-
.
|
|
776
|
-
|
|
745
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
746
|
+
color: white;
|
|
747
|
+
text-decoration: none;
|
|
777
748
|
}
|
|
778
|
-
.
|
|
779
|
-
|
|
749
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
750
|
+
width: 30px;
|
|
751
|
+
height: 20px;
|
|
752
|
+
float: left;
|
|
753
|
+
display: block;
|
|
780
754
|
}
|
|
781
|
-
.
|
|
782
|
-
|
|
783
|
-
color: #fffffe;
|
|
755
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
756
|
+
display: none;
|
|
784
757
|
}
|
|
785
|
-
.
|
|
786
|
-
|
|
758
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
759
|
+
display: inline;
|
|
760
|
+
}.media-control-skin-1 .media-control-item.media-control-gear {
|
|
761
|
+
order: 99;
|
|
787
762
|
}
|
|
788
|
-
.
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
763
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
|
|
764
|
+
position: absolute;
|
|
765
|
+
right: 16px;
|
|
766
|
+
bottom: 52px;
|
|
767
|
+
width: 250px;
|
|
768
|
+
min-height: 48px;
|
|
769
|
+
z-index: 9999;
|
|
770
|
+
border-radius: 4px;
|
|
771
|
+
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
797
772
|
}
|
|
798
|
-
.
|
|
799
|
-
|
|
800
|
-
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
801
|
-
}.quality-levels li.disabled {
|
|
802
|
-
opacity: 0.5;
|
|
803
|
-
pointer-events: none;
|
|
773
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
|
|
774
|
+
padding: 8px 0;
|
|
804
775
|
}
|
|
805
|
-
.
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
width: 100%;
|
|
813
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
814
|
-
z-index: 2000;
|
|
776
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option {
|
|
777
|
+
margin: 0;
|
|
778
|
+
text-align: left;
|
|
779
|
+
line-height: 22px;
|
|
780
|
+
padding: 5px 14px;
|
|
781
|
+
width: 250px;
|
|
782
|
+
font-size: 12px;
|
|
815
783
|
display: flex;
|
|
816
|
-
|
|
817
|
-
justify-content:
|
|
784
|
+
align-items: center;
|
|
785
|
+
justify-content: flex-start;
|
|
786
|
+
gap: 8px;
|
|
818
787
|
}
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
margin-top: 45px;
|
|
788
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
|
|
789
|
+
flex: 24px 0 0;
|
|
790
|
+
height: 24px;
|
|
823
791
|
}
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
font-size: 18px;
|
|
792
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
|
|
793
|
+
visibility: hidden;
|
|
794
|
+
display: inline-block;
|
|
828
795
|
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
margin: 0 auto;
|
|
796
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
|
|
797
|
+
flex: 0 1 100%;
|
|
832
798
|
}
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
799
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
|
|
800
|
+
flex: 0 0 14px;
|
|
801
|
+
height: 24px;
|
|
836
802
|
}
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
width: 30px;
|
|
840
|
-
margin: 15px auto 0;
|
|
803
|
+
.media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
|
|
804
|
+
flex: 1 0 auto;
|
|
841
805
|
}[data-player] {
|
|
842
806
|
--bottom-panel: 40px;
|
|
843
807
|
}
|
|
@@ -885,24 +849,17 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
885
849
|
background-color: #ff5700;
|
|
886
850
|
}
|
|
887
851
|
|
|
888
|
-
.media-control-skin-1.w270 .media-control-quality,
|
|
889
|
-
.media-control-skin-1.w270 .media-control-audiotracks {
|
|
890
|
-
display: none;
|
|
891
|
-
}
|
|
892
852
|
.media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
|
|
893
853
|
transform: rotate(270deg);
|
|
894
854
|
float: none;
|
|
895
855
|
display: block;
|
|
896
856
|
position: absolute;
|
|
897
|
-
/* bottom: 12px; */
|
|
898
857
|
margin: 0;
|
|
899
858
|
top: -40px;
|
|
900
859
|
padding: 0;
|
|
901
|
-
/* right: 20px; */
|
|
902
860
|
margin-left: -32px;
|
|
903
861
|
margin-top: -3px;
|
|
904
862
|
width: 80px;
|
|
905
|
-
/* padding-left: 12px; */
|
|
906
863
|
}
|
|
907
864
|
.media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
|
|
908
865
|
position: absolute;
|
|
@@ -943,37 +900,9 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
943
900
|
.media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
944
901
|
visibility: hidden;
|
|
945
902
|
}
|
|
946
|
-
.media-control-skin-1.w370 .media-control-quality
|
|
947
|
-
.media-control-skin-1.w370 .media-control-audiotracks {
|
|
903
|
+
.media-control-skin-1.w370 .media-control-quality {
|
|
948
904
|
display: block;
|
|
949
905
|
}
|
|
950
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] {
|
|
951
|
-
margin-top: 3px;
|
|
952
|
-
margin-right: 10px;
|
|
953
|
-
}
|
|
954
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] ul {
|
|
955
|
-
bottom: 30px;
|
|
956
|
-
width: 50px;
|
|
957
|
-
}
|
|
958
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] ul li {
|
|
959
|
-
height: 23px;
|
|
960
|
-
font-size: 14px;
|
|
961
|
-
}
|
|
962
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] ul li a {
|
|
963
|
-
height: 23px;
|
|
964
|
-
padding: 2px 5px;
|
|
965
|
-
}
|
|
966
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] button[data-audiotracks-button] .quality-text,
|
|
967
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] button[data-audiotracks-button] .audio-text {
|
|
968
|
-
font-size: 13px;
|
|
969
|
-
}
|
|
970
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] button[data-audiotracks-button] span.quality-arrow,
|
|
971
|
-
.media-control-skin-1.w370 .media-control-audiotracks[data-audiotracks] button[data-audiotracks-button] span.audio-arrow {
|
|
972
|
-
width: 7px;
|
|
973
|
-
height: 5px;
|
|
974
|
-
margin-left: 4px;
|
|
975
|
-
margin-top: 11px;
|
|
976
|
-
}
|
|
977
906
|
.media-control-skin-1.w370 .media-control-multicamera .multicamera {
|
|
978
907
|
margin-top: 0;
|
|
979
908
|
margin-right: 10px;
|
|
@@ -1056,20 +985,22 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1056
985
|
padding: 0;
|
|
1057
986
|
}
|
|
1058
987
|
.media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-button,
|
|
1059
|
-
.media-control-skin-1.w370 .media-control-layer[data-controls] .
|
|
988
|
+
.media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-item {
|
|
1060
989
|
height: 32px;
|
|
1061
990
|
}
|
|
1062
991
|
|
|
1063
992
|
:root {
|
|
1064
993
|
--font-size-media-controls: 14px;
|
|
1065
994
|
--font-size-media-controls-dropdown: 16px;
|
|
995
|
+
--gplayer-mc-font-size-dropdown: 16px;
|
|
1066
996
|
--player-vod-color: #005aff;
|
|
1067
997
|
--player-dvr-color: #fff;
|
|
1068
998
|
--player-live-color: #ff0101;
|
|
1069
999
|
--player-seekbar-current-color: #ff5700;
|
|
1070
1000
|
--player-seekbar-buffer-color: #fff;
|
|
1071
1001
|
--gplayer-mc-text-color: #fff;
|
|
1072
|
-
--gplayer-mc-popup-border-color:
|
|
1002
|
+
--gplayer-mc-popup-border-color: rgb(255 255 255 / 10%);
|
|
1003
|
+
--gplayer-mc-popup-bg: rgb(74 74 74 / 60%);
|
|
1073
1004
|
}
|
|
1074
1005
|
|
|
1075
1006
|
.media-control-skin-1 {
|
|
@@ -1131,9 +1062,13 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1131
1062
|
}
|
|
1132
1063
|
.media-control-skin-1 .media-control-button,
|
|
1133
1064
|
.media-control-skin-1 .media-control-indicator,
|
|
1134
|
-
.media-control-skin-1 .
|
|
1065
|
+
.media-control-skin-1 .media-control-item {
|
|
1135
1066
|
order: 50;
|
|
1136
1067
|
}
|
|
1068
|
+
.media-control-skin-1 .media-control-item {
|
|
1069
|
+
display: flex;
|
|
1070
|
+
align-items: center;
|
|
1071
|
+
}
|
|
1137
1072
|
.media-control-skin-1 [data-playpause],
|
|
1138
1073
|
.media-control-skin-1 [data-playstop] {
|
|
1139
1074
|
order: 1;
|
|
@@ -1161,7 +1096,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1161
1096
|
@media (max-width: 420px) {
|
|
1162
1097
|
.media-control-skin-1 .media-control-right-panel {
|
|
1163
1098
|
gap: 0.5rem;
|
|
1164
|
-
overflow: hidden;
|
|
1165
1099
|
}
|
|
1166
1100
|
}
|
|
1167
1101
|
.media-control-skin-1 button.media-control-button {
|
|
@@ -1389,26 +1323,102 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1389
1323
|
.media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
|
|
1390
1324
|
padding-left: 0;
|
|
1391
1325
|
}
|
|
1392
|
-
.media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
|
|
1393
|
-
transform: scaleY(1.5);
|
|
1326
|
+
.media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
|
|
1327
|
+
transform: scaleY(1.5);
|
|
1328
|
+
}
|
|
1329
|
+
.media-control-skin-1 .seek-time {
|
|
1330
|
+
height: 26px;
|
|
1331
|
+
line-height: 26px;
|
|
1332
|
+
bottom: 52px;
|
|
1333
|
+
border-radius: 3px;
|
|
1334
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1335
|
+
}
|
|
1336
|
+
.media-control-skin-1 .seek-time span {
|
|
1337
|
+
letter-spacing: 0.8px;
|
|
1338
|
+
font-size: 14px;
|
|
1339
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1340
|
+
}
|
|
1341
|
+
.media-control-skin-1 .seek-time .seek-time__pos {
|
|
1342
|
+
padding-left: 8px;
|
|
1343
|
+
padding-right: 8px;
|
|
1344
|
+
}
|
|
1345
|
+
.media-control-skin-1 .media-control-dd {
|
|
1346
|
+
display: flex;
|
|
1347
|
+
height: 32px;
|
|
1348
|
+
line-height: 32px;
|
|
1349
|
+
align-items: baseline;
|
|
1350
|
+
gap: 4px;
|
|
1351
|
+
vertical-align: baseline;
|
|
1352
|
+
padding: 0;
|
|
1353
|
+
background-color: transparent;
|
|
1354
|
+
color: var(--gplayer-mc-text-color);
|
|
1355
|
+
-webkit-font-smoothing: antialiased;
|
|
1356
|
+
border: none;
|
|
1357
|
+
cursor: pointer;
|
|
1358
|
+
}
|
|
1359
|
+
.media-control-skin-1 .media-control-dd__text {
|
|
1360
|
+
text-overflow: ellipsis;
|
|
1361
|
+
overflow: hidden;
|
|
1362
|
+
white-space: nowrap;
|
|
1363
|
+
max-width: 100px;
|
|
1364
|
+
}
|
|
1365
|
+
.media-control-skin-1 .media-control-dd.changing {
|
|
1366
|
+
animation: pulse 0.5s infinite alternate;
|
|
1367
|
+
}
|
|
1368
|
+
.media-control-skin-1 .media-control-dd__arrow {
|
|
1369
|
+
width: 9px;
|
|
1370
|
+
height: 6px;
|
|
1371
|
+
}
|
|
1372
|
+
.media-control-skin-1 .media-control-dd__wrap {
|
|
1373
|
+
position: relative;
|
|
1374
|
+
}
|
|
1375
|
+
.media-control-skin-1 .media-control-dd__popup {
|
|
1376
|
+
max-width: 114px;
|
|
1377
|
+
list-style-type: none;
|
|
1378
|
+
position: absolute;
|
|
1379
|
+
box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
|
|
1380
|
+
border: none;
|
|
1381
|
+
min-width: 60px;
|
|
1382
|
+
border-radius: 4px;
|
|
1383
|
+
bottom: 40px;
|
|
1384
|
+
right: -2px;
|
|
1385
|
+
overflow: hidden;
|
|
1386
|
+
}
|
|
1387
|
+
.media-control-skin-1 .media-control-dd__popup li {
|
|
1388
|
+
font-size: var(--gplayer-mc-font-size-dropdown);
|
|
1389
|
+
text-align: right;
|
|
1390
|
+
height: 30px;
|
|
1391
|
+
}
|
|
1392
|
+
.media-control-skin-1 .media-control-dd__popup li[data-title] {
|
|
1393
|
+
background-color: #c3c2c2;
|
|
1394
|
+
padding: 5px;
|
|
1395
|
+
}
|
|
1396
|
+
.media-control-skin-1 .media-control-dd__popup li a {
|
|
1397
|
+
display: block;
|
|
1398
|
+
text-decoration: none;
|
|
1399
|
+
text-overflow: ellipsis;
|
|
1400
|
+
overflow: hidden;
|
|
1401
|
+
white-space: nowrap;
|
|
1402
|
+
height: 30px;
|
|
1403
|
+
padding: 5px 10px;
|
|
1404
|
+
line-height: 20px;
|
|
1405
|
+
color: #fffffe;
|
|
1394
1406
|
}
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
line-height: 26px;
|
|
1400
|
-
bottom: 52px;
|
|
1401
|
-
border-radius: 3px;
|
|
1402
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
1407
|
+
.media-control-skin-1 .media-control-dd__popup li a:hover {
|
|
1408
|
+
text-decoration: none;
|
|
1409
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1410
|
+
color: white;
|
|
1403
1411
|
}
|
|
1404
|
-
.media-control-skin-1 .
|
|
1405
|
-
|
|
1406
|
-
font-size: 14px;
|
|
1407
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1412
|
+
.media-control-skin-1 .media-control-dd__popup li.current a {
|
|
1413
|
+
color: #f00;
|
|
1408
1414
|
}
|
|
1409
|
-
.media-control-skin-1 .
|
|
1410
|
-
|
|
1411
|
-
|
|
1415
|
+
.media-control-skin-1 .media-control-dd__popup li:first-child a {
|
|
1416
|
+
border-bottom-left-radius: 4px;
|
|
1417
|
+
border-bottom-right-radius: 4px;
|
|
1418
|
+
}
|
|
1419
|
+
.media-control-skin-1 .media-control-dd__popup li:last-child a {
|
|
1420
|
+
border-top-left-radius: 4px;
|
|
1421
|
+
border-top-right-radius: 4px;
|
|
1412
1422
|
}
|
|
1413
1423
|
|
|
1414
1424
|
@keyframes pulse {
|
|
@@ -1421,55 +1431,79 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1421
1431
|
100% {
|
|
1422
1432
|
color: #B80000;
|
|
1423
1433
|
}
|
|
1424
|
-
}.
|
|
1434
|
+
}.quality-levels li.disabled {
|
|
1435
|
+
opacity: 0.5;
|
|
1436
|
+
pointer-events: none;
|
|
1437
|
+
}
|
|
1438
|
+
.quality-levels li.current {
|
|
1439
|
+
background-color: #000;
|
|
1440
|
+
}.media-control-skin-1 .media-control-item.media-control-pip {
|
|
1441
|
+
order: 95;
|
|
1442
|
+
}
|
|
1443
|
+
.media-control-skin-1 .media-control-item.media-control-pip button {
|
|
1444
|
+
height: 20px;
|
|
1445
|
+
}
|
|
1446
|
+
.media-control-skin-1 .media-control-item.media-control-pip button svg {
|
|
1447
|
+
height: 20px;
|
|
1448
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1425
1449
|
position: absolute;
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
height: calc(100% - 50px);
|
|
1450
|
+
width: 70px;
|
|
1451
|
+
text-align: center;
|
|
1452
|
+
z-index: 999;
|
|
1453
|
+
left: 0;
|
|
1454
|
+
right: 0;
|
|
1432
1455
|
margin: 0 auto;
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1456
|
+
margin-left: auto;
|
|
1457
|
+
margin-right: auto;
|
|
1458
|
+
/* center vertically */
|
|
1459
|
+
top: 50%;
|
|
1460
|
+
transform: translateY(-50%);
|
|
1436
1461
|
}
|
|
1437
|
-
.
|
|
1438
|
-
|
|
1462
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1463
|
+
width: 18px;
|
|
1464
|
+
height: 18px;
|
|
1465
|
+
background-color: #FFF;
|
|
1466
|
+
border-radius: 100%;
|
|
1467
|
+
display: inline-block;
|
|
1468
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1469
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1470
|
+
animation-fill-mode: both;
|
|
1439
1471
|
}
|
|
1440
|
-
.
|
|
1441
|
-
|
|
1472
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1473
|
+
animation-delay: -0.32s;
|
|
1442
1474
|
}
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
display: flex;
|
|
1446
|
-
align-items: center;
|
|
1447
|
-
justify-content: center;
|
|
1448
|
-
align-self: center;
|
|
1449
|
-
width: 120px;
|
|
1450
|
-
height: 120px;
|
|
1451
|
-
border: 2px solid white;
|
|
1452
|
-
border-radius: 50%;
|
|
1453
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
1454
|
-
filter: alpha(opacity=60);
|
|
1455
|
-
opacity: 1;
|
|
1456
|
-
box-shadow: 0 0 1px 0 white;
|
|
1457
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
1458
|
-
z-index: 10000;
|
|
1475
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1476
|
+
animation-delay: -0.16s;
|
|
1459
1477
|
}
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1478
|
+
|
|
1479
|
+
@keyframes bouncedelay {
|
|
1480
|
+
0%, 80%, 100% {
|
|
1481
|
+
transform: scale(0);
|
|
1482
|
+
}
|
|
1483
|
+
40% {
|
|
1484
|
+
transform: scale(1);
|
|
1485
|
+
}
|
|
1486
|
+
}.container-with-poster-clickable .mc-skip-time {
|
|
1487
|
+
height: 0;
|
|
1464
1488
|
}
|
|
1465
|
-
|
|
1466
|
-
|
|
1489
|
+
|
|
1490
|
+
.mc-skip-time {
|
|
1491
|
+
position: absolute;
|
|
1492
|
+
width: 100%;
|
|
1493
|
+
height: calc(100% - 50px);
|
|
1494
|
+
z-index: 9998;
|
|
1495
|
+
background-color: transparent;
|
|
1496
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1467
1497
|
}
|
|
1468
|
-
.
|
|
1469
|
-
|
|
1498
|
+
.mc-skip-time .skip-container {
|
|
1499
|
+
width: 100%;
|
|
1500
|
+
height: 100%;
|
|
1501
|
+
display: flex;
|
|
1502
|
+
justify-content: space-between;
|
|
1470
1503
|
}
|
|
1471
|
-
.
|
|
1472
|
-
|
|
1504
|
+
.mc-skip-time .skip-container .skip-item {
|
|
1505
|
+
flex: 1 0 0px;
|
|
1506
|
+
height: 100%;
|
|
1473
1507
|
}.player-poster {
|
|
1474
1508
|
display: flex;
|
|
1475
1509
|
justify-content: center;
|
|
@@ -1504,6 +1538,29 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1504
1538
|
}
|
|
1505
1539
|
.player-poster .play-wrapper svg path {
|
|
1506
1540
|
fill: #fff;
|
|
1541
|
+
}@charset "UTF-8";
|
|
1542
|
+
.gplayer-mc-clips {
|
|
1543
|
+
display: flex;
|
|
1544
|
+
gap: 6px;
|
|
1545
|
+
}
|
|
1546
|
+
.gplayer-mc-clips .gplayer-mc-clips-text {
|
|
1547
|
+
text-overflow: ellipsis;
|
|
1548
|
+
white-space: nowrap;
|
|
1549
|
+
overflow: hidden;
|
|
1550
|
+
display: inline-block;
|
|
1551
|
+
text-overflow: ellipsis;
|
|
1552
|
+
color: white;
|
|
1553
|
+
cursor: default;
|
|
1554
|
+
line-height: var(--bottom-panel);
|
|
1555
|
+
position: relative;
|
|
1556
|
+
max-width: 150px;
|
|
1557
|
+
}
|
|
1558
|
+
.gplayer-mc-clips .gplayer-mc-clips-text::before {
|
|
1559
|
+
content: "•";
|
|
1560
|
+
padding-right: 6px;
|
|
1561
|
+
}
|
|
1562
|
+
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
1563
|
+
max-width: 100px;
|
|
1507
1564
|
}.share_plugin[data-share] {
|
|
1508
1565
|
pointer-events: auto;
|
|
1509
1566
|
z-index: 5;
|
|
@@ -1726,107 +1783,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1726
1783
|
}
|
|
1727
1784
|
.multicamera[data-multicamera] li.current a {
|
|
1728
1785
|
color: #f00;
|
|
1729
|
-
}.media-control-skin-1 .gplayer-mc-panel-item.media-control-pip {
|
|
1730
|
-
order: 95;
|
|
1731
|
-
display: flex;
|
|
1732
|
-
}
|
|
1733
|
-
.media-control-skin-1 .gplayer-mc-panel-item.media-control-pip button {
|
|
1734
|
-
height: 20px;
|
|
1735
|
-
}
|
|
1736
|
-
.media-control-skin-1 .gplayer-mc-panel-item.media-control-pip button svg {
|
|
1737
|
-
height: 20px;
|
|
1738
|
-
}.seek-time {
|
|
1739
|
-
position: absolute;
|
|
1740
|
-
white-space: nowrap;
|
|
1741
|
-
height: 20px;
|
|
1742
|
-
line-height: 20px;
|
|
1743
|
-
font-size: 0;
|
|
1744
|
-
left: -100%;
|
|
1745
|
-
bottom: 55px;
|
|
1746
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1747
|
-
z-index: 9999;
|
|
1748
|
-
transition: opacity 0.1s ease;
|
|
1749
|
-
}
|
|
1750
|
-
.seek-time.hidden {
|
|
1751
|
-
opacity: 0;
|
|
1752
|
-
}
|
|
1753
|
-
.seek-time .seek-time__pos {
|
|
1754
|
-
display: inline-block;
|
|
1755
|
-
color: white;
|
|
1756
|
-
font-size: 10px;
|
|
1757
|
-
padding-left: 7px;
|
|
1758
|
-
padding-right: 7px;
|
|
1759
|
-
vertical-align: top;
|
|
1760
|
-
}
|
|
1761
|
-
.seek-time .seek-time__duration {
|
|
1762
|
-
display: inline-block;
|
|
1763
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1764
|
-
font-size: 10px;
|
|
1765
|
-
padding-right: 7px;
|
|
1766
|
-
vertical-align: top;
|
|
1767
|
-
}
|
|
1768
|
-
.seek-time .seek-time__duration::before {
|
|
1769
|
-
content: "|";
|
|
1770
|
-
margin-right: 7px;
|
|
1771
|
-
}.container-with-poster-clickable .mc-skip-time {
|
|
1772
|
-
height: 0;
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
.mc-skip-time {
|
|
1776
|
-
position: absolute;
|
|
1777
|
-
width: 100%;
|
|
1778
|
-
height: calc(100% - 50px);
|
|
1779
|
-
z-index: 9998;
|
|
1780
|
-
background-color: transparent;
|
|
1781
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1782
|
-
}
|
|
1783
|
-
.mc-skip-time .skip-container {
|
|
1784
|
-
width: 100%;
|
|
1785
|
-
height: 100%;
|
|
1786
|
-
display: flex;
|
|
1787
|
-
justify-content: space-between;
|
|
1788
|
-
}
|
|
1789
|
-
.mc-skip-time .skip-container .skip-item {
|
|
1790
|
-
flex: 1 0 0px;
|
|
1791
|
-
height: 100%;
|
|
1792
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1793
|
-
position: absolute;
|
|
1794
|
-
width: 70px;
|
|
1795
|
-
text-align: center;
|
|
1796
|
-
z-index: 999;
|
|
1797
|
-
left: 0;
|
|
1798
|
-
right: 0;
|
|
1799
|
-
margin: 0 auto;
|
|
1800
|
-
margin-left: auto;
|
|
1801
|
-
margin-right: auto;
|
|
1802
|
-
/* center vertically */
|
|
1803
|
-
top: 50%;
|
|
1804
|
-
transform: translateY(-50%);
|
|
1805
|
-
}
|
|
1806
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1807
|
-
width: 18px;
|
|
1808
|
-
height: 18px;
|
|
1809
|
-
background-color: #FFF;
|
|
1810
|
-
border-radius: 100%;
|
|
1811
|
-
display: inline-block;
|
|
1812
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1813
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1814
|
-
animation-fill-mode: both;
|
|
1815
|
-
}
|
|
1816
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1817
|
-
animation-delay: -0.32s;
|
|
1818
|
-
}
|
|
1819
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1820
|
-
animation-delay: -0.16s;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
@keyframes bouncedelay {
|
|
1824
|
-
0%, 80%, 100% {
|
|
1825
|
-
transform: scale(0);
|
|
1826
|
-
}
|
|
1827
|
-
40% {
|
|
1828
|
-
transform: scale(1);
|
|
1829
|
-
}
|
|
1830
1786
|
}.media-control-skin-1 .media-control-cc button.media-control-button {
|
|
1831
1787
|
display: flex;
|
|
1832
1788
|
justify-content: center;
|