@gcorevideo/player 2.22.20 → 2.22.22

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.
Files changed (50) hide show
  1. package/assets/clappr-nerd-stats/clappr-nerd-stats.ejs +30 -30
  2. package/assets/clappr-nerd-stats/clappr-nerd-stats.scss +21 -14
  3. package/assets/level-selector/button.ejs +1 -1
  4. package/dist/core.js +1 -1
  5. package/dist/index.css +696 -688
  6. package/dist/index.js +271 -247
  7. package/dist/player.d.ts +57 -27
  8. package/dist/plugins/index.css +335 -327
  9. package/dist/plugins/index.js +109 -89
  10. package/docs/api/{player.bitratetrackrecord.md → player.clapprstatsbitratetrack.md} +3 -3
  11. package/docs/api/player.clapprstatsmetrics.md +2 -2
  12. package/docs/api/player.extendedevents.md +45 -0
  13. package/docs/api/player.gearevents.md +1 -1
  14. package/docs/api/player.md +22 -2
  15. package/docs/api/player.mediacontrol.mount.md +0 -5
  16. package/docs/api/player.mediacontrol.putelement.md +5 -0
  17. package/docs/api/player.mediacontrol.toggleelement.md +1 -1
  18. package/docs/api/player.volumefade._constructor_.md +50 -0
  19. package/docs/api/player.volumefade.md +40 -1
  20. package/docs/api/player.volumefadesettings.md +18 -0
  21. package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts +1 -0
  22. package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts.map +1 -1
  23. package/lib/plugins/clappr-nerd-stats/NerdStats.js +13 -3
  24. package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.d.ts.map +1 -1
  25. package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.js +1 -0
  26. package/lib/plugins/clappr-nerd-stats/speedtest/index.js +1 -1
  27. package/lib/plugins/clappr-nerd-stats/utils.d.ts.map +1 -1
  28. package/lib/plugins/clappr-nerd-stats/utils.js +17 -15
  29. package/lib/plugins/clappr-stats/ClapprStats.d.ts +1 -0
  30. package/lib/plugins/clappr-stats/ClapprStats.d.ts.map +1 -1
  31. package/lib/plugins/clappr-stats/ClapprStats.js +3 -0
  32. package/lib/plugins/click-to-pause/ClickToPause.js +6 -7
  33. package/lib/plugins/media-control/MediaControl.d.ts +3 -0
  34. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  35. package/lib/plugins/media-control/MediaControl.js +6 -1
  36. package/lib/plugins/volume-fade/VolumeFade.d.ts +28 -11
  37. package/lib/plugins/volume-fade/VolumeFade.d.ts.map +1 -1
  38. package/lib/plugins/volume-fade/VolumeFade.js +66 -61
  39. package/package.json +1 -1
  40. package/src/plugins/clappr-nerd-stats/NerdStats.ts +21 -8
  41. package/src/plugins/clappr-nerd-stats/speedtest/Speedtest.ts +1 -0
  42. package/src/plugins/clappr-nerd-stats/speedtest/index.ts +1 -1
  43. package/src/plugins/clappr-nerd-stats/utils.ts +23 -13
  44. package/src/plugins/clappr-stats/ClapprStats.ts +4 -0
  45. package/src/plugins/click-to-pause/ClickToPause.ts +6 -6
  46. package/src/plugins/level-selector/__tests__/__snapshots__/QualityLevels.test.ts.snap +1 -1
  47. package/src/plugins/media-control/MediaControl.ts +6 -1
  48. package/src/plugins/volume-fade/VolumeFade.ts +96 -76
  49. package/temp/player.api.json +132 -34
  50. package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css CHANGED
@@ -167,106 +167,6 @@
167
167
  }
168
168
  .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
169
169
  flex: 1 0 auto;
170
- }*,
171
- :focus,
172
- :visited {
173
- outline: none !important;
174
- }
175
-
176
- .media-control-audiotracks {
177
- position: relative;
178
- }
179
- .media-control-audiotracks button {
180
- background-color: transparent;
181
- color: #fff;
182
- -webkit-font-smoothing: antialiased;
183
- border: none;
184
- cursor: pointer;
185
- display: flex;
186
- align-items: center;
187
- padding: 0;
188
- }
189
- .media-control-audiotracks button .audio-text {
190
- text-overflow: ellipsis;
191
- overflow: hidden;
192
- white-space: nowrap;
193
- max-width: 100px;
194
- background-color: transparent;
195
- -webkit-font-smoothing: antialiased;
196
- border: none;
197
- cursor: pointer;
198
- }
199
- .media-control-audiotracks button:hover {
200
- color: white;
201
- }
202
- .media-control-audiotracks button.changing {
203
- animation: pulse 0.5s infinite alternate;
204
- }
205
- .media-control-audiotracks button span.audio-arrow {
206
- width: 9px;
207
- height: 6px;
208
- margin-left: 5px;
209
- }
210
- .media-control-audiotracks .menu {
211
- max-width: 114px;
212
- list-style-type: none;
213
- position: absolute;
214
- background-color: rgba(74, 74, 74, 0.6);
215
- border: none;
216
- min-width: 60px;
217
- border-radius: 4px;
218
- bottom: 40px;
219
- right: -2px;
220
- }
221
- .media-control-audiotracks .menu.hidden {
222
- display: none;
223
- }
224
- .media-control-audiotracks li {
225
- font-size: var(--font-size-media-controls-dropdown);
226
- text-align: right;
227
- height: 30px;
228
- }
229
- .media-control-audiotracks li[data-title] {
230
- background-color: #c3c2c2;
231
- padding: 5px;
232
- }
233
- .media-control-audiotracks li a {
234
- display: block;
235
- text-decoration: none;
236
- text-overflow: ellipsis;
237
- overflow: hidden;
238
- white-space: nowrap;
239
- height: 30px;
240
- padding: 5px 10px;
241
- color: #fffffe;
242
- }
243
- .media-control-audiotracks li a:hover {
244
- text-decoration: none;
245
- background-color: rgba(0, 0, 0, 0.4);
246
- color: white;
247
- }
248
- .media-control-audiotracks li.current a {
249
- color: #f00;
250
- }
251
- .media-control-audiotracks li:first-child a {
252
- border-bottom-left-radius: 4px;
253
- border-bottom-right-radius: 4px;
254
- }
255
- .media-control-audiotracks li:last-child a {
256
- border-top-left-radius: 4px;
257
- border-top-right-radius: 4px;
258
- }
259
-
260
- @keyframes pulse {
261
- 0% {
262
- color: #fff;
263
- }
264
- 50% {
265
- color: #ff0101;
266
- }
267
- 100% {
268
- color: #B80000;
269
- }
270
170
  }*, :focus, :visited {
271
171
  outline: none !important;
272
172
  }
@@ -328,90 +228,346 @@
328
228
  }
329
229
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
330
230
  display: inline;
331
- }:root {
332
- --primary-background-color: #000;
333
- --secondary-background-color: #262626;
334
- --primary-text-color: #fff;
335
- --secondary-text-color: #fff4f2;
336
- --hover-text-color: #f9b090;
337
- --speedtest-red: #df564d;
338
- --speedtest-orange: #df934d;
339
- --speedtest-yellow: #dfd04d;
340
- --speedtest-light-green: #c2df4d;
341
- --speedtest-green: #73df4d;
342
- }
343
-
344
- .clappr-nerd-stats .stats-box {
231
+ }.context-menu {
232
+ z-index: 999;
345
233
  position: absolute;
346
- display: inline-block;
347
- bottom: 52px;
348
- right: 0;
349
234
  top: 0;
350
235
  left: 0;
351
- bottom: 0;
352
- padding: 0 10px 12px;
353
- margin: 0;
354
- line-height: 20px;
236
+ text-align: center;
237
+ }
238
+ .context-menu .context-menu-list {
239
+ font-family: "Proxima Nova", sans-serif;
355
240
  font-size: 12px;
356
- font-weight: 500;
357
- background: var(--primary-background-color);
358
- color: #fff;
359
- z-index: 20000;
360
- overflow: auto;
241
+ line-height: 12px;
242
+ list-style-type: none;
243
+ text-align: left;
244
+ padding: 5px;
245
+ margin-left: auto;
246
+ margin-right: auto;
247
+ background-color: rgba(0, 0, 0, 0.75);
248
+ border: 1px solid #666;
249
+ border-radius: 4px;
361
250
  }
362
- .clappr-nerd-stats .stats-box-top {
363
- position: absolute;
364
- top: 0;
365
- left: 0;
366
- z-index: 99990;
251
+ .context-menu .context-menu-list-item button {
252
+ border: none;
253
+ background-color: transparent;
254
+ padding: 0;
255
+ color: white;
256
+ display: flex;
257
+ gap: 8px;
258
+ align-items: center;
259
+ justify-content: center;
260
+ cursor: pointer;
261
+ padding: 5px;
367
262
  width: 100%;
368
- height: 32px;
369
- background: var(--primary-background-color);
370
263
  }
371
- .clappr-nerd-stats .stats-box-top .close-button {
372
- float: right;
373
- margin-right: 12px;
374
- margin-top: 10px;
375
- display: block;
376
- width: 12px;
377
- height: 12px;
264
+ .context-menu .context-menu-list-item_icon {
265
+ width: 20px;
266
+ height: 20px;
267
+ }.big-mute-icon-wrapper[data-big-mute] {
268
+ position: absolute;
269
+ z-index: 9998;
270
+ background-color: transparent;
271
+ display: flex;
272
+ justify-content: center;
273
+ width: 100%;
274
+ height: calc(100% - 50px);
275
+ margin: 0 auto;
276
+ opacity: 0.75;
277
+ transition: opacity 0.1s ease;
278
+ pointer-events: auto;
378
279
  }
379
- .clappr-nerd-stats .stats-box-top .close-button svg path {
380
- fill: var(--primary-text-color);
280
+ .big-mute-icon-wrapper[data-big-mute].hide {
281
+ display: none;
381
282
  }
382
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
383
- fill: var(--hover-text-color);
283
+ .big-mute-icon-wrapper[data-big-mute]:hover {
284
+ cursor: pointer;
384
285
  }
385
- .clappr-nerd-stats .stats-box-main {
386
- overflow: hidden;
387
- margin-top: 44px;
286
+
287
+ .big-mute-icon[data-big-mute-icon] {
288
+ display: flex;
289
+ align-items: center;
290
+ justify-content: center;
291
+ align-self: center;
292
+ width: 120px;
293
+ height: 120px;
294
+ border: 2px solid white;
295
+ border-radius: 50%;
296
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
297
+ filter: alpha(opacity=60);
298
+ opacity: 1;
299
+ box-shadow: 0 0 1px 0 white;
300
+ background: rgba(240, 243, 247, 0.9411764706);
301
+ z-index: 10000;
388
302
  }
389
- .clappr-nerd-stats .stats-box.wide {
390
- width: 820px;
303
+ .big-mute-icon[data-big-mute-icon] svg {
304
+ margin-left: 5px;
305
+ width: 80px;
306
+ height: 80px;
391
307
  }
392
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
393
- list-style-type: none;
308
+ .big-mute-icon[data-big-mute-icon] svg path {
309
+ fill: #1f1e1e !important;
394
310
  }
395
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
396
- padding-left: 2px;
397
- padding-right: 2px;
398
- background: var(--primary-background-color);
311
+ .big-mute-icon[data-big-mute-icon]:hover {
312
+ background: rgba(240, 243, 247, 0.8784313725);
399
313
  }
400
- .clappr-nerd-stats .stats-box ul {
314
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
315
+ fill: #151515 !important;
316
+ }.dvr-controls[data-dvr] {
401
317
  display: inline-block;
402
- float: left;
403
- padding: 5px;
404
- width: 200px;
318
+ color: var(--player-dvr-color);
319
+ line-height: 32px;
320
+ font-size: 10px;
321
+ font-weight: bold;
322
+ margin-left: 6px;
323
+ height: 40px;
324
+ line-height: 40px;
325
+ margin-left: 0;
405
326
  }
406
- .clappr-nerd-stats .stats-box ul li {
327
+ .dvr-controls[data-dvr] .live-info {
328
+ cursor: default;
329
+ text-transform: uppercase;
330
+ }
331
+ .dvr-controls[data-dvr] .live-info:before {
332
+ content: "";
333
+ display: inline-block;
407
334
  position: relative;
408
- padding: 0 5px;
409
- text-align: left;
335
+ width: 7px;
336
+ height: 7px;
337
+ border-radius: 3.5px;
338
+ margin-right: 3.5px;
339
+ background-color: var(--player-live-color);
410
340
  }
411
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
412
- padding: 0;
341
+ .dvr-controls[data-dvr] .live-info.disabled {
342
+ opacity: 0.3;
413
343
  }
414
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
344
+ .dvr-controls[data-dvr] .live-info.disabled:before {
345
+ background-color: var(--player-dvr-color);
346
+ }
347
+ .dvr-controls[data-dvr] .live-button {
348
+ cursor: pointer;
349
+ outline: none;
350
+ display: none;
351
+ border: 0;
352
+ color: var(--player-dvr-color);
353
+ background-color: transparent;
354
+ height: 32px;
355
+ padding: 0;
356
+ opacity: 0.7;
357
+ text-transform: uppercase;
358
+ transition: all 0.1s ease;
359
+ }
360
+ .dvr-controls[data-dvr] .live-button:before {
361
+ content: "";
362
+ display: inline-block;
363
+ position: relative;
364
+ width: 7px;
365
+ height: 7px;
366
+ border-radius: 3.5px;
367
+ margin-right: 3.5px;
368
+ background-color: var(--player-dvr-color);
369
+ }
370
+ .dvr-controls[data-dvr] .live-button:hover {
371
+ opacity: 1;
372
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
373
+ }
374
+ .dvr-controls[data-dvr] .live-info {
375
+ font-size: 14px;
376
+ letter-spacing: 0.8px;
377
+ font-weight: 500;
378
+ color: #fffffe;
379
+ margin-left: 21px;
380
+ }
381
+ .dvr-controls[data-dvr] .live-info::before {
382
+ width: 10px;
383
+ height: 10px;
384
+ border-radius: 50%;
385
+ margin-right: 8px;
386
+ background-color: #ed4f4a;
387
+ }
388
+ .dvr-controls[data-dvr] .live-button {
389
+ height: 40px;
390
+ opacity: 1;
391
+ font-size: 14px;
392
+ letter-spacing: 0.8px;
393
+ font-weight: 500;
394
+ margin-left: 20px;
395
+ }
396
+ .dvr-controls[data-dvr] .live-button::before {
397
+ width: 10px;
398
+ height: 10px;
399
+ border-radius: 50%;
400
+ margin-right: 8px;
401
+ background-color: #cacaca;
402
+ }div.player-error-screen, [data-player] div.player-error-screen {
403
+ color: #CCCACA;
404
+ position: absolute;
405
+ top: 0;
406
+ height: 100%;
407
+ width: 100%;
408
+ background-color: rgba(0, 0, 0, 0.7);
409
+ z-index: 2000;
410
+ display: flex;
411
+ flex-direction: column;
412
+ justify-content: center;
413
+ }
414
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
415
+ font-size: 14px;
416
+ color: #CCCACA;
417
+ margin-top: 45px;
418
+ }
419
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
420
+ font-weight: bold;
421
+ line-height: 30px;
422
+ font-size: 18px;
423
+ }
424
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
425
+ width: 90%;
426
+ margin: 0 auto;
427
+ }
428
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
429
+ font-size: 13px;
430
+ margin-top: 15px;
431
+ }
432
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
433
+ cursor: pointer;
434
+ width: 30px;
435
+ margin: 15px auto 0;
436
+ }.media-control-pip {
437
+ order: 95;
438
+ display: flex;
439
+ }
440
+ .media-control-pip button {
441
+ height: 20px;
442
+ }
443
+ .media-control-pip button svg {
444
+ height: 20px;
445
+ }.player-poster[data-poster] {
446
+ display: flex;
447
+ justify-content: center;
448
+ align-items: center;
449
+ position: absolute;
450
+ height: 100%;
451
+ width: 100%;
452
+ z-index: 998;
453
+ top: 0;
454
+ left: 0;
455
+ background-color: #000;
456
+ background-size: cover;
457
+ background-repeat: no-repeat;
458
+ background-position: 50% 50%;
459
+ }
460
+ .player-poster[data-poster].clickable {
461
+ cursor: pointer;
462
+ }
463
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
464
+ opacity: 1;
465
+ }
466
+ .player-poster[data-poster] .play-wrapper[data-poster] {
467
+ width: 100%;
468
+ height: 25%;
469
+ margin: 0 auto;
470
+ opacity: 0.75;
471
+ transition: opacity 0.1s ease;
472
+ }
473
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
474
+ height: 100%;
475
+ display: inline;
476
+ }
477
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
478
+ fill: #fff;
479
+ }:root {
480
+ --primary-background-color: #000;
481
+ --secondary-background-color: #262626;
482
+ --primary-text-color: #fff;
483
+ --secondary-text-color: #fff4f2;
484
+ --hover-text-color: #f9b090;
485
+ --speedtest-red: #df564d;
486
+ --speedtest-orange: #df934d;
487
+ --speedtest-yellow: #dfd04d;
488
+ --speedtest-light-green: #c2df4d;
489
+ --speedtest-green: #73df4d;
490
+ }
491
+
492
+ .clappr-nerd-stats {
493
+ cursor: default;
494
+ }
495
+ .clappr-nerd-stats .stats-box {
496
+ position: absolute;
497
+ display: inline-block;
498
+ bottom: 52px;
499
+ right: 0;
500
+ top: 0;
501
+ left: 0;
502
+ bottom: 0;
503
+ padding: 0 10px 12px;
504
+ margin: 0;
505
+ line-height: 20px;
506
+ font-size: 12px;
507
+ font-weight: 500;
508
+ background: var(--primary-background-color);
509
+ color: #fff;
510
+ z-index: 20000;
511
+ overflow: auto;
512
+ }
513
+ .clappr-nerd-stats .stats-box-top {
514
+ position: absolute;
515
+ top: 0;
516
+ left: 0;
517
+ z-index: 9999;
518
+ width: 100%;
519
+ height: 32px;
520
+ background: var(--primary-background-color);
521
+ }
522
+ .clappr-nerd-stats .stats-box-top .close-button {
523
+ position: absolute;
524
+ right: 12px;
525
+ top: 10px;
526
+ display: block;
527
+ width: 12px;
528
+ height: 12px;
529
+ }
530
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
531
+ fill: var(--primary-text-color);
532
+ }
533
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
534
+ fill: var(--hover-text-color);
535
+ }
536
+ .clappr-nerd-stats .stats-box-main {
537
+ overflow: hidden;
538
+ margin-top: 44px;
539
+ display: flex;
540
+ flex-wrap: wrap;
541
+ }
542
+ .clappr-nerd-stats .stats-box-main ul {
543
+ flex: 0 1 1fr;
544
+ min-width: 200px;
545
+ }
546
+ .clappr-nerd-stats .stats-box.wide {
547
+ width: 820px;
548
+ }
549
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
550
+ list-style-type: none;
551
+ }
552
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
553
+ padding-left: 2px;
554
+ padding-right: 2px;
555
+ background: var(--primary-background-color);
556
+ gap: 10px;
557
+ }
558
+ .clappr-nerd-stats .stats-box ul {
559
+ padding: 5px;
560
+ width: 200px;
561
+ }
562
+ .clappr-nerd-stats .stats-box ul li {
563
+ position: relative;
564
+ padding: 0 5px;
565
+ text-align: left;
566
+ }
567
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
568
+ padding: 0;
569
+ }
570
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
415
571
  width: 100%;
416
572
  }
417
573
  .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
@@ -641,8 +797,8 @@
641
797
  .mobile .clappr-nerd-stats .stats-box-top {
642
798
  position: fixed;
643
799
  }
644
- .mobile .clappr-nerd-stats .stats-box ul {
645
- width: 50%;
800
+ .mobile .clappr-nerd-stats .stats-box-main ul {
801
+ flex: 0 1 50%;
646
802
  }
647
803
 
648
804
  @media only screen and (orientation: portrait) {
@@ -674,193 +830,292 @@
674
830
  }
675
831
  }
676
832
  @media only screen and (orientation: landscape) {
677
- .mobile .clappr-nerd-stats .stats-box ul {
678
- width: 25%;
833
+ .mobile .clappr-nerd-stats .stats-box-main ul {
834
+ flex-basis: 1fr;
679
835
  }
680
- }.context-menu {
681
- z-index: 999;
682
- position: absolute;
683
- top: 0;
684
- left: 0;
685
- text-align: center;
836
+ }*, :focus, :visited {
837
+ outline: none !important;
686
838
  }
687
- .context-menu .context-menu-list {
688
- font-family: "Proxima Nova", sans-serif;
689
- font-size: 12px;
690
- line-height: 12px;
691
- list-style-type: none;
692
- text-align: left;
693
- padding: 5px;
694
- margin-left: auto;
695
- margin-right: auto;
696
- background-color: rgba(0, 0, 0, 0.75);
697
- border: 1px solid #666;
698
- border-radius: 4px;
839
+
840
+ .multicamera[data-multicamera] {
841
+ float: right;
842
+ margin-top: 4px;
843
+ position: relative;
844
+ margin-right: 20px;
845
+ width: 20px;
699
846
  }
700
- .context-menu .context-menu-list-item button {
701
- border: none;
847
+ .multicamera[data-multicamera] button {
702
848
  background-color: transparent;
849
+ color: #fff;
850
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
851
+ -webkit-font-smoothing: antialiased;
852
+ border: none;
853
+ font-size: 14px;
703
854
  padding: 0;
704
- color: white;
705
- display: flex;
706
- gap: 8px;
707
- align-items: center;
708
- justify-content: center;
709
- cursor: pointer;
710
- padding: 5px;
711
- width: 100%;
712
855
  }
713
- .context-menu .context-menu-list-item_icon {
714
- width: 20px;
856
+ .multicamera[data-multicamera] button svg {
715
857
  height: 20px;
716
- }.dvr-controls[data-dvr] {
717
- display: inline-block;
718
- color: var(--player-dvr-color);
719
- line-height: 32px;
720
- font-size: 10px;
721
- font-weight: bold;
722
- margin-left: 6px;
723
- height: 40px;
724
- line-height: 40px;
725
- margin-left: 0;
726
- }
727
- .dvr-controls[data-dvr] .live-info {
728
- cursor: default;
729
- text-transform: uppercase;
730
- }
731
- .dvr-controls[data-dvr] .live-info:before {
732
- content: "";
733
- display: inline-block;
734
858
  position: relative;
735
- width: 7px;
736
- height: 7px;
737
- border-radius: 3.5px;
738
- margin-right: 3.5px;
739
- background-color: var(--player-live-color);
859
+ margin-top: 6px;
740
860
  }
741
- .dvr-controls[data-dvr] .live-info.disabled {
742
- opacity: 0.3;
861
+ .multicamera[data-multicamera] button:hover {
862
+ color: #c9c9c9;
743
863
  }
744
- .dvr-controls[data-dvr] .live-info.disabled:before {
745
- background-color: var(--player-dvr-color);
864
+ .multicamera[data-multicamera] button.changing {
865
+ animation: pulse 0.5s infinite alternate;
746
866
  }
747
- .dvr-controls[data-dvr] .live-button {
748
- cursor: pointer;
749
- outline: none;
867
+ .multicamera[data-multicamera] button span.quality-arrow {
868
+ width: 9px;
869
+ height: 6px;
870
+ margin-top: 11px;
871
+ margin-left: 5px;
872
+ }
873
+ .multicamera[data-multicamera] > ul {
874
+ padding: 6px 0;
875
+ right: -24px;
876
+ width: 245px;
877
+ list-style-type: none;
878
+ position: absolute;
879
+ bottom: 48px;
880
+ border-radius: 4px;
750
881
  display: none;
751
- border: 0;
752
- color: var(--player-dvr-color);
753
- background-color: transparent;
754
- height: 32px;
755
- padding: 0;
756
- opacity: 0.7;
757
- text-transform: uppercase;
758
- transition: all 0.1s ease;
882
+ background-color: rgba(74, 74, 74, 0.9);
759
883
  }
760
- .dvr-controls[data-dvr] .live-button:before {
884
+ .multicamera[data-multicamera] > ul::after {
761
885
  content: "";
762
- display: inline-block;
886
+ position: absolute;
887
+ top: 100%;
888
+ left: 85%;
889
+ margin-left: -10px;
890
+ width: 0;
891
+ height: 0;
892
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
893
+ border-right: 10px solid transparent;
894
+ border-left: 10px solid transparent;
895
+ }
896
+ .multicamera[data-multicamera] li {
897
+ font-size: 10px;
898
+ cursor: pointer;
899
+ }
900
+ .multicamera[data-multicamera] li .multicamera-item {
901
+ display: flex;
902
+ padding: 10px 0;
903
+ justify-content: center;
763
904
  position: relative;
764
- width: 7px;
765
- height: 7px;
766
- border-radius: 3.5px;
767
- margin-right: 3.5px;
768
- background-color: var(--player-dvr-color);
769
905
  }
770
- .dvr-controls[data-dvr] .live-button:hover {
771
- opacity: 1;
772
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
906
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
907
+ pointer-events: none;
773
908
  }
774
- .dvr-controls[data-dvr] .live-info {
775
- font-size: 14px;
776
- letter-spacing: 0.8px;
777
- font-weight: 500;
778
- color: #fffffe;
779
- margin-left: 21px;
909
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
910
+ opacity: 0.5;
780
911
  }
781
- .dvr-controls[data-dvr] .live-info::before {
782
- width: 10px;
783
- height: 10px;
784
- border-radius: 50%;
785
- margin-right: 8px;
786
- background-color: #ed4f4a;
912
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
913
+ opacity: 0.5;
787
914
  }
788
- .dvr-controls[data-dvr] .live-button {
789
- height: 40px;
790
- opacity: 1;
791
- font-size: 14px;
792
- letter-spacing: 0.8px;
793
- font-weight: 500;
794
- margin-left: 20px;
915
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
916
+ background-color: rgba(0, 0, 0, 0);
795
917
  }
796
- .dvr-controls[data-dvr] .live-button::before {
797
- width: 10px;
798
- height: 10px;
799
- border-radius: 50%;
800
- margin-right: 8px;
801
- background-color: #cacaca;
802
- }div.player-error-screen, [data-player] div.player-error-screen {
803
- color: #CCCACA;
804
- position: absolute;
805
- top: 0;
806
- height: 100%;
807
- width: 100%;
808
- background-color: rgba(0, 0, 0, 0.7);
809
- z-index: 2000;
810
- display: flex;
811
- flex-direction: column;
812
- justify-content: center;
918
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
919
+ background-color: rgba(0, 0, 0, 0.3);
813
920
  }
814
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
921
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
922
+ width: 80px;
923
+ height: 60px;
924
+ }
925
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
926
+ width: 80px;
927
+ height: 60px;
928
+ }
929
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
930
+ width: 120px;
931
+ text-align: left;
932
+ margin-left: 15px;
933
+ }
934
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
935
+ width: 120px;
936
+ height: 20px;
937
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
815
938
  font-size: 14px;
816
- color: #CCCACA;
817
- margin-top: 45px;
939
+ font-weight: normal;
940
+ font-style: normal;
941
+ font-stretch: normal;
942
+ line-height: 1.43;
943
+ letter-spacing: normal;
944
+ text-align: left;
945
+ color: #fff;
946
+ text-overflow: ellipsis;
947
+ overflow: hidden;
818
948
  }
819
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
820
- font-weight: bold;
821
- line-height: 30px;
822
- font-size: 18px;
949
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
950
+ opacity: 0.6;
823
951
  }
824
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
825
- width: 90%;
826
- margin: 0 auto;
952
+ .multicamera[data-multicamera] li[data-title] {
953
+ background-color: #c3c2c2;
954
+ padding: 5px;
827
955
  }
828
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
829
- font-size: 13px;
830
- margin-top: 15px;
956
+ .multicamera[data-multicamera] li a {
957
+ color: #444;
958
+ padding: 2px 10px;
959
+ display: block;
960
+ text-decoration: none;
831
961
  }
832
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
962
+ .multicamera[data-multicamera] li a:hover {
963
+ background-color: #555;
964
+ color: white;
965
+ }
966
+ .multicamera[data-multicamera] li a:hover a {
967
+ color: white;
968
+ text-decoration: none;
969
+ }
970
+ .multicamera[data-multicamera] li.current a {
971
+ color: #f00;
972
+ }
973
+
974
+ @keyframes pulse {
975
+ 0% {
976
+ color: #fff;
977
+ }
978
+ 50% {
979
+ color: #ff0101;
980
+ }
981
+ 100% {
982
+ color: #B80000;
983
+ }
984
+ }*,
985
+ :focus,
986
+ :visited {
987
+ outline: none !important;
988
+ }
989
+
990
+ .media-control-cc[data-cc] {
991
+ position: relative;
992
+ order: 85;
993
+ }
994
+ .media-control-cc[data-cc] button {
995
+ background-color: transparent;
996
+ color: #fff;
997
+ -webkit-font-smoothing: antialiased;
998
+ border: none;
833
999
  cursor: pointer;
834
- width: 30px;
835
- margin: 15px auto 0;
836
- }@charset "UTF-8";
837
- .media-control-clips {
838
- display: flex;
839
- gap: 6px;
840
1000
  }
841
- .media-control-clips .media-clip-text {
842
- text-overflow: ellipsis;
1001
+ .media-control-cc[data-cc] button .cc-text svg {
1002
+ fill: white;
1003
+ }
1004
+ .media-control-cc[data-cc] button:hover {
1005
+ color: #c9c9c9;
1006
+ }
1007
+ .media-control-cc[data-cc] button.changing {
1008
+ animation: pulse 0.5s infinite alternate;
1009
+ }
1010
+ .media-control-cc[data-cc] ul {
1011
+ width: 80px;
1012
+ list-style-type: none;
1013
+ position: absolute;
1014
+ bottom: 25px;
1015
+ border: 1px solid black;
1016
+ display: none;
1017
+ background-color: #e6e6e6;
1018
+ padding: 8px 0;
1019
+ }
1020
+ .media-control-cc[data-cc] li a {
1021
+ color: #444;
1022
+ padding: 2px 10px;
1023
+ display: block;
1024
+ text-decoration: none;
1025
+ }
1026
+ .media-control-cc[data-cc] li a:hover {
1027
+ background-color: #555;
1028
+ color: white;
1029
+ }
1030
+ .media-control-cc[data-cc] li a:hover a {
1031
+ color: white;
1032
+ text-decoration: none;
1033
+ }
1034
+ .media-control-cc[data-cc] li.current a {
1035
+ color: #f00;
1036
+ background-color: #555;
1037
+ }
1038
+
1039
+ @keyframes pulse {
1040
+ 0% {
1041
+ color: #fff;
1042
+ }
1043
+ 50% {
1044
+ color: #ff0101;
1045
+ }
1046
+ 100% {
1047
+ color: #B80000;
1048
+ }
1049
+ }
1050
+ ::cue {
1051
+ visibility: hidden !important;
1052
+ font-size: 0 !important;
1053
+ }
1054
+
1055
+ .ios-fullscreen::cue {
1056
+ visibility: visible !important;
1057
+ font-size: 1em !important;
1058
+ }.scrub-thumbnails {
1059
+ position: absolute;
1060
+ bottom: 52px;
1061
+ width: 100%;
1062
+ transition: opacity 0.3s ease;
1063
+ }
1064
+ .scrub-thumbnails.hidden {
1065
+ opacity: 0;
1066
+ }
1067
+ .scrub-thumbnails .thumbnail-container {
1068
+ display: inline-block;
1069
+ position: relative;
1070
+ overflow: hidden;
1071
+ background-color: #000;
1072
+ }
1073
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1074
+ position: absolute;
1075
+ width: auto;
1076
+ }
1077
+ .scrub-thumbnails .thumbnails-text {
1078
+ background-color: rgba(74, 74, 74, 0.7);
1079
+ border-radius: 3px;
843
1080
  white-space: nowrap;
844
1081
  overflow: hidden;
845
- display: inline-block;
846
1082
  text-overflow: ellipsis;
847
1083
  color: white;
848
- cursor: default;
849
- line-height: var(--bottom-panel);
850
- position: relative;
1084
+ position: absolute;
1085
+ bottom: 23px;
1086
+ width: 100px;
851
1087
  }
852
- .media-control-clips .media-clip-text::before {
853
- content: "•";
854
- padding-right: 6px;
1088
+ .scrub-thumbnails .spotlight {
1089
+ background-color: #4a4a4a;
1090
+ overflow: hidden;
1091
+ position: absolute;
1092
+ bottom: 0;
1093
+ left: 0;
1094
+ border-color: #4a4a4a;
1095
+ border-style: solid;
1096
+ border-width: 3px;
1097
+ border-radius: 3px;
855
1098
  }
856
- .media-control-clips .media-clip-text {
857
- max-width: 100px;
858
- }.quality-levels li.disabled {
859
- opacity: 0.5;
860
- pointer-events: none;
1099
+ .scrub-thumbnails .spotlight img {
1100
+ width: auto;
861
1101
  }
862
- .quality-levels li.current {
1102
+ .scrub-thumbnails .backdrop {
1103
+ position: absolute;
1104
+ left: 0;
1105
+ bottom: 0;
1106
+ right: 0;
863
1107
  background-color: #000;
1108
+ overflow: hidden;
1109
+ }
1110
+ .scrub-thumbnails .backdrop .carousel {
1111
+ position: absolute;
1112
+ top: 0;
1113
+ left: 0;
1114
+ height: 100%;
1115
+ white-space: nowrap;
1116
+ }
1117
+ .scrub-thumbnails .backdrop .carousel img {
1118
+ width: auto;
864
1119
  }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
865
1120
  height: 0;
866
1121
  }
@@ -882,98 +1137,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
882
1137
  .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
883
1138
  width: 33.3%;
884
1139
  height: 100%;
885
- }.media-control-pip {
886
- order: 95;
887
- display: flex;
888
- }
889
- .media-control-pip button {
890
- height: 20px;
891
- }
892
- .media-control-pip button svg {
893
- height: 20px;
894
- }.player-poster[data-poster] {
895
- display: flex;
896
- justify-content: center;
897
- align-items: center;
898
- position: absolute;
899
- height: 100%;
900
- width: 100%;
901
- z-index: 998;
902
- top: 0;
903
- left: 0;
904
- background-color: #000;
905
- background-size: cover;
906
- background-repeat: no-repeat;
907
- background-position: 50% 50%;
908
- }
909
- .player-poster[data-poster].clickable {
910
- cursor: pointer;
911
- }
912
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
913
- opacity: 1;
914
- }
915
- .player-poster[data-poster] .play-wrapper[data-poster] {
916
- width: 100%;
917
- height: 25%;
918
- margin: 0 auto;
919
- opacity: 0.75;
920
- transition: opacity 0.1s ease;
921
- }
922
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
923
- height: 100%;
924
- display: inline;
925
- }
926
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
927
- fill: #fff;
928
- }.big-mute-icon-wrapper[data-big-mute] {
929
- position: absolute;
930
- z-index: 9998;
931
- background-color: transparent;
932
- display: flex;
933
- justify-content: center;
934
- width: 100%;
935
- height: calc(100% - 50px);
936
- margin: 0 auto;
937
- opacity: 0.75;
938
- transition: opacity 0.1s ease;
939
- pointer-events: auto;
940
- }
941
- .big-mute-icon-wrapper[data-big-mute].hide {
942
- display: none;
943
- }
944
- .big-mute-icon-wrapper[data-big-mute]:hover {
945
- cursor: pointer;
946
- }
947
-
948
- .big-mute-icon[data-big-mute-icon] {
949
- display: flex;
950
- align-items: center;
951
- justify-content: center;
952
- align-self: center;
953
- width: 120px;
954
- height: 120px;
955
- border: 2px solid white;
956
- border-radius: 50%;
957
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
958
- filter: alpha(opacity=60);
959
- opacity: 1;
960
- box-shadow: 0 0 1px 0 white;
961
- background: rgba(240, 243, 247, 0.9411764706);
962
- z-index: 10000;
963
- }
964
- .big-mute-icon[data-big-mute-icon] svg {
965
- margin-left: 5px;
966
- width: 80px;
967
- height: 80px;
968
- }
969
- .big-mute-icon[data-big-mute-icon] svg path {
970
- fill: #1f1e1e !important;
971
- }
972
- .big-mute-icon[data-big-mute-icon]:hover {
973
- background: rgba(240, 243, 247, 0.8784313725);
974
- }
975
- .big-mute-icon[data-big-mute-icon]:hover svg path {
976
- fill: #151515 !important;
977
1140
  }.seek-time[data-seek-time] {
978
1141
  position: absolute;
979
1142
  white-space: nowrap;
@@ -1007,143 +1170,101 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1007
1170
  .seek-time[data-seek-time] [data-duration]::before {
1008
1171
  content: "|";
1009
1172
  margin-right: 7px;
1010
- }*, :focus, :visited {
1173
+ }.quality-levels li.disabled {
1174
+ opacity: 0.5;
1175
+ pointer-events: none;
1176
+ }
1177
+ .quality-levels li.current {
1178
+ background-color: #000;
1179
+ }*,
1180
+ :focus,
1181
+ :visited {
1011
1182
  outline: none !important;
1012
1183
  }
1013
1184
 
1014
- .multicamera[data-multicamera] {
1015
- float: right;
1016
- margin-top: 4px;
1185
+ .media-control-audiotracks {
1017
1186
  position: relative;
1018
- margin-right: 20px;
1019
- width: 20px;
1020
1187
  }
1021
- .multicamera[data-multicamera] button {
1188
+ .media-control-audiotracks button {
1022
1189
  background-color: transparent;
1023
1190
  color: #fff;
1024
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1025
1191
  -webkit-font-smoothing: antialiased;
1026
1192
  border: none;
1027
- font-size: 14px;
1193
+ cursor: pointer;
1194
+ display: flex;
1195
+ align-items: center;
1028
1196
  padding: 0;
1029
1197
  }
1030
- .multicamera[data-multicamera] button svg {
1031
- height: 20px;
1032
- position: relative;
1033
- margin-top: 6px;
1198
+ .media-control-audiotracks button .audio-text {
1199
+ text-overflow: ellipsis;
1200
+ overflow: hidden;
1201
+ white-space: nowrap;
1202
+ max-width: 100px;
1203
+ background-color: transparent;
1204
+ -webkit-font-smoothing: antialiased;
1205
+ border: none;
1206
+ cursor: pointer;
1034
1207
  }
1035
- .multicamera[data-multicamera] button:hover {
1036
- color: #c9c9c9;
1208
+ .media-control-audiotracks button:hover {
1209
+ color: white;
1037
1210
  }
1038
- .multicamera[data-multicamera] button.changing {
1211
+ .media-control-audiotracks button.changing {
1039
1212
  animation: pulse 0.5s infinite alternate;
1040
1213
  }
1041
- .multicamera[data-multicamera] button span.quality-arrow {
1214
+ .media-control-audiotracks button span.audio-arrow {
1042
1215
  width: 9px;
1043
1216
  height: 6px;
1044
- margin-top: 11px;
1045
1217
  margin-left: 5px;
1046
1218
  }
1047
- .multicamera[data-multicamera] > ul {
1048
- padding: 6px 0;
1049
- right: -24px;
1050
- width: 245px;
1219
+ .media-control-audiotracks .menu {
1220
+ max-width: 114px;
1051
1221
  list-style-type: none;
1052
1222
  position: absolute;
1053
- bottom: 48px;
1223
+ background-color: rgba(74, 74, 74, 0.6);
1224
+ border: none;
1225
+ min-width: 60px;
1054
1226
  border-radius: 4px;
1055
- display: none;
1056
- background-color: rgba(74, 74, 74, 0.9);
1057
- }
1058
- .multicamera[data-multicamera] > ul::after {
1059
- content: "";
1060
- position: absolute;
1061
- top: 100%;
1062
- left: 85%;
1063
- margin-left: -10px;
1064
- width: 0;
1065
- height: 0;
1066
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1067
- border-right: 10px solid transparent;
1068
- border-left: 10px solid transparent;
1069
- }
1070
- .multicamera[data-multicamera] li {
1071
- font-size: 10px;
1072
- cursor: pointer;
1073
- }
1074
- .multicamera[data-multicamera] li .multicamera-item {
1075
- display: flex;
1076
- padding: 10px 0;
1077
- justify-content: center;
1078
- position: relative;
1079
- }
1080
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1081
- pointer-events: none;
1082
- }
1083
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1084
- opacity: 0.5;
1085
- }
1086
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1087
- opacity: 0.5;
1088
- }
1089
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1090
- background-color: rgba(0, 0, 0, 0);
1091
- }
1092
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1093
- background-color: rgba(0, 0, 0, 0.3);
1094
- }
1095
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1096
- width: 80px;
1097
- height: 60px;
1098
- }
1099
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1100
- width: 80px;
1101
- height: 60px;
1102
- }
1103
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1104
- width: 120px;
1105
- text-align: left;
1106
- margin-left: 15px;
1227
+ bottom: 40px;
1228
+ right: -2px;
1107
1229
  }
1108
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1109
- width: 120px;
1110
- height: 20px;
1111
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1112
- font-size: 14px;
1113
- font-weight: normal;
1114
- font-style: normal;
1115
- font-stretch: normal;
1116
- line-height: 1.43;
1117
- letter-spacing: normal;
1118
- text-align: left;
1119
- color: #fff;
1120
- text-overflow: ellipsis;
1121
- overflow: hidden;
1230
+ .media-control-audiotracks .menu.hidden {
1231
+ display: none;
1122
1232
  }
1123
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1124
- opacity: 0.6;
1233
+ .media-control-audiotracks li {
1234
+ font-size: var(--font-size-media-controls-dropdown);
1235
+ text-align: right;
1236
+ height: 30px;
1125
1237
  }
1126
- .multicamera[data-multicamera] li[data-title] {
1238
+ .media-control-audiotracks li[data-title] {
1127
1239
  background-color: #c3c2c2;
1128
1240
  padding: 5px;
1129
1241
  }
1130
- .multicamera[data-multicamera] li a {
1131
- color: #444;
1132
- padding: 2px 10px;
1242
+ .media-control-audiotracks li a {
1133
1243
  display: block;
1134
1244
  text-decoration: none;
1245
+ text-overflow: ellipsis;
1246
+ overflow: hidden;
1247
+ white-space: nowrap;
1248
+ height: 30px;
1249
+ padding: 5px 10px;
1250
+ color: #fffffe;
1135
1251
  }
1136
- .multicamera[data-multicamera] li a:hover {
1137
- background-color: #555;
1138
- color: white;
1139
- }
1140
- .multicamera[data-multicamera] li a:hover a {
1141
- color: white;
1252
+ .media-control-audiotracks li a:hover {
1142
1253
  text-decoration: none;
1254
+ background-color: rgba(0, 0, 0, 0.4);
1255
+ color: white;
1143
1256
  }
1144
- .multicamera[data-multicamera] li.current a {
1257
+ .media-control-audiotracks li.current a {
1145
1258
  color: #f00;
1146
1259
  }
1260
+ .media-control-audiotracks li:first-child a {
1261
+ border-bottom-left-radius: 4px;
1262
+ border-bottom-right-radius: 4px;
1263
+ }
1264
+ .media-control-audiotracks li:last-child a {
1265
+ border-top-left-radius: 4px;
1266
+ border-top-right-radius: 4px;
1267
+ }
1147
1268
 
1148
1269
  @keyframes pulse {
1149
1270
  0% {
@@ -1155,6 +1276,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1155
1276
  100% {
1156
1277
  color: #B80000;
1157
1278
  }
1279
+ }.spinner-three-bounce[data-spinner] {
1280
+ position: absolute;
1281
+ width: 70px;
1282
+ text-align: center;
1283
+ z-index: 999;
1284
+ left: 0;
1285
+ right: 0;
1286
+ margin: 0 auto;
1287
+ margin-left: auto;
1288
+ margin-right: auto;
1289
+ /* center vertically */
1290
+ top: 50%;
1291
+ transform: translateY(-50%);
1292
+ }
1293
+ .spinner-three-bounce[data-spinner] > div {
1294
+ width: 18px;
1295
+ height: 18px;
1296
+ background-color: #FFF;
1297
+ border-radius: 100%;
1298
+ display: inline-block;
1299
+ animation: bouncedelay 1.4s infinite ease-in-out;
1300
+ /* Prevent first frame from flickering when animation starts */
1301
+ animation-fill-mode: both;
1302
+ }
1303
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1304
+ animation-delay: -0.32s;
1305
+ }
1306
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1307
+ animation-delay: -0.16s;
1308
+ }
1309
+
1310
+ @keyframes bouncedelay {
1311
+ 0%, 80%, 100% {
1312
+ transform: scale(0);
1313
+ }
1314
+ 40% {
1315
+ transform: scale(1);
1316
+ }
1158
1317
  }.share_plugin[data-share] {
1159
1318
  pointer-events: auto;
1160
1319
  z-index: 5;
@@ -1238,44 +1397,37 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1238
1397
  display: inline-block;
1239
1398
  margin-right: 5px;
1240
1399
  cursor: pointer;
1241
- }.spinner-three-bounce[data-spinner] {
1242
- position: absolute;
1243
- width: 70px;
1244
- text-align: center;
1245
- z-index: 999;
1246
- left: 0;
1247
- right: 0;
1248
- margin: 0 auto;
1249
- margin-left: auto;
1250
- margin-right: auto;
1251
- /* center vertically */
1252
- top: 50%;
1253
- transform: translateY(-50%);
1400
+ }@charset "UTF-8";
1401
+ .media-control-clips {
1402
+ display: flex;
1403
+ gap: 6px;
1254
1404
  }
1255
- .spinner-three-bounce[data-spinner] > div {
1256
- width: 18px;
1257
- height: 18px;
1258
- background-color: #FFF;
1259
- border-radius: 100%;
1405
+ .media-control-clips .media-clip-text {
1406
+ text-overflow: ellipsis;
1407
+ white-space: nowrap;
1408
+ overflow: hidden;
1260
1409
  display: inline-block;
1261
- animation: bouncedelay 1.4s infinite ease-in-out;
1262
- /* Prevent first frame from flickering when animation starts */
1263
- animation-fill-mode: both;
1410
+ text-overflow: ellipsis;
1411
+ color: white;
1412
+ cursor: default;
1413
+ line-height: var(--bottom-panel);
1414
+ position: relative;
1264
1415
  }
1265
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1266
- animation-delay: -0.32s;
1416
+ .media-control-clips .media-clip-text::before {
1417
+ content: "•";
1418
+ padding-right: 6px;
1267
1419
  }
1268
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1269
- animation-delay: -0.16s;
1420
+ .media-control-clips .media-clip-text {
1421
+ max-width: 100px;
1422
+ }.player-logo[data-logo] {
1423
+ position: absolute;
1424
+ z-index: 2;
1425
+ width: 100%;
1426
+ height: 100%;
1270
1427
  }
1271
1428
 
1272
- @keyframes bouncedelay {
1273
- 0%, 80%, 100% {
1274
- transform: scale(0);
1275
- }
1276
- 40% {
1277
- transform: scale(1);
1278
- }
1429
+ .clappr-logo {
1430
+ position: absolute;
1279
1431
  }[data-player] {
1280
1432
  --bottom-panel: 40px;
1281
1433
  }
@@ -1893,148 +2045,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1893
2045
  }
1894
2046
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1895
2047
  display: none !important;
1896
- }.player-logo[data-logo] {
1897
- position: absolute;
1898
- z-index: 2;
1899
- width: 100%;
1900
- height: 100%;
1901
- }
1902
-
1903
- .clappr-logo {
1904
- position: absolute;
1905
- }*,
1906
- :focus,
1907
- :visited {
1908
- outline: none !important;
1909
- }
1910
-
1911
- .media-control-cc[data-cc] {
1912
- position: relative;
1913
- order: 85;
1914
- }
1915
- .media-control-cc[data-cc] button {
1916
- background-color: transparent;
1917
- color: #fff;
1918
- -webkit-font-smoothing: antialiased;
1919
- border: none;
1920
- cursor: pointer;
1921
- }
1922
- .media-control-cc[data-cc] button .cc-text svg {
1923
- fill: white;
1924
- }
1925
- .media-control-cc[data-cc] button:hover {
1926
- color: #c9c9c9;
1927
- }
1928
- .media-control-cc[data-cc] button.changing {
1929
- animation: pulse 0.5s infinite alternate;
1930
- }
1931
- .media-control-cc[data-cc] ul {
1932
- width: 80px;
1933
- list-style-type: none;
1934
- position: absolute;
1935
- bottom: 25px;
1936
- border: 1px solid black;
1937
- display: none;
1938
- background-color: #e6e6e6;
1939
- padding: 8px 0;
1940
- }
1941
- .media-control-cc[data-cc] li a {
1942
- color: #444;
1943
- padding: 2px 10px;
1944
- display: block;
1945
- text-decoration: none;
1946
- }
1947
- .media-control-cc[data-cc] li a:hover {
1948
- background-color: #555;
1949
- color: white;
1950
- }
1951
- .media-control-cc[data-cc] li a:hover a {
1952
- color: white;
1953
- text-decoration: none;
1954
- }
1955
- .media-control-cc[data-cc] li.current a {
1956
- color: #f00;
1957
- background-color: #555;
1958
- }
1959
-
1960
- @keyframes pulse {
1961
- 0% {
1962
- color: #fff;
1963
- }
1964
- 50% {
1965
- color: #ff0101;
1966
- }
1967
- 100% {
1968
- color: #B80000;
1969
- }
1970
- }
1971
- ::cue {
1972
- visibility: hidden !important;
1973
- font-size: 0 !important;
1974
- }
1975
-
1976
- .ios-fullscreen::cue {
1977
- visibility: visible !important;
1978
- font-size: 1em !important;
1979
- }.scrub-thumbnails {
1980
- position: absolute;
1981
- bottom: 52px;
1982
- width: 100%;
1983
- transition: opacity 0.3s ease;
1984
- }
1985
- .scrub-thumbnails.hidden {
1986
- opacity: 0;
1987
- }
1988
- .scrub-thumbnails .thumbnail-container {
1989
- display: inline-block;
1990
- position: relative;
1991
- overflow: hidden;
1992
- background-color: #000;
1993
- }
1994
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1995
- position: absolute;
1996
- width: auto;
1997
- }
1998
- .scrub-thumbnails .thumbnails-text {
1999
- background-color: rgba(74, 74, 74, 0.7);
2000
- border-radius: 3px;
2001
- white-space: nowrap;
2002
- overflow: hidden;
2003
- text-overflow: ellipsis;
2004
- color: white;
2005
- position: absolute;
2006
- bottom: 23px;
2007
- width: 100px;
2008
- }
2009
- .scrub-thumbnails .spotlight {
2010
- background-color: #4a4a4a;
2011
- overflow: hidden;
2012
- position: absolute;
2013
- bottom: 0;
2014
- left: 0;
2015
- border-color: #4a4a4a;
2016
- border-style: solid;
2017
- border-width: 3px;
2018
- border-radius: 3px;
2019
- }
2020
- .scrub-thumbnails .spotlight img {
2021
- width: auto;
2022
- }
2023
- .scrub-thumbnails .backdrop {
2024
- position: absolute;
2025
- left: 0;
2026
- bottom: 0;
2027
- right: 0;
2028
- background-color: #000;
2029
- overflow: hidden;
2030
- }
2031
- .scrub-thumbnails .backdrop .carousel {
2032
- position: absolute;
2033
- top: 0;
2034
- left: 0;
2035
- height: 100%;
2036
- white-space: nowrap;
2037
- }
2038
- .scrub-thumbnails .backdrop .carousel img {
2039
- width: auto;
2040
2048
  }