@gcorevideo/player 2.22.3 → 2.22.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,6 +122,95 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.big-mute-icon-wrapper[data-big-mute] {
126
+ position: absolute;
127
+ z-index: 9998;
128
+ background-color: transparent;
129
+ display: flex;
130
+ justify-content: center;
131
+ width: 100%;
132
+ height: calc(100% - 50px);
133
+ margin: 0 auto;
134
+ opacity: 0.75;
135
+ transition: opacity 0.1s ease;
136
+ pointer-events: auto;
137
+ }
138
+ .big-mute-icon-wrapper[data-big-mute].hide {
139
+ display: none;
140
+ }
141
+ .big-mute-icon-wrapper[data-big-mute]:hover {
142
+ cursor: pointer;
143
+ }
144
+
145
+ .big-mute-icon[data-big-mute-icon] {
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ align-self: center;
150
+ width: 120px;
151
+ height: 120px;
152
+ border: 2px solid white;
153
+ border-radius: 50%;
154
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
155
+ filter: alpha(opacity=60);
156
+ opacity: 1;
157
+ box-shadow: 0 0 1px 0 white;
158
+ background: rgba(240, 243, 247, 0.9411764706);
159
+ z-index: 10000;
160
+ }
161
+ .big-mute-icon[data-big-mute-icon] svg {
162
+ margin-left: 5px;
163
+ width: 80px;
164
+ height: 80px;
165
+ }
166
+ .big-mute-icon[data-big-mute-icon] svg path {
167
+ fill: #1f1e1e !important;
168
+ }
169
+ .big-mute-icon[data-big-mute-icon]:hover {
170
+ background: rgba(240, 243, 247, 0.8784313725);
171
+ }
172
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
173
+ fill: #151515 !important;
174
+ }.clips.bar-container[data-seekbar] {
175
+ clip-path: url("#myClip");
176
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
177
+ order: 99;
178
+ height: 20px;
179
+ }
180
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
181
+ position: absolute;
182
+ right: 16px;
183
+ bottom: 52px;
184
+ width: 250px;
185
+ min-height: 48px;
186
+ z-index: 9999;
187
+ border-radius: 4px;
188
+ }
189
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
190
+ padding: 8px 0;
191
+ }
192
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
193
+ float: left;
194
+ margin-right: 10px;
195
+ }
196
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
197
+ margin: 0;
198
+ text-align: left;
199
+ line-height: 22px;
200
+ padding: 5px 14px;
201
+ width: 250px;
202
+ font-size: 12px;
203
+ }
204
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
205
+ float: right;
206
+ margin-right: -14px;
207
+ }
208
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
209
+ float: right;
210
+ margin-right: 8px;
211
+ }
212
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
213
+ height: 20px;
125
214
  }*, :focus, :visited {
126
215
  outline: none !important;
127
216
  }
@@ -183,188 +272,305 @@
183
272
  }
184
273
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
185
274
  display: inline;
186
- }.clips.bar-container[data-seekbar] {
187
- clip-path: url("#myClip");
188
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
189
- order: 99;
190
- height: 20px;
191
- }
192
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
193
- position: absolute;
194
- right: 16px;
195
- bottom: 52px;
196
- width: 250px;
197
- min-height: 48px;
198
- z-index: 9999;
199
- border-radius: 4px;
200
- }
201
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
202
- padding: 8px 0;
203
- }
204
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
205
- float: left;
206
- margin-right: 10px;
207
- }
208
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
209
- margin: 0;
210
- text-align: left;
211
- line-height: 22px;
212
- padding: 5px 14px;
213
- width: 250px;
214
- font-size: 12px;
275
+ }*,
276
+ :focus,
277
+ :visited {
278
+ outline: none !important;
215
279
  }
216
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
217
- float: right;
218
- margin-right: -14px;
280
+
281
+ .media-control-audiotracks {
282
+ position: relative;
219
283
  }
220
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
221
- float: right;
222
- margin-right: 8px;
284
+ .media-control-audiotracks button {
285
+ background-color: transparent;
286
+ color: #fff;
287
+ -webkit-font-smoothing: antialiased;
288
+ border: none;
289
+ cursor: pointer;
290
+ display: flex;
291
+ align-items: center;
292
+ padding: 0;
223
293
  }
224
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
225
- height: 20px;
226
- }.dvr-controls[data-dvr] {
227
- display: inline-block;
228
- color: var(--player-dvr-color);
229
- line-height: 32px;
230
- font-size: 10px;
231
- font-weight: bold;
232
- margin-left: 6px;
233
- height: 40px;
234
- line-height: 40px;
235
- margin-left: 0;
294
+ .media-control-audiotracks button .audio-text {
295
+ text-overflow: ellipsis;
296
+ overflow: hidden;
297
+ white-space: nowrap;
298
+ max-width: 100px;
299
+ background-color: transparent;
300
+ -webkit-font-smoothing: antialiased;
301
+ border: none;
302
+ cursor: pointer;
236
303
  }
237
- .dvr-controls[data-dvr] .live-info {
238
- cursor: default;
239
- text-transform: uppercase;
304
+ .media-control-audiotracks button:hover {
305
+ color: white;
240
306
  }
241
- .dvr-controls[data-dvr] .live-info:before {
242
- content: "";
243
- display: inline-block;
244
- position: relative;
245
- width: 7px;
246
- height: 7px;
247
- border-radius: 3.5px;
248
- margin-right: 3.5px;
249
- background-color: var(--player-live-color);
307
+ .media-control-audiotracks button.changing {
308
+ animation: pulse 0.5s infinite alternate;
250
309
  }
251
- .dvr-controls[data-dvr] .live-info.disabled {
252
- opacity: 0.3;
310
+ .media-control-audiotracks button span.audio-arrow {
311
+ width: 9px;
312
+ height: 6px;
313
+ margin-left: 5px;
253
314
  }
254
- .dvr-controls[data-dvr] .live-info.disabled:before {
255
- background-color: var(--player-dvr-color);
315
+ .media-control-audiotracks .menu {
316
+ max-width: 114px;
317
+ list-style-type: none;
318
+ position: absolute;
319
+ background-color: rgba(74, 74, 74, 0.6);
320
+ border: none;
321
+ min-width: 60px;
322
+ border-radius: 4px;
323
+ bottom: 40px;
324
+ right: -2px;
256
325
  }
257
- .dvr-controls[data-dvr] .live-button {
258
- cursor: pointer;
259
- outline: none;
326
+ .media-control-audiotracks .menu.hidden {
260
327
  display: none;
261
- border: 0;
262
- color: var(--player-dvr-color);
263
- background-color: transparent;
264
- height: 32px;
265
- padding: 0;
266
- opacity: 0.7;
267
- text-transform: uppercase;
268
- transition: all 0.1s ease;
269
328
  }
270
- .dvr-controls[data-dvr] .live-button:before {
271
- content: "";
272
- display: inline-block;
273
- position: relative;
274
- width: 7px;
275
- height: 7px;
276
- border-radius: 3.5px;
277
- margin-right: 3.5px;
278
- background-color: var(--player-dvr-color);
329
+ .media-control-audiotracks li {
330
+ font-size: var(--font-size-media-controls-dropdown);
331
+ text-align: right;
332
+ height: 30px;
279
333
  }
280
- .dvr-controls[data-dvr] .live-button:hover {
281
- opacity: 1;
282
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
334
+ .media-control-audiotracks li[data-title] {
335
+ background-color: #c3c2c2;
336
+ padding: 5px;
283
337
  }
284
- .dvr-controls[data-dvr] .live-info {
285
- font-size: 14px;
286
- letter-spacing: 0.8px;
287
- font-weight: 500;
338
+ .media-control-audiotracks li a {
339
+ display: block;
340
+ text-decoration: none;
341
+ text-overflow: ellipsis;
342
+ overflow: hidden;
343
+ white-space: nowrap;
344
+ height: 30px;
345
+ padding: 5px 10px;
288
346
  color: #fffffe;
289
- margin-left: 21px;
290
347
  }
291
- .dvr-controls[data-dvr] .live-info::before {
292
- width: 10px;
293
- height: 10px;
294
- border-radius: 50%;
295
- margin-right: 8px;
296
- background-color: #ed4f4a;
348
+ .media-control-audiotracks li a:hover {
349
+ text-decoration: none;
350
+ background-color: rgba(0, 0, 0, 0.4);
351
+ color: white;
297
352
  }
298
- .dvr-controls[data-dvr] .live-button {
299
- height: 40px;
300
- opacity: 1;
301
- font-size: 14px;
302
- letter-spacing: 0.8px;
303
- font-weight: 500;
304
- margin-left: 20px;
353
+ .media-control-audiotracks li.current a {
354
+ color: #f00;
305
355
  }
306
- .dvr-controls[data-dvr] .live-button::before {
307
- width: 10px;
308
- height: 10px;
309
- border-radius: 50%;
310
- margin-right: 8px;
311
- background-color: #cacaca;
356
+ .media-control-audiotracks li:first-child a {
357
+ border-bottom-left-radius: 4px;
358
+ border-bottom-right-radius: 4px;
359
+ }
360
+ .media-control-audiotracks li:last-child a {
361
+ border-top-left-radius: 4px;
362
+ border-top-right-radius: 4px;
312
363
  }
313
364
 
314
- .dvr .dvr-controls[data-dvr] .live-info {
365
+ @keyframes pulse {
366
+ 0% {
367
+ color: #fff;
368
+ }
369
+ 50% {
370
+ color: #ff0101;
371
+ }
372
+ 100% {
373
+ color: #B80000;
374
+ }
375
+ }.context-menu {
376
+ z-index: 999;
377
+ position: absolute;
378
+ top: 0;
379
+ left: 0;
380
+ text-align: center;
381
+ }
382
+ .context-menu .context-menu-list {
383
+ font-family: "Proxima Nova", sans-serif;
384
+ font-size: 12px;
385
+ line-height: 12px;
386
+ list-style-type: none;
387
+ text-align: left;
388
+ padding: 5px;
389
+ margin-left: auto;
390
+ margin-right: auto;
391
+ background-color: rgba(0, 0, 0, 0.75);
392
+ border: 1px solid #666;
393
+ border-radius: 4px;
394
+ }
395
+ .context-menu .context-menu-list .context-menu-list-item {
396
+ color: white;
397
+ padding: 5px;
398
+ cursor: pointer;
399
+ }.gear-option_hd-icon.disabled {
400
+ opacity: 0.5;
401
+ pointer-events: none;
402
+ }
403
+ .gear-option_hd-icon.hidden {
315
404
  display: none;
405
+ }div.player-error-screen, [data-player] div.player-error-screen {
406
+ color: #CCCACA;
407
+ position: absolute;
408
+ top: 0;
409
+ height: 100%;
410
+ width: 100%;
411
+ background-color: rgba(0, 0, 0, 0.7);
412
+ z-index: 2000;
413
+ display: flex;
414
+ flex-direction: column;
415
+ justify-content: center;
316
416
  }
317
- .dvr .dvr-controls[data-dvr] .live-button {
318
- display: block;
319
- }.big-mute-icon-wrapper[data-big-mute] {
417
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
418
+ font-size: 14px;
419
+ color: #CCCACA;
420
+ margin-top: 45px;
421
+ }
422
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
423
+ font-weight: bold;
424
+ line-height: 30px;
425
+ font-size: 18px;
426
+ }
427
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
428
+ width: 90%;
429
+ margin: 0 auto;
430
+ }
431
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
432
+ font-size: 13px;
433
+ margin-top: 15px;
434
+ }
435
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
436
+ cursor: pointer;
437
+ width: 30px;
438
+ margin: 15px auto 0;
439
+ }.seek-time[data-seek-time] {
320
440
  position: absolute;
321
- z-index: 9998;
322
- background-color: transparent;
441
+ white-space: nowrap;
442
+ height: 20px;
443
+ line-height: 20px;
444
+ font-size: 0;
445
+ left: -100%;
446
+ bottom: 55px;
447
+ background-color: rgba(2, 2, 2, 0.5);
448
+ z-index: 9999;
449
+ transition: opacity 0.1s ease;
450
+ }
451
+ .seek-time[data-seek-time].hidden[data-seek-time] {
452
+ opacity: 0;
453
+ }
454
+ .seek-time[data-seek-time] [data-seek-time] {
455
+ display: inline-block;
456
+ color: white;
457
+ font-size: 10px;
458
+ padding-left: 7px;
459
+ padding-right: 7px;
460
+ vertical-align: top;
461
+ }
462
+ .seek-time[data-seek-time] [data-duration] {
463
+ display: inline-block;
464
+ color: rgba(255, 255, 255, 0.5);
465
+ font-size: 10px;
466
+ padding-right: 7px;
467
+ vertical-align: top;
468
+ }
469
+ .seek-time[data-seek-time] [data-duration]::before {
470
+ content: "|";
471
+ margin-right: 7px;
472
+ }.player-poster[data-poster] {
323
473
  display: flex;
324
474
  justify-content: center;
475
+ align-items: center;
476
+ position: absolute;
477
+ height: 100%;
325
478
  width: 100%;
326
- height: calc(100% - 50px);
479
+ z-index: 998;
480
+ top: 0;
481
+ left: 0;
482
+ background-color: #000;
483
+ background-size: cover;
484
+ background-repeat: no-repeat;
485
+ background-position: 50% 50%;
486
+ }
487
+ .player-poster[data-poster].clickable {
488
+ cursor: pointer;
489
+ }
490
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
491
+ opacity: 1;
492
+ }
493
+ .player-poster[data-poster] .play-wrapper[data-poster] {
494
+ width: 100%;
495
+ height: 25%;
327
496
  margin: 0 auto;
328
497
  opacity: 0.75;
329
498
  transition: opacity 0.1s ease;
330
- pointer-events: auto;
331
499
  }
332
- .big-mute-icon-wrapper[data-big-mute].hide {
333
- display: none;
500
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
501
+ height: 100%;
502
+ display: inline;
334
503
  }
335
- .big-mute-icon-wrapper[data-big-mute]:hover {
336
- cursor: pointer;
504
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
505
+ fill: #fff;
506
+ }.spinner-three-bounce[data-spinner] {
507
+ position: absolute;
508
+ width: 70px;
509
+ text-align: center;
510
+ z-index: 999;
511
+ left: 0;
512
+ right: 0;
513
+ margin: 0 auto;
514
+ margin-left: auto;
515
+ margin-right: auto;
516
+ /* center vertically */
517
+ top: 50%;
518
+ transform: translateY(-50%);
519
+ }
520
+ .spinner-three-bounce[data-spinner] > div {
521
+ width: 18px;
522
+ height: 18px;
523
+ background-color: #FFF;
524
+ border-radius: 100%;
525
+ display: inline-block;
526
+ animation: bouncedelay 1.4s infinite ease-in-out;
527
+ /* Prevent first frame from flickering when animation starts */
528
+ animation-fill-mode: both;
529
+ }
530
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
531
+ animation-delay: -0.32s;
532
+ }
533
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
534
+ animation-delay: -0.16s;
337
535
  }
338
536
 
339
- .big-mute-icon[data-big-mute-icon] {
537
+ @keyframes bouncedelay {
538
+ 0%, 80%, 100% {
539
+ transform: scale(0);
540
+ }
541
+ 40% {
542
+ transform: scale(1);
543
+ }
544
+ }.media-control-pip {
545
+ order: 95;
340
546
  display: flex;
341
- align-items: center;
342
- justify-content: center;
343
- align-self: center;
344
- width: 120px;
345
- height: 120px;
346
- border: 2px solid white;
347
- border-radius: 50%;
348
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
349
- filter: alpha(opacity=60);
350
- opacity: 1;
351
- box-shadow: 0 0 1px 0 white;
352
- background: rgba(240, 243, 247, 0.9411764706);
353
- z-index: 10000;
354
547
  }
355
- .big-mute-icon[data-big-mute-icon] svg {
356
- margin-left: 5px;
357
- width: 80px;
358
- height: 80px;
548
+ .media-control-pip button {
549
+ height: 20px;
359
550
  }
360
- .big-mute-icon[data-big-mute-icon] svg path {
361
- fill: #1f1e1e !important;
551
+ .media-control-pip button svg {
552
+ height: 20px;
553
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
554
+ height: 0;
362
555
  }
363
- .big-mute-icon[data-big-mute-icon]:hover {
364
- background: rgba(240, 243, 247, 0.8784313725);
556
+
557
+ .skip_time_plugin[data-skip-time] {
558
+ position: absolute;
559
+ width: 100%;
560
+ height: calc(100% - 50px);
561
+ z-index: 9998;
562
+ background-color: transparent;
563
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
365
564
  }
366
- .big-mute-icon[data-big-mute-icon]:hover svg path {
367
- fill: #151515 !important;
565
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
566
+ width: 100%;
567
+ height: 100%;
568
+ display: flex;
569
+ justify-content: space-between;
570
+ }
571
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
572
+ width: 33.3%;
573
+ height: 100%;
368
574
  }[data-player] {
369
575
  --bottom-panel: 40px;
370
576
  }
@@ -1002,142 +1208,59 @@
1002
1208
  }
1003
1209
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1004
1210
  display: none !important;
1005
- }*, :focus, :visited {
1211
+ }*,
1212
+ :focus,
1213
+ :visited {
1006
1214
  outline: none !important;
1007
1215
  }
1008
1216
 
1009
- .multicamera[data-multicamera] {
1010
- float: right;
1011
- margin-top: 4px;
1217
+ .media-control-cc[data-cc] {
1012
1218
  position: relative;
1013
- margin-right: 20px;
1014
- width: 20px;
1219
+ order: 85;
1015
1220
  }
1016
- .multicamera[data-multicamera] button {
1221
+ .media-control-cc[data-cc] button {
1017
1222
  background-color: transparent;
1018
1223
  color: #fff;
1019
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1020
1224
  -webkit-font-smoothing: antialiased;
1021
1225
  border: none;
1022
- font-size: 14px;
1023
- padding: 0;
1226
+ cursor: pointer;
1024
1227
  }
1025
- .multicamera[data-multicamera] button svg {
1026
- height: 20px;
1027
- position: relative;
1028
- margin-top: 6px;
1228
+ .media-control-cc[data-cc] button .cc-text svg {
1229
+ fill: white;
1029
1230
  }
1030
- .multicamera[data-multicamera] button:hover {
1231
+ .media-control-cc[data-cc] button:hover {
1031
1232
  color: #c9c9c9;
1032
1233
  }
1033
- .multicamera[data-multicamera] button.changing {
1234
+ .media-control-cc[data-cc] button.changing {
1034
1235
  animation: pulse 0.5s infinite alternate;
1035
1236
  }
1036
- .multicamera[data-multicamera] button span.quality-arrow {
1037
- width: 9px;
1038
- height: 6px;
1039
- margin-top: 11px;
1040
- margin-left: 5px;
1041
- }
1042
- .multicamera[data-multicamera] > ul {
1043
- padding: 6px 0;
1044
- right: -24px;
1045
- width: 245px;
1237
+ .media-control-cc[data-cc] ul {
1238
+ width: 80px;
1046
1239
  list-style-type: none;
1047
1240
  position: absolute;
1048
- bottom: 48px;
1049
- border-radius: 4px;
1241
+ bottom: 25px;
1242
+ border: 1px solid black;
1050
1243
  display: none;
1051
- background-color: rgba(74, 74, 74, 0.9);
1052
- }
1053
- .multicamera[data-multicamera] > ul::after {
1054
- content: "";
1055
- position: absolute;
1056
- top: 100%;
1057
- left: 85%;
1058
- margin-left: -10px;
1059
- width: 0;
1060
- height: 0;
1061
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1062
- border-right: 10px solid transparent;
1063
- border-left: 10px solid transparent;
1064
- }
1065
- .multicamera[data-multicamera] li {
1066
- font-size: 10px;
1067
- cursor: pointer;
1068
- }
1069
- .multicamera[data-multicamera] li .multicamera-item {
1070
- display: flex;
1071
- padding: 10px 0;
1072
- justify-content: center;
1073
- position: relative;
1074
- }
1075
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1076
- pointer-events: none;
1077
- }
1078
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1079
- opacity: 0.5;
1080
- }
1081
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1082
- opacity: 0.5;
1083
- }
1084
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1085
- background-color: rgba(0, 0, 0, 0);
1086
- }
1087
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1088
- background-color: rgba(0, 0, 0, 0.3);
1089
- }
1090
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1091
- width: 80px;
1092
- height: 60px;
1093
- }
1094
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1095
- width: 80px;
1096
- height: 60px;
1097
- }
1098
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1099
- width: 120px;
1100
- text-align: left;
1101
- margin-left: 15px;
1102
- }
1103
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1104
- width: 120px;
1105
- height: 20px;
1106
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1107
- font-size: 14px;
1108
- font-weight: normal;
1109
- font-style: normal;
1110
- font-stretch: normal;
1111
- line-height: 1.43;
1112
- letter-spacing: normal;
1113
- text-align: left;
1114
- color: #fff;
1115
- text-overflow: ellipsis;
1116
- overflow: hidden;
1117
- }
1118
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1119
- opacity: 0.6;
1120
- }
1121
- .multicamera[data-multicamera] li[data-title] {
1122
- background-color: #c3c2c2;
1123
- padding: 5px;
1244
+ background-color: #e6e6e6;
1245
+ padding: 8px 0;
1124
1246
  }
1125
- .multicamera[data-multicamera] li a {
1247
+ .media-control-cc[data-cc] li a {
1126
1248
  color: #444;
1127
1249
  padding: 2px 10px;
1128
1250
  display: block;
1129
1251
  text-decoration: none;
1130
1252
  }
1131
- .multicamera[data-multicamera] li a:hover {
1253
+ .media-control-cc[data-cc] li a:hover {
1132
1254
  background-color: #555;
1133
1255
  color: white;
1134
1256
  }
1135
- .multicamera[data-multicamera] li a:hover a {
1257
+ .media-control-cc[data-cc] li a:hover a {
1136
1258
  color: white;
1137
1259
  text-decoration: none;
1138
1260
  }
1139
- .multicamera[data-multicamera] li.current a {
1261
+ .media-control-cc[data-cc] li.current a {
1140
1262
  color: #f00;
1263
+ background-color: #555;
1141
1264
  }
1142
1265
 
1143
1266
  @keyframes pulse {
@@ -1150,903 +1273,782 @@
1150
1273
  100% {
1151
1274
  color: #B80000;
1152
1275
  }
1153
- }.share_plugin[data-share] {
1154
- pointer-events: auto;
1155
- z-index: 5;
1156
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1157
1276
  }
1158
- .share_plugin[data-share].share-hide .share-button-container {
1159
- right: -50px;
1277
+ ::cue {
1278
+ visibility: hidden !important;
1279
+ font-size: 0 !important;
1160
1280
  }
1161
- .share_plugin[data-share] .share-button-container {
1162
- cursor: pointer;
1163
- width: 36px;
1164
- height: 36px;
1165
- background-color: rgba(74, 74, 74, 0.6);
1166
- border-radius: 4px;
1167
- position: absolute;
1168
- right: 10px;
1169
- top: 10px;
1170
- padding-top: 6px;
1171
- transition: all 0.3s ease-out;
1281
+
1282
+ .ios-fullscreen::cue {
1283
+ visibility: visible !important;
1284
+ font-size: 1em !important;
1285
+ }:root {
1286
+ --primary-background-color: #000;
1287
+ --secondary-background-color: #262626;
1288
+ --primary-text-color: #fff;
1289
+ --secondary-text-color: #fff4f2;
1290
+ --hover-text-color: #f9b090;
1291
+ --speedtest-red: #df564d;
1292
+ --speedtest-orange: #df934d;
1293
+ --speedtest-yellow: #dfd04d;
1294
+ --speedtest-light-green: #c2df4d;
1295
+ --speedtest-green: #73df4d;
1172
1296
  }
1173
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1174
- background-color: transparent;
1175
- border: 0;
1176
- margin: 0 6px;
1177
- padding: 0;
1178
- cursor: pointer;
1297
+
1298
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1299
+ position: absolute;
1179
1300
  display: inline-block;
1180
- width: 19px;
1181
- height: 20px;
1301
+ bottom: 52px;
1302
+ right: 16px;
1303
+ padding: 0 10px 12px;
1304
+ margin: 0;
1305
+ line-height: 20px;
1306
+ font-size: 12px;
1307
+ font-weight: 500;
1308
+ background: var(--primary-background-color);
1309
+ color: #fff;
1310
+ z-index: 20000;
1311
+ overflow: auto;
1312
+ max-height: calc(100vh - 60px);
1313
+ max-width: calc(100vw - 10px);
1182
1314
  }
1183
- .share_plugin[data-share] .share-container {
1184
- pointer-events: auto;
1315
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1185
1316
  position: absolute;
1186
- width: 280px;
1187
- background-color: white;
1188
- transform: translate(0, 50%);
1189
- transform: translate(-50%, -50%);
1190
- left: 50%;
1191
- /* margin-left: -140px; */
1192
- top: calc(50% - 20px);
1193
- /* margin-top: -170px; */
1194
- }
1195
- .share_plugin[data-share] .share-container .share-container-header {
1196
- text-align: left;
1197
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1198
- }
1199
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1200
- display: inline-block;
1201
- font-size: 16px;
1202
- margin: 5px;
1317
+ top: 0;
1318
+ left: 0;
1319
+ z-index: 99990;
1320
+ width: 100%;
1321
+ height: 32px;
1322
+ background: var(--primary-background-color);
1203
1323
  }
1204
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1205
- display: inline-block;
1206
- width: 24px;
1324
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1207
1325
  float: right;
1208
- margin: 5px;
1209
- cursor: pointer;
1326
+ margin-right: 12px;
1327
+ margin-top: 10px;
1328
+ display: block;
1329
+ width: 12px;
1330
+ height: 12px;
1210
1331
  }
1211
- .share_plugin[data-share] .share-container .share-container-main {
1212
- margin-bottom: 8px;
1332
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1333
+ fill: var(--primary-text-color);
1213
1334
  }
1214
- .share_plugin[data-share] .share-container .share-container-main > div {
1215
- text-align: left;
1216
- font-size: 14px;
1217
- padding: 5px;
1335
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1336
+ fill: var(--hover-text-color);
1218
1337
  }
1219
- .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 {
1338
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1220
1339
  overflow: hidden;
1221
- text-overflow: ellipsis;
1222
- color: #818181;
1223
- border: solid 1px #d3d3d3;
1224
- width: calc(100% - 10px);
1225
- padding: 5px;
1340
+ margin-top: 44px;
1226
1341
  }
1227
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1228
- max-height: 90px;
1229
- resize: none;
1342
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1343
+ width: 820px;
1230
1344
  }
1231
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1232
- width: 32px;
1233
- display: inline-block;
1234
- margin-right: 5px;
1235
- cursor: pointer;
1236
- }div.player-error-screen, [data-player] div.player-error-screen {
1237
- color: #CCCACA;
1238
- position: absolute;
1239
- top: 0;
1240
- height: 100%;
1241
- width: 100%;
1242
- background-color: rgba(0, 0, 0, 0.7);
1243
- z-index: 2000;
1244
- display: flex;
1245
- flex-direction: column;
1246
- justify-content: center;
1345
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1346
+ list-style-type: none;
1247
1347
  }
1248
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1249
- font-size: 14px;
1250
- color: #CCCACA;
1251
- margin-top: 45px;
1348
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1349
+ padding-left: 2px;
1350
+ padding-right: 2px;
1351
+ background: var(--primary-background-color);
1252
1352
  }
1253
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1254
- font-weight: bold;
1255
- line-height: 30px;
1256
- font-size: 18px;
1257
- }
1258
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1259
- width: 90%;
1260
- margin: 0 auto;
1261
- }
1262
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1263
- font-size: 13px;
1264
- margin-top: 15px;
1265
- }
1266
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1267
- cursor: pointer;
1268
- width: 30px;
1269
- margin: 15px auto 0;
1270
- }.gear-option_hd-icon.disabled {
1271
- opacity: 0.5;
1272
- pointer-events: none;
1273
- }
1274
- .gear-option_hd-icon.hidden {
1275
- display: none;
1276
- }*,
1277
- :focus,
1278
- :visited {
1279
- outline: none !important;
1353
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1354
+ display: inline-block;
1355
+ float: left;
1356
+ padding: 5px;
1357
+ width: 200px;
1280
1358
  }
1281
-
1282
- .media-control-cc[data-cc] {
1359
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1283
1360
  position: relative;
1284
- order: 85;
1285
- }
1286
- .media-control-cc[data-cc] button {
1287
- background-color: transparent;
1288
- color: #fff;
1289
- -webkit-font-smoothing: antialiased;
1290
- border: none;
1291
- cursor: pointer;
1292
- }
1293
- .media-control-cc[data-cc] button .cc-text svg {
1294
- fill: white;
1295
- }
1296
- .media-control-cc[data-cc] button:hover {
1297
- color: #c9c9c9;
1298
- }
1299
- .media-control-cc[data-cc] button.changing {
1300
- animation: pulse 0.5s infinite alternate;
1301
- }
1302
- .media-control-cc[data-cc] ul {
1303
- width: 80px;
1304
- list-style-type: none;
1305
- position: absolute;
1306
- bottom: 25px;
1307
- border: 1px solid black;
1308
- display: none;
1309
- background-color: #e6e6e6;
1310
- padding: 8px 0;
1361
+ padding: 0 5px;
1362
+ text-align: left;
1311
1363
  }
1312
- .media-control-cc[data-cc] li a {
1313
- color: #444;
1314
- padding: 2px 10px;
1315
- display: block;
1316
- text-decoration: none;
1364
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1365
+ padding: 0;
1317
1366
  }
1318
- .media-control-cc[data-cc] li a:hover {
1319
- background-color: #555;
1320
- color: white;
1367
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1368
+ width: 100%;
1321
1369
  }
1322
- .media-control-cc[data-cc] li a:hover a {
1323
- color: white;
1324
- text-decoration: none;
1370
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1371
+ background: var(--secondary-background-color);
1325
1372
  }
1326
- .media-control-cc[data-cc] li.current a {
1327
- color: #f00;
1328
- background-color: #555;
1373
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1374
+ background: var(--secondary-background-color);
1329
1375
  }
1330
-
1331
- @keyframes pulse {
1332
- 0% {
1333
- color: #fff;
1334
- }
1335
- 50% {
1336
- color: #ff0101;
1337
- }
1338
- 100% {
1339
- color: #B80000;
1340
- }
1376
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
1377
+ text-align: center;
1378
+ font-weight: bold;
1379
+ padding-bottom: 4px;
1380
+ font-size: 14px;
1341
1381
  }
1342
- ::cue {
1343
- visibility: hidden !important;
1344
- font-size: 0 !important;
1382
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
1383
+ margin: 0;
1384
+ position: absolute;
1385
+ right: 0;
1386
+ top: 0;
1345
1387
  }
1346
1388
 
1347
- .ios-fullscreen::cue {
1348
- visibility: visible !important;
1349
- font-size: 1em !important;
1350
- }.media-control-pip {
1351
- order: 95;
1352
- display: flex;
1389
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
1390
+ width: 250px;
1353
1391
  }
1354
- .media-control-pip button {
1355
- height: 20px;
1392
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
1393
+ width: 100%;
1356
1394
  }
1357
- .media-control-pip button svg {
1358
- height: 20px;
1359
- }.context-menu {
1360
- z-index: 999;
1361
- position: absolute;
1362
- top: 0;
1363
- left: 0;
1364
- text-align: center;
1395
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
1396
+ padding: 0 5px;
1397
+ height: auto;
1365
1398
  }
1366
- .context-menu .context-menu-list {
1367
- font-family: "Proxima Nova", sans-serif;
1368
- font-size: 12px;
1369
- line-height: 12px;
1370
- list-style-type: none;
1371
- text-align: left;
1372
- padding: 5px;
1373
- margin-left: auto;
1374
- margin-right: auto;
1375
- background-color: rgba(0, 0, 0, 0.75);
1376
- border: 1px solid #666;
1377
- border-radius: 4px;
1399
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
1400
+ width: 100%;
1401
+ flex-direction: column;
1378
1402
  }
1379
- .context-menu .context-menu-list .context-menu-list-item {
1380
- color: white;
1381
- padding: 5px;
1382
- cursor: pointer;
1383
- }.scrub-thumbnails {
1384
- position: absolute;
1385
- bottom: 52px;
1403
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1386
1404
  width: 100%;
1387
- transition: opacity 0.3s ease;
1388
1405
  }
1389
- .scrub-thumbnails.hidden {
1390
- opacity: 0;
1406
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1407
+ width: 100%;
1391
1408
  }
1392
- .scrub-thumbnails .thumbnail-container {
1393
- display: inline-block;
1394
- position: relative;
1395
- overflow: hidden;
1396
- background-color: #000;
1409
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
1410
+ padding-top: 12px;
1411
+ height: 38px;
1412
+ text-align: center;
1397
1413
  }
1398
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1399
- position: absolute;
1400
- width: auto;
1414
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
1415
+ text-align: center;
1401
1416
  }
1402
- .scrub-thumbnails .thumbnails-text {
1403
- background-color: rgba(74, 74, 74, 0.7);
1404
- border-radius: 3px;
1405
- white-space: nowrap;
1406
- overflow: hidden;
1407
- text-overflow: ellipsis;
1408
- color: white;
1409
- position: absolute;
1410
- bottom: 23px;
1411
- width: 100px;
1417
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
1418
+ height: 80px;
1412
1419
  }
1413
- .scrub-thumbnails .spotlight {
1414
- background-color: #4a4a4a;
1415
- overflow: hidden;
1416
- position: absolute;
1420
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
1417
1421
  bottom: 0;
1418
1422
  left: 0;
1419
- border-color: #4a4a4a;
1420
- border-style: solid;
1421
- border-width: 3px;
1422
- border-radius: 3px;
1423
1423
  }
1424
- .scrub-thumbnails .spotlight img {
1425
- width: auto;
1424
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1425
+ inset: 50% auto auto 50%;
1426
+ transform: translate(-50%, -50%);
1426
1427
  }
1427
- .scrub-thumbnails .backdrop {
1428
- position: absolute;
1429
- left: 0;
1430
- bottom: 0;
1431
- right: 0;
1432
- background-color: #000;
1433
- overflow: hidden;
1428
+
1429
+ .speed-test-button {
1430
+ margin: 10px 0 0;
1431
+ color: #000;
1434
1432
  }
1435
- .scrub-thumbnails .backdrop .carousel {
1433
+
1434
+ .speed-test {
1436
1435
  position: absolute;
1437
1436
  top: 0;
1438
1437
  left: 0;
1438
+ width: 100%;
1439
1439
  height: 100%;
1440
- white-space: nowrap;
1440
+ z-index: 9999;
1441
1441
  }
1442
- .scrub-thumbnails .backdrop .carousel img {
1443
- width: auto;
1444
- }.player-poster[data-poster] {
1445
- display: flex;
1446
- justify-content: center;
1447
- align-items: center;
1448
- position: absolute;
1449
- height: 100%;
1442
+ .speed-test .speed-test-header {
1450
1443
  width: 100%;
1451
- z-index: 998;
1452
- top: 0;
1453
- left: 0;
1454
- background-color: #000;
1455
- background-size: cover;
1456
- background-repeat: no-repeat;
1457
- background-position: 50% 50%;
1444
+ height: 32px;
1458
1445
  }
1459
- .player-poster[data-poster].clickable {
1446
+ .speed-test .speed-test-header .close-speed-test {
1447
+ float: right;
1448
+ margin-right: 5px;
1449
+ line-height: 32px;
1460
1450
  cursor: pointer;
1451
+ color: var(--primary-text-color);
1461
1452
  }
1462
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1463
- opacity: 1;
1464
- }
1465
- .player-poster[data-poster] .play-wrapper[data-poster] {
1466
- width: 100%;
1467
- height: 25%;
1468
- margin: 0 auto;
1469
- opacity: 0.75;
1470
- transition: opacity 0.1s ease;
1471
- }
1472
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1473
- height: 100%;
1474
- display: inline;
1453
+ .speed-test .speed-test-header .close-speed-test:hover {
1454
+ color: var(--hover-text-color);
1475
1455
  }
1476
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1477
- fill: #fff;
1478
- }.seek-time[data-seek-time] {
1456
+
1457
+ .settings-button {
1458
+ float: right;
1459
+ margin: 0 12px 0 0;
1460
+ height: 40px;
1461
+ width: 24px;
1462
+ border: none;
1463
+ padding: 0;
1464
+ }
1465
+
1466
+ .settings-options-list {
1479
1467
  position: absolute;
1480
- white-space: nowrap;
1481
- height: 20px;
1482
- line-height: 20px;
1483
- font-size: 0;
1484
- left: -100%;
1485
- bottom: 55px;
1486
- background-color: rgba(2, 2, 2, 0.5);
1468
+ right: 16px;
1469
+ bottom: 52px;
1470
+ background: var(--primary-background-color);
1471
+ width: 250px;
1472
+ height: 48px;
1487
1473
  z-index: 9999;
1488
- transition: opacity 0.1s ease;
1474
+ border-radius: 4px;
1489
1475
  }
1490
- .seek-time[data-seek-time].hidden[data-seek-time] {
1491
- opacity: 0;
1476
+ .settings-options-list svg {
1477
+ float: left;
1478
+ margin-right: 10px;
1492
1479
  }
1493
- .seek-time[data-seek-time] [data-seek-time] {
1494
- display: inline-block;
1495
- color: white;
1496
- font-size: 10px;
1497
- padding-left: 7px;
1498
- padding-right: 7px;
1499
- vertical-align: top;
1480
+ .settings-options-list .settings-speedtest-option {
1481
+ color: var(--primary-text-color);
1482
+ margin: 0;
1483
+ text-align: left;
1484
+ height: 24px;
1485
+ line-height: 22px;
1486
+ padding: 14px;
1487
+ width: 250px;
1488
+ font-size: 12px;
1500
1489
  }
1501
- .seek-time[data-seek-time] [data-duration] {
1502
- display: inline-block;
1503
- color: rgba(255, 255, 255, 0.5);
1504
- font-size: 10px;
1505
- padding-right: 7px;
1506
- vertical-align: top;
1490
+ .settings-options-list .settings-speedtest-option:hover {
1491
+ color: var(--hover-text-color);
1507
1492
  }
1508
- .seek-time[data-seek-time] [data-duration]::before {
1509
- content: "|";
1510
- margin-right: 7px;
1511
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1512
- height: 0;
1493
+ .settings-options-list .settings-speedtest-option:hover svg path {
1494
+ fill: var(--hover-text-color);
1495
+ }
1496
+ .settings-options-list .settings-speedtest-option svg path {
1497
+ fill: var(--primary-text-color);
1513
1498
  }
1514
1499
 
1515
- .skip_time_plugin[data-skip-time] {
1516
- position: absolute;
1500
+ .speedtest-summary {
1517
1501
  width: 100%;
1518
- height: calc(100% - 50px);
1519
- z-index: 9998;
1520
- background-color: transparent;
1521
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1502
+ border-top: 1px solid var(--secondary-background-color) !important;
1503
+ border-bottom: 1px solid var(--secondary-background-color) !important;
1504
+ display: flex !important;
1505
+ flex-direction: column;
1506
+ align-items: stretch;
1507
+ justify-content: space-between;
1522
1508
  }
1523
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1509
+ .speedtest-summary .speedtest-summary-header {
1524
1510
  width: 100%;
1525
- height: 100%;
1511
+ padding-top: 4px;
1512
+ text-align: left;
1513
+ height: 32px;
1514
+ font-size: 14px;
1515
+ font-weight: 500;
1516
+ line-height: 20px;
1517
+ }
1518
+ .speedtest-summary .speedtest-summary-block {
1519
+ position: relative;
1526
1520
  display: flex;
1527
- justify-content: space-between;
1521
+ flex-direction: row;
1522
+ width: 100%;
1528
1523
  }
1529
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1530
- width: 33.3%;
1531
- height: 100%;
1532
- }*,
1533
- :focus,
1534
- :visited {
1535
- outline: none !important;
1524
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1525
+ width: 50%;
1526
+ margin-top: 4px;
1527
+ margin-bottom: 12px;
1528
+ }
1529
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1530
+ padding: 2px;
1531
+ width: 248px;
1532
+ max-width: 100%;
1536
1533
  }
1537
1534
 
1538
- .media-control-audiotracks {
1539
- position: relative;
1535
+ .speedtest-quality {
1536
+ width: 100%;
1537
+ height: 36px;
1538
+ display: flex !important;
1539
+ flex-direction: column !important;
1540
+ justify-content: space-between !important;
1540
1541
  }
1541
- .media-control-audiotracks button {
1542
- background-color: transparent;
1543
- color: #fff;
1544
- -webkit-font-smoothing: antialiased;
1545
- border: none;
1546
- cursor: pointer;
1547
- display: flex;
1548
- align-items: center;
1549
- padding: 0;
1542
+ .speedtest-quality .speedtest-quality-header {
1543
+ font-size: 12px;
1544
+ height: 20px;
1545
+ border-left: 2px solid var(--secondary-background-color) !important;
1546
+ background-color: var(--secondary-background-color);
1547
+ text-align: left;
1550
1548
  }
1551
- .media-control-audiotracks button .audio-text {
1552
- text-overflow: ellipsis;
1553
- overflow: hidden;
1554
- white-space: nowrap;
1555
- max-width: 100px;
1556
- background-color: transparent;
1557
- -webkit-font-smoothing: antialiased;
1558
- border: none;
1559
- cursor: pointer;
1549
+ .speedtest-quality-content {
1550
+ width: 100%;
1551
+ margin-top: 8px;
1552
+ height: 8px;
1553
+ display: flex !important;
1554
+ flex-direction: row !important;
1555
+ align-items: stretch !important;
1556
+ justify-content: space-between;
1560
1557
  }
1561
- .media-control-audiotracks button:hover {
1562
- color: white;
1558
+ .speedtest-quality-content-item {
1559
+ width: 18.8%;
1560
+ background-color: #fff;
1563
1561
  }
1564
- .media-control-audiotracks button.changing {
1565
- animation: pulse 0.5s infinite alternate;
1562
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
1563
+ background-color: var(--speedtest-red);
1566
1564
  }
1567
- .media-control-audiotracks button span.audio-arrow {
1568
- width: 9px;
1569
- height: 6px;
1570
- margin-left: 5px;
1565
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
1566
+ background-color: var(--speedtest-orange);
1571
1567
  }
1572
- .media-control-audiotracks > ul {
1573
- max-width: 114px;
1574
- list-style-type: none;
1575
- position: absolute;
1576
- display: none;
1577
- background-color: rgba(74, 74, 74, 0.6);
1578
- border: none;
1579
- min-width: 60px;
1580
- border-radius: 4px;
1581
- bottom: 40px;
1582
- right: -2px;
1568
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
1569
+ background-color: var(--speedtest-yellow);
1583
1570
  }
1584
- .media-control-audiotracks li {
1585
- font-size: var(--font-size-media-controls-dropdown);
1586
- text-align: right;
1587
- height: 30px;
1571
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
1572
+ background-color: var(--speedtest-light-green);
1588
1573
  }
1589
- .media-control-audiotracks li[data-title] {
1590
- background-color: #c3c2c2;
1591
- padding: 5px;
1574
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
1575
+ background-color: var(--speedtest-green);
1592
1576
  }
1593
- .media-control-audiotracks li a {
1594
- display: block;
1595
- text-decoration: none;
1596
- text-overflow: ellipsis;
1597
- overflow: hidden;
1598
- white-space: nowrap;
1577
+
1578
+ .speedtest-footer {
1579
+ position: relative;
1580
+ float: left;
1581
+ width: 100%;
1599
1582
  height: 30px;
1600
- padding: 5px 10px;
1601
- color: #fffffe;
1583
+ line-height: 16px;
1602
1584
  }
1603
- .media-control-audiotracks li a:hover {
1604
- text-decoration: none;
1605
- background-color: rgba(0, 0, 0, 0.4);
1606
- color: white;
1585
+ .speedtest-footer-about-link {
1586
+ position: absolute;
1587
+ bottom: 0;
1588
+ left: 0;
1589
+ color: var(--secondary-text-color);
1590
+ text-decoration: underline !important;
1607
1591
  }
1608
- .media-control-audiotracks li.current a {
1609
- color: #f00;
1592
+ .speedtest-footer-about-link:hover {
1593
+ color: var(--hover-text-color);
1610
1594
  }
1611
- .media-control-audiotracks li:first-child a {
1612
- border-bottom-left-radius: 4px;
1613
- border-bottom-right-radius: 4px;
1595
+ .speedtest-footer .speedtest-footer-refresh {
1596
+ position: absolute;
1597
+ bottom: 0;
1598
+ right: 0;
1599
+ color: var(--secondary-text-color);
1600
+ font-size: 14px;
1601
+ font-weight: 400;
1602
+ line-height: 16px;
1603
+ height: 16px;
1604
+ display: flex;
1605
+ align-items: center;
1606
+ gap: 4px;
1614
1607
  }
1615
- .media-control-audiotracks li:last-child a {
1616
- border-top-left-radius: 4px;
1617
- border-top-right-radius: 4px;
1608
+ .speedtest-footer .speedtest-footer-refresh svg path {
1609
+ fill: var(--secondary-text-color);
1610
+ }
1611
+ .speedtest-footer .speedtest-footer-refresh:hover {
1612
+ color: var(--hover-text-color);
1613
+ }
1614
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
1615
+ fill: var(--hover-text-color);
1618
1616
  }
1619
1617
 
1620
- @keyframes pulse {
1621
- 0% {
1622
- color: #fff;
1623
- }
1624
- 50% {
1625
- color: #ff0101;
1626
- }
1627
- 100% {
1628
- color: #B80000;
1629
- }
1630
- }:root {
1631
- --primary-background-color: #000;
1632
- --secondary-background-color: #262626;
1633
- --primary-text-color: #fff;
1634
- --secondary-text-color: #fff4f2;
1635
- --hover-text-color: #f9b090;
1636
- --speedtest-red: #df564d;
1637
- --speedtest-orange: #df934d;
1638
- --speedtest-yellow: #dfd04d;
1639
- --speedtest-light-green: #c2df4d;
1640
- --speedtest-green: #73df4d;
1618
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1619
+ position: fixed;
1620
+ height: auto;
1621
+ width: auto;
1622
+ inset: 0;
1623
+ min-width: 100vw;
1624
+ padding-bottom: 4px;
1625
+ padding-left: 4px;
1626
+ padding-right: 4px;
1627
+ }
1628
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1629
+ position: fixed;
1630
+ }
1631
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1632
+ width: 50%;
1641
1633
  }
1642
1634
 
1643
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1644
- position: absolute;
1645
- display: inline-block;
1646
- bottom: 52px;
1647
- right: 16px;
1648
- padding: 0 10px 12px;
1649
- margin: 0;
1650
- line-height: 20px;
1651
- font-size: 12px;
1652
- font-weight: 500;
1653
- background: var(--primary-background-color);
1654
- color: #fff;
1655
- z-index: 20000;
1656
- overflow: auto;
1657
- max-height: calc(100vh - 60px);
1658
- max-width: calc(100vw - 10px);
1635
+ @media only screen and (orientation: portrait) {
1636
+ .mobile .speedtest-summary {
1637
+ padding: 0 5px;
1638
+ height: auto;
1639
+ }
1640
+ .mobile .speedtest-summary-block {
1641
+ width: 100%;
1642
+ flex-direction: column;
1643
+ }
1644
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
1645
+ width: 100%;
1646
+ }
1647
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1648
+ width: 100%;
1649
+ }
1650
+ .mobile .speedtest-summary-header {
1651
+ padding-top: 12px;
1652
+ height: 38px;
1653
+ text-align: center;
1654
+ }
1655
+ .mobile .speedtest-quality-header {
1656
+ text-align: center;
1657
+ }
1658
+ .mobile .speedtest-footer .speedtest-footer-refresh {
1659
+ inset: 50% auto auto 50%;
1660
+ transform: translate(-50%, -50%);
1661
+ }
1659
1662
  }
1660
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1661
- position: absolute;
1662
- top: 0;
1663
- left: 0;
1664
- z-index: 99990;
1665
- width: 100%;
1666
- height: 32px;
1667
- background: var(--primary-background-color);
1663
+ @media only screen and (orientation: landscape) {
1664
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1665
+ width: 25%;
1666
+ }
1667
+ }*, :focus, :visited {
1668
+ outline: none !important;
1668
1669
  }
1669
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1670
+
1671
+ .multicamera[data-multicamera] {
1670
1672
  float: right;
1671
- margin-right: 12px;
1672
- margin-top: 10px;
1673
- display: block;
1674
- width: 12px;
1675
- height: 12px;
1673
+ margin-top: 4px;
1674
+ position: relative;
1675
+ margin-right: 20px;
1676
+ width: 20px;
1676
1677
  }
1677
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1678
- fill: var(--primary-text-color);
1678
+ .multicamera[data-multicamera] button {
1679
+ background-color: transparent;
1680
+ color: #fff;
1681
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1682
+ -webkit-font-smoothing: antialiased;
1683
+ border: none;
1684
+ font-size: 14px;
1685
+ padding: 0;
1679
1686
  }
1680
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1681
- fill: var(--hover-text-color);
1687
+ .multicamera[data-multicamera] button svg {
1688
+ height: 20px;
1689
+ position: relative;
1690
+ margin-top: 6px;
1682
1691
  }
1683
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1684
- overflow: hidden;
1685
- margin-top: 44px;
1692
+ .multicamera[data-multicamera] button:hover {
1693
+ color: #c9c9c9;
1686
1694
  }
1687
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1688
- width: 820px;
1695
+ .multicamera[data-multicamera] button.changing {
1696
+ animation: pulse 0.5s infinite alternate;
1689
1697
  }
1690
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1698
+ .multicamera[data-multicamera] button span.quality-arrow {
1699
+ width: 9px;
1700
+ height: 6px;
1701
+ margin-top: 11px;
1702
+ margin-left: 5px;
1703
+ }
1704
+ .multicamera[data-multicamera] > ul {
1705
+ padding: 6px 0;
1706
+ right: -24px;
1707
+ width: 245px;
1691
1708
  list-style-type: none;
1709
+ position: absolute;
1710
+ bottom: 48px;
1711
+ border-radius: 4px;
1712
+ display: none;
1713
+ background-color: rgba(74, 74, 74, 0.9);
1692
1714
  }
1693
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1694
- padding-left: 2px;
1695
- padding-right: 2px;
1696
- background: var(--primary-background-color);
1715
+ .multicamera[data-multicamera] > ul::after {
1716
+ content: "";
1717
+ position: absolute;
1718
+ top: 100%;
1719
+ left: 85%;
1720
+ margin-left: -10px;
1721
+ width: 0;
1722
+ height: 0;
1723
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1724
+ border-right: 10px solid transparent;
1725
+ border-left: 10px solid transparent;
1697
1726
  }
1698
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1699
- display: inline-block;
1700
- float: left;
1701
- padding: 5px;
1702
- width: 200px;
1727
+ .multicamera[data-multicamera] li {
1728
+ font-size: 10px;
1729
+ cursor: pointer;
1703
1730
  }
1704
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1731
+ .multicamera[data-multicamera] li .multicamera-item {
1732
+ display: flex;
1733
+ padding: 10px 0;
1734
+ justify-content: center;
1705
1735
  position: relative;
1706
- padding: 0 5px;
1707
- text-align: left;
1708
1736
  }
1709
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1710
- padding: 0;
1737
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1738
+ pointer-events: none;
1711
1739
  }
1712
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1713
- width: 100%;
1740
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1741
+ opacity: 0.5;
1714
1742
  }
1715
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1716
- background: var(--secondary-background-color);
1743
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1744
+ opacity: 0.5;
1717
1745
  }
1718
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1719
- background: var(--secondary-background-color);
1746
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1747
+ background-color: rgba(0, 0, 0, 0);
1720
1748
  }
1721
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
1722
- text-align: center;
1723
- font-weight: bold;
1724
- padding-bottom: 4px;
1725
- font-size: 14px;
1749
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1750
+ background-color: rgba(0, 0, 0, 0.3);
1726
1751
  }
1727
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
1728
- margin: 0;
1729
- position: absolute;
1730
- right: 0;
1731
- top: 0;
1752
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1753
+ width: 80px;
1754
+ height: 60px;
1732
1755
  }
1733
-
1734
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
1735
- width: 250px;
1756
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1757
+ width: 80px;
1758
+ height: 60px;
1736
1759
  }
1737
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
1738
- width: 100%;
1760
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1761
+ width: 120px;
1762
+ text-align: left;
1763
+ margin-left: 15px;
1739
1764
  }
1740
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
1741
- padding: 0 5px;
1742
- height: auto;
1765
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1766
+ width: 120px;
1767
+ height: 20px;
1768
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1769
+ font-size: 14px;
1770
+ font-weight: normal;
1771
+ font-style: normal;
1772
+ font-stretch: normal;
1773
+ line-height: 1.43;
1774
+ letter-spacing: normal;
1775
+ text-align: left;
1776
+ color: #fff;
1777
+ text-overflow: ellipsis;
1778
+ overflow: hidden;
1743
1779
  }
1744
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
1745
- width: 100%;
1746
- flex-direction: column;
1780
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1781
+ opacity: 0.6;
1747
1782
  }
1748
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1749
- width: 100%;
1783
+ .multicamera[data-multicamera] li[data-title] {
1784
+ background-color: #c3c2c2;
1785
+ padding: 5px;
1750
1786
  }
1751
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1752
- width: 100%;
1787
+ .multicamera[data-multicamera] li a {
1788
+ color: #444;
1789
+ padding: 2px 10px;
1790
+ display: block;
1791
+ text-decoration: none;
1753
1792
  }
1754
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
1755
- padding-top: 12px;
1756
- height: 38px;
1757
- text-align: center;
1793
+ .multicamera[data-multicamera] li a:hover {
1794
+ background-color: #555;
1795
+ color: white;
1758
1796
  }
1759
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
1760
- text-align: center;
1797
+ .multicamera[data-multicamera] li a:hover a {
1798
+ color: white;
1799
+ text-decoration: none;
1761
1800
  }
1762
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
1763
- height: 80px;
1764
- }
1765
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
1766
- bottom: 0;
1767
- left: 0;
1768
- }
1769
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1770
- inset: 50% auto auto 50%;
1771
- transform: translate(-50%, -50%);
1801
+ .multicamera[data-multicamera] li.current a {
1802
+ color: #f00;
1772
1803
  }
1773
1804
 
1774
- .speed-test-button {
1775
- margin: 10px 0 0;
1776
- color: #000;
1777
- }
1778
-
1779
- .speed-test {
1780
- position: absolute;
1781
- top: 0;
1782
- left: 0;
1783
- width: 100%;
1784
- height: 100%;
1785
- z-index: 9999;
1805
+ @keyframes pulse {
1806
+ 0% {
1807
+ color: #fff;
1808
+ }
1809
+ 50% {
1810
+ color: #ff0101;
1811
+ }
1812
+ 100% {
1813
+ color: #B80000;
1814
+ }
1815
+ }.share_plugin[data-share] {
1816
+ pointer-events: auto;
1817
+ z-index: 5;
1818
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1786
1819
  }
1787
- .speed-test .speed-test-header {
1788
- width: 100%;
1789
- height: 32px;
1820
+ .share_plugin[data-share].share-hide .share-button-container {
1821
+ right: -50px;
1790
1822
  }
1791
- .speed-test .speed-test-header .close-speed-test {
1792
- float: right;
1793
- margin-right: 5px;
1794
- line-height: 32px;
1823
+ .share_plugin[data-share] .share-button-container {
1795
1824
  cursor: pointer;
1796
- color: var(--primary-text-color);
1797
- }
1798
- .speed-test .speed-test-header .close-speed-test:hover {
1799
- color: var(--hover-text-color);
1825
+ width: 36px;
1826
+ height: 36px;
1827
+ background-color: rgba(74, 74, 74, 0.6);
1828
+ border-radius: 4px;
1829
+ position: absolute;
1830
+ right: 10px;
1831
+ top: 10px;
1832
+ padding-top: 6px;
1833
+ transition: all 0.3s ease-out;
1800
1834
  }
1801
-
1802
- .settings-button {
1803
- float: right;
1804
- margin: 0 12px 0 0;
1805
- height: 40px;
1806
- width: 24px;
1807
- border: none;
1835
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1836
+ background-color: transparent;
1837
+ border: 0;
1838
+ margin: 0 6px;
1808
1839
  padding: 0;
1840
+ cursor: pointer;
1841
+ display: inline-block;
1842
+ width: 19px;
1843
+ height: 20px;
1809
1844
  }
1810
-
1811
- .settings-options-list {
1845
+ .share_plugin[data-share] .share-container {
1846
+ pointer-events: auto;
1812
1847
  position: absolute;
1813
- right: 16px;
1814
- bottom: 52px;
1815
- background: var(--primary-background-color);
1816
- width: 250px;
1817
- height: 48px;
1818
- z-index: 9999;
1819
- border-radius: 4px;
1820
- }
1821
- .settings-options-list svg {
1822
- float: left;
1823
- margin-right: 10px;
1848
+ width: 280px;
1849
+ background-color: white;
1850
+ transform: translate(0, 50%);
1851
+ transform: translate(-50%, -50%);
1852
+ left: 50%;
1853
+ /* margin-left: -140px; */
1854
+ top: calc(50% - 20px);
1855
+ /* margin-top: -170px; */
1824
1856
  }
1825
- .settings-options-list .settings-speedtest-option {
1826
- color: var(--primary-text-color);
1827
- margin: 0;
1857
+ .share_plugin[data-share] .share-container .share-container-header {
1828
1858
  text-align: left;
1829
- height: 24px;
1830
- line-height: 22px;
1831
- padding: 14px;
1832
- width: 250px;
1833
- font-size: 12px;
1834
- }
1835
- .settings-options-list .settings-speedtest-option:hover {
1836
- color: var(--hover-text-color);
1859
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1837
1860
  }
1838
- .settings-options-list .settings-speedtest-option:hover svg path {
1839
- fill: var(--hover-text-color);
1861
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1862
+ display: inline-block;
1863
+ font-size: 16px;
1864
+ margin: 5px;
1840
1865
  }
1841
- .settings-options-list .settings-speedtest-option svg path {
1842
- fill: var(--primary-text-color);
1866
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1867
+ display: inline-block;
1868
+ width: 24px;
1869
+ float: right;
1870
+ margin: 5px;
1871
+ cursor: pointer;
1843
1872
  }
1844
-
1845
- .speedtest-summary {
1846
- width: 100%;
1847
- border-top: 1px solid var(--secondary-background-color) !important;
1848
- border-bottom: 1px solid var(--secondary-background-color) !important;
1849
- display: flex !important;
1850
- flex-direction: column;
1851
- align-items: stretch;
1852
- justify-content: space-between;
1873
+ .share_plugin[data-share] .share-container .share-container-main {
1874
+ margin-bottom: 8px;
1853
1875
  }
1854
- .speedtest-summary .speedtest-summary-header {
1855
- width: 100%;
1856
- padding-top: 4px;
1876
+ .share_plugin[data-share] .share-container .share-container-main > div {
1857
1877
  text-align: left;
1858
- height: 32px;
1859
1878
  font-size: 14px;
1860
- font-weight: 500;
1861
- line-height: 20px;
1879
+ padding: 5px;
1862
1880
  }
1863
- .speedtest-summary .speedtest-summary-block {
1864
- position: relative;
1865
- display: flex;
1866
- flex-direction: row;
1867
- width: 100%;
1881
+ .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 {
1882
+ overflow: hidden;
1883
+ text-overflow: ellipsis;
1884
+ color: #818181;
1885
+ border: solid 1px #d3d3d3;
1886
+ width: calc(100% - 10px);
1887
+ padding: 5px;
1868
1888
  }
1869
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1870
- width: 50%;
1871
- margin-top: 4px;
1872
- margin-bottom: 12px;
1889
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1890
+ max-height: 90px;
1891
+ resize: none;
1873
1892
  }
1874
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1875
- padding: 2px;
1876
- width: 248px;
1877
- max-width: 100%;
1893
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1894
+ width: 32px;
1895
+ display: inline-block;
1896
+ margin-right: 5px;
1897
+ cursor: pointer;
1898
+ }.dvr-controls[data-dvr] {
1899
+ display: inline-block;
1900
+ color: var(--player-dvr-color);
1901
+ line-height: 32px;
1902
+ font-size: 10px;
1903
+ font-weight: bold;
1904
+ margin-left: 6px;
1905
+ height: 40px;
1906
+ line-height: 40px;
1907
+ margin-left: 0;
1878
1908
  }
1879
-
1880
- .speedtest-quality {
1881
- width: 100%;
1882
- height: 36px;
1883
- display: flex !important;
1884
- flex-direction: column !important;
1885
- justify-content: space-between !important;
1909
+ .dvr-controls[data-dvr] .live-info {
1910
+ cursor: default;
1911
+ text-transform: uppercase;
1886
1912
  }
1887
- .speedtest-quality .speedtest-quality-header {
1888
- font-size: 12px;
1889
- height: 20px;
1890
- border-left: 2px solid var(--secondary-background-color) !important;
1891
- background-color: var(--secondary-background-color);
1892
- text-align: left;
1913
+ .dvr-controls[data-dvr] .live-info:before {
1914
+ content: "";
1915
+ display: inline-block;
1916
+ position: relative;
1917
+ width: 7px;
1918
+ height: 7px;
1919
+ border-radius: 3.5px;
1920
+ margin-right: 3.5px;
1921
+ background-color: var(--player-live-color);
1893
1922
  }
1894
- .speedtest-quality-content {
1895
- width: 100%;
1896
- margin-top: 8px;
1897
- height: 8px;
1898
- display: flex !important;
1899
- flex-direction: row !important;
1900
- align-items: stretch !important;
1901
- justify-content: space-between;
1923
+ .dvr-controls[data-dvr] .live-info.disabled {
1924
+ opacity: 0.3;
1902
1925
  }
1903
- .speedtest-quality-content-item {
1904
- width: 18.8%;
1905
- background-color: #fff;
1926
+ .dvr-controls[data-dvr] .live-info.disabled:before {
1927
+ background-color: var(--player-dvr-color);
1906
1928
  }
1907
- .speedtest-quality-content-item.speedtest-quality-value-1 {
1908
- background-color: var(--speedtest-red);
1929
+ .dvr-controls[data-dvr] .live-button {
1930
+ cursor: pointer;
1931
+ outline: none;
1932
+ display: none;
1933
+ border: 0;
1934
+ color: var(--player-dvr-color);
1935
+ background-color: transparent;
1936
+ height: 32px;
1937
+ padding: 0;
1938
+ opacity: 0.7;
1939
+ text-transform: uppercase;
1940
+ transition: all 0.1s ease;
1909
1941
  }
1910
- .speedtest-quality-content-item.speedtest-quality-value-2 {
1911
- background-color: var(--speedtest-orange);
1942
+ .dvr-controls[data-dvr] .live-button:before {
1943
+ content: "";
1944
+ display: inline-block;
1945
+ position: relative;
1946
+ width: 7px;
1947
+ height: 7px;
1948
+ border-radius: 3.5px;
1949
+ margin-right: 3.5px;
1950
+ background-color: var(--player-dvr-color);
1912
1951
  }
1913
- .speedtest-quality-content-item.speedtest-quality-value-3 {
1914
- background-color: var(--speedtest-yellow);
1952
+ .dvr-controls[data-dvr] .live-button:hover {
1953
+ opacity: 1;
1954
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1915
1955
  }
1916
- .speedtest-quality-content-item.speedtest-quality-value-4 {
1917
- background-color: var(--speedtest-light-green);
1956
+ .dvr-controls[data-dvr] .live-info {
1957
+ font-size: 14px;
1958
+ letter-spacing: 0.8px;
1959
+ font-weight: 500;
1960
+ color: #fffffe;
1961
+ margin-left: 21px;
1918
1962
  }
1919
- .speedtest-quality-content-item.speedtest-quality-value-5 {
1920
- background-color: var(--speedtest-green);
1963
+ .dvr-controls[data-dvr] .live-info::before {
1964
+ width: 10px;
1965
+ height: 10px;
1966
+ border-radius: 50%;
1967
+ margin-right: 8px;
1968
+ background-color: #ed4f4a;
1921
1969
  }
1922
-
1923
- .speedtest-footer {
1924
- position: relative;
1925
- float: left;
1926
- width: 100%;
1927
- height: 30px;
1928
- line-height: 16px;
1970
+ .dvr-controls[data-dvr] .live-button {
1971
+ height: 40px;
1972
+ opacity: 1;
1973
+ font-size: 14px;
1974
+ letter-spacing: 0.8px;
1975
+ font-weight: 500;
1976
+ margin-left: 20px;
1929
1977
  }
1930
- .speedtest-footer-about-link {
1931
- position: absolute;
1932
- bottom: 0;
1933
- left: 0;
1934
- color: var(--secondary-text-color);
1935
- text-decoration: underline !important;
1978
+ .dvr-controls[data-dvr] .live-button::before {
1979
+ width: 10px;
1980
+ height: 10px;
1981
+ border-radius: 50%;
1982
+ margin-right: 8px;
1983
+ background-color: #cacaca;
1936
1984
  }
1937
- .speedtest-footer-about-link:hover {
1938
- color: var(--hover-text-color);
1985
+
1986
+ .dvr .dvr-controls[data-dvr] .live-info {
1987
+ display: none;
1939
1988
  }
1940
- .speedtest-footer .speedtest-footer-refresh {
1989
+ .dvr .dvr-controls[data-dvr] .live-button {
1990
+ display: block;
1991
+ }.scrub-thumbnails {
1941
1992
  position: absolute;
1942
- bottom: 0;
1943
- right: 0;
1944
- color: var(--secondary-text-color);
1945
- font-size: 14px;
1946
- font-weight: 400;
1947
- line-height: 16px;
1948
- height: 16px;
1949
- display: flex;
1950
- align-items: center;
1951
- gap: 4px;
1952
- }
1953
- .speedtest-footer .speedtest-footer-refresh svg path {
1954
- fill: var(--secondary-text-color);
1993
+ bottom: 52px;
1994
+ width: 100%;
1995
+ transition: opacity 0.3s ease;
1955
1996
  }
1956
- .speedtest-footer .speedtest-footer-refresh:hover {
1957
- color: var(--hover-text-color);
1997
+ .scrub-thumbnails.hidden {
1998
+ opacity: 0;
1958
1999
  }
1959
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
1960
- fill: var(--hover-text-color);
2000
+ .scrub-thumbnails .thumbnail-container {
2001
+ display: inline-block;
2002
+ position: relative;
2003
+ overflow: hidden;
2004
+ background-color: #000;
1961
2005
  }
1962
-
1963
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1964
- position: fixed;
1965
- height: auto;
2006
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2007
+ position: absolute;
1966
2008
  width: auto;
1967
- inset: 0;
1968
- min-width: 100vw;
1969
- padding-bottom: 4px;
1970
- padding-left: 4px;
1971
- padding-right: 4px;
1972
2009
  }
1973
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1974
- position: fixed;
2010
+ .scrub-thumbnails .thumbnails-text {
2011
+ background-color: rgba(74, 74, 74, 0.7);
2012
+ border-radius: 3px;
2013
+ white-space: nowrap;
2014
+ overflow: hidden;
2015
+ text-overflow: ellipsis;
2016
+ color: white;
2017
+ position: absolute;
2018
+ bottom: 23px;
2019
+ width: 100px;
1975
2020
  }
1976
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1977
- width: 50%;
2021
+ .scrub-thumbnails .spotlight {
2022
+ background-color: #4a4a4a;
2023
+ overflow: hidden;
2024
+ position: absolute;
2025
+ bottom: 0;
2026
+ left: 0;
2027
+ border-color: #4a4a4a;
2028
+ border-style: solid;
2029
+ border-width: 3px;
2030
+ border-radius: 3px;
1978
2031
  }
1979
-
1980
- @media only screen and (orientation: portrait) {
1981
- .mobile .speedtest-summary {
1982
- padding: 0 5px;
1983
- height: auto;
1984
- }
1985
- .mobile .speedtest-summary-block {
1986
- width: 100%;
1987
- flex-direction: column;
1988
- }
1989
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
1990
- width: 100%;
1991
- }
1992
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1993
- width: 100%;
1994
- }
1995
- .mobile .speedtest-summary-header {
1996
- padding-top: 12px;
1997
- height: 38px;
1998
- text-align: center;
1999
- }
2000
- .mobile .speedtest-quality-header {
2001
- text-align: center;
2002
- }
2003
- .mobile .speedtest-footer .speedtest-footer-refresh {
2004
- inset: 50% auto auto 50%;
2005
- transform: translate(-50%, -50%);
2006
- }
2032
+ .scrub-thumbnails .spotlight img {
2033
+ width: auto;
2007
2034
  }
2008
- @media only screen and (orientation: landscape) {
2009
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
2010
- width: 25%;
2011
- }
2012
- }.spinner-three-bounce[data-spinner] {
2035
+ .scrub-thumbnails .backdrop {
2013
2036
  position: absolute;
2014
- width: 70px;
2015
- text-align: center;
2016
- z-index: 999;
2017
2037
  left: 0;
2038
+ bottom: 0;
2018
2039
  right: 0;
2019
- margin: 0 auto;
2020
- margin-left: auto;
2021
- margin-right: auto;
2022
- /* center vertically */
2023
- top: 50%;
2024
- transform: translateY(-50%);
2025
- }
2026
- .spinner-three-bounce[data-spinner] > div {
2027
- width: 18px;
2028
- height: 18px;
2029
- background-color: #FFF;
2030
- border-radius: 100%;
2031
- display: inline-block;
2032
- animation: bouncedelay 1.4s infinite ease-in-out;
2033
- /* Prevent first frame from flickering when animation starts */
2034
- animation-fill-mode: both;
2035
- }
2036
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2037
- animation-delay: -0.32s;
2040
+ background-color: #000;
2041
+ overflow: hidden;
2038
2042
  }
2039
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2040
- animation-delay: -0.16s;
2043
+ .scrub-thumbnails .backdrop .carousel {
2044
+ position: absolute;
2045
+ top: 0;
2046
+ left: 0;
2047
+ height: 100%;
2048
+ white-space: nowrap;
2041
2049
  }
2042
-
2043
- @keyframes bouncedelay {
2044
- 0%, 80%, 100% {
2045
- transform: scale(0);
2046
- }
2047
- 40% {
2048
- transform: scale(1);
2049
- }
2050
+ .scrub-thumbnails .backdrop .carousel img {
2051
+ width: auto;
2050
2052
  }.player-logo[data-logo] {
2051
2053
  position: absolute;
2052
2054
  z-index: 2;