@gcorevideo/player 2.26.0 → 2.26.2

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 (77) hide show
  1. package/README.md +5 -5
  2. package/dist/core.js +1 -1
  3. package/dist/index.css +1144 -1144
  4. package/dist/index.embed.js +23 -20
  5. package/dist/index.js +32 -29
  6. package/dist/player.d.ts +14 -15
  7. package/docs/api/player.audiotracks.md +0 -3
  8. package/docs/api/player.contextmenu._constructor_.md +0 -3
  9. package/docs/api/player.contextmenu.md +1 -4
  10. package/docs/api/player.contextmenupluginsettings.md +1 -4
  11. package/docs/api/player.contextmenupluginsettings.options.md +0 -3
  12. package/docs/api/player.md +14 -14
  13. package/docs/api/player.mediacontrol._constructor_.md +0 -3
  14. package/docs/api/player.mediacontrol.currentseekpos.md +0 -3
  15. package/docs/api/player.mediacontrol.defaultsettings.md +0 -3
  16. package/docs/api/player.mediacontrol.disable.md +0 -3
  17. package/docs/api/player.mediacontrol.enable.md +0 -3
  18. package/docs/api/player.mediacontrol.extendsettings.md +0 -3
  19. package/docs/api/player.mediacontrol.getavailableheight.md +0 -3
  20. package/docs/api/player.mediacontrol.getavailablepopupheight.md +0 -3
  21. package/docs/api/player.mediacontrol.md +11 -22
  22. package/docs/api/player.mediacontrol.mount.md +0 -3
  23. package/docs/api/player.mediacontrol.muted.md +0 -3
  24. package/docs/api/player.mediacontrol.setinitialvolume.md +0 -3
  25. package/docs/api/player.mediacontrol.setvolume.md +0 -3
  26. package/docs/api/player.mediacontrol.slot.md +0 -3
  27. package/docs/api/player.mediacontrol.toggleelement.md +0 -3
  28. package/docs/api/player.mediacontrol.volume.md +0 -3
  29. package/docs/api/player.mediacontrolelement.md +0 -3
  30. package/docs/api/player.mediacontrolsettings.md +0 -3
  31. package/docs/api/player.mediacontrolslotmountpoint.md +0 -3
  32. package/docs/api/player.playbackrate._constructor_.md +0 -3
  33. package/docs/api/player.playbackrate.md +1 -4
  34. package/docs/api/player.seektime.attributes.md +0 -3
  35. package/docs/api/player.seektime.md +0 -9
  36. package/docs/api/player.seektime.name.md +0 -3
  37. package/docs/api/player.seektime.supportedversion.md +0 -3
  38. package/docs/api/player.seektimesettings.md +0 -3
  39. package/docs/api/player.standardmediacontrolelement.md +0 -3
  40. package/docs/api/player.thumbnails._constructor_.md +0 -3
  41. package/docs/api/player.thumbnails.md +1 -6
  42. package/docs/api/player.thumbnails.render.md +0 -3
  43. package/docs/api/player.thumbnailspluginsettings.md +0 -3
  44. package/docs/api/player.volumefade._constructor_.md +0 -3
  45. package/docs/api/player.volumefade.md +1 -4
  46. package/lib/plugins/audio-selector/AudioTracks.d.ts +1 -1
  47. package/lib/plugins/audio-selector/AudioTracks.js +1 -1
  48. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  49. package/lib/plugins/bottom-gear/BottomGear.js +3 -1
  50. package/lib/plugins/context-menu/ContextMenu.d.ts +2 -2
  51. package/lib/plugins/context-menu/ContextMenu.js +1 -1
  52. package/lib/plugins/level-selector/QualityLevels.js +1 -1
  53. package/lib/plugins/media-control/MediaControl.d.ts +5 -5
  54. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  55. package/lib/plugins/media-control/MediaControl.js +7 -6
  56. package/lib/plugins/playback-rate/PlaybackRate.d.ts +1 -1
  57. package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
  58. package/lib/plugins/seek-time/SeekTime.d.ts +2 -3
  59. package/lib/plugins/seek-time/SeekTime.d.ts.map +1 -1
  60. package/lib/plugins/seek-time/SeekTime.js +1 -1
  61. package/lib/plugins/thumbnails/Thumbnails.d.ts +2 -2
  62. package/lib/plugins/thumbnails/Thumbnails.js +1 -1
  63. package/lib/plugins/volume-fade/VolumeFade.d.ts +1 -1
  64. package/lib/plugins/volume-fade/VolumeFade.js +1 -1
  65. package/package.json +1 -1
  66. package/release.txt +395 -0
  67. package/src/plugins/audio-selector/AudioTracks.ts +1 -1
  68. package/src/plugins/bottom-gear/BottomGear.ts +1 -0
  69. package/src/plugins/context-menu/ContextMenu.ts +2 -2
  70. package/src/plugins/level-selector/QualityLevels.ts +1 -1
  71. package/src/plugins/media-control/MediaControl.ts +13 -12
  72. package/src/plugins/playback-rate/PlaybackRate.ts +1 -1
  73. package/src/plugins/seek-time/SeekTime.ts +2 -3
  74. package/src/plugins/thumbnails/Thumbnails.ts +2 -2
  75. package/src/plugins/volume-fade/VolumeFade.ts +1 -1
  76. package/temp/player.api.json +52 -52
  77. package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css CHANGED
@@ -122,86 +122,55 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.dvr-controls {
126
- --disabled-opacity: 0.3;
127
- --circle-radius: 5px;
125
+ }.big-mute-icon-wrapper[data-big-mute] {
126
+ position: absolute;
127
+ z-index: 9998;
128
+ background-color: transparent;
128
129
  display: flex;
129
- align-items: center;
130
- color: var(--player-dvr-color);
131
- font-size: 10px;
132
- font-weight: 500;
133
- height: var(--bottom-panel);
134
- line-height: var(--bottom-panel);
135
- margin-left: 0;
136
- }
137
- .dvr-controls .live-info,
138
- .dvr-controls .live-button {
139
- font-size: 14px;
140
- font-weight: 500;
141
- margin-left: 20px;
142
- letter-spacing: 0.8px;
143
- text-transform: uppercase;
144
- }
145
- .dvr-controls .live-info::before,
146
- .dvr-controls .live-button::before {
147
- margin-right: 8px;
148
- content: "";
149
- display: inline-block;
150
- position: relative;
151
- width: calc(var(--circle-radius) * 2);
152
- height: calc(var(--circle-radius) * 2);
153
- border-radius: var(--circle-radius);
154
- background-color: var(--player-dvr-color);
155
- }
156
- .dvr-controls.disabled {
157
- opacity: var(--disabled-opacity);
158
- }
159
- .dvr-controls.disabled:before {
160
- background-color: var(--player-dvr-color);
161
- }
162
- .dvr-controls .live-info {
163
- text-transform: uppercase;
164
- color: #fffffe;
130
+ justify-content: center;
131
+ width: 100%;
132
+ height: calc(100% - 50px);
133
+ margin: 0 auto;
134
+ opacity: 0.75;
135
+ transition: opacity 0.1s ease;
136
+ pointer-events: auto;
165
137
  }
166
- .dvr-controls .live-info::before {
167
- background-color: #ed4f4a;
138
+ .big-mute-icon-wrapper[data-big-mute].hide {
139
+ display: none;
168
140
  }
169
- .dvr-controls .live-button {
141
+ .big-mute-icon-wrapper[data-big-mute]:hover {
170
142
  cursor: pointer;
171
- outline: none;
172
- border: 0;
173
- color: var(--player-dvr-color);
174
- background-color: transparent;
175
- padding: 0;
176
- opacity: 0.7;
177
- transition: all 0.1s ease;
178
143
  }
179
- .dvr-controls .live-button:hover {
180
- opacity: 1;
181
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
182
- }@charset "UTF-8";
183
- .gplayer-mc-clips {
144
+
145
+ .big-mute-icon[data-big-mute-icon] {
184
146
  display: flex;
185
- gap: 6px;
147
+ align-items: center;
148
+ justify-content: center;
149
+ align-self: center;
150
+ width: 120px;
151
+ height: 120px;
152
+ border: 2px solid white;
153
+ border-radius: 50%;
154
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
155
+ filter: alpha(opacity=60);
156
+ opacity: 1;
157
+ box-shadow: 0 0 1px 0 white;
158
+ background: rgba(240, 243, 247, 0.9411764706);
159
+ z-index: 10000;
186
160
  }
187
- .gplayer-mc-clips .gplayer-mc-clips-text {
188
- text-overflow: ellipsis;
189
- white-space: nowrap;
190
- overflow: hidden;
191
- display: inline-block;
192
- text-overflow: ellipsis;
193
- color: white;
194
- cursor: default;
195
- line-height: var(--bottom-panel);
196
- position: relative;
197
- max-width: 150px;
161
+ .big-mute-icon[data-big-mute-icon] svg {
162
+ margin-left: 5px;
163
+ width: 80px;
164
+ height: 80px;
198
165
  }
199
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
200
- content: "•";
201
- padding-right: 6px;
166
+ .big-mute-icon[data-big-mute-icon] svg path {
167
+ fill: #1f1e1e !important;
202
168
  }
203
- .gplayer-mc-clips .gplayer-mc-clips-text.compact {
204
- max-width: 100px;
169
+ .big-mute-icon[data-big-mute-icon]:hover {
170
+ background: rgba(240, 243, 247, 0.8784313725);
171
+ }
172
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
173
+ fill: #151515 !important;
205
174
  }*, :focus, :visited {
206
175
  outline: none !important;
207
176
  }
@@ -305,1231 +274,1218 @@
305
274
  }
306
275
  .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
307
276
  flex: 1 0 auto;
308
- }.big-mute-icon-wrapper[data-big-mute] {
277
+ }div.player-error-screen, [data-player] div.player-error-screen {
278
+ color: #CCCACA;
309
279
  position: absolute;
310
- z-index: 9998;
311
- background-color: transparent;
312
- display: flex;
313
- justify-content: center;
280
+ top: 0;
281
+ height: 100%;
314
282
  width: 100%;
315
- height: calc(100% - 50px);
316
- margin: 0 auto;
317
- opacity: 0.75;
318
- transition: opacity 0.1s ease;
319
- pointer-events: auto;
320
- }
321
- .big-mute-icon-wrapper[data-big-mute].hide {
322
- display: none;
323
- }
324
- .big-mute-icon-wrapper[data-big-mute]:hover {
325
- cursor: pointer;
326
- }
327
-
328
- .big-mute-icon[data-big-mute-icon] {
283
+ background-color: rgba(0, 0, 0, 0.7);
284
+ z-index: 2000;
329
285
  display: flex;
330
- align-items: center;
286
+ flex-direction: column;
331
287
  justify-content: center;
332
- align-self: center;
333
- width: 120px;
334
- height: 120px;
335
- border: 2px solid white;
336
- border-radius: 50%;
337
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
338
- filter: alpha(opacity=60);
339
- opacity: 1;
340
- box-shadow: 0 0 1px 0 white;
341
- background: rgba(240, 243, 247, 0.9411764706);
342
- z-index: 10000;
343
288
  }
344
- .big-mute-icon[data-big-mute-icon] svg {
345
- margin-left: 5px;
346
- width: 80px;
347
- height: 80px;
289
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
290
+ font-size: 14px;
291
+ color: #CCCACA;
292
+ margin-top: 45px;
348
293
  }
349
- .big-mute-icon[data-big-mute-icon] svg path {
350
- fill: #1f1e1e !important;
294
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
295
+ font-weight: bold;
296
+ line-height: 30px;
297
+ font-size: 18px;
351
298
  }
352
- .big-mute-icon[data-big-mute-icon]:hover {
353
- background: rgba(240, 243, 247, 0.8784313725);
299
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
300
+ width: 90%;
301
+ margin: 0 auto;
354
302
  }
355
- .big-mute-icon[data-big-mute-icon]:hover svg path {
356
- fill: #151515 !important;
357
- }[data-player] {
358
- --bottom-panel: 40px;
303
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
304
+ font-size: 13px;
305
+ margin-top: 15px;
306
+ }
307
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
308
+ cursor: pointer;
309
+ width: 30px;
310
+ margin: 15px auto 0;
311
+ }:root {
312
+ --primary-background-color: #000;
313
+ --secondary-background-color: #262626;
314
+ --primary-text-color: #fff;
315
+ --secondary-text-color: #fff4f2;
316
+ --hover-text-color: #f9b090;
317
+ --speedtest-red: #df564d;
318
+ --speedtest-orange: #df934d;
319
+ --speedtest-yellow: #dfd04d;
320
+ --speedtest-light-green: #c2df4d;
321
+ --speedtest-green: #73df4d;
359
322
  }
360
323
 
361
- .container .media-control-notransition {
362
- transition: none !important;
324
+ .clappr-nerd-stats {
325
+ cursor: default;
363
326
  }
364
- .container .player-poster .play-wrapper {
365
- opacity: 1;
327
+ .clappr-nerd-stats .stats-box {
328
+ position: absolute;
329
+ display: inline-block;
330
+ bottom: 52px;
331
+ right: 0;
332
+ top: 0;
333
+ left: 0;
334
+ bottom: 0;
335
+ padding: 0 10px 12px;
336
+ margin: 0;
337
+ line-height: 20px;
338
+ font-size: 12px;
339
+ font-weight: 500;
340
+ background: var(--primary-background-color);
341
+ color: #fff;
342
+ z-index: 20000;
343
+ overflow: auto;
344
+ max-width: 100%;
366
345
  }
367
- .container.crop-video [data-html5-video] {
368
- object-fit: cover;
346
+ .clappr-nerd-stats .stats-box-top {
347
+ position: absolute;
348
+ top: 0;
349
+ left: 0;
350
+ z-index: 9999;
351
+ width: 100%;
352
+ height: 32px;
353
+ background: var(--primary-background-color);
369
354
  }
370
- .container .player-poster .circle-poster {
371
- top: 50%;
372
- margin-top: -60px;
373
- left: 50%;
374
- margin-left: -60px;
355
+ .clappr-nerd-stats .stats-box-top .close-button {
375
356
  position: absolute;
376
- width: 120px;
377
- height: 120px;
378
- border: 2px solid white;
379
- border-radius: 50%;
380
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
381
- filter: alpha(opacity=60);
382
- opacity: 1;
383
- box-shadow: 0 0 1px 0 white;
357
+ right: 12px;
358
+ top: 10px;
359
+ display: block;
360
+ width: 12px;
361
+ height: 12px;
384
362
  }
385
- .container .player-poster .circle-poster svg {
386
- margin-left: 5px;
387
- width: 80px;
363
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
364
+ fill: var(--primary-text-color);
388
365
  }
389
- .container .spinner-three-bounce[data-spinner] > div {
390
- background-color: #ff5700;
366
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
367
+ fill: var(--hover-text-color);
391
368
  }
392
-
393
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
394
- transform: rotate(270deg);
395
- float: none;
396
- display: block;
397
- position: absolute;
398
- margin: 0;
399
- top: -40px;
400
- padding: 0;
401
- margin-left: -32px;
402
- margin-top: -3px;
403
- width: 80px;
404
- }
405
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
406
- position: absolute;
407
- width: 100%;
408
- height: 100%;
409
- left: -5px;
410
- }
411
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
412
- display: none;
369
+ .clappr-nerd-stats .stats-box-main {
370
+ overflow: hidden;
371
+ margin-top: 44px;
372
+ display: flex;
373
+ flex-wrap: wrap;
413
374
  }
414
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
415
- margin-left: 11px;
416
- top: 7px;
417
- width: 80px;
375
+ .clappr-nerd-stats .stats-box-main ul {
376
+ flex: 0 1 1fr;
377
+ min-width: 200px;
418
378
  }
419
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
420
- margin-left: 11px;
421
- top: 1px;
379
+ .clappr-nerd-stats .stats-box.wide {
380
+ width: 820px;
422
381
  }
423
- .media-control-skin-1.w270 .media-control-dd__popup {
424
- max-width: 114px;
382
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
383
+ list-style-type: none;
425
384
  }
426
-
427
- .media-control-skin-1.w370 .media-control-cc {
428
- width: 28px;
385
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
386
+ padding-left: 2px;
387
+ padding-right: 2px;
388
+ background: var(--primary-background-color);
389
+ gap: 10px;
429
390
  }
430
- .media-control-skin-1.w370 .media-control-cc svg {
431
- height: 17px;
391
+ .clappr-nerd-stats .stats-box ul {
392
+ padding: 5px;
393
+ width: 200px;
394
+ flex: 0 1 50%;
432
395
  }
433
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container {
434
- top: calc(50% - 150px);
435
- left: calc(50% - 125px);
436
- width: 250px;
437
- height: calc(100% - 32px);
438
- max-height: 300px;
439
- transform: none;
396
+ .clappr-nerd-stats .stats-box ul li {
397
+ position: relative;
398
+ padding: 0 5px;
399
+ text-align: left;
440
400
  }
441
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header {
442
- border: none;
401
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
402
+ padding: 0;
443
403
  }
444
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
445
- visibility: hidden;
404
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
405
+ width: 100%;
446
406
  }
447
- .media-control-skin-1.w370 .media-control-quality {
448
- display: block;
407
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
408
+ background: var(--secondary-background-color);
449
409
  }
450
- .media-control-skin-1.w370 .media-control-multicamera .multicamera {
451
- margin-top: 0;
452
- margin-right: 10px;
410
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
411
+ background: var(--secondary-background-color);
453
412
  }
454
- .media-control-skin-1.w370 .media-control-multicamera .multicamera button {
455
- height: 32px;
413
+ .clappr-nerd-stats .stats-box ul li.title {
414
+ text-align: center;
415
+ font-weight: bold;
416
+ padding-bottom: 4px;
417
+ font-size: 14px;
456
418
  }
457
- .media-control-skin-1.w370 .media-control-multicamera .multicamera button svg {
458
- height: 17px;
419
+ .clappr-nerd-stats .stats-box ul li div {
459
420
  margin: 0;
421
+ position: absolute;
422
+ right: 0;
423
+ top: 0;
460
424
  }
461
- .media-control-skin-1.w370 .media-control-layer[data-controls] {
462
- padding-left: 10px;
463
- padding-right: 12px;
464
- }
465
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator {
466
- line-height: 32px;
467
- }
468
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-position], .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-duration] {
469
- font-size: 11px;
470
- line-height: 32px;
471
- }
472
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button {
473
- margin-left: 10px;
474
- height: 32px;
475
- font-size: 12px;
476
- line-height: 32px;
477
- text-shadow: none;
478
- letter-spacing: 0.6px;
479
- }
480
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button::before {
481
- width: 8px;
482
- height: 8px;
483
- margin-right: 4px;
484
- }
485
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info {
486
- margin-left: 10px;
487
- height: 32px;
488
- font-size: 12px;
489
- line-height: 32px;
490
- text-shadow: none;
491
- letter-spacing: 0.6px;
492
- }
493
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info::before {
494
- width: 8px;
495
- height: 8px;
496
- margin-right: 4px;
497
- }
498
- .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button[data-fullscreen] {
499
- height: 33px;
425
+
426
+ .desktop .clappr-nerd-stats .stats-box.narrow {
427
+ width: 250px;
500
428
  }
501
- .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button svg {
502
- height: 17px;
429
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
430
+ width: 100%;
503
431
  }
504
- .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
505
- line-height: 33px;
506
- font-size: 11px;
432
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
433
+ padding: 0 5px;
434
+ height: auto;
507
435
  }
508
- .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
509
- max-width: 50px;
436
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
437
+ width: 100%;
438
+ flex-direction: column;
510
439
  }
511
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] {
512
- height: 32px;
513
- margin-right: 8px;
440
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
441
+ width: 100%;
514
442
  }
515
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
516
- height: 32px;
443
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
444
+ width: 100%;
517
445
  }
518
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
519
- height: 17px;
520
- margin-top: 5px;
446
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
447
+ padding-top: 12px;
448
+ height: 38px;
449
+ text-align: center;
521
450
  }
522
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
523
- display: none;
451
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
452
+ text-align: center;
524
453
  }
525
- .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
526
- width: 0;
527
- height: 12px;
528
- top: 9px;
529
- padding: 0;
454
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
455
+ height: 80px;
530
456
  }
531
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-button,
532
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-item {
533
- height: 32px;
457
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
458
+ bottom: 0;
459
+ left: 0;
534
460
  }
535
- .media-control-skin-1.w370 .media-control-dd__popup {
536
- max-width: 150px;
461
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
462
+ inset: 50% auto auto 50%;
463
+ transform: translate(-50%, -50%);
537
464
  }
538
465
 
539
- :root {
540
- --font-size-media-controls: 14px;
541
- --font-size-media-controls-dropdown: 16px;
542
- --gplayer-mc-font-size-dropdown: 16px;
543
- --player-vod-color: #005aff;
544
- --player-dvr-color: #fff;
545
- --player-live-color: #ff0101;
546
- --player-seekbar-current-color: #ff5700;
547
- --player-seekbar-buffer-color: #fff;
548
- --gplayer-mc-text-color: #fff;
549
- --gplayer-mc-text-dim-color: #fffffe;
550
- --gplayer-mc-popup-border-color: rgb(255 255 255 / 10%);
551
- --gplayer-mc-popup-bg: rgb(74 74 74 / 60%);
466
+ .speed-test-button {
467
+ margin: 10px 0 0;
468
+ color: #000;
552
469
  }
553
470
 
554
- .media-control-skin-1 {
471
+ .speed-test {
555
472
  position: absolute;
473
+ top: 0;
474
+ left: 0;
556
475
  width: 100%;
557
476
  height: 100%;
558
477
  z-index: 9999;
559
- pointer-events: none;
560
- font-family: Roboto, "Open Sans", Arial, sans-serif;
561
- font-size: var(--font-size-media-controls);
562
- }
563
- .media-control-skin-1.dragging {
564
- pointer-events: auto;
565
- cursor: grabbing !important;
566
- cursor: url("closed-hand.cur"), move;
567
- }
568
- .media-control-skin-1.dragging * {
569
- cursor: grabbing !important;
570
- cursor: url("closed-hand.cur"), move;
571
478
  }
572
- .media-control-skin-1 .media-control-icon {
573
- line-height: 0;
574
- letter-spacing: 0;
575
- speak: none;
576
- color: var(--gplayer-mc-text-color);
577
- vertical-align: middle;
578
- text-align: left;
579
- transition: all 0.1s ease;
479
+ .speed-test .speed-test-header {
480
+ width: 100%;
481
+ height: 32px;
580
482
  }
581
- .media-control-skin-1 .media-control-icon:hover {
582
- color: white;
483
+ .speed-test .speed-test-header .close-speed-test {
484
+ float: right;
485
+ margin-right: 5px;
486
+ line-height: 32px;
487
+ cursor: pointer;
488
+ color: var(--primary-text-color);
583
489
  }
584
- .media-control-skin-1.media-control-hide .media-control-background[data-background] {
585
- opacity: 0;
490
+ .speed-test .speed-test-header .close-speed-test:hover {
491
+ color: var(--hover-text-color);
586
492
  }
587
- .media-control-skin-1.media-control-hide .media-control-layer[data-controls] {
588
- bottom: -50px;
493
+
494
+ .settings-button {
495
+ float: right;
496
+ margin: 0 12px 0 0;
497
+ height: 40px;
498
+ width: 24px;
499
+ border: none;
500
+ padding: 0;
589
501
  }
590
- .media-control-skin-1.media-control-hide .media-control-layer[data-controls] .bar-scrubber[data-seekbar] {
591
- opacity: 0;
592
- }
593
- .media-control-skin-1 .media-control-layer[data-controls] {
594
- position: absolute;
595
- bottom: 0;
502
+
503
+ .speedtest-summary {
596
504
  width: 100%;
597
- padding: 0 12px 0 8px;
598
- height: var(--bottom-panel);
599
- vertical-align: middle;
600
- pointer-events: auto;
601
- transition: bottom 0.4s ease-out;
602
- display: flex;
505
+ border-top: 1px solid var(--secondary-background-color) !important;
506
+ border-bottom: 1px solid var(--secondary-background-color) !important;
507
+ display: flex !important;
508
+ flex-direction: column;
509
+ align-items: stretch;
603
510
  justify-content: space-between;
604
511
  }
605
- .media-control-skin-1 .media-control-left-panel {
606
- display: flex;
607
- align-items: center;
608
- gap: 0.5rem;
609
- justify-content: flex-start;
610
- }
611
- .media-control-skin-1 .media-control-button,
612
- .media-control-skin-1 .media-control-indicator,
613
- .media-control-skin-1 .media-control-item {
614
- order: 50;
512
+ .speedtest-summary .speedtest-summary-header {
513
+ width: 100%;
514
+ padding-top: 4px;
515
+ text-align: left;
516
+ height: 32px;
517
+ font-size: 14px;
518
+ font-weight: 500;
519
+ line-height: 20px;
615
520
  }
616
- .media-control-skin-1 .media-control-item {
521
+ .speedtest-summary .speedtest-summary-block {
522
+ position: relative;
617
523
  display: flex;
618
- align-items: center;
619
- }
620
- .media-control-skin-1 [data-playpause],
621
- .media-control-skin-1 [data-playstop] {
622
- order: 1;
623
- }
624
- .media-control-skin-1 [data-volume] {
625
- order: 2;
626
- }
627
- .media-control-skin-1 [data-position] {
628
- order: 3;
629
- }
630
- .media-control-skin-1 [data-duration] {
631
- order: 3;
632
- }
633
- .media-control-skin-1 .media-control-center-panel {
634
- height: 100%;
635
- text-align: center;
636
- line-height: var(--bottom-panel);
524
+ flex-direction: row;
525
+ width: 100%;
637
526
  }
638
- .media-control-skin-1 .media-control-right-panel {
639
- display: flex;
640
- align-items: center;
641
- gap: 1rem;
642
- justify-content: flex-end;
527
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
528
+ width: 50%;
529
+ margin-top: 4px;
530
+ margin-bottom: 12px;
643
531
  }
644
- @media (max-width: 420px) {
645
- .media-control-skin-1 .media-control-right-panel {
646
- gap: 0.5rem;
647
- }
532
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
533
+ padding: 2px;
534
+ width: 248px;
535
+ max-width: 100%;
648
536
  }
649
- .media-control-skin-1 button.media-control-button {
650
- background-color: transparent;
651
- border: 0;
652
- padding: 0;
653
- cursor: pointer;
654
- display: inline-block;
655
- height: 20px;
656
- width: 24px;
537
+
538
+ .speedtest-quality {
539
+ width: 100%;
540
+ height: 36px;
541
+ display: flex !important;
542
+ flex-direction: column !important;
543
+ justify-content: space-between !important;
657
544
  }
658
- .media-control-skin-1 button.media-control-button svg {
545
+ .speedtest-quality .speedtest-quality-header {
546
+ font-size: 12px;
659
547
  height: 20px;
548
+ border-left: 2px solid var(--secondary-background-color) !important;
549
+ background-color: var(--secondary-background-color);
550
+ text-align: left;
660
551
  }
661
- .media-control-skin-1 button.media-control-button svg path {
662
- fill: white;
552
+ .speedtest-quality-content {
553
+ width: 100%;
554
+ margin-top: 8px;
555
+ height: 8px;
556
+ display: flex !important;
557
+ flex-direction: row !important;
558
+ align-items: stretch !important;
559
+ justify-content: space-between;
663
560
  }
664
- .media-control-skin-1 button.media-control-button:focus {
665
- outline: none;
561
+ .speedtest-quality-content-item {
562
+ width: 18.8%;
563
+ background-color: #fff;
666
564
  }
667
- .media-control-skin-1 button.media-control-button[data-play] {
668
- float: left;
669
- height: 100%;
565
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
566
+ background-color: var(--speedtest-red);
670
567
  }
671
- .media-control-skin-1 button.media-control-button[data-pause] {
672
- float: left;
673
- height: 100%;
568
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
569
+ background-color: var(--speedtest-orange);
674
570
  }
675
- .media-control-skin-1 button.media-control-button[data-stop] {
676
- float: left;
677
- height: 100%;
571
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
572
+ background-color: var(--speedtest-yellow);
678
573
  }
679
- .media-control-skin-1 button.media-control-button[data-fullscreen] {
680
- order: 100;
681
- background-color: transparent;
682
- border: 0;
683
- height: 40px;
574
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
575
+ background-color: var(--speedtest-light-green);
684
576
  }
685
- .media-control-skin-1 button.media-control-button[data-hd-indicator] {
686
- background-color: transparent;
687
- border: 0;
688
- cursor: default;
689
- display: none !important;
690
- float: right;
691
- height: 100%;
577
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
578
+ background-color: var(--speedtest-green);
692
579
  }
693
- .media-control-skin-1 .media-control-indicator[data-position], .media-control-skin-1 .media-control-indicator[data-duration] {
694
- display: flex;
695
- color: white;
696
- cursor: default;
697
- line-height: var(--bottom-panel);
580
+
581
+ .speedtest-footer {
698
582
  position: relative;
583
+ float: left;
584
+ width: 100%;
585
+ height: 30px;
586
+ line-height: 16px;
699
587
  }
700
- .media-control-skin-1 .media-control-indicator[data-position] {
701
- margin: 1px 0 0 7px;
702
- }
703
- .media-control-skin-1 .media-control-indicator[data-duration] {
704
- color: rgb(255, 255, 255);
705
- opacity: 0.5;
706
- margin-top: 1px;
707
- margin-right: 6px;
708
- }
709
- .media-control-skin-1 .media-control-indicator[data-duration]::before {
710
- content: "|";
711
- margin-right: 7px;
712
- }
713
- .media-control-skin-1 .bar-container[data-seekbar] {
588
+ .speedtest-footer-about-link {
714
589
  position: absolute;
715
- top: -11px;
590
+ bottom: 0;
716
591
  left: 0;
717
- display: inline-block;
718
- vertical-align: middle;
719
- width: 100%;
720
- height: 20px;
721
- cursor: pointer;
592
+ color: var(--secondary-text-color);
593
+ text-decoration: underline !important;
722
594
  }
723
- .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] {
724
- width: 100%;
725
- height: 3px;
726
- position: relative;
727
- top: 8px;
728
- background-color: #666;
595
+ .speedtest-footer-about-link:hover {
596
+ color: var(--hover-text-color);
729
597
  }
730
- .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-1[data-seekbar] {
598
+ .speedtest-footer .speedtest-footer-refresh {
731
599
  position: absolute;
732
- top: 0;
733
- left: 0;
734
- width: 0;
735
- height: 100%;
736
- background-color: var(--player-seekbar-buffer-color);
737
- transition: all 0.1s ease-out;
600
+ bottom: 0;
601
+ right: 0;
602
+ color: var(--secondary-text-color);
603
+ font-size: 14px;
604
+ font-weight: 400;
605
+ line-height: 16px;
606
+ height: 16px;
607
+ display: flex;
608
+ align-items: center;
609
+ gap: 4px;
738
610
  }
739
- .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
740
- position: absolute;
741
- top: 0;
742
- left: 0;
743
- width: 0;
744
- height: 100%;
745
- background-color: var(--player-seekbar-current-color);
746
- transition: all 0.1s ease-out;
611
+ .speedtest-footer .speedtest-footer-refresh svg path {
612
+ fill: var(--secondary-text-color);
747
613
  }
748
- .media-control-skin-1 .bar-container[data-seekbar].seek-disabled {
749
- cursor: default;
750
- display: none;
614
+ .speedtest-footer .speedtest-footer-refresh:hover {
615
+ color: var(--hover-text-color);
751
616
  }
752
- .media-control-skin-1 .bar-container[data-seekbar].seek-disabled + .bar-scrubber[data-seekbar] {
753
- cursor: default;
754
- display: none;
617
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
618
+ fill: var(--hover-text-color);
755
619
  }
756
- .media-control-skin-1 .bar-scrubber[data-seekbar] {
757
- position: absolute;
758
- transform: translateX(-50%);
759
- top: -11.5px;
760
- left: 0;
761
- width: 20px;
762
- height: 20px;
763
- opacity: 1;
764
- transition: all 0.1s ease-out;
620
+
621
+ .mobile .clappr-nerd-stats .stats-box {
622
+ position: fixed;
623
+ height: auto;
624
+ width: auto;
625
+ inset: 0;
626
+ min-width: 100vw;
627
+ padding-bottom: 4px;
628
+ padding-left: 4px;
629
+ padding-right: 4px;
765
630
  }
766
- .media-control-skin-1 .bar-scrubber[data-seekbar] .bar-scrubber-icon[data-seekbar] {
767
- position: absolute;
768
- left: 4.5px;
769
- top: 4.5px;
770
- width: 11px;
771
- height: 11px;
772
- border-radius: 50%;
773
- background-color: white;
631
+ .mobile .clappr-nerd-stats .stats-box-top {
632
+ position: fixed;
774
633
  }
775
- .media-control-skin-1 .drawer-container[data-volume] {
776
- display: flex;
777
- justify-content: flex-start;
778
- height: var(--bottom-panel);
779
- cursor: pointer;
780
- box-sizing: border-box;
634
+ .mobile .clappr-nerd-stats .stats-box-main ul {
635
+ flex: 0 1 50%;
781
636
  }
782
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] {
783
- bottom: 0;
637
+
638
+ @media only screen and (orientation: portrait) {
639
+ .mobile .speedtest-summary {
640
+ padding: 0 5px;
641
+ height: auto;
642
+ }
643
+ .mobile .speedtest-summary-block {
644
+ width: 100%;
645
+ flex-direction: column;
646
+ }
647
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
648
+ width: 100%;
649
+ }
650
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
651
+ width: 100%;
652
+ }
653
+ .mobile .speedtest-summary-header {
654
+ padding-top: 12px;
655
+ height: 38px;
656
+ text-align: center;
657
+ }
658
+ .mobile .speedtest-quality-header {
659
+ text-align: center;
660
+ }
661
+ .mobile .speedtest-footer .speedtest-footer-refresh {
662
+ inset: 50% auto auto 50%;
663
+ transform: translate(-50%, -50%);
664
+ }
784
665
  }
785
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
786
- background-color: transparent;
787
- border: 0;
788
- box-sizing: content-box;
789
- height: var(--bottom-panel);
790
- width: 20px;
666
+ @media only screen and (orientation: landscape) {
667
+ .mobile .clappr-nerd-stats .stats-box-main ul {
668
+ flex-basis: 1fr;
669
+ }
791
670
  }
792
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
793
- height: 20px;
671
+ @media only screen and (min-width: 1100px) {
672
+ .fullscreen .clappr-nerd-stats .stats-box {
673
+ top: unset;
674
+ }
675
+ }@charset "UTF-8";
676
+ .gplayer-mc-clips {
677
+ display: flex;
678
+ gap: 6px;
679
+ }
680
+ .gplayer-mc-clips .gplayer-mc-clips-text {
681
+ text-overflow: ellipsis;
682
+ white-space: nowrap;
683
+ overflow: hidden;
684
+ display: inline-block;
685
+ text-overflow: ellipsis;
686
+ color: white;
687
+ cursor: default;
688
+ line-height: var(--bottom-panel);
794
689
  position: relative;
795
- top: 3px;
796
- margin-top: 7px;
690
+ max-width: 150px;
797
691
  }
798
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg path {
799
- fill: white;
692
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
693
+ content: "•";
694
+ padding-right: 6px;
800
695
  }
801
- .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume].muted svg {
802
- margin-left: 2px;
696
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
697
+ max-width: 100px;
698
+ }.seek-time {
699
+ position: absolute;
700
+ white-space: nowrap;
701
+ height: 20px;
702
+ line-height: 20px;
703
+ font-size: 0;
704
+ left: -100%;
705
+ bottom: 55px;
706
+ background-color: rgba(2, 2, 2, 0.5);
707
+ z-index: 9999;
708
+ transition: opacity 0.1s ease;
803
709
  }
804
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] {
805
- position: relative;
806
- margin-left: 10px;
807
- top: 8px;
710
+ .seek-time.hidden {
711
+ opacity: 0;
712
+ }
713
+ .seek-time .seek-time__pos {
714
+ display: inline-block;
715
+ color: white;
716
+ font-size: 10px;
717
+ padding-left: 7px;
718
+ padding-right: 7px;
719
+ vertical-align: top;
720
+ }
721
+ .seek-time .seek-time__duration {
722
+ display: inline-block;
723
+ color: rgba(255, 255, 255, 0.5);
724
+ font-size: 10px;
725
+ padding-right: 7px;
726
+ vertical-align: top;
727
+ }
728
+ .seek-time .seek-time__duration::before {
729
+ content: "|";
730
+ margin-right: 7px;
731
+ }.quality-levels li.disabled {
732
+ opacity: 0.5;
733
+ pointer-events: none;
734
+ }
735
+ .quality-levels li.current {
736
+ background-color: #000;
737
+ }[data-player] {
738
+ --bottom-panel: 40px;
739
+ }
740
+
741
+ .container .media-control-notransition {
742
+ transition: none !important;
743
+ }
744
+ .container .player-poster .play-wrapper {
745
+ opacity: 1;
746
+ }
747
+ .container.crop-video [data-html5-video] {
748
+ object-fit: cover;
749
+ }
750
+ .container .player-poster .circle-poster {
751
+ top: 50%;
752
+ margin-top: -60px;
753
+ left: 50%;
754
+ margin-left: -60px;
755
+ position: absolute;
756
+ width: 120px;
757
+ height: 120px;
758
+ border: 2px solid white;
759
+ border-radius: 50%;
760
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
761
+ filter: alpha(opacity=60);
762
+ opacity: 1;
763
+ box-shadow: 0 0 1px 0 white;
764
+ }
765
+ .container .player-poster .circle-poster svg {
766
+ margin-left: 5px;
808
767
  width: 80px;
809
- height: 23px;
810
- padding: 3px 0;
811
- transition: width 0.2s ease-out;
812
768
  }
813
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] {
814
- height: 3px;
815
- border-radius: 100px;
816
- position: relative;
817
- top: 7px;
818
- background-color: #666;
769
+ .container .spinner-three-bounce[data-spinner] > div {
770
+ background-color: #ff5700;
819
771
  }
820
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-1[data-volume] {
772
+
773
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
774
+ transform: rotate(270deg);
775
+ float: none;
776
+ display: block;
821
777
  position: absolute;
822
- top: 0;
823
- left: 0;
824
- width: 0;
825
- height: 100%;
826
- border-radius: 100px;
827
- background-color: white;
828
- transition: all 0.1s ease-out;
778
+ margin: 0;
779
+ top: -40px;
780
+ padding: 0;
781
+ margin-left: -32px;
782
+ margin-top: -3px;
783
+ width: 80px;
829
784
  }
830
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-2[data-volume] {
785
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
831
786
  position: absolute;
832
- top: 0;
833
- left: 0;
834
- width: 0;
787
+ width: 100%;
835
788
  height: 100%;
836
- background-color: var(--player-vod-color);
837
- transition: all 0.1s ease-out;
789
+ left: -5px;
838
790
  }
839
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
840
- position: absolute;
841
- transform: translateX(-50%);
842
- top: 3px;
843
- margin-left: 3px;
844
- width: 16px;
845
- height: 16px;
846
- opacity: 1;
847
- transition: all 0.1s ease-out;
791
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
792
+ display: none;
848
793
  }
849
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
850
- position: absolute;
851
- left: 3px;
852
- top: 5px;
853
- width: 7px;
854
- height: 7px;
855
- border-radius: 50%;
856
- background-color: white;
794
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
795
+ margin-left: 11px;
796
+ top: 7px;
797
+ width: 80px;
857
798
  }
858
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
859
- float: left;
860
- width: 4px;
861
- padding-left: 2px;
862
- height: 12px;
863
- opacity: 0.5;
864
- box-shadow: inset 2px 0 0 white;
865
- transition: transform 0.2s ease-out;
799
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
800
+ margin-left: 11px;
801
+ top: 1px;
866
802
  }
867
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
868
- box-shadow: inset 2px 0 0 #fff;
869
- opacity: 1;
803
+ .media-control-skin-1.w270 .media-control-dd__popup {
804
+ max-width: 114px;
870
805
  }
871
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
872
- padding-left: 0;
806
+
807
+ .media-control-skin-1.w370 .media-control-cc {
808
+ width: 28px;
873
809
  }
874
- .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
875
- transform: scaleY(1.5);
810
+ .media-control-skin-1.w370 .media-control-cc svg {
811
+ height: 17px;
876
812
  }
877
- .media-control-skin-1 .seek-time {
878
- height: 26px;
879
- line-height: 26px;
880
- bottom: 52px;
881
- border-radius: 3px;
882
- background-color: rgba(74, 74, 74, 0.7);
813
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container {
814
+ top: calc(50% - 150px);
815
+ left: calc(50% - 125px);
816
+ width: 250px;
817
+ height: calc(100% - 32px);
818
+ max-height: 300px;
819
+ transform: none;
883
820
  }
884
- .media-control-skin-1 .seek-time span {
885
- letter-spacing: 0.8px;
886
- font-size: 14px;
887
- font-family: Roboto, "Open Sans", Arial, sans-serif;
821
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header {
822
+ border: none;
888
823
  }
889
- .media-control-skin-1 .seek-time .seek-time__pos {
890
- padding-left: 8px;
891
- padding-right: 8px;
824
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
825
+ visibility: hidden;
892
826
  }
893
- .media-control-skin-1 .media-control-dd {
894
- display: flex;
827
+ .media-control-skin-1.w370 .media-control-quality {
828
+ display: block;
829
+ }
830
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera {
831
+ margin-top: 0;
832
+ margin-right: 10px;
833
+ }
834
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera button {
895
835
  height: 32px;
836
+ }
837
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera button svg {
838
+ height: 17px;
839
+ margin: 0;
840
+ }
841
+ .media-control-skin-1.w370 .media-control-layer[data-controls] {
842
+ padding-left: 10px;
843
+ padding-right: 12px;
844
+ }
845
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator {
896
846
  line-height: 32px;
897
- align-items: baseline;
898
- gap: 4px;
899
- vertical-align: baseline;
900
- padding: 0;
901
- background-color: transparent;
902
- color: var(--gplayer-mc-text-color);
903
- -webkit-font-smoothing: antialiased;
904
- border: none;
905
- cursor: pointer;
906
847
  }
907
- .media-control-skin-1 .media-control-dd__text {
908
- text-overflow: ellipsis;
909
- overflow: hidden;
910
- white-space: nowrap;
911
- max-width: 100px;
848
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-position], .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-duration] {
849
+ font-size: 11px;
850
+ line-height: 32px;
912
851
  }
913
- .media-control-skin-1 .media-control-dd.changing {
914
- animation: pulse 0.5s infinite alternate;
852
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button {
853
+ margin-left: 10px;
854
+ height: 32px;
855
+ font-size: 12px;
856
+ line-height: 32px;
857
+ text-shadow: none;
858
+ letter-spacing: 0.6px;
915
859
  }
916
- .media-control-skin-1 .media-control-dd svg {
917
- fill: var(--gplayer-mc-text-color);
860
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button::before {
861
+ width: 8px;
862
+ height: 8px;
863
+ margin-right: 4px;
918
864
  }
919
- .media-control-skin-1 .media-control-dd__arrow {
920
- width: 9px;
921
- height: 6px;
865
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info {
866
+ margin-left: 10px;
867
+ height: 32px;
868
+ font-size: 12px;
869
+ line-height: 32px;
870
+ text-shadow: none;
871
+ letter-spacing: 0.6px;
922
872
  }
923
- .media-control-skin-1 .media-control-dd__wrap {
924
- position: relative;
873
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info::before {
874
+ width: 8px;
875
+ height: 8px;
876
+ margin-right: 4px;
925
877
  }
926
- .media-control-skin-1 .media-control-dd__popup {
927
- max-width: 200px;
928
- list-style-type: none;
929
- position: absolute;
930
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
931
- border: none;
932
- min-width: 60px;
933
- border-radius: 4px;
934
- bottom: 40px;
935
- right: -2px;
936
- overflow-x: hidden;
937
- overflow-y: auto;
938
- padding: 5px 0;
878
+ .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button[data-fullscreen] {
879
+ height: 33px;
939
880
  }
940
- .media-control-skin-1 .media-control-dd__popup li {
941
- font-size: var(--gplayer-mc-font-size-dropdown);
942
- text-align: right;
943
- height: 30px;
881
+ .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button svg {
882
+ height: 17px;
944
883
  }
945
- .media-control-skin-1 .media-control-dd__popup li a {
946
- display: block;
947
- text-decoration: none;
948
- text-overflow: ellipsis;
949
- overflow: hidden;
950
- white-space: nowrap;
951
- padding: 5px 10px;
952
- line-height: 20px;
953
- color: #fffffe;
884
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
885
+ line-height: 33px;
886
+ font-size: 11px;
954
887
  }
955
- .media-control-skin-1 .media-control-dd__popup li a:hover {
956
- text-decoration: none;
957
- background-color: rgba(0, 0, 0, 0.4);
958
- color: var(--gplayer-mc-text-color);
888
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
889
+ max-width: 50px;
959
890
  }
960
- .media-control-skin-1 .media-control-dd__popup li.current a {
961
- color: #f00;
891
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] {
892
+ height: 32px;
893
+ margin-right: 8px;
962
894
  }
963
- .media-control-skin-1 .media-control-dd__popup li:first-child a {
964
- border-bottom-left-radius: 4px;
965
- border-bottom-right-radius: 4px;
895
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
896
+ height: 32px;
966
897
  }
967
- .media-control-skin-1 .media-control-dd__popup li:last-child a {
968
- border-top-left-radius: 4px;
969
- border-top-right-radius: 4px;
898
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
899
+ height: 17px;
900
+ margin-top: 5px;
901
+ }
902
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
903
+ display: none;
904
+ }
905
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
906
+ width: 0;
907
+ height: 12px;
908
+ top: 9px;
909
+ padding: 0;
910
+ }
911
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-button,
912
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-item {
913
+ height: 32px;
914
+ }
915
+ .media-control-skin-1.w370 .media-control-dd__popup {
916
+ max-width: 150px;
970
917
  }
971
918
 
972
- @keyframes pulse {
973
- 0% {
974
- color: #fff;
975
- }
976
- 50% {
977
- color: #ff0101;
978
- }
979
- 100% {
980
- color: #B80000;
981
- }
982
- }div.player-error-screen, [data-player] div.player-error-screen {
983
- color: #CCCACA;
919
+ :root {
920
+ --font-size-media-controls: 14px;
921
+ --font-size-media-controls-dropdown: 16px;
922
+ --gplayer-mc-font-size-dropdown: 16px;
923
+ --player-vod-color: #005aff;
924
+ --player-dvr-color: #fff;
925
+ --player-live-color: #ff0101;
926
+ --player-seekbar-current-color: #ff5700;
927
+ --player-seekbar-buffer-color: #fff;
928
+ --gplayer-mc-text-color: #fff;
929
+ --gplayer-mc-text-dim-color: #fffffe;
930
+ --gplayer-mc-popup-border-color: rgb(255 255 255 / 10%);
931
+ --gplayer-mc-popup-bg: rgb(74 74 74 / 60%);
932
+ }
933
+
934
+ .media-control-skin-1 {
984
935
  position: absolute;
985
- top: 0;
936
+ width: 100%;
986
937
  height: 100%;
938
+ z-index: 9999;
939
+ pointer-events: none;
940
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
941
+ font-size: var(--font-size-media-controls);
942
+ }
943
+ .media-control-skin-1.dragging {
944
+ pointer-events: auto;
945
+ cursor: grabbing !important;
946
+ cursor: url("closed-hand.cur"), move;
947
+ }
948
+ .media-control-skin-1.dragging * {
949
+ cursor: grabbing !important;
950
+ cursor: url("closed-hand.cur"), move;
951
+ }
952
+ .media-control-skin-1 .media-control-icon {
953
+ line-height: 0;
954
+ letter-spacing: 0;
955
+ speak: none;
956
+ color: var(--gplayer-mc-text-color);
957
+ vertical-align: middle;
958
+ text-align: left;
959
+ transition: all 0.1s ease;
960
+ }
961
+ .media-control-skin-1 .media-control-icon:hover {
962
+ color: white;
963
+ }
964
+ .media-control-skin-1.media-control-hide .media-control-background[data-background] {
965
+ opacity: 0;
966
+ }
967
+ .media-control-skin-1.media-control-hide .media-control-layer[data-controls] {
968
+ bottom: -50px;
969
+ }
970
+ .media-control-skin-1.media-control-hide .media-control-layer[data-controls] .bar-scrubber[data-seekbar] {
971
+ opacity: 0;
972
+ }
973
+ .media-control-skin-1 .media-control-layer[data-controls] {
974
+ position: absolute;
975
+ bottom: 0;
987
976
  width: 100%;
988
- background-color: rgba(0, 0, 0, 0.7);
989
- z-index: 2000;
977
+ padding: 0 12px 0 8px;
978
+ height: var(--bottom-panel);
979
+ vertical-align: middle;
980
+ pointer-events: auto;
981
+ transition: bottom 0.4s ease-out;
990
982
  display: flex;
991
- flex-direction: column;
992
- justify-content: center;
983
+ justify-content: space-between;
993
984
  }
994
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
995
- font-size: 14px;
996
- color: #CCCACA;
997
- margin-top: 45px;
985
+ .media-control-skin-1 .media-control-left-panel {
986
+ display: flex;
987
+ align-items: center;
988
+ gap: 0.5rem;
989
+ justify-content: flex-start;
990
+ }
991
+ .media-control-skin-1 .media-control-button,
992
+ .media-control-skin-1 .media-control-indicator,
993
+ .media-control-skin-1 .media-control-item {
994
+ order: 50;
995
+ }
996
+ .media-control-skin-1 .media-control-item {
997
+ display: flex;
998
+ align-items: center;
999
+ }
1000
+ .media-control-skin-1 [data-playpause],
1001
+ .media-control-skin-1 [data-playstop] {
1002
+ order: 1;
998
1003
  }
999
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1000
- font-weight: bold;
1001
- line-height: 30px;
1002
- font-size: 18px;
1004
+ .media-control-skin-1 [data-volume] {
1005
+ order: 2;
1003
1006
  }
1004
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1005
- width: 90%;
1006
- margin: 0 auto;
1007
+ .media-control-skin-1 [data-position] {
1008
+ order: 3;
1007
1009
  }
1008
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1009
- font-size: 13px;
1010
- margin-top: 15px;
1010
+ .media-control-skin-1 [data-duration] {
1011
+ order: 3;
1011
1012
  }
1012
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1013
- cursor: pointer;
1014
- width: 30px;
1015
- margin: 15px auto 0;
1016
- }.context-menu {
1017
- z-index: 999;
1018
- position: absolute;
1019
- top: 0;
1020
- left: 0;
1013
+ .media-control-skin-1 .media-control-center-panel {
1014
+ height: 100%;
1021
1015
  text-align: center;
1016
+ line-height: var(--bottom-panel);
1022
1017
  }
1023
- .context-menu .context-menu-list {
1024
- font-family: "Proxima Nova", sans-serif;
1025
- font-size: 12px;
1026
- line-height: 12px;
1027
- list-style-type: none;
1028
- text-align: left;
1029
- padding: 5px;
1030
- margin-left: auto;
1031
- margin-right: auto;
1032
- background-color: rgba(0, 0, 0, 0.75);
1033
- border: 1px solid #666;
1034
- border-radius: 4px;
1035
- }
1036
- .context-menu .context-menu-list-item button {
1037
- border: none;
1038
- background-color: transparent;
1039
- padding: 0;
1040
- color: white;
1018
+ .media-control-skin-1 .media-control-right-panel {
1041
1019
  display: flex;
1042
- gap: 8px;
1043
1020
  align-items: center;
1044
- justify-content: center;
1045
- cursor: pointer;
1046
- padding: 5px;
1047
- width: 100%;
1048
- }
1049
- .context-menu .context-menu-list-item_icon {
1050
- width: 20px;
1051
- height: 20px;
1052
- }.share_plugin[data-share] {
1053
- pointer-events: auto;
1054
- z-index: 5;
1055
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1056
- }
1057
- .share_plugin[data-share].share-hide .share-button-container {
1058
- right: -50px;
1021
+ gap: 1rem;
1022
+ justify-content: flex-end;
1059
1023
  }
1060
- .share_plugin[data-share] .share-button-container {
1061
- cursor: pointer;
1062
- width: 36px;
1063
- height: 36px;
1064
- background-color: rgba(74, 74, 74, 0.6);
1065
- border-radius: 4px;
1066
- position: absolute;
1067
- right: 10px;
1068
- top: 10px;
1069
- padding-top: 6px;
1070
- transition: all 0.3s ease-out;
1024
+ @media (max-width: 420px) {
1025
+ .media-control-skin-1 .media-control-right-panel {
1026
+ gap: 0.5rem;
1027
+ }
1071
1028
  }
1072
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1029
+ .media-control-skin-1 button.media-control-button {
1073
1030
  background-color: transparent;
1074
1031
  border: 0;
1075
- margin: 0 6px;
1076
1032
  padding: 0;
1077
1033
  cursor: pointer;
1078
1034
  display: inline-block;
1079
- width: 19px;
1080
1035
  height: 20px;
1081
- }
1082
- .share_plugin[data-share] .share-container {
1083
- pointer-events: auto;
1084
- position: absolute;
1085
- width: 280px;
1086
- background-color: white;
1087
- transform: translate(0, 50%);
1088
- transform: translate(-50%, -50%);
1089
- left: 50%;
1090
- /* margin-left: -140px; */
1091
- top: calc(50% - 20px);
1092
- /* margin-top: -170px; */
1093
- }
1094
- .share_plugin[data-share] .share-container .share-container-header {
1095
- text-align: left;
1096
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1097
- }
1098
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1099
- display: inline-block;
1100
- font-size: 16px;
1101
- margin: 5px;
1102
- }
1103
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1104
- display: inline-block;
1105
1036
  width: 24px;
1106
- float: right;
1107
- margin: 5px;
1108
- cursor: pointer;
1109
- }
1110
- .share_plugin[data-share] .share-container .share-container-main {
1111
- margin-bottom: 8px;
1112
- }
1113
- .share_plugin[data-share] .share-container .share-container-main > div {
1114
- text-align: left;
1115
- font-size: 14px;
1116
- padding: 5px;
1117
- }
1118
- .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 {
1119
- overflow: hidden;
1120
- text-overflow: ellipsis;
1121
- color: #818181;
1122
- border: solid 1px #d3d3d3;
1123
- width: calc(100% - 10px);
1124
- padding: 5px;
1125
1037
  }
1126
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1127
- max-height: 90px;
1128
- resize: none;
1038
+ .media-control-skin-1 button.media-control-button svg {
1039
+ height: 20px;
1129
1040
  }
1130
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1131
- width: 32px;
1132
- display: inline-block;
1133
- margin-right: 5px;
1134
- cursor: pointer;
1135
- }:root {
1136
- --primary-background-color: #000;
1137
- --secondary-background-color: #262626;
1138
- --primary-text-color: #fff;
1139
- --secondary-text-color: #fff4f2;
1140
- --hover-text-color: #f9b090;
1141
- --speedtest-red: #df564d;
1142
- --speedtest-orange: #df934d;
1143
- --speedtest-yellow: #dfd04d;
1144
- --speedtest-light-green: #c2df4d;
1145
- --speedtest-green: #73df4d;
1041
+ .media-control-skin-1 button.media-control-button svg path {
1042
+ fill: white;
1146
1043
  }
1147
-
1148
- .clappr-nerd-stats {
1149
- cursor: default;
1044
+ .media-control-skin-1 button.media-control-button:focus {
1045
+ outline: none;
1150
1046
  }
1151
- .clappr-nerd-stats .stats-box {
1152
- position: absolute;
1153
- display: inline-block;
1154
- bottom: 52px;
1155
- right: 0;
1156
- top: 0;
1157
- left: 0;
1158
- bottom: 0;
1159
- padding: 0 10px 12px;
1160
- margin: 0;
1161
- line-height: 20px;
1162
- font-size: 12px;
1163
- font-weight: 500;
1164
- background: var(--primary-background-color);
1165
- color: #fff;
1166
- z-index: 20000;
1167
- overflow: auto;
1168
- max-width: 100%;
1047
+ .media-control-skin-1 button.media-control-button[data-play] {
1048
+ float: left;
1049
+ height: 100%;
1169
1050
  }
1170
- .clappr-nerd-stats .stats-box-top {
1171
- position: absolute;
1172
- top: 0;
1173
- left: 0;
1174
- z-index: 9999;
1175
- width: 100%;
1176
- height: 32px;
1177
- background: var(--primary-background-color);
1051
+ .media-control-skin-1 button.media-control-button[data-pause] {
1052
+ float: left;
1053
+ height: 100%;
1178
1054
  }
1179
- .clappr-nerd-stats .stats-box-top .close-button {
1180
- position: absolute;
1181
- right: 12px;
1182
- top: 10px;
1183
- display: block;
1184
- width: 12px;
1185
- height: 12px;
1055
+ .media-control-skin-1 button.media-control-button[data-stop] {
1056
+ float: left;
1057
+ height: 100%;
1186
1058
  }
1187
- .clappr-nerd-stats .stats-box-top .close-button svg path {
1188
- fill: var(--primary-text-color);
1059
+ .media-control-skin-1 button.media-control-button[data-fullscreen] {
1060
+ order: 100;
1061
+ background-color: transparent;
1062
+ border: 0;
1063
+ height: 40px;
1189
1064
  }
1190
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
1191
- fill: var(--hover-text-color);
1065
+ .media-control-skin-1 button.media-control-button[data-hd-indicator] {
1066
+ background-color: transparent;
1067
+ border: 0;
1068
+ cursor: default;
1069
+ display: none !important;
1070
+ float: right;
1071
+ height: 100%;
1192
1072
  }
1193
- .clappr-nerd-stats .stats-box-main {
1194
- overflow: hidden;
1195
- margin-top: 44px;
1073
+ .media-control-skin-1 .media-control-indicator[data-position], .media-control-skin-1 .media-control-indicator[data-duration] {
1196
1074
  display: flex;
1197
- flex-wrap: wrap;
1198
- }
1199
- .clappr-nerd-stats .stats-box-main ul {
1200
- flex: 0 1 1fr;
1201
- min-width: 200px;
1202
- }
1203
- .clappr-nerd-stats .stats-box.wide {
1204
- width: 820px;
1205
- }
1206
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
1207
- list-style-type: none;
1208
- }
1209
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
1210
- padding-left: 2px;
1211
- padding-right: 2px;
1212
- background: var(--primary-background-color);
1213
- gap: 10px;
1075
+ color: white;
1076
+ cursor: default;
1077
+ line-height: var(--bottom-panel);
1078
+ position: relative;
1214
1079
  }
1215
- .clappr-nerd-stats .stats-box ul {
1216
- padding: 5px;
1217
- width: 200px;
1218
- flex: 0 1 50%;
1080
+ .media-control-skin-1 .media-control-indicator[data-position] {
1081
+ margin: 1px 0 0 7px;
1219
1082
  }
1220
- .clappr-nerd-stats .stats-box ul li {
1221
- position: relative;
1222
- padding: 0 5px;
1223
- text-align: left;
1083
+ .media-control-skin-1 .media-control-indicator[data-duration] {
1084
+ color: rgb(255, 255, 255);
1085
+ opacity: 0.5;
1086
+ margin-top: 1px;
1087
+ margin-right: 6px;
1224
1088
  }
1225
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
1226
- padding: 0;
1089
+ .media-control-skin-1 .media-control-indicator[data-duration]::before {
1090
+ content: "|";
1091
+ margin-right: 7px;
1227
1092
  }
1228
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
1093
+ .media-control-skin-1 .bar-container[data-seekbar] {
1094
+ position: absolute;
1095
+ top: -11px;
1096
+ left: 0;
1097
+ display: inline-block;
1098
+ vertical-align: middle;
1229
1099
  width: 100%;
1100
+ height: 20px;
1101
+ cursor: pointer;
1230
1102
  }
1231
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
1232
- background: var(--secondary-background-color);
1233
- }
1234
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
1235
- background: var(--secondary-background-color);
1103
+ .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] {
1104
+ width: 100%;
1105
+ height: 3px;
1106
+ position: relative;
1107
+ top: 8px;
1108
+ background-color: #666;
1236
1109
  }
1237
- .clappr-nerd-stats .stats-box ul li.title {
1238
- text-align: center;
1239
- font-weight: bold;
1240
- padding-bottom: 4px;
1241
- font-size: 14px;
1110
+ .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-1[data-seekbar] {
1111
+ position: absolute;
1112
+ top: 0;
1113
+ left: 0;
1114
+ width: 0;
1115
+ height: 100%;
1116
+ background-color: var(--player-seekbar-buffer-color);
1117
+ transition: all 0.1s ease-out;
1242
1118
  }
1243
- .clappr-nerd-stats .stats-box ul li div {
1244
- margin: 0;
1119
+ .media-control-skin-1 .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1245
1120
  position: absolute;
1246
- right: 0;
1247
1121
  top: 0;
1122
+ left: 0;
1123
+ width: 0;
1124
+ height: 100%;
1125
+ background-color: var(--player-seekbar-current-color);
1126
+ transition: all 0.1s ease-out;
1248
1127
  }
1249
-
1250
- .desktop .clappr-nerd-stats .stats-box.narrow {
1251
- width: 250px;
1128
+ .media-control-skin-1 .bar-container[data-seekbar].seek-disabled {
1129
+ cursor: default;
1130
+ display: none;
1252
1131
  }
1253
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
1254
- width: 100%;
1132
+ .media-control-skin-1 .bar-container[data-seekbar].seek-disabled + .bar-scrubber[data-seekbar] {
1133
+ cursor: default;
1134
+ display: none;
1255
1135
  }
1256
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
1257
- padding: 0 5px;
1258
- height: auto;
1136
+ .media-control-skin-1 .bar-scrubber[data-seekbar] {
1137
+ position: absolute;
1138
+ transform: translateX(-50%);
1139
+ top: -11.5px;
1140
+ left: 0;
1141
+ width: 20px;
1142
+ height: 20px;
1143
+ opacity: 1;
1144
+ transition: all 0.1s ease-out;
1259
1145
  }
1260
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
1261
- width: 100%;
1262
- flex-direction: column;
1146
+ .media-control-skin-1 .bar-scrubber[data-seekbar] .bar-scrubber-icon[data-seekbar] {
1147
+ position: absolute;
1148
+ left: 4.5px;
1149
+ top: 4.5px;
1150
+ width: 11px;
1151
+ height: 11px;
1152
+ border-radius: 50%;
1153
+ background-color: white;
1263
1154
  }
1264
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1265
- width: 100%;
1155
+ .media-control-skin-1 .drawer-container[data-volume] {
1156
+ display: flex;
1157
+ justify-content: flex-start;
1158
+ height: var(--bottom-panel);
1159
+ cursor: pointer;
1160
+ box-sizing: border-box;
1266
1161
  }
1267
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1268
- width: 100%;
1162
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] {
1163
+ bottom: 0;
1269
1164
  }
1270
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
1271
- padding-top: 12px;
1272
- height: 38px;
1273
- text-align: center;
1165
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] {
1166
+ background-color: transparent;
1167
+ border: 0;
1168
+ box-sizing: content-box;
1169
+ height: var(--bottom-panel);
1170
+ width: 20px;
1274
1171
  }
1275
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
1276
- text-align: center;
1172
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg {
1173
+ height: 20px;
1174
+ position: relative;
1175
+ top: 3px;
1176
+ margin-top: 7px;
1277
1177
  }
1278
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
1279
- height: 80px;
1178
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume] svg path {
1179
+ fill: white;
1280
1180
  }
1281
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
1282
- bottom: 0;
1283
- left: 0;
1181
+ .media-control-skin-1 .drawer-container[data-volume] .drawer-icon-container[data-volume] .drawer-icon[data-volume].muted svg {
1182
+ margin-left: 2px;
1284
1183
  }
1285
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1286
- inset: 50% auto auto 50%;
1287
- transform: translate(-50%, -50%);
1184
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] {
1185
+ position: relative;
1186
+ margin-left: 10px;
1187
+ top: 8px;
1188
+ width: 80px;
1189
+ height: 23px;
1190
+ padding: 3px 0;
1191
+ transition: width 0.2s ease-out;
1288
1192
  }
1289
-
1290
- .speed-test-button {
1291
- margin: 10px 0 0;
1292
- color: #000;
1193
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] {
1194
+ height: 3px;
1195
+ border-radius: 100px;
1196
+ position: relative;
1197
+ top: 7px;
1198
+ background-color: #666;
1293
1199
  }
1294
-
1295
- .speed-test {
1200
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-1[data-volume] {
1296
1201
  position: absolute;
1297
1202
  top: 0;
1298
1203
  left: 0;
1299
- width: 100%;
1204
+ width: 0;
1300
1205
  height: 100%;
1301
- z-index: 9999;
1206
+ border-radius: 100px;
1207
+ background-color: white;
1208
+ transition: all 0.1s ease-out;
1302
1209
  }
1303
- .speed-test .speed-test-header {
1304
- width: 100%;
1305
- height: 32px;
1210
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-background[data-volume] .bar-fill-2[data-volume] {
1211
+ position: absolute;
1212
+ top: 0;
1213
+ left: 0;
1214
+ width: 0;
1215
+ height: 100%;
1216
+ background-color: var(--player-vod-color);
1217
+ transition: all 0.1s ease-out;
1306
1218
  }
1307
- .speed-test .speed-test-header .close-speed-test {
1308
- float: right;
1309
- margin-right: 5px;
1310
- line-height: 32px;
1311
- cursor: pointer;
1312
- color: var(--primary-text-color);
1219
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
1220
+ position: absolute;
1221
+ transform: translateX(-50%);
1222
+ top: 3px;
1223
+ margin-left: 3px;
1224
+ width: 16px;
1225
+ height: 16px;
1226
+ opacity: 1;
1227
+ transition: all 0.1s ease-out;
1313
1228
  }
1314
- .speed-test .speed-test-header .close-speed-test:hover {
1315
- color: var(--hover-text-color);
1229
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
1230
+ position: absolute;
1231
+ left: 3px;
1232
+ top: 5px;
1233
+ width: 7px;
1234
+ height: 7px;
1235
+ border-radius: 50%;
1236
+ background-color: white;
1316
1237
  }
1317
-
1318
- .settings-button {
1319
- float: right;
1320
- margin: 0 12px 0 0;
1321
- height: 40px;
1322
- width: 24px;
1323
- border: none;
1324
- padding: 0;
1238
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1239
+ float: left;
1240
+ width: 4px;
1241
+ padding-left: 2px;
1242
+ height: 12px;
1243
+ opacity: 0.5;
1244
+ box-shadow: inset 2px 0 0 white;
1245
+ transition: transform 0.2s ease-out;
1325
1246
  }
1326
-
1327
- .speedtest-summary {
1328
- width: 100%;
1329
- border-top: 1px solid var(--secondary-background-color) !important;
1330
- border-bottom: 1px solid var(--secondary-background-color) !important;
1331
- display: flex !important;
1332
- flex-direction: column;
1333
- align-items: stretch;
1334
- justify-content: space-between;
1247
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1248
+ box-shadow: inset 2px 0 0 #fff;
1249
+ opacity: 1;
1335
1250
  }
1336
- .speedtest-summary .speedtest-summary-header {
1337
- width: 100%;
1338
- padding-top: 4px;
1339
- text-align: left;
1340
- height: 32px;
1251
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1252
+ padding-left: 0;
1253
+ }
1254
+ .media-control-skin-1 .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1255
+ transform: scaleY(1.5);
1256
+ }
1257
+ .media-control-skin-1 .seek-time {
1258
+ height: 26px;
1259
+ line-height: 26px;
1260
+ bottom: 52px;
1261
+ border-radius: 3px;
1262
+ background-color: rgba(74, 74, 74, 0.7);
1263
+ }
1264
+ .media-control-skin-1 .seek-time span {
1265
+ letter-spacing: 0.8px;
1341
1266
  font-size: 14px;
1342
- font-weight: 500;
1343
- line-height: 20px;
1267
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1344
1268
  }
1345
- .speedtest-summary .speedtest-summary-block {
1346
- position: relative;
1269
+ .media-control-skin-1 .seek-time .seek-time__pos {
1270
+ padding-left: 8px;
1271
+ padding-right: 8px;
1272
+ }
1273
+ .media-control-skin-1 .media-control-dd {
1347
1274
  display: flex;
1348
- flex-direction: row;
1349
- width: 100%;
1275
+ height: 32px;
1276
+ line-height: 32px;
1277
+ align-items: baseline;
1278
+ gap: 4px;
1279
+ vertical-align: baseline;
1280
+ padding: 0;
1281
+ background-color: transparent;
1282
+ color: var(--gplayer-mc-text-color);
1283
+ -webkit-font-smoothing: antialiased;
1284
+ border: none;
1285
+ cursor: pointer;
1350
1286
  }
1351
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1352
- width: 50%;
1353
- margin-top: 4px;
1354
- margin-bottom: 12px;
1287
+ .media-control-skin-1 .media-control-dd__text {
1288
+ text-overflow: ellipsis;
1289
+ overflow: hidden;
1290
+ white-space: nowrap;
1291
+ max-width: 100px;
1355
1292
  }
1356
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1357
- padding: 2px;
1358
- width: 248px;
1359
- max-width: 100%;
1293
+ .media-control-skin-1 .media-control-dd.changing {
1294
+ animation: pulse 0.5s infinite alternate;
1360
1295
  }
1361
-
1362
- .speedtest-quality {
1363
- width: 100%;
1364
- height: 36px;
1365
- display: flex !important;
1366
- flex-direction: column !important;
1367
- justify-content: space-between !important;
1296
+ .media-control-skin-1 .media-control-dd svg {
1297
+ fill: var(--gplayer-mc-text-color);
1368
1298
  }
1369
- .speedtest-quality .speedtest-quality-header {
1370
- font-size: 12px;
1371
- height: 20px;
1372
- border-left: 2px solid var(--secondary-background-color) !important;
1373
- background-color: var(--secondary-background-color);
1374
- text-align: left;
1299
+ .media-control-skin-1 .media-control-dd__arrow {
1300
+ width: 9px;
1301
+ height: 6px;
1375
1302
  }
1376
- .speedtest-quality-content {
1377
- width: 100%;
1378
- margin-top: 8px;
1379
- height: 8px;
1380
- display: flex !important;
1381
- flex-direction: row !important;
1382
- align-items: stretch !important;
1383
- justify-content: space-between;
1303
+ .media-control-skin-1 .media-control-dd__wrap {
1304
+ position: relative;
1384
1305
  }
1385
- .speedtest-quality-content-item {
1386
- width: 18.8%;
1387
- background-color: #fff;
1306
+ .media-control-skin-1 .media-control-dd__popup {
1307
+ max-width: 200px;
1308
+ list-style-type: none;
1309
+ position: absolute;
1310
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
1311
+ border: none;
1312
+ min-width: 60px;
1313
+ border-radius: 4px;
1314
+ bottom: 40px;
1315
+ right: -2px;
1316
+ overflow-x: hidden;
1317
+ overflow-y: auto;
1318
+ padding: 5px 0;
1388
1319
  }
1389
- .speedtest-quality-content-item.speedtest-quality-value-1 {
1390
- background-color: var(--speedtest-red);
1320
+ .media-control-skin-1 .media-control-dd__popup li {
1321
+ font-size: var(--gplayer-mc-font-size-dropdown);
1322
+ text-align: right;
1323
+ height: 30px;
1391
1324
  }
1392
- .speedtest-quality-content-item.speedtest-quality-value-2 {
1393
- background-color: var(--speedtest-orange);
1325
+ .media-control-skin-1 .media-control-dd__popup li a {
1326
+ display: block;
1327
+ text-decoration: none;
1328
+ text-overflow: ellipsis;
1329
+ overflow: hidden;
1330
+ white-space: nowrap;
1331
+ padding: 5px 10px;
1332
+ line-height: 20px;
1333
+ color: #fffffe;
1394
1334
  }
1395
- .speedtest-quality-content-item.speedtest-quality-value-3 {
1396
- background-color: var(--speedtest-yellow);
1335
+ .media-control-skin-1 .media-control-dd__popup li a:hover {
1336
+ text-decoration: none;
1337
+ background-color: rgba(0, 0, 0, 0.4);
1338
+ color: var(--gplayer-mc-text-color);
1397
1339
  }
1398
- .speedtest-quality-content-item.speedtest-quality-value-4 {
1399
- background-color: var(--speedtest-light-green);
1340
+ .media-control-skin-1 .media-control-dd__popup li.current a {
1341
+ color: #f00;
1400
1342
  }
1401
- .speedtest-quality-content-item.speedtest-quality-value-5 {
1402
- background-color: var(--speedtest-green);
1343
+ .media-control-skin-1 .media-control-dd__popup li:first-child a {
1344
+ border-bottom-left-radius: 4px;
1345
+ border-bottom-right-radius: 4px;
1403
1346
  }
1404
-
1405
- .speedtest-footer {
1406
- position: relative;
1407
- float: left;
1408
- width: 100%;
1409
- height: 30px;
1410
- line-height: 16px;
1347
+ .media-control-skin-1 .media-control-dd__popup li:last-child a {
1348
+ border-top-left-radius: 4px;
1349
+ border-top-right-radius: 4px;
1411
1350
  }
1412
- .speedtest-footer-about-link {
1413
- position: absolute;
1414
- bottom: 0;
1415
- left: 0;
1416
- color: var(--secondary-text-color);
1417
- text-decoration: underline !important;
1351
+
1352
+ @keyframes pulse {
1353
+ 0% {
1354
+ color: #fff;
1355
+ }
1356
+ 50% {
1357
+ color: #ff0101;
1358
+ }
1359
+ 100% {
1360
+ color: #B80000;
1361
+ }
1362
+ }.share_plugin[data-share] {
1363
+ pointer-events: auto;
1364
+ z-index: 5;
1365
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1418
1366
  }
1419
- .speedtest-footer-about-link:hover {
1420
- color: var(--hover-text-color);
1367
+ .share_plugin[data-share].share-hide .share-button-container {
1368
+ right: -50px;
1421
1369
  }
1422
- .speedtest-footer .speedtest-footer-refresh {
1370
+ .share_plugin[data-share] .share-button-container {
1371
+ cursor: pointer;
1372
+ width: 36px;
1373
+ height: 36px;
1374
+ background-color: rgba(74, 74, 74, 0.6);
1375
+ border-radius: 4px;
1423
1376
  position: absolute;
1424
- bottom: 0;
1425
- right: 0;
1426
- color: var(--secondary-text-color);
1427
- font-size: 14px;
1428
- font-weight: 400;
1429
- line-height: 16px;
1430
- height: 16px;
1431
- display: flex;
1432
- align-items: center;
1433
- gap: 4px;
1377
+ right: 10px;
1378
+ top: 10px;
1379
+ padding-top: 6px;
1380
+ transition: all 0.3s ease-out;
1434
1381
  }
1435
- .speedtest-footer .speedtest-footer-refresh svg path {
1436
- fill: var(--secondary-text-color);
1382
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1383
+ background-color: transparent;
1384
+ border: 0;
1385
+ margin: 0 6px;
1386
+ padding: 0;
1387
+ cursor: pointer;
1388
+ display: inline-block;
1389
+ width: 19px;
1390
+ height: 20px;
1437
1391
  }
1438
- .speedtest-footer .speedtest-footer-refresh:hover {
1439
- color: var(--hover-text-color);
1392
+ .share_plugin[data-share] .share-container {
1393
+ pointer-events: auto;
1394
+ position: absolute;
1395
+ width: 280px;
1396
+ background-color: white;
1397
+ transform: translate(0, 50%);
1398
+ transform: translate(-50%, -50%);
1399
+ left: 50%;
1400
+ /* margin-left: -140px; */
1401
+ top: calc(50% - 20px);
1402
+ /* margin-top: -170px; */
1440
1403
  }
1441
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
1442
- fill: var(--hover-text-color);
1404
+ .share_plugin[data-share] .share-container .share-container-header {
1405
+ text-align: left;
1406
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1443
1407
  }
1444
-
1445
- .mobile .clappr-nerd-stats .stats-box {
1446
- position: fixed;
1447
- height: auto;
1448
- width: auto;
1449
- inset: 0;
1450
- min-width: 100vw;
1451
- padding-bottom: 4px;
1452
- padding-left: 4px;
1453
- padding-right: 4px;
1408
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1409
+ display: inline-block;
1410
+ font-size: 16px;
1411
+ margin: 5px;
1454
1412
  }
1455
- .mobile .clappr-nerd-stats .stats-box-top {
1456
- position: fixed;
1413
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1414
+ display: inline-block;
1415
+ width: 24px;
1416
+ float: right;
1417
+ margin: 5px;
1418
+ cursor: pointer;
1457
1419
  }
1458
- .mobile .clappr-nerd-stats .stats-box-main ul {
1459
- flex: 0 1 50%;
1420
+ .share_plugin[data-share] .share-container .share-container-main {
1421
+ margin-bottom: 8px;
1460
1422
  }
1461
-
1462
- @media only screen and (orientation: portrait) {
1463
- .mobile .speedtest-summary {
1464
- padding: 0 5px;
1465
- height: auto;
1466
- }
1467
- .mobile .speedtest-summary-block {
1468
- width: 100%;
1469
- flex-direction: column;
1470
- }
1471
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
1472
- width: 100%;
1473
- }
1474
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1475
- width: 100%;
1476
- }
1477
- .mobile .speedtest-summary-header {
1478
- padding-top: 12px;
1479
- height: 38px;
1480
- text-align: center;
1481
- }
1482
- .mobile .speedtest-quality-header {
1483
- text-align: center;
1484
- }
1485
- .mobile .speedtest-footer .speedtest-footer-refresh {
1486
- inset: 50% auto auto 50%;
1487
- transform: translate(-50%, -50%);
1488
- }
1423
+ .share_plugin[data-share] .share-container .share-container-main > div {
1424
+ text-align: left;
1425
+ font-size: 14px;
1426
+ padding: 5px;
1489
1427
  }
1490
- @media only screen and (orientation: landscape) {
1491
- .mobile .clappr-nerd-stats .stats-box-main ul {
1492
- flex-basis: 1fr;
1493
- }
1428
+ .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 {
1429
+ overflow: hidden;
1430
+ text-overflow: ellipsis;
1431
+ color: #818181;
1432
+ border: solid 1px #d3d3d3;
1433
+ width: calc(100% - 10px);
1434
+ padding: 5px;
1494
1435
  }
1495
- @media only screen and (min-width: 1100px) {
1496
- .fullscreen .clappr-nerd-stats .stats-box {
1497
- top: unset;
1498
- }
1499
- }.player-poster {
1500
- display: flex;
1501
- justify-content: center;
1502
- align-items: center;
1436
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1437
+ max-height: 90px;
1438
+ resize: none;
1439
+ }
1440
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1441
+ width: 32px;
1442
+ display: inline-block;
1443
+ margin-right: 5px;
1444
+ cursor: pointer;
1445
+ }.context-menu {
1446
+ z-index: 999;
1503
1447
  position: absolute;
1504
- height: 100%;
1505
- width: 100%;
1506
- z-index: 998;
1507
1448
  top: 0;
1508
1449
  left: 0;
1509
- background-color: #000;
1510
- background-size: cover;
1511
- background-repeat: no-repeat;
1512
- background-position: 50% 50%;
1513
- }
1514
- .player-poster.clickable {
1515
- cursor: pointer;
1450
+ text-align: center;
1516
1451
  }
1517
- .player-poster:hover .play-wrapper {
1518
- opacity: 1;
1452
+ .context-menu .context-menu-list {
1453
+ font-family: "Proxima Nova", sans-serif;
1454
+ font-size: 12px;
1455
+ line-height: 12px;
1456
+ list-style-type: none;
1457
+ text-align: left;
1458
+ padding: 5px;
1459
+ margin-left: auto;
1460
+ margin-right: auto;
1461
+ background-color: rgba(0, 0, 0, 0.75);
1462
+ border: 1px solid #666;
1463
+ border-radius: 4px;
1519
1464
  }
1520
- .player-poster .play-wrapper {
1465
+ .context-menu .context-menu-list-item button {
1466
+ border: none;
1467
+ background-color: transparent;
1468
+ padding: 0;
1469
+ color: white;
1470
+ display: flex;
1471
+ gap: 8px;
1472
+ align-items: center;
1473
+ justify-content: center;
1474
+ cursor: pointer;
1475
+ padding: 5px;
1521
1476
  width: 100%;
1522
- height: 25%;
1523
- margin: 0 auto;
1524
- opacity: 0.75;
1525
- transition: opacity 0.1s ease;
1526
1477
  }
1527
- .player-poster .play-wrapper svg {
1528
- height: 100%;
1529
- display: inline;
1478
+ .context-menu .context-menu-list-item_icon {
1479
+ width: 20px;
1480
+ height: 20px;
1481
+ }.media-control-skin-1 .media-control-item.media-control-pip {
1482
+ order: 95;
1530
1483
  }
1531
- .player-poster .play-wrapper svg path {
1532
- fill: #fff;
1484
+ .media-control-skin-1 .media-control-item.media-control-pip button {
1485
+ height: 20px;
1486
+ }
1487
+ .media-control-skin-1 .media-control-item.media-control-pip button svg {
1488
+ height: 20px;
1533
1489
  }*,
1534
1490
  :focus,
1535
1491
  :visited {
@@ -1665,39 +1621,27 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1665
1621
  }
1666
1622
  .multicamera[data-multicamera] li.current a {
1667
1623
  color: #f00;
1668
- }.seek-time {
1669
- position: absolute;
1670
- white-space: nowrap;
1671
- height: 20px;
1672
- line-height: 20px;
1673
- font-size: 0;
1674
- left: -100%;
1675
- bottom: 55px;
1676
- background-color: rgba(2, 2, 2, 0.5);
1677
- z-index: 9999;
1678
- transition: opacity 0.1s ease;
1679
- }
1680
- .seek-time.hidden {
1681
- opacity: 0;
1624
+ }.container-with-poster-clickable .mc-skip-time {
1625
+ height: 0;
1682
1626
  }
1683
- .seek-time .seek-time__pos {
1684
- display: inline-block;
1685
- color: white;
1686
- font-size: 10px;
1687
- padding-left: 7px;
1688
- padding-right: 7px;
1689
- vertical-align: top;
1627
+
1628
+ .mc-skip-time {
1629
+ position: absolute;
1630
+ width: 100%;
1631
+ height: calc(100% - 50px);
1632
+ z-index: 9998;
1633
+ background-color: transparent;
1634
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1690
1635
  }
1691
- .seek-time .seek-time__duration {
1692
- display: inline-block;
1693
- color: rgba(255, 255, 255, 0.5);
1694
- font-size: 10px;
1695
- padding-right: 7px;
1696
- vertical-align: top;
1636
+ .mc-skip-time .skip-container {
1637
+ width: 100%;
1638
+ height: 100%;
1639
+ display: flex;
1640
+ justify-content: space-between;
1697
1641
  }
1698
- .seek-time .seek-time__duration::before {
1699
- content: "|";
1700
- margin-right: 7px;
1642
+ .mc-skip-time .skip-container .skip-item {
1643
+ flex: 1 0 0px;
1644
+ height: 100%;
1701
1645
  }.media-control-skin-1 .media-control-cc button.media-control-button {
1702
1646
  display: flex;
1703
1647
  justify-content: center;
@@ -1745,20 +1689,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1745
1689
  background-color: rgba(0, 0, 0, 0.4);
1746
1690
  color: white;
1747
1691
  display: inline-block;
1748
- }.media-control-skin-1 .media-control-item.media-control-pip {
1749
- order: 95;
1750
- }
1751
- .media-control-skin-1 .media-control-item.media-control-pip button {
1752
- height: 20px;
1753
- }
1754
- .media-control-skin-1 .media-control-item.media-control-pip button svg {
1755
- height: 20px;
1756
- }.quality-levels li.disabled {
1757
- opacity: 0.5;
1758
- pointer-events: none;
1759
- }
1760
- .quality-levels li.current {
1761
- background-color: #000;
1762
1692
  }.spinner-three-bounce[data-spinner] {
1763
1693
  position: absolute;
1764
1694
  width: 70px;
@@ -1797,36 +1727,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1797
1727
  40% {
1798
1728
  transform: scale(1);
1799
1729
  }
1800
- }.player-logo[data-logo] {
1801
- position: absolute;
1802
- z-index: 2;
1803
- width: 100%;
1804
- height: 100%;
1805
- }
1806
-
1807
- .clappr-logo {
1808
- position: absolute;
1809
- }.container-with-poster-clickable .mc-skip-time {
1810
- height: 0;
1811
- }
1812
-
1813
- .mc-skip-time {
1814
- position: absolute;
1815
- width: 100%;
1816
- height: calc(100% - 50px);
1817
- z-index: 9998;
1818
- background-color: transparent;
1819
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1820
- }
1821
- .mc-skip-time .skip-container {
1822
- width: 100%;
1823
- height: 100%;
1824
- display: flex;
1825
- justify-content: space-between;
1826
- }
1827
- .mc-skip-time .skip-container .skip-item {
1828
- flex: 1 0 0px;
1829
- height: 100%;
1830
1730
  }.scrub-thumbnails {
1831
1731
  position: absolute;
1832
1732
  bottom: 52px;
@@ -1890,4 +1790,104 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1890
1790
  }
1891
1791
  .scrub-thumbnails .backdrop .carousel img {
1892
1792
  width: auto;
1793
+ }.dvr-controls {
1794
+ --disabled-opacity: 0.3;
1795
+ --circle-radius: 5px;
1796
+ display: flex;
1797
+ align-items: center;
1798
+ color: var(--player-dvr-color);
1799
+ font-size: 10px;
1800
+ font-weight: 500;
1801
+ height: var(--bottom-panel);
1802
+ line-height: var(--bottom-panel);
1803
+ margin-left: 0;
1804
+ }
1805
+ .dvr-controls .live-info,
1806
+ .dvr-controls .live-button {
1807
+ font-size: 14px;
1808
+ font-weight: 500;
1809
+ margin-left: 20px;
1810
+ letter-spacing: 0.8px;
1811
+ text-transform: uppercase;
1812
+ }
1813
+ .dvr-controls .live-info::before,
1814
+ .dvr-controls .live-button::before {
1815
+ margin-right: 8px;
1816
+ content: "";
1817
+ display: inline-block;
1818
+ position: relative;
1819
+ width: calc(var(--circle-radius) * 2);
1820
+ height: calc(var(--circle-radius) * 2);
1821
+ border-radius: var(--circle-radius);
1822
+ background-color: var(--player-dvr-color);
1823
+ }
1824
+ .dvr-controls.disabled {
1825
+ opacity: var(--disabled-opacity);
1826
+ }
1827
+ .dvr-controls.disabled:before {
1828
+ background-color: var(--player-dvr-color);
1829
+ }
1830
+ .dvr-controls .live-info {
1831
+ text-transform: uppercase;
1832
+ color: #fffffe;
1833
+ }
1834
+ .dvr-controls .live-info::before {
1835
+ background-color: #ed4f4a;
1836
+ }
1837
+ .dvr-controls .live-button {
1838
+ cursor: pointer;
1839
+ outline: none;
1840
+ border: 0;
1841
+ color: var(--player-dvr-color);
1842
+ background-color: transparent;
1843
+ padding: 0;
1844
+ opacity: 0.7;
1845
+ transition: all 0.1s ease;
1846
+ }
1847
+ .dvr-controls .live-button:hover {
1848
+ opacity: 1;
1849
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1850
+ }.player-poster {
1851
+ display: flex;
1852
+ justify-content: center;
1853
+ align-items: center;
1854
+ position: absolute;
1855
+ height: 100%;
1856
+ width: 100%;
1857
+ z-index: 998;
1858
+ top: 0;
1859
+ left: 0;
1860
+ background-color: #000;
1861
+ background-size: cover;
1862
+ background-repeat: no-repeat;
1863
+ background-position: 50% 50%;
1864
+ }
1865
+ .player-poster.clickable {
1866
+ cursor: pointer;
1867
+ }
1868
+ .player-poster:hover .play-wrapper {
1869
+ opacity: 1;
1870
+ }
1871
+ .player-poster .play-wrapper {
1872
+ width: 100%;
1873
+ height: 25%;
1874
+ margin: 0 auto;
1875
+ opacity: 0.75;
1876
+ transition: opacity 0.1s ease;
1877
+ }
1878
+ .player-poster .play-wrapper svg {
1879
+ height: 100%;
1880
+ display: inline;
1881
+ }
1882
+ .player-poster .play-wrapper svg path {
1883
+ fill: #fff;
1884
+ }.player-logo[data-logo] {
1885
+ position: absolute;
1886
+ z-index: 2;
1887
+ width: 100%;
1888
+ height: 100%;
1889
+ }
1890
+
1891
+ .clappr-logo {
1892
+ position: absolute;
1893
1893
  }