@gcorevideo/player 2.22.25 → 2.22.27

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,155 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }*,
126
- :focus,
127
- :visited {
128
- outline: none !important;
129
- }
130
-
131
- .media-control-audiotracks {
132
- position: relative;
133
- }
134
- .media-control-audiotracks button {
135
- background-color: transparent;
136
- color: #fff;
137
- -webkit-font-smoothing: antialiased;
138
- border: none;
139
- cursor: pointer;
140
- display: flex;
141
- align-items: center;
142
- padding: 0;
143
- }
144
- .media-control-audiotracks button .audio-text {
145
- text-overflow: ellipsis;
146
- overflow: hidden;
147
- white-space: nowrap;
148
- max-width: 100px;
149
- background-color: transparent;
150
- -webkit-font-smoothing: antialiased;
151
- border: none;
152
- cursor: pointer;
153
- }
154
- .media-control-audiotracks button:hover {
155
- color: white;
156
- }
157
- .media-control-audiotracks button.changing {
158
- animation: pulse 0.5s infinite alternate;
159
- }
160
- .media-control-audiotracks button span.audio-arrow {
161
- width: 9px;
162
- height: 6px;
163
- margin-left: 5px;
164
- }
165
- .media-control-audiotracks .menu {
166
- max-width: 114px;
167
- list-style-type: none;
168
- position: absolute;
169
- background-color: rgba(74, 74, 74, 0.6);
170
- border: none;
171
- min-width: 60px;
172
- border-radius: 4px;
173
- bottom: 40px;
174
- right: -2px;
175
- }
176
- .media-control-audiotracks .menu.hidden {
177
- display: none;
178
- }
179
- .media-control-audiotracks li {
180
- font-size: var(--font-size-media-controls-dropdown);
181
- text-align: right;
182
- height: 30px;
183
- }
184
- .media-control-audiotracks li[data-title] {
185
- background-color: #c3c2c2;
186
- padding: 5px;
187
- }
188
- .media-control-audiotracks li a {
189
- display: block;
190
- text-decoration: none;
191
- text-overflow: ellipsis;
192
- overflow: hidden;
193
- white-space: nowrap;
194
- height: 30px;
195
- padding: 5px 10px;
196
- color: #fffffe;
197
- }
198
- .media-control-audiotracks li a:hover {
199
- text-decoration: none;
200
- background-color: rgba(0, 0, 0, 0.4);
201
- color: white;
202
- }
203
- .media-control-audiotracks li.current a {
204
- color: #f00;
205
- }
206
- .media-control-audiotracks li:first-child a {
207
- border-bottom-left-radius: 4px;
208
- border-bottom-right-radius: 4px;
209
- }
210
- .media-control-audiotracks li:last-child a {
211
- border-top-left-radius: 4px;
212
- border-top-right-radius: 4px;
213
- }
214
-
215
- @keyframes pulse {
216
- 0% {
217
- color: #fff;
218
- }
219
- 50% {
220
- color: #ff0101;
221
- }
222
- 100% {
223
- color: #B80000;
224
- }
225
- }.big-mute-icon-wrapper[data-big-mute] {
226
- 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;
240
- }
241
- .big-mute-icon-wrapper[data-big-mute]:hover {
242
- cursor: pointer;
243
- }
244
-
245
- .big-mute-icon[data-big-mute-icon] {
246
- display: flex;
247
- align-items: center;
248
- 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
125
  }*, :focus, :visited {
275
126
  outline: none !important;
276
127
  }
@@ -332,42 +183,6 @@
332
183
  }
333
184
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
334
185
  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
186
  }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
372
187
  order: 99;
373
188
  height: 20px;
@@ -413,62 +228,192 @@
413
228
  }
414
229
  .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
415
230
  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;
231
+ }.dvr-controls[data-dvr] {
425
232
  display: inline-block;
426
- text-overflow: ellipsis;
427
- color: white;
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 {
428
243
  cursor: default;
429
- line-height: var(--bottom-panel);
244
+ text-transform: uppercase;
245
+ }
246
+ .dvr-controls[data-dvr] .live-info:before {
247
+ content: "";
248
+ display: inline-block;
430
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);
431
255
  }
432
- .media-control-clips .media-clip-text::before {
433
- content: "•";
434
- padding-right: 6px;
256
+ .dvr-controls[data-dvr] .live-info.disabled {
257
+ opacity: 0.3;
435
258
  }
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%;
259
+ .dvr-controls[data-dvr] .live-info.disabled:before {
260
+ background-color: var(--player-dvr-color);
452
261
  }
453
- .player-poster[data-poster].clickable {
262
+ .dvr-controls[data-dvr] .live-button {
454
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;
455
274
  }
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;
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);
465
284
  }
466
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
467
- height: 100%;
468
- display: inline;
285
+ .dvr-controls[data-dvr] .live-button:hover {
286
+ opacity: 1;
287
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
469
288
  }
470
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
471
- fill: #fff;
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
+ }
472
417
  }div.player-error-screen, [data-player] div.player-error-screen {
473
418
  color: #CCCACA;
474
419
  position: absolute;
@@ -503,370 +448,377 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
503
448
  cursor: pointer;
504
449
  width: 30px;
505
450
  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;
451
+ }@charset "UTF-8";
452
+ .media-control-clips {
453
+ display: flex;
454
+ gap: 6px;
521
455
  }
522
- .clappr-nerd-stats .stats-box {
523
- position: absolute;
456
+ .media-control-clips .media-clip-text {
457
+ text-overflow: ellipsis;
458
+ white-space: nowrap;
459
+ overflow: hidden;
524
460
  display: inline-block;
525
- bottom: 52px;
526
- right: 0;
527
- top: 0;
528
- left: 0;
529
- bottom: 0;
530
- padding: 0 10px 12px;
531
- margin: 0;
532
- line-height: 20px;
533
- font-size: 12px;
534
- font-weight: 500;
535
- background: var(--primary-background-color);
536
- color: #fff;
537
- z-index: 20000;
538
- overflow: auto;
539
- max-width: 100%;
461
+ text-overflow: ellipsis;
462
+ color: white;
463
+ cursor: default;
464
+ line-height: var(--bottom-panel);
465
+ position: relative;
540
466
  }
541
- .clappr-nerd-stats .stats-box-top {
542
- position: absolute;
543
- top: 0;
544
- left: 0;
545
- z-index: 9999;
546
- width: 100%;
547
- height: 32px;
548
- background: var(--primary-background-color);
467
+ .media-control-clips .media-clip-text::before {
468
+ content: "•";
469
+ padding-right: 6px;
549
470
  }
550
- .clappr-nerd-stats .stats-box-top .close-button {
551
- position: absolute;
552
- right: 12px;
553
- top: 10px;
554
- display: block;
555
- width: 12px;
556
- height: 12px;
471
+ .media-control-clips .media-clip-text {
472
+ max-width: 100px;
473
+ }*, :focus, :visited {
474
+ outline: none !important;
557
475
  }
558
- .clappr-nerd-stats .stats-box-top .close-button svg path {
559
- fill: var(--primary-text-color);
476
+
477
+ .multicamera[data-multicamera] {
478
+ float: right;
479
+ margin-top: 4px;
480
+ position: relative;
481
+ margin-right: 20px;
482
+ width: 20px;
560
483
  }
561
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
562
- fill: var(--hover-text-color);
484
+ .multicamera[data-multicamera] button {
485
+ background-color: transparent;
486
+ color: #fff;
487
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
488
+ -webkit-font-smoothing: antialiased;
489
+ border: none;
490
+ font-size: 14px;
491
+ padding: 0;
563
492
  }
564
- .clappr-nerd-stats .stats-box-main {
565
- overflow: hidden;
566
- margin-top: 44px;
567
- display: flex;
568
- flex-wrap: wrap;
493
+ .multicamera[data-multicamera] button svg {
494
+ height: 20px;
495
+ position: relative;
496
+ margin-top: 6px;
569
497
  }
570
- .clappr-nerd-stats .stats-box-main ul {
571
- flex: 0 1 1fr;
572
- min-width: 200px;
498
+ .multicamera[data-multicamera] button:hover {
499
+ color: #c9c9c9;
573
500
  }
574
- .clappr-nerd-stats .stats-box.wide {
575
- width: 820px;
501
+ .multicamera[data-multicamera] button.changing {
502
+ animation: pulse 0.5s infinite alternate;
576
503
  }
577
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
504
+ .multicamera[data-multicamera] button span.quality-arrow {
505
+ width: 9px;
506
+ height: 6px;
507
+ margin-top: 11px;
508
+ margin-left: 5px;
509
+ }
510
+ .multicamera[data-multicamera] > ul {
511
+ padding: 6px 0;
512
+ right: -24px;
513
+ width: 245px;
578
514
  list-style-type: none;
515
+ position: absolute;
516
+ bottom: 48px;
517
+ border-radius: 4px;
518
+ display: none;
519
+ background-color: rgba(74, 74, 74, 0.9);
579
520
  }
580
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
581
- padding-left: 2px;
582
- padding-right: 2px;
583
- background: var(--primary-background-color);
584
- gap: 10px;
521
+ .multicamera[data-multicamera] > ul::after {
522
+ content: "";
523
+ position: absolute;
524
+ top: 100%;
525
+ left: 85%;
526
+ margin-left: -10px;
527
+ width: 0;
528
+ height: 0;
529
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
530
+ border-right: 10px solid transparent;
531
+ border-left: 10px solid transparent;
585
532
  }
586
- .clappr-nerd-stats .stats-box ul {
587
- padding: 5px;
588
- width: 200px;
589
- flex: 0 1 50%;
533
+ .multicamera[data-multicamera] li {
534
+ font-size: 10px;
535
+ cursor: pointer;
590
536
  }
591
- .clappr-nerd-stats .stats-box ul li {
537
+ .multicamera[data-multicamera] li .multicamera-item {
538
+ display: flex;
539
+ padding: 10px 0;
540
+ justify-content: center;
592
541
  position: relative;
593
- padding: 0 5px;
594
- text-align: left;
595
- }
596
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
597
- padding: 0;
598
542
  }
599
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
600
- width: 100%;
601
- }
602
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
603
- background: var(--secondary-background-color);
604
- }
605
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
606
- background: var(--secondary-background-color);
543
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
544
+ pointer-events: none;
607
545
  }
608
- .clappr-nerd-stats .stats-box ul li.title {
609
- text-align: center;
610
- font-weight: bold;
611
- padding-bottom: 4px;
612
- font-size: 14px;
546
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
547
+ opacity: 0.5;
613
548
  }
614
- .clappr-nerd-stats .stats-box ul li div {
615
- margin: 0;
616
- position: absolute;
617
- right: 0;
618
- top: 0;
549
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
550
+ opacity: 0.5;
619
551
  }
620
-
621
- .desktop .clappr-nerd-stats .stats-box.narrow {
622
- width: 250px;
552
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
553
+ background-color: rgba(0, 0, 0, 0);
623
554
  }
624
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
625
- width: 100%;
555
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
556
+ background-color: rgba(0, 0, 0, 0.3);
626
557
  }
627
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
628
- padding: 0 5px;
629
- height: auto;
558
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
559
+ width: 80px;
560
+ height: 60px;
630
561
  }
631
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
632
- width: 100%;
633
- flex-direction: column;
562
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
563
+ width: 80px;
564
+ height: 60px;
634
565
  }
635
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
636
- width: 100%;
566
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
567
+ width: 120px;
568
+ text-align: left;
569
+ margin-left: 15px;
637
570
  }
638
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
639
- width: 100%;
571
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
572
+ width: 120px;
573
+ height: 20px;
574
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
575
+ font-size: 14px;
576
+ font-weight: normal;
577
+ font-style: normal;
578
+ font-stretch: normal;
579
+ line-height: 1.43;
580
+ letter-spacing: normal;
581
+ text-align: left;
582
+ color: #fff;
583
+ text-overflow: ellipsis;
584
+ overflow: hidden;
640
585
  }
641
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
642
- padding-top: 12px;
643
- height: 38px;
644
- text-align: center;
586
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
587
+ opacity: 0.6;
645
588
  }
646
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
647
- text-align: center;
589
+ .multicamera[data-multicamera] li[data-title] {
590
+ background-color: #c3c2c2;
591
+ padding: 5px;
648
592
  }
649
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
650
- height: 80px;
593
+ .multicamera[data-multicamera] li a {
594
+ color: #444;
595
+ padding: 2px 10px;
596
+ display: block;
597
+ text-decoration: none;
651
598
  }
652
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
653
- bottom: 0;
654
- left: 0;
599
+ .multicamera[data-multicamera] li a:hover {
600
+ background-color: #555;
601
+ color: white;
655
602
  }
656
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
657
- inset: 50% auto auto 50%;
658
- transform: translate(-50%, -50%);
603
+ .multicamera[data-multicamera] li a:hover a {
604
+ color: white;
605
+ text-decoration: none;
659
606
  }
660
-
661
- .speed-test-button {
662
- margin: 10px 0 0;
663
- color: #000;
607
+ .multicamera[data-multicamera] li.current a {
608
+ color: #f00;
664
609
  }
665
610
 
666
- .speed-test {
611
+ @keyframes pulse {
612
+ 0% {
613
+ color: #fff;
614
+ }
615
+ 50% {
616
+ color: #ff0101;
617
+ }
618
+ 100% {
619
+ color: #B80000;
620
+ }
621
+ }.context-menu {
622
+ z-index: 999;
667
623
  position: absolute;
668
624
  top: 0;
669
625
  left: 0;
670
- width: 100%;
671
- height: 100%;
672
- z-index: 9999;
673
- }
674
- .speed-test .speed-test-header {
675
- width: 100%;
676
- height: 32px;
677
- }
678
- .speed-test .speed-test-header .close-speed-test {
679
- float: right;
680
- margin-right: 5px;
681
- line-height: 32px;
682
- cursor: pointer;
683
- color: var(--primary-text-color);
626
+ text-align: center;
684
627
  }
685
- .speed-test .speed-test-header .close-speed-test:hover {
686
- color: var(--hover-text-color);
628
+ .context-menu .context-menu-list {
629
+ font-family: "Proxima Nova", sans-serif;
630
+ font-size: 12px;
631
+ line-height: 12px;
632
+ list-style-type: none;
633
+ text-align: left;
634
+ padding: 5px;
635
+ margin-left: auto;
636
+ margin-right: auto;
637
+ background-color: rgba(0, 0, 0, 0.75);
638
+ border: 1px solid #666;
639
+ border-radius: 4px;
687
640
  }
688
-
689
- .settings-button {
690
- float: right;
691
- margin: 0 12px 0 0;
692
- height: 40px;
693
- width: 24px;
641
+ .context-menu .context-menu-list-item button {
694
642
  border: none;
643
+ background-color: transparent;
695
644
  padding: 0;
696
- }
697
-
698
- .speedtest-summary {
645
+ color: white;
646
+ display: flex;
647
+ gap: 8px;
648
+ align-items: center;
649
+ justify-content: center;
650
+ cursor: pointer;
651
+ padding: 5px;
699
652
  width: 100%;
700
- border-top: 1px solid var(--secondary-background-color) !important;
701
- border-bottom: 1px solid var(--secondary-background-color) !important;
702
- display: flex !important;
703
- flex-direction: column;
704
- align-items: stretch;
705
- justify-content: space-between;
706
653
  }
707
- .speedtest-summary .speedtest-summary-header {
708
- width: 100%;
709
- padding-top: 4px;
710
- text-align: left;
711
- height: 32px;
712
- font-size: 14px;
713
- font-weight: 500;
654
+ .context-menu .context-menu-list-item_icon {
655
+ width: 20px;
656
+ height: 20px;
657
+ }.seek-time[data-seek-time] {
658
+ position: absolute;
659
+ white-space: nowrap;
660
+ height: 20px;
714
661
  line-height: 20px;
662
+ font-size: 0;
663
+ left: -100%;
664
+ bottom: 55px;
665
+ background-color: rgba(2, 2, 2, 0.5);
666
+ z-index: 9999;
667
+ transition: opacity 0.1s ease;
715
668
  }
716
- .speedtest-summary .speedtest-summary-block {
717
- position: relative;
718
- display: flex;
719
- flex-direction: row;
720
- width: 100%;
669
+ .seek-time[data-seek-time].hidden[data-seek-time] {
670
+ opacity: 0;
721
671
  }
722
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
723
- width: 50%;
724
- margin-top: 4px;
725
- margin-bottom: 12px;
672
+ .seek-time[data-seek-time] [data-seek-time] {
673
+ display: inline-block;
674
+ color: white;
675
+ font-size: 10px;
676
+ padding-left: 7px;
677
+ padding-right: 7px;
678
+ vertical-align: top;
726
679
  }
727
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
728
- padding: 2px;
729
- width: 248px;
730
- max-width: 100%;
680
+ .seek-time[data-seek-time] [data-duration] {
681
+ display: inline-block;
682
+ color: rgba(255, 255, 255, 0.5);
683
+ font-size: 10px;
684
+ padding-right: 7px;
685
+ vertical-align: top;
731
686
  }
732
-
733
- .speedtest-quality {
687
+ .seek-time[data-seek-time] [data-duration]::before {
688
+ content: "|";
689
+ margin-right: 7px;
690
+ }.big-mute-icon-wrapper[data-big-mute] {
691
+ position: absolute;
692
+ z-index: 9998;
693
+ background-color: transparent;
694
+ display: flex;
695
+ justify-content: center;
734
696
  width: 100%;
735
- height: 36px;
736
- display: flex !important;
737
- flex-direction: column !important;
738
- justify-content: space-between !important;
739
- }
740
- .speedtest-quality .speedtest-quality-header {
741
- font-size: 12px;
742
- height: 20px;
743
- border-left: 2px solid var(--secondary-background-color) !important;
744
- background-color: var(--secondary-background-color);
745
- text-align: left;
697
+ height: calc(100% - 50px);
698
+ margin: 0 auto;
699
+ opacity: 0.75;
700
+ transition: opacity 0.1s ease;
701
+ pointer-events: auto;
746
702
  }
747
- .speedtest-quality-content {
748
- width: 100%;
749
- margin-top: 8px;
750
- height: 8px;
751
- display: flex !important;
752
- flex-direction: row !important;
753
- align-items: stretch !important;
754
- justify-content: space-between;
703
+ .big-mute-icon-wrapper[data-big-mute].hide {
704
+ display: none;
755
705
  }
756
- .speedtest-quality-content-item {
757
- width: 18.8%;
758
- background-color: #fff;
706
+ .big-mute-icon-wrapper[data-big-mute]:hover {
707
+ cursor: pointer;
759
708
  }
760
- .speedtest-quality-content-item.speedtest-quality-value-1 {
761
- background-color: var(--speedtest-red);
709
+
710
+ .big-mute-icon[data-big-mute-icon] {
711
+ display: flex;
712
+ align-items: center;
713
+ justify-content: center;
714
+ align-self: center;
715
+ width: 120px;
716
+ height: 120px;
717
+ border: 2px solid white;
718
+ border-radius: 50%;
719
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
720
+ filter: alpha(opacity=60);
721
+ opacity: 1;
722
+ box-shadow: 0 0 1px 0 white;
723
+ background: rgba(240, 243, 247, 0.9411764706);
724
+ z-index: 10000;
762
725
  }
763
- .speedtest-quality-content-item.speedtest-quality-value-2 {
764
- background-color: var(--speedtest-orange);
726
+ .big-mute-icon[data-big-mute-icon] svg {
727
+ margin-left: 5px;
728
+ width: 80px;
729
+ height: 80px;
765
730
  }
766
- .speedtest-quality-content-item.speedtest-quality-value-3 {
767
- background-color: var(--speedtest-yellow);
731
+ .big-mute-icon[data-big-mute-icon] svg path {
732
+ fill: #1f1e1e !important;
768
733
  }
769
- .speedtest-quality-content-item.speedtest-quality-value-4 {
770
- background-color: var(--speedtest-light-green);
734
+ .big-mute-icon[data-big-mute-icon]:hover {
735
+ background: rgba(240, 243, 247, 0.8784313725);
771
736
  }
772
- .speedtest-quality-content-item.speedtest-quality-value-5 {
773
- background-color: var(--speedtest-green);
737
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
738
+ fill: #151515 !important;
739
+ }.share_plugin[data-share] {
740
+ pointer-events: auto;
741
+ z-index: 5;
742
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
774
743
  }
775
-
776
- .speedtest-footer {
777
- position: relative;
778
- float: left;
779
- width: 100%;
780
- height: 30px;
781
- line-height: 16px;
744
+ .share_plugin[data-share].share-hide .share-button-container {
745
+ right: -50px;
782
746
  }
783
- .speedtest-footer-about-link {
747
+ .share_plugin[data-share] .share-button-container {
748
+ cursor: pointer;
749
+ width: 36px;
750
+ height: 36px;
751
+ background-color: rgba(74, 74, 74, 0.6);
752
+ border-radius: 4px;
784
753
  position: absolute;
785
- bottom: 0;
786
- left: 0;
787
- color: var(--secondary-text-color);
788
- text-decoration: underline !important;
754
+ right: 10px;
755
+ top: 10px;
756
+ padding-top: 6px;
757
+ transition: all 0.3s ease-out;
789
758
  }
790
- .speedtest-footer-about-link:hover {
791
- color: var(--hover-text-color);
759
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
760
+ background-color: transparent;
761
+ border: 0;
762
+ margin: 0 6px;
763
+ padding: 0;
764
+ cursor: pointer;
765
+ display: inline-block;
766
+ width: 19px;
767
+ height: 20px;
792
768
  }
793
- .speedtest-footer .speedtest-footer-refresh {
769
+ .share_plugin[data-share] .share-container {
770
+ pointer-events: auto;
794
771
  position: absolute;
795
- bottom: 0;
796
- right: 0;
797
- color: var(--secondary-text-color);
798
- font-size: 14px;
799
- font-weight: 400;
800
- line-height: 16px;
801
- height: 16px;
802
- display: flex;
803
- align-items: center;
804
- gap: 4px;
805
- }
806
- .speedtest-footer .speedtest-footer-refresh svg path {
807
- fill: var(--secondary-text-color);
772
+ width: 280px;
773
+ background-color: white;
774
+ transform: translate(0, 50%);
775
+ transform: translate(-50%, -50%);
776
+ left: 50%;
777
+ /* margin-left: -140px; */
778
+ top: calc(50% - 20px);
779
+ /* margin-top: -170px; */
808
780
  }
809
- .speedtest-footer .speedtest-footer-refresh:hover {
810
- color: var(--hover-text-color);
781
+ .share_plugin[data-share] .share-container .share-container-header {
782
+ text-align: left;
783
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
811
784
  }
812
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
813
- fill: var(--hover-text-color);
785
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
786
+ display: inline-block;
787
+ font-size: 16px;
788
+ margin: 5px;
814
789
  }
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;
790
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
791
+ display: inline-block;
792
+ width: 24px;
793
+ float: right;
794
+ margin: 5px;
795
+ cursor: pointer;
825
796
  }
826
- .mobile .clappr-nerd-stats .stats-box-top {
827
- position: fixed;
797
+ .share_plugin[data-share] .share-container .share-container-main {
798
+ margin-bottom: 8px;
828
799
  }
829
- .mobile .clappr-nerd-stats .stats-box-main ul {
830
- flex: 0 1 50%;
800
+ .share_plugin[data-share] .share-container .share-container-main > div {
801
+ text-align: left;
802
+ font-size: 14px;
803
+ padding: 5px;
831
804
  }
832
-
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%);
859
- }
805
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
806
+ overflow: hidden;
807
+ text-overflow: ellipsis;
808
+ color: #818181;
809
+ border: solid 1px #d3d3d3;
810
+ width: calc(100% - 10px);
811
+ padding: 5px;
860
812
  }
861
- @media only screen and (orientation: landscape) {
862
- .mobile .clappr-nerd-stats .stats-box-main ul {
863
- flex-basis: 1fr;
864
- }
813
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
814
+ max-height: 90px;
815
+ resize: none;
865
816
  }
866
- @media only screen and (min-width: 1100px) {
867
- .fullscreen .clappr-nerd-stats .stats-box {
868
- top: unset;
869
- }
817
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
818
+ width: 32px;
819
+ display: inline-block;
820
+ margin-right: 5px;
821
+ cursor: pointer;
870
822
  }[data-player] {
871
823
  --bottom-panel: 40px;
872
824
  }
@@ -1484,160 +1436,404 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1484
1436
  }
1485
1437
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1486
1438
  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;
1439
+ }:root {
1440
+ --primary-background-color: #000;
1441
+ --secondary-background-color: #262626;
1442
+ --primary-text-color: #fff;
1443
+ --secondary-text-color: #fff4f2;
1444
+ --hover-text-color: #f9b090;
1445
+ --speedtest-red: #df564d;
1446
+ --speedtest-orange: #df934d;
1447
+ --speedtest-yellow: #dfd04d;
1448
+ --speedtest-light-green: #c2df4d;
1449
+ --speedtest-green: #73df4d;
1495
1450
  }
1496
1451
 
1497
- .multicamera[data-multicamera] {
1498
- float: right;
1499
- margin-top: 4px;
1500
- position: relative;
1501
- margin-right: 20px;
1502
- width: 20px;
1452
+ .clappr-nerd-stats {
1453
+ cursor: default;
1503
1454
  }
1504
- .multicamera[data-multicamera] button {
1505
- background-color: transparent;
1455
+ .clappr-nerd-stats .stats-box {
1456
+ position: absolute;
1457
+ display: inline-block;
1458
+ bottom: 52px;
1459
+ right: 0;
1460
+ top: 0;
1461
+ left: 0;
1462
+ bottom: 0;
1463
+ padding: 0 10px 12px;
1464
+ margin: 0;
1465
+ line-height: 20px;
1466
+ font-size: 12px;
1467
+ font-weight: 500;
1468
+ background: var(--primary-background-color);
1506
1469
  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;
1470
+ z-index: 20000;
1471
+ overflow: auto;
1472
+ max-width: 100%;
1512
1473
  }
1513
- .multicamera[data-multicamera] button svg {
1514
- height: 20px;
1515
- position: relative;
1516
- margin-top: 6px;
1474
+ .clappr-nerd-stats .stats-box-top {
1475
+ position: absolute;
1476
+ top: 0;
1477
+ left: 0;
1478
+ z-index: 9999;
1479
+ width: 100%;
1480
+ height: 32px;
1481
+ background: var(--primary-background-color);
1517
1482
  }
1518
- .multicamera[data-multicamera] button:hover {
1519
- color: #c9c9c9;
1483
+ .clappr-nerd-stats .stats-box-top .close-button {
1484
+ position: absolute;
1485
+ right: 12px;
1486
+ top: 10px;
1487
+ display: block;
1488
+ width: 12px;
1489
+ height: 12px;
1520
1490
  }
1521
- .multicamera[data-multicamera] button.changing {
1522
- animation: pulse 0.5s infinite alternate;
1491
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
1492
+ fill: var(--primary-text-color);
1523
1493
  }
1524
- .multicamera[data-multicamera] button span.quality-arrow {
1525
- width: 9px;
1526
- height: 6px;
1527
- margin-top: 11px;
1528
- margin-left: 5px;
1494
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
1495
+ fill: var(--hover-text-color);
1529
1496
  }
1530
- .multicamera[data-multicamera] > ul {
1531
- padding: 6px 0;
1532
- right: -24px;
1533
- width: 245px;
1497
+ .clappr-nerd-stats .stats-box-main {
1498
+ overflow: hidden;
1499
+ margin-top: 44px;
1500
+ display: flex;
1501
+ flex-wrap: wrap;
1502
+ }
1503
+ .clappr-nerd-stats .stats-box-main ul {
1504
+ flex: 0 1 1fr;
1505
+ min-width: 200px;
1506
+ }
1507
+ .clappr-nerd-stats .stats-box.wide {
1508
+ width: 820px;
1509
+ }
1510
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
1534
1511
  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
1512
  }
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;
1513
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
1514
+ padding-left: 2px;
1515
+ padding-right: 2px;
1516
+ background: var(--primary-background-color);
1517
+ gap: 10px;
1552
1518
  }
1553
- .multicamera[data-multicamera] li {
1554
- font-size: 10px;
1555
- cursor: pointer;
1519
+ .clappr-nerd-stats .stats-box ul {
1520
+ padding: 5px;
1521
+ width: 200px;
1522
+ flex: 0 1 50%;
1556
1523
  }
1557
- .multicamera[data-multicamera] li .multicamera-item {
1558
- display: flex;
1559
- padding: 10px 0;
1560
- justify-content: center;
1524
+ .clappr-nerd-stats .stats-box ul li {
1561
1525
  position: relative;
1526
+ padding: 0 5px;
1527
+ text-align: left;
1562
1528
  }
1563
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1564
- pointer-events: none;
1529
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
1530
+ padding: 0;
1565
1531
  }
1566
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1567
- opacity: 0.5;
1532
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
1533
+ width: 100%;
1568
1534
  }
1569
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1570
- opacity: 0.5;
1535
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
1536
+ background: var(--secondary-background-color);
1571
1537
  }
1572
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1573
- background-color: rgba(0, 0, 0, 0);
1538
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
1539
+ background: var(--secondary-background-color);
1574
1540
  }
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);
1541
+ .clappr-nerd-stats .stats-box ul li.title {
1542
+ text-align: center;
1543
+ font-weight: bold;
1544
+ padding-bottom: 4px;
1545
+ font-size: 14px;
1577
1546
  }
1578
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1579
- width: 80px;
1580
- height: 60px;
1547
+ .clappr-nerd-stats .stats-box ul li div {
1548
+ margin: 0;
1549
+ position: absolute;
1550
+ right: 0;
1551
+ top: 0;
1581
1552
  }
1582
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1583
- width: 80px;
1584
- height: 60px;
1553
+
1554
+ .desktop .clappr-nerd-stats .stats-box.narrow {
1555
+ width: 250px;
1585
1556
  }
1586
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1587
- width: 120px;
1557
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
1558
+ width: 100%;
1559
+ }
1560
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
1561
+ padding: 0 5px;
1562
+ height: auto;
1563
+ }
1564
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
1565
+ width: 100%;
1566
+ flex-direction: column;
1567
+ }
1568
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1569
+ width: 100%;
1570
+ }
1571
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1572
+ width: 100%;
1573
+ }
1574
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
1575
+ padding-top: 12px;
1576
+ height: 38px;
1577
+ text-align: center;
1578
+ }
1579
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
1580
+ text-align: center;
1581
+ }
1582
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
1583
+ height: 80px;
1584
+ }
1585
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
1586
+ bottom: 0;
1587
+ left: 0;
1588
+ }
1589
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1590
+ inset: 50% auto auto 50%;
1591
+ transform: translate(-50%, -50%);
1592
+ }
1593
+
1594
+ .speed-test-button {
1595
+ margin: 10px 0 0;
1596
+ color: #000;
1597
+ }
1598
+
1599
+ .speed-test {
1600
+ position: absolute;
1601
+ top: 0;
1602
+ left: 0;
1603
+ width: 100%;
1604
+ height: 100%;
1605
+ z-index: 9999;
1606
+ }
1607
+ .speed-test .speed-test-header {
1608
+ width: 100%;
1609
+ height: 32px;
1610
+ }
1611
+ .speed-test .speed-test-header .close-speed-test {
1612
+ float: right;
1613
+ margin-right: 5px;
1614
+ line-height: 32px;
1615
+ cursor: pointer;
1616
+ color: var(--primary-text-color);
1617
+ }
1618
+ .speed-test .speed-test-header .close-speed-test:hover {
1619
+ color: var(--hover-text-color);
1620
+ }
1621
+
1622
+ .settings-button {
1623
+ float: right;
1624
+ margin: 0 12px 0 0;
1625
+ height: 40px;
1626
+ width: 24px;
1627
+ border: none;
1628
+ padding: 0;
1629
+ }
1630
+
1631
+ .speedtest-summary {
1632
+ width: 100%;
1633
+ border-top: 1px solid var(--secondary-background-color) !important;
1634
+ border-bottom: 1px solid var(--secondary-background-color) !important;
1635
+ display: flex !important;
1636
+ flex-direction: column;
1637
+ align-items: stretch;
1638
+ justify-content: space-between;
1639
+ }
1640
+ .speedtest-summary .speedtest-summary-header {
1641
+ width: 100%;
1642
+ padding-top: 4px;
1588
1643
  text-align: left;
1589
- margin-left: 15px;
1644
+ height: 32px;
1645
+ font-size: 14px;
1646
+ font-weight: 500;
1647
+ line-height: 20px;
1590
1648
  }
1591
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1592
- width: 120px;
1649
+ .speedtest-summary .speedtest-summary-block {
1650
+ position: relative;
1651
+ display: flex;
1652
+ flex-direction: row;
1653
+ width: 100%;
1654
+ }
1655
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1656
+ width: 50%;
1657
+ margin-top: 4px;
1658
+ margin-bottom: 12px;
1659
+ }
1660
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1661
+ padding: 2px;
1662
+ width: 248px;
1663
+ max-width: 100%;
1664
+ }
1665
+
1666
+ .speedtest-quality {
1667
+ width: 100%;
1668
+ height: 36px;
1669
+ display: flex !important;
1670
+ flex-direction: column !important;
1671
+ justify-content: space-between !important;
1672
+ }
1673
+ .speedtest-quality .speedtest-quality-header {
1674
+ font-size: 12px;
1593
1675
  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;
1676
+ border-left: 2px solid var(--secondary-background-color) !important;
1677
+ background-color: var(--secondary-background-color);
1601
1678
  text-align: left;
1602
- color: #fff;
1603
- text-overflow: ellipsis;
1604
- overflow: hidden;
1605
1679
  }
1606
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1607
- opacity: 0.6;
1680
+ .speedtest-quality-content {
1681
+ width: 100%;
1682
+ margin-top: 8px;
1683
+ height: 8px;
1684
+ display: flex !important;
1685
+ flex-direction: row !important;
1686
+ align-items: stretch !important;
1687
+ justify-content: space-between;
1688
+ }
1689
+ .speedtest-quality-content-item {
1690
+ width: 18.8%;
1691
+ background-color: #fff;
1692
+ }
1693
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
1694
+ background-color: var(--speedtest-red);
1695
+ }
1696
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
1697
+ background-color: var(--speedtest-orange);
1698
+ }
1699
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
1700
+ background-color: var(--speedtest-yellow);
1701
+ }
1702
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
1703
+ background-color: var(--speedtest-light-green);
1704
+ }
1705
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
1706
+ background-color: var(--speedtest-green);
1707
+ }
1708
+
1709
+ .speedtest-footer {
1710
+ position: relative;
1711
+ float: left;
1712
+ width: 100%;
1713
+ height: 30px;
1714
+ line-height: 16px;
1715
+ }
1716
+ .speedtest-footer-about-link {
1717
+ position: absolute;
1718
+ bottom: 0;
1719
+ left: 0;
1720
+ color: var(--secondary-text-color);
1721
+ text-decoration: underline !important;
1722
+ }
1723
+ .speedtest-footer-about-link:hover {
1724
+ color: var(--hover-text-color);
1725
+ }
1726
+ .speedtest-footer .speedtest-footer-refresh {
1727
+ position: absolute;
1728
+ bottom: 0;
1729
+ right: 0;
1730
+ color: var(--secondary-text-color);
1731
+ font-size: 14px;
1732
+ font-weight: 400;
1733
+ line-height: 16px;
1734
+ height: 16px;
1735
+ display: flex;
1736
+ align-items: center;
1737
+ gap: 4px;
1738
+ }
1739
+ .speedtest-footer .speedtest-footer-refresh svg path {
1740
+ fill: var(--secondary-text-color);
1608
1741
  }
1609
- .multicamera[data-multicamera] li[data-title] {
1610
- background-color: #c3c2c2;
1611
- padding: 5px;
1742
+ .speedtest-footer .speedtest-footer-refresh:hover {
1743
+ color: var(--hover-text-color);
1612
1744
  }
1613
- .multicamera[data-multicamera] li a {
1614
- color: #444;
1615
- padding: 2px 10px;
1616
- display: block;
1617
- text-decoration: none;
1745
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
1746
+ fill: var(--hover-text-color);
1618
1747
  }
1619
- .multicamera[data-multicamera] li a:hover {
1620
- background-color: #555;
1621
- color: white;
1748
+
1749
+ .mobile .clappr-nerd-stats .stats-box {
1750
+ position: fixed;
1751
+ height: auto;
1752
+ width: auto;
1753
+ inset: 0;
1754
+ min-width: 100vw;
1755
+ padding-bottom: 4px;
1756
+ padding-left: 4px;
1757
+ padding-right: 4px;
1622
1758
  }
1623
- .multicamera[data-multicamera] li a:hover a {
1624
- color: white;
1625
- text-decoration: none;
1759
+ .mobile .clappr-nerd-stats .stats-box-top {
1760
+ position: fixed;
1626
1761
  }
1627
- .multicamera[data-multicamera] li.current a {
1628
- color: #f00;
1762
+ .mobile .clappr-nerd-stats .stats-box-main ul {
1763
+ flex: 0 1 50%;
1629
1764
  }
1630
1765
 
1631
- @keyframes pulse {
1632
- 0% {
1633
- color: #fff;
1766
+ @media only screen and (orientation: portrait) {
1767
+ .mobile .speedtest-summary {
1768
+ padding: 0 5px;
1769
+ height: auto;
1634
1770
  }
1635
- 50% {
1636
- color: #ff0101;
1771
+ .mobile .speedtest-summary-block {
1772
+ width: 100%;
1773
+ flex-direction: column;
1637
1774
  }
1638
- 100% {
1639
- color: #B80000;
1775
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
1776
+ width: 100%;
1777
+ }
1778
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1779
+ width: 100%;
1780
+ }
1781
+ .mobile .speedtest-summary-header {
1782
+ padding-top: 12px;
1783
+ height: 38px;
1784
+ text-align: center;
1785
+ }
1786
+ .mobile .speedtest-quality-header {
1787
+ text-align: center;
1788
+ }
1789
+ .mobile .speedtest-footer .speedtest-footer-refresh {
1790
+ inset: 50% auto auto 50%;
1791
+ transform: translate(-50%, -50%);
1640
1792
  }
1793
+ }
1794
+ @media only screen and (orientation: landscape) {
1795
+ .mobile .clappr-nerd-stats .stats-box-main ul {
1796
+ flex-basis: 1fr;
1797
+ }
1798
+ }
1799
+ @media only screen and (min-width: 1100px) {
1800
+ .fullscreen .clappr-nerd-stats .stats-box {
1801
+ top: unset;
1802
+ }
1803
+ }.player-poster[data-poster] {
1804
+ display: flex;
1805
+ justify-content: center;
1806
+ align-items: center;
1807
+ position: absolute;
1808
+ height: 100%;
1809
+ width: 100%;
1810
+ z-index: 998;
1811
+ top: 0;
1812
+ left: 0;
1813
+ background-color: #000;
1814
+ background-size: cover;
1815
+ background-repeat: no-repeat;
1816
+ background-position: 50% 50%;
1817
+ }
1818
+ .player-poster[data-poster].clickable {
1819
+ cursor: pointer;
1820
+ }
1821
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1822
+ opacity: 1;
1823
+ }
1824
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1825
+ width: 100%;
1826
+ height: 25%;
1827
+ margin: 0 auto;
1828
+ opacity: 0.75;
1829
+ transition: opacity 0.1s ease;
1830
+ }
1831
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1832
+ height: 100%;
1833
+ display: inline;
1834
+ }
1835
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1836
+ fill: #fff;
1641
1837
  }*,
1642
1838
  :focus,
1643
1839
  :visited {
@@ -1673,246 +1869,118 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1673
1869
  background-color: #e6e6e6;
1674
1870
  padding: 8px 0;
1675
1871
  }
1676
- .media-control-cc[data-cc] li a {
1677
- color: #444;
1678
- padding: 2px 10px;
1679
- display: block;
1680
- text-decoration: none;
1681
- }
1682
- .media-control-cc[data-cc] li a:hover {
1683
- background-color: #555;
1684
- color: white;
1685
- }
1686
- .media-control-cc[data-cc] li a:hover a {
1687
- color: white;
1688
- text-decoration: none;
1689
- }
1690
- .media-control-cc[data-cc] li.current a {
1691
- color: #f00;
1692
- background-color: #555;
1693
- }
1694
-
1695
- @keyframes pulse {
1696
- 0% {
1697
- color: #fff;
1698
- }
1699
- 50% {
1700
- color: #ff0101;
1701
- }
1702
- 100% {
1703
- color: #B80000;
1704
- }
1705
- }
1706
- ::cue {
1707
- visibility: hidden !important;
1708
- font-size: 0 !important;
1709
- }
1710
-
1711
- .ios-fullscreen::cue {
1712
- visibility: visible !important;
1713
- font-size: 1em !important;
1714
- }.share_plugin[data-share] {
1715
- pointer-events: auto;
1716
- z-index: 5;
1717
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1718
- }
1719
- .share_plugin[data-share].share-hide .share-button-container {
1720
- right: -50px;
1721
- }
1722
- .share_plugin[data-share] .share-button-container {
1723
- cursor: pointer;
1724
- width: 36px;
1725
- height: 36px;
1726
- background-color: rgba(74, 74, 74, 0.6);
1727
- border-radius: 4px;
1728
- position: absolute;
1729
- right: 10px;
1730
- top: 10px;
1731
- padding-top: 6px;
1732
- transition: all 0.3s ease-out;
1733
- }
1734
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1735
- background-color: transparent;
1736
- border: 0;
1737
- margin: 0 6px;
1738
- padding: 0;
1739
- cursor: pointer;
1740
- display: inline-block;
1741
- width: 19px;
1742
- height: 20px;
1743
- }
1744
- .share_plugin[data-share] .share-container {
1745
- pointer-events: auto;
1746
- position: absolute;
1747
- width: 280px;
1748
- background-color: white;
1749
- transform: translate(0, 50%);
1750
- transform: translate(-50%, -50%);
1751
- left: 50%;
1752
- /* margin-left: -140px; */
1753
- top: calc(50% - 20px);
1754
- /* margin-top: -170px; */
1755
- }
1756
- .share_plugin[data-share] .share-container .share-container-header {
1757
- text-align: left;
1758
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1759
- }
1760
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1761
- display: inline-block;
1762
- font-size: 16px;
1763
- margin: 5px;
1764
- }
1765
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1766
- display: inline-block;
1767
- width: 24px;
1768
- float: right;
1769
- margin: 5px;
1770
- cursor: pointer;
1771
- }
1772
- .share_plugin[data-share] .share-container .share-container-main {
1773
- margin-bottom: 8px;
1774
- }
1775
- .share_plugin[data-share] .share-container .share-container-main > div {
1776
- text-align: left;
1777
- font-size: 14px;
1778
- padding: 5px;
1779
- }
1780
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1781
- overflow: hidden;
1782
- text-overflow: ellipsis;
1783
- color: #818181;
1784
- border: solid 1px #d3d3d3;
1785
- width: calc(100% - 10px);
1786
- padding: 5px;
1787
- }
1788
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1789
- max-height: 90px;
1790
- resize: none;
1791
- }
1792
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1793
- width: 32px;
1794
- display: inline-block;
1795
- margin-right: 5px;
1796
- 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;
1807
- }
1808
- .dvr-controls[data-dvr] .live-info {
1809
- cursor: default;
1810
- text-transform: uppercase;
1872
+ .media-control-cc[data-cc] li a {
1873
+ color: #444;
1874
+ padding: 2px 10px;
1875
+ display: block;
1876
+ text-decoration: none;
1811
1877
  }
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);
1878
+ .media-control-cc[data-cc] li a:hover {
1879
+ background-color: #555;
1880
+ color: white;
1821
1881
  }
1822
- .dvr-controls[data-dvr] .live-info.disabled {
1823
- opacity: 0.3;
1882
+ .media-control-cc[data-cc] li a:hover a {
1883
+ color: white;
1884
+ text-decoration: none;
1824
1885
  }
1825
- .dvr-controls[data-dvr] .live-info.disabled:before {
1826
- background-color: var(--player-dvr-color);
1886
+ .media-control-cc[data-cc] li.current a {
1887
+ color: #f00;
1888
+ background-color: #555;
1827
1889
  }
1828
- .dvr-controls[data-dvr] .live-button {
1829
- 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;
1890
+
1891
+ @keyframes pulse {
1892
+ 0% {
1893
+ color: #fff;
1894
+ }
1895
+ 50% {
1896
+ color: #ff0101;
1897
+ }
1898
+ 100% {
1899
+ color: #B80000;
1900
+ }
1840
1901
  }
1841
- .dvr-controls[data-dvr] .live-button:before {
1842
- content: "";
1902
+ ::cue {
1903
+ visibility: hidden !important;
1904
+ font-size: 0 !important;
1905
+ }
1906
+
1907
+ .ios-fullscreen::cue {
1908
+ visibility: visible !important;
1909
+ font-size: 1em !important;
1910
+ }.spinner-three-bounce[data-spinner] {
1911
+ position: absolute;
1912
+ width: 70px;
1913
+ text-align: center;
1914
+ z-index: 999;
1915
+ left: 0;
1916
+ right: 0;
1917
+ margin: 0 auto;
1918
+ margin-left: auto;
1919
+ margin-right: auto;
1920
+ /* center vertically */
1921
+ top: 50%;
1922
+ transform: translateY(-50%);
1923
+ }
1924
+ .spinner-three-bounce[data-spinner] > div {
1925
+ width: 18px;
1926
+ height: 18px;
1927
+ background-color: #FFF;
1928
+ border-radius: 100%;
1843
1929
  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);
1930
+ animation: bouncedelay 1.4s infinite ease-in-out;
1931
+ /* Prevent first frame from flickering when animation starts */
1932
+ animation-fill-mode: both;
1850
1933
  }
1851
- .dvr-controls[data-dvr] .live-button:hover {
1852
- opacity: 1;
1853
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1934
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1935
+ animation-delay: -0.32s;
1854
1936
  }
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;
1937
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1938
+ animation-delay: -0.16s;
1861
1939
  }
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;
1940
+
1941
+ @keyframes bouncedelay {
1942
+ 0%, 80%, 100% {
1943
+ transform: scale(0);
1944
+ }
1945
+ 40% {
1946
+ transform: scale(1);
1947
+ }
1948
+ }.quality-levels li.disabled {
1949
+ opacity: 0.5;
1950
+ pointer-events: none;
1868
1951
  }
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;
1952
+ .quality-levels li.current {
1953
+ background-color: #000;
1954
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1955
+ height: 0;
1876
1956
  }
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] {
1957
+
1958
+ .skip_time_plugin[data-skip-time] {
1884
1959
  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;
1960
+ width: 100%;
1961
+ height: calc(100% - 50px);
1962
+ z-index: 9998;
1963
+ background-color: transparent;
1964
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1894
1965
  }
1895
- .seek-time[data-seek-time].hidden[data-seek-time] {
1896
- opacity: 0;
1966
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1967
+ width: 100%;
1968
+ height: 100%;
1969
+ display: flex;
1970
+ justify-content: space-between;
1897
1971
  }
1898
- .seek-time[data-seek-time] [data-seek-time] {
1899
- display: inline-block;
1900
- color: white;
1901
- font-size: 10px;
1902
- padding-left: 7px;
1903
- padding-right: 7px;
1904
- vertical-align: top;
1972
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1973
+ width: 33.3%;
1974
+ height: 100%;
1975
+ }.media-control-pip {
1976
+ order: 95;
1977
+ display: flex;
1905
1978
  }
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;
1979
+ .media-control-pip button {
1980
+ height: 20px;
1912
1981
  }
1913
- .seek-time[data-seek-time] [data-duration]::before {
1914
- content: "|";
1915
- margin-right: 7px;
1982
+ .media-control-pip button svg {
1983
+ height: 20px;
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
  }