@gcorevideo/player 2.19.5 → 2.19.6

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,118 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
- float: right;
127
- font-family: Roboto, "Open Sans", Arial, sans-serif;
128
- }
129
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
130
- height: 40px;
131
- width: 40px;
132
- padding-right: 20px;
133
- }
134
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
135
- height: 20px;
136
- }
137
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
138
- position: absolute;
139
- right: 16px;
140
- bottom: 52px;
141
- display: none;
142
- width: 250px;
143
- min-height: 48px;
144
- z-index: 9999;
145
- border-radius: 4px;
146
- }
147
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
148
- padding: 8px 0;
149
- }
150
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
151
- float: left;
152
- margin-right: 10px;
153
- }
154
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
155
- margin: 0;
156
- text-align: left;
157
- line-height: 22px;
158
- padding: 5px 14px;
159
- width: 250px;
160
- font-size: 12px;
161
- }
162
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
163
- float: right;
164
- margin-right: -14px;
165
- }
166
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
167
- float: right;
168
- margin-right: 8px;
169
- }
170
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
171
- height: 20px;
172
- }*, :focus, :visited {
173
- outline: none !important;
174
- }
175
-
176
- .gear-wrapper .go-back {
177
- font-weight: 600;
178
- font-size: 14px;
179
- line-height: 20px;
180
- width: 100%;
181
- text-align: left;
182
- padding: 12px;
183
- }
184
- .gear-wrapper .go-back .arrow-left-icon {
185
- float: left;
186
- padding-top: 2px;
187
- padding-right: 2px;
188
- }
189
- .gear-wrapper .go-back .arrow-left-icon svg {
190
- height: 16px;
191
- }
192
- .gear-wrapper ul.gear-sub-menu {
193
- width: 100%;
194
- list-style-type: none;
195
- background-color: transparent;
196
- min-width: 60px;
197
- border-top: 2px solid rgb(36, 36, 36);
198
- }
199
- .gear-wrapper ul.gear-sub-menu li {
200
- font-size: 12px;
201
- text-align: left;
202
- }
203
- .gear-wrapper ul.gear-sub-menu li[data-title] {
204
- background-color: #c3c2c2;
205
- padding: 5px;
206
- }
207
- .gear-wrapper ul.gear-sub-menu li a {
208
- display: block;
209
- text-decoration: none;
210
- height: 32px;
211
- padding: 5px 10px;
212
- line-height: 22px;
213
- color: #fffffe;
214
- }
215
- .gear-wrapper ul.gear-sub-menu li a:hover {
216
- color: white;
217
- background-color: rgba(0, 0, 0, 0.4);
218
- }
219
- .gear-wrapper ul.gear-sub-menu li a:hover a {
220
- color: white;
221
- text-decoration: none;
222
- }
223
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
224
- width: 30px;
225
- height: 20px;
226
- float: left;
227
- display: block;
228
- }
229
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
230
- display: none;
231
- }
232
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
233
- display: inline;
234
- }
235
- .gear-wrapper svg {
236
- height: 20px;
237
125
  }.big-mute-icon-wrapper[data-big-mute] {
238
126
  position: absolute;
239
127
  z-index: 9998;
@@ -283,8 +171,53 @@
283
171
  }
284
172
  .big-mute-icon[data-big-mute-icon]:hover svg path {
285
173
  fill: #151515 !important;
286
- }.clips.bar-container[data-seekbar] {
287
- clip-path: url("#myClip");
174
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
175
+ float: right;
176
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
177
+ }
178
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
179
+ height: 40px;
180
+ width: 40px;
181
+ padding-right: 20px;
182
+ }
183
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
184
+ height: 20px;
185
+ }
186
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
187
+ position: absolute;
188
+ right: 16px;
189
+ bottom: 52px;
190
+ display: none;
191
+ width: 250px;
192
+ min-height: 48px;
193
+ z-index: 9999;
194
+ border-radius: 4px;
195
+ }
196
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
197
+ padding: 8px 0;
198
+ }
199
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
200
+ float: left;
201
+ margin-right: 10px;
202
+ }
203
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
204
+ margin: 0;
205
+ text-align: left;
206
+ line-height: 22px;
207
+ padding: 5px 14px;
208
+ width: 250px;
209
+ font-size: 12px;
210
+ }
211
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
212
+ float: right;
213
+ margin-right: -14px;
214
+ }
215
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
216
+ float: right;
217
+ margin-right: 8px;
218
+ }
219
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
220
+ height: 20px;
288
221
  }*, :focus, :visited {
289
222
  outline: none !important;
290
223
  }
@@ -422,146 +355,71 @@
422
355
  100% {
423
356
  color: #B80000;
424
357
  }
425
- }.dvr-controls[data-dvr-controls] {
426
- display: inline-block;
427
- float: left;
428
- color: #fff;
429
- line-height: 32px;
430
- font-size: 10px;
431
- font-weight: bold;
432
- margin-left: 6px;
433
- }
434
- .dvr-controls[data-dvr-controls] .live-info {
435
- cursor: default;
436
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
437
- text-transform: uppercase;
358
+ }*, :focus, :visited {
359
+ outline: none !important;
438
360
  }
439
- .dvr-controls[data-dvr-controls] .live-info:before {
440
- content: "";
441
- display: inline-block;
442
- position: relative;
443
- width: 7px;
444
- height: 7px;
445
- border-radius: 3.5px;
446
- margin-right: 3.5px;
447
- background-color: #ff0101;
361
+
362
+ .gear-wrapper .go-back {
363
+ font-weight: 600;
364
+ font-size: 14px;
365
+ line-height: 20px;
366
+ width: 100%;
367
+ text-align: left;
368
+ padding: 12px;
448
369
  }
449
- .dvr-controls[data-dvr-controls] .live-info.disabled {
450
- opacity: 0.3;
370
+ .gear-wrapper .go-back .arrow-left-icon {
371
+ float: left;
372
+ padding-top: 2px;
373
+ padding-right: 2px;
451
374
  }
452
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
453
- background-color: #fff;
375
+ .gear-wrapper .go-back .arrow-left-icon svg {
376
+ height: 16px;
454
377
  }
455
- .dvr-controls[data-dvr-controls] .live-button {
456
- cursor: pointer;
457
- outline: none;
458
- display: none;
459
- border: 0;
460
- color: #fff;
378
+ .gear-wrapper ul.gear-sub-menu {
379
+ width: 100%;
380
+ list-style-type: none;
461
381
  background-color: transparent;
462
- height: 32px;
463
- padding: 0;
464
- opacity: 0.7;
465
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
466
- text-transform: uppercase;
467
- transition: all 0.1s ease;
468
- }
469
- .dvr-controls[data-dvr-controls] .live-button:before {
470
- content: "";
471
- display: inline-block;
472
- position: relative;
473
- width: 7px;
474
- height: 7px;
475
- border-radius: 3.5px;
476
- margin-right: 3.5px;
477
- background-color: #fff;
382
+ min-width: 60px;
383
+ border-top: 2px solid rgb(36, 36, 36);
478
384
  }
479
- .dvr-controls[data-dvr-controls] .live-button:hover {
480
- opacity: 1;
481
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
385
+ .gear-wrapper ul.gear-sub-menu li {
386
+ font-size: 12px;
387
+ text-align: left;
482
388
  }
483
-
484
- .dvr-controls[data-dvr-controls] {
485
- height: 40px;
486
- line-height: 40px;
487
- margin-left: 0;
389
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
390
+ background-color: #c3c2c2;
391
+ padding: 5px;
488
392
  }
489
- .dvr-controls[data-dvr-controls] .live-info {
490
- font-size: 14px;
491
- letter-spacing: 0.8px;
492
- font-weight: 500;
393
+ .gear-wrapper ul.gear-sub-menu li a {
394
+ display: block;
395
+ text-decoration: none;
396
+ height: 32px;
397
+ padding: 5px 10px;
398
+ line-height: 22px;
493
399
  color: #fffffe;
494
- margin-left: 21px;
495
400
  }
496
- .dvr-controls[data-dvr-controls] .live-info::before {
497
- width: 10px;
498
- height: 10px;
499
- border-radius: 50%;
500
- margin-right: 8px;
501
- background-color: #ed4f4a;
502
- }
503
- .dvr-controls[data-dvr-controls] .live-button {
504
- height: 40px;
505
- opacity: 1;
506
- font-size: 14px;
507
- letter-spacing: 0.8px;
508
- font-weight: 500;
509
- margin-left: 20px;
510
- }
511
- .dvr-controls[data-dvr-controls] .live-button::before {
512
- width: 10px;
513
- height: 10px;
514
- border-radius: 50%;
515
- margin-right: 8px;
516
- background-color: #cacaca;
401
+ .gear-wrapper ul.gear-sub-menu li a:hover {
402
+ color: white;
403
+ background-color: rgba(0, 0, 0, 0.4);
517
404
  }
518
-
519
- .dvr .dvr-controls[data-dvr-controls] .live-info {
520
- display: none;
405
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
406
+ color: white;
407
+ text-decoration: none;
521
408
  }
522
- .dvr .dvr-controls[data-dvr-controls] .live-button {
409
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
410
+ width: 30px;
411
+ height: 20px;
412
+ float: left;
523
413
  display: block;
524
414
  }
525
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
526
- background-color: #005aff;
527
- }
528
-
529
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
530
- background-color: #ff0101;
531
- }div.player-error-screen, [data-player] div.player-error-screen {
532
- color: #CCCACA;
533
- position: absolute;
534
- top: 0;
535
- height: 100%;
536
- width: 100%;
537
- background-color: rgba(0, 0, 0, 0.7);
538
- z-index: 2000;
539
- display: flex;
540
- flex-direction: column;
541
- justify-content: center;
542
- }
543
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
544
- font-size: 14px;
545
- color: #CCCACA;
546
- margin-top: 45px;
547
- }
548
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
549
- font-weight: bold;
550
- line-height: 30px;
551
- font-size: 18px;
552
- }
553
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
554
- width: 90%;
555
- margin: 0 auto;
415
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
416
+ display: none;
556
417
  }
557
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
558
- font-size: 13px;
559
- margin-top: 15px;
418
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
419
+ display: inline;
560
420
  }
561
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
562
- cursor: pointer;
563
- width: 30px;
564
- margin: 15px auto 0;
421
+ .gear-wrapper svg {
422
+ height: 20px;
565
423
  }.context-menu {
566
424
  z-index: 999;
567
425
  position: absolute;
@@ -586,524 +444,541 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
586
444
  color: white;
587
445
  padding: 5px;
588
446
  cursor: pointer;
589
- }:root {
590
- --primary-background-color: #000;
591
- --secondary-background-color: #262626;
592
- --primary-text-color: #fff;
593
- --secondary-text-color: #fff4f2;
594
- --hover-text-color: #f9b090;
595
- --speedtest-red: #df564d;
596
- --speedtest-orange: #df934d;
597
- --speedtest-yellow: #dfd04d;
598
- --speedtest-light-green: #c2df4d;
599
- --speedtest-green: #73df4d;
447
+ }*, :focus, :visited {
448
+ outline: none !important;
600
449
  }
601
450
 
602
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
603
- position: absolute;
604
- display: inline-block;
605
- bottom: 52px;
606
- right: 16px;
607
- padding: 0 10px 12px;
608
- margin: 0;
609
- line-height: 20px;
610
- font-size: 12px;
611
- font-weight: 500;
612
- background: var(--primary-background-color);
613
- color: #fff;
614
- z-index: 20000;
615
- overflow: auto;
616
- max-height: calc(100vh - 60px);
617
- max-width: calc(100vw - 10px);
618
- }
619
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
620
- position: absolute;
621
- top: 0;
622
- left: 0;
623
- z-index: 99990;
624
- width: 100%;
625
- height: 32px;
626
- background: var(--primary-background-color);
627
- }
628
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
451
+ .multicamera[data-multicamera] {
629
452
  float: right;
630
- margin-right: 12px;
631
- margin-top: 10px;
632
- display: block;
633
- width: 12px;
634
- height: 12px;
453
+ margin-top: 4px;
454
+ position: relative;
455
+ margin-right: 20px;
456
+ width: 20px;
635
457
  }
636
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
637
- fill: var(--primary-text-color);
458
+ .multicamera[data-multicamera] button {
459
+ background-color: transparent;
460
+ color: #fff;
461
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
462
+ -webkit-font-smoothing: antialiased;
463
+ border: none;
464
+ font-size: 14px;
465
+ padding: 0;
638
466
  }
639
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
640
- fill: var(--hover-text-color);
467
+ .multicamera[data-multicamera] button svg {
468
+ height: 20px;
469
+ position: relative;
470
+ margin-top: 6px;
641
471
  }
642
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
643
- overflow: hidden;
644
- margin-top: 44px;
472
+ .multicamera[data-multicamera] button:hover {
473
+ color: #c9c9c9;
645
474
  }
646
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
647
- width: 820px;
475
+ .multicamera[data-multicamera] button.changing {
476
+ animation: pulse 0.5s infinite alternate;
648
477
  }
649
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
478
+ .multicamera[data-multicamera] button span.quality-arrow {
479
+ width: 9px;
480
+ height: 6px;
481
+ margin-top: 11px;
482
+ margin-left: 5px;
483
+ }
484
+ .multicamera[data-multicamera] > ul {
485
+ padding: 6px 0;
486
+ right: -24px;
487
+ width: 245px;
650
488
  list-style-type: none;
489
+ position: absolute;
490
+ bottom: 48px;
491
+ border-radius: 4px;
492
+ display: none;
493
+ background-color: rgba(74, 74, 74, 0.9);
651
494
  }
652
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
653
- padding-left: 2px;
654
- padding-right: 2px;
655
- background: var(--primary-background-color);
495
+ .multicamera[data-multicamera] > ul::after {
496
+ content: "";
497
+ position: absolute;
498
+ top: 100%;
499
+ left: 85%;
500
+ margin-left: -10px;
501
+ width: 0;
502
+ height: 0;
503
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
504
+ border-right: 10px solid transparent;
505
+ border-left: 10px solid transparent;
656
506
  }
657
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
658
- display: inline-block;
659
- float: left;
660
- padding: 5px;
661
- width: 200px;
507
+ .multicamera[data-multicamera] li {
508
+ font-size: 10px;
509
+ cursor: pointer;
662
510
  }
663
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
511
+ .multicamera[data-multicamera] li .multicamera-item {
512
+ display: flex;
513
+ padding: 10px 0;
514
+ justify-content: center;
664
515
  position: relative;
665
- padding: 0 5px;
666
- text-align: left;
667
- }
668
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
669
- padding: 0;
670
- }
671
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
672
- width: 100%;
673
- }
674
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
675
- background: var(--secondary-background-color);
676
516
  }
677
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
678
- background: var(--secondary-background-color);
679
- }
680
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
681
- text-align: center;
682
- font-weight: bold;
683
- padding-bottom: 4px;
684
- font-size: 14px;
517
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
518
+ pointer-events: none;
685
519
  }
686
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
687
- margin: 0;
688
- position: absolute;
689
- right: 0;
690
- top: 0;
520
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
521
+ opacity: 0.5;
691
522
  }
692
-
693
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
694
- width: 250px;
523
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
524
+ opacity: 0.5;
695
525
  }
696
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
697
- width: 100%;
526
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
527
+ background-color: rgba(0, 0, 0, 0);
698
528
  }
699
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
700
- padding: 0 5px;
701
- height: auto;
529
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
530
+ background-color: rgba(0, 0, 0, 0.3);
702
531
  }
703
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
704
- width: 100%;
705
- flex-direction: column;
532
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
533
+ width: 80px;
534
+ height: 60px;
706
535
  }
707
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
708
- width: 100%;
536
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
537
+ width: 80px;
538
+ height: 60px;
709
539
  }
710
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
711
- width: 100%;
540
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
541
+ width: 120px;
542
+ text-align: left;
543
+ margin-left: 15px;
712
544
  }
713
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
714
- padding-top: 12px;
715
- height: 38px;
716
- text-align: center;
545
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
546
+ width: 120px;
547
+ height: 20px;
548
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
549
+ font-size: 14px;
550
+ font-weight: normal;
551
+ font-style: normal;
552
+ font-stretch: normal;
553
+ line-height: 1.43;
554
+ letter-spacing: normal;
555
+ text-align: left;
556
+ color: #fff;
557
+ text-overflow: ellipsis;
558
+ overflow: hidden;
717
559
  }
718
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
719
- text-align: center;
560
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
561
+ opacity: 0.6;
720
562
  }
721
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
722
- height: 80px;
563
+ .multicamera[data-multicamera] li[data-title] {
564
+ background-color: #c3c2c2;
565
+ padding: 5px;
723
566
  }
724
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
725
- bottom: 0;
726
- left: 0;
567
+ .multicamera[data-multicamera] li a {
568
+ color: #444;
569
+ padding: 2px 10px;
570
+ display: block;
571
+ text-decoration: none;
727
572
  }
728
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
729
- inset: 50% auto auto 50%;
730
- transform: translate(-50%, -50%);
573
+ .multicamera[data-multicamera] li a:hover {
574
+ background-color: #555;
575
+ color: white;
731
576
  }
732
-
733
- .speed-test-button {
734
- margin: 10px 0 0;
735
- color: #000;
577
+ .multicamera[data-multicamera] li a:hover a {
578
+ color: white;
579
+ text-decoration: none;
580
+ }
581
+ .multicamera[data-multicamera] li.current a {
582
+ color: #f00;
736
583
  }
737
584
 
738
- .speed-test {
739
- position: absolute;
740
- top: 0;
741
- left: 0;
742
- width: 100%;
743
- height: 100%;
744
- z-index: 9999;
585
+ @keyframes pulse {
586
+ 0% {
587
+ color: #fff;
588
+ }
589
+ 50% {
590
+ color: #ff0101;
591
+ }
592
+ 100% {
593
+ color: #B80000;
594
+ }
595
+ }.clips.bar-container[data-seekbar] {
596
+ clip-path: url("#myClip");
597
+ }.dvr-controls[data-dvr-controls] {
598
+ display: inline-block;
599
+ float: left;
600
+ color: #fff;
601
+ line-height: 32px;
602
+ font-size: 10px;
603
+ font-weight: bold;
604
+ margin-left: 6px;
745
605
  }
746
- .speed-test .speed-test-header {
747
- width: 100%;
748
- height: 32px;
606
+ .dvr-controls[data-dvr-controls] .live-info {
607
+ cursor: default;
608
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
609
+ text-transform: uppercase;
749
610
  }
750
- .speed-test .speed-test-header .close-speed-test {
751
- float: right;
752
- margin-right: 5px;
753
- line-height: 32px;
611
+ .dvr-controls[data-dvr-controls] .live-info:before {
612
+ content: "";
613
+ display: inline-block;
614
+ position: relative;
615
+ width: 7px;
616
+ height: 7px;
617
+ border-radius: 3.5px;
618
+ margin-right: 3.5px;
619
+ background-color: #ff0101;
620
+ }
621
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
622
+ opacity: 0.3;
623
+ }
624
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
625
+ background-color: #fff;
626
+ }
627
+ .dvr-controls[data-dvr-controls] .live-button {
754
628
  cursor: pointer;
755
- color: var(--primary-text-color);
629
+ outline: none;
630
+ display: none;
631
+ border: 0;
632
+ color: #fff;
633
+ background-color: transparent;
634
+ height: 32px;
635
+ padding: 0;
636
+ opacity: 0.7;
637
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
638
+ text-transform: uppercase;
639
+ transition: all 0.1s ease;
756
640
  }
757
- .speed-test .speed-test-header .close-speed-test:hover {
758
- color: var(--hover-text-color);
641
+ .dvr-controls[data-dvr-controls] .live-button:before {
642
+ content: "";
643
+ display: inline-block;
644
+ position: relative;
645
+ width: 7px;
646
+ height: 7px;
647
+ border-radius: 3.5px;
648
+ margin-right: 3.5px;
649
+ background-color: #fff;
650
+ }
651
+ .dvr-controls[data-dvr-controls] .live-button:hover {
652
+ opacity: 1;
653
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
759
654
  }
760
655
 
761
- .settings-button {
762
- float: right;
763
- margin: 0 12px 0 0;
656
+ .dvr-controls[data-dvr-controls] {
764
657
  height: 40px;
765
- width: 24px;
766
- border: none;
767
- padding: 0;
658
+ line-height: 40px;
659
+ margin-left: 0;
768
660
  }
769
-
770
- .settings-options-list {
771
- position: absolute;
772
- right: 16px;
773
- bottom: 52px;
774
- background: var(--primary-background-color);
775
- width: 250px;
776
- height: 48px;
777
- z-index: 9999;
778
- border-radius: 4px;
661
+ .dvr-controls[data-dvr-controls] .live-info {
662
+ font-size: 14px;
663
+ letter-spacing: 0.8px;
664
+ font-weight: 500;
665
+ color: #fffffe;
666
+ margin-left: 21px;
779
667
  }
780
- .settings-options-list svg {
781
- float: left;
782
- margin-right: 10px;
668
+ .dvr-controls[data-dvr-controls] .live-info::before {
669
+ width: 10px;
670
+ height: 10px;
671
+ border-radius: 50%;
672
+ margin-right: 8px;
673
+ background-color: #ed4f4a;
783
674
  }
784
- .settings-options-list .settings-speedtest-option {
785
- color: var(--primary-text-color);
786
- margin: 0;
787
- text-align: left;
788
- height: 24px;
789
- line-height: 22px;
790
- padding: 14px;
791
- width: 250px;
792
- font-size: 12px;
675
+ .dvr-controls[data-dvr-controls] .live-button {
676
+ height: 40px;
677
+ opacity: 1;
678
+ font-size: 14px;
679
+ letter-spacing: 0.8px;
680
+ font-weight: 500;
681
+ margin-left: 20px;
793
682
  }
794
- .settings-options-list .settings-speedtest-option:hover {
795
- color: var(--hover-text-color);
683
+ .dvr-controls[data-dvr-controls] .live-button::before {
684
+ width: 10px;
685
+ height: 10px;
686
+ border-radius: 50%;
687
+ margin-right: 8px;
688
+ background-color: #cacaca;
796
689
  }
797
- .settings-options-list .settings-speedtest-option:hover svg path {
798
- fill: var(--hover-text-color);
690
+
691
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
692
+ display: none;
799
693
  }
800
- .settings-options-list .settings-speedtest-option svg path {
801
- fill: var(--primary-text-color);
694
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
695
+ display: block;
696
+ }
697
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
698
+ background-color: #005aff;
802
699
  }
803
700
 
804
- .speedtest-summary {
701
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
702
+ background-color: #ff0101;
703
+ }.level-disabled {
704
+ opacity: 0.5;
705
+ pointer-events: none;
706
+ }div.player-error-screen, [data-player] div.player-error-screen {
707
+ color: #CCCACA;
708
+ position: absolute;
709
+ top: 0;
710
+ height: 100%;
805
711
  width: 100%;
806
- border-top: 1px solid var(--secondary-background-color) !important;
807
- border-bottom: 1px solid var(--secondary-background-color) !important;
808
- display: flex !important;
712
+ background-color: rgba(0, 0, 0, 0.7);
713
+ z-index: 2000;
714
+ display: flex;
809
715
  flex-direction: column;
810
- align-items: stretch;
811
- justify-content: space-between;
716
+ justify-content: center;
812
717
  }
813
- .speedtest-summary .speedtest-summary-header {
814
- width: 100%;
815
- padding-top: 4px;
816
- text-align: left;
817
- height: 32px;
718
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
818
719
  font-size: 14px;
819
- font-weight: 500;
820
- line-height: 20px;
720
+ color: #CCCACA;
721
+ margin-top: 45px;
821
722
  }
822
- .speedtest-summary .speedtest-summary-block {
823
- position: relative;
824
- display: flex;
825
- flex-direction: row;
826
- width: 100%;
723
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
724
+ font-weight: bold;
725
+ line-height: 30px;
726
+ font-size: 18px;
827
727
  }
828
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
829
- width: 50%;
830
- margin-top: 4px;
831
- margin-bottom: 12px;
728
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
729
+ width: 90%;
730
+ margin: 0 auto;
832
731
  }
833
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
834
- padding: 2px;
835
- width: 248px;
836
- max-width: 100%;
732
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
733
+ font-size: 13px;
734
+ margin-top: 15px;
837
735
  }
838
-
839
- .speedtest-quality {
840
- width: 100%;
841
- height: 36px;
842
- display: flex !important;
843
- flex-direction: column !important;
844
- justify-content: space-between !important;
736
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
737
+ cursor: pointer;
738
+ width: 30px;
739
+ margin: 15px auto 0;
740
+ }.media-control-pip button {
741
+ float: right;
742
+ height: 40px;
743
+ margin-right: 20px;
845
744
  }
846
- .speedtest-quality .speedtest-quality-header {
847
- font-size: 12px;
745
+ .media-control-pip button svg {
848
746
  height: 20px;
849
- border-left: 2px solid var(--secondary-background-color) !important;
850
- background-color: var(--secondary-background-color);
851
- text-align: left;
852
- }
853
- .speedtest-quality-content {
854
- width: 100%;
855
- margin-top: 8px;
856
- height: 8px;
857
- display: flex !important;
858
- flex-direction: row !important;
859
- align-items: stretch !important;
860
- justify-content: space-between;
747
+ }.spinner-three-bounce[data-spinner] {
748
+ position: absolute;
749
+ width: 70px;
750
+ text-align: center;
751
+ z-index: 999;
752
+ left: 0;
753
+ right: 0;
754
+ margin: 0 auto;
755
+ margin-left: auto;
756
+ margin-right: auto;
757
+ /* center vertically */
758
+ top: 50%;
759
+ transform: translateY(-50%);
861
760
  }
862
- .speedtest-quality-content-item {
863
- width: 18.8%;
864
- background-color: #fff;
761
+ .spinner-three-bounce[data-spinner] > div {
762
+ width: 18px;
763
+ height: 18px;
764
+ background-color: #FFF;
765
+ border-radius: 100%;
766
+ display: inline-block;
767
+ animation: bouncedelay 1.4s infinite ease-in-out;
768
+ /* Prevent first frame from flickering when animation starts */
769
+ animation-fill-mode: both;
865
770
  }
866
- .speedtest-quality-content-item.speedtest-quality-value-1 {
867
- background-color: var(--speedtest-red);
771
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
772
+ animation-delay: -0.32s;
868
773
  }
869
- .speedtest-quality-content-item.speedtest-quality-value-2 {
870
- background-color: var(--speedtest-orange);
774
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
775
+ animation-delay: -0.16s;
871
776
  }
872
- .speedtest-quality-content-item.speedtest-quality-value-3 {
873
- background-color: var(--speedtest-yellow);
777
+
778
+ @keyframes bouncedelay {
779
+ 0%, 80%, 100% {
780
+ transform: scale(0);
781
+ }
782
+ 40% {
783
+ transform: scale(1);
784
+ }
785
+ }.share_plugin[data-share] {
786
+ pointer-events: auto;
787
+ z-index: 5;
788
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
874
789
  }
875
- .speedtest-quality-content-item.speedtest-quality-value-4 {
876
- background-color: var(--speedtest-light-green);
790
+ .share_plugin[data-share].share-hide .share-button-container {
791
+ right: -50px;
877
792
  }
878
- .speedtest-quality-content-item.speedtest-quality-value-5 {
879
- background-color: var(--speedtest-green);
793
+ .share_plugin[data-share] .share-button-container {
794
+ cursor: pointer;
795
+ width: 36px;
796
+ height: 36px;
797
+ background-color: rgba(74, 74, 74, 0.6);
798
+ border-radius: 4px;
799
+ position: absolute;
800
+ right: 10px;
801
+ top: 10px;
802
+ padding-top: 6px;
803
+ transition: all 0.3s ease-out;
880
804
  }
881
-
882
- .speedtest-footer {
883
- position: relative;
884
- float: left;
885
- width: 100%;
886
- height: 30px;
887
- line-height: 16px;
805
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
806
+ background-color: transparent;
807
+ border: 0;
808
+ margin: 0 6px;
809
+ padding: 0;
810
+ cursor: pointer;
811
+ display: inline-block;
812
+ width: 19px;
813
+ height: 20px;
888
814
  }
889
- .speedtest-footer-about-link {
815
+ .share_plugin[data-share] .share-container {
816
+ pointer-events: auto;
890
817
  position: absolute;
891
- bottom: 0;
892
- left: 0;
893
- color: var(--secondary-text-color);
894
- text-decoration: underline !important;
818
+ width: 280px;
819
+ background-color: white;
820
+ transform: translate(0, 50%);
821
+ transform: translate(-50%, -50%);
822
+ left: 50%;
823
+ /* margin-left: -140px; */
824
+ top: calc(50% - 20px);
825
+ /* margin-top: -170px; */
895
826
  }
896
- .speedtest-footer-about-link:hover {
897
- color: var(--hover-text-color);
827
+ .share_plugin[data-share] .share-container .share-container-header {
828
+ text-align: left;
829
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
898
830
  }
899
- .speedtest-footer .speedtest-footer-refresh {
900
- position: absolute;
901
- bottom: 0;
902
- right: 0;
903
- color: var(--secondary-text-color);
831
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
832
+ display: inline-block;
833
+ font-size: 16px;
834
+ margin: 5px;
835
+ }
836
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
837
+ display: inline-block;
838
+ width: 24px;
839
+ float: right;
840
+ margin: 5px;
841
+ cursor: pointer;
842
+ }
843
+ .share_plugin[data-share] .share-container .share-container-main {
844
+ margin-bottom: 8px;
845
+ }
846
+ .share_plugin[data-share] .share-container .share-container-main > div {
847
+ text-align: left;
904
848
  font-size: 14px;
905
- font-weight: 400;
906
- line-height: 16px;
907
- height: 16px;
908
- display: flex;
909
- align-items: center;
910
- gap: 4px;
849
+ padding: 5px;
911
850
  }
912
- .speedtest-footer .speedtest-footer-refresh svg path {
913
- fill: var(--secondary-text-color);
851
+ .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 {
852
+ overflow: hidden;
853
+ text-overflow: ellipsis;
854
+ color: #818181;
855
+ border: solid 1px #d3d3d3;
856
+ width: calc(100% - 10px);
857
+ padding: 5px;
914
858
  }
915
- .speedtest-footer .speedtest-footer-refresh:hover {
916
- color: var(--hover-text-color);
859
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
860
+ max-height: 90px;
861
+ resize: none;
917
862
  }
918
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
919
- fill: var(--hover-text-color);
863
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
864
+ width: 32px;
865
+ display: inline-block;
866
+ margin-right: 5px;
867
+ cursor: pointer;
868
+ }.seek-time[data-seek-time] {
869
+ position: absolute;
870
+ white-space: nowrap;
871
+ height: 20px;
872
+ line-height: 20px;
873
+ font-size: 0;
874
+ left: -100%;
875
+ bottom: 55px;
876
+ background-color: rgba(2, 2, 2, 0.5);
877
+ z-index: 9999;
878
+ transition: opacity 0.1s ease;
920
879
  }
921
-
922
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
923
- position: fixed;
924
- height: auto;
925
- width: auto;
926
- inset: 0;
927
- min-width: 100vw;
928
- padding-bottom: 4px;
929
- padding-left: 4px;
930
- padding-right: 4px;
880
+ .seek-time[data-seek-time].hidden[data-seek-time] {
881
+ opacity: 0;
931
882
  }
932
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
933
- position: fixed;
883
+ .seek-time[data-seek-time] [data-seek-time] {
884
+ display: inline-block;
885
+ color: white;
886
+ font-size: 10px;
887
+ padding-left: 7px;
888
+ padding-right: 7px;
889
+ vertical-align: top;
934
890
  }
935
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
936
- width: 50%;
891
+ .seek-time[data-seek-time] [data-duration] {
892
+ display: inline-block;
893
+ color: rgba(255, 255, 255, 0.5);
894
+ font-size: 10px;
895
+ padding-right: 7px;
896
+ vertical-align: top;
897
+ }
898
+ .seek-time[data-seek-time] [data-duration]::before {
899
+ content: "|";
900
+ margin-right: 7px;
901
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
902
+ height: 0;
937
903
  }
938
904
 
939
- @media only screen and (orientation: portrait) {
940
- .mobile .speedtest-summary {
941
- padding: 0 5px;
942
- height: auto;
943
- }
944
- .mobile .speedtest-summary-block {
945
- width: 100%;
946
- flex-direction: column;
947
- }
948
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
949
- width: 100%;
950
- }
951
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
952
- width: 100%;
953
- }
954
- .mobile .speedtest-summary-header {
955
- padding-top: 12px;
956
- height: 38px;
957
- text-align: center;
958
- }
959
- .mobile .speedtest-quality-header {
960
- text-align: center;
961
- }
962
- .mobile .speedtest-footer .speedtest-footer-refresh {
963
- inset: 50% auto auto 50%;
964
- transform: translate(-50%, -50%);
965
- }
905
+ .skip_time_plugin[data-skip-time] {
906
+ position: absolute;
907
+ width: 100%;
908
+ height: calc(100% - 50px);
909
+ z-index: 9998;
910
+ background-color: transparent;
911
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
966
912
  }
967
- @media only screen and (orientation: landscape) {
968
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
969
- width: 25%;
970
- }
913
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
914
+ width: 100%;
915
+ height: 100%;
916
+ display: flex;
917
+ justify-content: space-between;
918
+ }
919
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
920
+ width: 33.3%;
921
+ height: 100%;
971
922
  }*, :focus, :visited {
972
923
  outline: none !important;
973
924
  }
974
925
 
975
- .multicamera[data-multicamera] {
926
+ .subtitles[data-subtitles] {
976
927
  float: right;
977
- margin-top: 4px;
978
928
  position: relative;
979
- margin-right: 20px;
980
- width: 20px;
929
+ width: 50px;
981
930
  }
982
- .multicamera[data-multicamera] button {
931
+ .subtitles[data-subtitles] button {
983
932
  background-color: transparent;
984
933
  color: #fff;
985
934
  font-family: Roboto, "Open Sans", Arial, sans-serif;
986
935
  -webkit-font-smoothing: antialiased;
987
936
  border: none;
988
- font-size: 14px;
989
- padding: 0;
990
- }
991
- .multicamera[data-multicamera] button svg {
992
- height: 20px;
993
- position: relative;
994
- margin-top: 6px;
995
- }
996
- .multicamera[data-multicamera] button:hover {
997
- color: #c9c9c9;
998
- }
999
- .multicamera[data-multicamera] button.changing {
1000
- animation: pulse 0.5s infinite alternate;
1001
- }
1002
- .multicamera[data-multicamera] button span.quality-arrow {
1003
- width: 9px;
1004
- height: 6px;
1005
- margin-top: 11px;
1006
- margin-left: 5px;
1007
- }
1008
- .multicamera[data-multicamera] > ul {
1009
- padding: 6px 0;
1010
- right: -24px;
1011
- width: 245px;
1012
- list-style-type: none;
1013
- position: absolute;
1014
- bottom: 48px;
1015
- border-radius: 4px;
1016
- display: none;
1017
- background-color: rgba(74, 74, 74, 0.9);
1018
- }
1019
- .multicamera[data-multicamera] > ul::after {
1020
- content: "";
1021
- position: absolute;
1022
- top: 100%;
1023
- left: 85%;
1024
- margin-left: -10px;
1025
- width: 0;
1026
- height: 0;
1027
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1028
- border-right: 10px solid transparent;
1029
- border-left: 10px solid transparent;
1030
- }
1031
- .multicamera[data-multicamera] li {
1032
- font-size: 10px;
1033
- cursor: pointer;
1034
- }
1035
- .multicamera[data-multicamera] li .multicamera-item {
1036
- display: flex;
1037
- padding: 10px 0;
1038
- justify-content: center;
1039
- position: relative;
1040
- }
1041
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1042
- pointer-events: none;
1043
- }
1044
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1045
- opacity: 0.5;
1046
- }
1047
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1048
- opacity: 0.5;
1049
- }
1050
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1051
- background-color: rgba(0, 0, 0, 0);
1052
- }
1053
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1054
- background-color: rgba(0, 0, 0, 0.3);
937
+ font-size: 14px;
938
+ cursor: pointer;
1055
939
  }
1056
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1057
- width: 80px;
1058
- height: 60px;
940
+ .subtitles[data-subtitles] button .subtitle-text svg {
941
+ fill: white;
1059
942
  }
1060
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1061
- width: 80px;
1062
- height: 60px;
943
+ .subtitles[data-subtitles] button:hover {
944
+ color: #c9c9c9;
1063
945
  }
1064
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1065
- width: 120px;
1066
- text-align: left;
1067
- margin-left: 15px;
946
+ .subtitles[data-subtitles] button.changing {
947
+ animation: pulse 0.5s infinite alternate;
1068
948
  }
1069
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1070
- width: 120px;
1071
- height: 20px;
1072
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1073
- font-size: 14px;
1074
- font-weight: normal;
1075
- font-style: normal;
1076
- font-stretch: normal;
1077
- line-height: 1.43;
1078
- letter-spacing: normal;
1079
- text-align: left;
1080
- color: #fff;
1081
- text-overflow: ellipsis;
1082
- overflow: hidden;
949
+ .subtitles[data-subtitles] > ul {
950
+ width: 80px;
951
+ list-style-type: none;
952
+ position: absolute;
953
+ bottom: 25px;
954
+ border: 1px solid black;
955
+ display: none;
956
+ background-color: #e6e6e6;
1083
957
  }
1084
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1085
- opacity: 0.6;
958
+ .subtitles[data-subtitles] li {
959
+ font-size: 10px;
1086
960
  }
1087
- .multicamera[data-multicamera] li[data-title] {
961
+ .subtitles[data-subtitles] li[data-title] {
1088
962
  background-color: #c3c2c2;
1089
963
  padding: 5px;
1090
964
  }
1091
- .multicamera[data-multicamera] li a {
965
+ .subtitles[data-subtitles] li a {
1092
966
  color: #444;
1093
967
  padding: 2px 10px;
1094
968
  display: block;
1095
969
  text-decoration: none;
1096
970
  }
1097
- .multicamera[data-multicamera] li a:hover {
971
+ .subtitles[data-subtitles] li a:hover {
1098
972
  background-color: #555;
1099
973
  color: white;
1100
974
  }
1101
- .multicamera[data-multicamera] li a:hover a {
975
+ .subtitles[data-subtitles] li a:hover a {
1102
976
  color: white;
1103
977
  text-decoration: none;
1104
978
  }
1105
- .multicamera[data-multicamera] li.current a {
979
+ .subtitles[data-subtitles] li.current a {
1106
980
  color: #f00;
981
+ background-color: #555;
1107
982
  }
1108
983
 
1109
984
  @keyframes pulse {
@@ -1116,13 +991,85 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1116
991
  100% {
1117
992
  color: #B80000;
1118
993
  }
1119
- }.media-control-pip button {
1120
- float: right;
1121
- height: 40px;
1122
- margin-right: 20px;
1123
994
  }
1124
- .media-control-pip button svg {
1125
- height: 20px;
995
+ ::cue {
996
+ visibility: hidden !important;
997
+ font-size: 0 !important;
998
+ }
999
+
1000
+ .ios-fullscreen::cue {
1001
+ visibility: visible !important;
1002
+ font-size: 1em !important;
1003
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1004
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1005
+ display: block;
1006
+ }
1007
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1008
+ width: 40px;
1009
+ margin-top: 0;
1010
+ }
1011
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1012
+ display: flex;
1013
+ justify-content: center;
1014
+ padding: 0;
1015
+ align-items: center;
1016
+ }
1017
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1018
+ color: white;
1019
+ }
1020
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1021
+ background-color: rgba(74, 74, 74, 0.6);
1022
+ border: none;
1023
+ width: auto;
1024
+ transform: rotate(180deg);
1025
+ border-radius: 4px;
1026
+ bottom: 52px;
1027
+ margin-left: -28px;
1028
+ }
1029
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1030
+ transform: rotate(-180deg);
1031
+ font-size: 16px;
1032
+ text-align: center;
1033
+ white-space: nowrap;
1034
+ height: 30px;
1035
+ }
1036
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1037
+ height: 30px;
1038
+ padding: 5px 10px;
1039
+ color: #fffffe;
1040
+ }
1041
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1042
+ background-color: rgba(0, 0, 0, 0.4);
1043
+ }
1044
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1045
+ background-color: rgba(0, 0, 0, 0.4);
1046
+ }
1047
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1048
+ border-bottom-left-radius: 4px;
1049
+ border-bottom-right-radius: 4px;
1050
+ }
1051
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1052
+ border-top-left-radius: 4px;
1053
+ border-top-right-radius: 4px;
1054
+ }
1055
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1056
+ height: 26px;
1057
+ line-height: 26px;
1058
+ bottom: 52px;
1059
+ border-radius: 3px;
1060
+ background-color: rgba(74, 74, 74, 0.7);
1061
+ }
1062
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1063
+ letter-spacing: 0.8px;
1064
+ font-size: 14px;
1065
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1066
+ }
1067
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1068
+ padding-left: 8px;
1069
+ padding-right: 8px;
1070
+ }
1071
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1072
+ display: none !important;
1126
1073
  }[data-player] {
1127
1074
  --bottom-panel: 40px;
1128
1075
  }
@@ -1728,369 +1675,422 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1728
1675
  }
1729
1676
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1730
1677
  transform: scaleY(1.5);
1731
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1732
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1733
- display: block;
1734
- }
1735
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1736
- width: 40px;
1737
- margin-top: 0;
1738
- }
1739
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1678
+ }.player-poster[data-poster] {
1740
1679
  display: flex;
1741
1680
  justify-content: center;
1742
- padding: 0;
1743
1681
  align-items: center;
1682
+ position: absolute;
1683
+ height: 100%;
1684
+ width: 100%;
1685
+ z-index: 998;
1686
+ top: 0;
1687
+ left: 0;
1688
+ background-color: #000;
1689
+ background-size: cover;
1690
+ background-repeat: no-repeat;
1691
+ background-position: 50% 50%;
1744
1692
  }
1745
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1746
- color: white;
1693
+ .player-poster[data-poster].clickable {
1694
+ cursor: pointer;
1747
1695
  }
1748
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1749
- background-color: rgba(74, 74, 74, 0.6);
1750
- border: none;
1751
- width: auto;
1752
- transform: rotate(180deg);
1753
- border-radius: 4px;
1696
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1697
+ opacity: 1;
1698
+ }
1699
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1700
+ width: 100%;
1701
+ height: 25%;
1702
+ margin: 0 auto;
1703
+ opacity: 0.75;
1704
+ transition: opacity 0.1s ease;
1705
+ }
1706
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1707
+ height: 100%;
1708
+ display: inline;
1709
+ }
1710
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1711
+ fill: #fff;
1712
+ }:root {
1713
+ --primary-background-color: #000;
1714
+ --secondary-background-color: #262626;
1715
+ --primary-text-color: #fff;
1716
+ --secondary-text-color: #fff4f2;
1717
+ --hover-text-color: #f9b090;
1718
+ --speedtest-red: #df564d;
1719
+ --speedtest-orange: #df934d;
1720
+ --speedtest-yellow: #dfd04d;
1721
+ --speedtest-light-green: #c2df4d;
1722
+ --speedtest-green: #73df4d;
1723
+ }
1724
+
1725
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1726
+ position: absolute;
1727
+ display: inline-block;
1754
1728
  bottom: 52px;
1755
- margin-left: -28px;
1729
+ right: 16px;
1730
+ padding: 0 10px 12px;
1731
+ margin: 0;
1732
+ line-height: 20px;
1733
+ font-size: 12px;
1734
+ font-weight: 500;
1735
+ background: var(--primary-background-color);
1736
+ color: #fff;
1737
+ z-index: 20000;
1738
+ overflow: auto;
1739
+ max-height: calc(100vh - 60px);
1740
+ max-width: calc(100vw - 10px);
1756
1741
  }
1757
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1758
- transform: rotate(-180deg);
1759
- font-size: 16px;
1760
- text-align: center;
1761
- white-space: nowrap;
1762
- height: 30px;
1742
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1743
+ position: absolute;
1744
+ top: 0;
1745
+ left: 0;
1746
+ z-index: 99990;
1747
+ width: 100%;
1748
+ height: 32px;
1749
+ background: var(--primary-background-color);
1750
+ }
1751
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1752
+ float: right;
1753
+ margin-right: 12px;
1754
+ margin-top: 10px;
1755
+ display: block;
1756
+ width: 12px;
1757
+ height: 12px;
1758
+ }
1759
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1760
+ fill: var(--primary-text-color);
1761
+ }
1762
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1763
+ fill: var(--hover-text-color);
1764
+ }
1765
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1766
+ overflow: hidden;
1767
+ margin-top: 44px;
1768
+ }
1769
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1770
+ width: 820px;
1771
+ }
1772
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1773
+ list-style-type: none;
1774
+ }
1775
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1776
+ padding-left: 2px;
1777
+ padding-right: 2px;
1778
+ background: var(--primary-background-color);
1763
1779
  }
1764
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1765
- height: 30px;
1766
- padding: 5px 10px;
1767
- color: #fffffe;
1780
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1781
+ display: inline-block;
1782
+ float: left;
1783
+ padding: 5px;
1784
+ width: 200px;
1768
1785
  }
1769
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1770
- background-color: rgba(0, 0, 0, 0.4);
1786
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1787
+ position: relative;
1788
+ padding: 0 5px;
1789
+ text-align: left;
1771
1790
  }
1772
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1773
- background-color: rgba(0, 0, 0, 0.4);
1791
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1792
+ padding: 0;
1774
1793
  }
1775
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1776
- border-bottom-left-radius: 4px;
1777
- border-bottom-right-radius: 4px;
1794
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1795
+ width: 100%;
1778
1796
  }
1779
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1780
- border-top-left-radius: 4px;
1781
- border-top-right-radius: 4px;
1797
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1798
+ background: var(--secondary-background-color);
1782
1799
  }
1783
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1784
- height: 26px;
1785
- line-height: 26px;
1786
- bottom: 52px;
1787
- border-radius: 3px;
1788
- background-color: rgba(74, 74, 74, 0.7);
1800
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1801
+ background: var(--secondary-background-color);
1789
1802
  }
1790
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1791
- letter-spacing: 0.8px;
1803
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
1804
+ text-align: center;
1805
+ font-weight: bold;
1806
+ padding-bottom: 4px;
1792
1807
  font-size: 14px;
1793
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1794
- }
1795
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1796
- padding-left: 8px;
1797
- padding-right: 8px;
1798
1808
  }
1799
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1800
- display: none !important;
1801
- }.level-disabled {
1802
- opacity: 0.5;
1803
- pointer-events: none;
1804
- }.player-poster[data-poster] {
1805
- display: flex;
1806
- justify-content: center;
1807
- align-items: center;
1809
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
1810
+ margin: 0;
1808
1811
  position: absolute;
1809
- height: 100%;
1810
- width: 100%;
1811
- z-index: 998;
1812
+ right: 0;
1812
1813
  top: 0;
1813
- left: 0;
1814
- background-color: #000;
1815
- background-size: cover;
1816
- background-repeat: no-repeat;
1817
- background-position: 50% 50%;
1818
1814
  }
1819
- .player-poster[data-poster].clickable {
1820
- cursor: pointer;
1815
+
1816
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
1817
+ width: 250px;
1821
1818
  }
1822
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1823
- opacity: 1;
1819
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
1820
+ width: 100%;
1824
1821
  }
1825
- .player-poster[data-poster] .play-wrapper[data-poster] {
1822
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
1823
+ padding: 0 5px;
1824
+ height: auto;
1825
+ }
1826
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
1826
1827
  width: 100%;
1827
- height: 25%;
1828
- margin: 0 auto;
1829
- opacity: 0.75;
1830
- transition: opacity 0.1s ease;
1828
+ flex-direction: column;
1831
1829
  }
1832
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1833
- height: 100%;
1834
- display: inline;
1830
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1831
+ width: 100%;
1835
1832
  }
1836
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1837
- fill: #fff;
1838
- }.spinner-three-bounce[data-spinner] {
1839
- position: absolute;
1840
- width: 70px;
1833
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1834
+ width: 100%;
1835
+ }
1836
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
1837
+ padding-top: 12px;
1838
+ height: 38px;
1841
1839
  text-align: center;
1842
- z-index: 999;
1843
- left: 0;
1844
- right: 0;
1845
- margin: 0 auto;
1846
- margin-left: auto;
1847
- margin-right: auto;
1848
- /* center vertically */
1849
- top: 50%;
1850
- transform: translateY(-50%);
1851
1840
  }
1852
- .spinner-three-bounce[data-spinner] > div {
1853
- width: 18px;
1854
- height: 18px;
1855
- background-color: #FFF;
1856
- border-radius: 100%;
1857
- display: inline-block;
1858
- animation: bouncedelay 1.4s infinite ease-in-out;
1859
- /* Prevent first frame from flickering when animation starts */
1860
- animation-fill-mode: both;
1841
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
1842
+ text-align: center;
1861
1843
  }
1862
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1863
- animation-delay: -0.32s;
1844
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
1845
+ height: 80px;
1864
1846
  }
1865
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1866
- animation-delay: -0.16s;
1847
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
1848
+ bottom: 0;
1849
+ left: 0;
1850
+ }
1851
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1852
+ inset: 50% auto auto 50%;
1853
+ transform: translate(-50%, -50%);
1867
1854
  }
1868
1855
 
1869
- @keyframes bouncedelay {
1870
- 0%, 80%, 100% {
1871
- transform: scale(0);
1872
- }
1873
- 40% {
1874
- transform: scale(1);
1875
- }
1876
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1877
- height: 0;
1856
+ .speed-test-button {
1857
+ margin: 10px 0 0;
1858
+ color: #000;
1878
1859
  }
1879
1860
 
1880
- .skip_time_plugin[data-skip-time] {
1861
+ .speed-test {
1881
1862
  position: absolute;
1863
+ top: 0;
1864
+ left: 0;
1882
1865
  width: 100%;
1883
- height: calc(100% - 50px);
1884
- z-index: 9998;
1885
- background-color: transparent;
1886
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1866
+ height: 100%;
1867
+ z-index: 9999;
1887
1868
  }
1888
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1869
+ .speed-test .speed-test-header {
1889
1870
  width: 100%;
1890
- height: 100%;
1891
- display: flex;
1892
- justify-content: space-between;
1871
+ height: 32px;
1893
1872
  }
1894
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1895
- width: 33.3%;
1896
- height: 100%;
1897
- }.seek-time[data-seek-time] {
1873
+ .speed-test .speed-test-header .close-speed-test {
1874
+ float: right;
1875
+ margin-right: 5px;
1876
+ line-height: 32px;
1877
+ cursor: pointer;
1878
+ color: var(--primary-text-color);
1879
+ }
1880
+ .speed-test .speed-test-header .close-speed-test:hover {
1881
+ color: var(--hover-text-color);
1882
+ }
1883
+
1884
+ .settings-button {
1885
+ float: right;
1886
+ margin: 0 12px 0 0;
1887
+ height: 40px;
1888
+ width: 24px;
1889
+ border: none;
1890
+ padding: 0;
1891
+ }
1892
+
1893
+ .settings-options-list {
1898
1894
  position: absolute;
1899
- white-space: nowrap;
1900
- height: 20px;
1901
- line-height: 20px;
1902
- font-size: 0;
1903
- left: -100%;
1904
- bottom: 55px;
1905
- background-color: rgba(2, 2, 2, 0.5);
1895
+ right: 16px;
1896
+ bottom: 52px;
1897
+ background: var(--primary-background-color);
1898
+ width: 250px;
1899
+ height: 48px;
1906
1900
  z-index: 9999;
1907
- transition: opacity 0.1s ease;
1901
+ border-radius: 4px;
1908
1902
  }
1909
- .seek-time[data-seek-time].hidden[data-seek-time] {
1910
- opacity: 0;
1903
+ .settings-options-list svg {
1904
+ float: left;
1905
+ margin-right: 10px;
1911
1906
  }
1912
- .seek-time[data-seek-time] [data-seek-time] {
1913
- display: inline-block;
1914
- color: white;
1915
- font-size: 10px;
1916
- padding-left: 7px;
1917
- padding-right: 7px;
1918
- vertical-align: top;
1907
+ .settings-options-list .settings-speedtest-option {
1908
+ color: var(--primary-text-color);
1909
+ margin: 0;
1910
+ text-align: left;
1911
+ height: 24px;
1912
+ line-height: 22px;
1913
+ padding: 14px;
1914
+ width: 250px;
1915
+ font-size: 12px;
1919
1916
  }
1920
- .seek-time[data-seek-time] [data-duration] {
1921
- display: inline-block;
1922
- color: rgba(255, 255, 255, 0.5);
1923
- font-size: 10px;
1924
- padding-right: 7px;
1925
- vertical-align: top;
1917
+ .settings-options-list .settings-speedtest-option:hover {
1918
+ color: var(--hover-text-color);
1919
+ }
1920
+ .settings-options-list .settings-speedtest-option:hover svg path {
1921
+ fill: var(--hover-text-color);
1922
+ }
1923
+ .settings-options-list .settings-speedtest-option svg path {
1924
+ fill: var(--primary-text-color);
1925
+ }
1926
+
1927
+ .speedtest-summary {
1928
+ width: 100%;
1929
+ border-top: 1px solid var(--secondary-background-color) !important;
1930
+ border-bottom: 1px solid var(--secondary-background-color) !important;
1931
+ display: flex !important;
1932
+ flex-direction: column;
1933
+ align-items: stretch;
1934
+ justify-content: space-between;
1935
+ }
1936
+ .speedtest-summary .speedtest-summary-header {
1937
+ width: 100%;
1938
+ padding-top: 4px;
1939
+ text-align: left;
1940
+ height: 32px;
1941
+ font-size: 14px;
1942
+ font-weight: 500;
1943
+ line-height: 20px;
1926
1944
  }
1927
- .seek-time[data-seek-time] [data-duration]::before {
1928
- content: "|";
1929
- margin-right: 7px;
1930
- }.share_plugin[data-share] {
1931
- pointer-events: auto;
1932
- z-index: 5;
1933
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1945
+ .speedtest-summary .speedtest-summary-block {
1946
+ position: relative;
1947
+ display: flex;
1948
+ flex-direction: row;
1949
+ width: 100%;
1934
1950
  }
1935
- .share_plugin[data-share].share-hide .share-button-container {
1936
- right: -50px;
1951
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1952
+ width: 50%;
1953
+ margin-top: 4px;
1954
+ margin-bottom: 12px;
1937
1955
  }
1938
- .share_plugin[data-share] .share-button-container {
1939
- cursor: pointer;
1940
- width: 36px;
1956
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1957
+ padding: 2px;
1958
+ width: 248px;
1959
+ max-width: 100%;
1960
+ }
1961
+
1962
+ .speedtest-quality {
1963
+ width: 100%;
1941
1964
  height: 36px;
1942
- background-color: rgba(74, 74, 74, 0.6);
1943
- border-radius: 4px;
1944
- position: absolute;
1945
- right: 10px;
1946
- top: 10px;
1947
- padding-top: 6px;
1948
- transition: all 0.3s ease-out;
1965
+ display: flex !important;
1966
+ flex-direction: column !important;
1967
+ justify-content: space-between !important;
1949
1968
  }
1950
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1951
- background-color: transparent;
1952
- border: 0;
1953
- margin: 0 6px;
1954
- padding: 0;
1955
- cursor: pointer;
1956
- display: inline-block;
1957
- width: 19px;
1969
+ .speedtest-quality .speedtest-quality-header {
1970
+ font-size: 12px;
1958
1971
  height: 20px;
1959
- }
1960
- .share_plugin[data-share] .share-container {
1961
- pointer-events: auto;
1962
- position: absolute;
1963
- width: 280px;
1964
- background-color: white;
1965
- transform: translate(0, 50%);
1966
- transform: translate(-50%, -50%);
1967
- left: 50%;
1968
- /* margin-left: -140px; */
1969
- top: calc(50% - 20px);
1970
- /* margin-top: -170px; */
1971
- }
1972
- .share_plugin[data-share] .share-container .share-container-header {
1972
+ border-left: 2px solid var(--secondary-background-color) !important;
1973
+ background-color: var(--secondary-background-color);
1973
1974
  text-align: left;
1974
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1975
1975
  }
1976
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1977
- display: inline-block;
1978
- font-size: 16px;
1979
- margin: 5px;
1976
+ .speedtest-quality-content {
1977
+ width: 100%;
1978
+ margin-top: 8px;
1979
+ height: 8px;
1980
+ display: flex !important;
1981
+ flex-direction: row !important;
1982
+ align-items: stretch !important;
1983
+ justify-content: space-between;
1980
1984
  }
1981
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1982
- display: inline-block;
1983
- width: 24px;
1984
- float: right;
1985
- margin: 5px;
1986
- cursor: pointer;
1985
+ .speedtest-quality-content-item {
1986
+ width: 18.8%;
1987
+ background-color: #fff;
1987
1988
  }
1988
- .share_plugin[data-share] .share-container .share-container-main {
1989
- margin-bottom: 8px;
1989
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
1990
+ background-color: var(--speedtest-red);
1990
1991
  }
1991
- .share_plugin[data-share] .share-container .share-container-main > div {
1992
- text-align: left;
1993
- font-size: 14px;
1994
- padding: 5px;
1992
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
1993
+ background-color: var(--speedtest-orange);
1995
1994
  }
1996
- .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 {
1997
- overflow: hidden;
1998
- text-overflow: ellipsis;
1999
- color: #818181;
2000
- border: solid 1px #d3d3d3;
2001
- width: calc(100% - 10px);
2002
- padding: 5px;
1995
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
1996
+ background-color: var(--speedtest-yellow);
2003
1997
  }
2004
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
2005
- max-height: 90px;
2006
- resize: none;
1998
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
1999
+ background-color: var(--speedtest-light-green);
2007
2000
  }
2008
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
2009
- width: 32px;
2010
- display: inline-block;
2011
- margin-right: 5px;
2012
- cursor: pointer;
2013
- }*, :focus, :visited {
2014
- outline: none !important;
2001
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
2002
+ background-color: var(--speedtest-green);
2015
2003
  }
2016
2004
 
2017
- .subtitles[data-subtitles] {
2018
- float: right;
2005
+ .speedtest-footer {
2019
2006
  position: relative;
2020
- width: 50px;
2021
- }
2022
- .subtitles[data-subtitles] button {
2023
- background-color: transparent;
2024
- color: #fff;
2025
- font-family: Roboto, "Open Sans", Arial, sans-serif;
2026
- -webkit-font-smoothing: antialiased;
2027
- border: none;
2028
- font-size: 14px;
2029
- cursor: pointer;
2030
- }
2031
- .subtitles[data-subtitles] button .subtitle-text svg {
2032
- fill: white;
2007
+ float: left;
2008
+ width: 100%;
2009
+ height: 30px;
2010
+ line-height: 16px;
2033
2011
  }
2034
- .subtitles[data-subtitles] button:hover {
2035
- color: #c9c9c9;
2012
+ .speedtest-footer-about-link {
2013
+ position: absolute;
2014
+ bottom: 0;
2015
+ left: 0;
2016
+ color: var(--secondary-text-color);
2017
+ text-decoration: underline !important;
2036
2018
  }
2037
- .subtitles[data-subtitles] button.changing {
2038
- animation: pulse 0.5s infinite alternate;
2019
+ .speedtest-footer-about-link:hover {
2020
+ color: var(--hover-text-color);
2039
2021
  }
2040
- .subtitles[data-subtitles] > ul {
2041
- width: 80px;
2042
- list-style-type: none;
2022
+ .speedtest-footer .speedtest-footer-refresh {
2043
2023
  position: absolute;
2044
- bottom: 25px;
2045
- border: 1px solid black;
2046
- display: none;
2047
- background-color: #e6e6e6;
2024
+ bottom: 0;
2025
+ right: 0;
2026
+ color: var(--secondary-text-color);
2027
+ font-size: 14px;
2028
+ font-weight: 400;
2029
+ line-height: 16px;
2030
+ height: 16px;
2031
+ display: flex;
2032
+ align-items: center;
2033
+ gap: 4px;
2048
2034
  }
2049
- .subtitles[data-subtitles] li {
2050
- font-size: 10px;
2035
+ .speedtest-footer .speedtest-footer-refresh svg path {
2036
+ fill: var(--secondary-text-color);
2051
2037
  }
2052
- .subtitles[data-subtitles] li[data-title] {
2053
- background-color: #c3c2c2;
2054
- padding: 5px;
2038
+ .speedtest-footer .speedtest-footer-refresh:hover {
2039
+ color: var(--hover-text-color);
2055
2040
  }
2056
- .subtitles[data-subtitles] li a {
2057
- color: #444;
2058
- padding: 2px 10px;
2059
- display: block;
2060
- text-decoration: none;
2041
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
2042
+ fill: var(--hover-text-color);
2061
2043
  }
2062
- .subtitles[data-subtitles] li a:hover {
2063
- background-color: #555;
2064
- color: white;
2044
+
2045
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
2046
+ position: fixed;
2047
+ height: auto;
2048
+ width: auto;
2049
+ inset: 0;
2050
+ min-width: 100vw;
2051
+ padding-bottom: 4px;
2052
+ padding-left: 4px;
2053
+ padding-right: 4px;
2065
2054
  }
2066
- .subtitles[data-subtitles] li a:hover a {
2067
- color: white;
2068
- text-decoration: none;
2055
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
2056
+ position: fixed;
2069
2057
  }
2070
- .subtitles[data-subtitles] li.current a {
2071
- color: #f00;
2072
- background-color: #555;
2058
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
2059
+ width: 50%;
2073
2060
  }
2074
2061
 
2075
- @keyframes pulse {
2076
- 0% {
2077
- color: #fff;
2062
+ @media only screen and (orientation: portrait) {
2063
+ .mobile .speedtest-summary {
2064
+ padding: 0 5px;
2065
+ height: auto;
2078
2066
  }
2079
- 50% {
2080
- color: #ff0101;
2067
+ .mobile .speedtest-summary-block {
2068
+ width: 100%;
2069
+ flex-direction: column;
2081
2070
  }
2082
- 100% {
2083
- color: #B80000;
2071
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
2072
+ width: 100%;
2073
+ }
2074
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
2075
+ width: 100%;
2076
+ }
2077
+ .mobile .speedtest-summary-header {
2078
+ padding-top: 12px;
2079
+ height: 38px;
2080
+ text-align: center;
2081
+ }
2082
+ .mobile .speedtest-quality-header {
2083
+ text-align: center;
2084
+ }
2085
+ .mobile .speedtest-footer .speedtest-footer-refresh {
2086
+ inset: 50% auto auto 50%;
2087
+ transform: translate(-50%, -50%);
2084
2088
  }
2085
2089
  }
2086
- ::cue {
2087
- visibility: hidden !important;
2088
- font-size: 0 !important;
2089
- }
2090
-
2091
- .ios-fullscreen::cue {
2092
- visibility: visible !important;
2093
- font-size: 1em !important;
2090
+ @media only screen and (orientation: landscape) {
2091
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
2092
+ width: 25%;
2093
+ }
2094
2094
  }.player-logo[data-logo] {
2095
2095
  position: absolute;
2096
2096
  z-index: 2;