@gcorevideo/player 2.20.5 → 2.20.7

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.
Files changed (46) hide show
  1. package/dist/core.js +3 -3
  2. package/dist/index.css +1181 -1181
  3. package/dist/index.js +3757 -3732
  4. package/dist/plugins/index.css +704 -704
  5. package/dist/plugins/index.js +5113 -5093
  6. package/lib/playback/BasePlayback.d.ts +1 -1
  7. package/lib/playback/BasePlayback.d.ts.map +1 -1
  8. package/lib/playback/BasePlayback.js +2 -2
  9. package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
  10. package/lib/playback/hls-playback/HlsPlayback.d.ts.map +1 -1
  11. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  12. package/lib/plugins/bottom-gear/BottomGear.js +5 -8
  13. package/lib/plugins/error-screen/ErrorScreen.d.ts.map +1 -1
  14. package/lib/plugins/error-screen/ErrorScreen.js +1 -2
  15. package/lib/plugins/level-selector/LevelSelector.d.ts +15 -5
  16. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  17. package/lib/plugins/level-selector/LevelSelector.js +22 -22
  18. package/lib/plugins/media-control/MediaControl.d.ts +10 -0
  19. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  20. package/lib/plugins/media-control/MediaControl.js +20 -3
  21. package/lib/plugins/source-controller/SourceController.d.ts +1 -0
  22. package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
  23. package/lib/plugins/source-controller/SourceController.js +8 -4
  24. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +7 -3
  25. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  26. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +35 -27
  27. package/lib/testUtils.d.ts +5 -8
  28. package/lib/testUtils.d.ts.map +1 -1
  29. package/lib/testUtils.js +15 -9
  30. package/package.json +1 -1
  31. package/src/playback/BasePlayback.ts +2 -2
  32. package/src/playback/dash-playback/DashPlayback.ts +1 -2
  33. package/src/playback/hls-playback/HlsPlayback.ts +2 -2
  34. package/src/plugins/bottom-gear/BottomGear.ts +5 -7
  35. package/src/plugins/bottom-gear/__tests__/BottomGear.test.ts +36 -0
  36. package/src/plugins/bottom-gear/__tests__/__snapshots__/BottomGear.test.ts.snap +41 -0
  37. package/src/plugins/error-screen/ErrorScreen.ts +1 -2
  38. package/src/plugins/level-selector/LevelSelector.ts +50 -29
  39. package/src/plugins/level-selector/__tests__/LevelSelector.test.ts +15 -16
  40. package/src/plugins/media-control/MediaControl.ts +19 -3
  41. package/src/plugins/source-controller/SourceController.ts +9 -4
  42. package/src/plugins/source-controller/__tests__/SourceController.test.ts +35 -1
  43. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +80 -57
  44. package/src/testUtils.ts +16 -9
  45. package/tsconfig.tsbuildinfo +1 -1
  46. package/src/playback/utils.ts +0 -2
package/dist/index.css CHANGED
@@ -122,112 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.dvr-controls[data-dvr-controls] {
126
- display: inline-block;
127
- float: left;
128
- color: #fff;
129
- line-height: 32px;
130
- font-size: 10px;
131
- font-weight: bold;
132
- margin-left: 6px;
133
- }
134
- .dvr-controls[data-dvr-controls] .live-info {
135
- cursor: default;
136
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
137
- text-transform: uppercase;
138
- }
139
- .dvr-controls[data-dvr-controls] .live-info:before {
140
- content: "";
141
- display: inline-block;
142
- position: relative;
143
- width: 7px;
144
- height: 7px;
145
- border-radius: 3.5px;
146
- margin-right: 3.5px;
147
- background-color: #ff0101;
148
- }
149
- .dvr-controls[data-dvr-controls] .live-info.disabled {
150
- opacity: 0.3;
151
- }
152
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
153
- background-color: #fff;
154
- }
155
- .dvr-controls[data-dvr-controls] .live-button {
156
- cursor: pointer;
157
- outline: none;
158
- display: none;
159
- border: 0;
160
- color: #fff;
161
- background-color: transparent;
162
- height: 32px;
163
- padding: 0;
164
- opacity: 0.7;
165
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
166
- text-transform: uppercase;
167
- transition: all 0.1s ease;
168
- }
169
- .dvr-controls[data-dvr-controls] .live-button:before {
170
- content: "";
171
- display: inline-block;
172
- position: relative;
173
- width: 7px;
174
- height: 7px;
175
- border-radius: 3.5px;
176
- margin-right: 3.5px;
177
- background-color: #fff;
178
- }
179
- .dvr-controls[data-dvr-controls] .live-button:hover {
180
- opacity: 1;
181
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
182
- }
183
-
184
- .dvr-controls[data-dvr-controls] {
185
- height: 40px;
186
- line-height: 40px;
187
- margin-left: 0;
188
- }
189
- .dvr-controls[data-dvr-controls] .live-info {
190
- font-size: 14px;
191
- letter-spacing: 0.8px;
192
- font-weight: 500;
193
- color: #fffffe;
194
- margin-left: 21px;
195
- }
196
- .dvr-controls[data-dvr-controls] .live-info::before {
197
- width: 10px;
198
- height: 10px;
199
- border-radius: 50%;
200
- margin-right: 8px;
201
- background-color: #ed4f4a;
202
- }
203
- .dvr-controls[data-dvr-controls] .live-button {
204
- height: 40px;
205
- opacity: 1;
206
- font-size: 14px;
207
- letter-spacing: 0.8px;
208
- font-weight: 500;
209
- margin-left: 20px;
210
- }
211
- .dvr-controls[data-dvr-controls] .live-button::before {
212
- width: 10px;
213
- height: 10px;
214
- border-radius: 50%;
215
- margin-right: 8px;
216
- background-color: #cacaca;
217
- }
218
-
219
- .dvr .dvr-controls[data-dvr-controls] .live-info {
220
- display: none;
221
- }
222
- .dvr .dvr-controls[data-dvr-controls] .live-button {
223
- display: block;
224
- }
225
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
226
- background-color: #005aff;
227
- }
228
-
229
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
230
- background-color: #ff0101;
231
125
  }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
232
126
  float: right;
233
127
  font-family: Roboto, "Open Sans", Arial, sans-serif;
@@ -340,459 +234,943 @@
340
234
  }
341
235
  .gear-wrapper svg {
342
236
  height: 20px;
343
- }.big-mute-icon-wrapper[data-big-mute] {
237
+ }.context-menu {
238
+ z-index: 999;
344
239
  position: absolute;
345
- z-index: 9998;
346
- background-color: transparent;
347
- display: flex;
348
- justify-content: center;
349
- width: 100%;
350
- height: calc(100% - 50px);
351
- margin: 0 auto;
352
- opacity: 0.75;
353
- transition: opacity 0.1s ease;
354
- pointer-events: auto;
240
+ top: 0;
241
+ left: 0;
242
+ text-align: center;
355
243
  }
356
- .big-mute-icon-wrapper[data-big-mute].hide {
357
- display: none;
244
+ .context-menu .context-menu-list {
245
+ font-family: "Proxima Nova", sans-serif;
246
+ font-size: 12px;
247
+ line-height: 12px;
248
+ list-style-type: none;
249
+ text-align: left;
250
+ padding: 5px;
251
+ margin-left: auto;
252
+ margin-right: auto;
253
+ background-color: rgba(0, 0, 0, 0.75);
254
+ border: 1px solid #666;
255
+ border-radius: 4px;
358
256
  }
359
- .big-mute-icon-wrapper[data-big-mute]:hover {
257
+ .context-menu .context-menu-list .context-menu-list-item {
258
+ color: white;
259
+ padding: 5px;
360
260
  cursor: pointer;
261
+ }:root {
262
+ --primary-background-color: #000;
263
+ --secondary-background-color: #262626;
264
+ --primary-text-color: #fff;
265
+ --secondary-text-color: #fff4f2;
266
+ --hover-text-color: #f9b090;
267
+ --speedtest-red: #df564d;
268
+ --speedtest-orange: #df934d;
269
+ --speedtest-yellow: #dfd04d;
270
+ --speedtest-light-green: #c2df4d;
271
+ --speedtest-green: #73df4d;
361
272
  }
362
273
 
363
- .big-mute-icon[data-big-mute-icon] {
364
- display: flex;
365
- align-items: center;
366
- justify-content: center;
367
- align-self: center;
368
- width: 120px;
369
- height: 120px;
370
- border: 2px solid white;
371
- border-radius: 50%;
372
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
373
- filter: alpha(opacity=60);
374
- opacity: 1;
375
- box-shadow: 0 0 1px 0 white;
376
- background: rgba(240, 243, 247, 0.9411764706);
377
- z-index: 10000;
378
- }
379
- .big-mute-icon[data-big-mute-icon] svg {
380
- margin-left: 5px;
381
- width: 80px;
382
- height: 80px;
383
- }
384
- .big-mute-icon[data-big-mute-icon] svg path {
385
- fill: #1f1e1e !important;
386
- }
387
- .big-mute-icon[data-big-mute-icon]:hover {
388
- background: rgba(240, 243, 247, 0.8784313725);
274
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
275
+ position: absolute;
276
+ display: inline-block;
277
+ bottom: 52px;
278
+ right: 16px;
279
+ padding: 0 10px 12px;
280
+ margin: 0;
281
+ line-height: 20px;
282
+ font-size: 12px;
283
+ font-weight: 500;
284
+ background: var(--primary-background-color);
285
+ color: #fff;
286
+ z-index: 20000;
287
+ overflow: auto;
288
+ max-height: calc(100vh - 60px);
289
+ max-width: calc(100vw - 10px);
389
290
  }
390
- .big-mute-icon[data-big-mute-icon]:hover svg path {
391
- fill: #151515 !important;
392
- }.level-disabled {
393
- opacity: 0.5;
394
- pointer-events: none;
395
- }*, :focus, :visited {
396
- outline: none !important;
291
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
292
+ position: absolute;
293
+ top: 0;
294
+ left: 0;
295
+ z-index: 99990;
296
+ width: 100%;
297
+ height: 32px;
298
+ background: var(--primary-background-color);
397
299
  }
398
-
399
- .audio_selector[data-track-selector] {
300
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
400
301
  float: right;
401
- margin-top: 4px;
402
- position: relative;
403
- width: 50px;
404
- font-family: Roboto, "Open Sans", Arial, sans-serif;
302
+ margin-right: 12px;
303
+ margin-top: 10px;
304
+ display: block;
305
+ width: 12px;
306
+ height: 12px;
405
307
  }
406
- .audio_selector[data-track-selector] button {
407
- background-color: transparent;
408
- color: #fff;
409
- -webkit-font-smoothing: antialiased;
410
- border: none;
411
- font-size: 14px;
412
- cursor: pointer;
308
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
309
+ fill: var(--primary-text-color);
413
310
  }
414
- .audio_selector[data-track-selector] button .audio-text {
415
- text-overflow: ellipsis;
311
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
312
+ fill: var(--hover-text-color);
313
+ }
314
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
416
315
  overflow: hidden;
417
- white-space: nowrap;
418
- max-width: 100px;
419
- background-color: transparent;
420
- -webkit-font-smoothing: antialiased;
421
- border: none;
422
- font-size: 14px;
423
- cursor: pointer;
424
- padding-top: 5px;
316
+ margin-top: 44px;
425
317
  }
426
- .audio_selector[data-track-selector] button:hover {
427
- color: #c9c9c9;
318
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
319
+ width: 820px;
428
320
  }
429
- .audio_selector[data-track-selector] button.changing {
430
- animation: pulse 0.5s infinite alternate;
321
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
322
+ list-style-type: none;
431
323
  }
432
- .audio_selector[data-track-selector] button span.audio-arrow {
433
- width: 9px;
434
- height: 6px;
435
- margin-top: 11px;
436
- margin-left: 5px;
437
- }
438
- .audio_selector[data-track-selector] > ul {
439
- max-width: 114px;
440
- list-style-type: none;
441
- position: absolute;
442
- bottom: 25px;
443
- border: 1px solid black;
444
- display: none;
445
- background-color: #e6e6e6;
446
- }
447
- .audio_selector[data-track-selector] li {
448
- font-size: 10px;
324
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
325
+ padding-left: 2px;
326
+ padding-right: 2px;
327
+ background: var(--primary-background-color);
449
328
  }
450
- .audio_selector[data-track-selector] li[data-title] {
451
- background-color: #c3c2c2;
329
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
330
+ display: inline-block;
331
+ float: left;
452
332
  padding: 5px;
333
+ width: 200px;
453
334
  }
454
- .audio_selector[data-track-selector] li a {
455
- color: #444;
456
- padding: 2px 10px;
457
- display: block;
458
- text-decoration: none;
459
- text-overflow: ellipsis;
460
- overflow: hidden;
461
- white-space: nowrap;
335
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
336
+ position: relative;
337
+ padding: 0 5px;
338
+ text-align: left;
462
339
  }
463
- .audio_selector[data-track-selector] li a:hover {
464
- background-color: #555;
465
- color: white;
340
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
341
+ padding: 0;
466
342
  }
467
- .audio_selector[data-track-selector] li a:hover a {
468
- color: white;
469
- text-decoration: none;
343
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
344
+ width: 100%;
470
345
  }
471
- .audio_selector[data-track-selector] li.current a {
472
- color: #f00;
346
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
347
+ background: var(--secondary-background-color);
473
348
  }
474
-
475
- .audio_selector[data-track-selector] {
476
- width: auto;
477
- margin-top: 7px;
478
- margin-right: 20px;
349
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
350
+ background: var(--secondary-background-color);
479
351
  }
480
- .audio_selector[data-track-selector] button[data-level-selector-button],
481
- .audio_selector[data-track-selector] button[data-track-selector-button] {
482
- display: flex;
483
- justify-content: center;
484
- padding: 0;
352
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
353
+ text-align: center;
354
+ font-weight: bold;
355
+ padding-bottom: 4px;
356
+ font-size: 14px;
485
357
  }
486
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
487
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
488
- color: white;
358
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
359
+ margin: 0;
360
+ position: absolute;
361
+ right: 0;
362
+ top: 0;
489
363
  }
490
- .audio_selector[data-track-selector] ul {
491
- background-color: rgba(74, 74, 74, 0.6);
492
- border: none;
493
- min-width: 60px;
494
- transform: rotate(180deg);
495
- border-radius: 4px;
496
- bottom: 40px;
497
- right: -2px;
364
+
365
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
366
+ width: 250px;
498
367
  }
499
- .audio_selector[data-track-selector] ul li {
500
- transform: rotate(-180deg);
501
- font-size: 16px;
502
- text-align: right;
503
- height: 30px;
368
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
369
+ width: 100%;
504
370
  }
505
- .audio_selector[data-track-selector] ul li a {
506
- height: 30px;
507
- padding: 5px 10px;
508
- color: #fffffe;
371
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
372
+ padding: 0 5px;
373
+ height: auto;
509
374
  }
510
- .audio_selector[data-track-selector] ul li a:hover {
511
- background-color: rgba(0, 0, 0, 0.4);
375
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
376
+ width: 100%;
377
+ flex-direction: column;
512
378
  }
513
- .audio_selector[data-track-selector] ul li:first-child a {
514
- border-bottom-left-radius: 4px;
515
- border-bottom-right-radius: 4px;
379
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
380
+ width: 100%;
516
381
  }
517
- .audio_selector[data-track-selector] ul li:last-child a {
518
- border-top-left-radius: 4px;
519
- border-top-right-radius: 4px;
382
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
383
+ width: 100%;
520
384
  }
521
-
522
- @keyframes pulse {
523
- 0% {
524
- color: #fff;
525
- }
526
- 50% {
527
- color: #ff0101;
528
- }
529
- 100% {
530
- color: #B80000;
531
- }
532
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
533
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
534
- display: block;
385
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
386
+ padding-top: 12px;
387
+ height: 38px;
388
+ text-align: center;
535
389
  }
536
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
537
- width: 40px;
538
- margin-top: 0;
390
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
391
+ text-align: center;
539
392
  }
540
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
541
- display: flex;
542
- justify-content: center;
543
- padding: 0;
544
- align-items: center;
393
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
394
+ height: 80px;
545
395
  }
546
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
547
- color: white;
396
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
397
+ bottom: 0;
398
+ left: 0;
548
399
  }
549
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
550
- background-color: rgba(74, 74, 74, 0.6);
551
- border: none;
552
- width: auto;
553
- transform: rotate(180deg);
554
- border-radius: 4px;
555
- bottom: 52px;
556
- margin-left: -28px;
400
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
401
+ inset: 50% auto auto 50%;
402
+ transform: translate(-50%, -50%);
557
403
  }
558
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
559
- transform: rotate(-180deg);
560
- font-size: 16px;
561
- text-align: center;
562
- white-space: nowrap;
563
- height: 30px;
404
+
405
+ .speed-test-button {
406
+ margin: 10px 0 0;
407
+ color: #000;
564
408
  }
565
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
566
- height: 30px;
567
- padding: 5px 10px;
568
- color: #fffffe;
409
+
410
+ .speed-test {
411
+ position: absolute;
412
+ top: 0;
413
+ left: 0;
414
+ width: 100%;
415
+ height: 100%;
416
+ z-index: 9999;
569
417
  }
570
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
571
- background-color: rgba(0, 0, 0, 0.4);
418
+ .speed-test .speed-test-header {
419
+ width: 100%;
420
+ height: 32px;
572
421
  }
573
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
574
- background-color: rgba(0, 0, 0, 0.4);
422
+ .speed-test .speed-test-header .close-speed-test {
423
+ float: right;
424
+ margin-right: 5px;
425
+ line-height: 32px;
426
+ cursor: pointer;
427
+ color: var(--primary-text-color);
575
428
  }
576
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
577
- border-bottom-left-radius: 4px;
578
- border-bottom-right-radius: 4px;
429
+ .speed-test .speed-test-header .close-speed-test:hover {
430
+ color: var(--hover-text-color);
579
431
  }
580
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
581
- border-top-left-radius: 4px;
582
- border-top-right-radius: 4px;
432
+
433
+ .settings-button {
434
+ float: right;
435
+ margin: 0 12px 0 0;
436
+ height: 40px;
437
+ width: 24px;
438
+ border: none;
439
+ padding: 0;
583
440
  }
584
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
585
- height: 26px;
586
- line-height: 26px;
441
+
442
+ .settings-options-list {
443
+ position: absolute;
444
+ right: 16px;
587
445
  bottom: 52px;
588
- border-radius: 3px;
589
- background-color: rgba(74, 74, 74, 0.7);
446
+ background: var(--primary-background-color);
447
+ width: 250px;
448
+ height: 48px;
449
+ z-index: 9999;
450
+ border-radius: 4px;
590
451
  }
591
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
592
- letter-spacing: 0.8px;
593
- font-size: 14px;
594
- font-family: Roboto, "Open Sans", Arial, sans-serif;
452
+ .settings-options-list svg {
453
+ float: left;
454
+ margin-right: 10px;
595
455
  }
596
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
597
- padding-left: 8px;
598
- padding-right: 8px;
456
+ .settings-options-list .settings-speedtest-option {
457
+ color: var(--primary-text-color);
458
+ margin: 0;
459
+ text-align: left;
460
+ height: 24px;
461
+ line-height: 22px;
462
+ padding: 14px;
463
+ width: 250px;
464
+ font-size: 12px;
599
465
  }
600
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
601
- display: none !important;
602
- }.share_plugin[data-share] {
603
- pointer-events: auto;
604
- z-index: 5;
605
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
466
+ .settings-options-list .settings-speedtest-option:hover {
467
+ color: var(--hover-text-color);
606
468
  }
607
- .share_plugin[data-share].share-hide .share-button-container {
608
- right: -50px;
469
+ .settings-options-list .settings-speedtest-option:hover svg path {
470
+ fill: var(--hover-text-color);
609
471
  }
610
- .share_plugin[data-share] .share-button-container {
611
- cursor: pointer;
612
- width: 36px;
613
- height: 36px;
614
- background-color: rgba(74, 74, 74, 0.6);
615
- border-radius: 4px;
616
- position: absolute;
617
- right: 10px;
618
- top: 10px;
619
- padding-top: 6px;
620
- transition: all 0.3s ease-out;
621
- }
622
- .share_plugin[data-share] .share-button-container button[data-share-button] {
623
- background-color: transparent;
624
- border: 0;
625
- margin: 0 6px;
626
- padding: 0;
627
- cursor: pointer;
628
- display: inline-block;
629
- width: 19px;
630
- height: 20px;
631
- }
632
- .share_plugin[data-share] .share-container {
633
- pointer-events: auto;
634
- position: absolute;
635
- width: 280px;
636
- background-color: white;
637
- transform: translate(0, 50%);
638
- transform: translate(-50%, -50%);
639
- left: 50%;
640
- /* margin-left: -140px; */
641
- top: calc(50% - 20px);
642
- /* margin-top: -170px; */
643
- }
644
- .share_plugin[data-share] .share-container .share-container-header {
645
- text-align: left;
646
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
647
- }
648
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
649
- display: inline-block;
650
- font-size: 16px;
651
- margin: 5px;
652
- }
653
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
654
- display: inline-block;
655
- width: 24px;
656
- float: right;
657
- margin: 5px;
658
- cursor: pointer;
472
+ .settings-options-list .settings-speedtest-option svg path {
473
+ fill: var(--primary-text-color);
659
474
  }
660
- .share_plugin[data-share] .share-container .share-container-main {
661
- margin-bottom: 8px;
475
+
476
+ .speedtest-summary {
477
+ width: 100%;
478
+ border-top: 1px solid var(--secondary-background-color) !important;
479
+ border-bottom: 1px solid var(--secondary-background-color) !important;
480
+ display: flex !important;
481
+ flex-direction: column;
482
+ align-items: stretch;
483
+ justify-content: space-between;
662
484
  }
663
- .share_plugin[data-share] .share-container .share-container-main > div {
485
+ .speedtest-summary .speedtest-summary-header {
486
+ width: 100%;
487
+ padding-top: 4px;
664
488
  text-align: left;
489
+ height: 32px;
665
490
  font-size: 14px;
666
- padding: 5px;
491
+ font-weight: 500;
492
+ line-height: 20px;
667
493
  }
668
- .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 {
669
- overflow: hidden;
670
- text-overflow: ellipsis;
671
- color: #818181;
672
- border: solid 1px #d3d3d3;
673
- width: calc(100% - 10px);
674
- padding: 5px;
494
+ .speedtest-summary .speedtest-summary-block {
495
+ position: relative;
496
+ display: flex;
497
+ flex-direction: row;
498
+ width: 100%;
675
499
  }
676
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
677
- max-height: 90px;
678
- resize: none;
500
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
501
+ width: 50%;
502
+ margin-top: 4px;
503
+ margin-bottom: 12px;
679
504
  }
680
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
681
- width: 32px;
682
- display: inline-block;
683
- margin-right: 5px;
684
- cursor: pointer;
685
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
686
- height: 0;
505
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
506
+ padding: 2px;
507
+ width: 248px;
508
+ max-width: 100%;
687
509
  }
688
510
 
689
- .skip_time_plugin[data-skip-time] {
690
- position: absolute;
511
+ .speedtest-quality {
691
512
  width: 100%;
692
- height: calc(100% - 50px);
693
- z-index: 9998;
694
- background-color: transparent;
695
- font-family: Roboto, "Open Sans", Arial, sans-serif;
513
+ height: 36px;
514
+ display: flex !important;
515
+ flex-direction: column !important;
516
+ justify-content: space-between !important;
696
517
  }
697
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
518
+ .speedtest-quality .speedtest-quality-header {
519
+ font-size: 12px;
520
+ height: 20px;
521
+ border-left: 2px solid var(--secondary-background-color) !important;
522
+ background-color: var(--secondary-background-color);
523
+ text-align: left;
524
+ }
525
+ .speedtest-quality-content {
698
526
  width: 100%;
699
- height: 100%;
700
- display: flex;
527
+ margin-top: 8px;
528
+ height: 8px;
529
+ display: flex !important;
530
+ flex-direction: row !important;
531
+ align-items: stretch !important;
701
532
  justify-content: space-between;
702
533
  }
703
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
704
- width: 33.3%;
705
- height: 100%;
706
- }[data-player] {
707
- --bottom-panel: 40px;
708
- }
709
-
710
- .container .media-control-notransition {
711
- transition: none !important;
712
- }
713
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
714
- opacity: 1;
715
- }
716
- .container.crop-video [data-html5-video] {
717
- object-fit: cover;
534
+ .speedtest-quality-content-item {
535
+ width: 18.8%;
536
+ background-color: #fff;
718
537
  }
719
- .container .subtitle-string {
720
- position: absolute;
721
- bottom: calc(var(--bottom-panel) + 5px);
722
- width: 100%;
538
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
539
+ background-color: var(--speedtest-red);
723
540
  }
724
- .container .subtitle-string p {
725
- width: auto;
726
- background-color: rgba(0, 0, 0, 0.4);
727
- color: white;
728
- display: inline-block;
541
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
542
+ background-color: var(--speedtest-orange);
729
543
  }
730
- .container .circle-poster[data-poster] {
731
- top: 50%;
732
- margin-top: -60px;
733
- left: 50%;
734
- margin-left: -60px;
735
- position: absolute;
736
- width: 120px;
737
- height: 120px;
738
- border: 2px solid white;
739
- border-radius: 50%;
740
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
741
- filter: alpha(opacity=60);
742
- opacity: 1;
743
- box-shadow: 0 0 1px 0 white;
544
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
545
+ background-color: var(--speedtest-yellow);
744
546
  }
745
- .container .circle-poster[data-poster] svg {
746
- margin-left: 5px;
747
- width: 80px;
748
- height: 80px;
547
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
548
+ background-color: var(--speedtest-light-green);
749
549
  }
750
- .container .spinner-three-bounce[data-spinner] > div {
751
- background-color: #ff5700;
550
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
551
+ background-color: var(--speedtest-green);
752
552
  }
753
553
 
754
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-quality,
755
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-audio-tracks {
756
- display: none;
554
+ .speedtest-footer {
555
+ position: relative;
556
+ float: left;
557
+ width: 100%;
558
+ height: 30px;
559
+ line-height: 16px;
757
560
  }
758
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
759
- transform: rotate(270deg);
760
- float: none;
761
- display: block;
561
+ .speedtest-footer-about-link {
762
562
  position: absolute;
763
- /* bottom: 12px; */
764
- margin: 0;
765
- top: -40px;
766
- padding: 0;
767
- /* right: 20px; */
768
- margin-left: -32px;
769
- margin-top: -3px;
770
- width: 80px;
771
- /* padding-left: 12px; */
563
+ bottom: 0;
564
+ left: 0;
565
+ color: var(--secondary-text-color);
566
+ text-decoration: underline !important;
772
567
  }
773
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
568
+ .speedtest-footer-about-link:hover {
569
+ color: var(--hover-text-color);
570
+ }
571
+ .speedtest-footer .speedtest-footer-refresh {
774
572
  position: absolute;
775
- width: 100%;
776
- height: 100%;
777
- left: -5px;
573
+ bottom: 0;
574
+ right: 0;
575
+ color: var(--secondary-text-color);
576
+ font-size: 14px;
577
+ font-weight: 400;
578
+ line-height: 16px;
579
+ height: 16px;
580
+ display: flex;
581
+ align-items: center;
582
+ gap: 4px;
778
583
  }
779
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
780
- display: none;
584
+ .speedtest-footer .speedtest-footer-refresh svg path {
585
+ fill: var(--secondary-text-color);
781
586
  }
782
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
783
- margin-left: 11px;
784
- top: 7px;
785
- width: 80px;
587
+ .speedtest-footer .speedtest-footer-refresh:hover {
588
+ color: var(--hover-text-color);
786
589
  }
787
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
788
- margin-left: 11px;
789
- top: 1px;
590
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
591
+ fill: var(--hover-text-color);
790
592
  }
791
593
 
792
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] {
793
- width: 28px;
594
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
595
+ position: fixed;
596
+ height: auto;
597
+ width: auto;
598
+ inset: 0;
599
+ min-width: 100vw;
600
+ padding-bottom: 4px;
601
+ padding-left: 4px;
602
+ padding-right: 4px;
794
603
  }
795
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] svg {
604
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
605
+ position: fixed;
606
+ }
607
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
608
+ width: 50%;
609
+ }
610
+
611
+ @media only screen and (orientation: portrait) {
612
+ .mobile .speedtest-summary {
613
+ padding: 0 5px;
614
+ height: auto;
615
+ }
616
+ .mobile .speedtest-summary-block {
617
+ width: 100%;
618
+ flex-direction: column;
619
+ }
620
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
621
+ width: 100%;
622
+ }
623
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
624
+ width: 100%;
625
+ }
626
+ .mobile .speedtest-summary-header {
627
+ padding-top: 12px;
628
+ height: 38px;
629
+ text-align: center;
630
+ }
631
+ .mobile .speedtest-quality-header {
632
+ text-align: center;
633
+ }
634
+ .mobile .speedtest-footer .speedtest-footer-refresh {
635
+ inset: 50% auto auto 50%;
636
+ transform: translate(-50%, -50%);
637
+ }
638
+ }
639
+ @media only screen and (orientation: landscape) {
640
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
641
+ width: 25%;
642
+ }
643
+ }.clips.bar-container[data-seekbar] {
644
+ clip-path: url("#myClip");
645
+ }.dvr-controls[data-dvr-controls] {
646
+ display: inline-block;
647
+ float: left;
648
+ color: #fff;
649
+ line-height: 32px;
650
+ font-size: 10px;
651
+ font-weight: bold;
652
+ margin-left: 6px;
653
+ }
654
+ .dvr-controls[data-dvr-controls] .live-info {
655
+ cursor: default;
656
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
657
+ text-transform: uppercase;
658
+ }
659
+ .dvr-controls[data-dvr-controls] .live-info:before {
660
+ content: "";
661
+ display: inline-block;
662
+ position: relative;
663
+ width: 7px;
664
+ height: 7px;
665
+ border-radius: 3.5px;
666
+ margin-right: 3.5px;
667
+ background-color: #ff0101;
668
+ }
669
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
670
+ opacity: 0.3;
671
+ }
672
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
673
+ background-color: #fff;
674
+ }
675
+ .dvr-controls[data-dvr-controls] .live-button {
676
+ cursor: pointer;
677
+ outline: none;
678
+ display: none;
679
+ border: 0;
680
+ color: #fff;
681
+ background-color: transparent;
682
+ height: 32px;
683
+ padding: 0;
684
+ opacity: 0.7;
685
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
686
+ text-transform: uppercase;
687
+ transition: all 0.1s ease;
688
+ }
689
+ .dvr-controls[data-dvr-controls] .live-button:before {
690
+ content: "";
691
+ display: inline-block;
692
+ position: relative;
693
+ width: 7px;
694
+ height: 7px;
695
+ border-radius: 3.5px;
696
+ margin-right: 3.5px;
697
+ background-color: #fff;
698
+ }
699
+ .dvr-controls[data-dvr-controls] .live-button:hover {
700
+ opacity: 1;
701
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
702
+ }
703
+
704
+ .dvr-controls[data-dvr-controls] {
705
+ height: 40px;
706
+ line-height: 40px;
707
+ margin-left: 0;
708
+ }
709
+ .dvr-controls[data-dvr-controls] .live-info {
710
+ font-size: 14px;
711
+ letter-spacing: 0.8px;
712
+ font-weight: 500;
713
+ color: #fffffe;
714
+ margin-left: 21px;
715
+ }
716
+ .dvr-controls[data-dvr-controls] .live-info::before {
717
+ width: 10px;
718
+ height: 10px;
719
+ border-radius: 50%;
720
+ margin-right: 8px;
721
+ background-color: #ed4f4a;
722
+ }
723
+ .dvr-controls[data-dvr-controls] .live-button {
724
+ height: 40px;
725
+ opacity: 1;
726
+ font-size: 14px;
727
+ letter-spacing: 0.8px;
728
+ font-weight: 500;
729
+ margin-left: 20px;
730
+ }
731
+ .dvr-controls[data-dvr-controls] .live-button::before {
732
+ width: 10px;
733
+ height: 10px;
734
+ border-radius: 50%;
735
+ margin-right: 8px;
736
+ background-color: #cacaca;
737
+ }
738
+
739
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
740
+ display: none;
741
+ }
742
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
743
+ display: block;
744
+ }
745
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
746
+ background-color: #005aff;
747
+ }
748
+
749
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
750
+ background-color: #ff0101;
751
+ }.big-mute-icon-wrapper[data-big-mute] {
752
+ position: absolute;
753
+ z-index: 9998;
754
+ background-color: transparent;
755
+ display: flex;
756
+ justify-content: center;
757
+ width: 100%;
758
+ height: calc(100% - 50px);
759
+ margin: 0 auto;
760
+ opacity: 0.75;
761
+ transition: opacity 0.1s ease;
762
+ pointer-events: auto;
763
+ }
764
+ .big-mute-icon-wrapper[data-big-mute].hide {
765
+ display: none;
766
+ }
767
+ .big-mute-icon-wrapper[data-big-mute]:hover {
768
+ cursor: pointer;
769
+ }
770
+
771
+ .big-mute-icon[data-big-mute-icon] {
772
+ display: flex;
773
+ align-items: center;
774
+ justify-content: center;
775
+ align-self: center;
776
+ width: 120px;
777
+ height: 120px;
778
+ border: 2px solid white;
779
+ border-radius: 50%;
780
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
781
+ filter: alpha(opacity=60);
782
+ opacity: 1;
783
+ box-shadow: 0 0 1px 0 white;
784
+ background: rgba(240, 243, 247, 0.9411764706);
785
+ z-index: 10000;
786
+ }
787
+ .big-mute-icon[data-big-mute-icon] svg {
788
+ margin-left: 5px;
789
+ width: 80px;
790
+ height: 80px;
791
+ }
792
+ .big-mute-icon[data-big-mute-icon] svg path {
793
+ fill: #1f1e1e !important;
794
+ }
795
+ .big-mute-icon[data-big-mute-icon]:hover {
796
+ background: rgba(240, 243, 247, 0.8784313725);
797
+ }
798
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
799
+ fill: #151515 !important;
800
+ }*, :focus, :visited {
801
+ outline: none !important;
802
+ }
803
+
804
+ .audio_selector[data-track-selector] {
805
+ float: right;
806
+ margin-top: 4px;
807
+ position: relative;
808
+ width: 50px;
809
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
810
+ }
811
+ .audio_selector[data-track-selector] button {
812
+ background-color: transparent;
813
+ color: #fff;
814
+ -webkit-font-smoothing: antialiased;
815
+ border: none;
816
+ font-size: 14px;
817
+ cursor: pointer;
818
+ }
819
+ .audio_selector[data-track-selector] button .audio-text {
820
+ text-overflow: ellipsis;
821
+ overflow: hidden;
822
+ white-space: nowrap;
823
+ max-width: 100px;
824
+ background-color: transparent;
825
+ -webkit-font-smoothing: antialiased;
826
+ border: none;
827
+ font-size: 14px;
828
+ cursor: pointer;
829
+ padding-top: 5px;
830
+ }
831
+ .audio_selector[data-track-selector] button:hover {
832
+ color: #c9c9c9;
833
+ }
834
+ .audio_selector[data-track-selector] button.changing {
835
+ animation: pulse 0.5s infinite alternate;
836
+ }
837
+ .audio_selector[data-track-selector] button span.audio-arrow {
838
+ width: 9px;
839
+ height: 6px;
840
+ margin-top: 11px;
841
+ margin-left: 5px;
842
+ }
843
+ .audio_selector[data-track-selector] > ul {
844
+ max-width: 114px;
845
+ list-style-type: none;
846
+ position: absolute;
847
+ bottom: 25px;
848
+ border: 1px solid black;
849
+ display: none;
850
+ background-color: #e6e6e6;
851
+ }
852
+ .audio_selector[data-track-selector] li {
853
+ font-size: 10px;
854
+ }
855
+ .audio_selector[data-track-selector] li[data-title] {
856
+ background-color: #c3c2c2;
857
+ padding: 5px;
858
+ }
859
+ .audio_selector[data-track-selector] li a {
860
+ color: #444;
861
+ padding: 2px 10px;
862
+ display: block;
863
+ text-decoration: none;
864
+ text-overflow: ellipsis;
865
+ overflow: hidden;
866
+ white-space: nowrap;
867
+ }
868
+ .audio_selector[data-track-selector] li a:hover {
869
+ background-color: #555;
870
+ color: white;
871
+ }
872
+ .audio_selector[data-track-selector] li a:hover a {
873
+ color: white;
874
+ text-decoration: none;
875
+ }
876
+ .audio_selector[data-track-selector] li.current a {
877
+ color: #f00;
878
+ }
879
+
880
+ .audio_selector[data-track-selector] {
881
+ width: auto;
882
+ margin-top: 7px;
883
+ margin-right: 20px;
884
+ }
885
+ .audio_selector[data-track-selector] button[data-level-selector-button],
886
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
887
+ display: flex;
888
+ justify-content: center;
889
+ padding: 0;
890
+ }
891
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
892
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
893
+ color: white;
894
+ }
895
+ .audio_selector[data-track-selector] ul {
896
+ background-color: rgba(74, 74, 74, 0.6);
897
+ border: none;
898
+ min-width: 60px;
899
+ transform: rotate(180deg);
900
+ border-radius: 4px;
901
+ bottom: 40px;
902
+ right: -2px;
903
+ }
904
+ .audio_selector[data-track-selector] ul li {
905
+ transform: rotate(-180deg);
906
+ font-size: 16px;
907
+ text-align: right;
908
+ height: 30px;
909
+ }
910
+ .audio_selector[data-track-selector] ul li a {
911
+ height: 30px;
912
+ padding: 5px 10px;
913
+ color: #fffffe;
914
+ }
915
+ .audio_selector[data-track-selector] ul li a:hover {
916
+ background-color: rgba(0, 0, 0, 0.4);
917
+ }
918
+ .audio_selector[data-track-selector] ul li:first-child a {
919
+ border-bottom-left-radius: 4px;
920
+ border-bottom-right-radius: 4px;
921
+ }
922
+ .audio_selector[data-track-selector] ul li:last-child a {
923
+ border-top-left-radius: 4px;
924
+ border-top-right-radius: 4px;
925
+ }
926
+
927
+ @keyframes pulse {
928
+ 0% {
929
+ color: #fff;
930
+ }
931
+ 50% {
932
+ color: #ff0101;
933
+ }
934
+ 100% {
935
+ color: #B80000;
936
+ }
937
+ }.seek-time[data-seek-time] {
938
+ position: absolute;
939
+ white-space: nowrap;
940
+ height: 20px;
941
+ line-height: 20px;
942
+ font-size: 0;
943
+ left: -100%;
944
+ bottom: 55px;
945
+ background-color: rgba(2, 2, 2, 0.5);
946
+ z-index: 9999;
947
+ transition: opacity 0.1s ease;
948
+ }
949
+ .seek-time[data-seek-time].hidden[data-seek-time] {
950
+ opacity: 0;
951
+ }
952
+ .seek-time[data-seek-time] [data-seek-time] {
953
+ display: inline-block;
954
+ color: white;
955
+ font-size: 10px;
956
+ padding-left: 7px;
957
+ padding-right: 7px;
958
+ vertical-align: top;
959
+ }
960
+ .seek-time[data-seek-time] [data-duration] {
961
+ display: inline-block;
962
+ color: rgba(255, 255, 255, 0.5);
963
+ font-size: 10px;
964
+ padding-right: 7px;
965
+ vertical-align: top;
966
+ }
967
+ .seek-time[data-seek-time] [data-duration]::before {
968
+ content: "|";
969
+ margin-right: 7px;
970
+ }.level-disabled {
971
+ opacity: 0.5;
972
+ pointer-events: none;
973
+ }div.player-error-screen, [data-player] div.player-error-screen {
974
+ color: #CCCACA;
975
+ position: absolute;
976
+ top: 0;
977
+ height: 100%;
978
+ width: 100%;
979
+ background-color: rgba(0, 0, 0, 0.7);
980
+ z-index: 2000;
981
+ display: flex;
982
+ flex-direction: column;
983
+ justify-content: center;
984
+ }
985
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
986
+ font-size: 14px;
987
+ color: #CCCACA;
988
+ margin-top: 45px;
989
+ }
990
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
991
+ font-weight: bold;
992
+ line-height: 30px;
993
+ font-size: 18px;
994
+ }
995
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
996
+ width: 90%;
997
+ margin: 0 auto;
998
+ }
999
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1000
+ font-size: 13px;
1001
+ margin-top: 15px;
1002
+ }
1003
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1004
+ cursor: pointer;
1005
+ width: 30px;
1006
+ margin: 15px auto 0;
1007
+ }.media-control-pip button {
1008
+ float: right;
1009
+ height: 40px;
1010
+ margin-right: 20px;
1011
+ }
1012
+ .media-control-pip button svg {
1013
+ height: 20px;
1014
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1015
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1016
+ display: block;
1017
+ }
1018
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1019
+ width: 40px;
1020
+ margin-top: 0;
1021
+ }
1022
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1023
+ display: flex;
1024
+ justify-content: center;
1025
+ padding: 0;
1026
+ align-items: center;
1027
+ }
1028
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1029
+ color: white;
1030
+ }
1031
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1032
+ background-color: rgba(74, 74, 74, 0.6);
1033
+ border: none;
1034
+ width: auto;
1035
+ transform: rotate(180deg);
1036
+ border-radius: 4px;
1037
+ bottom: 52px;
1038
+ margin-left: -28px;
1039
+ }
1040
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1041
+ transform: rotate(-180deg);
1042
+ font-size: 16px;
1043
+ text-align: center;
1044
+ white-space: nowrap;
1045
+ height: 30px;
1046
+ }
1047
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1048
+ height: 30px;
1049
+ padding: 5px 10px;
1050
+ color: #fffffe;
1051
+ }
1052
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1053
+ background-color: rgba(0, 0, 0, 0.4);
1054
+ }
1055
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1056
+ background-color: rgba(0, 0, 0, 0.4);
1057
+ }
1058
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1059
+ border-bottom-left-radius: 4px;
1060
+ border-bottom-right-radius: 4px;
1061
+ }
1062
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1063
+ border-top-left-radius: 4px;
1064
+ border-top-right-radius: 4px;
1065
+ }
1066
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1067
+ height: 26px;
1068
+ line-height: 26px;
1069
+ bottom: 52px;
1070
+ border-radius: 3px;
1071
+ background-color: rgba(74, 74, 74, 0.7);
1072
+ }
1073
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1074
+ letter-spacing: 0.8px;
1075
+ font-size: 14px;
1076
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1077
+ }
1078
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1079
+ padding-left: 8px;
1080
+ padding-right: 8px;
1081
+ }
1082
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1083
+ display: none !important;
1084
+ }[data-player] {
1085
+ --bottom-panel: 40px;
1086
+ }
1087
+
1088
+ .container .media-control-notransition {
1089
+ transition: none !important;
1090
+ }
1091
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
1092
+ opacity: 1;
1093
+ }
1094
+ .container.crop-video [data-html5-video] {
1095
+ object-fit: cover;
1096
+ }
1097
+ .container .subtitle-string {
1098
+ position: absolute;
1099
+ bottom: calc(var(--bottom-panel) + 5px);
1100
+ width: 100%;
1101
+ }
1102
+ .container .subtitle-string p {
1103
+ width: auto;
1104
+ background-color: rgba(0, 0, 0, 0.4);
1105
+ color: white;
1106
+ display: inline-block;
1107
+ }
1108
+ .container .circle-poster[data-poster] {
1109
+ top: 50%;
1110
+ margin-top: -60px;
1111
+ left: 50%;
1112
+ margin-left: -60px;
1113
+ position: absolute;
1114
+ width: 120px;
1115
+ height: 120px;
1116
+ border: 2px solid white;
1117
+ border-radius: 50%;
1118
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1119
+ filter: alpha(opacity=60);
1120
+ opacity: 1;
1121
+ box-shadow: 0 0 1px 0 white;
1122
+ }
1123
+ .container .circle-poster[data-poster] svg {
1124
+ margin-left: 5px;
1125
+ width: 80px;
1126
+ height: 80px;
1127
+ }
1128
+ .container .spinner-three-bounce[data-spinner] > div {
1129
+ background-color: #ff5700;
1130
+ }
1131
+
1132
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-quality,
1133
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-audio-tracks {
1134
+ display: none;
1135
+ }
1136
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1137
+ transform: rotate(270deg);
1138
+ float: none;
1139
+ display: block;
1140
+ position: absolute;
1141
+ /* bottom: 12px; */
1142
+ margin: 0;
1143
+ top: -40px;
1144
+ padding: 0;
1145
+ /* right: 20px; */
1146
+ margin-left: -32px;
1147
+ margin-top: -3px;
1148
+ width: 80px;
1149
+ /* padding-left: 12px; */
1150
+ }
1151
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
1152
+ position: absolute;
1153
+ width: 100%;
1154
+ height: 100%;
1155
+ left: -5px;
1156
+ }
1157
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
1158
+ display: none;
1159
+ }
1160
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
1161
+ margin-left: 11px;
1162
+ top: 7px;
1163
+ width: 80px;
1164
+ }
1165
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
1166
+ margin-left: 11px;
1167
+ top: 1px;
1168
+ }
1169
+
1170
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] {
1171
+ width: 28px;
1172
+ }
1173
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-subtitles .subtitles[data-subtitles] svg {
796
1174
  height: 17px;
797
1175
  }
798
1176
  .media-control-skin-1[data-media-control-skin-1].w370 .share_plugin[data-share] .share-container {
@@ -1308,13 +1686,6 @@
1308
1686
  }
1309
1687
  .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 {
1310
1688
  transform: scaleY(1.5);
1311
- }.media-control-pip button {
1312
- float: right;
1313
- height: 40px;
1314
- margin-right: 20px;
1315
- }
1316
- .media-control-pip button svg {
1317
- height: 20px;
1318
1689
  }*, :focus, :visited {
1319
1690
  outline: none !important;
1320
1691
  }
@@ -1368,318 +1739,89 @@
1368
1739
  position: absolute;
1369
1740
  top: 100%;
1370
1741
  left: 85%;
1371
- margin-left: -10px;
1372
- width: 0;
1373
- height: 0;
1374
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1375
- border-right: 10px solid transparent;
1376
- border-left: 10px solid transparent;
1377
- }
1378
- .multicamera[data-multicamera] li {
1379
- font-size: 10px;
1380
- cursor: pointer;
1381
- }
1382
- .multicamera[data-multicamera] li .multicamera-item {
1383
- display: flex;
1384
- padding: 10px 0;
1385
- justify-content: center;
1386
- position: relative;
1387
- }
1388
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1389
- pointer-events: none;
1390
- }
1391
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1392
- opacity: 0.5;
1393
- }
1394
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1395
- opacity: 0.5;
1396
- }
1397
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1398
- background-color: rgba(0, 0, 0, 0);
1399
- }
1400
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1401
- background-color: rgba(0, 0, 0, 0.3);
1402
- }
1403
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1404
- width: 80px;
1405
- height: 60px;
1406
- }
1407
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1408
- width: 80px;
1409
- height: 60px;
1410
- }
1411
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1412
- width: 120px;
1413
- text-align: left;
1414
- margin-left: 15px;
1415
- }
1416
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1417
- width: 120px;
1418
- height: 20px;
1419
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1420
- font-size: 14px;
1421
- font-weight: normal;
1422
- font-style: normal;
1423
- font-stretch: normal;
1424
- line-height: 1.43;
1425
- letter-spacing: normal;
1426
- text-align: left;
1427
- color: #fff;
1428
- text-overflow: ellipsis;
1429
- overflow: hidden;
1430
- }
1431
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1432
- opacity: 0.6;
1433
- }
1434
- .multicamera[data-multicamera] li[data-title] {
1435
- background-color: #c3c2c2;
1436
- padding: 5px;
1437
- }
1438
- .multicamera[data-multicamera] li a {
1439
- color: #444;
1440
- padding: 2px 10px;
1441
- display: block;
1442
- text-decoration: none;
1443
- }
1444
- .multicamera[data-multicamera] li a:hover {
1445
- background-color: #555;
1446
- color: white;
1447
- }
1448
- .multicamera[data-multicamera] li a:hover a {
1449
- color: white;
1450
- text-decoration: none;
1451
- }
1452
- .multicamera[data-multicamera] li.current a {
1453
- color: #f00;
1454
- }
1455
-
1456
- @keyframes pulse {
1457
- 0% {
1458
- color: #fff;
1459
- }
1460
- 50% {
1461
- color: #ff0101;
1462
- }
1463
- 100% {
1464
- color: #B80000;
1465
- }
1466
- }div.player-error-screen, [data-player] div.player-error-screen {
1467
- color: #CCCACA;
1468
- position: absolute;
1469
- top: 0;
1470
- height: 100%;
1471
- width: 100%;
1472
- background-color: rgba(0, 0, 0, 0.7);
1473
- z-index: 2000;
1474
- display: flex;
1475
- flex-direction: column;
1476
- justify-content: center;
1477
- }
1478
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1479
- font-size: 14px;
1480
- color: #CCCACA;
1481
- margin-top: 45px;
1482
- }
1483
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1484
- font-weight: bold;
1485
- line-height: 30px;
1486
- font-size: 18px;
1487
- }
1488
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1489
- width: 90%;
1490
- margin: 0 auto;
1491
- }
1492
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1493
- font-size: 13px;
1494
- margin-top: 15px;
1495
- }
1496
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1497
- cursor: pointer;
1498
- width: 30px;
1499
- margin: 15px auto 0;
1500
- }.context-menu {
1501
- z-index: 999;
1502
- position: absolute;
1503
- top: 0;
1504
- left: 0;
1505
- text-align: center;
1506
- }
1507
- .context-menu .context-menu-list {
1508
- font-family: "Proxima Nova", sans-serif;
1509
- font-size: 12px;
1510
- line-height: 12px;
1511
- list-style-type: none;
1512
- text-align: left;
1513
- padding: 5px;
1514
- margin-left: auto;
1515
- margin-right: auto;
1516
- background-color: rgba(0, 0, 0, 0.75);
1517
- border: 1px solid #666;
1518
- border-radius: 4px;
1519
- }
1520
- .context-menu .context-menu-list .context-menu-list-item {
1521
- color: white;
1522
- padding: 5px;
1523
- cursor: pointer;
1524
- }.spinner-three-bounce[data-spinner] {
1525
- position: absolute;
1526
- width: 70px;
1527
- text-align: center;
1528
- z-index: 999;
1529
- left: 0;
1530
- right: 0;
1531
- margin: 0 auto;
1532
- margin-left: auto;
1533
- margin-right: auto;
1534
- /* center vertically */
1535
- top: 50%;
1536
- transform: translateY(-50%);
1537
- }
1538
- .spinner-three-bounce[data-spinner] > div {
1539
- width: 18px;
1540
- height: 18px;
1541
- background-color: #FFF;
1542
- border-radius: 100%;
1543
- display: inline-block;
1544
- animation: bouncedelay 1.4s infinite ease-in-out;
1545
- /* Prevent first frame from flickering when animation starts */
1546
- animation-fill-mode: both;
1547
- }
1548
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1549
- animation-delay: -0.32s;
1550
- }
1551
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1552
- animation-delay: -0.16s;
1553
- }
1554
-
1555
- @keyframes bouncedelay {
1556
- 0%, 80%, 100% {
1557
- transform: scale(0);
1558
- }
1559
- 40% {
1560
- transform: scale(1);
1561
- }
1562
- }.scrub-thumbnails {
1563
- position: absolute;
1564
- bottom: 52px;
1565
- width: 100%;
1566
- transition: opacity 0.3s ease;
1567
- }
1568
- .scrub-thumbnails.hidden {
1569
- opacity: 0;
1570
- }
1571
- .scrub-thumbnails .thumbnail-container {
1572
- display: inline-block;
1573
- position: relative;
1574
- overflow: hidden;
1575
- background-color: #000;
1576
- }
1577
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1578
- position: absolute;
1579
- width: auto;
1580
- }
1581
- .scrub-thumbnails .thumbnails-text {
1582
- background-color: rgba(74, 74, 74, 0.7);
1583
- border-radius: 3px;
1584
- white-space: nowrap;
1585
- overflow: hidden;
1586
- text-overflow: ellipsis;
1587
- color: white;
1588
- position: absolute;
1589
- bottom: 23px;
1590
- width: 100px;
1591
- }
1592
- .scrub-thumbnails .spotlight {
1593
- background-color: #4a4a4a;
1594
- overflow: hidden;
1595
- position: absolute;
1596
- bottom: 0;
1597
- left: 0;
1598
- border-color: #4a4a4a;
1599
- border-style: solid;
1600
- border-width: 3px;
1601
- border-radius: 3px;
1602
- }
1603
- .scrub-thumbnails .spotlight img {
1604
- width: auto;
1605
- }
1606
- .scrub-thumbnails .backdrop {
1607
- position: absolute;
1608
- left: 0;
1609
- bottom: 0;
1610
- right: 0;
1611
- background-color: #000;
1612
- overflow: hidden;
1613
- }
1614
- .scrub-thumbnails .backdrop .carousel {
1615
- position: absolute;
1616
- top: 0;
1617
- left: 0;
1618
- height: 100%;
1619
- white-space: nowrap;
1742
+ margin-left: -10px;
1743
+ width: 0;
1744
+ height: 0;
1745
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1746
+ border-right: 10px solid transparent;
1747
+ border-left: 10px solid transparent;
1620
1748
  }
1621
- .scrub-thumbnails .backdrop .carousel img {
1622
- width: auto;
1623
- }*, :focus, :visited {
1624
- outline: none !important;
1749
+ .multicamera[data-multicamera] li {
1750
+ font-size: 10px;
1751
+ cursor: pointer;
1625
1752
  }
1626
-
1627
- .subtitles[data-subtitles] {
1628
- float: right;
1753
+ .multicamera[data-multicamera] li .multicamera-item {
1754
+ display: flex;
1755
+ padding: 10px 0;
1756
+ justify-content: center;
1629
1757
  position: relative;
1630
- width: 50px;
1631
1758
  }
1632
- .subtitles[data-subtitles] button {
1633
- background-color: transparent;
1634
- color: #fff;
1635
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1636
- -webkit-font-smoothing: antialiased;
1637
- border: none;
1638
- font-size: 14px;
1639
- cursor: pointer;
1759
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1760
+ pointer-events: none;
1640
1761
  }
1641
- .subtitles[data-subtitles] button .subtitle-text svg {
1642
- fill: white;
1762
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1763
+ opacity: 0.5;
1643
1764
  }
1644
- .subtitles[data-subtitles] button:hover {
1645
- color: #c9c9c9;
1765
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1766
+ opacity: 0.5;
1646
1767
  }
1647
- .subtitles[data-subtitles] button.changing {
1648
- animation: pulse 0.5s infinite alternate;
1768
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1769
+ background-color: rgba(0, 0, 0, 0);
1649
1770
  }
1650
- .subtitles[data-subtitles] > ul {
1771
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1772
+ background-color: rgba(0, 0, 0, 0.3);
1773
+ }
1774
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1651
1775
  width: 80px;
1652
- list-style-type: none;
1653
- position: absolute;
1654
- bottom: 25px;
1655
- border: 1px solid black;
1656
- display: none;
1657
- background-color: #e6e6e6;
1776
+ height: 60px;
1658
1777
  }
1659
- .subtitles[data-subtitles] li {
1660
- font-size: 10px;
1778
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1779
+ width: 80px;
1780
+ height: 60px;
1661
1781
  }
1662
- .subtitles[data-subtitles] li[data-title] {
1782
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1783
+ width: 120px;
1784
+ text-align: left;
1785
+ margin-left: 15px;
1786
+ }
1787
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1788
+ width: 120px;
1789
+ height: 20px;
1790
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1791
+ font-size: 14px;
1792
+ font-weight: normal;
1793
+ font-style: normal;
1794
+ font-stretch: normal;
1795
+ line-height: 1.43;
1796
+ letter-spacing: normal;
1797
+ text-align: left;
1798
+ color: #fff;
1799
+ text-overflow: ellipsis;
1800
+ overflow: hidden;
1801
+ }
1802
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1803
+ opacity: 0.6;
1804
+ }
1805
+ .multicamera[data-multicamera] li[data-title] {
1663
1806
  background-color: #c3c2c2;
1664
1807
  padding: 5px;
1665
1808
  }
1666
- .subtitles[data-subtitles] li a {
1809
+ .multicamera[data-multicamera] li a {
1667
1810
  color: #444;
1668
1811
  padding: 2px 10px;
1669
1812
  display: block;
1670
1813
  text-decoration: none;
1671
1814
  }
1672
- .subtitles[data-subtitles] li a:hover {
1815
+ .multicamera[data-multicamera] li a:hover {
1673
1816
  background-color: #555;
1674
1817
  color: white;
1675
1818
  }
1676
- .subtitles[data-subtitles] li a:hover a {
1819
+ .multicamera[data-multicamera] li a:hover a {
1677
1820
  color: white;
1678
1821
  text-decoration: none;
1679
1822
  }
1680
- .subtitles[data-subtitles] li.current a {
1823
+ .multicamera[data-multicamera] li.current a {
1681
1824
  color: #f00;
1682
- background-color: #555;
1683
1825
  }
1684
1826
 
1685
1827
  @keyframes pulse {
@@ -1692,473 +1834,331 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1692
1834
  100% {
1693
1835
  color: #B80000;
1694
1836
  }
1695
- }
1696
- ::cue {
1697
- visibility: hidden !important;
1698
- font-size: 0 !important;
1699
- }
1700
-
1701
- .ios-fullscreen::cue {
1702
- visibility: visible !important;
1703
- font-size: 1em !important;
1704
- }:root {
1705
- --primary-background-color: #000;
1706
- --secondary-background-color: #262626;
1707
- --primary-text-color: #fff;
1708
- --secondary-text-color: #fff4f2;
1709
- --hover-text-color: #f9b090;
1710
- --speedtest-red: #df564d;
1711
- --speedtest-orange: #df934d;
1712
- --speedtest-yellow: #dfd04d;
1713
- --speedtest-light-green: #c2df4d;
1714
- --speedtest-green: #73df4d;
1715
- }
1716
-
1717
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1718
- position: absolute;
1719
- display: inline-block;
1720
- bottom: 52px;
1721
- right: 16px;
1722
- padding: 0 10px 12px;
1723
- margin: 0;
1724
- line-height: 20px;
1725
- font-size: 12px;
1726
- font-weight: 500;
1727
- background: var(--primary-background-color);
1728
- color: #fff;
1729
- z-index: 20000;
1730
- overflow: auto;
1731
- max-height: calc(100vh - 60px);
1732
- max-width: calc(100vw - 10px);
1733
- }
1734
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1735
- position: absolute;
1736
- top: 0;
1737
- left: 0;
1738
- z-index: 99990;
1739
- width: 100%;
1740
- height: 32px;
1741
- background: var(--primary-background-color);
1742
- }
1743
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
1744
- float: right;
1745
- margin-right: 12px;
1746
- margin-top: 10px;
1747
- display: block;
1748
- width: 12px;
1749
- height: 12px;
1750
- }
1751
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
1752
- fill: var(--primary-text-color);
1753
- }
1754
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
1755
- fill: var(--hover-text-color);
1756
- }
1757
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
1758
- overflow: hidden;
1759
- margin-top: 44px;
1760
- }
1761
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
1762
- width: 820px;
1763
- }
1764
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
1765
- list-style-type: none;
1766
- }
1767
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
1768
- padding-left: 2px;
1769
- padding-right: 2px;
1770
- background: var(--primary-background-color);
1771
- }
1772
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1773
- display: inline-block;
1774
- float: left;
1775
- padding: 5px;
1776
- width: 200px;
1777
- }
1778
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
1779
- position: relative;
1780
- padding: 0 5px;
1781
- text-align: left;
1782
- }
1783
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
1784
- padding: 0;
1785
- }
1786
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
1787
- width: 100%;
1788
- }
1789
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
1790
- background: var(--secondary-background-color);
1791
- }
1792
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
1793
- background: var(--secondary-background-color);
1794
- }
1795
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
1796
- text-align: center;
1797
- font-weight: bold;
1798
- padding-bottom: 4px;
1799
- font-size: 14px;
1800
- }
1801
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
1802
- margin: 0;
1803
- position: absolute;
1804
- right: 0;
1805
- top: 0;
1806
- }
1807
-
1808
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
1809
- width: 250px;
1810
- }
1811
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
1812
- width: 100%;
1813
- }
1814
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
1815
- padding: 0 5px;
1816
- height: auto;
1817
- }
1818
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
1819
- width: 100%;
1820
- flex-direction: column;
1821
- }
1822
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1823
- width: 100%;
1824
- }
1825
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1826
- width: 100%;
1827
- }
1828
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
1829
- padding-top: 12px;
1830
- height: 38px;
1831
- text-align: center;
1832
- }
1833
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
1834
- text-align: center;
1835
- }
1836
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
1837
- height: 80px;
1838
- }
1839
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
1840
- bottom: 0;
1841
- left: 0;
1842
- }
1843
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1844
- inset: 50% auto auto 50%;
1845
- transform: translate(-50%, -50%);
1846
- }
1847
-
1848
- .speed-test-button {
1849
- margin: 10px 0 0;
1850
- color: #000;
1851
- }
1852
-
1853
- .speed-test {
1837
+ }.player-poster[data-poster] {
1838
+ display: flex;
1839
+ justify-content: center;
1840
+ align-items: center;
1854
1841
  position: absolute;
1855
- top: 0;
1856
- left: 0;
1857
- width: 100%;
1858
1842
  height: 100%;
1859
- z-index: 9999;
1860
- }
1861
- .speed-test .speed-test-header {
1862
1843
  width: 100%;
1863
- height: 32px;
1844
+ z-index: 998;
1845
+ top: 0;
1846
+ left: 0;
1847
+ background-color: #000;
1848
+ background-size: cover;
1849
+ background-repeat: no-repeat;
1850
+ background-position: 50% 50%;
1864
1851
  }
1865
- .speed-test .speed-test-header .close-speed-test {
1866
- float: right;
1867
- margin-right: 5px;
1868
- line-height: 32px;
1852
+ .player-poster[data-poster].clickable {
1869
1853
  cursor: pointer;
1870
- color: var(--primary-text-color);
1871
- }
1872
- .speed-test .speed-test-header .close-speed-test:hover {
1873
- color: var(--hover-text-color);
1874
1854
  }
1875
-
1876
- .settings-button {
1877
- float: right;
1878
- margin: 0 12px 0 0;
1879
- height: 40px;
1880
- width: 24px;
1881
- border: none;
1882
- padding: 0;
1855
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1856
+ opacity: 1;
1883
1857
  }
1884
-
1885
- .settings-options-list {
1886
- position: absolute;
1887
- right: 16px;
1888
- bottom: 52px;
1889
- background: var(--primary-background-color);
1890
- width: 250px;
1891
- height: 48px;
1892
- z-index: 9999;
1893
- border-radius: 4px;
1858
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1859
+ width: 100%;
1860
+ height: 25%;
1861
+ margin: 0 auto;
1862
+ opacity: 0.75;
1863
+ transition: opacity 0.1s ease;
1894
1864
  }
1895
- .settings-options-list svg {
1896
- float: left;
1897
- margin-right: 10px;
1865
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1866
+ height: 100%;
1867
+ display: inline;
1898
1868
  }
1899
- .settings-options-list .settings-speedtest-option {
1900
- color: var(--primary-text-color);
1901
- margin: 0;
1902
- text-align: left;
1903
- height: 24px;
1904
- line-height: 22px;
1905
- padding: 14px;
1906
- width: 250px;
1907
- font-size: 12px;
1869
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1870
+ fill: #fff;
1871
+ }.spinner-three-bounce[data-spinner] {
1872
+ position: absolute;
1873
+ width: 70px;
1874
+ text-align: center;
1875
+ z-index: 999;
1876
+ left: 0;
1877
+ right: 0;
1878
+ margin: 0 auto;
1879
+ margin-left: auto;
1880
+ margin-right: auto;
1881
+ /* center vertically */
1882
+ top: 50%;
1883
+ transform: translateY(-50%);
1908
1884
  }
1909
- .settings-options-list .settings-speedtest-option:hover {
1910
- color: var(--hover-text-color);
1885
+ .spinner-three-bounce[data-spinner] > div {
1886
+ width: 18px;
1887
+ height: 18px;
1888
+ background-color: #FFF;
1889
+ border-radius: 100%;
1890
+ display: inline-block;
1891
+ animation: bouncedelay 1.4s infinite ease-in-out;
1892
+ /* Prevent first frame from flickering when animation starts */
1893
+ animation-fill-mode: both;
1911
1894
  }
1912
- .settings-options-list .settings-speedtest-option:hover svg path {
1913
- fill: var(--hover-text-color);
1895
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1896
+ animation-delay: -0.32s;
1914
1897
  }
1915
- .settings-options-list .settings-speedtest-option svg path {
1916
- fill: var(--primary-text-color);
1898
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1899
+ animation-delay: -0.16s;
1917
1900
  }
1918
1901
 
1919
- .speedtest-summary {
1920
- width: 100%;
1921
- border-top: 1px solid var(--secondary-background-color) !important;
1922
- border-bottom: 1px solid var(--secondary-background-color) !important;
1923
- display: flex !important;
1924
- flex-direction: column;
1925
- align-items: stretch;
1926
- justify-content: space-between;
1927
- }
1928
- .speedtest-summary .speedtest-summary-header {
1929
- width: 100%;
1930
- padding-top: 4px;
1931
- text-align: left;
1932
- height: 32px;
1933
- font-size: 14px;
1934
- font-weight: 500;
1935
- line-height: 20px;
1936
- }
1937
- .speedtest-summary .speedtest-summary-block {
1938
- position: relative;
1939
- display: flex;
1940
- flex-direction: row;
1941
- width: 100%;
1942
- }
1943
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1944
- width: 50%;
1945
- margin-top: 4px;
1946
- margin-bottom: 12px;
1902
+ @keyframes bouncedelay {
1903
+ 0%, 80%, 100% {
1904
+ transform: scale(0);
1905
+ }
1906
+ 40% {
1907
+ transform: scale(1);
1908
+ }
1909
+ }.share_plugin[data-share] {
1910
+ pointer-events: auto;
1911
+ z-index: 5;
1912
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1947
1913
  }
1948
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1949
- padding: 2px;
1950
- width: 248px;
1951
- max-width: 100%;
1914
+ .share_plugin[data-share].share-hide .share-button-container {
1915
+ right: -50px;
1952
1916
  }
1953
-
1954
- .speedtest-quality {
1955
- width: 100%;
1917
+ .share_plugin[data-share] .share-button-container {
1918
+ cursor: pointer;
1919
+ width: 36px;
1956
1920
  height: 36px;
1957
- display: flex !important;
1958
- flex-direction: column !important;
1959
- justify-content: space-between !important;
1921
+ background-color: rgba(74, 74, 74, 0.6);
1922
+ border-radius: 4px;
1923
+ position: absolute;
1924
+ right: 10px;
1925
+ top: 10px;
1926
+ padding-top: 6px;
1927
+ transition: all 0.3s ease-out;
1960
1928
  }
1961
- .speedtest-quality .speedtest-quality-header {
1962
- font-size: 12px;
1929
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1930
+ background-color: transparent;
1931
+ border: 0;
1932
+ margin: 0 6px;
1933
+ padding: 0;
1934
+ cursor: pointer;
1935
+ display: inline-block;
1936
+ width: 19px;
1963
1937
  height: 20px;
1964
- border-left: 2px solid var(--secondary-background-color) !important;
1965
- background-color: var(--secondary-background-color);
1938
+ }
1939
+ .share_plugin[data-share] .share-container {
1940
+ pointer-events: auto;
1941
+ position: absolute;
1942
+ width: 280px;
1943
+ background-color: white;
1944
+ transform: translate(0, 50%);
1945
+ transform: translate(-50%, -50%);
1946
+ left: 50%;
1947
+ /* margin-left: -140px; */
1948
+ top: calc(50% - 20px);
1949
+ /* margin-top: -170px; */
1950
+ }
1951
+ .share_plugin[data-share] .share-container .share-container-header {
1966
1952
  text-align: left;
1953
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1967
1954
  }
1968
- .speedtest-quality-content {
1969
- width: 100%;
1970
- margin-top: 8px;
1971
- height: 8px;
1972
- display: flex !important;
1973
- flex-direction: row !important;
1974
- align-items: stretch !important;
1975
- justify-content: space-between;
1955
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1956
+ display: inline-block;
1957
+ font-size: 16px;
1958
+ margin: 5px;
1976
1959
  }
1977
- .speedtest-quality-content-item {
1978
- width: 18.8%;
1979
- background-color: #fff;
1960
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1961
+ display: inline-block;
1962
+ width: 24px;
1963
+ float: right;
1964
+ margin: 5px;
1965
+ cursor: pointer;
1980
1966
  }
1981
- .speedtest-quality-content-item.speedtest-quality-value-1 {
1982
- background-color: var(--speedtest-red);
1967
+ .share_plugin[data-share] .share-container .share-container-main {
1968
+ margin-bottom: 8px;
1983
1969
  }
1984
- .speedtest-quality-content-item.speedtest-quality-value-2 {
1985
- background-color: var(--speedtest-orange);
1970
+ .share_plugin[data-share] .share-container .share-container-main > div {
1971
+ text-align: left;
1972
+ font-size: 14px;
1973
+ padding: 5px;
1986
1974
  }
1987
- .speedtest-quality-content-item.speedtest-quality-value-3 {
1988
- background-color: var(--speedtest-yellow);
1975
+ .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 {
1976
+ overflow: hidden;
1977
+ text-overflow: ellipsis;
1978
+ color: #818181;
1979
+ border: solid 1px #d3d3d3;
1980
+ width: calc(100% - 10px);
1981
+ padding: 5px;
1989
1982
  }
1990
- .speedtest-quality-content-item.speedtest-quality-value-4 {
1991
- background-color: var(--speedtest-light-green);
1983
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1984
+ max-height: 90px;
1985
+ resize: none;
1992
1986
  }
1993
- .speedtest-quality-content-item.speedtest-quality-value-5 {
1994
- background-color: var(--speedtest-green);
1987
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1988
+ width: 32px;
1989
+ display: inline-block;
1990
+ margin-right: 5px;
1991
+ cursor: pointer;
1992
+ }.scrub-thumbnails {
1993
+ position: absolute;
1994
+ bottom: 52px;
1995
+ width: 100%;
1996
+ transition: opacity 0.3s ease;
1995
1997
  }
1996
-
1997
- .speedtest-footer {
1998
+ .scrub-thumbnails.hidden {
1999
+ opacity: 0;
2000
+ }
2001
+ .scrub-thumbnails .thumbnail-container {
2002
+ display: inline-block;
1998
2003
  position: relative;
1999
- float: left;
2000
- width: 100%;
2001
- height: 30px;
2002
- line-height: 16px;
2004
+ overflow: hidden;
2005
+ background-color: #000;
2003
2006
  }
2004
- .speedtest-footer-about-link {
2007
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2008
+ position: absolute;
2009
+ width: auto;
2010
+ }
2011
+ .scrub-thumbnails .thumbnails-text {
2012
+ background-color: rgba(74, 74, 74, 0.7);
2013
+ border-radius: 3px;
2014
+ white-space: nowrap;
2015
+ overflow: hidden;
2016
+ text-overflow: ellipsis;
2017
+ color: white;
2018
+ position: absolute;
2019
+ bottom: 23px;
2020
+ width: 100px;
2021
+ }
2022
+ .scrub-thumbnails .spotlight {
2023
+ background-color: #4a4a4a;
2024
+ overflow: hidden;
2005
2025
  position: absolute;
2006
2026
  bottom: 0;
2007
2027
  left: 0;
2008
- color: var(--secondary-text-color);
2009
- text-decoration: underline !important;
2028
+ border-color: #4a4a4a;
2029
+ border-style: solid;
2030
+ border-width: 3px;
2031
+ border-radius: 3px;
2010
2032
  }
2011
- .speedtest-footer-about-link:hover {
2012
- color: var(--hover-text-color);
2033
+ .scrub-thumbnails .spotlight img {
2034
+ width: auto;
2013
2035
  }
2014
- .speedtest-footer .speedtest-footer-refresh {
2036
+ .scrub-thumbnails .backdrop {
2015
2037
  position: absolute;
2038
+ left: 0;
2016
2039
  bottom: 0;
2017
2040
  right: 0;
2018
- color: var(--secondary-text-color);
2019
- font-size: 14px;
2020
- font-weight: 400;
2021
- line-height: 16px;
2022
- height: 16px;
2023
- display: flex;
2024
- align-items: center;
2025
- gap: 4px;
2041
+ background-color: #000;
2042
+ overflow: hidden;
2026
2043
  }
2027
- .speedtest-footer .speedtest-footer-refresh svg path {
2028
- fill: var(--secondary-text-color);
2044
+ .scrub-thumbnails .backdrop .carousel {
2045
+ position: absolute;
2046
+ top: 0;
2047
+ left: 0;
2048
+ height: 100%;
2049
+ white-space: nowrap;
2029
2050
  }
2030
- .speedtest-footer .speedtest-footer-refresh:hover {
2031
- color: var(--hover-text-color);
2051
+ .scrub-thumbnails .backdrop .carousel img {
2052
+ width: auto;
2053
+ }.player-logo[data-logo] {
2054
+ position: absolute;
2055
+ z-index: 2;
2056
+ width: 100%;
2057
+ height: 100%;
2032
2058
  }
2033
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
2034
- fill: var(--hover-text-color);
2059
+
2060
+ .clappr-logo {
2061
+ position: absolute;
2062
+ }*, :focus, :visited {
2063
+ outline: none !important;
2035
2064
  }
2036
2065
 
2037
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
2038
- position: fixed;
2039
- height: auto;
2040
- width: auto;
2041
- inset: 0;
2042
- min-width: 100vw;
2043
- padding-bottom: 4px;
2044
- padding-left: 4px;
2045
- padding-right: 4px;
2066
+ .subtitles[data-subtitles] {
2067
+ float: right;
2068
+ position: relative;
2069
+ width: 50px;
2046
2070
  }
2047
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
2048
- position: fixed;
2071
+ .subtitles[data-subtitles] button {
2072
+ background-color: transparent;
2073
+ color: #fff;
2074
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2075
+ -webkit-font-smoothing: antialiased;
2076
+ border: none;
2077
+ font-size: 14px;
2078
+ cursor: pointer;
2049
2079
  }
2050
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
2051
- width: 50%;
2080
+ .subtitles[data-subtitles] button .subtitle-text svg {
2081
+ fill: white;
2052
2082
  }
2053
-
2054
- @media only screen and (orientation: portrait) {
2055
- .mobile .speedtest-summary {
2056
- padding: 0 5px;
2057
- height: auto;
2058
- }
2059
- .mobile .speedtest-summary-block {
2060
- width: 100%;
2061
- flex-direction: column;
2062
- }
2063
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
2064
- width: 100%;
2065
- }
2066
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
2067
- width: 100%;
2068
- }
2069
- .mobile .speedtest-summary-header {
2070
- padding-top: 12px;
2071
- height: 38px;
2072
- text-align: center;
2073
- }
2074
- .mobile .speedtest-quality-header {
2075
- text-align: center;
2076
- }
2077
- .mobile .speedtest-footer .speedtest-footer-refresh {
2078
- inset: 50% auto auto 50%;
2079
- transform: translate(-50%, -50%);
2080
- }
2083
+ .subtitles[data-subtitles] button:hover {
2084
+ color: #c9c9c9;
2081
2085
  }
2082
- @media only screen and (orientation: landscape) {
2083
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
2084
- width: 25%;
2085
- }
2086
- }.player-poster[data-poster] {
2087
- display: flex;
2088
- justify-content: center;
2089
- align-items: center;
2086
+ .subtitles[data-subtitles] button.changing {
2087
+ animation: pulse 0.5s infinite alternate;
2088
+ }
2089
+ .subtitles[data-subtitles] > ul {
2090
+ width: 80px;
2091
+ list-style-type: none;
2090
2092
  position: absolute;
2091
- height: 100%;
2092
- width: 100%;
2093
- z-index: 998;
2094
- top: 0;
2095
- left: 0;
2096
- background-color: #000;
2097
- background-size: cover;
2098
- background-repeat: no-repeat;
2099
- background-position: 50% 50%;
2093
+ bottom: 25px;
2094
+ border: 1px solid black;
2095
+ display: none;
2096
+ background-color: #e6e6e6;
2100
2097
  }
2101
- .player-poster[data-poster].clickable {
2102
- cursor: pointer;
2098
+ .subtitles[data-subtitles] li {
2099
+ font-size: 10px;
2103
2100
  }
2104
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2105
- opacity: 1;
2101
+ .subtitles[data-subtitles] li[data-title] {
2102
+ background-color: #c3c2c2;
2103
+ padding: 5px;
2106
2104
  }
2107
- .player-poster[data-poster] .play-wrapper[data-poster] {
2108
- width: 100%;
2109
- height: 25%;
2110
- margin: 0 auto;
2111
- opacity: 0.75;
2112
- transition: opacity 0.1s ease;
2105
+ .subtitles[data-subtitles] li a {
2106
+ color: #444;
2107
+ padding: 2px 10px;
2108
+ display: block;
2109
+ text-decoration: none;
2113
2110
  }
2114
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
2115
- height: 100%;
2116
- display: inline;
2111
+ .subtitles[data-subtitles] li a:hover {
2112
+ background-color: #555;
2113
+ color: white;
2117
2114
  }
2118
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2119
- fill: #fff;
2120
- }.clips.bar-container[data-seekbar] {
2121
- clip-path: url("#myClip");
2122
- }.seek-time[data-seek-time] {
2123
- position: absolute;
2124
- white-space: nowrap;
2125
- height: 20px;
2126
- line-height: 20px;
2127
- font-size: 0;
2128
- left: -100%;
2129
- bottom: 55px;
2130
- background-color: rgba(2, 2, 2, 0.5);
2131
- z-index: 9999;
2132
- transition: opacity 0.1s ease;
2115
+ .subtitles[data-subtitles] li a:hover a {
2116
+ color: white;
2117
+ text-decoration: none;
2133
2118
  }
2134
- .seek-time[data-seek-time].hidden[data-seek-time] {
2135
- opacity: 0;
2119
+ .subtitles[data-subtitles] li.current a {
2120
+ color: #f00;
2121
+ background-color: #555;
2136
2122
  }
2137
- .seek-time[data-seek-time] [data-seek-time] {
2138
- display: inline-block;
2139
- color: white;
2140
- font-size: 10px;
2141
- padding-left: 7px;
2142
- padding-right: 7px;
2143
- vertical-align: top;
2123
+
2124
+ @keyframes pulse {
2125
+ 0% {
2126
+ color: #fff;
2127
+ }
2128
+ 50% {
2129
+ color: #ff0101;
2130
+ }
2131
+ 100% {
2132
+ color: #B80000;
2133
+ }
2144
2134
  }
2145
- .seek-time[data-seek-time] [data-duration] {
2146
- display: inline-block;
2147
- color: rgba(255, 255, 255, 0.5);
2148
- font-size: 10px;
2149
- padding-right: 7px;
2150
- vertical-align: top;
2135
+ ::cue {
2136
+ visibility: hidden !important;
2137
+ font-size: 0 !important;
2151
2138
  }
2152
- .seek-time[data-seek-time] [data-duration]::before {
2153
- content: "|";
2154
- margin-right: 7px;
2155
- }.player-logo[data-logo] {
2139
+
2140
+ .ios-fullscreen::cue {
2141
+ visibility: visible !important;
2142
+ font-size: 1em !important;
2143
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
2144
+ height: 0;
2145
+ }
2146
+
2147
+ .skip_time_plugin[data-skip-time] {
2156
2148
  position: absolute;
2157
- z-index: 2;
2149
+ width: 100%;
2150
+ height: calc(100% - 50px);
2151
+ z-index: 9998;
2152
+ background-color: transparent;
2153
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2154
+ }
2155
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2158
2156
  width: 100%;
2159
2157
  height: 100%;
2158
+ display: flex;
2159
+ justify-content: space-between;
2160
2160
  }
2161
-
2162
- .clappr-logo {
2163
- position: absolute;
2161
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2162
+ width: 33.3%;
2163
+ height: 100%;
2164
2164
  }