@gcorevideo/player 2.26.5 → 2.26.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,578 +122,445 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
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;
125
+ }*, :focus, :visited {
126
+ outline: none !important;
136
127
  }
137
128
 
138
- .clappr-nerd-stats {
139
- cursor: default;
140
- }
141
- .clappr-nerd-stats .stats-box {
142
- position: absolute;
143
- display: inline-block;
144
- bottom: 52px;
145
- right: 0;
146
- top: 0;
147
- left: 0;
148
- bottom: 0;
149
- padding: 0 10px 12px;
150
- margin: 0;
129
+ .gear-wrapper .go-back {
130
+ font-weight: 600;
131
+ font-size: 14px;
151
132
  line-height: 20px;
152
- font-size: 12px;
153
- font-weight: 500;
154
- background: var(--primary-background-color);
155
- color: #fff;
156
- z-index: 20000;
157
- overflow: auto;
158
- max-width: 100%;
159
- }
160
- .clappr-nerd-stats .stats-box-top {
161
- position: absolute;
162
- top: 0;
163
- left: 0;
164
- z-index: 9999;
165
133
  width: 100%;
166
- height: 32px;
167
- background: var(--primary-background-color);
168
- }
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;
176
- }
177
- .clappr-nerd-stats .stats-box-top .close-button svg path {
178
- fill: var(--primary-text-color);
179
- }
180
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
181
- fill: var(--hover-text-color);
182
- }
183
- .clappr-nerd-stats .stats-box-main {
184
- overflow: hidden;
185
- margin-top: 44px;
186
- display: flex;
187
- flex-wrap: wrap;
134
+ text-align: left;
135
+ padding: 12px;
188
136
  }
189
- .clappr-nerd-stats .stats-box-main ul {
190
- flex: 0 1 1fr;
191
- min-width: 200px;
137
+ .gear-wrapper .go-back .arrow-left-icon {
138
+ float: left;
139
+ padding-top: 2px;
140
+ padding-right: 2px;
192
141
  }
193
- .clappr-nerd-stats .stats-box.wide {
194
- width: 820px;
142
+ .gear-wrapper .go-back .arrow-left-icon svg {
143
+ height: 16px;
195
144
  }
196
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
145
+ .gear-wrapper ul.gear-sub-menu {
146
+ width: 100%;
197
147
  list-style-type: none;
148
+ min-width: 60px;
149
+ border-top: 2px solid rgb(36, 36, 36);
150
+ overflow-y: auto;
198
151
  }
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;
152
+ .gear-wrapper ul.gear-sub-menu li {
153
+ font-size: 12px;
213
154
  text-align: left;
214
155
  }
215
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
216
- padding: 0;
156
+ .gear-wrapper ul.gear-sub-menu li a {
157
+ display: block;
158
+ text-decoration: none;
159
+ height: 30px;
160
+ padding: 5px 10px;
161
+ line-height: 22px;
162
+ color: var(--gplayer-mc-text-dim-color);
217
163
  }
218
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
219
- width: 100%;
164
+ .gear-wrapper ul.gear-sub-menu li a:hover {
165
+ color: var(--gplayer-mc-text-color);
166
+ background-color: rgba(0, 0, 0, 0.4);
220
167
  }
221
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
222
- background: var(--secondary-background-color);
168
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
169
+ color: var(--gplayer-mc-text-color);
170
+ text-decoration: none;
223
171
  }
224
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
225
- background: var(--secondary-background-color);
172
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
173
+ width: 30px;
174
+ height: 20px;
175
+ float: left;
176
+ display: block;
226
177
  }
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;
178
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
179
+ display: none;
232
180
  }
233
- .clappr-nerd-stats .stats-box ul li div {
234
- margin: 0;
235
- position: absolute;
236
- right: 0;
237
- top: 0;
181
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
182
+ display: inline;
183
+ }.media-control-skin-1 .media-control-item.media-control-gear {
184
+ order: 99;
238
185
  }
239
-
240
- .desktop .clappr-nerd-stats .stats-box.narrow {
186
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
187
+ position: absolute;
188
+ right: 16px;
189
+ bottom: 52px;
241
190
  width: 250px;
191
+ min-height: 48px;
192
+ z-index: 9999;
193
+ border-radius: 4px;
194
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
242
195
  }
243
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
244
- width: 100%;
196
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
197
+ padding: 8px 0;
245
198
  }
246
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
247
- padding: 0 5px;
248
- height: auto;
199
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
200
+ margin: 0;
201
+ text-align: left;
202
+ line-height: 22px;
203
+ padding: 5px 14px;
204
+ width: 250px;
205
+ font-size: 12px;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: flex-start;
209
+ gap: 8px;
249
210
  }
250
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
251
- width: 100%;
252
- flex-direction: column;
211
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
212
+ flex: 24px 0 0;
213
+ height: 24px;
253
214
  }
254
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
255
- width: 100%;
215
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
216
+ visibility: hidden;
217
+ display: inline-block;
256
218
  }
257
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
258
- width: 100%;
219
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
220
+ flex: 0 1 100%;
259
221
  }
260
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
261
- padding-top: 12px;
262
- height: 38px;
263
- text-align: center;
222
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
223
+ flex: 0 0 14px;
224
+ height: 24px;
264
225
  }
265
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
266
- text-align: center;
226
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
227
+ flex: 1 0 auto;
228
+ }.dvr-controls {
229
+ --disabled-opacity: 0.3;
230
+ --circle-radius: 5px;
231
+ display: flex;
232
+ align-items: center;
233
+ color: var(--player-dvr-color);
234
+ font-size: 10px;
235
+ font-weight: 500;
236
+ height: var(--bottom-panel);
237
+ line-height: var(--bottom-panel);
238
+ margin-left: 0;
267
239
  }
268
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
269
- height: 80px;
240
+ .dvr-controls .live-info,
241
+ .dvr-controls .live-button {
242
+ font-size: 14px;
243
+ font-weight: 500;
244
+ margin-left: 20px;
245
+ letter-spacing: 0.8px;
246
+ text-transform: uppercase;
270
247
  }
271
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
272
- bottom: 0;
273
- left: 0;
248
+ .dvr-controls .live-info::before,
249
+ .dvr-controls .live-button::before {
250
+ margin-right: 8px;
251
+ content: "";
252
+ display: inline-block;
253
+ position: relative;
254
+ width: calc(var(--circle-radius) * 2);
255
+ height: calc(var(--circle-radius) * 2);
256
+ border-radius: var(--circle-radius);
257
+ background-color: var(--player-dvr-color);
274
258
  }
275
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
276
- inset: 50% auto auto 50%;
277
- transform: translate(-50%, -50%);
259
+ .dvr-controls.disabled {
260
+ opacity: var(--disabled-opacity);
278
261
  }
279
-
280
- .speed-test-button {
281
- margin: 10px 0 0;
282
- color: #000;
262
+ .dvr-controls.disabled:before {
263
+ background-color: var(--player-dvr-color);
283
264
  }
284
-
285
- .speed-test {
286
- position: absolute;
287
- top: 0;
288
- left: 0;
289
- width: 100%;
290
- height: 100%;
291
- z-index: 9999;
265
+ .dvr-controls .live-info {
266
+ text-transform: uppercase;
267
+ color: #fffffe;
292
268
  }
293
- .speed-test .speed-test-header {
294
- width: 100%;
295
- height: 32px;
269
+ .dvr-controls .live-info::before {
270
+ background-color: #ed4f4a;
296
271
  }
297
- .speed-test .speed-test-header .close-speed-test {
298
- float: right;
299
- margin-right: 5px;
300
- line-height: 32px;
272
+ .dvr-controls .live-button {
301
273
  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;
313
- border: none;
274
+ outline: none;
275
+ border: 0;
276
+ color: var(--player-dvr-color);
277
+ background-color: transparent;
314
278
  padding: 0;
279
+ opacity: 0.7;
280
+ transition: all 0.1s ease;
315
281
  }
316
-
317
- .speedtest-summary {
282
+ .dvr-controls .live-button:hover {
283
+ opacity: 1;
284
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
285
+ }div.player-error-screen, [data-player] div.player-error-screen {
286
+ color: #CCCACA;
287
+ position: absolute;
288
+ top: 0;
289
+ height: 100%;
318
290
  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;
291
+ background-color: rgba(0, 0, 0, 0.7);
292
+ z-index: 2000;
293
+ display: flex;
322
294
  flex-direction: column;
323
- align-items: stretch;
324
- justify-content: space-between;
295
+ justify-content: center;
325
296
  }
326
- .speedtest-summary .speedtest-summary-header {
327
- width: 100%;
328
- padding-top: 4px;
329
- text-align: left;
330
- height: 32px;
297
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
331
298
  font-size: 14px;
332
- font-weight: 500;
333
- line-height: 20px;
299
+ color: #CCCACA;
300
+ margin-top: 45px;
334
301
  }
335
- .speedtest-summary .speedtest-summary-block {
336
- position: relative;
337
- display: flex;
338
- flex-direction: row;
339
- width: 100%;
302
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
303
+ font-weight: bold;
304
+ line-height: 30px;
305
+ font-size: 18px;
340
306
  }
341
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
342
- width: 50%;
343
- margin-top: 4px;
344
- margin-bottom: 12px;
307
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
308
+ width: 90%;
309
+ margin: 0 auto;
345
310
  }
346
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
347
- padding: 2px;
348
- width: 248px;
349
- max-width: 100%;
311
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
312
+ font-size: 13px;
313
+ margin-top: 15px;
350
314
  }
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;
315
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
316
+ cursor: pointer;
317
+ width: 30px;
318
+ margin: 15px auto 0;
319
+ }.media-control-skin-1 .media-control-item.media-control-pip {
320
+ order: 95;
358
321
  }
359
- .speedtest-quality .speedtest-quality-header {
360
- font-size: 12px;
322
+ .media-control-skin-1 .media-control-item.media-control-pip button {
361
323
  height: 20px;
362
- border-left: 2px solid var(--secondary-background-color) !important;
363
- background-color: var(--secondary-background-color);
364
- text-align: left;
365
324
  }
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;
325
+ .media-control-skin-1 .media-control-item.media-control-pip button svg {
326
+ height: 20px;
327
+ }*,
328
+ :focus,
329
+ :visited {
330
+ outline: none !important;
374
331
  }
375
- .speedtest-quality-content-item {
376
- width: 18.8%;
377
- background-color: #fff;
332
+
333
+ .multicamera[data-multicamera] {
334
+ float: right;
335
+ margin-top: 4px;
336
+ position: relative;
337
+ margin-right: 20px;
338
+ width: 20px;
378
339
  }
379
- .speedtest-quality-content-item.speedtest-quality-value-1 {
380
- background-color: var(--speedtest-red);
340
+ .multicamera[data-multicamera] button {
341
+ background-color: transparent;
342
+ color: #fff;
343
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
344
+ -webkit-font-smoothing: antialiased;
345
+ border: none;
346
+ font-size: 14px;
347
+ padding: 0;
381
348
  }
382
- .speedtest-quality-content-item.speedtest-quality-value-2 {
383
- background-color: var(--speedtest-orange);
349
+ .multicamera[data-multicamera] button svg {
350
+ height: 20px;
351
+ position: relative;
352
+ margin-top: 6px;
384
353
  }
385
- .speedtest-quality-content-item.speedtest-quality-value-3 {
386
- background-color: var(--speedtest-yellow);
354
+ .multicamera[data-multicamera] button:hover {
355
+ color: #c9c9c9;
387
356
  }
388
- .speedtest-quality-content-item.speedtest-quality-value-4 {
389
- background-color: var(--speedtest-light-green);
357
+ .multicamera[data-multicamera] button.changing {
358
+ animation: pulse 0.5s infinite alternate;
390
359
  }
391
- .speedtest-quality-content-item.speedtest-quality-value-5 {
392
- background-color: var(--speedtest-green);
360
+ .multicamera[data-multicamera] button span.quality-arrow {
361
+ width: 9px;
362
+ height: 6px;
363
+ margin-top: 11px;
364
+ margin-left: 5px;
393
365
  }
394
-
395
- .speedtest-footer {
396
- position: relative;
397
- float: left;
398
- width: 100%;
399
- height: 30px;
400
- line-height: 16px;
366
+ .multicamera[data-multicamera] > ul {
367
+ padding: 6px 0;
368
+ right: -24px;
369
+ width: 245px;
370
+ list-style-type: none;
371
+ position: absolute;
372
+ bottom: 48px;
373
+ border-radius: 4px;
374
+ display: none;
375
+ background-color: rgba(74, 74, 74, 0.9);
401
376
  }
402
- .speedtest-footer-about-link {
377
+ .multicamera[data-multicamera] > ul::after {
378
+ content: "";
403
379
  position: absolute;
404
- bottom: 0;
405
- left: 0;
406
- color: var(--secondary-text-color);
407
- text-decoration: underline !important;
380
+ top: 100%;
381
+ left: 85%;
382
+ margin-left: -10px;
383
+ width: 0;
384
+ height: 0;
385
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
386
+ border-right: 10px solid transparent;
387
+ border-left: 10px solid transparent;
408
388
  }
409
- .speedtest-footer-about-link:hover {
410
- color: var(--hover-text-color);
389
+ .multicamera[data-multicamera] li {
390
+ font-size: 10px;
391
+ cursor: pointer;
411
392
  }
412
- .speedtest-footer .speedtest-footer-refresh {
413
- position: absolute;
414
- bottom: 0;
415
- right: 0;
416
- color: var(--secondary-text-color);
417
- font-size: 14px;
418
- font-weight: 400;
419
- line-height: 16px;
420
- height: 16px;
393
+ .multicamera[data-multicamera] li .multicamera-item {
421
394
  display: flex;
422
- align-items: center;
423
- gap: 4px;
395
+ padding: 10px 0;
396
+ justify-content: center;
397
+ position: relative;
424
398
  }
425
- .speedtest-footer .speedtest-footer-refresh svg path {
426
- fill: var(--secondary-text-color);
399
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
400
+ pointer-events: none;
427
401
  }
428
- .speedtest-footer .speedtest-footer-refresh:hover {
429
- color: var(--hover-text-color);
402
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
403
+ opacity: 0.5;
430
404
  }
431
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
432
- fill: var(--hover-text-color);
405
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
406
+ opacity: 0.5;
433
407
  }
434
-
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;
408
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
409
+ background-color: rgba(0, 0, 0, 0);
444
410
  }
445
- .mobile .clappr-nerd-stats .stats-box-top {
446
- position: fixed;
411
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
412
+ background-color: rgba(0, 0, 0, 0.3);
447
413
  }
448
- .mobile .clappr-nerd-stats .stats-box-main ul {
449
- flex: 0 1 50%;
414
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
415
+ width: 80px;
416
+ height: 60px;
450
417
  }
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
- }
479
- }
480
- @media only screen and (orientation: landscape) {
481
- .mobile .clappr-nerd-stats .stats-box-main ul {
482
- flex-basis: 1fr;
483
- }
418
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
419
+ width: 80px;
420
+ height: 60px;
484
421
  }
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 {
491
- display: flex;
492
- gap: 6px;
422
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
423
+ width: 120px;
424
+ text-align: left;
425
+ margin-left: 15px;
493
426
  }
494
- .gplayer-mc-clips .gplayer-mc-clips-text {
427
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
428
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
429
+ width: 120px;
430
+ height: 20px;
431
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
432
+ font-size: 14px;
433
+ font-weight: normal;
434
+ font-style: normal;
435
+ font-stretch: normal;
436
+ line-height: 1.43;
437
+ letter-spacing: normal;
438
+ text-align: left;
439
+ color: #fff;
495
440
  text-overflow: ellipsis;
496
- white-space: nowrap;
497
441
  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;
505
- }
506
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
507
- content: "•";
508
- padding-right: 6px;
509
- }
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;
523
442
  }
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;
443
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
444
+ opacity: 0.6;
531
445
  }
532
- .dvr-controls .live-info::before,
533
- .dvr-controls .live-button::before {
534
- margin-right: 8px;
535
- content: "";
536
- display: inline-block;
537
- position: relative;
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);
446
+ .multicamera[data-multicamera] li a {
447
+ color: #444;
448
+ padding: 2px 10px;
449
+ display: block;
450
+ text-decoration: none;
542
451
  }
543
- .dvr-controls.disabled {
544
- opacity: var(--disabled-opacity);
452
+ .multicamera[data-multicamera] li a:hover {
453
+ background-color: #555;
454
+ color: white;
545
455
  }
546
- .dvr-controls.disabled:before {
547
- background-color: var(--player-dvr-color);
456
+ .multicamera[data-multicamera] li a:hover a {
457
+ color: white;
458
+ text-decoration: none;
548
459
  }
549
- .dvr-controls .live-info {
550
- text-transform: uppercase;
551
- color: #fffffe;
460
+ .multicamera[data-multicamera] li.current a {
461
+ color: #f00;
462
+ }.share_plugin[data-share] {
463
+ pointer-events: auto;
464
+ z-index: 5;
465
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
552
466
  }
553
- .dvr-controls .live-info::before {
554
- background-color: #ed4f4a;
467
+ .share_plugin[data-share].share-hide .share-button-container {
468
+ right: -50px;
555
469
  }
556
- .dvr-controls .live-button {
470
+ .share_plugin[data-share] .share-button-container {
557
471
  cursor: pointer;
558
- outline: none;
559
- border: 0;
560
- color: var(--player-dvr-color);
472
+ width: 36px;
473
+ height: 36px;
474
+ background-color: rgba(74, 74, 74, 0.6);
475
+ border-radius: 4px;
476
+ position: absolute;
477
+ right: 10px;
478
+ top: 10px;
479
+ padding-top: 6px;
480
+ transition: all 0.3s ease-out;
481
+ }
482
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
561
483
  background-color: transparent;
484
+ border: 0;
485
+ margin: 0 6px;
562
486
  padding: 0;
563
- opacity: 0.7;
564
- transition: all 0.1s ease;
487
+ cursor: pointer;
488
+ display: inline-block;
489
+ width: 19px;
490
+ height: 20px;
565
491
  }
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;
492
+ .share_plugin[data-share] .share-container {
493
+ pointer-events: auto;
494
+ position: absolute;
495
+ width: 280px;
496
+ background-color: white;
497
+ transform: translate(0, 50%);
498
+ transform: translate(-50%, -50%);
499
+ left: 50%;
500
+ /* margin-left: -140px; */
501
+ top: calc(50% - 20px);
502
+ /* margin-top: -170px; */
571
503
  }
572
-
573
- .gear-wrapper .go-back {
574
- font-weight: 600;
575
- font-size: 14px;
576
- line-height: 20px;
577
- width: 100%;
504
+ .share_plugin[data-share] .share-container .share-container-header {
578
505
  text-align: left;
579
- padding: 12px;
506
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
580
507
  }
581
- .gear-wrapper .go-back .arrow-left-icon {
582
- float: left;
583
- padding-top: 2px;
584
- padding-right: 2px;
508
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
509
+ display: inline-block;
510
+ font-size: 16px;
511
+ margin: 5px;
585
512
  }
586
- .gear-wrapper .go-back .arrow-left-icon svg {
587
- height: 16px;
513
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
514
+ display: inline-block;
515
+ width: 24px;
516
+ float: right;
517
+ margin: 5px;
518
+ cursor: pointer;
588
519
  }
589
- .gear-wrapper ul.gear-sub-menu {
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;
520
+ .share_plugin[data-share] .share-container .share-container-main {
521
+ margin-bottom: 8px;
595
522
  }
596
- .gear-wrapper ul.gear-sub-menu li {
597
- font-size: 12px;
523
+ .share_plugin[data-share] .share-container .share-container-main > div {
598
524
  text-align: left;
525
+ font-size: 14px;
526
+ padding: 5px;
599
527
  }
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);
528
+ .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 {
529
+ overflow: hidden;
530
+ text-overflow: ellipsis;
531
+ color: #818181;
532
+ border: solid 1px #d3d3d3;
533
+ width: calc(100% - 10px);
534
+ padding: 5px;
607
535
  }
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);
536
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
537
+ max-height: 90px;
538
+ resize: none;
611
539
  }
612
- .gear-wrapper ul.gear-sub-menu li a:hover a {
613
- color: var(--gplayer-mc-text-color);
614
- text-decoration: none;
540
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
541
+ width: 32px;
542
+ display: inline-block;
543
+ margin-right: 5px;
544
+ cursor: pointer;
545
+ }[data-player] {
546
+ --bottom-panel: 40px;
615
547
  }
616
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
617
- width: 30px;
618
- height: 20px;
619
- float: left;
620
- display: block;
548
+
549
+ .container .media-control-notransition {
550
+ transition: none !important;
621
551
  }
622
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
623
- display: none;
552
+ .container .player-poster .play-wrapper {
553
+ opacity: 1;
624
554
  }
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;
555
+ .container.crop-video [data-html5-video] {
556
+ object-fit: cover;
629
557
  }
630
- .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
558
+ .container .player-poster .circle-poster {
559
+ top: 50%;
560
+ margin-top: -60px;
561
+ left: 50%;
562
+ margin-left: -60px;
631
563
  position: absolute;
632
- right: 16px;
633
- bottom: 52px;
634
- width: 250px;
635
- min-height: 48px;
636
- z-index: 9999;
637
- border-radius: 4px;
638
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
639
- }
640
- .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
641
- padding: 8px 0;
642
- }
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;
654
- }
655
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
656
- flex: 24px 0 0;
657
- height: 24px;
658
- }
659
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
660
- visibility: hidden;
661
- display: inline-block;
662
- }
663
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
664
- flex: 0 1 100%;
665
- }
666
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
667
- flex: 0 0 14px;
668
- height: 24px;
669
- }
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;
676
- display: flex;
677
- justify-content: center;
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;
684
- }
685
- .big-mute-icon-wrapper[data-big-mute].hide {
686
- display: none;
687
- }
688
- .big-mute-icon-wrapper[data-big-mute]:hover {
689
- cursor: pointer;
690
- }
691
-
692
- .big-mute-icon[data-big-mute-icon] {
693
- display: flex;
694
- align-items: center;
695
- justify-content: center;
696
- align-self: center;
697
564
  width: 120px;
698
565
  height: 120px;
699
566
  border: 2px solid white;
@@ -702,408 +569,122 @@
702
569
  filter: alpha(opacity=60);
703
570
  opacity: 1;
704
571
  box-shadow: 0 0 1px 0 white;
705
- background: rgba(240, 243, 247, 0.9411764706);
706
- z-index: 10000;
707
572
  }
708
- .big-mute-icon[data-big-mute-icon] svg {
573
+ .container .player-poster .circle-poster svg {
709
574
  margin-left: 5px;
710
575
  width: 80px;
711
- height: 80px;
712
576
  }
713
- .big-mute-icon[data-big-mute-icon] svg path {
714
- fill: #1f1e1e !important;
577
+ .container .spinner-three-bounce[data-spinner] > div {
578
+ background-color: #ff5700;
715
579
  }
716
- .big-mute-icon[data-big-mute-icon]:hover {
717
- background: rgba(240, 243, 247, 0.8784313725);
580
+
581
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
582
+ transform: rotate(270deg);
583
+ float: none;
584
+ display: block;
585
+ position: absolute;
586
+ margin: 0;
587
+ top: -40px;
588
+ padding: 0;
589
+ margin-left: -32px;
590
+ margin-top: -3px;
591
+ width: 80px;
718
592
  }
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;
593
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
723
594
  position: absolute;
724
- top: 0;
725
- height: 100%;
726
595
  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;
596
+ height: 100%;
597
+ left: -5px;
737
598
  }
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;
599
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
600
+ display: none;
742
601
  }
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;
602
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
603
+ margin-left: 11px;
604
+ top: 7px;
605
+ width: 80px;
746
606
  }
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;
607
+ .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
608
+ margin-left: 11px;
609
+ top: 1px;
750
610
  }
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;
611
+ .media-control-skin-1.w270 .media-control-dd__popup {
612
+ max-width: 114px;
759
613
  }
760
614
 
761
- .multicamera[data-multicamera] {
762
- float: right;
763
- margin-top: 4px;
764
- position: relative;
765
- margin-right: 20px;
766
- width: 20px;
615
+ .media-control-skin-1.w370 .media-control-cc {
616
+ width: 28px;
767
617
  }
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;
774
- font-size: 14px;
775
- padding: 0;
618
+ .media-control-skin-1.w370 .media-control-cc svg {
619
+ height: 17px;
776
620
  }
777
- .multicamera[data-multicamera] button svg {
778
- height: 20px;
779
- position: relative;
780
- margin-top: 6px;
621
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container {
622
+ top: calc(50% - 150px);
623
+ left: calc(50% - 125px);
624
+ width: 250px;
625
+ height: calc(100% - 32px);
626
+ max-height: 300px;
627
+ transform: none;
781
628
  }
782
- .multicamera[data-multicamera] button:hover {
783
- color: #c9c9c9;
629
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header {
630
+ border: none;
784
631
  }
785
- .multicamera[data-multicamera] button.changing {
786
- animation: pulse 0.5s infinite alternate;
632
+ .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
633
+ visibility: hidden;
787
634
  }
788
- .multicamera[data-multicamera] button span.quality-arrow {
789
- width: 9px;
790
- height: 6px;
791
- margin-top: 11px;
792
- margin-left: 5px;
635
+ .media-control-skin-1.w370 .media-control-quality {
636
+ display: block;
793
637
  }
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);
638
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera {
639
+ margin-top: 0;
640
+ margin-right: 10px;
804
641
  }
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;
642
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera button {
643
+ height: 32px;
816
644
  }
817
- .multicamera[data-multicamera] li {
818
- font-size: 10px;
819
- cursor: pointer;
645
+ .media-control-skin-1.w370 .media-control-multicamera .multicamera button svg {
646
+ height: 17px;
647
+ margin: 0;
820
648
  }
821
- .multicamera[data-multicamera] li .multicamera-item {
822
- display: flex;
823
- padding: 10px 0;
824
- justify-content: center;
825
- position: relative;
649
+ .media-control-skin-1.w370 .media-control-layer[data-controls] {
650
+ padding-left: 10px;
651
+ padding-right: 12px;
826
652
  }
827
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
828
- pointer-events: none;
653
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator {
654
+ line-height: 32px;
829
655
  }
830
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
831
- opacity: 0.5;
656
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-position], .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-duration] {
657
+ font-size: 11px;
658
+ line-height: 32px;
832
659
  }
833
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
834
- opacity: 0.5;
660
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button {
661
+ margin-left: 10px;
662
+ height: 32px;
663
+ font-size: 12px;
664
+ line-height: 32px;
665
+ text-shadow: none;
666
+ letter-spacing: 0.6px;
835
667
  }
836
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
837
- background-color: rgba(0, 0, 0, 0);
668
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button::before {
669
+ width: 8px;
670
+ height: 8px;
671
+ margin-right: 4px;
838
672
  }
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);
673
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info {
674
+ margin-left: 10px;
675
+ height: 32px;
676
+ font-size: 12px;
677
+ line-height: 32px;
678
+ text-shadow: none;
679
+ letter-spacing: 0.6px;
841
680
  }
842
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
843
- width: 80px;
844
- height: 60px;
681
+ .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info::before {
682
+ width: 8px;
683
+ height: 8px;
684
+ margin-right: 4px;
845
685
  }
846
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
847
- width: 80px;
848
- height: 60px;
849
- }
850
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
851
- width: 120px;
852
- text-align: left;
853
- margin-left: 15px;
854
- }
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;
869
- overflow: hidden;
870
- }
871
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
872
- opacity: 0.6;
873
- }
874
- .multicamera[data-multicamera] li a {
875
- color: #444;
876
- padding: 2px 10px;
877
- display: block;
878
- text-decoration: none;
879
- }
880
- .multicamera[data-multicamera] li a:hover {
881
- background-color: #555;
882
- color: white;
883
- }
884
- .multicamera[data-multicamera] li a:hover a {
885
- color: white;
886
- text-decoration: none;
887
- }
888
- .multicamera[data-multicamera] li.current a {
889
- color: #f00;
890
- }.context-menu {
891
- z-index: 999;
892
- position: absolute;
893
- top: 0;
894
- left: 0;
895
- text-align: center;
896
- }
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;
909
- }
910
- .context-menu .context-menu-list-item button {
911
- border: none;
912
- background-color: transparent;
913
- padding: 0;
914
- color: white;
915
- display: flex;
916
- gap: 8px;
917
- align-items: center;
918
- justify-content: center;
919
- cursor: pointer;
920
- padding: 5px;
921
- width: 100%;
922
- }
923
- .context-menu .context-menu-list-item_icon {
924
- width: 20px;
925
- height: 20px;
926
- }.spinner-three-bounce[data-spinner] {
927
- position: absolute;
928
- width: 70px;
929
- text-align: center;
930
- z-index: 999;
931
- left: 0;
932
- right: 0;
933
- margin: 0 auto;
934
- margin-left: auto;
935
- margin-right: auto;
936
- /* center vertically */
937
- top: 50%;
938
- transform: translateY(-50%);
939
- }
940
- .spinner-three-bounce[data-spinner] > div {
941
- width: 18px;
942
- height: 18px;
943
- background-color: #FFF;
944
- border-radius: 100%;
945
- display: inline-block;
946
- animation: bouncedelay 1.4s infinite ease-in-out;
947
- /* Prevent first frame from flickering when animation starts */
948
- animation-fill-mode: both;
949
- }
950
- .spinner-three-bounce[data-spinner] [data-bounce1] {
951
- animation-delay: -0.32s;
952
- }
953
- .spinner-three-bounce[data-spinner] [data-bounce2] {
954
- animation-delay: -0.16s;
955
- }
956
-
957
- @keyframes bouncedelay {
958
- 0%, 80%, 100% {
959
- transform: scale(0);
960
- }
961
- 40% {
962
- transform: scale(1);
963
- }
964
- }[data-player] {
965
- --bottom-panel: 40px;
966
- }
967
-
968
- .container .media-control-notransition {
969
- transition: none !important;
970
- }
971
- .container .player-poster .play-wrapper {
972
- opacity: 1;
973
- }
974
- .container.crop-video [data-html5-video] {
975
- object-fit: cover;
976
- }
977
- .container .player-poster .circle-poster {
978
- top: 50%;
979
- margin-top: -60px;
980
- left: 50%;
981
- margin-left: -60px;
982
- position: absolute;
983
- width: 120px;
984
- height: 120px;
985
- border: 2px solid white;
986
- border-radius: 50%;
987
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
988
- filter: alpha(opacity=60);
989
- opacity: 1;
990
- box-shadow: 0 0 1px 0 white;
991
- }
992
- .container .player-poster .circle-poster svg {
993
- margin-left: 5px;
994
- width: 80px;
995
- }
996
- .container .spinner-three-bounce[data-spinner] > div {
997
- background-color: #ff5700;
998
- }
999
-
1000
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
1001
- transform: rotate(270deg);
1002
- float: none;
1003
- display: block;
1004
- position: absolute;
1005
- margin: 0;
1006
- top: -40px;
1007
- padding: 0;
1008
- margin-left: -32px;
1009
- margin-top: -3px;
1010
- width: 80px;
1011
- }
1012
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background-mask {
1013
- position: absolute;
1014
- width: 100%;
1015
- height: 100%;
1016
- left: -5px;
1017
- }
1018
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume].volume-bar-hide {
1019
- display: none;
1020
- }
1021
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-background {
1022
- margin-left: 11px;
1023
- top: 7px;
1024
- width: 80px;
1025
- }
1026
- .media-control-skin-1.w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber {
1027
- margin-left: 11px;
1028
- top: 1px;
1029
- }
1030
- .media-control-skin-1.w270 .media-control-dd__popup {
1031
- max-width: 114px;
1032
- }
1033
-
1034
- .media-control-skin-1.w370 .media-control-cc {
1035
- width: 28px;
1036
- }
1037
- .media-control-skin-1.w370 .media-control-cc svg {
1038
- height: 17px;
1039
- }
1040
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container {
1041
- top: calc(50% - 150px);
1042
- left: calc(50% - 125px);
1043
- width: 250px;
1044
- height: calc(100% - 32px);
1045
- max-height: 300px;
1046
- transform: none;
1047
- }
1048
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header {
1049
- border: none;
1050
- }
1051
- .media-control-skin-1.w370 .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1052
- visibility: hidden;
1053
- }
1054
- .media-control-skin-1.w370 .media-control-quality {
1055
- display: block;
1056
- }
1057
- .media-control-skin-1.w370 .media-control-multicamera .multicamera {
1058
- margin-top: 0;
1059
- margin-right: 10px;
1060
- }
1061
- .media-control-skin-1.w370 .media-control-multicamera .multicamera button {
1062
- height: 32px;
1063
- }
1064
- .media-control-skin-1.w370 .media-control-multicamera .multicamera button svg {
1065
- height: 17px;
1066
- margin: 0;
1067
- }
1068
- .media-control-skin-1.w370 .media-control-layer[data-controls] {
1069
- padding-left: 10px;
1070
- padding-right: 12px;
1071
- }
1072
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator {
1073
- line-height: 32px;
1074
- }
1075
- .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-position], .media-control-skin-1.w370 .media-control-layer[data-controls] .media-control-indicator[data-duration] {
1076
- font-size: 11px;
1077
- line-height: 32px;
1078
- }
1079
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button {
1080
- margin-left: 10px;
1081
- height: 32px;
1082
- font-size: 12px;
1083
- line-height: 32px;
1084
- text-shadow: none;
1085
- letter-spacing: 0.6px;
1086
- }
1087
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-button::before {
1088
- width: 8px;
1089
- height: 8px;
1090
- margin-right: 4px;
1091
- }
1092
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info {
1093
- margin-left: 10px;
1094
- height: 32px;
1095
- font-size: 12px;
1096
- line-height: 32px;
1097
- text-shadow: none;
1098
- letter-spacing: 0.6px;
1099
- }
1100
- .media-control-skin-1.w370 .media-control-layer[data-controls] .dvr-controls .live-info::before {
1101
- width: 8px;
1102
- height: 8px;
1103
- margin-right: 4px;
1104
- }
1105
- .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button[data-fullscreen] {
1106
- height: 33px;
686
+ .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button[data-fullscreen] {
687
+ height: 33px;
1107
688
  }
1108
689
  .media-control-skin-1.w370 .media-control-layer[data-controls] button.media-control-button svg {
1109
690
  height: 17px;
@@ -1356,14 +937,10 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1356
937
  cursor: default;
1357
938
  display: none;
1358
939
  }
1359
- .media-control-skin-1 .bar-container[data-seekbar].seek-disabled + .bar-scrubber[data-seekbar] {
1360
- cursor: default;
1361
- display: none;
1362
- }
1363
940
  .media-control-skin-1 .bar-scrubber[data-seekbar] {
1364
941
  position: absolute;
1365
942
  transform: translateX(-50%);
1366
- top: -11.5px;
943
+ top: 0;
1367
944
  left: 0;
1368
945
  width: 20px;
1369
946
  height: 20px;
@@ -1549,43 +1126,581 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1549
1126
  text-align: right;
1550
1127
  height: 30px;
1551
1128
  }
1552
- .media-control-skin-1 .media-control-dd__popup li a {
1553
- display: block;
1554
- text-decoration: none;
1555
- text-overflow: ellipsis;
1556
- overflow: hidden;
1557
- white-space: nowrap;
1558
- padding: 5px 10px;
1559
- line-height: 20px;
1560
- color: #fffffe;
1129
+ .media-control-skin-1 .media-control-dd__popup li a {
1130
+ display: block;
1131
+ text-decoration: none;
1132
+ text-overflow: ellipsis;
1133
+ overflow: hidden;
1134
+ white-space: nowrap;
1135
+ padding: 5px 10px;
1136
+ line-height: 20px;
1137
+ color: #fffffe;
1138
+ }
1139
+ .media-control-skin-1 .media-control-dd__popup li a:hover {
1140
+ text-decoration: none;
1141
+ background-color: rgba(0, 0, 0, 0.4);
1142
+ color: var(--gplayer-mc-text-color);
1143
+ }
1144
+ .media-control-skin-1 .media-control-dd__popup li.current a {
1145
+ color: #f00;
1146
+ }
1147
+ .media-control-skin-1 .media-control-dd__popup li:first-child a {
1148
+ border-bottom-left-radius: 4px;
1149
+ border-bottom-right-radius: 4px;
1150
+ }
1151
+ .media-control-skin-1 .media-control-dd__popup li:last-child a {
1152
+ border-top-left-radius: 4px;
1153
+ border-top-right-radius: 4px;
1154
+ }
1155
+
1156
+ @keyframes pulse {
1157
+ 0% {
1158
+ color: #fff;
1159
+ }
1160
+ 50% {
1161
+ color: #ff0101;
1162
+ }
1163
+ 100% {
1164
+ color: #B80000;
1165
+ }
1166
+ }:root {
1167
+ --primary-background-color: #000;
1168
+ --secondary-background-color: #262626;
1169
+ --primary-text-color: #fff;
1170
+ --secondary-text-color: #fff4f2;
1171
+ --hover-text-color: #f9b090;
1172
+ --speedtest-red: #df564d;
1173
+ --speedtest-orange: #df934d;
1174
+ --speedtest-yellow: #dfd04d;
1175
+ --speedtest-light-green: #c2df4d;
1176
+ --speedtest-green: #73df4d;
1177
+ }
1178
+
1179
+ .clappr-nerd-stats {
1180
+ cursor: default;
1181
+ }
1182
+ .clappr-nerd-stats .stats-box {
1183
+ position: absolute;
1184
+ display: inline-block;
1185
+ bottom: 52px;
1186
+ right: 0;
1187
+ top: 0;
1188
+ left: 0;
1189
+ bottom: 0;
1190
+ padding: 0 10px 12px;
1191
+ margin: 0;
1192
+ line-height: 20px;
1193
+ font-size: 12px;
1194
+ font-weight: 500;
1195
+ background: var(--primary-background-color);
1196
+ color: #fff;
1197
+ z-index: 20000;
1198
+ overflow: auto;
1199
+ max-width: 100%;
1200
+ }
1201
+ .clappr-nerd-stats .stats-box-top {
1202
+ position: absolute;
1203
+ top: 0;
1204
+ left: 0;
1205
+ z-index: 9999;
1206
+ width: 100%;
1207
+ height: 32px;
1208
+ background: var(--primary-background-color);
1209
+ }
1210
+ .clappr-nerd-stats .stats-box-top .close-button {
1211
+ position: absolute;
1212
+ right: 12px;
1213
+ top: 10px;
1214
+ display: block;
1215
+ width: 12px;
1216
+ height: 12px;
1217
+ }
1218
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
1219
+ fill: var(--primary-text-color);
1220
+ }
1221
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
1222
+ fill: var(--hover-text-color);
1223
+ }
1224
+ .clappr-nerd-stats .stats-box-main {
1225
+ overflow: hidden;
1226
+ margin-top: 44px;
1227
+ display: flex;
1228
+ flex-wrap: wrap;
1229
+ }
1230
+ .clappr-nerd-stats .stats-box-main ul {
1231
+ flex: 0 1 1fr;
1232
+ min-width: 200px;
1233
+ }
1234
+ .clappr-nerd-stats .stats-box.wide {
1235
+ width: 820px;
1236
+ }
1237
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
1238
+ list-style-type: none;
1239
+ }
1240
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
1241
+ padding-left: 2px;
1242
+ padding-right: 2px;
1243
+ background: var(--primary-background-color);
1244
+ gap: 10px;
1245
+ }
1246
+ .clappr-nerd-stats .stats-box ul {
1247
+ padding: 5px;
1248
+ width: 200px;
1249
+ flex: 0 1 50%;
1250
+ }
1251
+ .clappr-nerd-stats .stats-box ul li {
1252
+ position: relative;
1253
+ padding: 0 5px;
1254
+ text-align: left;
1255
+ }
1256
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
1257
+ padding: 0;
1258
+ }
1259
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
1260
+ width: 100%;
1261
+ }
1262
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
1263
+ background: var(--secondary-background-color);
1264
+ }
1265
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
1266
+ background: var(--secondary-background-color);
1267
+ }
1268
+ .clappr-nerd-stats .stats-box ul li.title {
1269
+ text-align: center;
1270
+ font-weight: bold;
1271
+ padding-bottom: 4px;
1272
+ font-size: 14px;
1273
+ }
1274
+ .clappr-nerd-stats .stats-box ul li div {
1275
+ margin: 0;
1276
+ position: absolute;
1277
+ right: 0;
1278
+ top: 0;
1279
+ }
1280
+
1281
+ .desktop .clappr-nerd-stats .stats-box.narrow {
1282
+ width: 250px;
1283
+ }
1284
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
1285
+ width: 100%;
1286
+ }
1287
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
1288
+ padding: 0 5px;
1289
+ height: auto;
1290
+ }
1291
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
1292
+ width: 100%;
1293
+ flex-direction: column;
1294
+ }
1295
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
1296
+ width: 100%;
1297
+ }
1298
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
1299
+ width: 100%;
1300
+ }
1301
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
1302
+ padding-top: 12px;
1303
+ height: 38px;
1304
+ text-align: center;
1305
+ }
1306
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
1307
+ text-align: center;
1308
+ }
1309
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
1310
+ height: 80px;
1311
+ }
1312
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
1313
+ bottom: 0;
1314
+ left: 0;
1315
+ }
1316
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
1317
+ inset: 50% auto auto 50%;
1318
+ transform: translate(-50%, -50%);
1319
+ }
1320
+
1321
+ .speed-test-button {
1322
+ margin: 10px 0 0;
1323
+ color: #000;
1324
+ }
1325
+
1326
+ .speed-test {
1327
+ position: absolute;
1328
+ top: 0;
1329
+ left: 0;
1330
+ width: 100%;
1331
+ height: 100%;
1332
+ z-index: 9999;
1333
+ }
1334
+ .speed-test .speed-test-header {
1335
+ width: 100%;
1336
+ height: 32px;
1337
+ }
1338
+ .speed-test .speed-test-header .close-speed-test {
1339
+ float: right;
1340
+ margin-right: 5px;
1341
+ line-height: 32px;
1342
+ cursor: pointer;
1343
+ color: var(--primary-text-color);
1344
+ }
1345
+ .speed-test .speed-test-header .close-speed-test:hover {
1346
+ color: var(--hover-text-color);
1347
+ }
1348
+
1349
+ .settings-button {
1350
+ float: right;
1351
+ margin: 0 12px 0 0;
1352
+ height: 40px;
1353
+ width: 24px;
1354
+ border: none;
1355
+ padding: 0;
1356
+ }
1357
+
1358
+ .speedtest-summary {
1359
+ width: 100%;
1360
+ border-top: 1px solid var(--secondary-background-color) !important;
1361
+ border-bottom: 1px solid var(--secondary-background-color) !important;
1362
+ display: flex !important;
1363
+ flex-direction: column;
1364
+ align-items: stretch;
1365
+ justify-content: space-between;
1366
+ }
1367
+ .speedtest-summary .speedtest-summary-header {
1368
+ width: 100%;
1369
+ padding-top: 4px;
1370
+ text-align: left;
1371
+ height: 32px;
1372
+ font-size: 14px;
1373
+ font-weight: 500;
1374
+ line-height: 20px;
1375
+ }
1376
+ .speedtest-summary .speedtest-summary-block {
1377
+ position: relative;
1378
+ display: flex;
1379
+ flex-direction: row;
1380
+ width: 100%;
1381
+ }
1382
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
1383
+ width: 50%;
1384
+ margin-top: 4px;
1385
+ margin-bottom: 12px;
1386
+ }
1387
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
1388
+ padding: 2px;
1389
+ width: 248px;
1390
+ max-width: 100%;
1391
+ }
1392
+
1393
+ .speedtest-quality {
1394
+ width: 100%;
1395
+ height: 36px;
1396
+ display: flex !important;
1397
+ flex-direction: column !important;
1398
+ justify-content: space-between !important;
1399
+ }
1400
+ .speedtest-quality .speedtest-quality-header {
1401
+ font-size: 12px;
1402
+ height: 20px;
1403
+ border-left: 2px solid var(--secondary-background-color) !important;
1404
+ background-color: var(--secondary-background-color);
1405
+ text-align: left;
1406
+ }
1407
+ .speedtest-quality-content {
1408
+ width: 100%;
1409
+ margin-top: 8px;
1410
+ height: 8px;
1411
+ display: flex !important;
1412
+ flex-direction: row !important;
1413
+ align-items: stretch !important;
1414
+ justify-content: space-between;
1415
+ }
1416
+ .speedtest-quality-content-item {
1417
+ width: 18.8%;
1418
+ background-color: #fff;
1419
+ }
1420
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
1421
+ background-color: var(--speedtest-red);
1422
+ }
1423
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
1424
+ background-color: var(--speedtest-orange);
1425
+ }
1426
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
1427
+ background-color: var(--speedtest-yellow);
1428
+ }
1429
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
1430
+ background-color: var(--speedtest-light-green);
1431
+ }
1432
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
1433
+ background-color: var(--speedtest-green);
1434
+ }
1435
+
1436
+ .speedtest-footer {
1437
+ position: relative;
1438
+ float: left;
1439
+ width: 100%;
1440
+ height: 30px;
1441
+ line-height: 16px;
1442
+ }
1443
+ .speedtest-footer-about-link {
1444
+ position: absolute;
1445
+ bottom: 0;
1446
+ left: 0;
1447
+ color: var(--secondary-text-color);
1448
+ text-decoration: underline !important;
1449
+ }
1450
+ .speedtest-footer-about-link:hover {
1451
+ color: var(--hover-text-color);
1452
+ }
1453
+ .speedtest-footer .speedtest-footer-refresh {
1454
+ position: absolute;
1455
+ bottom: 0;
1456
+ right: 0;
1457
+ color: var(--secondary-text-color);
1458
+ font-size: 14px;
1459
+ font-weight: 400;
1460
+ line-height: 16px;
1461
+ height: 16px;
1462
+ display: flex;
1463
+ align-items: center;
1464
+ gap: 4px;
1465
+ }
1466
+ .speedtest-footer .speedtest-footer-refresh svg path {
1467
+ fill: var(--secondary-text-color);
1468
+ }
1469
+ .speedtest-footer .speedtest-footer-refresh:hover {
1470
+ color: var(--hover-text-color);
1471
+ }
1472
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
1473
+ fill: var(--hover-text-color);
1474
+ }
1475
+
1476
+ .mobile .clappr-nerd-stats .stats-box {
1477
+ position: fixed;
1478
+ height: auto;
1479
+ width: auto;
1480
+ inset: 0;
1481
+ min-width: 100vw;
1482
+ padding-bottom: 4px;
1483
+ padding-left: 4px;
1484
+ padding-right: 4px;
1485
+ }
1486
+ .mobile .clappr-nerd-stats .stats-box-top {
1487
+ position: fixed;
1488
+ }
1489
+ .mobile .clappr-nerd-stats .stats-box-main ul {
1490
+ flex: 0 1 50%;
1491
+ }
1492
+
1493
+ @media only screen and (orientation: portrait) {
1494
+ .mobile .speedtest-summary {
1495
+ padding: 0 5px;
1496
+ height: auto;
1497
+ }
1498
+ .mobile .speedtest-summary-block {
1499
+ width: 100%;
1500
+ flex-direction: column;
1501
+ }
1502
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
1503
+ width: 100%;
1504
+ }
1505
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1506
+ width: 100%;
1507
+ }
1508
+ .mobile .speedtest-summary-header {
1509
+ padding-top: 12px;
1510
+ height: 38px;
1511
+ text-align: center;
1512
+ }
1513
+ .mobile .speedtest-quality-header {
1514
+ text-align: center;
1515
+ }
1516
+ .mobile .speedtest-footer .speedtest-footer-refresh {
1517
+ inset: 50% auto auto 50%;
1518
+ transform: translate(-50%, -50%);
1519
+ }
1520
+ }
1521
+ @media only screen and (orientation: landscape) {
1522
+ .mobile .clappr-nerd-stats .stats-box-main ul {
1523
+ flex-basis: 1fr;
1524
+ }
1525
+ }
1526
+ @media only screen and (min-width: 1100px) {
1527
+ .fullscreen .clappr-nerd-stats .stats-box {
1528
+ top: unset;
1529
+ }
1530
+ }@charset "UTF-8";
1531
+ .gplayer-mc-clips {
1532
+ display: flex;
1533
+ gap: 6px;
1534
+ }
1535
+ .gplayer-mc-clips .gplayer-mc-clips-text {
1536
+ text-overflow: ellipsis;
1537
+ white-space: nowrap;
1538
+ overflow: hidden;
1539
+ display: inline-block;
1540
+ text-overflow: ellipsis;
1541
+ color: white;
1542
+ cursor: default;
1543
+ line-height: var(--bottom-panel);
1544
+ position: relative;
1545
+ max-width: 150px;
1546
+ }
1547
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
1548
+ content: "•";
1549
+ padding-right: 6px;
1550
+ }
1551
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
1552
+ max-width: 100px;
1553
+ }.player-poster {
1554
+ display: flex;
1555
+ justify-content: center;
1556
+ align-items: center;
1557
+ position: absolute;
1558
+ height: 100%;
1559
+ width: 100%;
1560
+ z-index: 998;
1561
+ top: 0;
1562
+ left: 0;
1563
+ background-color: #000;
1564
+ background-size: cover;
1565
+ background-repeat: no-repeat;
1566
+ background-position: 50% 50%;
1567
+ }
1568
+ .player-poster.clickable {
1569
+ cursor: pointer;
1570
+ }
1571
+ .player-poster:hover .play-wrapper {
1572
+ opacity: 1;
1573
+ }
1574
+ .player-poster .play-wrapper {
1575
+ width: 100%;
1576
+ height: 25%;
1577
+ margin: 0 auto;
1578
+ opacity: 0.75;
1579
+ transition: opacity 0.1s ease;
1580
+ }
1581
+ .player-poster .play-wrapper svg {
1582
+ height: 100%;
1583
+ display: inline;
1584
+ }
1585
+ .player-poster .play-wrapper svg path {
1586
+ fill: #fff;
1587
+ }.big-mute-icon-wrapper[data-big-mute] {
1588
+ position: absolute;
1589
+ z-index: 9998;
1590
+ background-color: transparent;
1591
+ display: flex;
1592
+ justify-content: center;
1593
+ width: 100%;
1594
+ height: calc(100% - 50px);
1595
+ margin: 0 auto;
1596
+ opacity: 0.75;
1597
+ transition: opacity 0.1s ease;
1598
+ pointer-events: auto;
1599
+ }
1600
+ .big-mute-icon-wrapper[data-big-mute].hide {
1601
+ display: none;
1602
+ }
1603
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1604
+ cursor: pointer;
1605
+ }
1606
+
1607
+ .big-mute-icon[data-big-mute-icon] {
1608
+ display: flex;
1609
+ align-items: center;
1610
+ justify-content: center;
1611
+ align-self: center;
1612
+ width: 120px;
1613
+ height: 120px;
1614
+ border: 2px solid white;
1615
+ border-radius: 50%;
1616
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1617
+ filter: alpha(opacity=60);
1618
+ opacity: 1;
1619
+ box-shadow: 0 0 1px 0 white;
1620
+ background: rgba(240, 243, 247, 0.9411764706);
1621
+ z-index: 10000;
1622
+ }
1623
+ .big-mute-icon[data-big-mute-icon] svg {
1624
+ margin-left: 5px;
1625
+ width: 80px;
1626
+ height: 80px;
1627
+ }
1628
+ .big-mute-icon[data-big-mute-icon] svg path {
1629
+ fill: #1f1e1e !important;
1630
+ }
1631
+ .big-mute-icon[data-big-mute-icon]:hover {
1632
+ background: rgba(240, 243, 247, 0.8784313725);
1633
+ }
1634
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1635
+ fill: #151515 !important;
1636
+ }.container-with-poster-clickable .mc-skip-time {
1637
+ height: 0;
1638
+ }
1639
+
1640
+ .mc-skip-time {
1641
+ position: absolute;
1642
+ width: 100%;
1643
+ height: calc(100% - 50px);
1644
+ z-index: 9998;
1645
+ background-color: transparent;
1646
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1647
+ }
1648
+ .mc-skip-time .skip-container {
1649
+ width: 100%;
1650
+ height: 100%;
1651
+ display: flex;
1652
+ justify-content: space-between;
1561
1653
  }
1562
- .media-control-skin-1 .media-control-dd__popup li a:hover {
1563
- text-decoration: none;
1564
- background-color: rgba(0, 0, 0, 0.4);
1565
- color: var(--gplayer-mc-text-color);
1654
+ .mc-skip-time .skip-container .skip-item {
1655
+ flex: 1 0 0px;
1656
+ height: 100%;
1657
+ }.spinner-three-bounce[data-spinner] {
1658
+ position: absolute;
1659
+ width: 70px;
1660
+ text-align: center;
1661
+ z-index: 999;
1662
+ left: 0;
1663
+ right: 0;
1664
+ margin: 0 auto;
1665
+ margin-left: auto;
1666
+ margin-right: auto;
1667
+ /* center vertically */
1668
+ top: 50%;
1669
+ transform: translateY(-50%);
1566
1670
  }
1567
- .media-control-skin-1 .media-control-dd__popup li.current a {
1568
- color: #f00;
1671
+ .spinner-three-bounce[data-spinner] > div {
1672
+ width: 18px;
1673
+ height: 18px;
1674
+ background-color: #FFF;
1675
+ border-radius: 100%;
1676
+ display: inline-block;
1677
+ animation: bouncedelay 1.4s infinite ease-in-out;
1678
+ /* Prevent first frame from flickering when animation starts */
1679
+ animation-fill-mode: both;
1569
1680
  }
1570
- .media-control-skin-1 .media-control-dd__popup li:first-child a {
1571
- border-bottom-left-radius: 4px;
1572
- border-bottom-right-radius: 4px;
1681
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1682
+ animation-delay: -0.32s;
1573
1683
  }
1574
- .media-control-skin-1 .media-control-dd__popup li:last-child a {
1575
- border-top-left-radius: 4px;
1576
- border-top-right-radius: 4px;
1684
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1685
+ animation-delay: -0.16s;
1577
1686
  }
1578
1687
 
1579
- @keyframes pulse {
1580
- 0% {
1581
- color: #fff;
1582
- }
1583
- 50% {
1584
- color: #ff0101;
1688
+ @keyframes bouncedelay {
1689
+ 0%, 80%, 100% {
1690
+ transform: scale(0);
1585
1691
  }
1586
- 100% {
1587
- color: #B80000;
1692
+ 40% {
1693
+ transform: scale(1);
1588
1694
  }
1695
+ }.player-logo[data-logo] {
1696
+ position: absolute;
1697
+ z-index: 2;
1698
+ width: 100%;
1699
+ height: 100%;
1700
+ }
1701
+
1702
+ .clappr-logo {
1703
+ position: absolute;
1589
1704
  }.quality-levels li.disabled {
1590
1705
  opacity: 0.5;
1591
1706
  pointer-events: none;
@@ -1639,97 +1754,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1639
1754
  background-color: rgba(0, 0, 0, 0.4);
1640
1755
  color: white;
1641
1756
  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;
1730
- }
1731
- .media-control-skin-1 .media-control-item.media-control-pip button svg {
1732
- height: 20px;
1733
1757
  }.scrub-thumbnails {
1734
1758
  position: absolute;
1735
1759
  bottom: 52px;
@@ -1793,40 +1817,42 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1793
1817
  }
1794
1818
  .scrub-thumbnails .backdrop .carousel img {
1795
1819
  width: auto;
1796
- }.player-poster {
1797
- display: flex;
1798
- justify-content: center;
1799
- align-items: center;
1820
+ }.context-menu {
1821
+ z-index: 999;
1800
1822
  position: absolute;
1801
- height: 100%;
1802
- width: 100%;
1803
- z-index: 998;
1804
1823
  top: 0;
1805
1824
  left: 0;
1806
- background-color: #000;
1807
- background-size: cover;
1808
- background-repeat: no-repeat;
1809
- background-position: 50% 50%;
1810
- }
1811
- .player-poster.clickable {
1812
- cursor: pointer;
1825
+ text-align: center;
1813
1826
  }
1814
- .player-poster:hover .play-wrapper {
1815
- opacity: 1;
1827
+ .context-menu .context-menu-list {
1828
+ font-family: "Proxima Nova", sans-serif;
1829
+ font-size: 12px;
1830
+ line-height: 12px;
1831
+ list-style-type: none;
1832
+ text-align: left;
1833
+ padding: 5px;
1834
+ margin-left: auto;
1835
+ margin-right: auto;
1836
+ background-color: rgba(0, 0, 0, 0.75);
1837
+ border: 1px solid #666;
1838
+ border-radius: 4px;
1816
1839
  }
1817
- .player-poster .play-wrapper {
1840
+ .context-menu .context-menu-list-item button {
1841
+ border: none;
1842
+ background-color: transparent;
1843
+ padding: 0;
1844
+ color: white;
1845
+ display: flex;
1846
+ gap: 8px;
1847
+ align-items: center;
1848
+ justify-content: center;
1849
+ cursor: pointer;
1850
+ padding: 5px;
1818
1851
  width: 100%;
1819
- height: 25%;
1820
- margin: 0 auto;
1821
- opacity: 0.75;
1822
- transition: opacity 0.1s ease;
1823
- }
1824
- .player-poster .play-wrapper svg {
1825
- height: 100%;
1826
- display: inline;
1827
1852
  }
1828
- .player-poster .play-wrapper svg path {
1829
- fill: #fff;
1853
+ .context-menu .context-menu-list-item_icon {
1854
+ width: 20px;
1855
+ height: 20px;
1830
1856
  }.seek-time {
1831
1857
  position: absolute;
1832
1858
  white-space: nowrap;
@@ -1860,34 +1886,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1860
1886
  .seek-time .seek-time__duration::before {
1861
1887
  content: "|";
1862
1888
  margin-right: 7px;
1863
- }.container-with-poster-clickable .mc-skip-time {
1864
- height: 0;
1865
- }
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;
1874
- }
1875
- .mc-skip-time .skip-container {
1876
- width: 100%;
1877
- height: 100%;
1878
- display: flex;
1879
- justify-content: space-between;
1880
- }
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%;
1889
- }
1890
-
1891
- .clappr-logo {
1892
- position: absolute;
1893
1889
  }