@gcorevideo/player 2.25.0 → 2.25.1

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,51 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
+ order: 99;
127
+ height: 20px;
128
+ }
129
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
130
+ position: absolute;
131
+ right: 16px;
132
+ bottom: 52px;
133
+ width: 250px;
134
+ min-height: 48px;
135
+ z-index: 9999;
136
+ border-radius: 4px;
137
+ }
138
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
139
+ padding: 8px 0;
140
+ }
141
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
142
+ margin: 0;
143
+ text-align: left;
144
+ line-height: 22px;
145
+ padding: 5px 14px;
146
+ width: 250px;
147
+ font-size: 12px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: flex-start;
151
+ gap: 8px;
152
+ }
153
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
154
+ flex: 24px 0 0;
155
+ height: 24px;
156
+ }
157
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
158
+ visibility: hidden;
159
+ display: inline-block;
160
+ }
161
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
162
+ flex: 0 1 100%;
163
+ }
164
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
165
+ flex: 0 0 14px;
166
+ height: 24px;
167
+ }
168
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
169
+ flex: 1 0 auto;
125
170
  }*, :focus, :visited {
126
171
  outline: none !important;
127
172
  }
@@ -184,503 +229,392 @@
184
229
  }
185
230
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
186
231
  display: inline;
187
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
188
- order: 99;
189
- height: 20px;
190
- }
191
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
192
- position: absolute;
193
- right: 16px;
194
- bottom: 52px;
195
- width: 250px;
196
- min-height: 48px;
197
- z-index: 9999;
198
- border-radius: 4px;
232
+ }*,
233
+ :focus,
234
+ :visited {
235
+ outline: none !important;
199
236
  }
200
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
201
- padding: 8px 0;
237
+
238
+ .media-control-audiotracks {
239
+ position: relative;
202
240
  }
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;
241
+ .media-control-audiotracks button {
242
+ background-color: transparent;
243
+ color: #fff;
244
+ -webkit-font-smoothing: antialiased;
245
+ border: none;
246
+ cursor: pointer;
210
247
  display: flex;
211
248
  align-items: center;
212
- justify-content: flex-start;
213
- gap: 8px;
214
- }
215
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
216
- flex: 24px 0 0;
217
- height: 24px;
218
- }
219
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
220
- visibility: hidden;
221
- display: inline-block;
222
- }
223
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
224
- flex: 0 1 100%;
249
+ padding: 0;
225
250
  }
226
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
227
- flex: 0 0 14px;
228
- height: 24px;
251
+ .media-control-audiotracks button .audio-text {
252
+ text-overflow: ellipsis;
253
+ overflow: hidden;
254
+ white-space: nowrap;
255
+ max-width: 100px;
256
+ background-color: transparent;
257
+ -webkit-font-smoothing: antialiased;
258
+ border: none;
259
+ cursor: pointer;
229
260
  }
230
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
231
- flex: 1 0 auto;
232
- }:root {
233
- --primary-background-color: #000;
234
- --secondary-background-color: #262626;
235
- --primary-text-color: #fff;
236
- --secondary-text-color: #fff4f2;
237
- --hover-text-color: #f9b090;
238
- --speedtest-red: #df564d;
239
- --speedtest-orange: #df934d;
240
- --speedtest-yellow: #dfd04d;
241
- --speedtest-light-green: #c2df4d;
242
- --speedtest-green: #73df4d;
261
+ .media-control-audiotracks button:hover {
262
+ color: white;
243
263
  }
244
-
245
- .clappr-nerd-stats {
246
- cursor: default;
264
+ .media-control-audiotracks button.changing {
265
+ animation: pulse 0.5s infinite alternate;
247
266
  }
248
- .clappr-nerd-stats .stats-box {
249
- position: absolute;
250
- display: inline-block;
251
- bottom: 52px;
252
- right: 0;
253
- top: 0;
254
- left: 0;
255
- bottom: 0;
256
- padding: 0 10px 12px;
257
- margin: 0;
258
- line-height: 20px;
259
- font-size: 12px;
260
- font-weight: 500;
261
- background: var(--primary-background-color);
262
- color: #fff;
263
- z-index: 20000;
264
- overflow: auto;
265
- max-width: 100%;
267
+ .media-control-audiotracks button span.audio-arrow {
268
+ width: 9px;
269
+ height: 6px;
270
+ margin-left: 5px;
266
271
  }
267
- .clappr-nerd-stats .stats-box-top {
272
+ .media-control-audiotracks .menu {
273
+ max-width: 114px;
274
+ list-style-type: none;
268
275
  position: absolute;
269
- top: 0;
270
- left: 0;
271
- z-index: 9999;
272
- width: 100%;
273
- height: 32px;
274
- background: var(--primary-background-color);
276
+ background-color: rgba(74, 74, 74, 0.6);
277
+ border: none;
278
+ min-width: 60px;
279
+ border-radius: 4px;
280
+ bottom: 40px;
281
+ right: -2px;
275
282
  }
276
- .clappr-nerd-stats .stats-box-top .close-button {
277
- position: absolute;
278
- right: 12px;
279
- top: 10px;
280
- display: block;
281
- width: 12px;
282
- height: 12px;
283
+ .media-control-audiotracks .menu.hidden {
284
+ display: none;
283
285
  }
284
- .clappr-nerd-stats .stats-box-top .close-button svg path {
285
- fill: var(--primary-text-color);
286
+ .media-control-audiotracks li {
287
+ font-size: var(--font-size-media-controls-dropdown);
288
+ text-align: right;
289
+ height: 30px;
286
290
  }
287
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
288
- fill: var(--hover-text-color);
291
+ .media-control-audiotracks li[data-title] {
292
+ background-color: #c3c2c2;
293
+ padding: 5px;
289
294
  }
290
- .clappr-nerd-stats .stats-box-main {
295
+ .media-control-audiotracks li a {
296
+ display: block;
297
+ text-decoration: none;
298
+ text-overflow: ellipsis;
291
299
  overflow: hidden;
292
- margin-top: 44px;
293
- display: flex;
294
- flex-wrap: wrap;
300
+ white-space: nowrap;
301
+ height: 30px;
302
+ padding: 5px 10px;
303
+ color: #fffffe;
295
304
  }
296
- .clappr-nerd-stats .stats-box-main ul {
297
- flex: 0 1 1fr;
298
- min-width: 200px;
305
+ .media-control-audiotracks li a:hover {
306
+ text-decoration: none;
307
+ background-color: rgba(0, 0, 0, 0.4);
308
+ color: white;
299
309
  }
300
- .clappr-nerd-stats .stats-box.wide {
301
- width: 820px;
310
+ .media-control-audiotracks li.current a {
311
+ color: #f00;
302
312
  }
303
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
304
- list-style-type: none;
313
+ .media-control-audiotracks li:first-child a {
314
+ border-bottom-left-radius: 4px;
315
+ border-bottom-right-radius: 4px;
305
316
  }
306
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
307
- padding-left: 2px;
308
- padding-right: 2px;
309
- background: var(--primary-background-color);
310
- gap: 10px;
317
+ .media-control-audiotracks li:last-child a {
318
+ border-top-left-radius: 4px;
319
+ border-top-right-radius: 4px;
311
320
  }
312
- .clappr-nerd-stats .stats-box ul {
313
- padding: 5px;
314
- width: 200px;
315
- flex: 0 1 50%;
321
+
322
+ @keyframes pulse {
323
+ 0% {
324
+ color: #fff;
325
+ }
326
+ 50% {
327
+ color: #ff0101;
328
+ }
329
+ 100% {
330
+ color: #B80000;
331
+ }
332
+ }.context-menu {
333
+ z-index: 999;
334
+ position: absolute;
335
+ top: 0;
336
+ left: 0;
337
+ text-align: center;
316
338
  }
317
- .clappr-nerd-stats .stats-box ul li {
318
- position: relative;
319
- padding: 0 5px;
339
+ .context-menu .context-menu-list {
340
+ font-family: "Proxima Nova", sans-serif;
341
+ font-size: 12px;
342
+ line-height: 12px;
343
+ list-style-type: none;
320
344
  text-align: left;
345
+ padding: 5px;
346
+ margin-left: auto;
347
+ margin-right: auto;
348
+ background-color: rgba(0, 0, 0, 0.75);
349
+ border: 1px solid #666;
350
+ border-radius: 4px;
321
351
  }
322
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
323
- padding: 0;
324
- }
325
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
352
+ .context-menu .context-menu-list-item button {
353
+ border: none;
354
+ background-color: transparent;
355
+ padding: 0;
356
+ color: white;
357
+ display: flex;
358
+ gap: 8px;
359
+ align-items: center;
360
+ justify-content: center;
361
+ cursor: pointer;
362
+ padding: 5px;
326
363
  width: 100%;
327
364
  }
328
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
329
- background: var(--secondary-background-color);
330
- }
331
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
332
- background: var(--secondary-background-color);
333
- }
334
- .clappr-nerd-stats .stats-box ul li.title {
335
- text-align: center;
336
- font-weight: bold;
337
- padding-bottom: 4px;
338
- font-size: 14px;
339
- }
340
- .clappr-nerd-stats .stats-box ul li div {
341
- margin: 0;
365
+ .context-menu .context-menu-list-item_icon {
366
+ width: 20px;
367
+ height: 20px;
368
+ }div.player-error-screen, [data-player] div.player-error-screen {
369
+ color: #CCCACA;
342
370
  position: absolute;
343
- right: 0;
344
371
  top: 0;
372
+ height: 100%;
373
+ width: 100%;
374
+ background-color: rgba(0, 0, 0, 0.7);
375
+ z-index: 2000;
376
+ display: flex;
377
+ flex-direction: column;
378
+ justify-content: center;
345
379
  }
346
-
347
- .desktop .clappr-nerd-stats .stats-box.narrow {
348
- width: 250px;
380
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
381
+ font-size: 14px;
382
+ color: #CCCACA;
383
+ margin-top: 45px;
349
384
  }
350
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
351
- width: 100%;
385
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
386
+ font-weight: bold;
387
+ line-height: 30px;
388
+ font-size: 18px;
352
389
  }
353
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
354
- padding: 0 5px;
355
- height: auto;
390
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
391
+ width: 90%;
392
+ margin: 0 auto;
356
393
  }
357
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
358
- width: 100%;
359
- flex-direction: column;
394
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
395
+ font-size: 13px;
396
+ margin-top: 15px;
360
397
  }
361
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
362
- width: 100%;
398
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
399
+ cursor: pointer;
400
+ width: 30px;
401
+ margin: 15px auto 0;
402
+ }.dvr-controls {
403
+ --disabled-opacity: 0.3;
404
+ --circle-radius: 5px;
405
+ display: flex;
406
+ align-items: center;
407
+ color: var(--player-dvr-color);
408
+ font-size: 10px;
409
+ font-weight: 500;
410
+ height: var(--bottom-panel);
411
+ line-height: var(--bottom-panel);
412
+ margin-left: 0;
363
413
  }
364
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
365
- width: 100%;
414
+ .dvr-controls .live-info,
415
+ .dvr-controls .live-button {
416
+ font-size: 14px;
417
+ font-weight: 500;
418
+ margin-left: 20px;
419
+ letter-spacing: 0.8px;
420
+ text-transform: uppercase;
366
421
  }
367
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
368
- padding-top: 12px;
369
- height: 38px;
370
- text-align: center;
422
+ .dvr-controls .live-info::before,
423
+ .dvr-controls .live-button::before {
424
+ margin-right: 8px;
425
+ content: "";
426
+ display: inline-block;
427
+ position: relative;
428
+ width: calc(var(--circle-radius) * 2);
429
+ height: calc(var(--circle-radius) * 2);
430
+ border-radius: var(--circle-radius);
431
+ background-color: var(--player-dvr-color);
371
432
  }
372
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
373
- text-align: center;
433
+ .dvr-controls.disabled {
434
+ opacity: var(--disabled-opacity);
374
435
  }
375
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
376
- height: 80px;
436
+ .dvr-controls.disabled:before {
437
+ background-color: var(--player-dvr-color);
377
438
  }
378
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
379
- bottom: 0;
380
- left: 0;
439
+ .dvr-controls .live-info {
440
+ text-transform: uppercase;
441
+ color: #fffffe;
381
442
  }
382
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
383
- inset: 50% auto auto 50%;
384
- transform: translate(-50%, -50%);
443
+ .dvr-controls .live-info::before {
444
+ background-color: #ed4f4a;
385
445
  }
386
-
387
- .speed-test-button {
388
- margin: 10px 0 0;
389
- color: #000;
446
+ .dvr-controls .live-button {
447
+ cursor: pointer;
448
+ outline: none;
449
+ border: 0;
450
+ color: var(--player-dvr-color);
451
+ background-color: transparent;
452
+ padding: 0;
453
+ opacity: 0.7;
454
+ transition: all 0.1s ease;
390
455
  }
391
-
392
- .speed-test {
393
- position: absolute;
394
- top: 0;
395
- left: 0;
396
- width: 100%;
397
- height: 100%;
398
- z-index: 9999;
456
+ .dvr-controls .live-button:hover {
457
+ opacity: 1;
458
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
459
+ }@charset "UTF-8";
460
+ .gplayer-mc-clips {
461
+ display: flex;
462
+ gap: 6px;
399
463
  }
400
- .speed-test .speed-test-header {
401
- width: 100%;
402
- height: 32px;
464
+ .gplayer-mc-clips .gplayer-mc-clips-text {
465
+ text-overflow: ellipsis;
466
+ white-space: nowrap;
467
+ overflow: hidden;
468
+ display: inline-block;
469
+ text-overflow: ellipsis;
470
+ color: white;
471
+ cursor: default;
472
+ line-height: var(--bottom-panel);
473
+ position: relative;
474
+ max-width: 150px;
403
475
  }
404
- .speed-test .speed-test-header .close-speed-test {
405
- float: right;
406
- margin-right: 5px;
407
- line-height: 32px;
408
- cursor: pointer;
409
- color: var(--primary-text-color);
476
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
477
+ content: "•";
478
+ padding-right: 6px;
410
479
  }
411
- .speed-test .speed-test-header .close-speed-test:hover {
412
- color: var(--hover-text-color);
480
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
481
+ max-width: 100px;
482
+ }*, :focus, :visited {
483
+ outline: none !important;
413
484
  }
414
485
 
415
- .settings-button {
486
+ .multicamera[data-multicamera] {
416
487
  float: right;
417
- margin: 0 12px 0 0;
418
- height: 40px;
419
- width: 24px;
420
- border: none;
421
- padding: 0;
422
- }
423
-
424
- .speedtest-summary {
425
- width: 100%;
426
- border-top: 1px solid var(--secondary-background-color) !important;
427
- border-bottom: 1px solid var(--secondary-background-color) !important;
428
- display: flex !important;
429
- flex-direction: column;
430
- align-items: stretch;
431
- justify-content: space-between;
488
+ margin-top: 4px;
489
+ position: relative;
490
+ margin-right: 20px;
491
+ width: 20px;
432
492
  }
433
- .speedtest-summary .speedtest-summary-header {
434
- width: 100%;
435
- padding-top: 4px;
436
- text-align: left;
437
- height: 32px;
493
+ .multicamera[data-multicamera] button {
494
+ background-color: transparent;
495
+ color: #fff;
496
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
497
+ -webkit-font-smoothing: antialiased;
498
+ border: none;
438
499
  font-size: 14px;
439
- font-weight: 500;
440
- line-height: 20px;
500
+ padding: 0;
441
501
  }
442
- .speedtest-summary .speedtest-summary-block {
502
+ .multicamera[data-multicamera] button svg {
503
+ height: 20px;
443
504
  position: relative;
444
- display: flex;
445
- flex-direction: row;
446
- width: 100%;
447
- }
448
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
449
- width: 50%;
450
- margin-top: 4px;
451
- margin-bottom: 12px;
505
+ margin-top: 6px;
452
506
  }
453
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
454
- padding: 2px;
455
- width: 248px;
456
- max-width: 100%;
507
+ .multicamera[data-multicamera] button:hover {
508
+ color: #c9c9c9;
457
509
  }
458
-
459
- .speedtest-quality {
460
- width: 100%;
461
- height: 36px;
462
- display: flex !important;
463
- flex-direction: column !important;
464
- justify-content: space-between !important;
510
+ .multicamera[data-multicamera] button.changing {
511
+ animation: pulse 0.5s infinite alternate;
465
512
  }
466
- .speedtest-quality .speedtest-quality-header {
467
- font-size: 12px;
468
- height: 20px;
469
- border-left: 2px solid var(--secondary-background-color) !important;
470
- background-color: var(--secondary-background-color);
471
- text-align: left;
513
+ .multicamera[data-multicamera] button span.quality-arrow {
514
+ width: 9px;
515
+ height: 6px;
516
+ margin-top: 11px;
517
+ margin-left: 5px;
472
518
  }
473
- .speedtest-quality-content {
474
- width: 100%;
475
- margin-top: 8px;
476
- height: 8px;
477
- display: flex !important;
478
- flex-direction: row !important;
479
- align-items: stretch !important;
480
- justify-content: space-between;
481
- }
482
- .speedtest-quality-content-item {
483
- width: 18.8%;
484
- background-color: #fff;
485
- }
486
- .speedtest-quality-content-item.speedtest-quality-value-1 {
487
- background-color: var(--speedtest-red);
488
- }
489
- .speedtest-quality-content-item.speedtest-quality-value-2 {
490
- background-color: var(--speedtest-orange);
491
- }
492
- .speedtest-quality-content-item.speedtest-quality-value-3 {
493
- background-color: var(--speedtest-yellow);
494
- }
495
- .speedtest-quality-content-item.speedtest-quality-value-4 {
496
- background-color: var(--speedtest-light-green);
497
- }
498
- .speedtest-quality-content-item.speedtest-quality-value-5 {
499
- background-color: var(--speedtest-green);
500
- }
501
-
502
- .speedtest-footer {
503
- position: relative;
504
- float: left;
505
- width: 100%;
506
- height: 30px;
507
- line-height: 16px;
508
- }
509
- .speedtest-footer-about-link {
519
+ .multicamera[data-multicamera] > ul {
520
+ padding: 6px 0;
521
+ right: -24px;
522
+ width: 245px;
523
+ list-style-type: none;
510
524
  position: absolute;
511
- bottom: 0;
512
- left: 0;
513
- color: var(--secondary-text-color);
514
- text-decoration: underline !important;
515
- }
516
- .speedtest-footer-about-link:hover {
517
- color: var(--hover-text-color);
525
+ bottom: 48px;
526
+ border-radius: 4px;
527
+ display: none;
528
+ background-color: rgba(74, 74, 74, 0.9);
518
529
  }
519
- .speedtest-footer .speedtest-footer-refresh {
530
+ .multicamera[data-multicamera] > ul::after {
531
+ content: "";
520
532
  position: absolute;
521
- bottom: 0;
522
- right: 0;
523
- color: var(--secondary-text-color);
524
- font-size: 14px;
525
- font-weight: 400;
526
- line-height: 16px;
527
- height: 16px;
528
- display: flex;
529
- align-items: center;
530
- gap: 4px;
533
+ top: 100%;
534
+ left: 85%;
535
+ margin-left: -10px;
536
+ width: 0;
537
+ height: 0;
538
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
539
+ border-right: 10px solid transparent;
540
+ border-left: 10px solid transparent;
531
541
  }
532
- .speedtest-footer .speedtest-footer-refresh svg path {
533
- fill: var(--secondary-text-color);
542
+ .multicamera[data-multicamera] li {
543
+ font-size: 10px;
544
+ cursor: pointer;
534
545
  }
535
- .speedtest-footer .speedtest-footer-refresh:hover {
536
- color: var(--hover-text-color);
546
+ .multicamera[data-multicamera] li .multicamera-item {
547
+ display: flex;
548
+ padding: 10px 0;
549
+ justify-content: center;
550
+ position: relative;
537
551
  }
538
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
539
- fill: var(--hover-text-color);
552
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
553
+ pointer-events: none;
540
554
  }
541
-
542
- .mobile .clappr-nerd-stats .stats-box {
543
- position: fixed;
544
- height: auto;
545
- width: auto;
546
- inset: 0;
547
- min-width: 100vw;
548
- padding-bottom: 4px;
549
- padding-left: 4px;
550
- padding-right: 4px;
555
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
556
+ opacity: 0.5;
551
557
  }
552
- .mobile .clappr-nerd-stats .stats-box-top {
553
- position: fixed;
558
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
559
+ opacity: 0.5;
554
560
  }
555
- .mobile .clappr-nerd-stats .stats-box-main ul {
556
- flex: 0 1 50%;
561
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
562
+ background-color: rgba(0, 0, 0, 0);
557
563
  }
558
-
559
- @media only screen and (orientation: portrait) {
560
- .mobile .speedtest-summary {
561
- padding: 0 5px;
562
- height: auto;
563
- }
564
- .mobile .speedtest-summary-block {
565
- width: 100%;
566
- flex-direction: column;
567
- }
568
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
569
- width: 100%;
570
- }
571
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
572
- width: 100%;
573
- }
574
- .mobile .speedtest-summary-header {
575
- padding-top: 12px;
576
- height: 38px;
577
- text-align: center;
578
- }
579
- .mobile .speedtest-quality-header {
580
- text-align: center;
581
- }
582
- .mobile .speedtest-footer .speedtest-footer-refresh {
583
- inset: 50% auto auto 50%;
584
- transform: translate(-50%, -50%);
585
- }
564
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
565
+ background-color: rgba(0, 0, 0, 0.3);
586
566
  }
587
- @media only screen and (orientation: landscape) {
588
- .mobile .clappr-nerd-stats .stats-box-main ul {
589
- flex-basis: 1fr;
590
- }
567
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
568
+ width: 80px;
569
+ height: 60px;
591
570
  }
592
- @media only screen and (min-width: 1100px) {
593
- .fullscreen .clappr-nerd-stats .stats-box {
594
- top: unset;
595
- }
596
- }*,
597
- :focus,
598
- :visited {
599
- outline: none !important;
571
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
572
+ width: 80px;
573
+ height: 60px;
600
574
  }
601
-
602
- .media-control-audiotracks {
603
- position: relative;
575
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
576
+ width: 120px;
577
+ text-align: left;
578
+ margin-left: 15px;
604
579
  }
605
- .media-control-audiotracks button {
606
- background-color: transparent;
580
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
581
+ width: 120px;
582
+ height: 20px;
583
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
584
+ font-size: 14px;
585
+ font-weight: normal;
586
+ font-style: normal;
587
+ font-stretch: normal;
588
+ line-height: 1.43;
589
+ letter-spacing: normal;
590
+ text-align: left;
607
591
  color: #fff;
608
- -webkit-font-smoothing: antialiased;
609
- border: none;
610
- cursor: pointer;
611
- display: flex;
612
- align-items: center;
613
- padding: 0;
614
- }
615
- .media-control-audiotracks button .audio-text {
616
592
  text-overflow: ellipsis;
617
593
  overflow: hidden;
618
- white-space: nowrap;
619
- max-width: 100px;
620
- background-color: transparent;
621
- -webkit-font-smoothing: antialiased;
622
- border: none;
623
- cursor: pointer;
624
- }
625
- .media-control-audiotracks button:hover {
626
- color: white;
627
- }
628
- .media-control-audiotracks button.changing {
629
- animation: pulse 0.5s infinite alternate;
630
- }
631
- .media-control-audiotracks button span.audio-arrow {
632
- width: 9px;
633
- height: 6px;
634
- margin-left: 5px;
635
- }
636
- .media-control-audiotracks .menu {
637
- max-width: 114px;
638
- list-style-type: none;
639
- position: absolute;
640
- background-color: rgba(74, 74, 74, 0.6);
641
- border: none;
642
- min-width: 60px;
643
- border-radius: 4px;
644
- bottom: 40px;
645
- right: -2px;
646
594
  }
647
- .media-control-audiotracks .menu.hidden {
648
- display: none;
649
- }
650
- .media-control-audiotracks li {
651
- font-size: var(--font-size-media-controls-dropdown);
652
- text-align: right;
653
- height: 30px;
595
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
596
+ opacity: 0.6;
654
597
  }
655
- .media-control-audiotracks li[data-title] {
598
+ .multicamera[data-multicamera] li[data-title] {
656
599
  background-color: #c3c2c2;
657
600
  padding: 5px;
658
601
  }
659
- .media-control-audiotracks li a {
602
+ .multicamera[data-multicamera] li a {
603
+ color: #444;
604
+ padding: 2px 10px;
660
605
  display: block;
661
606
  text-decoration: none;
662
- text-overflow: ellipsis;
663
- overflow: hidden;
664
- white-space: nowrap;
665
- height: 30px;
666
- padding: 5px 10px;
667
- color: #fffffe;
668
607
  }
669
- .media-control-audiotracks li a:hover {
670
- text-decoration: none;
671
- background-color: rgba(0, 0, 0, 0.4);
608
+ .multicamera[data-multicamera] li a:hover {
609
+ background-color: #555;
672
610
  color: white;
673
611
  }
674
- .media-control-audiotracks li.current a {
675
- color: #f00;
676
- }
677
- .media-control-audiotracks li:first-child a {
678
- border-bottom-left-radius: 4px;
679
- border-bottom-right-radius: 4px;
612
+ .multicamera[data-multicamera] li a:hover a {
613
+ color: white;
614
+ text-decoration: none;
680
615
  }
681
- .media-control-audiotracks li:last-child a {
682
- border-top-left-radius: 4px;
683
- border-top-right-radius: 4px;
616
+ .multicamera[data-multicamera] li.current a {
617
+ color: #f00;
684
618
  }
685
619
 
686
620
  @keyframes pulse {
@@ -693,434 +627,758 @@
693
627
  100% {
694
628
  color: #B80000;
695
629
  }
696
- }.media-control-pip {
697
- order: 95;
698
- display: flex;
699
- }
700
- .media-control-pip button {
701
- height: 20px;
630
+ }:root {
631
+ --primary-background-color: #000;
632
+ --secondary-background-color: #262626;
633
+ --primary-text-color: #fff;
634
+ --secondary-text-color: #fff4f2;
635
+ --hover-text-color: #f9b090;
636
+ --speedtest-red: #df564d;
637
+ --speedtest-orange: #df934d;
638
+ --speedtest-yellow: #dfd04d;
639
+ --speedtest-light-green: #c2df4d;
640
+ --speedtest-green: #73df4d;
702
641
  }
703
- .media-control-pip button svg {
704
- height: 20px;
705
- }.context-menu {
706
- z-index: 999;
642
+
643
+ .clappr-nerd-stats {
644
+ cursor: default;
645
+ }
646
+ .clappr-nerd-stats .stats-box {
707
647
  position: absolute;
648
+ display: inline-block;
649
+ bottom: 52px;
650
+ right: 0;
708
651
  top: 0;
709
652
  left: 0;
710
- text-align: center;
711
- }
712
- .context-menu .context-menu-list {
713
- font-family: "Proxima Nova", sans-serif;
653
+ bottom: 0;
654
+ padding: 0 10px 12px;
655
+ margin: 0;
656
+ line-height: 20px;
714
657
  font-size: 12px;
715
- line-height: 12px;
716
- list-style-type: none;
717
- text-align: left;
718
- padding: 5px;
719
- margin-left: auto;
720
- margin-right: auto;
721
- background-color: rgba(0, 0, 0, 0.75);
722
- border: 1px solid #666;
723
- border-radius: 4px;
724
- }
725
- .context-menu .context-menu-list-item button {
726
- border: none;
727
- background-color: transparent;
728
- padding: 0;
729
- color: white;
730
- display: flex;
731
- gap: 8px;
732
- align-items: center;
733
- justify-content: center;
734
- cursor: pointer;
735
- padding: 5px;
736
- width: 100%;
658
+ font-weight: 500;
659
+ background: var(--primary-background-color);
660
+ color: #fff;
661
+ z-index: 20000;
662
+ overflow: auto;
663
+ max-width: 100%;
737
664
  }
738
- .context-menu .context-menu-list-item_icon {
739
- width: 20px;
740
- height: 20px;
741
- }.player-poster {
742
- display: flex;
743
- justify-content: center;
744
- align-items: center;
665
+ .clappr-nerd-stats .stats-box-top {
745
666
  position: absolute;
746
- height: 100%;
747
- width: 100%;
748
- z-index: 998;
749
667
  top: 0;
750
668
  left: 0;
751
- background-color: #000;
752
- background-size: cover;
753
- background-repeat: no-repeat;
754
- background-position: 50% 50%;
755
- }
756
- .player-poster.clickable {
757
- cursor: pointer;
758
- }
759
- .player-poster:hover .play-wrapper {
760
- opacity: 1;
761
- }
762
- .player-poster .play-wrapper {
669
+ z-index: 9999;
763
670
  width: 100%;
764
- height: 25%;
765
- margin: 0 auto;
766
- opacity: 0.75;
767
- transition: opacity 0.1s ease;
768
- }
769
- .player-poster .play-wrapper svg {
770
- height: 100%;
771
- display: inline;
671
+ height: 32px;
672
+ background: var(--primary-background-color);
772
673
  }
773
- .player-poster .play-wrapper svg path {
774
- fill: #fff;
775
- }@charset "UTF-8";
776
- .gplayer-mc-clips {
777
- display: flex;
778
- gap: 6px;
674
+ .clappr-nerd-stats .stats-box-top .close-button {
675
+ position: absolute;
676
+ right: 12px;
677
+ top: 10px;
678
+ display: block;
679
+ width: 12px;
680
+ height: 12px;
779
681
  }
780
- .gplayer-mc-clips .gplayer-mc-clips-text {
781
- text-overflow: ellipsis;
782
- white-space: nowrap;
783
- overflow: hidden;
784
- display: inline-block;
785
- text-overflow: ellipsis;
786
- color: white;
787
- cursor: default;
788
- line-height: var(--bottom-panel);
789
- position: relative;
790
- max-width: 150px;
682
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
683
+ fill: var(--primary-text-color);
791
684
  }
792
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
793
- content: "•";
794
- padding-right: 6px;
685
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
686
+ fill: var(--hover-text-color);
795
687
  }
796
- .gplayer-mc-clips .gplayer-mc-clips-text.compact {
797
- max-width: 100px;
798
- }div.player-error-screen, [data-player] div.player-error-screen {
799
- color: #CCCACA;
800
- position: absolute;
801
- top: 0;
802
- height: 100%;
803
- width: 100%;
804
- background-color: rgba(0, 0, 0, 0.7);
805
- z-index: 2000;
688
+ .clappr-nerd-stats .stats-box-main {
689
+ overflow: hidden;
690
+ margin-top: 44px;
806
691
  display: flex;
807
- flex-direction: column;
808
- justify-content: center;
692
+ flex-wrap: wrap;
809
693
  }
810
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
811
- font-size: 14px;
812
- color: #CCCACA;
813
- margin-top: 45px;
694
+ .clappr-nerd-stats .stats-box-main ul {
695
+ flex: 0 1 1fr;
696
+ min-width: 200px;
814
697
  }
815
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
816
- font-weight: bold;
817
- line-height: 30px;
818
- font-size: 18px;
698
+ .clappr-nerd-stats .stats-box.wide {
699
+ width: 820px;
819
700
  }
820
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
821
- width: 90%;
822
- margin: 0 auto;
701
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
702
+ list-style-type: none;
823
703
  }
824
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
825
- font-size: 13px;
826
- margin-top: 15px;
704
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
705
+ padding-left: 2px;
706
+ padding-right: 2px;
707
+ background: var(--primary-background-color);
708
+ gap: 10px;
827
709
  }
828
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
829
- cursor: pointer;
830
- width: 30px;
831
- margin: 15px auto 0;
832
- }*, :focus, :visited {
833
- outline: none !important;
710
+ .clappr-nerd-stats .stats-box ul {
711
+ padding: 5px;
712
+ width: 200px;
713
+ flex: 0 1 50%;
834
714
  }
835
-
836
- .multicamera[data-multicamera] {
837
- float: right;
838
- margin-top: 4px;
715
+ .clappr-nerd-stats .stats-box ul li {
839
716
  position: relative;
840
- margin-right: 20px;
841
- width: 20px;
717
+ padding: 0 5px;
718
+ text-align: left;
842
719
  }
843
- .multicamera[data-multicamera] button {
844
- background-color: transparent;
845
- color: #fff;
846
- font-family: Roboto, "Open Sans", Arial, sans-serif;
847
- -webkit-font-smoothing: antialiased;
848
- border: none;
849
- font-size: 14px;
720
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
850
721
  padding: 0;
851
722
  }
852
- .multicamera[data-multicamera] button svg {
853
- height: 20px;
854
- position: relative;
855
- margin-top: 6px;
723
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
724
+ width: 100%;
856
725
  }
857
- .multicamera[data-multicamera] button:hover {
858
- color: #c9c9c9;
726
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
727
+ background: var(--secondary-background-color);
859
728
  }
860
- .multicamera[data-multicamera] button.changing {
861
- animation: pulse 0.5s infinite alternate;
729
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
730
+ background: var(--secondary-background-color);
862
731
  }
863
- .multicamera[data-multicamera] button span.quality-arrow {
864
- width: 9px;
865
- height: 6px;
866
- margin-top: 11px;
867
- margin-left: 5px;
732
+ .clappr-nerd-stats .stats-box ul li.title {
733
+ text-align: center;
734
+ font-weight: bold;
735
+ padding-bottom: 4px;
736
+ font-size: 14px;
868
737
  }
869
- .multicamera[data-multicamera] > ul {
870
- padding: 6px 0;
871
- right: -24px;
872
- width: 245px;
873
- list-style-type: none;
738
+ .clappr-nerd-stats .stats-box ul li div {
739
+ margin: 0;
874
740
  position: absolute;
875
- bottom: 48px;
876
- border-radius: 4px;
877
- display: none;
878
- background-color: rgba(74, 74, 74, 0.9);
741
+ right: 0;
742
+ top: 0;
879
743
  }
880
- .multicamera[data-multicamera] > ul::after {
881
- content: "";
882
- position: absolute;
883
- top: 100%;
884
- left: 85%;
885
- margin-left: -10px;
886
- width: 0;
887
- height: 0;
888
- border-top: 10px solid rgba(74, 74, 74, 0.9);
889
- border-right: 10px solid transparent;
890
- border-left: 10px solid transparent;
744
+
745
+ .desktop .clappr-nerd-stats .stats-box.narrow {
746
+ width: 250px;
891
747
  }
892
- .multicamera[data-multicamera] li {
893
- font-size: 10px;
894
- cursor: pointer;
748
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
749
+ width: 100%;
895
750
  }
896
- .multicamera[data-multicamera] li .multicamera-item {
897
- display: flex;
898
- padding: 10px 0;
899
- justify-content: center;
900
- position: relative;
751
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
752
+ padding: 0 5px;
753
+ height: auto;
901
754
  }
902
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
903
- pointer-events: none;
755
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
756
+ width: 100%;
757
+ flex-direction: column;
904
758
  }
905
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
906
- opacity: 0.5;
759
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
760
+ width: 100%;
907
761
  }
908
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
909
- opacity: 0.5;
762
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
763
+ width: 100%;
910
764
  }
911
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
912
- background-color: rgba(0, 0, 0, 0);
765
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
766
+ padding-top: 12px;
767
+ height: 38px;
768
+ text-align: center;
913
769
  }
914
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
915
- background-color: rgba(0, 0, 0, 0.3);
770
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
771
+ text-align: center;
916
772
  }
917
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
918
- width: 80px;
919
- height: 60px;
773
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
774
+ height: 80px;
920
775
  }
921
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
922
- width: 80px;
923
- height: 60px;
776
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
777
+ bottom: 0;
778
+ left: 0;
924
779
  }
925
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
926
- width: 120px;
780
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
781
+ inset: 50% auto auto 50%;
782
+ transform: translate(-50%, -50%);
783
+ }
784
+
785
+ .speed-test-button {
786
+ margin: 10px 0 0;
787
+ color: #000;
788
+ }
789
+
790
+ .speed-test {
791
+ position: absolute;
792
+ top: 0;
793
+ left: 0;
794
+ width: 100%;
795
+ height: 100%;
796
+ z-index: 9999;
797
+ }
798
+ .speed-test .speed-test-header {
799
+ width: 100%;
800
+ height: 32px;
801
+ }
802
+ .speed-test .speed-test-header .close-speed-test {
803
+ float: right;
804
+ margin-right: 5px;
805
+ line-height: 32px;
806
+ cursor: pointer;
807
+ color: var(--primary-text-color);
808
+ }
809
+ .speed-test .speed-test-header .close-speed-test:hover {
810
+ color: var(--hover-text-color);
811
+ }
812
+
813
+ .settings-button {
814
+ float: right;
815
+ margin: 0 12px 0 0;
816
+ height: 40px;
817
+ width: 24px;
818
+ border: none;
819
+ padding: 0;
820
+ }
821
+
822
+ .speedtest-summary {
823
+ width: 100%;
824
+ border-top: 1px solid var(--secondary-background-color) !important;
825
+ border-bottom: 1px solid var(--secondary-background-color) !important;
826
+ display: flex !important;
827
+ flex-direction: column;
828
+ align-items: stretch;
829
+ justify-content: space-between;
830
+ }
831
+ .speedtest-summary .speedtest-summary-header {
832
+ width: 100%;
833
+ padding-top: 4px;
927
834
  text-align: left;
928
- margin-left: 15px;
835
+ height: 32px;
836
+ font-size: 14px;
837
+ font-weight: 500;
838
+ line-height: 20px;
929
839
  }
930
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
931
- width: 120px;
840
+ .speedtest-summary .speedtest-summary-block {
841
+ position: relative;
842
+ display: flex;
843
+ flex-direction: row;
844
+ width: 100%;
845
+ }
846
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
847
+ width: 50%;
848
+ margin-top: 4px;
849
+ margin-bottom: 12px;
850
+ }
851
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
852
+ padding: 2px;
853
+ width: 248px;
854
+ max-width: 100%;
855
+ }
856
+
857
+ .speedtest-quality {
858
+ width: 100%;
859
+ height: 36px;
860
+ display: flex !important;
861
+ flex-direction: column !important;
862
+ justify-content: space-between !important;
863
+ }
864
+ .speedtest-quality .speedtest-quality-header {
865
+ font-size: 12px;
932
866
  height: 20px;
933
- font-family: Roboto, "Open Sans", Arial, sans-serif;
934
- font-size: 14px;
935
- font-weight: normal;
936
- font-style: normal;
937
- font-stretch: normal;
938
- line-height: 1.43;
939
- letter-spacing: normal;
867
+ border-left: 2px solid var(--secondary-background-color) !important;
868
+ background-color: var(--secondary-background-color);
940
869
  text-align: left;
941
- color: #fff;
942
- text-overflow: ellipsis;
943
- overflow: hidden;
944
870
  }
945
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
946
- opacity: 0.6;
871
+ .speedtest-quality-content {
872
+ width: 100%;
873
+ margin-top: 8px;
874
+ height: 8px;
875
+ display: flex !important;
876
+ flex-direction: row !important;
877
+ align-items: stretch !important;
878
+ justify-content: space-between;
947
879
  }
948
- .multicamera[data-multicamera] li[data-title] {
949
- background-color: #c3c2c2;
950
- padding: 5px;
880
+ .speedtest-quality-content-item {
881
+ width: 18.8%;
882
+ background-color: #fff;
951
883
  }
952
- .multicamera[data-multicamera] li a {
953
- color: #444;
954
- padding: 2px 10px;
955
- display: block;
956
- text-decoration: none;
884
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
885
+ background-color: var(--speedtest-red);
957
886
  }
958
- .multicamera[data-multicamera] li a:hover {
959
- background-color: #555;
960
- color: white;
887
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
888
+ background-color: var(--speedtest-orange);
961
889
  }
962
- .multicamera[data-multicamera] li a:hover a {
963
- color: white;
964
- text-decoration: none;
890
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
891
+ background-color: var(--speedtest-yellow);
965
892
  }
966
- .multicamera[data-multicamera] li.current a {
967
- color: #f00;
893
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
894
+ background-color: var(--speedtest-light-green);
895
+ }
896
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
897
+ background-color: var(--speedtest-green);
968
898
  }
969
899
 
970
- @keyframes pulse {
971
- 0% {
972
- color: #fff;
973
- }
974
- 50% {
975
- color: #ff0101;
976
- }
977
- 100% {
978
- color: #B80000;
979
- }
980
- }.big-mute-icon-wrapper[data-big-mute] {
981
- position: absolute;
982
- z-index: 9998;
983
- background-color: transparent;
984
- display: flex;
985
- justify-content: center;
900
+ .speedtest-footer {
901
+ position: relative;
902
+ float: left;
986
903
  width: 100%;
987
- height: calc(100% - 50px);
988
- margin: 0 auto;
989
- opacity: 0.75;
990
- transition: opacity 0.1s ease;
991
- pointer-events: auto;
904
+ height: 30px;
905
+ line-height: 16px;
992
906
  }
993
- .big-mute-icon-wrapper[data-big-mute].hide {
994
- display: none;
907
+ .speedtest-footer-about-link {
908
+ position: absolute;
909
+ bottom: 0;
910
+ left: 0;
911
+ color: var(--secondary-text-color);
912
+ text-decoration: underline !important;
995
913
  }
996
- .big-mute-icon-wrapper[data-big-mute]:hover {
997
- cursor: pointer;
914
+ .speedtest-footer-about-link:hover {
915
+ color: var(--hover-text-color);
998
916
  }
999
-
1000
- .big-mute-icon[data-big-mute-icon] {
917
+ .speedtest-footer .speedtest-footer-refresh {
918
+ position: absolute;
919
+ bottom: 0;
920
+ right: 0;
921
+ color: var(--secondary-text-color);
922
+ font-size: 14px;
923
+ font-weight: 400;
924
+ line-height: 16px;
925
+ height: 16px;
1001
926
  display: flex;
1002
927
  align-items: center;
1003
- justify-content: center;
1004
- align-self: center;
1005
- width: 120px;
1006
- height: 120px;
1007
- border: 2px solid white;
1008
- border-radius: 50%;
1009
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1010
- filter: alpha(opacity=60);
1011
- opacity: 1;
1012
- box-shadow: 0 0 1px 0 white;
1013
- background: rgba(240, 243, 247, 0.9411764706);
1014
- z-index: 10000;
928
+ gap: 4px;
1015
929
  }
1016
- .big-mute-icon[data-big-mute-icon] svg {
1017
- margin-left: 5px;
1018
- width: 80px;
1019
- height: 80px;
930
+ .speedtest-footer .speedtest-footer-refresh svg path {
931
+ fill: var(--secondary-text-color);
1020
932
  }
1021
- .big-mute-icon[data-big-mute-icon] svg path {
1022
- fill: #1f1e1e !important;
933
+ .speedtest-footer .speedtest-footer-refresh:hover {
934
+ color: var(--hover-text-color);
1023
935
  }
1024
- .big-mute-icon[data-big-mute-icon]:hover {
1025
- background: rgba(240, 243, 247, 0.8784313725);
936
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
937
+ fill: var(--hover-text-color);
1026
938
  }
1027
- .big-mute-icon[data-big-mute-icon]:hover svg path {
1028
- fill: #151515 !important;
1029
- }.dvr-controls {
1030
- --disabled-opacity: 0.3;
1031
- --circle-radius: 5px;
939
+
940
+ .mobile .clappr-nerd-stats .stats-box {
941
+ position: fixed;
942
+ height: auto;
943
+ width: auto;
944
+ inset: 0;
945
+ min-width: 100vw;
946
+ padding-bottom: 4px;
947
+ padding-left: 4px;
948
+ padding-right: 4px;
949
+ }
950
+ .mobile .clappr-nerd-stats .stats-box-top {
951
+ position: fixed;
952
+ }
953
+ .mobile .clappr-nerd-stats .stats-box-main ul {
954
+ flex: 0 1 50%;
955
+ }
956
+
957
+ @media only screen and (orientation: portrait) {
958
+ .mobile .speedtest-summary {
959
+ padding: 0 5px;
960
+ height: auto;
961
+ }
962
+ .mobile .speedtest-summary-block {
963
+ width: 100%;
964
+ flex-direction: column;
965
+ }
966
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
967
+ width: 100%;
968
+ }
969
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
970
+ width: 100%;
971
+ }
972
+ .mobile .speedtest-summary-header {
973
+ padding-top: 12px;
974
+ height: 38px;
975
+ text-align: center;
976
+ }
977
+ .mobile .speedtest-quality-header {
978
+ text-align: center;
979
+ }
980
+ .mobile .speedtest-footer .speedtest-footer-refresh {
981
+ inset: 50% auto auto 50%;
982
+ transform: translate(-50%, -50%);
983
+ }
984
+ }
985
+ @media only screen and (orientation: landscape) {
986
+ .mobile .clappr-nerd-stats .stats-box-main ul {
987
+ flex-basis: 1fr;
988
+ }
989
+ }
990
+ @media only screen and (min-width: 1100px) {
991
+ .fullscreen .clappr-nerd-stats .stats-box {
992
+ top: unset;
993
+ }
994
+ }.big-mute-icon-wrapper[data-big-mute] {
995
+ position: absolute;
996
+ z-index: 9998;
997
+ background-color: transparent;
998
+ display: flex;
999
+ justify-content: center;
1000
+ width: 100%;
1001
+ height: calc(100% - 50px);
1002
+ margin: 0 auto;
1003
+ opacity: 0.75;
1004
+ transition: opacity 0.1s ease;
1005
+ pointer-events: auto;
1006
+ }
1007
+ .big-mute-icon-wrapper[data-big-mute].hide {
1008
+ display: none;
1009
+ }
1010
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1011
+ cursor: pointer;
1012
+ }
1013
+
1014
+ .big-mute-icon[data-big-mute-icon] {
1032
1015
  display: flex;
1033
1016
  align-items: center;
1034
- color: var(--player-dvr-color);
1035
- font-size: 10px;
1036
- font-weight: 500;
1037
- height: var(--bottom-panel);
1038
- line-height: var(--bottom-panel);
1039
- margin-left: 0;
1017
+ justify-content: center;
1018
+ align-self: center;
1019
+ width: 120px;
1020
+ height: 120px;
1021
+ border: 2px solid white;
1022
+ border-radius: 50%;
1023
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1024
+ filter: alpha(opacity=60);
1025
+ opacity: 1;
1026
+ box-shadow: 0 0 1px 0 white;
1027
+ background: rgba(240, 243, 247, 0.9411764706);
1028
+ z-index: 10000;
1040
1029
  }
1041
- .dvr-controls .live-info,
1042
- .dvr-controls .live-button {
1030
+ .big-mute-icon[data-big-mute-icon] svg {
1031
+ margin-left: 5px;
1032
+ width: 80px;
1033
+ height: 80px;
1034
+ }
1035
+ .big-mute-icon[data-big-mute-icon] svg path {
1036
+ fill: #1f1e1e !important;
1037
+ }
1038
+ .big-mute-icon[data-big-mute-icon]:hover {
1039
+ background: rgba(240, 243, 247, 0.8784313725);
1040
+ }
1041
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1042
+ fill: #151515 !important;
1043
+ }.player-poster {
1044
+ display: flex;
1045
+ justify-content: center;
1046
+ align-items: center;
1047
+ position: absolute;
1048
+ height: 100%;
1049
+ width: 100%;
1050
+ z-index: 998;
1051
+ top: 0;
1052
+ left: 0;
1053
+ background-color: #000;
1054
+ background-size: cover;
1055
+ background-repeat: no-repeat;
1056
+ background-position: 50% 50%;
1057
+ }
1058
+ .player-poster.clickable {
1059
+ cursor: pointer;
1060
+ }
1061
+ .player-poster:hover .play-wrapper {
1062
+ opacity: 1;
1063
+ }
1064
+ .player-poster .play-wrapper {
1065
+ width: 100%;
1066
+ height: 25%;
1067
+ margin: 0 auto;
1068
+ opacity: 0.75;
1069
+ transition: opacity 0.1s ease;
1070
+ }
1071
+ .player-poster .play-wrapper svg {
1072
+ height: 100%;
1073
+ display: inline;
1074
+ }
1075
+ .player-poster .play-wrapper svg path {
1076
+ fill: #fff;
1077
+ }.media-control-pip {
1078
+ order: 95;
1079
+ display: flex;
1080
+ }
1081
+ .media-control-pip button {
1082
+ height: 20px;
1083
+ }
1084
+ .media-control-pip button svg {
1085
+ height: 20px;
1086
+ }.share_plugin[data-share] {
1087
+ pointer-events: auto;
1088
+ z-index: 5;
1089
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1090
+ }
1091
+ .share_plugin[data-share].share-hide .share-button-container {
1092
+ right: -50px;
1093
+ }
1094
+ .share_plugin[data-share] .share-button-container {
1095
+ cursor: pointer;
1096
+ width: 36px;
1097
+ height: 36px;
1098
+ background-color: rgba(74, 74, 74, 0.6);
1099
+ border-radius: 4px;
1100
+ position: absolute;
1101
+ right: 10px;
1102
+ top: 10px;
1103
+ padding-top: 6px;
1104
+ transition: all 0.3s ease-out;
1105
+ }
1106
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1107
+ background-color: transparent;
1108
+ border: 0;
1109
+ margin: 0 6px;
1110
+ padding: 0;
1111
+ cursor: pointer;
1112
+ display: inline-block;
1113
+ width: 19px;
1114
+ height: 20px;
1115
+ }
1116
+ .share_plugin[data-share] .share-container {
1117
+ pointer-events: auto;
1118
+ position: absolute;
1119
+ width: 280px;
1120
+ background-color: white;
1121
+ transform: translate(0, 50%);
1122
+ transform: translate(-50%, -50%);
1123
+ left: 50%;
1124
+ /* margin-left: -140px; */
1125
+ top: calc(50% - 20px);
1126
+ /* margin-top: -170px; */
1127
+ }
1128
+ .share_plugin[data-share] .share-container .share-container-header {
1129
+ text-align: left;
1130
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1131
+ }
1132
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1133
+ display: inline-block;
1134
+ font-size: 16px;
1135
+ margin: 5px;
1136
+ }
1137
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1138
+ display: inline-block;
1139
+ width: 24px;
1140
+ float: right;
1141
+ margin: 5px;
1142
+ cursor: pointer;
1143
+ }
1144
+ .share_plugin[data-share] .share-container .share-container-main {
1145
+ margin-bottom: 8px;
1146
+ }
1147
+ .share_plugin[data-share] .share-container .share-container-main > div {
1148
+ text-align: left;
1043
1149
  font-size: 14px;
1044
- font-weight: 500;
1045
- margin-left: 20px;
1046
- letter-spacing: 0.8px;
1047
- text-transform: uppercase;
1150
+ padding: 5px;
1048
1151
  }
1049
- .dvr-controls .live-info::before,
1050
- .dvr-controls .live-button::before {
1051
- margin-right: 8px;
1052
- content: "";
1152
+ .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 {
1153
+ overflow: hidden;
1154
+ text-overflow: ellipsis;
1155
+ color: #818181;
1156
+ border: solid 1px #d3d3d3;
1157
+ width: calc(100% - 10px);
1158
+ padding: 5px;
1159
+ }
1160
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1161
+ max-height: 90px;
1162
+ resize: none;
1163
+ }
1164
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1165
+ width: 32px;
1166
+ display: inline-block;
1167
+ margin-right: 5px;
1168
+ cursor: pointer;
1169
+ }.seek-time {
1170
+ position: absolute;
1171
+ white-space: nowrap;
1172
+ height: 20px;
1173
+ line-height: 20px;
1174
+ font-size: 0;
1175
+ left: -100%;
1176
+ bottom: 55px;
1177
+ background-color: rgba(2, 2, 2, 0.5);
1178
+ z-index: 9999;
1179
+ transition: opacity 0.1s ease;
1180
+ }
1181
+ .seek-time.hidden {
1182
+ opacity: 0;
1183
+ }
1184
+ .seek-time .seek-time__pos {
1185
+ display: inline-block;
1186
+ color: white;
1187
+ font-size: 10px;
1188
+ padding-left: 7px;
1189
+ padding-right: 7px;
1190
+ vertical-align: top;
1191
+ }
1192
+ .seek-time .seek-time__duration {
1193
+ display: inline-block;
1194
+ color: rgba(255, 255, 255, 0.5);
1195
+ font-size: 10px;
1196
+ padding-right: 7px;
1197
+ vertical-align: top;
1198
+ }
1199
+ .seek-time .seek-time__duration::before {
1200
+ content: "|";
1201
+ margin-right: 7px;
1202
+ }.quality-levels li.disabled {
1203
+ opacity: 0.5;
1204
+ pointer-events: none;
1205
+ }
1206
+ .quality-levels li.current {
1207
+ background-color: #000;
1208
+ }.spinner-three-bounce[data-spinner] {
1209
+ position: absolute;
1210
+ width: 70px;
1211
+ text-align: center;
1212
+ z-index: 999;
1213
+ left: 0;
1214
+ right: 0;
1215
+ margin: 0 auto;
1216
+ margin-left: auto;
1217
+ margin-right: auto;
1218
+ /* center vertically */
1219
+ top: 50%;
1220
+ transform: translateY(-50%);
1221
+ }
1222
+ .spinner-three-bounce[data-spinner] > div {
1223
+ width: 18px;
1224
+ height: 18px;
1225
+ background-color: #FFF;
1226
+ border-radius: 100%;
1227
+ display: inline-block;
1228
+ animation: bouncedelay 1.4s infinite ease-in-out;
1229
+ /* Prevent first frame from flickering when animation starts */
1230
+ animation-fill-mode: both;
1231
+ }
1232
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1233
+ animation-delay: -0.32s;
1234
+ }
1235
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1236
+ animation-delay: -0.16s;
1237
+ }
1238
+
1239
+ @keyframes bouncedelay {
1240
+ 0%, 80%, 100% {
1241
+ transform: scale(0);
1242
+ }
1243
+ 40% {
1244
+ transform: scale(1);
1245
+ }
1246
+ }.scrub-thumbnails {
1247
+ position: absolute;
1248
+ bottom: 52px;
1249
+ width: 100%;
1250
+ transition: opacity 0.3s ease;
1251
+ }
1252
+ .scrub-thumbnails.hidden {
1253
+ opacity: 0;
1254
+ }
1255
+ .scrub-thumbnails .thumbnail-container {
1053
1256
  display: inline-block;
1054
1257
  position: relative;
1055
- width: calc(var(--circle-radius) * 2);
1056
- height: calc(var(--circle-radius) * 2);
1057
- border-radius: var(--circle-radius);
1058
- background-color: var(--player-dvr-color);
1258
+ overflow: hidden;
1259
+ background-color: #000;
1260
+ }
1261
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1262
+ position: absolute;
1263
+ width: auto;
1264
+ }
1265
+ .scrub-thumbnails .thumbnails-text {
1266
+ background-color: rgba(74, 74, 74, 0.7);
1267
+ border-radius: 3px;
1268
+ white-space: nowrap;
1269
+ overflow: hidden;
1270
+ text-overflow: ellipsis;
1271
+ color: white;
1272
+ position: absolute;
1273
+ bottom: 23px;
1274
+ width: 100px;
1275
+ padding: 0 4px;
1276
+ font-size: 12px;
1277
+ }
1278
+ .scrub-thumbnails .spotlight {
1279
+ background-color: #4a4a4a;
1280
+ overflow: hidden;
1281
+ position: absolute;
1282
+ bottom: 0;
1283
+ left: 0;
1284
+ border-color: #4a4a4a;
1285
+ border-style: solid;
1286
+ border-width: 3px;
1287
+ border-radius: 3px;
1288
+ }
1289
+ .scrub-thumbnails .spotlight img {
1290
+ width: auto;
1059
1291
  }
1060
- .dvr-controls.disabled {
1061
- opacity: var(--disabled-opacity);
1292
+ .scrub-thumbnails .backdrop {
1293
+ position: absolute;
1294
+ left: 0;
1295
+ bottom: 0;
1296
+ right: 0;
1297
+ background-color: #000;
1298
+ overflow: hidden;
1062
1299
  }
1063
- .dvr-controls.disabled:before {
1064
- background-color: var(--player-dvr-color);
1300
+ .scrub-thumbnails .backdrop .carousel {
1301
+ position: absolute;
1302
+ top: 0;
1303
+ left: 0;
1304
+ height: 100%;
1305
+ white-space: nowrap;
1065
1306
  }
1066
- .dvr-controls .live-info {
1067
- text-transform: uppercase;
1068
- color: #fffffe;
1307
+ .scrub-thumbnails .backdrop .carousel img {
1308
+ width: auto;
1309
+ }*,
1310
+ :focus,
1311
+ :visited {
1312
+ outline: none !important;
1069
1313
  }
1070
- .dvr-controls .live-info::before {
1071
- background-color: #ed4f4a;
1314
+
1315
+ .media-control-cc[data-cc] {
1316
+ position: relative;
1317
+ order: 85;
1072
1318
  }
1073
- .dvr-controls .live-button {
1074
- cursor: pointer;
1075
- outline: none;
1076
- border: 0;
1077
- color: var(--player-dvr-color);
1319
+ .media-control-cc[data-cc] button {
1078
1320
  background-color: transparent;
1079
- padding: 0;
1080
- opacity: 0.7;
1081
- transition: all 0.1s ease;
1321
+ color: #fff;
1322
+ -webkit-font-smoothing: antialiased;
1323
+ border: none;
1324
+ cursor: pointer;
1082
1325
  }
1083
- .dvr-controls .live-button:hover {
1084
- opacity: 1;
1085
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1086
- }.spinner-three-bounce[data-spinner] {
1326
+ .media-control-cc[data-cc] button .cc-text svg {
1327
+ fill: white;
1328
+ }
1329
+ .media-control-cc[data-cc] button:hover {
1330
+ color: #c9c9c9;
1331
+ }
1332
+ .media-control-cc[data-cc] button.changing {
1333
+ animation: pulse 0.5s infinite alternate;
1334
+ }
1335
+ .media-control-cc[data-cc] ul {
1336
+ width: 80px;
1337
+ list-style-type: none;
1087
1338
  position: absolute;
1088
- width: 70px;
1089
- text-align: center;
1090
- z-index: 999;
1091
- left: 0;
1092
- right: 0;
1093
- margin: 0 auto;
1094
- margin-left: auto;
1095
- margin-right: auto;
1096
- /* center vertically */
1097
- top: 50%;
1098
- transform: translateY(-50%);
1339
+ bottom: 25px;
1340
+ border: 1px solid black;
1341
+ background-color: #e6e6e6;
1342
+ padding: 8px 0;
1099
1343
  }
1100
- .spinner-three-bounce[data-spinner] > div {
1101
- width: 18px;
1102
- height: 18px;
1103
- background-color: #FFF;
1104
- border-radius: 100%;
1105
- display: inline-block;
1106
- animation: bouncedelay 1.4s infinite ease-in-out;
1107
- /* Prevent first frame from flickering when animation starts */
1108
- animation-fill-mode: both;
1344
+ .media-control-cc[data-cc] li a {
1345
+ color: #444;
1346
+ padding: 2px 10px;
1347
+ display: block;
1348
+ text-decoration: none;
1109
1349
  }
1110
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1111
- animation-delay: -0.32s;
1350
+ .media-control-cc[data-cc] li a:hover {
1351
+ background-color: #555;
1352
+ color: white;
1112
1353
  }
1113
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1114
- animation-delay: -0.16s;
1354
+ .media-control-cc[data-cc] li a:hover a {
1355
+ color: white;
1356
+ text-decoration: none;
1357
+ }
1358
+ .media-control-cc[data-cc] li.current a {
1359
+ color: #f00;
1360
+ background-color: #555;
1115
1361
  }
1116
1362
 
1117
- @keyframes bouncedelay {
1118
- 0%, 80%, 100% {
1119
- transform: scale(0);
1363
+ @keyframes pulse {
1364
+ 0% {
1365
+ color: #fff;
1120
1366
  }
1121
- 40% {
1122
- transform: scale(1);
1367
+ 50% {
1368
+ color: #ff0101;
1369
+ }
1370
+ 100% {
1371
+ color: #B80000;
1123
1372
  }
1373
+ }
1374
+ ::cue {
1375
+ visibility: hidden !important;
1376
+ font-size: 0 !important;
1377
+ }
1378
+
1379
+ .ios-fullscreen::cue {
1380
+ visibility: visible !important;
1381
+ font-size: 1em !important;
1124
1382
  }[data-player] {
1125
1383
  --bottom-panel: 40px;
1126
1384
  }
@@ -1428,6 +1686,23 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1428
1686
  gap: 0.5rem;
1429
1687
  justify-content: flex-start;
1430
1688
  }
1689
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-control-button,
1690
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-control-indicator {
1691
+ order: 10;
1692
+ }
1693
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] [data-playpause],
1694
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] [data-playstop] {
1695
+ order: 1;
1696
+ }
1697
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] [data-volume] {
1698
+ order: 2;
1699
+ }
1700
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] [data-position] {
1701
+ order: 3;
1702
+ }
1703
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] [data-duration] {
1704
+ order: 3;
1705
+ }
1431
1706
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-control-center-panel {
1432
1707
  height: 100%;
1433
1708
  text-align: center;
@@ -1652,248 +1927,86 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1652
1927
  width: 7px;
1653
1928
  height: 7px;
1654
1929
  border-radius: 50%;
1655
- background-color: white;
1656
- }
1657
- .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] {
1658
- float: left;
1659
- width: 4px;
1660
- padding-left: 2px;
1661
- height: 12px;
1662
- opacity: 0.5;
1663
- box-shadow: inset 2px 0 0 white;
1664
- transition: transform 0.2s ease-out;
1665
- }
1666
- .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].fill {
1667
- box-shadow: inset 2px 0 0 #fff;
1668
- opacity: 1;
1669
- }
1670
- .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]:nth-of-type(1) {
1671
- padding-left: 0;
1672
- }
1673
- .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 {
1674
- transform: scaleY(1.5);
1675
- }
1676
-
1677
- /* TODO distribute between plugins' styles */
1678
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button] {
1679
- display: flex;
1680
- justify-content: center;
1681
- padding: 0;
1682
- align-items: center;
1683
- }
1684
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button]:hover {
1685
- color: white;
1686
- }
1687
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul {
1688
- background-color: rgba(74, 74, 74, 0.6);
1689
- border: none;
1690
- width: auto;
1691
- border-radius: 4px;
1692
- bottom: 52px;
1693
- margin-left: -28px;
1694
- }
1695
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li {
1696
- font-size: 16px;
1697
- text-align: center;
1698
- white-space: nowrap;
1699
- height: 30px;
1700
- }
1701
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a {
1702
- height: 30px;
1703
- padding: 5px 10px;
1704
- color: #fffffe;
1705
- }
1706
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
1707
- background-color: rgba(0, 0, 0, 0.4);
1708
- }
1709
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
1710
- background-color: rgba(0, 0, 0, 0.4);
1711
- }
1712
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
1713
- border-bottom-left-radius: 4px;
1714
- border-bottom-right-radius: 4px;
1715
- }
1716
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
1717
- border-top-left-radius: 4px;
1718
- border-top-right-radius: 4px;
1719
- }
1720
- .media-control-skin-1[data-media-control-skin-1] .seek-time {
1721
- height: 26px;
1722
- line-height: 26px;
1723
- bottom: 52px;
1724
- border-radius: 3px;
1725
- background-color: rgba(74, 74, 74, 0.7);
1726
- }
1727
- .media-control-skin-1[data-media-control-skin-1] .seek-time span {
1728
- letter-spacing: 0.8px;
1729
- font-size: 14px;
1730
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1731
- }
1732
- .media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
1733
- padding-left: 8px;
1734
- padding-right: 8px;
1735
- }*,
1736
- :focus,
1737
- :visited {
1738
- outline: none !important;
1739
- }
1740
-
1741
- .media-control-cc[data-cc] {
1742
- position: relative;
1743
- order: 85;
1744
- }
1745
- .media-control-cc[data-cc] button {
1746
- background-color: transparent;
1747
- color: #fff;
1748
- -webkit-font-smoothing: antialiased;
1749
- border: none;
1750
- cursor: pointer;
1751
- }
1752
- .media-control-cc[data-cc] button .cc-text svg {
1753
- fill: white;
1754
- }
1755
- .media-control-cc[data-cc] button:hover {
1756
- color: #c9c9c9;
1757
- }
1758
- .media-control-cc[data-cc] button.changing {
1759
- animation: pulse 0.5s infinite alternate;
1760
- }
1761
- .media-control-cc[data-cc] ul {
1762
- width: 80px;
1763
- list-style-type: none;
1764
- position: absolute;
1765
- bottom: 25px;
1766
- border: 1px solid black;
1767
- background-color: #e6e6e6;
1768
- padding: 8px 0;
1769
- }
1770
- .media-control-cc[data-cc] li a {
1771
- color: #444;
1772
- padding: 2px 10px;
1773
- display: block;
1774
- text-decoration: none;
1775
- }
1776
- .media-control-cc[data-cc] li a:hover {
1777
- background-color: #555;
1778
- color: white;
1930
+ background-color: white;
1779
1931
  }
1780
- .media-control-cc[data-cc] li a:hover a {
1781
- color: white;
1782
- text-decoration: none;
1932
+ .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] {
1933
+ float: left;
1934
+ width: 4px;
1935
+ padding-left: 2px;
1936
+ height: 12px;
1937
+ opacity: 0.5;
1938
+ box-shadow: inset 2px 0 0 white;
1939
+ transition: transform 0.2s ease-out;
1783
1940
  }
1784
- .media-control-cc[data-cc] li.current a {
1785
- color: #f00;
1786
- background-color: #555;
1941
+ .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].fill {
1942
+ box-shadow: inset 2px 0 0 #fff;
1943
+ opacity: 1;
1787
1944
  }
1788
-
1789
- @keyframes pulse {
1790
- 0% {
1791
- color: #fff;
1792
- }
1793
- 50% {
1794
- color: #ff0101;
1795
- }
1796
- 100% {
1797
- color: #B80000;
1798
- }
1945
+ .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]:nth-of-type(1) {
1946
+ padding-left: 0;
1799
1947
  }
1800
- ::cue {
1801
- visibility: hidden !important;
1802
- font-size: 0 !important;
1948
+ .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 {
1949
+ transform: scaleY(1.5);
1803
1950
  }
1804
1951
 
1805
- .ios-fullscreen::cue {
1806
- visibility: visible !important;
1807
- font-size: 1em !important;
1808
- }.share_plugin[data-share] {
1809
- pointer-events: auto;
1810
- z-index: 5;
1811
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1952
+ /* TODO distribute between plugins' styles */
1953
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button] {
1954
+ display: flex;
1955
+ justify-content: center;
1956
+ padding: 0;
1957
+ align-items: center;
1812
1958
  }
1813
- .share_plugin[data-share].share-hide .share-button-container {
1814
- right: -50px;
1959
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button]:hover {
1960
+ color: white;
1815
1961
  }
1816
- .share_plugin[data-share] .share-button-container {
1817
- cursor: pointer;
1818
- width: 36px;
1819
- height: 36px;
1962
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul {
1820
1963
  background-color: rgba(74, 74, 74, 0.6);
1964
+ border: none;
1965
+ width: auto;
1821
1966
  border-radius: 4px;
1822
- position: absolute;
1823
- right: 10px;
1824
- top: 10px;
1825
- padding-top: 6px;
1826
- transition: all 0.3s ease-out;
1827
- }
1828
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1829
- background-color: transparent;
1830
- border: 0;
1831
- margin: 0 6px;
1832
- padding: 0;
1833
- cursor: pointer;
1834
- display: inline-block;
1835
- width: 19px;
1836
- height: 20px;
1837
- }
1838
- .share_plugin[data-share] .share-container {
1839
- pointer-events: auto;
1840
- position: absolute;
1841
- width: 280px;
1842
- background-color: white;
1843
- transform: translate(0, 50%);
1844
- transform: translate(-50%, -50%);
1845
- left: 50%;
1846
- /* margin-left: -140px; */
1847
- top: calc(50% - 20px);
1848
- /* margin-top: -170px; */
1849
- }
1850
- .share_plugin[data-share] .share-container .share-container-header {
1851
- text-align: left;
1852
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1967
+ bottom: 52px;
1968
+ margin-left: -28px;
1853
1969
  }
1854
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1855
- display: inline-block;
1970
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li {
1856
1971
  font-size: 16px;
1857
- margin: 5px;
1972
+ text-align: center;
1973
+ white-space: nowrap;
1974
+ height: 30px;
1858
1975
  }
1859
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1860
- display: inline-block;
1861
- width: 24px;
1862
- float: right;
1863
- margin: 5px;
1864
- cursor: pointer;
1976
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a {
1977
+ height: 30px;
1978
+ padding: 5px 10px;
1979
+ color: #fffffe;
1865
1980
  }
1866
- .share_plugin[data-share] .share-container .share-container-main {
1867
- margin-bottom: 8px;
1981
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
1982
+ background-color: rgba(0, 0, 0, 0.4);
1868
1983
  }
1869
- .share_plugin[data-share] .share-container .share-container-main > div {
1870
- text-align: left;
1871
- font-size: 14px;
1872
- padding: 5px;
1984
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
1985
+ background-color: rgba(0, 0, 0, 0.4);
1873
1986
  }
1874
- .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 {
1875
- overflow: hidden;
1876
- text-overflow: ellipsis;
1877
- color: #818181;
1878
- border: solid 1px #d3d3d3;
1879
- width: calc(100% - 10px);
1880
- padding: 5px;
1987
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
1988
+ border-bottom-left-radius: 4px;
1989
+ border-bottom-right-radius: 4px;
1881
1990
  }
1882
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1883
- max-height: 90px;
1884
- resize: none;
1991
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
1992
+ border-top-left-radius: 4px;
1993
+ border-top-right-radius: 4px;
1885
1994
  }
1886
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1887
- width: 32px;
1888
- display: inline-block;
1889
- margin-right: 5px;
1890
- cursor: pointer;
1891
- }.quality-levels li.disabled {
1892
- opacity: 0.5;
1893
- pointer-events: none;
1995
+ .media-control-skin-1[data-media-control-skin-1] .seek-time {
1996
+ height: 26px;
1997
+ line-height: 26px;
1998
+ bottom: 52px;
1999
+ border-radius: 3px;
2000
+ background-color: rgba(74, 74, 74, 0.7);
1894
2001
  }
1895
- .quality-levels li.current {
1896
- background-color: #000;
2002
+ .media-control-skin-1[data-media-control-skin-1] .seek-time span {
2003
+ letter-spacing: 0.8px;
2004
+ font-size: 14px;
2005
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2006
+ }
2007
+ .media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
2008
+ padding-left: 8px;
2009
+ padding-right: 8px;
1897
2010
  }.container-with-poster-clickable .mc-skip-time {
1898
2011
  height: 0;
1899
2012
  }
@@ -1924,100 +2037,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1924
2037
 
1925
2038
  .clappr-logo {
1926
2039
  position: absolute;
1927
- }.scrub-thumbnails {
1928
- position: absolute;
1929
- bottom: 52px;
1930
- width: 100%;
1931
- transition: opacity 0.3s ease;
1932
- }
1933
- .scrub-thumbnails.hidden {
1934
- opacity: 0;
1935
- }
1936
- .scrub-thumbnails .thumbnail-container {
1937
- display: inline-block;
1938
- position: relative;
1939
- overflow: hidden;
1940
- background-color: #000;
1941
- }
1942
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1943
- position: absolute;
1944
- width: auto;
1945
- }
1946
- .scrub-thumbnails .thumbnails-text {
1947
- background-color: rgba(74, 74, 74, 0.7);
1948
- border-radius: 3px;
1949
- white-space: nowrap;
1950
- overflow: hidden;
1951
- text-overflow: ellipsis;
1952
- color: white;
1953
- position: absolute;
1954
- bottom: 23px;
1955
- width: 100px;
1956
- padding: 0 4px;
1957
- font-size: 12px;
1958
- }
1959
- .scrub-thumbnails .spotlight {
1960
- background-color: #4a4a4a;
1961
- overflow: hidden;
1962
- position: absolute;
1963
- bottom: 0;
1964
- left: 0;
1965
- border-color: #4a4a4a;
1966
- border-style: solid;
1967
- border-width: 3px;
1968
- border-radius: 3px;
1969
- }
1970
- .scrub-thumbnails .spotlight img {
1971
- width: auto;
1972
- }
1973
- .scrub-thumbnails .backdrop {
1974
- position: absolute;
1975
- left: 0;
1976
- bottom: 0;
1977
- right: 0;
1978
- background-color: #000;
1979
- overflow: hidden;
1980
- }
1981
- .scrub-thumbnails .backdrop .carousel {
1982
- position: absolute;
1983
- top: 0;
1984
- left: 0;
1985
- height: 100%;
1986
- white-space: nowrap;
1987
- }
1988
- .scrub-thumbnails .backdrop .carousel img {
1989
- width: auto;
1990
- }.seek-time {
1991
- position: absolute;
1992
- white-space: nowrap;
1993
- height: 20px;
1994
- line-height: 20px;
1995
- font-size: 0;
1996
- left: -100%;
1997
- bottom: 55px;
1998
- background-color: rgba(2, 2, 2, 0.5);
1999
- z-index: 9999;
2000
- transition: opacity 0.1s ease;
2001
- }
2002
- .seek-time.hidden {
2003
- opacity: 0;
2004
- }
2005
- .seek-time .seek-time__pos {
2006
- display: inline-block;
2007
- color: white;
2008
- font-size: 10px;
2009
- padding-left: 7px;
2010
- padding-right: 7px;
2011
- vertical-align: top;
2012
- }
2013
- .seek-time .seek-time__duration {
2014
- display: inline-block;
2015
- color: rgba(255, 255, 255, 0.5);
2016
- font-size: 10px;
2017
- padding-right: 7px;
2018
- vertical-align: top;
2019
- }
2020
- .seek-time .seek-time__duration::before {
2021
- content: "|";
2022
- margin-right: 7px;
2023
2040
  }