@gcorevideo/player 2.25.8 → 2.25.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,55 +122,402 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.big-mute-icon-wrapper[data-big-mute] {
125
+ }@charset "UTF-8";
126
+ .gplayer-mc-clips {
127
+ display: flex;
128
+ gap: 6px;
129
+ }
130
+ .gplayer-mc-clips .gplayer-mc-clips-text {
131
+ text-overflow: ellipsis;
132
+ white-space: nowrap;
133
+ overflow: hidden;
134
+ display: inline-block;
135
+ text-overflow: ellipsis;
136
+ color: white;
137
+ cursor: default;
138
+ line-height: var(--bottom-panel);
139
+ position: relative;
140
+ max-width: 150px;
141
+ }
142
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
143
+ content: "•";
144
+ padding-right: 6px;
145
+ }
146
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
147
+ max-width: 100px;
148
+ }.media-control-skin-1 .media-control-item.media-control-pip {
149
+ order: 95;
150
+ }
151
+ .media-control-skin-1 .media-control-item.media-control-pip button {
152
+ height: 20px;
153
+ }
154
+ .media-control-skin-1 .media-control-item.media-control-pip button svg {
155
+ height: 20px;
156
+ }.context-menu {
157
+ z-index: 999;
126
158
  position: absolute;
127
- z-index: 9998;
159
+ top: 0;
160
+ left: 0;
161
+ text-align: center;
162
+ }
163
+ .context-menu .context-menu-list {
164
+ font-family: "Proxima Nova", sans-serif;
165
+ font-size: 12px;
166
+ line-height: 12px;
167
+ list-style-type: none;
168
+ text-align: left;
169
+ padding: 5px;
170
+ margin-left: auto;
171
+ margin-right: auto;
172
+ background-color: rgba(0, 0, 0, 0.75);
173
+ border: 1px solid #666;
174
+ border-radius: 4px;
175
+ }
176
+ .context-menu .context-menu-list-item button {
177
+ border: none;
128
178
  background-color: transparent;
179
+ padding: 0;
180
+ color: white;
129
181
  display: flex;
182
+ gap: 8px;
183
+ align-items: center;
130
184
  justify-content: center;
185
+ cursor: pointer;
186
+ padding: 5px;
131
187
  width: 100%;
132
- height: calc(100% - 50px);
188
+ }
189
+ .context-menu .context-menu-list-item_icon {
190
+ width: 20px;
191
+ height: 20px;
192
+ }.dvr-controls {
193
+ --disabled-opacity: 0.3;
194
+ --circle-radius: 5px;
195
+ display: flex;
196
+ align-items: center;
197
+ color: var(--player-dvr-color);
198
+ font-size: 10px;
199
+ font-weight: 500;
200
+ height: var(--bottom-panel);
201
+ line-height: var(--bottom-panel);
202
+ margin-left: 0;
203
+ }
204
+ .dvr-controls .live-info,
205
+ .dvr-controls .live-button {
206
+ font-size: 14px;
207
+ font-weight: 500;
208
+ margin-left: 20px;
209
+ letter-spacing: 0.8px;
210
+ text-transform: uppercase;
211
+ }
212
+ .dvr-controls .live-info::before,
213
+ .dvr-controls .live-button::before {
214
+ margin-right: 8px;
215
+ content: "";
216
+ display: inline-block;
217
+ position: relative;
218
+ width: calc(var(--circle-radius) * 2);
219
+ height: calc(var(--circle-radius) * 2);
220
+ border-radius: var(--circle-radius);
221
+ background-color: var(--player-dvr-color);
222
+ }
223
+ .dvr-controls.disabled {
224
+ opacity: var(--disabled-opacity);
225
+ }
226
+ .dvr-controls.disabled:before {
227
+ background-color: var(--player-dvr-color);
228
+ }
229
+ .dvr-controls .live-info {
230
+ text-transform: uppercase;
231
+ color: #fffffe;
232
+ }
233
+ .dvr-controls .live-info::before {
234
+ background-color: #ed4f4a;
235
+ }
236
+ .dvr-controls .live-button {
237
+ cursor: pointer;
238
+ outline: none;
239
+ border: 0;
240
+ color: var(--player-dvr-color);
241
+ background-color: transparent;
242
+ padding: 0;
243
+ opacity: 0.7;
244
+ transition: all 0.1s ease;
245
+ }
246
+ .dvr-controls .live-button:hover {
247
+ opacity: 1;
248
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
249
+ }div.player-error-screen, [data-player] div.player-error-screen {
250
+ color: #CCCACA;
251
+ position: absolute;
252
+ top: 0;
253
+ height: 100%;
254
+ width: 100%;
255
+ background-color: rgba(0, 0, 0, 0.7);
256
+ z-index: 2000;
257
+ display: flex;
258
+ flex-direction: column;
259
+ justify-content: center;
260
+ }
261
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
262
+ font-size: 14px;
263
+ color: #CCCACA;
264
+ margin-top: 45px;
265
+ }
266
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
267
+ font-weight: bold;
268
+ line-height: 30px;
269
+ font-size: 18px;
270
+ }
271
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
272
+ width: 90%;
133
273
  margin: 0 auto;
134
- opacity: 0.75;
135
- transition: opacity 0.1s ease;
136
- pointer-events: auto;
137
274
  }
138
- .big-mute-icon-wrapper[data-big-mute].hide {
139
- display: none;
275
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
276
+ font-size: 13px;
277
+ margin-top: 15px;
140
278
  }
141
- .big-mute-icon-wrapper[data-big-mute]:hover {
279
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
142
280
  cursor: pointer;
281
+ width: 30px;
282
+ margin: 15px auto 0;
283
+ }*,
284
+ :focus,
285
+ :visited {
286
+ outline: none !important;
143
287
  }
144
288
 
145
- .big-mute-icon[data-big-mute-icon] {
289
+ .multicamera[data-multicamera] {
290
+ float: right;
291
+ margin-top: 4px;
292
+ position: relative;
293
+ margin-right: 20px;
294
+ width: 20px;
295
+ }
296
+ .multicamera[data-multicamera] button {
297
+ background-color: transparent;
298
+ color: #fff;
299
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
300
+ -webkit-font-smoothing: antialiased;
301
+ border: none;
302
+ font-size: 14px;
303
+ padding: 0;
304
+ }
305
+ .multicamera[data-multicamera] button svg {
306
+ height: 20px;
307
+ position: relative;
308
+ margin-top: 6px;
309
+ }
310
+ .multicamera[data-multicamera] button:hover {
311
+ color: #c9c9c9;
312
+ }
313
+ .multicamera[data-multicamera] button.changing {
314
+ animation: pulse 0.5s infinite alternate;
315
+ }
316
+ .multicamera[data-multicamera] button span.quality-arrow {
317
+ width: 9px;
318
+ height: 6px;
319
+ margin-top: 11px;
320
+ margin-left: 5px;
321
+ }
322
+ .multicamera[data-multicamera] > ul {
323
+ padding: 6px 0;
324
+ right: -24px;
325
+ width: 245px;
326
+ list-style-type: none;
327
+ position: absolute;
328
+ bottom: 48px;
329
+ border-radius: 4px;
330
+ display: none;
331
+ background-color: rgba(74, 74, 74, 0.9);
332
+ }
333
+ .multicamera[data-multicamera] > ul::after {
334
+ content: "";
335
+ position: absolute;
336
+ top: 100%;
337
+ left: 85%;
338
+ margin-left: -10px;
339
+ width: 0;
340
+ height: 0;
341
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
342
+ border-right: 10px solid transparent;
343
+ border-left: 10px solid transparent;
344
+ }
345
+ .multicamera[data-multicamera] li {
346
+ font-size: 10px;
347
+ cursor: pointer;
348
+ }
349
+ .multicamera[data-multicamera] li .multicamera-item {
146
350
  display: flex;
147
- align-items: center;
351
+ padding: 10px 0;
148
352
  justify-content: center;
149
- align-self: center;
353
+ position: relative;
354
+ }
355
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
356
+ pointer-events: none;
357
+ }
358
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
359
+ opacity: 0.5;
360
+ }
361
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
362
+ opacity: 0.5;
363
+ }
364
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
365
+ background-color: rgba(0, 0, 0, 0);
366
+ }
367
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
368
+ background-color: rgba(0, 0, 0, 0.3);
369
+ }
370
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
371
+ width: 80px;
372
+ height: 60px;
373
+ }
374
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
375
+ width: 80px;
376
+ height: 60px;
377
+ }
378
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
150
379
  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;
380
+ text-align: left;
381
+ margin-left: 15px;
382
+ }
383
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
384
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
385
+ width: 120px;
386
+ height: 20px;
387
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
388
+ font-size: 14px;
389
+ font-weight: normal;
390
+ font-style: normal;
391
+ font-stretch: normal;
392
+ line-height: 1.43;
393
+ letter-spacing: normal;
394
+ text-align: left;
395
+ color: #fff;
396
+ text-overflow: ellipsis;
397
+ overflow: hidden;
398
+ }
399
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
400
+ opacity: 0.6;
401
+ }
402
+ .multicamera[data-multicamera] li a {
403
+ color: #444;
404
+ padding: 2px 10px;
405
+ display: block;
406
+ text-decoration: none;
407
+ }
408
+ .multicamera[data-multicamera] li a:hover {
409
+ background-color: #555;
410
+ color: white;
411
+ }
412
+ .multicamera[data-multicamera] li a:hover a {
413
+ color: white;
414
+ text-decoration: none;
415
+ }
416
+ .multicamera[data-multicamera] li.current a {
417
+ color: #f00;
418
+ }*, :focus, :visited {
419
+ outline: none !important;
420
+ }
421
+
422
+ .gear-wrapper .go-back {
423
+ font-weight: 600;
424
+ font-size: 14px;
425
+ line-height: 20px;
426
+ width: 100%;
427
+ text-align: left;
428
+ padding: 12px;
429
+ }
430
+ .gear-wrapper .go-back .arrow-left-icon {
431
+ float: left;
432
+ padding-top: 2px;
433
+ padding-right: 2px;
434
+ }
435
+ .gear-wrapper .go-back .arrow-left-icon svg {
436
+ height: 16px;
437
+ }
438
+ .gear-wrapper ul.gear-sub-menu {
439
+ width: 100%;
440
+ list-style-type: none;
441
+ min-width: 60px;
442
+ border-top: 2px solid rgb(36, 36, 36);
443
+ overflow-y: auto;
444
+ }
445
+ .gear-wrapper ul.gear-sub-menu li {
446
+ font-size: 12px;
447
+ text-align: left;
448
+ }
449
+ .gear-wrapper ul.gear-sub-menu li a {
450
+ display: block;
451
+ text-decoration: none;
452
+ height: 30px;
453
+ padding: 5px 10px;
454
+ line-height: 22px;
455
+ color: var(--gplayer-mc-text-dim-color);
456
+ }
457
+ .gear-wrapper ul.gear-sub-menu li a:hover {
458
+ color: var(--gplayer-mc-text-color);
459
+ background-color: rgba(0, 0, 0, 0.4);
460
+ }
461
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
462
+ color: var(--gplayer-mc-text-color);
463
+ text-decoration: none;
464
+ }
465
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
466
+ width: 30px;
467
+ height: 20px;
468
+ float: left;
469
+ display: block;
470
+ }
471
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
472
+ display: none;
473
+ }
474
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
475
+ display: inline;
476
+ }.media-control-skin-1 .media-control-item.media-control-gear {
477
+ order: 99;
478
+ }
479
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
480
+ position: absolute;
481
+ right: 16px;
482
+ bottom: 52px;
483
+ width: 250px;
484
+ min-height: 48px;
485
+ z-index: 9999;
486
+ border-radius: 4px;
487
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
488
+ }
489
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
490
+ padding: 8px 0;
491
+ }
492
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
493
+ margin: 0;
494
+ text-align: left;
495
+ line-height: 22px;
496
+ padding: 5px 14px;
497
+ width: 250px;
498
+ font-size: 12px;
499
+ display: flex;
500
+ align-items: center;
501
+ justify-content: flex-start;
502
+ gap: 8px;
160
503
  }
161
- .big-mute-icon[data-big-mute-icon] svg {
162
- margin-left: 5px;
163
- width: 80px;
164
- height: 80px;
504
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
505
+ flex: 24px 0 0;
506
+ height: 24px;
165
507
  }
166
- .big-mute-icon[data-big-mute-icon] svg path {
167
- fill: #1f1e1e !important;
508
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
509
+ visibility: hidden;
510
+ display: inline-block;
168
511
  }
169
- .big-mute-icon[data-big-mute-icon]:hover {
170
- background: rgba(240, 243, 247, 0.8784313725);
512
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
513
+ flex: 0 1 100%;
171
514
  }
172
- .big-mute-icon[data-big-mute-icon]:hover svg path {
173
- fill: #151515 !important;
515
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
516
+ flex: 0 0 14px;
517
+ height: 24px;
518
+ }
519
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
520
+ flex: 1 0 auto;
174
521
  }:root {
175
522
  --primary-background-color: #000;
176
523
  --secondary-background-color: #262626;
@@ -229,666 +576,400 @@
229
576
  .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
230
577
  fill: var(--hover-text-color);
231
578
  }
232
- .clappr-nerd-stats .stats-box-main {
233
- overflow: hidden;
234
- margin-top: 44px;
235
- display: flex;
236
- flex-wrap: wrap;
237
- }
238
- .clappr-nerd-stats .stats-box-main ul {
239
- flex: 0 1 1fr;
240
- min-width: 200px;
241
- }
242
- .clappr-nerd-stats .stats-box.wide {
243
- width: 820px;
244
- }
245
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
246
- list-style-type: none;
247
- }
248
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
249
- padding-left: 2px;
250
- padding-right: 2px;
251
- background: var(--primary-background-color);
252
- gap: 10px;
253
- }
254
- .clappr-nerd-stats .stats-box ul {
255
- padding: 5px;
256
- width: 200px;
257
- flex: 0 1 50%;
258
- }
259
- .clappr-nerd-stats .stats-box ul li {
260
- position: relative;
261
- padding: 0 5px;
262
- text-align: left;
263
- }
264
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
265
- padding: 0;
266
- }
267
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
268
- width: 100%;
269
- }
270
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
271
- background: var(--secondary-background-color);
272
- }
273
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
274
- background: var(--secondary-background-color);
275
- }
276
- .clappr-nerd-stats .stats-box ul li.title {
277
- text-align: center;
278
- font-weight: bold;
279
- padding-bottom: 4px;
280
- font-size: 14px;
281
- }
282
- .clappr-nerd-stats .stats-box ul li div {
283
- margin: 0;
284
- position: absolute;
285
- right: 0;
286
- top: 0;
287
- }
288
-
289
- .desktop .clappr-nerd-stats .stats-box.narrow {
290
- width: 250px;
291
- }
292
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
293
- width: 100%;
294
- }
295
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
296
- padding: 0 5px;
297
- height: auto;
298
- }
299
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
300
- width: 100%;
301
- flex-direction: column;
302
- }
303
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
304
- width: 100%;
305
- }
306
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
307
- width: 100%;
308
- }
309
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
310
- padding-top: 12px;
311
- height: 38px;
312
- text-align: center;
313
- }
314
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
315
- text-align: center;
316
- }
317
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
318
- height: 80px;
319
- }
320
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
321
- bottom: 0;
322
- left: 0;
323
- }
324
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
325
- inset: 50% auto auto 50%;
326
- transform: translate(-50%, -50%);
327
- }
328
-
329
- .speed-test-button {
330
- margin: 10px 0 0;
331
- color: #000;
332
- }
333
-
334
- .speed-test {
335
- position: absolute;
336
- top: 0;
337
- left: 0;
338
- width: 100%;
339
- height: 100%;
340
- z-index: 9999;
341
- }
342
- .speed-test .speed-test-header {
343
- width: 100%;
344
- height: 32px;
345
- }
346
- .speed-test .speed-test-header .close-speed-test {
347
- float: right;
348
- margin-right: 5px;
349
- line-height: 32px;
350
- cursor: pointer;
351
- color: var(--primary-text-color);
352
- }
353
- .speed-test .speed-test-header .close-speed-test:hover {
354
- color: var(--hover-text-color);
355
- }
356
-
357
- .settings-button {
358
- float: right;
359
- margin: 0 12px 0 0;
360
- height: 40px;
361
- width: 24px;
362
- border: none;
363
- padding: 0;
364
- }
365
-
366
- .speedtest-summary {
367
- width: 100%;
368
- border-top: 1px solid var(--secondary-background-color) !important;
369
- border-bottom: 1px solid var(--secondary-background-color) !important;
370
- display: flex !important;
371
- flex-direction: column;
372
- align-items: stretch;
373
- justify-content: space-between;
374
- }
375
- .speedtest-summary .speedtest-summary-header {
376
- width: 100%;
377
- padding-top: 4px;
378
- text-align: left;
379
- height: 32px;
380
- font-size: 14px;
381
- font-weight: 500;
382
- line-height: 20px;
383
- }
384
- .speedtest-summary .speedtest-summary-block {
385
- position: relative;
386
- display: flex;
387
- flex-direction: row;
388
- width: 100%;
389
- }
390
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
391
- width: 50%;
392
- margin-top: 4px;
393
- margin-bottom: 12px;
394
- }
395
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
396
- padding: 2px;
397
- width: 248px;
398
- max-width: 100%;
399
- }
400
-
401
- .speedtest-quality {
402
- width: 100%;
403
- height: 36px;
404
- display: flex !important;
405
- flex-direction: column !important;
406
- justify-content: space-between !important;
407
- }
408
- .speedtest-quality .speedtest-quality-header {
409
- font-size: 12px;
410
- height: 20px;
411
- border-left: 2px solid var(--secondary-background-color) !important;
412
- background-color: var(--secondary-background-color);
413
- text-align: left;
414
- }
415
- .speedtest-quality-content {
416
- width: 100%;
417
- margin-top: 8px;
418
- height: 8px;
419
- display: flex !important;
420
- flex-direction: row !important;
421
- align-items: stretch !important;
422
- justify-content: space-between;
423
- }
424
- .speedtest-quality-content-item {
425
- width: 18.8%;
426
- background-color: #fff;
427
- }
428
- .speedtest-quality-content-item.speedtest-quality-value-1 {
429
- background-color: var(--speedtest-red);
430
- }
431
- .speedtest-quality-content-item.speedtest-quality-value-2 {
432
- background-color: var(--speedtest-orange);
433
- }
434
- .speedtest-quality-content-item.speedtest-quality-value-3 {
435
- background-color: var(--speedtest-yellow);
436
- }
437
- .speedtest-quality-content-item.speedtest-quality-value-4 {
438
- background-color: var(--speedtest-light-green);
439
- }
440
- .speedtest-quality-content-item.speedtest-quality-value-5 {
441
- background-color: var(--speedtest-green);
442
- }
443
-
444
- .speedtest-footer {
445
- position: relative;
446
- float: left;
447
- width: 100%;
448
- height: 30px;
449
- line-height: 16px;
450
- }
451
- .speedtest-footer-about-link {
452
- position: absolute;
453
- bottom: 0;
454
- left: 0;
455
- color: var(--secondary-text-color);
456
- text-decoration: underline !important;
457
- }
458
- .speedtest-footer-about-link:hover {
459
- color: var(--hover-text-color);
460
- }
461
- .speedtest-footer .speedtest-footer-refresh {
462
- position: absolute;
463
- bottom: 0;
464
- right: 0;
465
- color: var(--secondary-text-color);
466
- font-size: 14px;
467
- font-weight: 400;
468
- line-height: 16px;
469
- height: 16px;
579
+ .clappr-nerd-stats .stats-box-main {
580
+ overflow: hidden;
581
+ margin-top: 44px;
470
582
  display: flex;
471
- align-items: center;
472
- gap: 4px;
473
- }
474
- .speedtest-footer .speedtest-footer-refresh svg path {
475
- fill: var(--secondary-text-color);
583
+ flex-wrap: wrap;
476
584
  }
477
- .speedtest-footer .speedtest-footer-refresh:hover {
478
- color: var(--hover-text-color);
585
+ .clappr-nerd-stats .stats-box-main ul {
586
+ flex: 0 1 1fr;
587
+ min-width: 200px;
479
588
  }
480
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
481
- fill: var(--hover-text-color);
589
+ .clappr-nerd-stats .stats-box.wide {
590
+ width: 820px;
482
591
  }
483
-
484
- .mobile .clappr-nerd-stats .stats-box {
485
- position: fixed;
486
- height: auto;
487
- width: auto;
488
- inset: 0;
489
- min-width: 100vw;
490
- padding-bottom: 4px;
491
- padding-left: 4px;
492
- padding-right: 4px;
592
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
593
+ list-style-type: none;
493
594
  }
494
- .mobile .clappr-nerd-stats .stats-box-top {
495
- position: fixed;
595
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
596
+ padding-left: 2px;
597
+ padding-right: 2px;
598
+ background: var(--primary-background-color);
599
+ gap: 10px;
496
600
  }
497
- .mobile .clappr-nerd-stats .stats-box-main ul {
601
+ .clappr-nerd-stats .stats-box ul {
602
+ padding: 5px;
603
+ width: 200px;
498
604
  flex: 0 1 50%;
499
605
  }
500
-
501
- @media only screen and (orientation: portrait) {
502
- .mobile .speedtest-summary {
503
- padding: 0 5px;
504
- height: auto;
505
- }
506
- .mobile .speedtest-summary-block {
507
- width: 100%;
508
- flex-direction: column;
509
- }
510
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
511
- width: 100%;
512
- }
513
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
514
- width: 100%;
515
- }
516
- .mobile .speedtest-summary-header {
517
- padding-top: 12px;
518
- height: 38px;
519
- text-align: center;
520
- }
521
- .mobile .speedtest-quality-header {
522
- text-align: center;
523
- }
524
- .mobile .speedtest-footer .speedtest-footer-refresh {
525
- inset: 50% auto auto 50%;
526
- transform: translate(-50%, -50%);
527
- }
606
+ .clappr-nerd-stats .stats-box ul li {
607
+ position: relative;
608
+ padding: 0 5px;
609
+ text-align: left;
528
610
  }
529
- @media only screen and (orientation: landscape) {
530
- .mobile .clappr-nerd-stats .stats-box-main ul {
531
- flex-basis: 1fr;
532
- }
611
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
612
+ padding: 0;
533
613
  }
534
- @media only screen and (min-width: 1100px) {
535
- .fullscreen .clappr-nerd-stats .stats-box {
536
- top: unset;
537
- }
538
- }.dvr-controls {
539
- --disabled-opacity: 0.3;
540
- --circle-radius: 5px;
541
- display: flex;
542
- align-items: center;
543
- color: var(--player-dvr-color);
544
- font-size: 10px;
545
- font-weight: 500;
546
- height: var(--bottom-panel);
547
- line-height: var(--bottom-panel);
548
- margin-left: 0;
614
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
615
+ width: 100%;
549
616
  }
550
- .dvr-controls .live-info,
551
- .dvr-controls .live-button {
617
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
618
+ background: var(--secondary-background-color);
619
+ }
620
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
621
+ background: var(--secondary-background-color);
622
+ }
623
+ .clappr-nerd-stats .stats-box ul li.title {
624
+ text-align: center;
625
+ font-weight: bold;
626
+ padding-bottom: 4px;
552
627
  font-size: 14px;
553
- font-weight: 500;
554
- margin-left: 20px;
555
- letter-spacing: 0.8px;
556
- text-transform: uppercase;
557
628
  }
558
- .dvr-controls .live-info::before,
559
- .dvr-controls .live-button::before {
560
- margin-right: 8px;
561
- content: "";
562
- display: inline-block;
563
- position: relative;
564
- width: calc(var(--circle-radius) * 2);
565
- height: calc(var(--circle-radius) * 2);
566
- border-radius: var(--circle-radius);
567
- background-color: var(--player-dvr-color);
629
+ .clappr-nerd-stats .stats-box ul li div {
630
+ margin: 0;
631
+ position: absolute;
632
+ right: 0;
633
+ top: 0;
568
634
  }
569
- .dvr-controls.disabled {
570
- opacity: var(--disabled-opacity);
635
+
636
+ .desktop .clappr-nerd-stats .stats-box.narrow {
637
+ width: 250px;
571
638
  }
572
- .dvr-controls.disabled:before {
573
- background-color: var(--player-dvr-color);
639
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
640
+ width: 100%;
574
641
  }
575
- .dvr-controls .live-info {
576
- text-transform: uppercase;
577
- color: #fffffe;
642
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
643
+ padding: 0 5px;
644
+ height: auto;
578
645
  }
579
- .dvr-controls .live-info::before {
580
- background-color: #ed4f4a;
646
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
647
+ width: 100%;
648
+ flex-direction: column;
581
649
  }
582
- .dvr-controls .live-button {
583
- cursor: pointer;
584
- outline: none;
585
- border: 0;
586
- color: var(--player-dvr-color);
587
- background-color: transparent;
588
- padding: 0;
589
- opacity: 0.7;
590
- transition: all 0.1s ease;
650
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
651
+ width: 100%;
591
652
  }
592
- .dvr-controls .live-button:hover {
593
- opacity: 1;
594
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
595
- }*,
596
- :focus,
597
- :visited {
598
- outline: none !important;
653
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
654
+ width: 100%;
599
655
  }
600
-
601
- .multicamera[data-multicamera] {
602
- float: right;
603
- margin-top: 4px;
604
- position: relative;
605
- margin-right: 20px;
606
- width: 20px;
656
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
657
+ padding-top: 12px;
658
+ height: 38px;
659
+ text-align: center;
607
660
  }
608
- .multicamera[data-multicamera] button {
609
- background-color: transparent;
610
- color: #fff;
611
- font-family: Roboto, "Open Sans", Arial, sans-serif;
612
- -webkit-font-smoothing: antialiased;
613
- border: none;
614
- font-size: 14px;
615
- padding: 0;
661
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
662
+ text-align: center;
616
663
  }
617
- .multicamera[data-multicamera] button svg {
618
- height: 20px;
619
- position: relative;
620
- margin-top: 6px;
664
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
665
+ height: 80px;
621
666
  }
622
- .multicamera[data-multicamera] button:hover {
623
- color: #c9c9c9;
667
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
668
+ bottom: 0;
669
+ left: 0;
624
670
  }
625
- .multicamera[data-multicamera] button.changing {
626
- animation: pulse 0.5s infinite alternate;
671
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
672
+ inset: 50% auto auto 50%;
673
+ transform: translate(-50%, -50%);
627
674
  }
628
- .multicamera[data-multicamera] button span.quality-arrow {
629
- width: 9px;
630
- height: 6px;
631
- margin-top: 11px;
632
- margin-left: 5px;
675
+
676
+ .speed-test-button {
677
+ margin: 10px 0 0;
678
+ color: #000;
633
679
  }
634
- .multicamera[data-multicamera] > ul {
635
- padding: 6px 0;
636
- right: -24px;
637
- width: 245px;
638
- list-style-type: none;
680
+
681
+ .speed-test {
639
682
  position: absolute;
640
- bottom: 48px;
641
- border-radius: 4px;
642
- display: none;
643
- background-color: rgba(74, 74, 74, 0.9);
683
+ top: 0;
684
+ left: 0;
685
+ width: 100%;
686
+ height: 100%;
687
+ z-index: 9999;
644
688
  }
645
- .multicamera[data-multicamera] > ul::after {
646
- content: "";
647
- position: absolute;
648
- top: 100%;
649
- left: 85%;
650
- margin-left: -10px;
651
- width: 0;
652
- height: 0;
653
- border-top: 10px solid rgba(74, 74, 74, 0.9);
654
- border-right: 10px solid transparent;
655
- border-left: 10px solid transparent;
689
+ .speed-test .speed-test-header {
690
+ width: 100%;
691
+ height: 32px;
656
692
  }
657
- .multicamera[data-multicamera] li {
658
- font-size: 10px;
693
+ .speed-test .speed-test-header .close-speed-test {
694
+ float: right;
695
+ margin-right: 5px;
696
+ line-height: 32px;
659
697
  cursor: pointer;
698
+ color: var(--primary-text-color);
660
699
  }
661
- .multicamera[data-multicamera] li .multicamera-item {
662
- display: flex;
663
- padding: 10px 0;
664
- justify-content: center;
665
- position: relative;
666
- }
667
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
668
- pointer-events: none;
700
+ .speed-test .speed-test-header .close-speed-test:hover {
701
+ color: var(--hover-text-color);
669
702
  }
670
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
671
- opacity: 0.5;
703
+
704
+ .settings-button {
705
+ float: right;
706
+ margin: 0 12px 0 0;
707
+ height: 40px;
708
+ width: 24px;
709
+ border: none;
710
+ padding: 0;
672
711
  }
673
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
674
- opacity: 0.5;
712
+
713
+ .speedtest-summary {
714
+ width: 100%;
715
+ border-top: 1px solid var(--secondary-background-color) !important;
716
+ border-bottom: 1px solid var(--secondary-background-color) !important;
717
+ display: flex !important;
718
+ flex-direction: column;
719
+ align-items: stretch;
720
+ justify-content: space-between;
675
721
  }
676
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
677
- background-color: rgba(0, 0, 0, 0);
722
+ .speedtest-summary .speedtest-summary-header {
723
+ width: 100%;
724
+ padding-top: 4px;
725
+ text-align: left;
726
+ height: 32px;
727
+ font-size: 14px;
728
+ font-weight: 500;
729
+ line-height: 20px;
678
730
  }
679
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
680
- background-color: rgba(0, 0, 0, 0.3);
731
+ .speedtest-summary .speedtest-summary-block {
732
+ position: relative;
733
+ display: flex;
734
+ flex-direction: row;
735
+ width: 100%;
681
736
  }
682
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
683
- width: 80px;
684
- height: 60px;
737
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
738
+ width: 50%;
739
+ margin-top: 4px;
740
+ margin-bottom: 12px;
685
741
  }
686
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
687
- width: 80px;
688
- height: 60px;
742
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
743
+ padding: 2px;
744
+ width: 248px;
745
+ max-width: 100%;
689
746
  }
690
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
691
- width: 120px;
692
- text-align: left;
693
- margin-left: 15px;
747
+
748
+ .speedtest-quality {
749
+ width: 100%;
750
+ height: 36px;
751
+ display: flex !important;
752
+ flex-direction: column !important;
753
+ justify-content: space-between !important;
694
754
  }
695
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
696
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
697
- width: 120px;
755
+ .speedtest-quality .speedtest-quality-header {
756
+ font-size: 12px;
698
757
  height: 20px;
699
- font-family: Roboto, "Open Sans", Arial, sans-serif;
700
- font-size: 14px;
701
- font-weight: normal;
702
- font-style: normal;
703
- font-stretch: normal;
704
- line-height: 1.43;
705
- letter-spacing: normal;
758
+ border-left: 2px solid var(--secondary-background-color) !important;
759
+ background-color: var(--secondary-background-color);
706
760
  text-align: left;
707
- color: #fff;
708
- text-overflow: ellipsis;
709
- overflow: hidden;
710
- }
711
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
712
- opacity: 0.6;
713
761
  }
714
- .multicamera[data-multicamera] li a {
715
- color: #444;
716
- padding: 2px 10px;
717
- display: block;
718
- text-decoration: none;
762
+ .speedtest-quality-content {
763
+ width: 100%;
764
+ margin-top: 8px;
765
+ height: 8px;
766
+ display: flex !important;
767
+ flex-direction: row !important;
768
+ align-items: stretch !important;
769
+ justify-content: space-between;
719
770
  }
720
- .multicamera[data-multicamera] li a:hover {
721
- background-color: #555;
722
- color: white;
771
+ .speedtest-quality-content-item {
772
+ width: 18.8%;
773
+ background-color: #fff;
723
774
  }
724
- .multicamera[data-multicamera] li a:hover a {
725
- color: white;
726
- text-decoration: none;
775
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
776
+ background-color: var(--speedtest-red);
727
777
  }
728
- .multicamera[data-multicamera] li.current a {
729
- color: #f00;
730
- }@charset "UTF-8";
731
- .gplayer-mc-clips {
732
- display: flex;
733
- gap: 6px;
778
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
779
+ background-color: var(--speedtest-orange);
734
780
  }
735
- .gplayer-mc-clips .gplayer-mc-clips-text {
736
- text-overflow: ellipsis;
737
- white-space: nowrap;
738
- overflow: hidden;
739
- display: inline-block;
740
- text-overflow: ellipsis;
741
- color: white;
742
- cursor: default;
743
- line-height: var(--bottom-panel);
744
- position: relative;
745
- max-width: 150px;
781
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
782
+ background-color: var(--speedtest-yellow);
746
783
  }
747
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
748
- content: "•";
749
- padding-right: 6px;
784
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
785
+ background-color: var(--speedtest-light-green);
750
786
  }
751
- .gplayer-mc-clips .gplayer-mc-clips-text.compact {
752
- max-width: 100px;
753
- }*, :focus, :visited {
754
- outline: none !important;
787
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
788
+ background-color: var(--speedtest-green);
755
789
  }
756
790
 
757
- .gear-wrapper .go-back {
758
- font-weight: 600;
759
- font-size: 14px;
760
- line-height: 20px;
791
+ .speedtest-footer {
792
+ position: relative;
793
+ float: left;
761
794
  width: 100%;
762
- text-align: left;
763
- padding: 12px;
795
+ height: 30px;
796
+ line-height: 16px;
764
797
  }
765
- .gear-wrapper .go-back .arrow-left-icon {
766
- float: left;
767
- padding-top: 2px;
768
- padding-right: 2px;
798
+ .speedtest-footer-about-link {
799
+ position: absolute;
800
+ bottom: 0;
801
+ left: 0;
802
+ color: var(--secondary-text-color);
803
+ text-decoration: underline !important;
769
804
  }
770
- .gear-wrapper .go-back .arrow-left-icon svg {
805
+ .speedtest-footer-about-link:hover {
806
+ color: var(--hover-text-color);
807
+ }
808
+ .speedtest-footer .speedtest-footer-refresh {
809
+ position: absolute;
810
+ bottom: 0;
811
+ right: 0;
812
+ color: var(--secondary-text-color);
813
+ font-size: 14px;
814
+ font-weight: 400;
815
+ line-height: 16px;
771
816
  height: 16px;
817
+ display: flex;
818
+ align-items: center;
819
+ gap: 4px;
772
820
  }
773
- .gear-wrapper ul.gear-sub-menu {
774
- width: 100%;
775
- list-style-type: none;
776
- min-width: 60px;
777
- border-top: 2px solid rgb(36, 36, 36);
778
- overflow-y: auto;
821
+ .speedtest-footer .speedtest-footer-refresh svg path {
822
+ fill: var(--secondary-text-color);
779
823
  }
780
- .gear-wrapper ul.gear-sub-menu li {
781
- font-size: 12px;
782
- text-align: left;
824
+ .speedtest-footer .speedtest-footer-refresh:hover {
825
+ color: var(--hover-text-color);
783
826
  }
784
- .gear-wrapper ul.gear-sub-menu li a {
785
- display: block;
786
- text-decoration: none;
787
- height: 30px;
788
- padding: 5px 10px;
789
- line-height: 22px;
790
- color: var(--gplayer-mc-text-dim-color);
827
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
828
+ fill: var(--hover-text-color);
791
829
  }
792
- .gear-wrapper ul.gear-sub-menu li a:hover {
793
- color: var(--gplayer-mc-text-color);
794
- background-color: rgba(0, 0, 0, 0.4);
830
+
831
+ .mobile .clappr-nerd-stats .stats-box {
832
+ position: fixed;
833
+ height: auto;
834
+ width: auto;
835
+ inset: 0;
836
+ min-width: 100vw;
837
+ padding-bottom: 4px;
838
+ padding-left: 4px;
839
+ padding-right: 4px;
795
840
  }
796
- .gear-wrapper ul.gear-sub-menu li a:hover a {
797
- color: var(--gplayer-mc-text-color);
798
- text-decoration: none;
841
+ .mobile .clappr-nerd-stats .stats-box-top {
842
+ position: fixed;
843
+ }
844
+ .mobile .clappr-nerd-stats .stats-box-main ul {
845
+ flex: 0 1 50%;
846
+ }
847
+
848
+ @media only screen and (orientation: portrait) {
849
+ .mobile .speedtest-summary {
850
+ padding: 0 5px;
851
+ height: auto;
852
+ }
853
+ .mobile .speedtest-summary-block {
854
+ width: 100%;
855
+ flex-direction: column;
856
+ }
857
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
858
+ width: 100%;
859
+ }
860
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
861
+ width: 100%;
862
+ }
863
+ .mobile .speedtest-summary-header {
864
+ padding-top: 12px;
865
+ height: 38px;
866
+ text-align: center;
867
+ }
868
+ .mobile .speedtest-quality-header {
869
+ text-align: center;
870
+ }
871
+ .mobile .speedtest-footer .speedtest-footer-refresh {
872
+ inset: 50% auto auto 50%;
873
+ transform: translate(-50%, -50%);
874
+ }
799
875
  }
800
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
801
- width: 30px;
802
- height: 20px;
803
- float: left;
804
- display: block;
876
+ @media only screen and (orientation: landscape) {
877
+ .mobile .clappr-nerd-stats .stats-box-main ul {
878
+ flex-basis: 1fr;
879
+ }
805
880
  }
806
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
807
- display: none;
881
+ @media only screen and (min-width: 1100px) {
882
+ .fullscreen .clappr-nerd-stats .stats-box {
883
+ top: unset;
884
+ }
885
+ }.quality-levels li.disabled {
886
+ opacity: 0.5;
887
+ pointer-events: none;
808
888
  }
809
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
810
- display: inline;
811
- }.context-menu {
812
- z-index: 999;
889
+ .quality-levels li.current {
890
+ background-color: #000;
891
+ }.big-mute-icon-wrapper[data-big-mute] {
813
892
  position: absolute;
814
- top: 0;
815
- left: 0;
816
- text-align: center;
817
- }
818
- .context-menu .context-menu-list {
819
- font-family: "Proxima Nova", sans-serif;
820
- font-size: 12px;
821
- line-height: 12px;
822
- list-style-type: none;
823
- text-align: left;
824
- padding: 5px;
825
- margin-left: auto;
826
- margin-right: auto;
827
- background-color: rgba(0, 0, 0, 0.75);
828
- border: 1px solid #666;
829
- border-radius: 4px;
830
- }
831
- .context-menu .context-menu-list-item button {
832
- border: none;
893
+ z-index: 9998;
833
894
  background-color: transparent;
834
- padding: 0;
835
- color: white;
836
895
  display: flex;
837
- gap: 8px;
838
- align-items: center;
839
896
  justify-content: center;
840
- cursor: pointer;
841
- padding: 5px;
842
897
  width: 100%;
898
+ height: calc(100% - 50px);
899
+ margin: 0 auto;
900
+ opacity: 0.75;
901
+ transition: opacity 0.1s ease;
902
+ pointer-events: auto;
843
903
  }
844
- .context-menu .context-menu-list-item_icon {
845
- width: 20px;
846
- height: 20px;
847
- }.media-control-skin-1 .media-control-item.media-control-gear {
848
- order: 99;
849
- }
850
- .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
851
- position: absolute;
852
- right: 16px;
853
- bottom: 52px;
854
- width: 250px;
855
- min-height: 48px;
856
- z-index: 9999;
857
- border-radius: 4px;
858
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
904
+ .big-mute-icon-wrapper[data-big-mute].hide {
905
+ display: none;
859
906
  }
860
- .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
861
- padding: 8px 0;
907
+ .big-mute-icon-wrapper[data-big-mute]:hover {
908
+ cursor: pointer;
862
909
  }
863
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
864
- margin: 0;
865
- text-align: left;
866
- line-height: 22px;
867
- padding: 5px 14px;
868
- width: 250px;
869
- font-size: 12px;
910
+
911
+ .big-mute-icon[data-big-mute-icon] {
870
912
  display: flex;
871
913
  align-items: center;
872
- justify-content: flex-start;
873
- gap: 8px;
914
+ justify-content: center;
915
+ align-self: center;
916
+ width: 120px;
917
+ height: 120px;
918
+ border: 2px solid white;
919
+ border-radius: 50%;
920
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
921
+ filter: alpha(opacity=60);
922
+ opacity: 1;
923
+ box-shadow: 0 0 1px 0 white;
924
+ background: rgba(240, 243, 247, 0.9411764706);
925
+ z-index: 10000;
874
926
  }
875
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
876
- flex: 24px 0 0;
877
- height: 24px;
927
+ .big-mute-icon[data-big-mute-icon] svg {
928
+ margin-left: 5px;
929
+ width: 80px;
930
+ height: 80px;
878
931
  }
879
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
880
- visibility: hidden;
881
- display: inline-block;
932
+ .big-mute-icon[data-big-mute-icon] svg path {
933
+ fill: #1f1e1e !important;
882
934
  }
883
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
884
- flex: 0 1 100%;
935
+ .big-mute-icon[data-big-mute-icon]:hover {
936
+ background: rgba(240, 243, 247, 0.8784313725);
885
937
  }
886
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
887
- flex: 0 0 14px;
888
- height: 24px;
938
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
939
+ fill: #151515 !important;
940
+ }.seek-time {
941
+ position: absolute;
942
+ white-space: nowrap;
943
+ height: 20px;
944
+ line-height: 20px;
945
+ font-size: 0;
946
+ left: -100%;
947
+ bottom: 55px;
948
+ background-color: rgba(2, 2, 2, 0.5);
949
+ z-index: 9999;
950
+ transition: opacity 0.1s ease;
889
951
  }
890
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
891
- flex: 1 0 auto;
952
+ .seek-time.hidden {
953
+ opacity: 0;
954
+ }
955
+ .seek-time .seek-time__pos {
956
+ display: inline-block;
957
+ color: white;
958
+ font-size: 10px;
959
+ padding-left: 7px;
960
+ padding-right: 7px;
961
+ vertical-align: top;
962
+ }
963
+ .seek-time .seek-time__duration {
964
+ display: inline-block;
965
+ color: rgba(255, 255, 255, 0.5);
966
+ font-size: 10px;
967
+ padding-right: 7px;
968
+ vertical-align: top;
969
+ }
970
+ .seek-time .seek-time__duration::before {
971
+ content: "|";
972
+ margin-right: 7px;
892
973
  }.share_plugin[data-share] {
893
974
  pointer-events: auto;
894
975
  z-index: 5;
@@ -937,123 +1018,41 @@
937
1018
  }
938
1019
  .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
939
1020
  display: inline-block;
940
- font-size: 16px;
941
- margin: 5px;
942
- }
943
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
944
- display: inline-block;
945
- width: 24px;
946
- float: right;
947
- margin: 5px;
948
- cursor: pointer;
949
- }
950
- .share_plugin[data-share] .share-container .share-container-main {
951
- margin-bottom: 8px;
952
- }
953
- .share_plugin[data-share] .share-container .share-container-main > div {
954
- text-align: left;
955
- font-size: 14px;
956
- padding: 5px;
957
- }
958
- .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 {
959
- overflow: hidden;
960
- text-overflow: ellipsis;
961
- color: #818181;
962
- border: solid 1px #d3d3d3;
963
- width: calc(100% - 10px);
964
- padding: 5px;
965
- }
966
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
967
- max-height: 90px;
968
- resize: none;
969
- }
970
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
971
- width: 32px;
972
- display: inline-block;
973
- margin-right: 5px;
974
- cursor: pointer;
975
- }.quality-levels li.disabled {
976
- opacity: 0.5;
977
- pointer-events: none;
978
- }
979
- .quality-levels li.current {
980
- background-color: #000;
981
- }div.player-error-screen, [data-player] div.player-error-screen {
982
- color: #CCCACA;
983
- position: absolute;
984
- top: 0;
985
- height: 100%;
986
- width: 100%;
987
- background-color: rgba(0, 0, 0, 0.7);
988
- z-index: 2000;
989
- display: flex;
990
- flex-direction: column;
991
- justify-content: center;
992
- }
993
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
994
- font-size: 14px;
995
- color: #CCCACA;
996
- margin-top: 45px;
997
- }
998
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
999
- font-weight: bold;
1000
- line-height: 30px;
1001
- font-size: 18px;
1002
- }
1003
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1004
- width: 90%;
1005
- margin: 0 auto;
1006
- }
1007
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1008
- font-size: 13px;
1009
- margin-top: 15px;
1010
- }
1011
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1012
- cursor: pointer;
1013
- width: 30px;
1014
- margin: 15px auto 0;
1015
- }.media-control-skin-1 .media-control-item.media-control-pip {
1016
- order: 95;
1017
- }
1018
- .media-control-skin-1 .media-control-item.media-control-pip button {
1019
- height: 20px;
1020
- }
1021
- .media-control-skin-1 .media-control-item.media-control-pip button svg {
1022
- height: 20px;
1023
- }.player-poster {
1024
- display: flex;
1025
- justify-content: center;
1026
- align-items: center;
1027
- position: absolute;
1028
- height: 100%;
1029
- width: 100%;
1030
- z-index: 998;
1031
- top: 0;
1032
- left: 0;
1033
- background-color: #000;
1034
- background-size: cover;
1035
- background-repeat: no-repeat;
1036
- background-position: 50% 50%;
1021
+ font-size: 16px;
1022
+ margin: 5px;
1037
1023
  }
1038
- .player-poster.clickable {
1024
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1025
+ display: inline-block;
1026
+ width: 24px;
1027
+ float: right;
1028
+ margin: 5px;
1039
1029
  cursor: pointer;
1040
1030
  }
1041
- .player-poster:hover .play-wrapper {
1042
- opacity: 1;
1031
+ .share_plugin[data-share] .share-container .share-container-main {
1032
+ margin-bottom: 8px;
1043
1033
  }
1044
- .player-poster .play-wrapper {
1045
- width: 100%;
1046
- height: 25%;
1047
- margin: 0 auto;
1048
- opacity: 0.75;
1049
- transition: opacity 0.1s ease;
1034
+ .share_plugin[data-share] .share-container .share-container-main > div {
1035
+ text-align: left;
1036
+ font-size: 14px;
1037
+ padding: 5px;
1050
1038
  }
1051
- .player-poster .play-wrapper svg {
1052
- height: 100%;
1053
- display: inline;
1039
+ .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 {
1040
+ overflow: hidden;
1041
+ text-overflow: ellipsis;
1042
+ color: #818181;
1043
+ border: solid 1px #d3d3d3;
1044
+ width: calc(100% - 10px);
1045
+ padding: 5px;
1054
1046
  }
1055
- .player-poster .play-wrapper svg path {
1056
- fill: #fff;
1047
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1048
+ max-height: 90px;
1049
+ resize: none;
1050
+ }
1051
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1052
+ width: 32px;
1053
+ display: inline-block;
1054
+ margin-right: 5px;
1055
+ cursor: pointer;
1057
1056
  }[data-player] {
1058
1057
  --bottom-panel: 40px;
1059
1058
  }
@@ -1679,102 +1678,40 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1679
1678
  100% {
1680
1679
  color: #B80000;
1681
1680
  }
1682
- }.seek-time {
1683
- position: absolute;
1684
- white-space: nowrap;
1685
- height: 20px;
1686
- line-height: 20px;
1687
- font-size: 0;
1688
- left: -100%;
1689
- bottom: 55px;
1690
- background-color: rgba(2, 2, 2, 0.5);
1691
- z-index: 9999;
1692
- transition: opacity 0.1s ease;
1693
- }
1694
- .seek-time.hidden {
1695
- opacity: 0;
1696
- }
1697
- .seek-time .seek-time__pos {
1698
- display: inline-block;
1699
- color: white;
1700
- font-size: 10px;
1701
- padding-left: 7px;
1702
- padding-right: 7px;
1703
- vertical-align: top;
1704
- }
1705
- .seek-time .seek-time__duration {
1706
- display: inline-block;
1707
- color: rgba(255, 255, 255, 0.5);
1708
- font-size: 10px;
1709
- padding-right: 7px;
1710
- vertical-align: top;
1711
- }
1712
- .seek-time .seek-time__duration::before {
1713
- content: "|";
1714
- margin-right: 7px;
1715
- }.scrub-thumbnails {
1681
+ }.player-poster {
1682
+ display: flex;
1683
+ justify-content: center;
1684
+ align-items: center;
1716
1685
  position: absolute;
1717
- bottom: 52px;
1686
+ height: 100%;
1718
1687
  width: 100%;
1719
- transition: opacity 0.3s ease;
1720
- }
1721
- .scrub-thumbnails.hidden {
1722
- opacity: 0;
1723
- }
1724
- .scrub-thumbnails .thumbnail-container {
1725
- display: inline-block;
1726
- position: relative;
1727
- overflow: hidden;
1688
+ z-index: 998;
1689
+ top: 0;
1690
+ left: 0;
1728
1691
  background-color: #000;
1692
+ background-size: cover;
1693
+ background-repeat: no-repeat;
1694
+ background-position: 50% 50%;
1729
1695
  }
1730
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1731
- position: absolute;
1732
- width: auto;
1733
- }
1734
- .scrub-thumbnails .thumbnails-text {
1735
- background-color: rgba(74, 74, 74, 0.7);
1736
- border-radius: 3px;
1737
- white-space: nowrap;
1738
- overflow: hidden;
1739
- text-overflow: ellipsis;
1740
- color: white;
1741
- position: absolute;
1742
- bottom: 23px;
1743
- width: 100px;
1744
- padding: 0 4px;
1745
- font-size: 12px;
1746
- }
1747
- .scrub-thumbnails .spotlight {
1748
- background-color: #4a4a4a;
1749
- overflow: hidden;
1750
- position: absolute;
1751
- bottom: 0;
1752
- left: 0;
1753
- border-color: #4a4a4a;
1754
- border-style: solid;
1755
- border-width: 3px;
1756
- border-radius: 3px;
1696
+ .player-poster.clickable {
1697
+ cursor: pointer;
1757
1698
  }
1758
- .scrub-thumbnails .spotlight img {
1759
- width: auto;
1699
+ .player-poster:hover .play-wrapper {
1700
+ opacity: 1;
1760
1701
  }
1761
- .scrub-thumbnails .backdrop {
1762
- position: absolute;
1763
- left: 0;
1764
- bottom: 0;
1765
- right: 0;
1766
- background-color: #000;
1767
- overflow: hidden;
1702
+ .player-poster .play-wrapper {
1703
+ width: 100%;
1704
+ height: 25%;
1705
+ margin: 0 auto;
1706
+ opacity: 0.75;
1707
+ transition: opacity 0.1s ease;
1768
1708
  }
1769
- .scrub-thumbnails .backdrop .carousel {
1770
- position: absolute;
1771
- top: 0;
1772
- left: 0;
1709
+ .player-poster .play-wrapper svg {
1773
1710
  height: 100%;
1774
- white-space: nowrap;
1711
+ display: inline;
1775
1712
  }
1776
- .scrub-thumbnails .backdrop .carousel img {
1777
- width: auto;
1713
+ .player-poster .play-wrapper svg path {
1714
+ fill: #fff;
1778
1715
  }.spinner-three-bounce[data-spinner] {
1779
1716
  position: absolute;
1780
1717
  width: 70px;
@@ -1813,15 +1750,27 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1813
1750
  40% {
1814
1751
  transform: scale(1);
1815
1752
  }
1816
- }.player-logo[data-logo] {
1753
+ }.container-with-poster-clickable .mc-skip-time {
1754
+ height: 0;
1755
+ }
1756
+
1757
+ .mc-skip-time {
1817
1758
  position: absolute;
1818
- z-index: 2;
1759
+ width: 100%;
1760
+ height: calc(100% - 50px);
1761
+ z-index: 9998;
1762
+ background-color: transparent;
1763
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1764
+ }
1765
+ .mc-skip-time .skip-container {
1819
1766
  width: 100%;
1820
1767
  height: 100%;
1768
+ display: flex;
1769
+ justify-content: space-between;
1821
1770
  }
1822
-
1823
- .clappr-logo {
1824
- position: absolute;
1771
+ .mc-skip-time .skip-container .skip-item {
1772
+ flex: 1 0 0px;
1773
+ height: 100%;
1825
1774
  }.media-control-skin-1 .media-control-cc button.media-control-button {
1826
1775
  display: flex;
1827
1776
  justify-content: center;
@@ -1869,25 +1818,76 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1869
1818
  background-color: rgba(0, 0, 0, 0.4);
1870
1819
  color: white;
1871
1820
  display: inline-block;
1872
- }.container-with-poster-clickable .mc-skip-time {
1873
- height: 0;
1821
+ }.player-logo[data-logo] {
1822
+ position: absolute;
1823
+ z-index: 2;
1824
+ width: 100%;
1825
+ height: 100%;
1874
1826
  }
1875
1827
 
1876
- .mc-skip-time {
1828
+ .clappr-logo {
1829
+ position: absolute;
1830
+ }.scrub-thumbnails {
1877
1831
  position: absolute;
1832
+ bottom: 52px;
1878
1833
  width: 100%;
1879
- height: calc(100% - 50px);
1880
- z-index: 9998;
1881
- background-color: transparent;
1882
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1834
+ transition: opacity 0.3s ease;
1883
1835
  }
1884
- .mc-skip-time .skip-container {
1885
- width: 100%;
1886
- height: 100%;
1887
- display: flex;
1888
- justify-content: space-between;
1836
+ .scrub-thumbnails.hidden {
1837
+ opacity: 0;
1889
1838
  }
1890
- .mc-skip-time .skip-container .skip-item {
1891
- flex: 1 0 0px;
1839
+ .scrub-thumbnails .thumbnail-container {
1840
+ display: inline-block;
1841
+ position: relative;
1842
+ overflow: hidden;
1843
+ background-color: #000;
1844
+ }
1845
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1846
+ position: absolute;
1847
+ width: auto;
1848
+ }
1849
+ .scrub-thumbnails .thumbnails-text {
1850
+ background-color: rgba(74, 74, 74, 0.7);
1851
+ border-radius: 3px;
1852
+ white-space: nowrap;
1853
+ overflow: hidden;
1854
+ text-overflow: ellipsis;
1855
+ color: white;
1856
+ position: absolute;
1857
+ bottom: 23px;
1858
+ width: 100px;
1859
+ padding: 0 4px;
1860
+ font-size: 12px;
1861
+ }
1862
+ .scrub-thumbnails .spotlight {
1863
+ background-color: #4a4a4a;
1864
+ overflow: hidden;
1865
+ position: absolute;
1866
+ bottom: 0;
1867
+ left: 0;
1868
+ border-color: #4a4a4a;
1869
+ border-style: solid;
1870
+ border-width: 3px;
1871
+ border-radius: 3px;
1872
+ }
1873
+ .scrub-thumbnails .spotlight img {
1874
+ width: auto;
1875
+ }
1876
+ .scrub-thumbnails .backdrop {
1877
+ position: absolute;
1878
+ left: 0;
1879
+ bottom: 0;
1880
+ right: 0;
1881
+ background-color: #000;
1882
+ overflow: hidden;
1883
+ }
1884
+ .scrub-thumbnails .backdrop .carousel {
1885
+ position: absolute;
1886
+ top: 0;
1887
+ left: 0;
1892
1888
  height: 100%;
1889
+ white-space: nowrap;
1890
+ }
1891
+ .scrub-thumbnails .backdrop .carousel img {
1892
+ width: auto;
1893
1893
  }