@gcorevideo/player 2.25.3 → 2.25.5
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 +3 -5
- package/assets/media-control/width370.scss +7 -6
- package/dist/core.js +1 -1
- package/dist/index.css +510 -515
- package/dist/index.embed.js +48 -46
- package/dist/index.js +124 -122
- package/lib/plugins/clips/Clips.d.ts.map +1 -1
- package/lib/plugins/clips/Clips.js +2 -4
- package/lib/plugins/seek-time/SeekTime.d.ts.map +1 -1
- package/lib/plugins/seek-time/SeekTime.js +7 -2
- package/package.json +1 -1
- package/src/plugins/clips/Clips.ts +3 -5
- package/src/plugins/seek-time/SeekTime.ts +7 -2
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css
CHANGED
|
@@ -261,284 +261,6 @@
|
|
|
261
261
|
border-top-right-radius: 4px;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
@keyframes pulse {
|
|
265
|
-
0% {
|
|
266
|
-
color: #fff;
|
|
267
|
-
}
|
|
268
|
-
50% {
|
|
269
|
-
color: #ff0101;
|
|
270
|
-
}
|
|
271
|
-
100% {
|
|
272
|
-
color: #B80000;
|
|
273
|
-
}
|
|
274
|
-
}@charset "UTF-8";
|
|
275
|
-
.gplayer-mc-clips {
|
|
276
|
-
display: flex;
|
|
277
|
-
gap: 6px;
|
|
278
|
-
}
|
|
279
|
-
.gplayer-mc-clips .gplayer-mc-clips-text {
|
|
280
|
-
text-overflow: ellipsis;
|
|
281
|
-
white-space: nowrap;
|
|
282
|
-
overflow: hidden;
|
|
283
|
-
display: inline-block;
|
|
284
|
-
text-overflow: ellipsis;
|
|
285
|
-
color: white;
|
|
286
|
-
cursor: default;
|
|
287
|
-
line-height: var(--bottom-panel);
|
|
288
|
-
position: relative;
|
|
289
|
-
max-width: 150px;
|
|
290
|
-
}
|
|
291
|
-
.gplayer-mc-clips .gplayer-mc-clips-text::before {
|
|
292
|
-
content: "•";
|
|
293
|
-
padding-right: 6px;
|
|
294
|
-
}
|
|
295
|
-
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
296
|
-
max-width: 100px;
|
|
297
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
298
|
-
order: 99;
|
|
299
|
-
height: 20px;
|
|
300
|
-
}
|
|
301
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
302
|
-
position: absolute;
|
|
303
|
-
right: 16px;
|
|
304
|
-
bottom: 52px;
|
|
305
|
-
width: 250px;
|
|
306
|
-
min-height: 48px;
|
|
307
|
-
z-index: 9999;
|
|
308
|
-
border-radius: 4px;
|
|
309
|
-
}
|
|
310
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
311
|
-
padding: 8px 0;
|
|
312
|
-
}
|
|
313
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
314
|
-
margin: 0;
|
|
315
|
-
text-align: left;
|
|
316
|
-
line-height: 22px;
|
|
317
|
-
padding: 5px 14px;
|
|
318
|
-
width: 250px;
|
|
319
|
-
font-size: 12px;
|
|
320
|
-
display: flex;
|
|
321
|
-
align-items: center;
|
|
322
|
-
justify-content: flex-start;
|
|
323
|
-
gap: 8px;
|
|
324
|
-
}
|
|
325
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
|
|
326
|
-
flex: 24px 0 0;
|
|
327
|
-
height: 24px;
|
|
328
|
-
}
|
|
329
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
|
|
330
|
-
visibility: hidden;
|
|
331
|
-
display: inline-block;
|
|
332
|
-
}
|
|
333
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
|
|
334
|
-
flex: 0 1 100%;
|
|
335
|
-
}
|
|
336
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
|
|
337
|
-
flex: 0 0 14px;
|
|
338
|
-
height: 24px;
|
|
339
|
-
}
|
|
340
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
341
|
-
flex: 1 0 auto;
|
|
342
|
-
}*, :focus, :visited {
|
|
343
|
-
outline: none !important;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.gear-wrapper .go-back {
|
|
347
|
-
font-weight: 600;
|
|
348
|
-
font-size: 14px;
|
|
349
|
-
line-height: 20px;
|
|
350
|
-
width: 100%;
|
|
351
|
-
text-align: left;
|
|
352
|
-
padding: 12px;
|
|
353
|
-
}
|
|
354
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
355
|
-
float: left;
|
|
356
|
-
padding-top: 2px;
|
|
357
|
-
padding-right: 2px;
|
|
358
|
-
}
|
|
359
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
360
|
-
height: 16px;
|
|
361
|
-
}
|
|
362
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
363
|
-
width: 100%;
|
|
364
|
-
list-style-type: none;
|
|
365
|
-
min-width: 60px;
|
|
366
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
367
|
-
overflow-y: auto;
|
|
368
|
-
}
|
|
369
|
-
.gear-wrapper ul.gear-sub-menu li {
|
|
370
|
-
font-size: 12px;
|
|
371
|
-
text-align: left;
|
|
372
|
-
}
|
|
373
|
-
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
374
|
-
background-color: #c3c2c2;
|
|
375
|
-
padding: 5px;
|
|
376
|
-
}
|
|
377
|
-
.gear-wrapper ul.gear-sub-menu li a {
|
|
378
|
-
display: block;
|
|
379
|
-
text-decoration: none;
|
|
380
|
-
height: 32px;
|
|
381
|
-
padding: 5px 10px;
|
|
382
|
-
line-height: 22px;
|
|
383
|
-
color: #fffffe;
|
|
384
|
-
}
|
|
385
|
-
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
386
|
-
color: white;
|
|
387
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
388
|
-
}
|
|
389
|
-
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
390
|
-
color: white;
|
|
391
|
-
text-decoration: none;
|
|
392
|
-
}
|
|
393
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
394
|
-
width: 30px;
|
|
395
|
-
height: 20px;
|
|
396
|
-
float: left;
|
|
397
|
-
display: block;
|
|
398
|
-
}
|
|
399
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
400
|
-
display: none;
|
|
401
|
-
}
|
|
402
|
-
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
403
|
-
display: inline;
|
|
404
|
-
}*, :focus, :visited {
|
|
405
|
-
outline: none !important;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.multicamera[data-multicamera] {
|
|
409
|
-
float: right;
|
|
410
|
-
margin-top: 4px;
|
|
411
|
-
position: relative;
|
|
412
|
-
margin-right: 20px;
|
|
413
|
-
width: 20px;
|
|
414
|
-
}
|
|
415
|
-
.multicamera[data-multicamera] button {
|
|
416
|
-
background-color: transparent;
|
|
417
|
-
color: #fff;
|
|
418
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
419
|
-
-webkit-font-smoothing: antialiased;
|
|
420
|
-
border: none;
|
|
421
|
-
font-size: 14px;
|
|
422
|
-
padding: 0;
|
|
423
|
-
}
|
|
424
|
-
.multicamera[data-multicamera] button svg {
|
|
425
|
-
height: 20px;
|
|
426
|
-
position: relative;
|
|
427
|
-
margin-top: 6px;
|
|
428
|
-
}
|
|
429
|
-
.multicamera[data-multicamera] button:hover {
|
|
430
|
-
color: #c9c9c9;
|
|
431
|
-
}
|
|
432
|
-
.multicamera[data-multicamera] button.changing {
|
|
433
|
-
animation: pulse 0.5s infinite alternate;
|
|
434
|
-
}
|
|
435
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
436
|
-
width: 9px;
|
|
437
|
-
height: 6px;
|
|
438
|
-
margin-top: 11px;
|
|
439
|
-
margin-left: 5px;
|
|
440
|
-
}
|
|
441
|
-
.multicamera[data-multicamera] > ul {
|
|
442
|
-
padding: 6px 0;
|
|
443
|
-
right: -24px;
|
|
444
|
-
width: 245px;
|
|
445
|
-
list-style-type: none;
|
|
446
|
-
position: absolute;
|
|
447
|
-
bottom: 48px;
|
|
448
|
-
border-radius: 4px;
|
|
449
|
-
display: none;
|
|
450
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
451
|
-
}
|
|
452
|
-
.multicamera[data-multicamera] > ul::after {
|
|
453
|
-
content: "";
|
|
454
|
-
position: absolute;
|
|
455
|
-
top: 100%;
|
|
456
|
-
left: 85%;
|
|
457
|
-
margin-left: -10px;
|
|
458
|
-
width: 0;
|
|
459
|
-
height: 0;
|
|
460
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
461
|
-
border-right: 10px solid transparent;
|
|
462
|
-
border-left: 10px solid transparent;
|
|
463
|
-
}
|
|
464
|
-
.multicamera[data-multicamera] li {
|
|
465
|
-
font-size: 10px;
|
|
466
|
-
cursor: pointer;
|
|
467
|
-
}
|
|
468
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
469
|
-
display: flex;
|
|
470
|
-
padding: 10px 0;
|
|
471
|
-
justify-content: center;
|
|
472
|
-
position: relative;
|
|
473
|
-
}
|
|
474
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
475
|
-
pointer-events: none;
|
|
476
|
-
}
|
|
477
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
478
|
-
opacity: 0.5;
|
|
479
|
-
}
|
|
480
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
481
|
-
opacity: 0.5;
|
|
482
|
-
}
|
|
483
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
484
|
-
background-color: rgba(0, 0, 0, 0);
|
|
485
|
-
}
|
|
486
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
487
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
488
|
-
}
|
|
489
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
490
|
-
width: 80px;
|
|
491
|
-
height: 60px;
|
|
492
|
-
}
|
|
493
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
494
|
-
width: 80px;
|
|
495
|
-
height: 60px;
|
|
496
|
-
}
|
|
497
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
498
|
-
width: 120px;
|
|
499
|
-
text-align: left;
|
|
500
|
-
margin-left: 15px;
|
|
501
|
-
}
|
|
502
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
503
|
-
width: 120px;
|
|
504
|
-
height: 20px;
|
|
505
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
506
|
-
font-size: 14px;
|
|
507
|
-
font-weight: normal;
|
|
508
|
-
font-style: normal;
|
|
509
|
-
font-stretch: normal;
|
|
510
|
-
line-height: 1.43;
|
|
511
|
-
letter-spacing: normal;
|
|
512
|
-
text-align: left;
|
|
513
|
-
color: #fff;
|
|
514
|
-
text-overflow: ellipsis;
|
|
515
|
-
overflow: hidden;
|
|
516
|
-
}
|
|
517
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
518
|
-
opacity: 0.6;
|
|
519
|
-
}
|
|
520
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
521
|
-
background-color: #c3c2c2;
|
|
522
|
-
padding: 5px;
|
|
523
|
-
}
|
|
524
|
-
.multicamera[data-multicamera] li a {
|
|
525
|
-
color: #444;
|
|
526
|
-
padding: 2px 10px;
|
|
527
|
-
display: block;
|
|
528
|
-
text-decoration: none;
|
|
529
|
-
}
|
|
530
|
-
.multicamera[data-multicamera] li a:hover {
|
|
531
|
-
background-color: #555;
|
|
532
|
-
color: white;
|
|
533
|
-
}
|
|
534
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
535
|
-
color: white;
|
|
536
|
-
text-decoration: none;
|
|
537
|
-
}
|
|
538
|
-
.multicamera[data-multicamera] li.current a {
|
|
539
|
-
color: #f00;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
264
|
@keyframes pulse {
|
|
543
265
|
0% {
|
|
544
266
|
color: #fff;
|
|
@@ -606,6 +328,63 @@
|
|
|
606
328
|
.dvr-controls .live-button:hover {
|
|
607
329
|
opacity: 1;
|
|
608
330
|
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
331
|
+
}.player-poster {
|
|
332
|
+
display: flex;
|
|
333
|
+
justify-content: center;
|
|
334
|
+
align-items: center;
|
|
335
|
+
position: absolute;
|
|
336
|
+
height: 100%;
|
|
337
|
+
width: 100%;
|
|
338
|
+
z-index: 998;
|
|
339
|
+
top: 0;
|
|
340
|
+
left: 0;
|
|
341
|
+
background-color: #000;
|
|
342
|
+
background-size: cover;
|
|
343
|
+
background-repeat: no-repeat;
|
|
344
|
+
background-position: 50% 50%;
|
|
345
|
+
}
|
|
346
|
+
.player-poster.clickable {
|
|
347
|
+
cursor: pointer;
|
|
348
|
+
}
|
|
349
|
+
.player-poster:hover .play-wrapper {
|
|
350
|
+
opacity: 1;
|
|
351
|
+
}
|
|
352
|
+
.player-poster .play-wrapper {
|
|
353
|
+
width: 100%;
|
|
354
|
+
height: 25%;
|
|
355
|
+
margin: 0 auto;
|
|
356
|
+
opacity: 0.75;
|
|
357
|
+
transition: opacity 0.1s ease;
|
|
358
|
+
}
|
|
359
|
+
.player-poster .play-wrapper svg {
|
|
360
|
+
height: 100%;
|
|
361
|
+
display: inline;
|
|
362
|
+
}
|
|
363
|
+
.player-poster .play-wrapper svg path {
|
|
364
|
+
fill: #fff;
|
|
365
|
+
}@charset "UTF-8";
|
|
366
|
+
.gplayer-mc-clips {
|
|
367
|
+
display: flex;
|
|
368
|
+
gap: 6px;
|
|
369
|
+
}
|
|
370
|
+
.gplayer-mc-clips .gplayer-mc-clips-text {
|
|
371
|
+
text-overflow: ellipsis;
|
|
372
|
+
white-space: nowrap;
|
|
373
|
+
overflow: hidden;
|
|
374
|
+
display: inline-block;
|
|
375
|
+
text-overflow: ellipsis;
|
|
376
|
+
color: white;
|
|
377
|
+
cursor: default;
|
|
378
|
+
line-height: var(--bottom-panel);
|
|
379
|
+
position: relative;
|
|
380
|
+
max-width: 150px;
|
|
381
|
+
}
|
|
382
|
+
.gplayer-mc-clips .gplayer-mc-clips-text::before {
|
|
383
|
+
content: "•";
|
|
384
|
+
padding-right: 6px;
|
|
385
|
+
}
|
|
386
|
+
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
387
|
+
max-width: 100px;
|
|
609
388
|
}[data-player] {
|
|
610
389
|
--bottom-panel: 40px;
|
|
611
390
|
}
|
|
@@ -764,9 +543,6 @@
|
|
|
764
543
|
font-size: 11px;
|
|
765
544
|
line-height: 32px;
|
|
766
545
|
}
|
|
767
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls {
|
|
768
|
-
height: 32px;
|
|
769
|
-
}
|
|
770
546
|
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls .live-button {
|
|
771
547
|
margin-left: 10px;
|
|
772
548
|
height: 32px;
|
|
@@ -793,9 +569,6 @@
|
|
|
793
569
|
height: 8px;
|
|
794
570
|
margin-right: 4px;
|
|
795
571
|
}
|
|
796
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] button.media-control-button {
|
|
797
|
-
height: 32px;
|
|
798
|
-
}
|
|
799
572
|
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] button.media-control-button[data-fullscreen] {
|
|
800
573
|
height: 33px;
|
|
801
574
|
}
|
|
@@ -829,6 +602,10 @@
|
|
|
829
602
|
top: 9px;
|
|
830
603
|
padding: 0;
|
|
831
604
|
}
|
|
605
|
+
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-control-button,
|
|
606
|
+
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .gplayer-mc-panel-item {
|
|
607
|
+
height: 32px;
|
|
608
|
+
}
|
|
832
609
|
|
|
833
610
|
:root {
|
|
834
611
|
--font-size-media-controls: 14px;
|
|
@@ -1035,9 +812,6 @@
|
|
|
1035
812
|
cursor: default;
|
|
1036
813
|
display: none;
|
|
1037
814
|
}
|
|
1038
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .bar-container[data-seekbar] .gplayer-mc-panel-item {
|
|
1039
|
-
height: 32px;
|
|
1040
|
-
}
|
|
1041
815
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .bar-container[data-seekbar].seek-disabled + .bar-scrubber[data-seekbar] {
|
|
1042
816
|
cursor: default;
|
|
1043
817
|
display: none;
|
|
@@ -1222,55 +996,154 @@
|
|
|
1222
996
|
.media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
|
|
1223
997
|
padding-left: 8px;
|
|
1224
998
|
padding-right: 8px;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
display: flex;
|
|
999
|
+
}*, :focus, :visited {
|
|
1000
|
+
outline: none !important;
|
|
1228
1001
|
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1002
|
+
|
|
1003
|
+
.multicamera[data-multicamera] {
|
|
1004
|
+
float: right;
|
|
1005
|
+
margin-top: 4px;
|
|
1006
|
+
position: relative;
|
|
1007
|
+
margin-right: 20px;
|
|
1008
|
+
width: 20px;
|
|
1231
1009
|
}
|
|
1232
|
-
.
|
|
1010
|
+
.multicamera[data-multicamera] button {
|
|
1011
|
+
background-color: transparent;
|
|
1012
|
+
color: #fff;
|
|
1013
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1014
|
+
-webkit-font-smoothing: antialiased;
|
|
1015
|
+
border: none;
|
|
1016
|
+
font-size: 14px;
|
|
1017
|
+
padding: 0;
|
|
1018
|
+
}
|
|
1019
|
+
.multicamera[data-multicamera] button svg {
|
|
1233
1020
|
height: 20px;
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1021
|
+
position: relative;
|
|
1022
|
+
margin-top: 6px;
|
|
1023
|
+
}
|
|
1024
|
+
.multicamera[data-multicamera] button:hover {
|
|
1025
|
+
color: #c9c9c9;
|
|
1026
|
+
}
|
|
1027
|
+
.multicamera[data-multicamera] button.changing {
|
|
1028
|
+
animation: pulse 0.5s infinite alternate;
|
|
1029
|
+
}
|
|
1030
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1031
|
+
width: 9px;
|
|
1032
|
+
height: 6px;
|
|
1033
|
+
margin-top: 11px;
|
|
1034
|
+
margin-left: 5px;
|
|
1035
|
+
}
|
|
1036
|
+
.multicamera[data-multicamera] > ul {
|
|
1037
|
+
padding: 6px 0;
|
|
1038
|
+
right: -24px;
|
|
1039
|
+
width: 245px;
|
|
1040
|
+
list-style-type: none;
|
|
1238
1041
|
position: absolute;
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
left: 0;
|
|
1244
|
-
background-color: #000;
|
|
1245
|
-
background-size: cover;
|
|
1246
|
-
background-repeat: no-repeat;
|
|
1247
|
-
background-position: 50% 50%;
|
|
1042
|
+
bottom: 48px;
|
|
1043
|
+
border-radius: 4px;
|
|
1044
|
+
display: none;
|
|
1045
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1248
1046
|
}
|
|
1249
|
-
.
|
|
1047
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1048
|
+
content: "";
|
|
1049
|
+
position: absolute;
|
|
1050
|
+
top: 100%;
|
|
1051
|
+
left: 85%;
|
|
1052
|
+
margin-left: -10px;
|
|
1053
|
+
width: 0;
|
|
1054
|
+
height: 0;
|
|
1055
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1056
|
+
border-right: 10px solid transparent;
|
|
1057
|
+
border-left: 10px solid transparent;
|
|
1058
|
+
}
|
|
1059
|
+
.multicamera[data-multicamera] li {
|
|
1060
|
+
font-size: 10px;
|
|
1250
1061
|
cursor: pointer;
|
|
1251
1062
|
}
|
|
1252
|
-
.
|
|
1253
|
-
|
|
1063
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1064
|
+
display: flex;
|
|
1065
|
+
padding: 10px 0;
|
|
1066
|
+
justify-content: center;
|
|
1067
|
+
position: relative;
|
|
1254
1068
|
}
|
|
1255
|
-
.
|
|
1256
|
-
|
|
1257
|
-
height: 25%;
|
|
1258
|
-
margin: 0 auto;
|
|
1259
|
-
opacity: 0.75;
|
|
1260
|
-
transition: opacity 0.1s ease;
|
|
1069
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1070
|
+
pointer-events: none;
|
|
1261
1071
|
}
|
|
1262
|
-
.
|
|
1263
|
-
|
|
1264
|
-
display: inline;
|
|
1072
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1073
|
+
opacity: 0.5;
|
|
1265
1074
|
}
|
|
1266
|
-
.
|
|
1267
|
-
fill: #fff;
|
|
1268
|
-
}.quality-levels li.disabled {
|
|
1075
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1269
1076
|
opacity: 0.5;
|
|
1270
|
-
pointer-events: none;
|
|
1271
1077
|
}
|
|
1272
|
-
.
|
|
1273
|
-
background-color:
|
|
1078
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1079
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1080
|
+
}
|
|
1081
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1082
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1083
|
+
}
|
|
1084
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1085
|
+
width: 80px;
|
|
1086
|
+
height: 60px;
|
|
1087
|
+
}
|
|
1088
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1089
|
+
width: 80px;
|
|
1090
|
+
height: 60px;
|
|
1091
|
+
}
|
|
1092
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1093
|
+
width: 120px;
|
|
1094
|
+
text-align: left;
|
|
1095
|
+
margin-left: 15px;
|
|
1096
|
+
}
|
|
1097
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1098
|
+
width: 120px;
|
|
1099
|
+
height: 20px;
|
|
1100
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1101
|
+
font-size: 14px;
|
|
1102
|
+
font-weight: normal;
|
|
1103
|
+
font-style: normal;
|
|
1104
|
+
font-stretch: normal;
|
|
1105
|
+
line-height: 1.43;
|
|
1106
|
+
letter-spacing: normal;
|
|
1107
|
+
text-align: left;
|
|
1108
|
+
color: #fff;
|
|
1109
|
+
text-overflow: ellipsis;
|
|
1110
|
+
overflow: hidden;
|
|
1111
|
+
}
|
|
1112
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1113
|
+
opacity: 0.6;
|
|
1114
|
+
}
|
|
1115
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
1116
|
+
background-color: #c3c2c2;
|
|
1117
|
+
padding: 5px;
|
|
1118
|
+
}
|
|
1119
|
+
.multicamera[data-multicamera] li a {
|
|
1120
|
+
color: #444;
|
|
1121
|
+
padding: 2px 10px;
|
|
1122
|
+
display: block;
|
|
1123
|
+
text-decoration: none;
|
|
1124
|
+
}
|
|
1125
|
+
.multicamera[data-multicamera] li a:hover {
|
|
1126
|
+
background-color: #555;
|
|
1127
|
+
color: white;
|
|
1128
|
+
}
|
|
1129
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
1130
|
+
color: white;
|
|
1131
|
+
text-decoration: none;
|
|
1132
|
+
}
|
|
1133
|
+
.multicamera[data-multicamera] li.current a {
|
|
1134
|
+
color: #f00;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
@keyframes pulse {
|
|
1138
|
+
0% {
|
|
1139
|
+
color: #fff;
|
|
1140
|
+
}
|
|
1141
|
+
50% {
|
|
1142
|
+
color: #ff0101;
|
|
1143
|
+
}
|
|
1144
|
+
100% {
|
|
1145
|
+
color: #B80000;
|
|
1146
|
+
}
|
|
1274
1147
|
}:root {
|
|
1275
1148
|
--primary-background-color: #000;
|
|
1276
1149
|
--secondary-background-color: #262626;
|
|
@@ -1626,15 +1499,266 @@
|
|
|
1626
1499
|
transform: translate(-50%, -50%);
|
|
1627
1500
|
}
|
|
1628
1501
|
}
|
|
1629
|
-
@media only screen and (orientation: landscape) {
|
|
1630
|
-
.mobile .clappr-nerd-stats .stats-box-main ul {
|
|
1631
|
-
flex-basis: 1fr;
|
|
1632
|
-
}
|
|
1502
|
+
@media only screen and (orientation: landscape) {
|
|
1503
|
+
.mobile .clappr-nerd-stats .stats-box-main ul {
|
|
1504
|
+
flex-basis: 1fr;
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
@media only screen and (min-width: 1100px) {
|
|
1508
|
+
.fullscreen .clappr-nerd-stats .stats-box {
|
|
1509
|
+
top: unset;
|
|
1510
|
+
}
|
|
1511
|
+
}*, :focus, :visited {
|
|
1512
|
+
outline: none !important;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
.gear-wrapper .go-back {
|
|
1516
|
+
font-weight: 600;
|
|
1517
|
+
font-size: 14px;
|
|
1518
|
+
line-height: 20px;
|
|
1519
|
+
width: 100%;
|
|
1520
|
+
text-align: left;
|
|
1521
|
+
padding: 12px;
|
|
1522
|
+
}
|
|
1523
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
1524
|
+
float: left;
|
|
1525
|
+
padding-top: 2px;
|
|
1526
|
+
padding-right: 2px;
|
|
1527
|
+
}
|
|
1528
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
1529
|
+
height: 16px;
|
|
1530
|
+
}
|
|
1531
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
1532
|
+
width: 100%;
|
|
1533
|
+
list-style-type: none;
|
|
1534
|
+
min-width: 60px;
|
|
1535
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
1536
|
+
overflow-y: auto;
|
|
1537
|
+
}
|
|
1538
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
1539
|
+
font-size: 12px;
|
|
1540
|
+
text-align: left;
|
|
1541
|
+
}
|
|
1542
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
1543
|
+
background-color: #c3c2c2;
|
|
1544
|
+
padding: 5px;
|
|
1545
|
+
}
|
|
1546
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
1547
|
+
display: block;
|
|
1548
|
+
text-decoration: none;
|
|
1549
|
+
height: 32px;
|
|
1550
|
+
padding: 5px 10px;
|
|
1551
|
+
line-height: 22px;
|
|
1552
|
+
color: #fffffe;
|
|
1553
|
+
}
|
|
1554
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
1555
|
+
color: white;
|
|
1556
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1557
|
+
}
|
|
1558
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
1559
|
+
color: white;
|
|
1560
|
+
text-decoration: none;
|
|
1561
|
+
}
|
|
1562
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
1563
|
+
width: 30px;
|
|
1564
|
+
height: 20px;
|
|
1565
|
+
float: left;
|
|
1566
|
+
display: block;
|
|
1567
|
+
}
|
|
1568
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
1569
|
+
display: none;
|
|
1570
|
+
}
|
|
1571
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
1572
|
+
display: inline;
|
|
1573
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
1574
|
+
order: 99;
|
|
1575
|
+
height: 20px;
|
|
1576
|
+
}
|
|
1577
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
1578
|
+
position: absolute;
|
|
1579
|
+
right: 16px;
|
|
1580
|
+
bottom: 52px;
|
|
1581
|
+
width: 250px;
|
|
1582
|
+
min-height: 48px;
|
|
1583
|
+
z-index: 9999;
|
|
1584
|
+
border-radius: 4px;
|
|
1585
|
+
}
|
|
1586
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
1587
|
+
padding: 8px 0;
|
|
1588
|
+
}
|
|
1589
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
1590
|
+
margin: 0;
|
|
1591
|
+
text-align: left;
|
|
1592
|
+
line-height: 22px;
|
|
1593
|
+
padding: 5px 14px;
|
|
1594
|
+
width: 250px;
|
|
1595
|
+
font-size: 12px;
|
|
1596
|
+
display: flex;
|
|
1597
|
+
align-items: center;
|
|
1598
|
+
justify-content: flex-start;
|
|
1599
|
+
gap: 8px;
|
|
1600
|
+
}
|
|
1601
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
|
|
1602
|
+
flex: 24px 0 0;
|
|
1603
|
+
height: 24px;
|
|
1604
|
+
}
|
|
1605
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
|
|
1606
|
+
visibility: hidden;
|
|
1607
|
+
display: inline-block;
|
|
1608
|
+
}
|
|
1609
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
|
|
1610
|
+
flex: 0 1 100%;
|
|
1611
|
+
}
|
|
1612
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
|
|
1613
|
+
flex: 0 0 14px;
|
|
1614
|
+
height: 24px;
|
|
1615
|
+
}
|
|
1616
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
1617
|
+
flex: 1 0 auto;
|
|
1618
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1619
|
+
position: absolute;
|
|
1620
|
+
width: 70px;
|
|
1621
|
+
text-align: center;
|
|
1622
|
+
z-index: 999;
|
|
1623
|
+
left: 0;
|
|
1624
|
+
right: 0;
|
|
1625
|
+
margin: 0 auto;
|
|
1626
|
+
margin-left: auto;
|
|
1627
|
+
margin-right: auto;
|
|
1628
|
+
/* center vertically */
|
|
1629
|
+
top: 50%;
|
|
1630
|
+
transform: translateY(-50%);
|
|
1631
|
+
}
|
|
1632
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1633
|
+
width: 18px;
|
|
1634
|
+
height: 18px;
|
|
1635
|
+
background-color: #FFF;
|
|
1636
|
+
border-radius: 100%;
|
|
1637
|
+
display: inline-block;
|
|
1638
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1639
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1640
|
+
animation-fill-mode: both;
|
|
1641
|
+
}
|
|
1642
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1643
|
+
animation-delay: -0.32s;
|
|
1644
|
+
}
|
|
1645
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1646
|
+
animation-delay: -0.16s;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
@keyframes bouncedelay {
|
|
1650
|
+
0%, 80%, 100% {
|
|
1651
|
+
transform: scale(0);
|
|
1652
|
+
}
|
|
1653
|
+
40% {
|
|
1654
|
+
transform: scale(1);
|
|
1655
|
+
}
|
|
1656
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1657
|
+
color: #CCCACA;
|
|
1658
|
+
position: absolute;
|
|
1659
|
+
top: 0;
|
|
1660
|
+
height: 100%;
|
|
1661
|
+
width: 100%;
|
|
1662
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1663
|
+
z-index: 2000;
|
|
1664
|
+
display: flex;
|
|
1665
|
+
flex-direction: column;
|
|
1666
|
+
justify-content: center;
|
|
1667
|
+
}
|
|
1668
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
1669
|
+
font-size: 14px;
|
|
1670
|
+
color: #CCCACA;
|
|
1671
|
+
margin-top: 45px;
|
|
1672
|
+
}
|
|
1673
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1674
|
+
font-weight: bold;
|
|
1675
|
+
line-height: 30px;
|
|
1676
|
+
font-size: 18px;
|
|
1677
|
+
}
|
|
1678
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1679
|
+
width: 90%;
|
|
1680
|
+
margin: 0 auto;
|
|
1681
|
+
}
|
|
1682
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1683
|
+
font-size: 13px;
|
|
1684
|
+
margin-top: 15px;
|
|
1685
|
+
}
|
|
1686
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1687
|
+
cursor: pointer;
|
|
1688
|
+
width: 30px;
|
|
1689
|
+
margin: 15px auto 0;
|
|
1690
|
+
}.context-menu {
|
|
1691
|
+
z-index: 999;
|
|
1692
|
+
position: absolute;
|
|
1693
|
+
top: 0;
|
|
1694
|
+
left: 0;
|
|
1695
|
+
text-align: center;
|
|
1696
|
+
}
|
|
1697
|
+
.context-menu .context-menu-list {
|
|
1698
|
+
font-family: "Proxima Nova", sans-serif;
|
|
1699
|
+
font-size: 12px;
|
|
1700
|
+
line-height: 12px;
|
|
1701
|
+
list-style-type: none;
|
|
1702
|
+
text-align: left;
|
|
1703
|
+
padding: 5px;
|
|
1704
|
+
margin-left: auto;
|
|
1705
|
+
margin-right: auto;
|
|
1706
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
1707
|
+
border: 1px solid #666;
|
|
1708
|
+
border-radius: 4px;
|
|
1709
|
+
}
|
|
1710
|
+
.context-menu .context-menu-list-item button {
|
|
1711
|
+
border: none;
|
|
1712
|
+
background-color: transparent;
|
|
1713
|
+
padding: 0;
|
|
1714
|
+
color: white;
|
|
1715
|
+
display: flex;
|
|
1716
|
+
gap: 8px;
|
|
1717
|
+
align-items: center;
|
|
1718
|
+
justify-content: center;
|
|
1719
|
+
cursor: pointer;
|
|
1720
|
+
padding: 5px;
|
|
1721
|
+
width: 100%;
|
|
1722
|
+
}
|
|
1723
|
+
.context-menu .context-menu-list-item_icon {
|
|
1724
|
+
width: 20px;
|
|
1725
|
+
height: 20px;
|
|
1726
|
+
}.container-with-poster-clickable .mc-skip-time {
|
|
1727
|
+
height: 0;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.mc-skip-time {
|
|
1731
|
+
position: absolute;
|
|
1732
|
+
width: 100%;
|
|
1733
|
+
height: calc(100% - 50px);
|
|
1734
|
+
z-index: 9998;
|
|
1735
|
+
background-color: transparent;
|
|
1736
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1737
|
+
}
|
|
1738
|
+
.mc-skip-time .skip-container {
|
|
1739
|
+
width: 100%;
|
|
1740
|
+
height: 100%;
|
|
1741
|
+
display: flex;
|
|
1742
|
+
justify-content: space-between;
|
|
1743
|
+
}
|
|
1744
|
+
.mc-skip-time .skip-container .skip-item {
|
|
1745
|
+
flex: 1 0 0px;
|
|
1746
|
+
height: 100%;
|
|
1747
|
+
}.quality-levels li.disabled {
|
|
1748
|
+
opacity: 0.5;
|
|
1749
|
+
pointer-events: none;
|
|
1750
|
+
}
|
|
1751
|
+
.quality-levels li.current {
|
|
1752
|
+
background-color: #000;
|
|
1753
|
+
}.media-control-pip {
|
|
1754
|
+
order: 95;
|
|
1755
|
+
display: flex;
|
|
1633
1756
|
}
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1757
|
+
.media-control-pip button {
|
|
1758
|
+
height: 20px;
|
|
1759
|
+
}
|
|
1760
|
+
.media-control-pip button svg {
|
|
1761
|
+
height: 20px;
|
|
1638
1762
|
}.seek-time {
|
|
1639
1763
|
position: absolute;
|
|
1640
1764
|
white-space: nowrap;
|
|
@@ -1668,63 +1792,69 @@
|
|
|
1668
1792
|
.seek-time .seek-time__duration::before {
|
|
1669
1793
|
content: "|";
|
|
1670
1794
|
margin-right: 7px;
|
|
1671
|
-
}.
|
|
1672
|
-
height: 0;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
.mc-skip-time {
|
|
1795
|
+
}.scrub-thumbnails {
|
|
1676
1796
|
position: absolute;
|
|
1797
|
+
bottom: 52px;
|
|
1677
1798
|
width: 100%;
|
|
1678
|
-
|
|
1679
|
-
z-index: 9998;
|
|
1680
|
-
background-color: transparent;
|
|
1681
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1799
|
+
transition: opacity 0.3s ease;
|
|
1682
1800
|
}
|
|
1683
|
-
.
|
|
1684
|
-
|
|
1685
|
-
height: 100%;
|
|
1686
|
-
display: flex;
|
|
1687
|
-
justify-content: space-between;
|
|
1801
|
+
.scrub-thumbnails.hidden {
|
|
1802
|
+
opacity: 0;
|
|
1688
1803
|
}
|
|
1689
|
-
.
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1804
|
+
.scrub-thumbnails .thumbnail-container {
|
|
1805
|
+
display: inline-block;
|
|
1806
|
+
position: relative;
|
|
1807
|
+
overflow: hidden;
|
|
1808
|
+
background-color: #000;
|
|
1809
|
+
}
|
|
1810
|
+
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
1694
1811
|
position: absolute;
|
|
1695
|
-
|
|
1696
|
-
left: 0;
|
|
1697
|
-
text-align: center;
|
|
1812
|
+
width: auto;
|
|
1698
1813
|
}
|
|
1699
|
-
.
|
|
1700
|
-
|
|
1814
|
+
.scrub-thumbnails .thumbnails-text {
|
|
1815
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1816
|
+
border-radius: 3px;
|
|
1817
|
+
white-space: nowrap;
|
|
1818
|
+
overflow: hidden;
|
|
1819
|
+
text-overflow: ellipsis;
|
|
1820
|
+
color: white;
|
|
1821
|
+
position: absolute;
|
|
1822
|
+
bottom: 23px;
|
|
1823
|
+
width: 100px;
|
|
1824
|
+
padding: 0 4px;
|
|
1701
1825
|
font-size: 12px;
|
|
1702
|
-
line-height: 12px;
|
|
1703
|
-
list-style-type: none;
|
|
1704
|
-
text-align: left;
|
|
1705
|
-
padding: 5px;
|
|
1706
|
-
margin-left: auto;
|
|
1707
|
-
margin-right: auto;
|
|
1708
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
1709
|
-
border: 1px solid #666;
|
|
1710
|
-
border-radius: 4px;
|
|
1711
1826
|
}
|
|
1712
|
-
.
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
padding: 5px;
|
|
1723
|
-
width: 100%;
|
|
1827
|
+
.scrub-thumbnails .spotlight {
|
|
1828
|
+
background-color: #4a4a4a;
|
|
1829
|
+
overflow: hidden;
|
|
1830
|
+
position: absolute;
|
|
1831
|
+
bottom: 0;
|
|
1832
|
+
left: 0;
|
|
1833
|
+
border-color: #4a4a4a;
|
|
1834
|
+
border-style: solid;
|
|
1835
|
+
border-width: 3px;
|
|
1836
|
+
border-radius: 3px;
|
|
1724
1837
|
}
|
|
1725
|
-
.
|
|
1726
|
-
width:
|
|
1727
|
-
|
|
1838
|
+
.scrub-thumbnails .spotlight img {
|
|
1839
|
+
width: auto;
|
|
1840
|
+
}
|
|
1841
|
+
.scrub-thumbnails .backdrop {
|
|
1842
|
+
position: absolute;
|
|
1843
|
+
left: 0;
|
|
1844
|
+
bottom: 0;
|
|
1845
|
+
right: 0;
|
|
1846
|
+
background-color: #000;
|
|
1847
|
+
overflow: hidden;
|
|
1848
|
+
}
|
|
1849
|
+
.scrub-thumbnails .backdrop .carousel {
|
|
1850
|
+
position: absolute;
|
|
1851
|
+
top: 0;
|
|
1852
|
+
left: 0;
|
|
1853
|
+
height: 100%;
|
|
1854
|
+
white-space: nowrap;
|
|
1855
|
+
}
|
|
1856
|
+
.scrub-thumbnails .backdrop .carousel img {
|
|
1857
|
+
width: auto;
|
|
1728
1858
|
}*,
|
|
1729
1859
|
:focus,
|
|
1730
1860
|
:visited {
|
|
@@ -1798,103 +1928,6 @@
|
|
|
1798
1928
|
.ios-fullscreen::cue {
|
|
1799
1929
|
visibility: visible !important;
|
|
1800
1930
|
font-size: 1em !important;
|
|
1801
|
-
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1802
|
-
color: #CCCACA;
|
|
1803
|
-
position: absolute;
|
|
1804
|
-
top: 0;
|
|
1805
|
-
height: 100%;
|
|
1806
|
-
width: 100%;
|
|
1807
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
1808
|
-
z-index: 2000;
|
|
1809
|
-
display: flex;
|
|
1810
|
-
flex-direction: column;
|
|
1811
|
-
justify-content: center;
|
|
1812
|
-
}
|
|
1813
|
-
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
1814
|
-
font-size: 14px;
|
|
1815
|
-
color: #CCCACA;
|
|
1816
|
-
margin-top: 45px;
|
|
1817
|
-
}
|
|
1818
|
-
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1819
|
-
font-weight: bold;
|
|
1820
|
-
line-height: 30px;
|
|
1821
|
-
font-size: 18px;
|
|
1822
|
-
}
|
|
1823
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1824
|
-
width: 90%;
|
|
1825
|
-
margin: 0 auto;
|
|
1826
|
-
}
|
|
1827
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1828
|
-
font-size: 13px;
|
|
1829
|
-
margin-top: 15px;
|
|
1830
|
-
}
|
|
1831
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1832
|
-
cursor: pointer;
|
|
1833
|
-
width: 30px;
|
|
1834
|
-
margin: 15px auto 0;
|
|
1835
|
-
}.scrub-thumbnails {
|
|
1836
|
-
position: absolute;
|
|
1837
|
-
bottom: 52px;
|
|
1838
|
-
width: 100%;
|
|
1839
|
-
transition: opacity 0.3s ease;
|
|
1840
|
-
}
|
|
1841
|
-
.scrub-thumbnails.hidden {
|
|
1842
|
-
opacity: 0;
|
|
1843
|
-
}
|
|
1844
|
-
.scrub-thumbnails .thumbnail-container {
|
|
1845
|
-
display: inline-block;
|
|
1846
|
-
position: relative;
|
|
1847
|
-
overflow: hidden;
|
|
1848
|
-
background-color: #000;
|
|
1849
|
-
}
|
|
1850
|
-
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
1851
|
-
position: absolute;
|
|
1852
|
-
width: auto;
|
|
1853
|
-
}
|
|
1854
|
-
.scrub-thumbnails .thumbnails-text {
|
|
1855
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
1856
|
-
border-radius: 3px;
|
|
1857
|
-
white-space: nowrap;
|
|
1858
|
-
overflow: hidden;
|
|
1859
|
-
text-overflow: ellipsis;
|
|
1860
|
-
color: white;
|
|
1861
|
-
position: absolute;
|
|
1862
|
-
bottom: 23px;
|
|
1863
|
-
width: 100px;
|
|
1864
|
-
padding: 0 4px;
|
|
1865
|
-
font-size: 12px;
|
|
1866
|
-
}
|
|
1867
|
-
.scrub-thumbnails .spotlight {
|
|
1868
|
-
background-color: #4a4a4a;
|
|
1869
|
-
overflow: hidden;
|
|
1870
|
-
position: absolute;
|
|
1871
|
-
bottom: 0;
|
|
1872
|
-
left: 0;
|
|
1873
|
-
border-color: #4a4a4a;
|
|
1874
|
-
border-style: solid;
|
|
1875
|
-
border-width: 3px;
|
|
1876
|
-
border-radius: 3px;
|
|
1877
|
-
}
|
|
1878
|
-
.scrub-thumbnails .spotlight img {
|
|
1879
|
-
width: auto;
|
|
1880
|
-
}
|
|
1881
|
-
.scrub-thumbnails .backdrop {
|
|
1882
|
-
position: absolute;
|
|
1883
|
-
left: 0;
|
|
1884
|
-
bottom: 0;
|
|
1885
|
-
right: 0;
|
|
1886
|
-
background-color: #000;
|
|
1887
|
-
overflow: hidden;
|
|
1888
|
-
}
|
|
1889
|
-
.scrub-thumbnails .backdrop .carousel {
|
|
1890
|
-
position: absolute;
|
|
1891
|
-
top: 0;
|
|
1892
|
-
left: 0;
|
|
1893
|
-
height: 100%;
|
|
1894
|
-
white-space: nowrap;
|
|
1895
|
-
}
|
|
1896
|
-
.scrub-thumbnails .backdrop .carousel img {
|
|
1897
|
-
width: auto;
|
|
1898
1931
|
}.share_plugin[data-share] {
|
|
1899
1932
|
pointer-events: auto;
|
|
1900
1933
|
z-index: 5;
|
|
@@ -1978,44 +2011,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1978
2011
|
display: inline-block;
|
|
1979
2012
|
margin-right: 5px;
|
|
1980
2013
|
cursor: pointer;
|
|
1981
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1982
|
-
position: absolute;
|
|
1983
|
-
width: 70px;
|
|
1984
|
-
text-align: center;
|
|
1985
|
-
z-index: 999;
|
|
1986
|
-
left: 0;
|
|
1987
|
-
right: 0;
|
|
1988
|
-
margin: 0 auto;
|
|
1989
|
-
margin-left: auto;
|
|
1990
|
-
margin-right: auto;
|
|
1991
|
-
/* center vertically */
|
|
1992
|
-
top: 50%;
|
|
1993
|
-
transform: translateY(-50%);
|
|
1994
|
-
}
|
|
1995
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1996
|
-
width: 18px;
|
|
1997
|
-
height: 18px;
|
|
1998
|
-
background-color: #FFF;
|
|
1999
|
-
border-radius: 100%;
|
|
2000
|
-
display: inline-block;
|
|
2001
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
2002
|
-
/* Prevent first frame from flickering when animation starts */
|
|
2003
|
-
animation-fill-mode: both;
|
|
2004
|
-
}
|
|
2005
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
2006
|
-
animation-delay: -0.32s;
|
|
2007
|
-
}
|
|
2008
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
2009
|
-
animation-delay: -0.16s;
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
@keyframes bouncedelay {
|
|
2013
|
-
0%, 80%, 100% {
|
|
2014
|
-
transform: scale(0);
|
|
2015
|
-
}
|
|
2016
|
-
40% {
|
|
2017
|
-
transform: scale(1);
|
|
2018
|
-
}
|
|
2019
2014
|
}.player-logo[data-logo] {
|
|
2020
2015
|
position: absolute;
|
|
2021
2016
|
z-index: 2;
|