@gcorevideo/player 2.22.21 → 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 (38) 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/dist/core.js +1 -1
  4. package/dist/index.css +686 -678
  5. package/dist/index.js +49 -31
  6. package/dist/player.d.ts +32 -10
  7. package/dist/plugins/index.css +612 -604
  8. package/dist/plugins/index.js +48 -30
  9. package/docs/api/player.extendedevents.md +45 -0
  10. package/docs/api/player.md +21 -1
  11. package/docs/api/player.volumefade._constructor_.md +50 -0
  12. package/docs/api/player.volumefade.md +40 -1
  13. package/docs/api/player.volumefadesettings.md +18 -0
  14. package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts +1 -0
  15. package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts.map +1 -1
  16. package/lib/plugins/clappr-nerd-stats/NerdStats.js +13 -3
  17. package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.d.ts.map +1 -1
  18. package/lib/plugins/clappr-nerd-stats/speedtest/Speedtest.js +1 -0
  19. package/lib/plugins/clappr-nerd-stats/speedtest/index.js +1 -1
  20. package/lib/plugins/clappr-nerd-stats/utils.d.ts.map +1 -1
  21. package/lib/plugins/clappr-nerd-stats/utils.js +17 -15
  22. package/lib/plugins/clappr-stats/ClapprStats.d.ts +1 -0
  23. package/lib/plugins/clappr-stats/ClapprStats.d.ts.map +1 -1
  24. package/lib/plugins/clappr-stats/ClapprStats.js +3 -0
  25. package/lib/plugins/click-to-pause/ClickToPause.js +6 -7
  26. package/lib/plugins/volume-fade/VolumeFade.d.ts +3 -1
  27. package/lib/plugins/volume-fade/VolumeFade.d.ts.map +1 -1
  28. package/lib/plugins/volume-fade/VolumeFade.js +6 -3
  29. package/package.json +1 -1
  30. package/src/plugins/clappr-nerd-stats/NerdStats.ts +21 -8
  31. package/src/plugins/clappr-nerd-stats/speedtest/Speedtest.ts +1 -0
  32. package/src/plugins/clappr-nerd-stats/speedtest/index.ts +1 -1
  33. package/src/plugins/clappr-nerd-stats/utils.ts +23 -13
  34. package/src/plugins/clappr-stats/ClapprStats.ts +4 -0
  35. package/src/plugins/click-to-pause/ClickToPause.ts +6 -6
  36. package/src/plugins/volume-fade/VolumeFade.ts +6 -3
  37. package/temp/player.api.json +100 -2
  38. package/tsconfig.tsbuildinfo +1 -1
@@ -122,334 +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
- }
196
- .gear-wrapper ul.gear-sub-menu li {
197
- font-size: 12px;
198
- text-align: left;
199
- }
200
- .gear-wrapper ul.gear-sub-menu li[data-title] {
201
- background-color: #c3c2c2;
202
- padding: 5px;
203
- }
204
- .gear-wrapper ul.gear-sub-menu li a {
205
- display: block;
206
- text-decoration: none;
207
- height: 32px;
208
- padding: 5px 10px;
209
- line-height: 22px;
210
- color: #fffffe;
211
- }
212
- .gear-wrapper ul.gear-sub-menu li a:hover {
213
- color: white;
214
- background-color: rgba(0, 0, 0, 0.4);
215
- }
216
- .gear-wrapper ul.gear-sub-menu li a:hover a {
217
- color: white;
218
- text-decoration: none;
219
- }
220
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
221
- width: 30px;
222
- height: 20px;
223
- float: left;
224
- display: block;
225
- }
226
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
227
- display: none;
228
- }
229
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
230
- display: inline;
231
- }.dvr-controls[data-dvr] {
232
- display: inline-block;
233
- color: var(--player-dvr-color);
234
- line-height: 32px;
235
- font-size: 10px;
236
- font-weight: bold;
237
- margin-left: 6px;
238
- height: 40px;
239
- line-height: 40px;
240
- margin-left: 0;
241
- }
242
- .dvr-controls[data-dvr] .live-info {
243
- cursor: default;
244
- text-transform: uppercase;
245
- }
246
- .dvr-controls[data-dvr] .live-info:before {
247
- content: "";
248
- display: inline-block;
249
- position: relative;
250
- width: 7px;
251
- height: 7px;
252
- border-radius: 3.5px;
253
- margin-right: 3.5px;
254
- background-color: var(--player-live-color);
255
- }
256
- .dvr-controls[data-dvr] .live-info.disabled {
257
- opacity: 0.3;
258
- }
259
- .dvr-controls[data-dvr] .live-info.disabled:before {
260
- background-color: var(--player-dvr-color);
261
- }
262
- .dvr-controls[data-dvr] .live-button {
263
- cursor: pointer;
264
- outline: none;
265
- display: none;
266
- border: 0;
267
- color: var(--player-dvr-color);
268
- background-color: transparent;
269
- height: 32px;
270
- padding: 0;
271
- opacity: 0.7;
272
- text-transform: uppercase;
273
- transition: all 0.1s ease;
274
- }
275
- .dvr-controls[data-dvr] .live-button:before {
276
- content: "";
277
- display: inline-block;
278
- position: relative;
279
- width: 7px;
280
- height: 7px;
281
- border-radius: 3.5px;
282
- margin-right: 3.5px;
283
- background-color: var(--player-dvr-color);
284
- }
285
- .dvr-controls[data-dvr] .live-button:hover {
286
- opacity: 1;
287
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
288
- }
289
- .dvr-controls[data-dvr] .live-info {
290
- font-size: 14px;
291
- letter-spacing: 0.8px;
292
- font-weight: 500;
293
- color: #fffffe;
294
- margin-left: 21px;
295
- }
296
- .dvr-controls[data-dvr] .live-info::before {
297
- width: 10px;
298
- height: 10px;
299
- border-radius: 50%;
300
- margin-right: 8px;
301
- background-color: #ed4f4a;
302
- }
303
- .dvr-controls[data-dvr] .live-button {
304
- height: 40px;
305
- opacity: 1;
306
- font-size: 14px;
307
- letter-spacing: 0.8px;
308
- font-weight: 500;
309
- margin-left: 20px;
310
- }
311
- .dvr-controls[data-dvr] .live-button::before {
312
- width: 10px;
313
- height: 10px;
314
- border-radius: 50%;
315
- margin-right: 8px;
316
- background-color: #cacaca;
317
- }*,
318
- :focus,
319
- :visited {
320
- outline: none !important;
321
- }
322
-
323
- .media-control-audiotracks {
324
- position: relative;
325
- }
326
- .media-control-audiotracks button {
327
- background-color: transparent;
328
- color: #fff;
329
- -webkit-font-smoothing: antialiased;
330
- border: none;
331
- cursor: pointer;
332
- display: flex;
333
- align-items: center;
334
- padding: 0;
335
- }
336
- .media-control-audiotracks button .audio-text {
337
- text-overflow: ellipsis;
338
- overflow: hidden;
339
- white-space: nowrap;
340
- max-width: 100px;
341
- background-color: transparent;
342
- -webkit-font-smoothing: antialiased;
343
- border: none;
344
- cursor: pointer;
345
- }
346
- .media-control-audiotracks button:hover {
347
- color: white;
348
- }
349
- .media-control-audiotracks button.changing {
350
- animation: pulse 0.5s infinite alternate;
351
- }
352
- .media-control-audiotracks button span.audio-arrow {
353
- width: 9px;
354
- height: 6px;
355
- margin-left: 5px;
356
- }
357
- .media-control-audiotracks .menu {
358
- max-width: 114px;
359
- list-style-type: none;
360
- position: absolute;
361
- background-color: rgba(74, 74, 74, 0.6);
362
- border: none;
363
- min-width: 60px;
364
- border-radius: 4px;
365
- bottom: 40px;
366
- right: -2px;
367
- }
368
- .media-control-audiotracks .menu.hidden {
369
- display: none;
370
- }
371
- .media-control-audiotracks li {
372
- font-size: var(--font-size-media-controls-dropdown);
373
- text-align: right;
374
- height: 30px;
375
- }
376
- .media-control-audiotracks li[data-title] {
377
- background-color: #c3c2c2;
378
- padding: 5px;
379
- }
380
- .media-control-audiotracks li a {
381
- display: block;
382
- text-decoration: none;
383
- text-overflow: ellipsis;
384
- overflow: hidden;
385
- white-space: nowrap;
386
- height: 30px;
387
- padding: 5px 10px;
388
- color: #fffffe;
389
- }
390
- .media-control-audiotracks li a:hover {
391
- text-decoration: none;
392
- background-color: rgba(0, 0, 0, 0.4);
393
- color: white;
394
- }
395
- .media-control-audiotracks li.current a {
396
- color: #f00;
397
- }
398
- .media-control-audiotracks li:first-child a {
399
- border-bottom-left-radius: 4px;
400
- border-bottom-right-radius: 4px;
401
- }
402
- .media-control-audiotracks li:last-child a {
403
- border-top-left-radius: 4px;
404
- border-top-right-radius: 4px;
405
- }
406
-
407
- @keyframes pulse {
408
- 0% {
409
- color: #fff;
410
- }
411
- 50% {
412
- color: #ff0101;
413
- }
414
- 100% {
415
- color: #B80000;
416
- }
417
- }.context-menu {
418
- z-index: 999;
419
- position: absolute;
420
- top: 0;
421
- left: 0;
422
- text-align: center;
423
- }
424
- .context-menu .context-menu-list {
425
- font-family: "Proxima Nova", sans-serif;
426
- font-size: 12px;
427
- line-height: 12px;
428
- list-style-type: none;
429
- text-align: left;
430
- padding: 5px;
431
- margin-left: auto;
432
- margin-right: auto;
433
- background-color: rgba(0, 0, 0, 0.75);
434
- border: 1px solid #666;
435
- border-radius: 4px;
436
- }
437
- .context-menu .context-menu-list-item button {
438
- border: none;
439
- background-color: transparent;
440
- padding: 0;
441
- color: white;
442
- display: flex;
443
- gap: 8px;
444
- align-items: center;
445
- justify-content: center;
446
- cursor: pointer;
447
- padding: 5px;
448
- width: 100%;
449
- }
450
- .context-menu .context-menu-list-item_icon {
451
- width: 20px;
452
- height: 20px;
453
125
  }:root {
454
126
  --primary-background-color: #000;
455
127
  --secondary-background-color: #262626;
@@ -463,6 +135,9 @@
463
135
  --speedtest-green: #73df4d;
464
136
  }
465
137
 
138
+ .clappr-nerd-stats {
139
+ cursor: default;
140
+ }
466
141
  .clappr-nerd-stats .stats-box {
467
142
  position: absolute;
468
143
  display: inline-block;
@@ -485,15 +160,15 @@
485
160
  position: absolute;
486
161
  top: 0;
487
162
  left: 0;
488
- z-index: 99990;
163
+ z-index: 9999;
489
164
  width: 100%;
490
165
  height: 32px;
491
166
  background: var(--primary-background-color);
492
167
  }
493
168
  .clappr-nerd-stats .stats-box-top .close-button {
494
- float: right;
495
- margin-right: 12px;
496
- margin-top: 10px;
169
+ position: absolute;
170
+ right: 12px;
171
+ top: 10px;
497
172
  display: block;
498
173
  width: 12px;
499
174
  height: 12px;
@@ -507,6 +182,12 @@
507
182
  .clappr-nerd-stats .stats-box-main {
508
183
  overflow: hidden;
509
184
  margin-top: 44px;
185
+ display: flex;
186
+ flex-wrap: wrap;
187
+ }
188
+ .clappr-nerd-stats .stats-box-main ul {
189
+ flex: 0 1 1fr;
190
+ min-width: 200px;
510
191
  }
511
192
  .clappr-nerd-stats .stats-box.wide {
512
193
  width: 820px;
@@ -518,10 +199,9 @@
518
199
  padding-left: 2px;
519
200
  padding-right: 2px;
520
201
  background: var(--primary-background-color);
202
+ gap: 10px;
521
203
  }
522
204
  .clappr-nerd-stats .stats-box ul {
523
- display: inline-block;
524
- float: left;
525
205
  padding: 5px;
526
206
  width: 200px;
527
207
  }
@@ -763,8 +443,8 @@
763
443
  .mobile .clappr-nerd-stats .stats-box-top {
764
444
  position: fixed;
765
445
  }
766
- .mobile .clappr-nerd-stats .stats-box ul {
767
- width: 50%;
446
+ .mobile .clappr-nerd-stats .stats-box-main ul {
447
+ flex: 0 1 50%;
768
448
  }
769
449
 
770
450
  @media only screen and (orientation: portrait) {
@@ -796,8 +476,8 @@
796
476
  }
797
477
  }
798
478
  @media only screen and (orientation: landscape) {
799
- .mobile .clappr-nerd-stats .stats-box ul {
800
- width: 25%;
479
+ .mobile .clappr-nerd-stats .stats-box-main ul {
480
+ flex-basis: 1fr;
801
481
  }
802
482
  }.big-mute-icon-wrapper[data-big-mute] {
803
483
  position: absolute;
@@ -848,27 +528,106 @@
848
528
  }
849
529
  .big-mute-icon[data-big-mute-icon]:hover svg path {
850
530
  fill: #151515 !important;
851
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
852
- height: 0;
531
+ }*,
532
+ :focus,
533
+ :visited {
534
+ outline: none !important;
853
535
  }
854
536
 
855
- .skip_time_plugin[data-skip-time] {
856
- position: absolute;
857
- width: 100%;
858
- height: calc(100% - 50px);
859
- z-index: 9998;
860
- background-color: transparent;
861
- font-family: Roboto, "Open Sans", Arial, sans-serif;
537
+ .media-control-audiotracks {
538
+ position: relative;
862
539
  }
863
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
864
- width: 100%;
865
- height: 100%;
540
+ .media-control-audiotracks button {
541
+ background-color: transparent;
542
+ color: #fff;
543
+ -webkit-font-smoothing: antialiased;
544
+ border: none;
545
+ cursor: pointer;
866
546
  display: flex;
867
- justify-content: space-between;
547
+ align-items: center;
548
+ padding: 0;
549
+ }
550
+ .media-control-audiotracks button .audio-text {
551
+ text-overflow: ellipsis;
552
+ overflow: hidden;
553
+ white-space: nowrap;
554
+ max-width: 100px;
555
+ background-color: transparent;
556
+ -webkit-font-smoothing: antialiased;
557
+ border: none;
558
+ cursor: pointer;
559
+ }
560
+ .media-control-audiotracks button:hover {
561
+ color: white;
562
+ }
563
+ .media-control-audiotracks button.changing {
564
+ animation: pulse 0.5s infinite alternate;
565
+ }
566
+ .media-control-audiotracks button span.audio-arrow {
567
+ width: 9px;
568
+ height: 6px;
569
+ margin-left: 5px;
570
+ }
571
+ .media-control-audiotracks .menu {
572
+ max-width: 114px;
573
+ list-style-type: none;
574
+ position: absolute;
575
+ background-color: rgba(74, 74, 74, 0.6);
576
+ border: none;
577
+ min-width: 60px;
578
+ border-radius: 4px;
579
+ bottom: 40px;
580
+ right: -2px;
581
+ }
582
+ .media-control-audiotracks .menu.hidden {
583
+ display: none;
584
+ }
585
+ .media-control-audiotracks li {
586
+ font-size: var(--font-size-media-controls-dropdown);
587
+ text-align: right;
588
+ height: 30px;
589
+ }
590
+ .media-control-audiotracks li[data-title] {
591
+ background-color: #c3c2c2;
592
+ padding: 5px;
593
+ }
594
+ .media-control-audiotracks li a {
595
+ display: block;
596
+ text-decoration: none;
597
+ text-overflow: ellipsis;
598
+ overflow: hidden;
599
+ white-space: nowrap;
600
+ height: 30px;
601
+ padding: 5px 10px;
602
+ color: #fffffe;
603
+ }
604
+ .media-control-audiotracks li a:hover {
605
+ text-decoration: none;
606
+ background-color: rgba(0, 0, 0, 0.4);
607
+ color: white;
608
+ }
609
+ .media-control-audiotracks li.current a {
610
+ color: #f00;
611
+ }
612
+ .media-control-audiotracks li:first-child a {
613
+ border-bottom-left-radius: 4px;
614
+ border-bottom-right-radius: 4px;
868
615
  }
869
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
870
- width: 33.3%;
871
- height: 100%;
616
+ .media-control-audiotracks li:last-child a {
617
+ border-top-left-radius: 4px;
618
+ border-top-right-radius: 4px;
619
+ }
620
+
621
+ @keyframes pulse {
622
+ 0% {
623
+ color: #fff;
624
+ }
625
+ 50% {
626
+ color: #ff0101;
627
+ }
628
+ 100% {
629
+ color: #B80000;
630
+ }
872
631
  }@charset "UTF-8";
873
632
  .media-control-clips {
874
633
  display: flex;
@@ -891,154 +650,174 @@
891
650
  }
892
651
  .media-control-clips .media-clip-text {
893
652
  max-width: 100px;
894
- }*, :focus, :visited {
895
- outline: none !important;
896
- }
897
-
898
- .multicamera[data-multicamera] {
899
- float: right;
900
- margin-top: 4px;
901
- position: relative;
902
- margin-right: 20px;
903
- width: 20px;
653
+ }.quality-levels li.disabled {
654
+ opacity: 0.5;
655
+ pointer-events: none;
904
656
  }
905
- .multicamera[data-multicamera] button {
906
- background-color: transparent;
907
- color: #fff;
908
- font-family: Roboto, "Open Sans", Arial, sans-serif;
909
- -webkit-font-smoothing: antialiased;
910
- border: none;
911
- font-size: 14px;
912
- padding: 0;
657
+ .quality-levels li.current {
658
+ background-color: #000;
659
+ }.media-control-pip {
660
+ order: 95;
661
+ display: flex;
913
662
  }
914
- .multicamera[data-multicamera] button svg {
663
+ .media-control-pip button {
915
664
  height: 20px;
916
- position: relative;
917
- margin-top: 6px;
918
665
  }
919
- .multicamera[data-multicamera] button:hover {
920
- color: #c9c9c9;
666
+ .media-control-pip button svg {
667
+ height: 20px;
668
+ }.dvr-controls[data-dvr] {
669
+ display: inline-block;
670
+ color: var(--player-dvr-color);
671
+ line-height: 32px;
672
+ font-size: 10px;
673
+ font-weight: bold;
674
+ margin-left: 6px;
675
+ height: 40px;
676
+ line-height: 40px;
677
+ margin-left: 0;
921
678
  }
922
- .multicamera[data-multicamera] button.changing {
923
- animation: pulse 0.5s infinite alternate;
679
+ .dvr-controls[data-dvr] .live-info {
680
+ cursor: default;
681
+ text-transform: uppercase;
924
682
  }
925
- .multicamera[data-multicamera] button span.quality-arrow {
926
- width: 9px;
927
- height: 6px;
928
- margin-top: 11px;
929
- margin-left: 5px;
683
+ .dvr-controls[data-dvr] .live-info:before {
684
+ content: "";
685
+ display: inline-block;
686
+ position: relative;
687
+ width: 7px;
688
+ height: 7px;
689
+ border-radius: 3.5px;
690
+ margin-right: 3.5px;
691
+ background-color: var(--player-live-color);
930
692
  }
931
- .multicamera[data-multicamera] > ul {
932
- padding: 6px 0;
933
- right: -24px;
934
- width: 245px;
935
- list-style-type: none;
936
- position: absolute;
937
- bottom: 48px;
938
- border-radius: 4px;
939
- display: none;
940
- background-color: rgba(74, 74, 74, 0.9);
693
+ .dvr-controls[data-dvr] .live-info.disabled {
694
+ opacity: 0.3;
941
695
  }
942
- .multicamera[data-multicamera] > ul::after {
943
- content: "";
944
- position: absolute;
945
- top: 100%;
946
- left: 85%;
947
- margin-left: -10px;
948
- width: 0;
949
- height: 0;
950
- border-top: 10px solid rgba(74, 74, 74, 0.9);
951
- border-right: 10px solid transparent;
952
- border-left: 10px solid transparent;
696
+ .dvr-controls[data-dvr] .live-info.disabled:before {
697
+ background-color: var(--player-dvr-color);
953
698
  }
954
- .multicamera[data-multicamera] li {
955
- font-size: 10px;
699
+ .dvr-controls[data-dvr] .live-button {
956
700
  cursor: pointer;
701
+ outline: none;
702
+ display: none;
703
+ border: 0;
704
+ color: var(--player-dvr-color);
705
+ background-color: transparent;
706
+ height: 32px;
707
+ padding: 0;
708
+ opacity: 0.7;
709
+ text-transform: uppercase;
710
+ transition: all 0.1s ease;
957
711
  }
958
- .multicamera[data-multicamera] li .multicamera-item {
959
- display: flex;
960
- padding: 10px 0;
961
- justify-content: center;
712
+ .dvr-controls[data-dvr] .live-button:before {
713
+ content: "";
714
+ display: inline-block;
962
715
  position: relative;
716
+ width: 7px;
717
+ height: 7px;
718
+ border-radius: 3.5px;
719
+ margin-right: 3.5px;
720
+ background-color: var(--player-dvr-color);
963
721
  }
964
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
965
- pointer-events: none;
966
- }
967
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
968
- opacity: 0.5;
969
- }
970
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
971
- opacity: 0.5;
972
- }
973
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
974
- background-color: rgba(0, 0, 0, 0);
722
+ .dvr-controls[data-dvr] .live-button:hover {
723
+ opacity: 1;
724
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
975
725
  }
976
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
977
- background-color: rgba(0, 0, 0, 0.3);
726
+ .dvr-controls[data-dvr] .live-info {
727
+ font-size: 14px;
728
+ letter-spacing: 0.8px;
729
+ font-weight: 500;
730
+ color: #fffffe;
731
+ margin-left: 21px;
978
732
  }
979
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
980
- width: 80px;
981
- height: 60px;
733
+ .dvr-controls[data-dvr] .live-info::before {
734
+ width: 10px;
735
+ height: 10px;
736
+ border-radius: 50%;
737
+ margin-right: 8px;
738
+ background-color: #ed4f4a;
982
739
  }
983
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
984
- width: 80px;
985
- height: 60px;
740
+ .dvr-controls[data-dvr] .live-button {
741
+ height: 40px;
742
+ opacity: 1;
743
+ font-size: 14px;
744
+ letter-spacing: 0.8px;
745
+ font-weight: 500;
746
+ margin-left: 20px;
986
747
  }
987
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
988
- width: 120px;
989
- text-align: left;
990
- margin-left: 15px;
748
+ .dvr-controls[data-dvr] .live-button::before {
749
+ width: 10px;
750
+ height: 10px;
751
+ border-radius: 50%;
752
+ margin-right: 8px;
753
+ background-color: #cacaca;
754
+ }div.player-error-screen, [data-player] div.player-error-screen {
755
+ color: #CCCACA;
756
+ position: absolute;
757
+ top: 0;
758
+ height: 100%;
759
+ width: 100%;
760
+ background-color: rgba(0, 0, 0, 0.7);
761
+ z-index: 2000;
762
+ display: flex;
763
+ flex-direction: column;
764
+ justify-content: center;
991
765
  }
992
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
993
- width: 120px;
994
- height: 20px;
995
- font-family: Roboto, "Open Sans", Arial, sans-serif;
766
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
996
767
  font-size: 14px;
997
- font-weight: normal;
998
- font-style: normal;
999
- font-stretch: normal;
1000
- line-height: 1.43;
1001
- letter-spacing: normal;
1002
- text-align: left;
1003
- color: #fff;
1004
- text-overflow: ellipsis;
1005
- overflow: hidden;
768
+ color: #CCCACA;
769
+ margin-top: 45px;
1006
770
  }
1007
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1008
- opacity: 0.6;
771
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
772
+ font-weight: bold;
773
+ line-height: 30px;
774
+ font-size: 18px;
1009
775
  }
1010
- .multicamera[data-multicamera] li[data-title] {
1011
- background-color: #c3c2c2;
1012
- padding: 5px;
776
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
777
+ width: 90%;
778
+ margin: 0 auto;
1013
779
  }
1014
- .multicamera[data-multicamera] li a {
1015
- color: #444;
1016
- padding: 2px 10px;
1017
- display: block;
1018
- text-decoration: none;
780
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
781
+ font-size: 13px;
782
+ margin-top: 15px;
1019
783
  }
1020
- .multicamera[data-multicamera] li a:hover {
1021
- background-color: #555;
1022
- color: white;
784
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
785
+ cursor: pointer;
786
+ width: 30px;
787
+ margin: 15px auto 0;
788
+ }.seek-time[data-seek-time] {
789
+ position: absolute;
790
+ white-space: nowrap;
791
+ height: 20px;
792
+ line-height: 20px;
793
+ font-size: 0;
794
+ left: -100%;
795
+ bottom: 55px;
796
+ background-color: rgba(2, 2, 2, 0.5);
797
+ z-index: 9999;
798
+ transition: opacity 0.1s ease;
1023
799
  }
1024
- .multicamera[data-multicamera] li a:hover a {
800
+ .seek-time[data-seek-time].hidden[data-seek-time] {
801
+ opacity: 0;
802
+ }
803
+ .seek-time[data-seek-time] [data-seek-time] {
804
+ display: inline-block;
1025
805
  color: white;
1026
- text-decoration: none;
806
+ font-size: 10px;
807
+ padding-left: 7px;
808
+ padding-right: 7px;
809
+ vertical-align: top;
1027
810
  }
1028
- .multicamera[data-multicamera] li.current a {
1029
- color: #f00;
811
+ .seek-time[data-seek-time] [data-duration] {
812
+ display: inline-block;
813
+ color: rgba(255, 255, 255, 0.5);
814
+ font-size: 10px;
815
+ padding-right: 7px;
816
+ vertical-align: top;
1030
817
  }
1031
-
1032
- @keyframes pulse {
1033
- 0% {
1034
- color: #fff;
1035
- }
1036
- 50% {
1037
- color: #ff0101;
1038
- }
1039
- 100% {
1040
- color: #B80000;
1041
- }
818
+ .seek-time[data-seek-time] [data-duration]::before {
819
+ content: "|";
820
+ margin-right: 7px;
1042
821
  }[data-player] {
1043
822
  --bottom-panel: 40px;
1044
823
  }
@@ -1656,12 +1435,188 @@
1656
1435
  }
1657
1436
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1658
1437
  display: none !important;
1659
- }.quality-levels li.disabled {
1660
- opacity: 0.5;
1438
+ }*, :focus, :visited {
1439
+ outline: none !important;
1440
+ }
1441
+
1442
+ .multicamera[data-multicamera] {
1443
+ float: right;
1444
+ margin-top: 4px;
1445
+ position: relative;
1446
+ margin-right: 20px;
1447
+ width: 20px;
1448
+ }
1449
+ .multicamera[data-multicamera] button {
1450
+ background-color: transparent;
1451
+ color: #fff;
1452
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1453
+ -webkit-font-smoothing: antialiased;
1454
+ border: none;
1455
+ font-size: 14px;
1456
+ padding: 0;
1457
+ }
1458
+ .multicamera[data-multicamera] button svg {
1459
+ height: 20px;
1460
+ position: relative;
1461
+ margin-top: 6px;
1462
+ }
1463
+ .multicamera[data-multicamera] button:hover {
1464
+ color: #c9c9c9;
1465
+ }
1466
+ .multicamera[data-multicamera] button.changing {
1467
+ animation: pulse 0.5s infinite alternate;
1468
+ }
1469
+ .multicamera[data-multicamera] button span.quality-arrow {
1470
+ width: 9px;
1471
+ height: 6px;
1472
+ margin-top: 11px;
1473
+ margin-left: 5px;
1474
+ }
1475
+ .multicamera[data-multicamera] > ul {
1476
+ padding: 6px 0;
1477
+ right: -24px;
1478
+ width: 245px;
1479
+ list-style-type: none;
1480
+ position: absolute;
1481
+ bottom: 48px;
1482
+ border-radius: 4px;
1483
+ display: none;
1484
+ background-color: rgba(74, 74, 74, 0.9);
1485
+ }
1486
+ .multicamera[data-multicamera] > ul::after {
1487
+ content: "";
1488
+ position: absolute;
1489
+ top: 100%;
1490
+ left: 85%;
1491
+ margin-left: -10px;
1492
+ width: 0;
1493
+ height: 0;
1494
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1495
+ border-right: 10px solid transparent;
1496
+ border-left: 10px solid transparent;
1497
+ }
1498
+ .multicamera[data-multicamera] li {
1499
+ font-size: 10px;
1500
+ cursor: pointer;
1501
+ }
1502
+ .multicamera[data-multicamera] li .multicamera-item {
1503
+ display: flex;
1504
+ padding: 10px 0;
1505
+ justify-content: center;
1506
+ position: relative;
1507
+ }
1508
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1661
1509
  pointer-events: none;
1662
1510
  }
1663
- .quality-levels li.current {
1511
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1512
+ opacity: 0.5;
1513
+ }
1514
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1515
+ opacity: 0.5;
1516
+ }
1517
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1518
+ background-color: rgba(0, 0, 0, 0);
1519
+ }
1520
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1521
+ background-color: rgba(0, 0, 0, 0.3);
1522
+ }
1523
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1524
+ width: 80px;
1525
+ height: 60px;
1526
+ }
1527
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1528
+ width: 80px;
1529
+ height: 60px;
1530
+ }
1531
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1532
+ width: 120px;
1533
+ text-align: left;
1534
+ margin-left: 15px;
1535
+ }
1536
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1537
+ width: 120px;
1538
+ height: 20px;
1539
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1540
+ font-size: 14px;
1541
+ font-weight: normal;
1542
+ font-style: normal;
1543
+ font-stretch: normal;
1544
+ line-height: 1.43;
1545
+ letter-spacing: normal;
1546
+ text-align: left;
1547
+ color: #fff;
1548
+ text-overflow: ellipsis;
1549
+ overflow: hidden;
1550
+ }
1551
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1552
+ opacity: 0.6;
1553
+ }
1554
+ .multicamera[data-multicamera] li[data-title] {
1555
+ background-color: #c3c2c2;
1556
+ padding: 5px;
1557
+ }
1558
+ .multicamera[data-multicamera] li a {
1559
+ color: #444;
1560
+ padding: 2px 10px;
1561
+ display: block;
1562
+ text-decoration: none;
1563
+ }
1564
+ .multicamera[data-multicamera] li a:hover {
1565
+ background-color: #555;
1566
+ color: white;
1567
+ }
1568
+ .multicamera[data-multicamera] li a:hover a {
1569
+ color: white;
1570
+ text-decoration: none;
1571
+ }
1572
+ .multicamera[data-multicamera] li.current a {
1573
+ color: #f00;
1574
+ }
1575
+
1576
+ @keyframes pulse {
1577
+ 0% {
1578
+ color: #fff;
1579
+ }
1580
+ 50% {
1581
+ color: #ff0101;
1582
+ }
1583
+ 100% {
1584
+ color: #B80000;
1585
+ }
1586
+ }.player-poster[data-poster] {
1587
+ display: flex;
1588
+ justify-content: center;
1589
+ align-items: center;
1590
+ position: absolute;
1591
+ height: 100%;
1592
+ width: 100%;
1593
+ z-index: 998;
1594
+ top: 0;
1595
+ left: 0;
1664
1596
  background-color: #000;
1597
+ background-size: cover;
1598
+ background-repeat: no-repeat;
1599
+ background-position: 50% 50%;
1600
+ }
1601
+ .player-poster[data-poster].clickable {
1602
+ cursor: pointer;
1603
+ }
1604
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1605
+ opacity: 1;
1606
+ }
1607
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1608
+ width: 100%;
1609
+ height: 25%;
1610
+ margin: 0 auto;
1611
+ opacity: 0.75;
1612
+ transition: opacity 0.1s ease;
1613
+ }
1614
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1615
+ height: 100%;
1616
+ display: inline;
1617
+ }
1618
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1619
+ fill: #fff;
1665
1620
  }.share_plugin[data-share] {
1666
1621
  pointer-events: auto;
1667
1622
  z-index: 5;
@@ -1745,112 +1700,112 @@
1745
1700
  display: inline-block;
1746
1701
  margin-right: 5px;
1747
1702
  cursor: pointer;
1748
- }.spinner-three-bounce[data-spinner] {
1703
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1704
+ order: 99;
1705
+ height: 20px;
1706
+ }
1707
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1749
1708
  position: absolute;
1750
- width: 70px;
1751
- text-align: center;
1752
- z-index: 999;
1753
- left: 0;
1754
- right: 0;
1755
- margin: 0 auto;
1756
- margin-left: auto;
1757
- margin-right: auto;
1758
- /* center vertically */
1759
- top: 50%;
1760
- transform: translateY(-50%);
1709
+ right: 16px;
1710
+ bottom: 52px;
1711
+ width: 250px;
1712
+ min-height: 48px;
1713
+ z-index: 9999;
1714
+ border-radius: 4px;
1761
1715
  }
1762
- .spinner-three-bounce[data-spinner] > div {
1763
- width: 18px;
1764
- height: 18px;
1765
- background-color: #FFF;
1766
- border-radius: 100%;
1716
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1717
+ padding: 8px 0;
1718
+ }
1719
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1720
+ margin: 0;
1721
+ text-align: left;
1722
+ line-height: 22px;
1723
+ padding: 5px 14px;
1724
+ width: 250px;
1725
+ font-size: 12px;
1726
+ display: flex;
1727
+ align-items: center;
1728
+ justify-content: flex-start;
1729
+ gap: 8px;
1730
+ }
1731
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
1732
+ flex: 24px 0 0;
1733
+ height: 24px;
1734
+ }
1735
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
1736
+ visibility: hidden;
1767
1737
  display: inline-block;
1768
- animation: bouncedelay 1.4s infinite ease-in-out;
1769
- /* Prevent first frame from flickering when animation starts */
1770
- animation-fill-mode: both;
1771
1738
  }
1772
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1773
- animation-delay: -0.32s;
1739
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
1740
+ flex: 0 1 100%;
1774
1741
  }
1775
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1776
- animation-delay: -0.16s;
1742
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
1743
+ flex: 0 0 14px;
1744
+ height: 24px;
1745
+ }
1746
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
1747
+ flex: 1 0 auto;
1748
+ }*, :focus, :visited {
1749
+ outline: none !important;
1777
1750
  }
1778
1751
 
1779
- @keyframes bouncedelay {
1780
- 0%, 80%, 100% {
1781
- transform: scale(0);
1782
- }
1783
- 40% {
1784
- transform: scale(1);
1785
- }
1786
- }div.player-error-screen, [data-player] div.player-error-screen {
1787
- color: #CCCACA;
1788
- position: absolute;
1789
- top: 0;
1790
- height: 100%;
1752
+ .gear-wrapper .go-back {
1753
+ font-weight: 600;
1754
+ font-size: 14px;
1755
+ line-height: 20px;
1791
1756
  width: 100%;
1792
- background-color: rgba(0, 0, 0, 0.7);
1793
- z-index: 2000;
1794
- display: flex;
1795
- flex-direction: column;
1796
- justify-content: center;
1757
+ text-align: left;
1758
+ padding: 12px;
1797
1759
  }
1798
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1799
- font-size: 14px;
1800
- color: #CCCACA;
1801
- margin-top: 45px;
1760
+ .gear-wrapper .go-back .arrow-left-icon {
1761
+ float: left;
1762
+ padding-top: 2px;
1763
+ padding-right: 2px;
1802
1764
  }
1803
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1804
- font-weight: bold;
1805
- line-height: 30px;
1806
- font-size: 18px;
1765
+ .gear-wrapper .go-back .arrow-left-icon svg {
1766
+ height: 16px;
1807
1767
  }
1808
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1809
- width: 90%;
1810
- margin: 0 auto;
1768
+ .gear-wrapper ul.gear-sub-menu {
1769
+ width: 100%;
1770
+ list-style-type: none;
1771
+ min-width: 60px;
1772
+ border-top: 2px solid rgb(36, 36, 36);
1811
1773
  }
1812
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1813
- font-size: 13px;
1814
- margin-top: 15px;
1774
+ .gear-wrapper ul.gear-sub-menu li {
1775
+ font-size: 12px;
1776
+ text-align: left;
1815
1777
  }
1816
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1817
- cursor: pointer;
1818
- width: 30px;
1819
- margin: 15px auto 0;
1820
- }.player-poster[data-poster] {
1821
- display: flex;
1822
- justify-content: center;
1823
- align-items: center;
1824
- position: absolute;
1825
- height: 100%;
1826
- width: 100%;
1827
- z-index: 998;
1828
- top: 0;
1829
- left: 0;
1830
- background-color: #000;
1831
- background-size: cover;
1832
- background-repeat: no-repeat;
1833
- background-position: 50% 50%;
1778
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
1779
+ background-color: #c3c2c2;
1780
+ padding: 5px;
1834
1781
  }
1835
- .player-poster[data-poster].clickable {
1836
- cursor: pointer;
1782
+ .gear-wrapper ul.gear-sub-menu li a {
1783
+ display: block;
1784
+ text-decoration: none;
1785
+ height: 32px;
1786
+ padding: 5px 10px;
1787
+ line-height: 22px;
1788
+ color: #fffffe;
1837
1789
  }
1838
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1839
- opacity: 1;
1790
+ .gear-wrapper ul.gear-sub-menu li a:hover {
1791
+ color: white;
1792
+ background-color: rgba(0, 0, 0, 0.4);
1840
1793
  }
1841
- .player-poster[data-poster] .play-wrapper[data-poster] {
1842
- width: 100%;
1843
- height: 25%;
1844
- margin: 0 auto;
1845
- opacity: 0.75;
1846
- transition: opacity 0.1s ease;
1794
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
1795
+ color: white;
1796
+ text-decoration: none;
1847
1797
  }
1848
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1849
- height: 100%;
1850
- display: inline;
1798
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
1799
+ width: 30px;
1800
+ height: 20px;
1801
+ float: left;
1802
+ display: block;
1851
1803
  }
1852
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1853
- fill: #fff;
1804
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1805
+ display: none;
1806
+ }
1807
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1808
+ display: inline;
1854
1809
  }.scrub-thumbnails {
1855
1810
  position: absolute;
1856
1811
  bottom: 52px;
@@ -1912,48 +1867,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1912
1867
  }
1913
1868
  .scrub-thumbnails .backdrop .carousel img {
1914
1869
  width: auto;
1915
- }.media-control-pip {
1916
- order: 95;
1917
- display: flex;
1870
+ }.context-menu {
1871
+ z-index: 999;
1872
+ position: absolute;
1873
+ top: 0;
1874
+ left: 0;
1875
+ text-align: center;
1918
1876
  }
1919
- .media-control-pip button {
1920
- height: 20px;
1877
+ .context-menu .context-menu-list {
1878
+ font-family: "Proxima Nova", sans-serif;
1879
+ font-size: 12px;
1880
+ line-height: 12px;
1881
+ list-style-type: none;
1882
+ text-align: left;
1883
+ padding: 5px;
1884
+ margin-left: auto;
1885
+ margin-right: auto;
1886
+ background-color: rgba(0, 0, 0, 0.75);
1887
+ border: 1px solid #666;
1888
+ border-radius: 4px;
1921
1889
  }
1922
- .media-control-pip button svg {
1890
+ .context-menu .context-menu-list-item button {
1891
+ border: none;
1892
+ background-color: transparent;
1893
+ padding: 0;
1894
+ color: white;
1895
+ display: flex;
1896
+ gap: 8px;
1897
+ align-items: center;
1898
+ justify-content: center;
1899
+ cursor: pointer;
1900
+ padding: 5px;
1901
+ width: 100%;
1902
+ }
1903
+ .context-menu .context-menu-list-item_icon {
1904
+ width: 20px;
1923
1905
  height: 20px;
1924
- }.seek-time[data-seek-time] {
1906
+ }.player-logo[data-logo] {
1925
1907
  position: absolute;
1926
- white-space: nowrap;
1927
- height: 20px;
1928
- line-height: 20px;
1929
- font-size: 0;
1930
- left: -100%;
1931
- bottom: 55px;
1932
- background-color: rgba(2, 2, 2, 0.5);
1933
- z-index: 9999;
1934
- transition: opacity 0.1s ease;
1908
+ z-index: 2;
1909
+ width: 100%;
1910
+ height: 100%;
1935
1911
  }
1936
- .seek-time[data-seek-time].hidden[data-seek-time] {
1937
- opacity: 0;
1912
+
1913
+ .clappr-logo {
1914
+ position: absolute;
1915
+ }.spinner-three-bounce[data-spinner] {
1916
+ position: absolute;
1917
+ width: 70px;
1918
+ text-align: center;
1919
+ z-index: 999;
1920
+ left: 0;
1921
+ right: 0;
1922
+ margin: 0 auto;
1923
+ margin-left: auto;
1924
+ margin-right: auto;
1925
+ /* center vertically */
1926
+ top: 50%;
1927
+ transform: translateY(-50%);
1938
1928
  }
1939
- .seek-time[data-seek-time] [data-seek-time] {
1929
+ .spinner-three-bounce[data-spinner] > div {
1930
+ width: 18px;
1931
+ height: 18px;
1932
+ background-color: #FFF;
1933
+ border-radius: 100%;
1940
1934
  display: inline-block;
1941
- color: white;
1942
- font-size: 10px;
1943
- padding-left: 7px;
1944
- padding-right: 7px;
1945
- vertical-align: top;
1935
+ animation: bouncedelay 1.4s infinite ease-in-out;
1936
+ /* Prevent first frame from flickering when animation starts */
1937
+ animation-fill-mode: both;
1946
1938
  }
1947
- .seek-time[data-seek-time] [data-duration] {
1948
- display: inline-block;
1949
- color: rgba(255, 255, 255, 0.5);
1950
- font-size: 10px;
1951
- padding-right: 7px;
1952
- vertical-align: top;
1939
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1940
+ animation-delay: -0.32s;
1953
1941
  }
1954
- .seek-time[data-seek-time] [data-duration]::before {
1955
- content: "|";
1956
- margin-right: 7px;
1942
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1943
+ animation-delay: -0.16s;
1944
+ }
1945
+
1946
+ @keyframes bouncedelay {
1947
+ 0%, 80%, 100% {
1948
+ transform: scale(0);
1949
+ }
1950
+ 40% {
1951
+ transform: scale(1);
1952
+ }
1957
1953
  }*,
1958
1954
  :focus,
1959
1955
  :visited {
@@ -2028,13 +2024,25 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2028
2024
  .ios-fullscreen::cue {
2029
2025
  visibility: visible !important;
2030
2026
  font-size: 1em !important;
2031
- }.player-logo[data-logo] {
2027
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
2028
+ height: 0;
2029
+ }
2030
+
2031
+ .skip_time_plugin[data-skip-time] {
2032
2032
  position: absolute;
2033
- z-index: 2;
2033
+ width: 100%;
2034
+ height: calc(100% - 50px);
2035
+ z-index: 9998;
2036
+ background-color: transparent;
2037
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2038
+ }
2039
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2034
2040
  width: 100%;
2035
2041
  height: 100%;
2042
+ display: flex;
2043
+ justify-content: space-between;
2036
2044
  }
2037
-
2038
- .clappr-logo {
2039
- position: absolute;
2045
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2046
+ width: 33.3%;
2047
+ height: 100%;
2040
2048
  }