@gcorevideo/player 2.26.4 → 2.26.5

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