@gcorevideo/player 2.25.1 → 2.25.2
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/media-control/media-control.scss +2 -1
- package/dist/core.js +1 -1
- package/dist/index.css +593 -592
- package/dist/index.embed.js +2 -1
- package/dist/index.js +2 -1
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +1 -0
- package/package.json +1 -1
- package/src/plugins/media-control/MediaControl.ts +1 -0
- package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +6 -6
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css
CHANGED
|
@@ -122,113 +122,6 @@
|
|
|
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
|
-
order: 99;
|
|
127
|
-
height: 20px;
|
|
128
|
-
}
|
|
129
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
130
|
-
position: absolute;
|
|
131
|
-
right: 16px;
|
|
132
|
-
bottom: 52px;
|
|
133
|
-
width: 250px;
|
|
134
|
-
min-height: 48px;
|
|
135
|
-
z-index: 9999;
|
|
136
|
-
border-radius: 4px;
|
|
137
|
-
}
|
|
138
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
139
|
-
padding: 8px 0;
|
|
140
|
-
}
|
|
141
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
142
|
-
margin: 0;
|
|
143
|
-
text-align: left;
|
|
144
|
-
line-height: 22px;
|
|
145
|
-
padding: 5px 14px;
|
|
146
|
-
width: 250px;
|
|
147
|
-
font-size: 12px;
|
|
148
|
-
display: flex;
|
|
149
|
-
align-items: center;
|
|
150
|
-
justify-content: flex-start;
|
|
151
|
-
gap: 8px;
|
|
152
|
-
}
|
|
153
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
|
|
154
|
-
flex: 24px 0 0;
|
|
155
|
-
height: 24px;
|
|
156
|
-
}
|
|
157
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
|
|
158
|
-
visibility: hidden;
|
|
159
|
-
display: inline-block;
|
|
160
|
-
}
|
|
161
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
|
|
162
|
-
flex: 0 1 100%;
|
|
163
|
-
}
|
|
164
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
|
|
165
|
-
flex: 0 0 14px;
|
|
166
|
-
height: 24px;
|
|
167
|
-
}
|
|
168
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
169
|
-
flex: 1 0 auto;
|
|
170
|
-
}*, :focus, :visited {
|
|
171
|
-
outline: none !important;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.gear-wrapper .go-back {
|
|
175
|
-
font-weight: 600;
|
|
176
|
-
font-size: 14px;
|
|
177
|
-
line-height: 20px;
|
|
178
|
-
width: 100%;
|
|
179
|
-
text-align: left;
|
|
180
|
-
padding: 12px;
|
|
181
|
-
}
|
|
182
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
183
|
-
float: left;
|
|
184
|
-
padding-top: 2px;
|
|
185
|
-
padding-right: 2px;
|
|
186
|
-
}
|
|
187
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
188
|
-
height: 16px;
|
|
189
|
-
}
|
|
190
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
191
|
-
width: 100%;
|
|
192
|
-
list-style-type: none;
|
|
193
|
-
min-width: 60px;
|
|
194
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
195
|
-
overflow-y: auto;
|
|
196
|
-
}
|
|
197
|
-
.gear-wrapper ul.gear-sub-menu li {
|
|
198
|
-
font-size: 12px;
|
|
199
|
-
text-align: left;
|
|
200
|
-
}
|
|
201
|
-
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
202
|
-
background-color: #c3c2c2;
|
|
203
|
-
padding: 5px;
|
|
204
|
-
}
|
|
205
|
-
.gear-wrapper ul.gear-sub-menu li a {
|
|
206
|
-
display: block;
|
|
207
|
-
text-decoration: none;
|
|
208
|
-
height: 32px;
|
|
209
|
-
padding: 5px 10px;
|
|
210
|
-
line-height: 22px;
|
|
211
|
-
color: #fffffe;
|
|
212
|
-
}
|
|
213
|
-
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
214
|
-
color: white;
|
|
215
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
216
|
-
}
|
|
217
|
-
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
218
|
-
color: white;
|
|
219
|
-
text-decoration: none;
|
|
220
|
-
}
|
|
221
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
222
|
-
width: 30px;
|
|
223
|
-
height: 20px;
|
|
224
|
-
float: left;
|
|
225
|
-
display: block;
|
|
226
|
-
}
|
|
227
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
228
|
-
display: none;
|
|
229
|
-
}
|
|
230
|
-
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
231
|
-
display: inline;
|
|
232
125
|
}*,
|
|
233
126
|
:focus,
|
|
234
127
|
:visited {
|
|
@@ -329,76 +222,6 @@
|
|
|
329
222
|
100% {
|
|
330
223
|
color: #B80000;
|
|
331
224
|
}
|
|
332
|
-
}.context-menu {
|
|
333
|
-
z-index: 999;
|
|
334
|
-
position: absolute;
|
|
335
|
-
top: 0;
|
|
336
|
-
left: 0;
|
|
337
|
-
text-align: center;
|
|
338
|
-
}
|
|
339
|
-
.context-menu .context-menu-list {
|
|
340
|
-
font-family: "Proxima Nova", sans-serif;
|
|
341
|
-
font-size: 12px;
|
|
342
|
-
line-height: 12px;
|
|
343
|
-
list-style-type: none;
|
|
344
|
-
text-align: left;
|
|
345
|
-
padding: 5px;
|
|
346
|
-
margin-left: auto;
|
|
347
|
-
margin-right: auto;
|
|
348
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
349
|
-
border: 1px solid #666;
|
|
350
|
-
border-radius: 4px;
|
|
351
|
-
}
|
|
352
|
-
.context-menu .context-menu-list-item button {
|
|
353
|
-
border: none;
|
|
354
|
-
background-color: transparent;
|
|
355
|
-
padding: 0;
|
|
356
|
-
color: white;
|
|
357
|
-
display: flex;
|
|
358
|
-
gap: 8px;
|
|
359
|
-
align-items: center;
|
|
360
|
-
justify-content: center;
|
|
361
|
-
cursor: pointer;
|
|
362
|
-
padding: 5px;
|
|
363
|
-
width: 100%;
|
|
364
|
-
}
|
|
365
|
-
.context-menu .context-menu-list-item_icon {
|
|
366
|
-
width: 20px;
|
|
367
|
-
height: 20px;
|
|
368
|
-
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
369
|
-
color: #CCCACA;
|
|
370
|
-
position: absolute;
|
|
371
|
-
top: 0;
|
|
372
|
-
height: 100%;
|
|
373
|
-
width: 100%;
|
|
374
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
375
|
-
z-index: 2000;
|
|
376
|
-
display: flex;
|
|
377
|
-
flex-direction: column;
|
|
378
|
-
justify-content: center;
|
|
379
|
-
}
|
|
380
|
-
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
381
|
-
font-size: 14px;
|
|
382
|
-
color: #CCCACA;
|
|
383
|
-
margin-top: 45px;
|
|
384
|
-
}
|
|
385
|
-
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
386
|
-
font-weight: bold;
|
|
387
|
-
line-height: 30px;
|
|
388
|
-
font-size: 18px;
|
|
389
|
-
}
|
|
390
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
391
|
-
width: 90%;
|
|
392
|
-
margin: 0 auto;
|
|
393
|
-
}
|
|
394
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
395
|
-
font-size: 13px;
|
|
396
|
-
margin-top: 15px;
|
|
397
|
-
}
|
|
398
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
399
|
-
cursor: pointer;
|
|
400
|
-
width: 30px;
|
|
401
|
-
margin: 15px auto 0;
|
|
402
225
|
}.dvr-controls {
|
|
403
226
|
--disabled-opacity: 0.3;
|
|
404
227
|
--circle-radius: 5px;
|
|
@@ -456,228 +279,57 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
456
279
|
.dvr-controls .live-button:hover {
|
|
457
280
|
opacity: 1;
|
|
458
281
|
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
282
|
+
}:root {
|
|
283
|
+
--primary-background-color: #000;
|
|
284
|
+
--secondary-background-color: #262626;
|
|
285
|
+
--primary-text-color: #fff;
|
|
286
|
+
--secondary-text-color: #fff4f2;
|
|
287
|
+
--hover-text-color: #f9b090;
|
|
288
|
+
--speedtest-red: #df564d;
|
|
289
|
+
--speedtest-orange: #df934d;
|
|
290
|
+
--speedtest-yellow: #dfd04d;
|
|
291
|
+
--speedtest-light-green: #c2df4d;
|
|
292
|
+
--speedtest-green: #73df4d;
|
|
463
293
|
}
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
white-space: nowrap;
|
|
467
|
-
overflow: hidden;
|
|
468
|
-
display: inline-block;
|
|
469
|
-
text-overflow: ellipsis;
|
|
470
|
-
color: white;
|
|
294
|
+
|
|
295
|
+
.clappr-nerd-stats {
|
|
471
296
|
cursor: default;
|
|
472
|
-
line-height: var(--bottom-panel);
|
|
473
|
-
position: relative;
|
|
474
|
-
max-width: 150px;
|
|
475
297
|
}
|
|
476
|
-
.
|
|
477
|
-
|
|
478
|
-
|
|
298
|
+
.clappr-nerd-stats .stats-box {
|
|
299
|
+
position: absolute;
|
|
300
|
+
display: inline-block;
|
|
301
|
+
bottom: 52px;
|
|
302
|
+
right: 0;
|
|
303
|
+
top: 0;
|
|
304
|
+
left: 0;
|
|
305
|
+
bottom: 0;
|
|
306
|
+
padding: 0 10px 12px;
|
|
307
|
+
margin: 0;
|
|
308
|
+
line-height: 20px;
|
|
309
|
+
font-size: 12px;
|
|
310
|
+
font-weight: 500;
|
|
311
|
+
background: var(--primary-background-color);
|
|
312
|
+
color: #fff;
|
|
313
|
+
z-index: 20000;
|
|
314
|
+
overflow: auto;
|
|
315
|
+
max-width: 100%;
|
|
479
316
|
}
|
|
480
|
-
.
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
317
|
+
.clappr-nerd-stats .stats-box-top {
|
|
318
|
+
position: absolute;
|
|
319
|
+
top: 0;
|
|
320
|
+
left: 0;
|
|
321
|
+
z-index: 9999;
|
|
322
|
+
width: 100%;
|
|
323
|
+
height: 32px;
|
|
324
|
+
background: var(--primary-background-color);
|
|
484
325
|
}
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
.multicamera[data-multicamera] button {
|
|
494
|
-
background-color: transparent;
|
|
495
|
-
color: #fff;
|
|
496
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
497
|
-
-webkit-font-smoothing: antialiased;
|
|
498
|
-
border: none;
|
|
499
|
-
font-size: 14px;
|
|
500
|
-
padding: 0;
|
|
501
|
-
}
|
|
502
|
-
.multicamera[data-multicamera] button svg {
|
|
503
|
-
height: 20px;
|
|
504
|
-
position: relative;
|
|
505
|
-
margin-top: 6px;
|
|
506
|
-
}
|
|
507
|
-
.multicamera[data-multicamera] button:hover {
|
|
508
|
-
color: #c9c9c9;
|
|
509
|
-
}
|
|
510
|
-
.multicamera[data-multicamera] button.changing {
|
|
511
|
-
animation: pulse 0.5s infinite alternate;
|
|
512
|
-
}
|
|
513
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
514
|
-
width: 9px;
|
|
515
|
-
height: 6px;
|
|
516
|
-
margin-top: 11px;
|
|
517
|
-
margin-left: 5px;
|
|
518
|
-
}
|
|
519
|
-
.multicamera[data-multicamera] > ul {
|
|
520
|
-
padding: 6px 0;
|
|
521
|
-
right: -24px;
|
|
522
|
-
width: 245px;
|
|
523
|
-
list-style-type: none;
|
|
524
|
-
position: absolute;
|
|
525
|
-
bottom: 48px;
|
|
526
|
-
border-radius: 4px;
|
|
527
|
-
display: none;
|
|
528
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
529
|
-
}
|
|
530
|
-
.multicamera[data-multicamera] > ul::after {
|
|
531
|
-
content: "";
|
|
532
|
-
position: absolute;
|
|
533
|
-
top: 100%;
|
|
534
|
-
left: 85%;
|
|
535
|
-
margin-left: -10px;
|
|
536
|
-
width: 0;
|
|
537
|
-
height: 0;
|
|
538
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
539
|
-
border-right: 10px solid transparent;
|
|
540
|
-
border-left: 10px solid transparent;
|
|
541
|
-
}
|
|
542
|
-
.multicamera[data-multicamera] li {
|
|
543
|
-
font-size: 10px;
|
|
544
|
-
cursor: pointer;
|
|
545
|
-
}
|
|
546
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
547
|
-
display: flex;
|
|
548
|
-
padding: 10px 0;
|
|
549
|
-
justify-content: center;
|
|
550
|
-
position: relative;
|
|
551
|
-
}
|
|
552
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
553
|
-
pointer-events: none;
|
|
554
|
-
}
|
|
555
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
556
|
-
opacity: 0.5;
|
|
557
|
-
}
|
|
558
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
559
|
-
opacity: 0.5;
|
|
560
|
-
}
|
|
561
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
562
|
-
background-color: rgba(0, 0, 0, 0);
|
|
563
|
-
}
|
|
564
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
565
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
566
|
-
}
|
|
567
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
568
|
-
width: 80px;
|
|
569
|
-
height: 60px;
|
|
570
|
-
}
|
|
571
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
572
|
-
width: 80px;
|
|
573
|
-
height: 60px;
|
|
574
|
-
}
|
|
575
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
576
|
-
width: 120px;
|
|
577
|
-
text-align: left;
|
|
578
|
-
margin-left: 15px;
|
|
579
|
-
}
|
|
580
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
581
|
-
width: 120px;
|
|
582
|
-
height: 20px;
|
|
583
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
584
|
-
font-size: 14px;
|
|
585
|
-
font-weight: normal;
|
|
586
|
-
font-style: normal;
|
|
587
|
-
font-stretch: normal;
|
|
588
|
-
line-height: 1.43;
|
|
589
|
-
letter-spacing: normal;
|
|
590
|
-
text-align: left;
|
|
591
|
-
color: #fff;
|
|
592
|
-
text-overflow: ellipsis;
|
|
593
|
-
overflow: hidden;
|
|
594
|
-
}
|
|
595
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
596
|
-
opacity: 0.6;
|
|
597
|
-
}
|
|
598
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
599
|
-
background-color: #c3c2c2;
|
|
600
|
-
padding: 5px;
|
|
601
|
-
}
|
|
602
|
-
.multicamera[data-multicamera] li a {
|
|
603
|
-
color: #444;
|
|
604
|
-
padding: 2px 10px;
|
|
605
|
-
display: block;
|
|
606
|
-
text-decoration: none;
|
|
607
|
-
}
|
|
608
|
-
.multicamera[data-multicamera] li a:hover {
|
|
609
|
-
background-color: #555;
|
|
610
|
-
color: white;
|
|
611
|
-
}
|
|
612
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
613
|
-
color: white;
|
|
614
|
-
text-decoration: none;
|
|
615
|
-
}
|
|
616
|
-
.multicamera[data-multicamera] li.current a {
|
|
617
|
-
color: #f00;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
@keyframes pulse {
|
|
621
|
-
0% {
|
|
622
|
-
color: #fff;
|
|
623
|
-
}
|
|
624
|
-
50% {
|
|
625
|
-
color: #ff0101;
|
|
626
|
-
}
|
|
627
|
-
100% {
|
|
628
|
-
color: #B80000;
|
|
629
|
-
}
|
|
630
|
-
}:root {
|
|
631
|
-
--primary-background-color: #000;
|
|
632
|
-
--secondary-background-color: #262626;
|
|
633
|
-
--primary-text-color: #fff;
|
|
634
|
-
--secondary-text-color: #fff4f2;
|
|
635
|
-
--hover-text-color: #f9b090;
|
|
636
|
-
--speedtest-red: #df564d;
|
|
637
|
-
--speedtest-orange: #df934d;
|
|
638
|
-
--speedtest-yellow: #dfd04d;
|
|
639
|
-
--speedtest-light-green: #c2df4d;
|
|
640
|
-
--speedtest-green: #73df4d;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.clappr-nerd-stats {
|
|
644
|
-
cursor: default;
|
|
645
|
-
}
|
|
646
|
-
.clappr-nerd-stats .stats-box {
|
|
647
|
-
position: absolute;
|
|
648
|
-
display: inline-block;
|
|
649
|
-
bottom: 52px;
|
|
650
|
-
right: 0;
|
|
651
|
-
top: 0;
|
|
652
|
-
left: 0;
|
|
653
|
-
bottom: 0;
|
|
654
|
-
padding: 0 10px 12px;
|
|
655
|
-
margin: 0;
|
|
656
|
-
line-height: 20px;
|
|
657
|
-
font-size: 12px;
|
|
658
|
-
font-weight: 500;
|
|
659
|
-
background: var(--primary-background-color);
|
|
660
|
-
color: #fff;
|
|
661
|
-
z-index: 20000;
|
|
662
|
-
overflow: auto;
|
|
663
|
-
max-width: 100%;
|
|
664
|
-
}
|
|
665
|
-
.clappr-nerd-stats .stats-box-top {
|
|
666
|
-
position: absolute;
|
|
667
|
-
top: 0;
|
|
668
|
-
left: 0;
|
|
669
|
-
z-index: 9999;
|
|
670
|
-
width: 100%;
|
|
671
|
-
height: 32px;
|
|
672
|
-
background: var(--primary-background-color);
|
|
673
|
-
}
|
|
674
|
-
.clappr-nerd-stats .stats-box-top .close-button {
|
|
675
|
-
position: absolute;
|
|
676
|
-
right: 12px;
|
|
677
|
-
top: 10px;
|
|
678
|
-
display: block;
|
|
679
|
-
width: 12px;
|
|
680
|
-
height: 12px;
|
|
326
|
+
.clappr-nerd-stats .stats-box-top .close-button {
|
|
327
|
+
position: absolute;
|
|
328
|
+
right: 12px;
|
|
329
|
+
top: 10px;
|
|
330
|
+
display: block;
|
|
331
|
+
width: 12px;
|
|
332
|
+
height: 12px;
|
|
681
333
|
}
|
|
682
334
|
.clappr-nerd-stats .stats-box-top .close-button svg path {
|
|
683
335
|
fill: var(--primary-text-color);
|
|
@@ -1040,6 +692,65 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1040
692
|
}
|
|
1041
693
|
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
1042
694
|
fill: #151515 !important;
|
|
695
|
+
}.context-menu {
|
|
696
|
+
z-index: 999;
|
|
697
|
+
position: absolute;
|
|
698
|
+
top: 0;
|
|
699
|
+
left: 0;
|
|
700
|
+
text-align: center;
|
|
701
|
+
}
|
|
702
|
+
.context-menu .context-menu-list {
|
|
703
|
+
font-family: "Proxima Nova", sans-serif;
|
|
704
|
+
font-size: 12px;
|
|
705
|
+
line-height: 12px;
|
|
706
|
+
list-style-type: none;
|
|
707
|
+
text-align: left;
|
|
708
|
+
padding: 5px;
|
|
709
|
+
margin-left: auto;
|
|
710
|
+
margin-right: auto;
|
|
711
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
712
|
+
border: 1px solid #666;
|
|
713
|
+
border-radius: 4px;
|
|
714
|
+
}
|
|
715
|
+
.context-menu .context-menu-list-item button {
|
|
716
|
+
border: none;
|
|
717
|
+
background-color: transparent;
|
|
718
|
+
padding: 0;
|
|
719
|
+
color: white;
|
|
720
|
+
display: flex;
|
|
721
|
+
gap: 8px;
|
|
722
|
+
align-items: center;
|
|
723
|
+
justify-content: center;
|
|
724
|
+
cursor: pointer;
|
|
725
|
+
padding: 5px;
|
|
726
|
+
width: 100%;
|
|
727
|
+
}
|
|
728
|
+
.context-menu .context-menu-list-item_icon {
|
|
729
|
+
width: 20px;
|
|
730
|
+
height: 20px;
|
|
731
|
+
}@charset "UTF-8";
|
|
732
|
+
.gplayer-mc-clips {
|
|
733
|
+
display: flex;
|
|
734
|
+
gap: 6px;
|
|
735
|
+
}
|
|
736
|
+
.gplayer-mc-clips .gplayer-mc-clips-text {
|
|
737
|
+
text-overflow: ellipsis;
|
|
738
|
+
white-space: nowrap;
|
|
739
|
+
overflow: hidden;
|
|
740
|
+
display: inline-block;
|
|
741
|
+
text-overflow: ellipsis;
|
|
742
|
+
color: white;
|
|
743
|
+
cursor: default;
|
|
744
|
+
line-height: var(--bottom-panel);
|
|
745
|
+
position: relative;
|
|
746
|
+
max-width: 150px;
|
|
747
|
+
}
|
|
748
|
+
.gplayer-mc-clips .gplayer-mc-clips-text::before {
|
|
749
|
+
content: "•";
|
|
750
|
+
padding-right: 6px;
|
|
751
|
+
}
|
|
752
|
+
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
753
|
+
max-width: 100px;
|
|
1043
754
|
}.player-poster {
|
|
1044
755
|
display: flex;
|
|
1045
756
|
justify-content: center;
|
|
@@ -1074,15 +785,239 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1074
785
|
}
|
|
1075
786
|
.player-poster .play-wrapper svg path {
|
|
1076
787
|
fill: #fff;
|
|
1077
|
-
}.
|
|
1078
|
-
|
|
788
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
789
|
+
color: #CCCACA;
|
|
790
|
+
position: absolute;
|
|
791
|
+
top: 0;
|
|
792
|
+
height: 100%;
|
|
793
|
+
width: 100%;
|
|
794
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
795
|
+
z-index: 2000;
|
|
1079
796
|
display: flex;
|
|
797
|
+
flex-direction: column;
|
|
798
|
+
justify-content: center;
|
|
1080
799
|
}
|
|
1081
|
-
.
|
|
800
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
801
|
+
font-size: 14px;
|
|
802
|
+
color: #CCCACA;
|
|
803
|
+
margin-top: 45px;
|
|
804
|
+
}
|
|
805
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
806
|
+
font-weight: bold;
|
|
807
|
+
line-height: 30px;
|
|
808
|
+
font-size: 18px;
|
|
809
|
+
}
|
|
810
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
811
|
+
width: 90%;
|
|
812
|
+
margin: 0 auto;
|
|
813
|
+
}
|
|
814
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
815
|
+
font-size: 13px;
|
|
816
|
+
margin-top: 15px;
|
|
817
|
+
}
|
|
818
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
819
|
+
cursor: pointer;
|
|
820
|
+
width: 30px;
|
|
821
|
+
margin: 15px auto 0;
|
|
822
|
+
}*, :focus, :visited {
|
|
823
|
+
outline: none !important;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.multicamera[data-multicamera] {
|
|
827
|
+
float: right;
|
|
828
|
+
margin-top: 4px;
|
|
829
|
+
position: relative;
|
|
830
|
+
margin-right: 20px;
|
|
831
|
+
width: 20px;
|
|
832
|
+
}
|
|
833
|
+
.multicamera[data-multicamera] button {
|
|
834
|
+
background-color: transparent;
|
|
835
|
+
color: #fff;
|
|
836
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
837
|
+
-webkit-font-smoothing: antialiased;
|
|
838
|
+
border: none;
|
|
839
|
+
font-size: 14px;
|
|
840
|
+
padding: 0;
|
|
841
|
+
}
|
|
842
|
+
.multicamera[data-multicamera] button svg {
|
|
1082
843
|
height: 20px;
|
|
844
|
+
position: relative;
|
|
845
|
+
margin-top: 6px;
|
|
1083
846
|
}
|
|
1084
|
-
.
|
|
847
|
+
.multicamera[data-multicamera] button:hover {
|
|
848
|
+
color: #c9c9c9;
|
|
849
|
+
}
|
|
850
|
+
.multicamera[data-multicamera] button.changing {
|
|
851
|
+
animation: pulse 0.5s infinite alternate;
|
|
852
|
+
}
|
|
853
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
854
|
+
width: 9px;
|
|
855
|
+
height: 6px;
|
|
856
|
+
margin-top: 11px;
|
|
857
|
+
margin-left: 5px;
|
|
858
|
+
}
|
|
859
|
+
.multicamera[data-multicamera] > ul {
|
|
860
|
+
padding: 6px 0;
|
|
861
|
+
right: -24px;
|
|
862
|
+
width: 245px;
|
|
863
|
+
list-style-type: none;
|
|
864
|
+
position: absolute;
|
|
865
|
+
bottom: 48px;
|
|
866
|
+
border-radius: 4px;
|
|
867
|
+
display: none;
|
|
868
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
869
|
+
}
|
|
870
|
+
.multicamera[data-multicamera] > ul::after {
|
|
871
|
+
content: "";
|
|
872
|
+
position: absolute;
|
|
873
|
+
top: 100%;
|
|
874
|
+
left: 85%;
|
|
875
|
+
margin-left: -10px;
|
|
876
|
+
width: 0;
|
|
877
|
+
height: 0;
|
|
878
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
879
|
+
border-right: 10px solid transparent;
|
|
880
|
+
border-left: 10px solid transparent;
|
|
881
|
+
}
|
|
882
|
+
.multicamera[data-multicamera] li {
|
|
883
|
+
font-size: 10px;
|
|
884
|
+
cursor: pointer;
|
|
885
|
+
}
|
|
886
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
887
|
+
display: flex;
|
|
888
|
+
padding: 10px 0;
|
|
889
|
+
justify-content: center;
|
|
890
|
+
position: relative;
|
|
891
|
+
}
|
|
892
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
893
|
+
pointer-events: none;
|
|
894
|
+
}
|
|
895
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
896
|
+
opacity: 0.5;
|
|
897
|
+
}
|
|
898
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
899
|
+
opacity: 0.5;
|
|
900
|
+
}
|
|
901
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
902
|
+
background-color: rgba(0, 0, 0, 0);
|
|
903
|
+
}
|
|
904
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
905
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
906
|
+
}
|
|
907
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
908
|
+
width: 80px;
|
|
909
|
+
height: 60px;
|
|
910
|
+
}
|
|
911
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
912
|
+
width: 80px;
|
|
913
|
+
height: 60px;
|
|
914
|
+
}
|
|
915
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
916
|
+
width: 120px;
|
|
917
|
+
text-align: left;
|
|
918
|
+
margin-left: 15px;
|
|
919
|
+
}
|
|
920
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
921
|
+
width: 120px;
|
|
1085
922
|
height: 20px;
|
|
923
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
924
|
+
font-size: 14px;
|
|
925
|
+
font-weight: normal;
|
|
926
|
+
font-style: normal;
|
|
927
|
+
font-stretch: normal;
|
|
928
|
+
line-height: 1.43;
|
|
929
|
+
letter-spacing: normal;
|
|
930
|
+
text-align: left;
|
|
931
|
+
color: #fff;
|
|
932
|
+
text-overflow: ellipsis;
|
|
933
|
+
overflow: hidden;
|
|
934
|
+
}
|
|
935
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
936
|
+
opacity: 0.6;
|
|
937
|
+
}
|
|
938
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
939
|
+
background-color: #c3c2c2;
|
|
940
|
+
padding: 5px;
|
|
941
|
+
}
|
|
942
|
+
.multicamera[data-multicamera] li a {
|
|
943
|
+
color: #444;
|
|
944
|
+
padding: 2px 10px;
|
|
945
|
+
display: block;
|
|
946
|
+
text-decoration: none;
|
|
947
|
+
}
|
|
948
|
+
.multicamera[data-multicamera] li a:hover {
|
|
949
|
+
background-color: #555;
|
|
950
|
+
color: white;
|
|
951
|
+
}
|
|
952
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
953
|
+
color: white;
|
|
954
|
+
text-decoration: none;
|
|
955
|
+
}
|
|
956
|
+
.multicamera[data-multicamera] li.current a {
|
|
957
|
+
color: #f00;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
@keyframes pulse {
|
|
961
|
+
0% {
|
|
962
|
+
color: #fff;
|
|
963
|
+
}
|
|
964
|
+
50% {
|
|
965
|
+
color: #ff0101;
|
|
966
|
+
}
|
|
967
|
+
100% {
|
|
968
|
+
color: #B80000;
|
|
969
|
+
}
|
|
970
|
+
}.quality-levels li.disabled {
|
|
971
|
+
opacity: 0.5;
|
|
972
|
+
pointer-events: none;
|
|
973
|
+
}
|
|
974
|
+
.quality-levels li.current {
|
|
975
|
+
background-color: #000;
|
|
976
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
977
|
+
order: 99;
|
|
978
|
+
height: 20px;
|
|
979
|
+
}
|
|
980
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
981
|
+
position: absolute;
|
|
982
|
+
right: 16px;
|
|
983
|
+
bottom: 52px;
|
|
984
|
+
width: 250px;
|
|
985
|
+
min-height: 48px;
|
|
986
|
+
z-index: 9999;
|
|
987
|
+
border-radius: 4px;
|
|
988
|
+
}
|
|
989
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
990
|
+
padding: 8px 0;
|
|
991
|
+
}
|
|
992
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
993
|
+
margin: 0;
|
|
994
|
+
text-align: left;
|
|
995
|
+
line-height: 22px;
|
|
996
|
+
padding: 5px 14px;
|
|
997
|
+
width: 250px;
|
|
998
|
+
font-size: 12px;
|
|
999
|
+
display: flex;
|
|
1000
|
+
align-items: center;
|
|
1001
|
+
justify-content: flex-start;
|
|
1002
|
+
gap: 8px;
|
|
1003
|
+
}
|
|
1004
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
|
|
1005
|
+
flex: 24px 0 0;
|
|
1006
|
+
height: 24px;
|
|
1007
|
+
}
|
|
1008
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
|
|
1009
|
+
visibility: hidden;
|
|
1010
|
+
display: inline-block;
|
|
1011
|
+
}
|
|
1012
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
|
|
1013
|
+
flex: 0 1 100%;
|
|
1014
|
+
}
|
|
1015
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
|
|
1016
|
+
flex: 0 0 14px;
|
|
1017
|
+
height: 24px;
|
|
1018
|
+
}
|
|
1019
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
1020
|
+
flex: 1 0 auto;
|
|
1086
1021
|
}.share_plugin[data-share] {
|
|
1087
1022
|
pointer-events: auto;
|
|
1088
1023
|
z-index: 5;
|
|
@@ -1166,219 +1101,68 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1166
1101
|
display: inline-block;
|
|
1167
1102
|
margin-right: 5px;
|
|
1168
1103
|
cursor: pointer;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
white-space: nowrap;
|
|
1172
|
-
height: 20px;
|
|
1173
|
-
line-height: 20px;
|
|
1174
|
-
font-size: 0;
|
|
1175
|
-
left: -100%;
|
|
1176
|
-
bottom: 55px;
|
|
1177
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1178
|
-
z-index: 9999;
|
|
1179
|
-
transition: opacity 0.1s ease;
|
|
1180
|
-
}
|
|
1181
|
-
.seek-time.hidden {
|
|
1182
|
-
opacity: 0;
|
|
1183
|
-
}
|
|
1184
|
-
.seek-time .seek-time__pos {
|
|
1185
|
-
display: inline-block;
|
|
1186
|
-
color: white;
|
|
1187
|
-
font-size: 10px;
|
|
1188
|
-
padding-left: 7px;
|
|
1189
|
-
padding-right: 7px;
|
|
1190
|
-
vertical-align: top;
|
|
1191
|
-
}
|
|
1192
|
-
.seek-time .seek-time__duration {
|
|
1193
|
-
display: inline-block;
|
|
1194
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1195
|
-
font-size: 10px;
|
|
1196
|
-
padding-right: 7px;
|
|
1197
|
-
vertical-align: top;
|
|
1198
|
-
}
|
|
1199
|
-
.seek-time .seek-time__duration::before {
|
|
1200
|
-
content: "|";
|
|
1201
|
-
margin-right: 7px;
|
|
1202
|
-
}.quality-levels li.disabled {
|
|
1203
|
-
opacity: 0.5;
|
|
1204
|
-
pointer-events: none;
|
|
1205
|
-
}
|
|
1206
|
-
.quality-levels li.current {
|
|
1207
|
-
background-color: #000;
|
|
1208
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1209
|
-
position: absolute;
|
|
1210
|
-
width: 70px;
|
|
1211
|
-
text-align: center;
|
|
1212
|
-
z-index: 999;
|
|
1213
|
-
left: 0;
|
|
1214
|
-
right: 0;
|
|
1215
|
-
margin: 0 auto;
|
|
1216
|
-
margin-left: auto;
|
|
1217
|
-
margin-right: auto;
|
|
1218
|
-
/* center vertically */
|
|
1219
|
-
top: 50%;
|
|
1220
|
-
transform: translateY(-50%);
|
|
1221
|
-
}
|
|
1222
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1223
|
-
width: 18px;
|
|
1224
|
-
height: 18px;
|
|
1225
|
-
background-color: #FFF;
|
|
1226
|
-
border-radius: 100%;
|
|
1227
|
-
display: inline-block;
|
|
1228
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1229
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1230
|
-
animation-fill-mode: both;
|
|
1231
|
-
}
|
|
1232
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1233
|
-
animation-delay: -0.32s;
|
|
1234
|
-
}
|
|
1235
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1236
|
-
animation-delay: -0.16s;
|
|
1104
|
+
}*, :focus, :visited {
|
|
1105
|
+
outline: none !important;
|
|
1237
1106
|
}
|
|
1238
1107
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
40% {
|
|
1244
|
-
transform: scale(1);
|
|
1245
|
-
}
|
|
1246
|
-
}.scrub-thumbnails {
|
|
1247
|
-
position: absolute;
|
|
1248
|
-
bottom: 52px;
|
|
1108
|
+
.gear-wrapper .go-back {
|
|
1109
|
+
font-weight: 600;
|
|
1110
|
+
font-size: 14px;
|
|
1111
|
+
line-height: 20px;
|
|
1249
1112
|
width: 100%;
|
|
1250
|
-
|
|
1113
|
+
text-align: left;
|
|
1114
|
+
padding: 12px;
|
|
1251
1115
|
}
|
|
1252
|
-
.
|
|
1253
|
-
|
|
1116
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
1117
|
+
float: left;
|
|
1118
|
+
padding-top: 2px;
|
|
1119
|
+
padding-right: 2px;
|
|
1254
1120
|
}
|
|
1255
|
-
.
|
|
1256
|
-
|
|
1257
|
-
position: relative;
|
|
1258
|
-
overflow: hidden;
|
|
1259
|
-
background-color: #000;
|
|
1121
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
1122
|
+
height: 16px;
|
|
1260
1123
|
}
|
|
1261
|
-
.
|
|
1262
|
-
|
|
1263
|
-
|
|
1124
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
1125
|
+
width: 100%;
|
|
1126
|
+
list-style-type: none;
|
|
1127
|
+
min-width: 60px;
|
|
1128
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
1129
|
+
overflow-y: auto;
|
|
1264
1130
|
}
|
|
1265
|
-
.
|
|
1266
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
1267
|
-
border-radius: 3px;
|
|
1268
|
-
white-space: nowrap;
|
|
1269
|
-
overflow: hidden;
|
|
1270
|
-
text-overflow: ellipsis;
|
|
1271
|
-
color: white;
|
|
1272
|
-
position: absolute;
|
|
1273
|
-
bottom: 23px;
|
|
1274
|
-
width: 100px;
|
|
1275
|
-
padding: 0 4px;
|
|
1131
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
1276
1132
|
font-size: 12px;
|
|
1133
|
+
text-align: left;
|
|
1277
1134
|
}
|
|
1278
|
-
.
|
|
1279
|
-
background-color: #
|
|
1280
|
-
|
|
1281
|
-
position: absolute;
|
|
1282
|
-
bottom: 0;
|
|
1283
|
-
left: 0;
|
|
1284
|
-
border-color: #4a4a4a;
|
|
1285
|
-
border-style: solid;
|
|
1286
|
-
border-width: 3px;
|
|
1287
|
-
border-radius: 3px;
|
|
1288
|
-
}
|
|
1289
|
-
.scrub-thumbnails .spotlight img {
|
|
1290
|
-
width: auto;
|
|
1291
|
-
}
|
|
1292
|
-
.scrub-thumbnails .backdrop {
|
|
1293
|
-
position: absolute;
|
|
1294
|
-
left: 0;
|
|
1295
|
-
bottom: 0;
|
|
1296
|
-
right: 0;
|
|
1297
|
-
background-color: #000;
|
|
1298
|
-
overflow: hidden;
|
|
1299
|
-
}
|
|
1300
|
-
.scrub-thumbnails .backdrop .carousel {
|
|
1301
|
-
position: absolute;
|
|
1302
|
-
top: 0;
|
|
1303
|
-
left: 0;
|
|
1304
|
-
height: 100%;
|
|
1305
|
-
white-space: nowrap;
|
|
1306
|
-
}
|
|
1307
|
-
.scrub-thumbnails .backdrop .carousel img {
|
|
1308
|
-
width: auto;
|
|
1309
|
-
}*,
|
|
1310
|
-
:focus,
|
|
1311
|
-
:visited {
|
|
1312
|
-
outline: none !important;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.media-control-cc[data-cc] {
|
|
1316
|
-
position: relative;
|
|
1317
|
-
order: 85;
|
|
1318
|
-
}
|
|
1319
|
-
.media-control-cc[data-cc] button {
|
|
1320
|
-
background-color: transparent;
|
|
1321
|
-
color: #fff;
|
|
1322
|
-
-webkit-font-smoothing: antialiased;
|
|
1323
|
-
border: none;
|
|
1324
|
-
cursor: pointer;
|
|
1325
|
-
}
|
|
1326
|
-
.media-control-cc[data-cc] button .cc-text svg {
|
|
1327
|
-
fill: white;
|
|
1328
|
-
}
|
|
1329
|
-
.media-control-cc[data-cc] button:hover {
|
|
1330
|
-
color: #c9c9c9;
|
|
1331
|
-
}
|
|
1332
|
-
.media-control-cc[data-cc] button.changing {
|
|
1333
|
-
animation: pulse 0.5s infinite alternate;
|
|
1334
|
-
}
|
|
1335
|
-
.media-control-cc[data-cc] ul {
|
|
1336
|
-
width: 80px;
|
|
1337
|
-
list-style-type: none;
|
|
1338
|
-
position: absolute;
|
|
1339
|
-
bottom: 25px;
|
|
1340
|
-
border: 1px solid black;
|
|
1341
|
-
background-color: #e6e6e6;
|
|
1342
|
-
padding: 8px 0;
|
|
1135
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
1136
|
+
background-color: #c3c2c2;
|
|
1137
|
+
padding: 5px;
|
|
1343
1138
|
}
|
|
1344
|
-
.
|
|
1345
|
-
color: #444;
|
|
1346
|
-
padding: 2px 10px;
|
|
1139
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
1347
1140
|
display: block;
|
|
1348
1141
|
text-decoration: none;
|
|
1142
|
+
height: 32px;
|
|
1143
|
+
padding: 5px 10px;
|
|
1144
|
+
line-height: 22px;
|
|
1145
|
+
color: #fffffe;
|
|
1349
1146
|
}
|
|
1350
|
-
.
|
|
1351
|
-
background-color: #555;
|
|
1147
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
1352
1148
|
color: white;
|
|
1149
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1353
1150
|
}
|
|
1354
|
-
.
|
|
1151
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
1355
1152
|
color: white;
|
|
1356
1153
|
text-decoration: none;
|
|
1357
1154
|
}
|
|
1358
|
-
.
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
@keyframes pulse {
|
|
1364
|
-
0% {
|
|
1365
|
-
color: #fff;
|
|
1366
|
-
}
|
|
1367
|
-
50% {
|
|
1368
|
-
color: #ff0101;
|
|
1369
|
-
}
|
|
1370
|
-
100% {
|
|
1371
|
-
color: #B80000;
|
|
1372
|
-
}
|
|
1155
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
1156
|
+
width: 30px;
|
|
1157
|
+
height: 20px;
|
|
1158
|
+
float: left;
|
|
1159
|
+
display: block;
|
|
1373
1160
|
}
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
font-size: 0 !important;
|
|
1161
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
1162
|
+
display: none;
|
|
1377
1163
|
}
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
visibility: visible !important;
|
|
1381
|
-
font-size: 1em !important;
|
|
1164
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
1165
|
+
display: inline;
|
|
1382
1166
|
}[data-player] {
|
|
1383
1167
|
--bottom-panel: 40px;
|
|
1384
1168
|
}
|
|
@@ -1687,7 +1471,8 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1687
1471
|
justify-content: flex-start;
|
|
1688
1472
|
}
|
|
1689
1473
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-control-button,
|
|
1690
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-control-indicator
|
|
1474
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-control-indicator,
|
|
1475
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .gplayer-mc-panel-item {
|
|
1691
1476
|
order: 10;
|
|
1692
1477
|
}
|
|
1693
1478
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] [data-playpause],
|
|
@@ -2007,6 +1792,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2007
1792
|
.media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
|
|
2008
1793
|
padding-left: 8px;
|
|
2009
1794
|
padding-right: 8px;
|
|
1795
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1796
|
+
position: absolute;
|
|
1797
|
+
width: 70px;
|
|
1798
|
+
text-align: center;
|
|
1799
|
+
z-index: 999;
|
|
1800
|
+
left: 0;
|
|
1801
|
+
right: 0;
|
|
1802
|
+
margin: 0 auto;
|
|
1803
|
+
margin-left: auto;
|
|
1804
|
+
margin-right: auto;
|
|
1805
|
+
/* center vertically */
|
|
1806
|
+
top: 50%;
|
|
1807
|
+
transform: translateY(-50%);
|
|
1808
|
+
}
|
|
1809
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1810
|
+
width: 18px;
|
|
1811
|
+
height: 18px;
|
|
1812
|
+
background-color: #FFF;
|
|
1813
|
+
border-radius: 100%;
|
|
1814
|
+
display: inline-block;
|
|
1815
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1816
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1817
|
+
animation-fill-mode: both;
|
|
1818
|
+
}
|
|
1819
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1820
|
+
animation-delay: -0.32s;
|
|
1821
|
+
}
|
|
1822
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1823
|
+
animation-delay: -0.16s;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
@keyframes bouncedelay {
|
|
1827
|
+
0%, 80%, 100% {
|
|
1828
|
+
transform: scale(0);
|
|
1829
|
+
}
|
|
1830
|
+
40% {
|
|
1831
|
+
transform: scale(1);
|
|
1832
|
+
}
|
|
2010
1833
|
}.container-with-poster-clickable .mc-skip-time {
|
|
2011
1834
|
height: 0;
|
|
2012
1835
|
}
|
|
@@ -2028,6 +1851,184 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2028
1851
|
.mc-skip-time .skip-container .skip-item {
|
|
2029
1852
|
flex: 1 0 0px;
|
|
2030
1853
|
height: 100%;
|
|
1854
|
+
}.media-control-pip {
|
|
1855
|
+
order: 95;
|
|
1856
|
+
display: flex;
|
|
1857
|
+
}
|
|
1858
|
+
.media-control-pip button {
|
|
1859
|
+
height: 20px;
|
|
1860
|
+
}
|
|
1861
|
+
.media-control-pip button svg {
|
|
1862
|
+
height: 20px;
|
|
1863
|
+
}.seek-time {
|
|
1864
|
+
position: absolute;
|
|
1865
|
+
white-space: nowrap;
|
|
1866
|
+
height: 20px;
|
|
1867
|
+
line-height: 20px;
|
|
1868
|
+
font-size: 0;
|
|
1869
|
+
left: -100%;
|
|
1870
|
+
bottom: 55px;
|
|
1871
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1872
|
+
z-index: 9999;
|
|
1873
|
+
transition: opacity 0.1s ease;
|
|
1874
|
+
}
|
|
1875
|
+
.seek-time.hidden {
|
|
1876
|
+
opacity: 0;
|
|
1877
|
+
}
|
|
1878
|
+
.seek-time .seek-time__pos {
|
|
1879
|
+
display: inline-block;
|
|
1880
|
+
color: white;
|
|
1881
|
+
font-size: 10px;
|
|
1882
|
+
padding-left: 7px;
|
|
1883
|
+
padding-right: 7px;
|
|
1884
|
+
vertical-align: top;
|
|
1885
|
+
}
|
|
1886
|
+
.seek-time .seek-time__duration {
|
|
1887
|
+
display: inline-block;
|
|
1888
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1889
|
+
font-size: 10px;
|
|
1890
|
+
padding-right: 7px;
|
|
1891
|
+
vertical-align: top;
|
|
1892
|
+
}
|
|
1893
|
+
.seek-time .seek-time__duration::before {
|
|
1894
|
+
content: "|";
|
|
1895
|
+
margin-right: 7px;
|
|
1896
|
+
}.scrub-thumbnails {
|
|
1897
|
+
position: absolute;
|
|
1898
|
+
bottom: 52px;
|
|
1899
|
+
width: 100%;
|
|
1900
|
+
transition: opacity 0.3s ease;
|
|
1901
|
+
}
|
|
1902
|
+
.scrub-thumbnails.hidden {
|
|
1903
|
+
opacity: 0;
|
|
1904
|
+
}
|
|
1905
|
+
.scrub-thumbnails .thumbnail-container {
|
|
1906
|
+
display: inline-block;
|
|
1907
|
+
position: relative;
|
|
1908
|
+
overflow: hidden;
|
|
1909
|
+
background-color: #000;
|
|
1910
|
+
}
|
|
1911
|
+
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
1912
|
+
position: absolute;
|
|
1913
|
+
width: auto;
|
|
1914
|
+
}
|
|
1915
|
+
.scrub-thumbnails .thumbnails-text {
|
|
1916
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1917
|
+
border-radius: 3px;
|
|
1918
|
+
white-space: nowrap;
|
|
1919
|
+
overflow: hidden;
|
|
1920
|
+
text-overflow: ellipsis;
|
|
1921
|
+
color: white;
|
|
1922
|
+
position: absolute;
|
|
1923
|
+
bottom: 23px;
|
|
1924
|
+
width: 100px;
|
|
1925
|
+
padding: 0 4px;
|
|
1926
|
+
font-size: 12px;
|
|
1927
|
+
}
|
|
1928
|
+
.scrub-thumbnails .spotlight {
|
|
1929
|
+
background-color: #4a4a4a;
|
|
1930
|
+
overflow: hidden;
|
|
1931
|
+
position: absolute;
|
|
1932
|
+
bottom: 0;
|
|
1933
|
+
left: 0;
|
|
1934
|
+
border-color: #4a4a4a;
|
|
1935
|
+
border-style: solid;
|
|
1936
|
+
border-width: 3px;
|
|
1937
|
+
border-radius: 3px;
|
|
1938
|
+
}
|
|
1939
|
+
.scrub-thumbnails .spotlight img {
|
|
1940
|
+
width: auto;
|
|
1941
|
+
}
|
|
1942
|
+
.scrub-thumbnails .backdrop {
|
|
1943
|
+
position: absolute;
|
|
1944
|
+
left: 0;
|
|
1945
|
+
bottom: 0;
|
|
1946
|
+
right: 0;
|
|
1947
|
+
background-color: #000;
|
|
1948
|
+
overflow: hidden;
|
|
1949
|
+
}
|
|
1950
|
+
.scrub-thumbnails .backdrop .carousel {
|
|
1951
|
+
position: absolute;
|
|
1952
|
+
top: 0;
|
|
1953
|
+
left: 0;
|
|
1954
|
+
height: 100%;
|
|
1955
|
+
white-space: nowrap;
|
|
1956
|
+
}
|
|
1957
|
+
.scrub-thumbnails .backdrop .carousel img {
|
|
1958
|
+
width: auto;
|
|
1959
|
+
}*,
|
|
1960
|
+
:focus,
|
|
1961
|
+
:visited {
|
|
1962
|
+
outline: none !important;
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
.media-control-cc[data-cc] {
|
|
1966
|
+
position: relative;
|
|
1967
|
+
order: 85;
|
|
1968
|
+
}
|
|
1969
|
+
.media-control-cc[data-cc] button {
|
|
1970
|
+
background-color: transparent;
|
|
1971
|
+
color: #fff;
|
|
1972
|
+
-webkit-font-smoothing: antialiased;
|
|
1973
|
+
border: none;
|
|
1974
|
+
cursor: pointer;
|
|
1975
|
+
}
|
|
1976
|
+
.media-control-cc[data-cc] button .cc-text svg {
|
|
1977
|
+
fill: white;
|
|
1978
|
+
}
|
|
1979
|
+
.media-control-cc[data-cc] button:hover {
|
|
1980
|
+
color: #c9c9c9;
|
|
1981
|
+
}
|
|
1982
|
+
.media-control-cc[data-cc] button.changing {
|
|
1983
|
+
animation: pulse 0.5s infinite alternate;
|
|
1984
|
+
}
|
|
1985
|
+
.media-control-cc[data-cc] ul {
|
|
1986
|
+
width: 80px;
|
|
1987
|
+
list-style-type: none;
|
|
1988
|
+
position: absolute;
|
|
1989
|
+
bottom: 25px;
|
|
1990
|
+
border: 1px solid black;
|
|
1991
|
+
background-color: #e6e6e6;
|
|
1992
|
+
padding: 8px 0;
|
|
1993
|
+
}
|
|
1994
|
+
.media-control-cc[data-cc] li a {
|
|
1995
|
+
color: #444;
|
|
1996
|
+
padding: 2px 10px;
|
|
1997
|
+
display: block;
|
|
1998
|
+
text-decoration: none;
|
|
1999
|
+
}
|
|
2000
|
+
.media-control-cc[data-cc] li a:hover {
|
|
2001
|
+
background-color: #555;
|
|
2002
|
+
color: white;
|
|
2003
|
+
}
|
|
2004
|
+
.media-control-cc[data-cc] li a:hover a {
|
|
2005
|
+
color: white;
|
|
2006
|
+
text-decoration: none;
|
|
2007
|
+
}
|
|
2008
|
+
.media-control-cc[data-cc] li.current a {
|
|
2009
|
+
color: #f00;
|
|
2010
|
+
background-color: #555;
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
@keyframes pulse {
|
|
2014
|
+
0% {
|
|
2015
|
+
color: #fff;
|
|
2016
|
+
}
|
|
2017
|
+
50% {
|
|
2018
|
+
color: #ff0101;
|
|
2019
|
+
}
|
|
2020
|
+
100% {
|
|
2021
|
+
color: #B80000;
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
::cue {
|
|
2025
|
+
visibility: hidden !important;
|
|
2026
|
+
font-size: 0 !important;
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
.ios-fullscreen::cue {
|
|
2030
|
+
visibility: visible !important;
|
|
2031
|
+
font-size: 1em !important;
|
|
2031
2032
|
}.player-logo[data-logo] {
|
|
2032
2033
|
position: absolute;
|
|
2033
2034
|
z-index: 2;
|