@gcorevideo/player 2.22.25 → 2.22.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,6 +122,161 @@
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
+ }.big-mute-icon-wrapper[data-big-mute] {
232
+ position: absolute;
233
+ z-index: 9998;
234
+ background-color: transparent;
235
+ display: flex;
236
+ justify-content: center;
237
+ width: 100%;
238
+ height: calc(100% - 50px);
239
+ margin: 0 auto;
240
+ opacity: 0.75;
241
+ transition: opacity 0.1s ease;
242
+ pointer-events: auto;
243
+ }
244
+ .big-mute-icon-wrapper[data-big-mute].hide {
245
+ display: none;
246
+ }
247
+ .big-mute-icon-wrapper[data-big-mute]:hover {
248
+ cursor: pointer;
249
+ }
250
+
251
+ .big-mute-icon[data-big-mute-icon] {
252
+ display: flex;
253
+ align-items: center;
254
+ justify-content: center;
255
+ align-self: center;
256
+ width: 120px;
257
+ height: 120px;
258
+ border: 2px solid white;
259
+ border-radius: 50%;
260
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
261
+ filter: alpha(opacity=60);
262
+ opacity: 1;
263
+ box-shadow: 0 0 1px 0 white;
264
+ background: rgba(240, 243, 247, 0.9411764706);
265
+ z-index: 10000;
266
+ }
267
+ .big-mute-icon[data-big-mute-icon] svg {
268
+ margin-left: 5px;
269
+ width: 80px;
270
+ height: 80px;
271
+ }
272
+ .big-mute-icon[data-big-mute-icon] svg path {
273
+ fill: #1f1e1e !important;
274
+ }
275
+ .big-mute-icon[data-big-mute-icon]:hover {
276
+ background: rgba(240, 243, 247, 0.8784313725);
277
+ }
278
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
279
+ fill: #151515 !important;
125
280
  }*,
126
281
  :focus,
127
282
  :visited {
@@ -222,302 +377,57 @@
222
377
  100% {
223
378
  color: #B80000;
224
379
  }
225
- }.big-mute-icon-wrapper[data-big-mute] {
380
+ }.context-menu {
381
+ z-index: 999;
226
382
  position: absolute;
227
- z-index: 9998;
228
- background-color: transparent;
229
- display: flex;
230
- justify-content: center;
231
- width: 100%;
232
- height: calc(100% - 50px);
233
- margin: 0 auto;
234
- opacity: 0.75;
235
- transition: opacity 0.1s ease;
236
- pointer-events: auto;
237
- }
238
- .big-mute-icon-wrapper[data-big-mute].hide {
239
- display: none;
383
+ top: 0;
384
+ left: 0;
385
+ text-align: center;
240
386
  }
241
- .big-mute-icon-wrapper[data-big-mute]:hover {
242
- cursor: pointer;
387
+ .context-menu .context-menu-list {
388
+ font-family: "Proxima Nova", sans-serif;
389
+ font-size: 12px;
390
+ line-height: 12px;
391
+ list-style-type: none;
392
+ text-align: left;
393
+ padding: 5px;
394
+ margin-left: auto;
395
+ margin-right: auto;
396
+ background-color: rgba(0, 0, 0, 0.75);
397
+ border: 1px solid #666;
398
+ border-radius: 4px;
243
399
  }
244
-
245
- .big-mute-icon[data-big-mute-icon] {
400
+ .context-menu .context-menu-list-item button {
401
+ border: none;
402
+ background-color: transparent;
403
+ padding: 0;
404
+ color: white;
246
405
  display: flex;
406
+ gap: 8px;
247
407
  align-items: center;
248
408
  justify-content: center;
249
- align-self: center;
250
- width: 120px;
251
- height: 120px;
252
- border: 2px solid white;
253
- border-radius: 50%;
254
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
255
- filter: alpha(opacity=60);
256
- opacity: 1;
257
- box-shadow: 0 0 1px 0 white;
258
- background: rgba(240, 243, 247, 0.9411764706);
259
- z-index: 10000;
260
- }
261
- .big-mute-icon[data-big-mute-icon] svg {
262
- margin-left: 5px;
263
- width: 80px;
264
- height: 80px;
265
- }
266
- .big-mute-icon[data-big-mute-icon] svg path {
267
- fill: #1f1e1e !important;
268
- }
269
- .big-mute-icon[data-big-mute-icon]:hover {
270
- background: rgba(240, 243, 247, 0.8784313725);
271
- }
272
- .big-mute-icon[data-big-mute-icon]:hover svg path {
273
- fill: #151515 !important;
274
- }*, :focus, :visited {
275
- outline: none !important;
276
- }
277
-
278
- .gear-wrapper .go-back {
279
- font-weight: 600;
280
- font-size: 14px;
281
- line-height: 20px;
409
+ cursor: pointer;
410
+ padding: 5px;
282
411
  width: 100%;
283
- text-align: left;
284
- padding: 12px;
285
412
  }
286
- .gear-wrapper .go-back .arrow-left-icon {
287
- float: left;
288
- padding-top: 2px;
289
- padding-right: 2px;
413
+ .context-menu .context-menu-list-item_icon {
414
+ width: 20px;
415
+ height: 20px;
416
+ }:root {
417
+ --primary-background-color: #000;
418
+ --secondary-background-color: #262626;
419
+ --primary-text-color: #fff;
420
+ --secondary-text-color: #fff4f2;
421
+ --hover-text-color: #f9b090;
422
+ --speedtest-red: #df564d;
423
+ --speedtest-orange: #df934d;
424
+ --speedtest-yellow: #dfd04d;
425
+ --speedtest-light-green: #c2df4d;
426
+ --speedtest-green: #73df4d;
290
427
  }
291
- .gear-wrapper .go-back .arrow-left-icon svg {
292
- height: 16px;
293
- }
294
- .gear-wrapper ul.gear-sub-menu {
295
- width: 100%;
296
- list-style-type: none;
297
- min-width: 60px;
298
- border-top: 2px solid rgb(36, 36, 36);
299
- }
300
- .gear-wrapper ul.gear-sub-menu li {
301
- font-size: 12px;
302
- text-align: left;
303
- }
304
- .gear-wrapper ul.gear-sub-menu li[data-title] {
305
- background-color: #c3c2c2;
306
- padding: 5px;
307
- }
308
- .gear-wrapper ul.gear-sub-menu li a {
309
- display: block;
310
- text-decoration: none;
311
- height: 32px;
312
- padding: 5px 10px;
313
- line-height: 22px;
314
- color: #fffffe;
315
- }
316
- .gear-wrapper ul.gear-sub-menu li a:hover {
317
- color: white;
318
- background-color: rgba(0, 0, 0, 0.4);
319
- }
320
- .gear-wrapper ul.gear-sub-menu li a:hover a {
321
- color: white;
322
- text-decoration: none;
323
- }
324
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
325
- width: 30px;
326
- height: 20px;
327
- float: left;
328
- display: block;
329
- }
330
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
331
- display: none;
332
- }
333
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
334
- display: inline;
335
- }.context-menu {
336
- z-index: 999;
337
- position: absolute;
338
- top: 0;
339
- left: 0;
340
- text-align: center;
341
- }
342
- .context-menu .context-menu-list {
343
- font-family: "Proxima Nova", sans-serif;
344
- font-size: 12px;
345
- line-height: 12px;
346
- list-style-type: none;
347
- text-align: left;
348
- padding: 5px;
349
- margin-left: auto;
350
- margin-right: auto;
351
- background-color: rgba(0, 0, 0, 0.75);
352
- border: 1px solid #666;
353
- border-radius: 4px;
354
- }
355
- .context-menu .context-menu-list-item button {
356
- border: none;
357
- background-color: transparent;
358
- padding: 0;
359
- color: white;
360
- display: flex;
361
- gap: 8px;
362
- align-items: center;
363
- justify-content: center;
364
- cursor: pointer;
365
- padding: 5px;
366
- width: 100%;
367
- }
368
- .context-menu .context-menu-list-item_icon {
369
- width: 20px;
370
- height: 20px;
371
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
372
- order: 99;
373
- height: 20px;
374
- }
375
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
376
- position: absolute;
377
- right: 16px;
378
- bottom: 52px;
379
- width: 250px;
380
- min-height: 48px;
381
- z-index: 9999;
382
- border-radius: 4px;
383
- }
384
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
385
- padding: 8px 0;
386
- }
387
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
388
- margin: 0;
389
- text-align: left;
390
- line-height: 22px;
391
- padding: 5px 14px;
392
- width: 250px;
393
- font-size: 12px;
394
- display: flex;
395
- align-items: center;
396
- justify-content: flex-start;
397
- gap: 8px;
398
- }
399
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
400
- flex: 24px 0 0;
401
- height: 24px;
402
- }
403
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
404
- visibility: hidden;
405
- display: inline-block;
406
- }
407
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
408
- flex: 0 1 100%;
409
- }
410
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
411
- flex: 0 0 14px;
412
- height: 24px;
413
- }
414
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
415
- flex: 1 0 auto;
416
- }@charset "UTF-8";
417
- .media-control-clips {
418
- display: flex;
419
- gap: 6px;
420
- }
421
- .media-control-clips .media-clip-text {
422
- text-overflow: ellipsis;
423
- white-space: nowrap;
424
- overflow: hidden;
425
- display: inline-block;
426
- text-overflow: ellipsis;
427
- color: white;
428
- cursor: default;
429
- line-height: var(--bottom-panel);
430
- position: relative;
431
- }
432
- .media-control-clips .media-clip-text::before {
433
- content: "•";
434
- padding-right: 6px;
435
- }
436
- .media-control-clips .media-clip-text {
437
- max-width: 100px;
438
- }.player-poster[data-poster] {
439
- display: flex;
440
- justify-content: center;
441
- align-items: center;
442
- position: absolute;
443
- height: 100%;
444
- width: 100%;
445
- z-index: 998;
446
- top: 0;
447
- left: 0;
448
- background-color: #000;
449
- background-size: cover;
450
- background-repeat: no-repeat;
451
- background-position: 50% 50%;
452
- }
453
- .player-poster[data-poster].clickable {
454
- cursor: pointer;
455
- }
456
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
457
- opacity: 1;
458
- }
459
- .player-poster[data-poster] .play-wrapper[data-poster] {
460
- width: 100%;
461
- height: 25%;
462
- margin: 0 auto;
463
- opacity: 0.75;
464
- transition: opacity 0.1s ease;
465
- }
466
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
467
- height: 100%;
468
- display: inline;
469
- }
470
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
471
- fill: #fff;
472
- }div.player-error-screen, [data-player] div.player-error-screen {
473
- color: #CCCACA;
474
- position: absolute;
475
- top: 0;
476
- height: 100%;
477
- width: 100%;
478
- background-color: rgba(0, 0, 0, 0.7);
479
- z-index: 2000;
480
- display: flex;
481
- flex-direction: column;
482
- justify-content: center;
483
- }
484
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
485
- font-size: 14px;
486
- color: #CCCACA;
487
- margin-top: 45px;
488
- }
489
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
490
- font-weight: bold;
491
- line-height: 30px;
492
- font-size: 18px;
493
- }
494
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
495
- width: 90%;
496
- margin: 0 auto;
497
- }
498
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
499
- font-size: 13px;
500
- margin-top: 15px;
501
- }
502
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
503
- cursor: pointer;
504
- width: 30px;
505
- margin: 15px auto 0;
506
- }:root {
507
- --primary-background-color: #000;
508
- --secondary-background-color: #262626;
509
- --primary-text-color: #fff;
510
- --secondary-text-color: #fff4f2;
511
- --hover-text-color: #f9b090;
512
- --speedtest-red: #df564d;
513
- --speedtest-orange: #df934d;
514
- --speedtest-yellow: #dfd04d;
515
- --speedtest-light-green: #c2df4d;
516
- --speedtest-green: #73df4d;
517
- }
518
-
519
- .clappr-nerd-stats {
520
- cursor: default;
428
+
429
+ .clappr-nerd-stats {
430
+ cursor: default;
521
431
  }
522
432
  .clappr-nerd-stats .stats-box {
523
433
  position: absolute;
@@ -809,63 +719,389 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
809
719
  .speedtest-footer .speedtest-footer-refresh:hover {
810
720
  color: var(--hover-text-color);
811
721
  }
812
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
813
- fill: var(--hover-text-color);
722
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
723
+ fill: var(--hover-text-color);
724
+ }
725
+
726
+ .mobile .clappr-nerd-stats .stats-box {
727
+ position: fixed;
728
+ height: auto;
729
+ width: auto;
730
+ inset: 0;
731
+ min-width: 100vw;
732
+ padding-bottom: 4px;
733
+ padding-left: 4px;
734
+ padding-right: 4px;
735
+ }
736
+ .mobile .clappr-nerd-stats .stats-box-top {
737
+ position: fixed;
738
+ }
739
+ .mobile .clappr-nerd-stats .stats-box-main ul {
740
+ flex: 0 1 50%;
741
+ }
742
+
743
+ @media only screen and (orientation: portrait) {
744
+ .mobile .speedtest-summary {
745
+ padding: 0 5px;
746
+ height: auto;
747
+ }
748
+ .mobile .speedtest-summary-block {
749
+ width: 100%;
750
+ flex-direction: column;
751
+ }
752
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
753
+ width: 100%;
754
+ }
755
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
756
+ width: 100%;
757
+ }
758
+ .mobile .speedtest-summary-header {
759
+ padding-top: 12px;
760
+ height: 38px;
761
+ text-align: center;
762
+ }
763
+ .mobile .speedtest-quality-header {
764
+ text-align: center;
765
+ }
766
+ .mobile .speedtest-footer .speedtest-footer-refresh {
767
+ inset: 50% auto auto 50%;
768
+ transform: translate(-50%, -50%);
769
+ }
770
+ }
771
+ @media only screen and (orientation: landscape) {
772
+ .mobile .clappr-nerd-stats .stats-box-main ul {
773
+ flex-basis: 1fr;
774
+ }
775
+ }
776
+ @media only screen and (min-width: 1100px) {
777
+ .fullscreen .clappr-nerd-stats .stats-box {
778
+ top: unset;
779
+ }
780
+ }.dvr-controls[data-dvr] {
781
+ display: inline-block;
782
+ color: var(--player-dvr-color);
783
+ line-height: 32px;
784
+ font-size: 10px;
785
+ font-weight: bold;
786
+ margin-left: 6px;
787
+ height: 40px;
788
+ line-height: 40px;
789
+ margin-left: 0;
790
+ }
791
+ .dvr-controls[data-dvr] .live-info {
792
+ cursor: default;
793
+ text-transform: uppercase;
794
+ }
795
+ .dvr-controls[data-dvr] .live-info:before {
796
+ content: "";
797
+ display: inline-block;
798
+ position: relative;
799
+ width: 7px;
800
+ height: 7px;
801
+ border-radius: 3.5px;
802
+ margin-right: 3.5px;
803
+ background-color: var(--player-live-color);
804
+ }
805
+ .dvr-controls[data-dvr] .live-info.disabled {
806
+ opacity: 0.3;
807
+ }
808
+ .dvr-controls[data-dvr] .live-info.disabled:before {
809
+ background-color: var(--player-dvr-color);
810
+ }
811
+ .dvr-controls[data-dvr] .live-button {
812
+ cursor: pointer;
813
+ outline: none;
814
+ display: none;
815
+ border: 0;
816
+ color: var(--player-dvr-color);
817
+ background-color: transparent;
818
+ height: 32px;
819
+ padding: 0;
820
+ opacity: 0.7;
821
+ text-transform: uppercase;
822
+ transition: all 0.1s ease;
823
+ }
824
+ .dvr-controls[data-dvr] .live-button:before {
825
+ content: "";
826
+ display: inline-block;
827
+ position: relative;
828
+ width: 7px;
829
+ height: 7px;
830
+ border-radius: 3.5px;
831
+ margin-right: 3.5px;
832
+ background-color: var(--player-dvr-color);
833
+ }
834
+ .dvr-controls[data-dvr] .live-button:hover {
835
+ opacity: 1;
836
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
837
+ }
838
+ .dvr-controls[data-dvr] .live-info {
839
+ font-size: 14px;
840
+ letter-spacing: 0.8px;
841
+ font-weight: 500;
842
+ color: #fffffe;
843
+ margin-left: 21px;
844
+ }
845
+ .dvr-controls[data-dvr] .live-info::before {
846
+ width: 10px;
847
+ height: 10px;
848
+ border-radius: 50%;
849
+ margin-right: 8px;
850
+ background-color: #ed4f4a;
851
+ }
852
+ .dvr-controls[data-dvr] .live-button {
853
+ height: 40px;
854
+ opacity: 1;
855
+ font-size: 14px;
856
+ letter-spacing: 0.8px;
857
+ font-weight: 500;
858
+ margin-left: 20px;
859
+ }
860
+ .dvr-controls[data-dvr] .live-button::before {
861
+ width: 10px;
862
+ height: 10px;
863
+ border-radius: 50%;
864
+ margin-right: 8px;
865
+ background-color: #cacaca;
866
+ }.media-control-pip {
867
+ order: 95;
868
+ display: flex;
869
+ }
870
+ .media-control-pip button {
871
+ height: 20px;
872
+ }
873
+ .media-control-pip button svg {
874
+ height: 20px;
875
+ }.quality-levels li.disabled {
876
+ opacity: 0.5;
877
+ pointer-events: none;
878
+ }
879
+ .quality-levels li.current {
880
+ background-color: #000;
881
+ }.player-poster[data-poster] {
882
+ display: flex;
883
+ justify-content: center;
884
+ align-items: center;
885
+ position: absolute;
886
+ height: 100%;
887
+ width: 100%;
888
+ z-index: 998;
889
+ top: 0;
890
+ left: 0;
891
+ background-color: #000;
892
+ background-size: cover;
893
+ background-repeat: no-repeat;
894
+ background-position: 50% 50%;
895
+ }
896
+ .player-poster[data-poster].clickable {
897
+ cursor: pointer;
898
+ }
899
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
900
+ opacity: 1;
901
+ }
902
+ .player-poster[data-poster] .play-wrapper[data-poster] {
903
+ width: 100%;
904
+ height: 25%;
905
+ margin: 0 auto;
906
+ opacity: 0.75;
907
+ transition: opacity 0.1s ease;
908
+ }
909
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
910
+ height: 100%;
911
+ display: inline;
912
+ }
913
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
914
+ fill: #fff;
915
+ }@charset "UTF-8";
916
+ .media-control-clips {
917
+ display: flex;
918
+ gap: 6px;
919
+ }
920
+ .media-control-clips .media-clip-text {
921
+ text-overflow: ellipsis;
922
+ white-space: nowrap;
923
+ overflow: hidden;
924
+ display: inline-block;
925
+ text-overflow: ellipsis;
926
+ color: white;
927
+ cursor: default;
928
+ line-height: var(--bottom-panel);
929
+ position: relative;
930
+ }
931
+ .media-control-clips .media-clip-text::before {
932
+ content: "•";
933
+ padding-right: 6px;
934
+ }
935
+ .media-control-clips .media-clip-text {
936
+ max-width: 100px;
937
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
938
+ height: 0;
939
+ }
940
+
941
+ .skip_time_plugin[data-skip-time] {
942
+ position: absolute;
943
+ width: 100%;
944
+ height: calc(100% - 50px);
945
+ z-index: 9998;
946
+ background-color: transparent;
947
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
948
+ }
949
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
950
+ width: 100%;
951
+ height: 100%;
952
+ display: flex;
953
+ justify-content: space-between;
954
+ }
955
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
956
+ width: 33.3%;
957
+ height: 100%;
958
+ }*, :focus, :visited {
959
+ outline: none !important;
960
+ }
961
+
962
+ .multicamera[data-multicamera] {
963
+ float: right;
964
+ margin-top: 4px;
965
+ position: relative;
966
+ margin-right: 20px;
967
+ width: 20px;
968
+ }
969
+ .multicamera[data-multicamera] button {
970
+ background-color: transparent;
971
+ color: #fff;
972
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
973
+ -webkit-font-smoothing: antialiased;
974
+ border: none;
975
+ font-size: 14px;
976
+ padding: 0;
977
+ }
978
+ .multicamera[data-multicamera] button svg {
979
+ height: 20px;
980
+ position: relative;
981
+ margin-top: 6px;
982
+ }
983
+ .multicamera[data-multicamera] button:hover {
984
+ color: #c9c9c9;
985
+ }
986
+ .multicamera[data-multicamera] button.changing {
987
+ animation: pulse 0.5s infinite alternate;
988
+ }
989
+ .multicamera[data-multicamera] button span.quality-arrow {
990
+ width: 9px;
991
+ height: 6px;
992
+ margin-top: 11px;
993
+ margin-left: 5px;
994
+ }
995
+ .multicamera[data-multicamera] > ul {
996
+ padding: 6px 0;
997
+ right: -24px;
998
+ width: 245px;
999
+ list-style-type: none;
1000
+ position: absolute;
1001
+ bottom: 48px;
1002
+ border-radius: 4px;
1003
+ display: none;
1004
+ background-color: rgba(74, 74, 74, 0.9);
1005
+ }
1006
+ .multicamera[data-multicamera] > ul::after {
1007
+ content: "";
1008
+ position: absolute;
1009
+ top: 100%;
1010
+ left: 85%;
1011
+ margin-left: -10px;
1012
+ width: 0;
1013
+ height: 0;
1014
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1015
+ border-right: 10px solid transparent;
1016
+ border-left: 10px solid transparent;
1017
+ }
1018
+ .multicamera[data-multicamera] li {
1019
+ font-size: 10px;
1020
+ cursor: pointer;
1021
+ }
1022
+ .multicamera[data-multicamera] li .multicamera-item {
1023
+ display: flex;
1024
+ padding: 10px 0;
1025
+ justify-content: center;
1026
+ position: relative;
1027
+ }
1028
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1029
+ pointer-events: none;
1030
+ }
1031
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1032
+ opacity: 0.5;
1033
+ }
1034
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1035
+ opacity: 0.5;
1036
+ }
1037
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1038
+ background-color: rgba(0, 0, 0, 0);
1039
+ }
1040
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1041
+ background-color: rgba(0, 0, 0, 0.3);
1042
+ }
1043
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1044
+ width: 80px;
1045
+ height: 60px;
1046
+ }
1047
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1048
+ width: 80px;
1049
+ height: 60px;
1050
+ }
1051
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1052
+ width: 120px;
1053
+ text-align: left;
1054
+ margin-left: 15px;
1055
+ }
1056
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1057
+ width: 120px;
1058
+ height: 20px;
1059
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1060
+ font-size: 14px;
1061
+ font-weight: normal;
1062
+ font-style: normal;
1063
+ font-stretch: normal;
1064
+ line-height: 1.43;
1065
+ letter-spacing: normal;
1066
+ text-align: left;
1067
+ color: #fff;
1068
+ text-overflow: ellipsis;
1069
+ overflow: hidden;
1070
+ }
1071
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1072
+ opacity: 0.6;
1073
+ }
1074
+ .multicamera[data-multicamera] li[data-title] {
1075
+ background-color: #c3c2c2;
1076
+ padding: 5px;
814
1077
  }
815
-
816
- .mobile .clappr-nerd-stats .stats-box {
817
- position: fixed;
818
- height: auto;
819
- width: auto;
820
- inset: 0;
821
- min-width: 100vw;
822
- padding-bottom: 4px;
823
- padding-left: 4px;
824
- padding-right: 4px;
1078
+ .multicamera[data-multicamera] li a {
1079
+ color: #444;
1080
+ padding: 2px 10px;
1081
+ display: block;
1082
+ text-decoration: none;
825
1083
  }
826
- .mobile .clappr-nerd-stats .stats-box-top {
827
- position: fixed;
1084
+ .multicamera[data-multicamera] li a:hover {
1085
+ background-color: #555;
1086
+ color: white;
828
1087
  }
829
- .mobile .clappr-nerd-stats .stats-box-main ul {
830
- flex: 0 1 50%;
1088
+ .multicamera[data-multicamera] li a:hover a {
1089
+ color: white;
1090
+ text-decoration: none;
1091
+ }
1092
+ .multicamera[data-multicamera] li.current a {
1093
+ color: #f00;
831
1094
  }
832
1095
 
833
- @media only screen and (orientation: portrait) {
834
- .mobile .speedtest-summary {
835
- padding: 0 5px;
836
- height: auto;
837
- }
838
- .mobile .speedtest-summary-block {
839
- width: 100%;
840
- flex-direction: column;
841
- }
842
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
843
- width: 100%;
844
- }
845
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
846
- width: 100%;
847
- }
848
- .mobile .speedtest-summary-header {
849
- padding-top: 12px;
850
- height: 38px;
851
- text-align: center;
852
- }
853
- .mobile .speedtest-quality-header {
854
- text-align: center;
855
- }
856
- .mobile .speedtest-footer .speedtest-footer-refresh {
857
- inset: 50% auto auto 50%;
858
- transform: translate(-50%, -50%);
1096
+ @keyframes pulse {
1097
+ 0% {
1098
+ color: #fff;
859
1099
  }
860
- }
861
- @media only screen and (orientation: landscape) {
862
- .mobile .clappr-nerd-stats .stats-box-main ul {
863
- flex-basis: 1fr;
1100
+ 50% {
1101
+ color: #ff0101;
864
1102
  }
865
- }
866
- @media only screen and (min-width: 1100px) {
867
- .fullscreen .clappr-nerd-stats .stats-box {
868
- top: unset;
1103
+ 100% {
1104
+ color: #B80000;
869
1105
  }
870
1106
  }[data-player] {
871
1107
  --bottom-panel: 40px;
@@ -1484,160 +1720,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1484
1720
  }
1485
1721
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1486
1722
  display: none !important;
1487
- }.quality-levels li.disabled {
1488
- opacity: 0.5;
1489
- pointer-events: none;
1490
- }
1491
- .quality-levels li.current {
1492
- background-color: #000;
1493
- }*, :focus, :visited {
1494
- outline: none !important;
1495
- }
1496
-
1497
- .multicamera[data-multicamera] {
1498
- float: right;
1499
- margin-top: 4px;
1500
- position: relative;
1501
- margin-right: 20px;
1502
- width: 20px;
1503
- }
1504
- .multicamera[data-multicamera] button {
1505
- background-color: transparent;
1506
- color: #fff;
1507
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1508
- -webkit-font-smoothing: antialiased;
1509
- border: none;
1510
- font-size: 14px;
1511
- padding: 0;
1512
- }
1513
- .multicamera[data-multicamera] button svg {
1514
- height: 20px;
1515
- position: relative;
1516
- margin-top: 6px;
1517
- }
1518
- .multicamera[data-multicamera] button:hover {
1519
- color: #c9c9c9;
1520
- }
1521
- .multicamera[data-multicamera] button.changing {
1522
- animation: pulse 0.5s infinite alternate;
1523
- }
1524
- .multicamera[data-multicamera] button span.quality-arrow {
1525
- width: 9px;
1526
- height: 6px;
1527
- margin-top: 11px;
1528
- margin-left: 5px;
1529
- }
1530
- .multicamera[data-multicamera] > ul {
1531
- padding: 6px 0;
1532
- right: -24px;
1533
- width: 245px;
1534
- list-style-type: none;
1535
- position: absolute;
1536
- bottom: 48px;
1537
- border-radius: 4px;
1538
- display: none;
1539
- background-color: rgba(74, 74, 74, 0.9);
1540
- }
1541
- .multicamera[data-multicamera] > ul::after {
1542
- content: "";
1543
- position: absolute;
1544
- top: 100%;
1545
- left: 85%;
1546
- margin-left: -10px;
1547
- width: 0;
1548
- height: 0;
1549
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1550
- border-right: 10px solid transparent;
1551
- border-left: 10px solid transparent;
1552
- }
1553
- .multicamera[data-multicamera] li {
1554
- font-size: 10px;
1555
- cursor: pointer;
1556
- }
1557
- .multicamera[data-multicamera] li .multicamera-item {
1558
- display: flex;
1559
- padding: 10px 0;
1560
- justify-content: center;
1561
- position: relative;
1562
- }
1563
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1564
- pointer-events: none;
1565
- }
1566
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1567
- opacity: 0.5;
1568
- }
1569
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1570
- opacity: 0.5;
1571
- }
1572
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1573
- background-color: rgba(0, 0, 0, 0);
1574
- }
1575
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1576
- background-color: rgba(0, 0, 0, 0.3);
1577
- }
1578
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1579
- width: 80px;
1580
- height: 60px;
1581
- }
1582
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1583
- width: 80px;
1584
- height: 60px;
1585
- }
1586
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1587
- width: 120px;
1588
- text-align: left;
1589
- margin-left: 15px;
1590
- }
1591
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1592
- width: 120px;
1593
- height: 20px;
1594
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1595
- font-size: 14px;
1596
- font-weight: normal;
1597
- font-style: normal;
1598
- font-stretch: normal;
1599
- line-height: 1.43;
1600
- letter-spacing: normal;
1601
- text-align: left;
1602
- color: #fff;
1603
- text-overflow: ellipsis;
1604
- overflow: hidden;
1605
- }
1606
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1607
- opacity: 0.6;
1608
- }
1609
- .multicamera[data-multicamera] li[data-title] {
1610
- background-color: #c3c2c2;
1611
- padding: 5px;
1612
- }
1613
- .multicamera[data-multicamera] li a {
1614
- color: #444;
1615
- padding: 2px 10px;
1616
- display: block;
1617
- text-decoration: none;
1618
- }
1619
- .multicamera[data-multicamera] li a:hover {
1620
- background-color: #555;
1621
- color: white;
1622
- }
1623
- .multicamera[data-multicamera] li a:hover a {
1624
- color: white;
1625
- text-decoration: none;
1626
- }
1627
- .multicamera[data-multicamera] li.current a {
1628
- color: #f00;
1629
- }
1630
-
1631
- @keyframes pulse {
1632
- 0% {
1633
- color: #fff;
1634
- }
1635
- 50% {
1636
- color: #ff0101;
1637
- }
1638
- 100% {
1639
- color: #B80000;
1640
- }
1641
1723
  }*,
1642
1724
  :focus,
1643
1725
  :visited {
@@ -1703,14 +1785,47 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1703
1785
  color: #B80000;
1704
1786
  }
1705
1787
  }
1706
- ::cue {
1707
- visibility: hidden !important;
1708
- font-size: 0 !important;
1788
+ ::cue {
1789
+ visibility: hidden !important;
1790
+ font-size: 0 !important;
1791
+ }
1792
+
1793
+ .ios-fullscreen::cue {
1794
+ visibility: visible !important;
1795
+ font-size: 1em !important;
1796
+ }.seek-time[data-seek-time] {
1797
+ position: absolute;
1798
+ white-space: nowrap;
1799
+ height: 20px;
1800
+ line-height: 20px;
1801
+ font-size: 0;
1802
+ left: -100%;
1803
+ bottom: 55px;
1804
+ background-color: rgba(2, 2, 2, 0.5);
1805
+ z-index: 9999;
1806
+ transition: opacity 0.1s ease;
1807
+ }
1808
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1809
+ opacity: 0;
1810
+ }
1811
+ .seek-time[data-seek-time] [data-seek-time] {
1812
+ display: inline-block;
1813
+ color: white;
1814
+ font-size: 10px;
1815
+ padding-left: 7px;
1816
+ padding-right: 7px;
1817
+ vertical-align: top;
1818
+ }
1819
+ .seek-time[data-seek-time] [data-duration] {
1820
+ display: inline-block;
1821
+ color: rgba(255, 255, 255, 0.5);
1822
+ font-size: 10px;
1823
+ padding-right: 7px;
1824
+ vertical-align: top;
1709
1825
  }
1710
-
1711
- .ios-fullscreen::cue {
1712
- visibility: visible !important;
1713
- font-size: 1em !important;
1826
+ .seek-time[data-seek-time] [data-duration]::before {
1827
+ content: "|";
1828
+ margin-right: 7px;
1714
1829
  }.share_plugin[data-share] {
1715
1830
  pointer-events: auto;
1716
1831
  z-index: 5;
@@ -1794,125 +1909,78 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1794
1909
  display: inline-block;
1795
1910
  margin-right: 5px;
1796
1911
  cursor: pointer;
1797
- }.dvr-controls[data-dvr] {
1798
- display: inline-block;
1799
- color: var(--player-dvr-color);
1800
- line-height: 32px;
1801
- font-size: 10px;
1802
- font-weight: bold;
1803
- margin-left: 6px;
1804
- height: 40px;
1805
- line-height: 40px;
1806
- margin-left: 0;
1912
+ }div.player-error-screen, [data-player] div.player-error-screen {
1913
+ color: #CCCACA;
1914
+ position: absolute;
1915
+ top: 0;
1916
+ height: 100%;
1917
+ width: 100%;
1918
+ background-color: rgba(0, 0, 0, 0.7);
1919
+ z-index: 2000;
1920
+ display: flex;
1921
+ flex-direction: column;
1922
+ justify-content: center;
1807
1923
  }
1808
- .dvr-controls[data-dvr] .live-info {
1809
- cursor: default;
1810
- text-transform: uppercase;
1924
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1925
+ font-size: 14px;
1926
+ color: #CCCACA;
1927
+ margin-top: 45px;
1811
1928
  }
1812
- .dvr-controls[data-dvr] .live-info:before {
1813
- content: "";
1814
- display: inline-block;
1815
- position: relative;
1816
- width: 7px;
1817
- height: 7px;
1818
- border-radius: 3.5px;
1819
- margin-right: 3.5px;
1820
- background-color: var(--player-live-color);
1929
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1930
+ font-weight: bold;
1931
+ line-height: 30px;
1932
+ font-size: 18px;
1821
1933
  }
1822
- .dvr-controls[data-dvr] .live-info.disabled {
1823
- opacity: 0.3;
1934
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1935
+ width: 90%;
1936
+ margin: 0 auto;
1824
1937
  }
1825
- .dvr-controls[data-dvr] .live-info.disabled:before {
1826
- background-color: var(--player-dvr-color);
1938
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1939
+ font-size: 13px;
1940
+ margin-top: 15px;
1827
1941
  }
1828
- .dvr-controls[data-dvr] .live-button {
1942
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1829
1943
  cursor: pointer;
1830
- outline: none;
1831
- display: none;
1832
- border: 0;
1833
- color: var(--player-dvr-color);
1834
- background-color: transparent;
1835
- height: 32px;
1836
- padding: 0;
1837
- opacity: 0.7;
1838
- text-transform: uppercase;
1839
- transition: all 0.1s ease;
1840
- }
1841
- .dvr-controls[data-dvr] .live-button:before {
1842
- content: "";
1843
- display: inline-block;
1844
- position: relative;
1845
- width: 7px;
1846
- height: 7px;
1847
- border-radius: 3.5px;
1848
- margin-right: 3.5px;
1849
- background-color: var(--player-dvr-color);
1850
- }
1851
- .dvr-controls[data-dvr] .live-button:hover {
1852
- opacity: 1;
1853
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1854
- }
1855
- .dvr-controls[data-dvr] .live-info {
1856
- font-size: 14px;
1857
- letter-spacing: 0.8px;
1858
- font-weight: 500;
1859
- color: #fffffe;
1860
- margin-left: 21px;
1861
- }
1862
- .dvr-controls[data-dvr] .live-info::before {
1863
- width: 10px;
1864
- height: 10px;
1865
- border-radius: 50%;
1866
- margin-right: 8px;
1867
- background-color: #ed4f4a;
1868
- }
1869
- .dvr-controls[data-dvr] .live-button {
1870
- height: 40px;
1871
- opacity: 1;
1872
- font-size: 14px;
1873
- letter-spacing: 0.8px;
1874
- font-weight: 500;
1875
- margin-left: 20px;
1876
- }
1877
- .dvr-controls[data-dvr] .live-button::before {
1878
- width: 10px;
1879
- height: 10px;
1880
- border-radius: 50%;
1881
- margin-right: 8px;
1882
- background-color: #cacaca;
1883
- }.seek-time[data-seek-time] {
1944
+ width: 30px;
1945
+ margin: 15px auto 0;
1946
+ }.spinner-three-bounce[data-spinner] {
1884
1947
  position: absolute;
1885
- white-space: nowrap;
1886
- height: 20px;
1887
- line-height: 20px;
1888
- font-size: 0;
1889
- left: -100%;
1890
- bottom: 55px;
1891
- background-color: rgba(2, 2, 2, 0.5);
1892
- z-index: 9999;
1893
- transition: opacity 0.1s ease;
1894
- }
1895
- .seek-time[data-seek-time].hidden[data-seek-time] {
1896
- opacity: 0;
1948
+ width: 70px;
1949
+ text-align: center;
1950
+ z-index: 999;
1951
+ left: 0;
1952
+ right: 0;
1953
+ margin: 0 auto;
1954
+ margin-left: auto;
1955
+ margin-right: auto;
1956
+ /* center vertically */
1957
+ top: 50%;
1958
+ transform: translateY(-50%);
1897
1959
  }
1898
- .seek-time[data-seek-time] [data-seek-time] {
1960
+ .spinner-three-bounce[data-spinner] > div {
1961
+ width: 18px;
1962
+ height: 18px;
1963
+ background-color: #FFF;
1964
+ border-radius: 100%;
1899
1965
  display: inline-block;
1900
- color: white;
1901
- font-size: 10px;
1902
- padding-left: 7px;
1903
- padding-right: 7px;
1904
- vertical-align: top;
1966
+ animation: bouncedelay 1.4s infinite ease-in-out;
1967
+ /* Prevent first frame from flickering when animation starts */
1968
+ animation-fill-mode: both;
1905
1969
  }
1906
- .seek-time[data-seek-time] [data-duration] {
1907
- display: inline-block;
1908
- color: rgba(255, 255, 255, 0.5);
1909
- font-size: 10px;
1910
- padding-right: 7px;
1911
- vertical-align: top;
1970
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1971
+ animation-delay: -0.32s;
1912
1972
  }
1913
- .seek-time[data-seek-time] [data-duration]::before {
1914
- content: "|";
1915
- margin-right: 7px;
1973
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1974
+ animation-delay: -0.16s;
1975
+ }
1976
+
1977
+ @keyframes bouncedelay {
1978
+ 0%, 80%, 100% {
1979
+ transform: scale(0);
1980
+ }
1981
+ 40% {
1982
+ transform: scale(1);
1983
+ }
1916
1984
  }.scrub-thumbnails {
1917
1985
  position: absolute;
1918
1986
  bottom: 52px;
@@ -1983,72 +2051,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1983
2051
 
1984
2052
  .clappr-logo {
1985
2053
  position: absolute;
1986
- }.spinner-three-bounce[data-spinner] {
1987
- position: absolute;
1988
- width: 70px;
1989
- text-align: center;
1990
- z-index: 999;
1991
- left: 0;
1992
- right: 0;
1993
- margin: 0 auto;
1994
- margin-left: auto;
1995
- margin-right: auto;
1996
- /* center vertically */
1997
- top: 50%;
1998
- transform: translateY(-50%);
1999
- }
2000
- .spinner-three-bounce[data-spinner] > div {
2001
- width: 18px;
2002
- height: 18px;
2003
- background-color: #FFF;
2004
- border-radius: 100%;
2005
- display: inline-block;
2006
- animation: bouncedelay 1.4s infinite ease-in-out;
2007
- /* Prevent first frame from flickering when animation starts */
2008
- animation-fill-mode: both;
2009
- }
2010
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2011
- animation-delay: -0.32s;
2012
- }
2013
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2014
- animation-delay: -0.16s;
2015
- }
2016
-
2017
- @keyframes bouncedelay {
2018
- 0%, 80%, 100% {
2019
- transform: scale(0);
2020
- }
2021
- 40% {
2022
- transform: scale(1);
2023
- }
2024
- }.media-control-pip {
2025
- order: 95;
2026
- display: flex;
2027
- }
2028
- .media-control-pip button {
2029
- height: 20px;
2030
- }
2031
- .media-control-pip button svg {
2032
- height: 20px;
2033
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
2034
- height: 0;
2035
- }
2036
-
2037
- .skip_time_plugin[data-skip-time] {
2038
- position: absolute;
2039
- width: 100%;
2040
- height: calc(100% - 50px);
2041
- z-index: 9998;
2042
- background-color: transparent;
2043
- font-family: Roboto, "Open Sans", Arial, sans-serif;
2044
- }
2045
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2046
- width: 100%;
2047
- height: 100%;
2048
- display: flex;
2049
- justify-content: space-between;
2050
- }
2051
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2052
- width: 33.3%;
2053
- height: 100%;
2054
2054
  }