@gcorevideo/player 2.26.2 → 2.26.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,55 +122,51 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.big-mute-icon-wrapper[data-big-mute] {
126
- position: absolute;
127
- z-index: 9998;
128
- background-color: transparent;
129
- display: flex;
130
- justify-content: center;
131
- width: 100%;
132
- height: calc(100% - 50px);
133
- margin: 0 auto;
134
- opacity: 0.75;
135
- transition: opacity 0.1s ease;
136
- pointer-events: auto;
125
+ }.media-control-skin-1 .media-control-item.media-control-gear {
126
+ order: 99;
137
127
  }
138
- .big-mute-icon-wrapper[data-big-mute].hide {
139
- display: none;
128
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
129
+ position: absolute;
130
+ right: 16px;
131
+ 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);
140
137
  }
141
- .big-mute-icon-wrapper[data-big-mute]:hover {
142
- cursor: pointer;
138
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
139
+ padding: 8px 0;
143
140
  }
144
-
145
- .big-mute-icon[data-big-mute-icon] {
141
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
142
+ margin: 0;
143
+ text-align: left;
144
+ line-height: 22px;
145
+ padding: 5px 14px;
146
+ width: 250px;
147
+ font-size: 12px;
146
148
  display: flex;
147
149
  align-items: center;
148
- justify-content: center;
149
- align-self: center;
150
- width: 120px;
151
- height: 120px;
152
- border: 2px solid white;
153
- border-radius: 50%;
154
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
155
- filter: alpha(opacity=60);
156
- opacity: 1;
157
- box-shadow: 0 0 1px 0 white;
158
- background: rgba(240, 243, 247, 0.9411764706);
159
- z-index: 10000;
150
+ justify-content: flex-start;
151
+ gap: 8px;
160
152
  }
161
- .big-mute-icon[data-big-mute-icon] svg {
162
- margin-left: 5px;
163
- width: 80px;
164
- height: 80px;
153
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
154
+ flex: 24px 0 0;
155
+ height: 24px;
165
156
  }
166
- .big-mute-icon[data-big-mute-icon] svg path {
167
- fill: #1f1e1e !important;
157
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
158
+ visibility: hidden;
159
+ display: inline-block;
168
160
  }
169
- .big-mute-icon[data-big-mute-icon]:hover {
170
- background: rgba(240, 243, 247, 0.8784313725);
161
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
162
+ flex: 0 1 100%;
171
163
  }
172
- .big-mute-icon[data-big-mute-icon]:hover svg path {
173
- fill: #151515 !important;
164
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
165
+ flex: 0 0 14px;
166
+ height: 24px;
167
+ }
168
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
169
+ flex: 1 0 auto;
174
170
  }*, :focus, :visited {
175
171
  outline: none !important;
176
172
  }
@@ -229,51 +225,6 @@
229
225
  }
230
226
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
231
227
  display: inline;
232
- }.media-control-skin-1 .media-control-item.media-control-gear {
233
- order: 99;
234
- }
235
- .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
236
- position: absolute;
237
- right: 16px;
238
- bottom: 52px;
239
- width: 250px;
240
- min-height: 48px;
241
- z-index: 9999;
242
- border-radius: 4px;
243
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
244
- }
245
- .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
246
- padding: 8px 0;
247
- }
248
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
249
- margin: 0;
250
- text-align: left;
251
- line-height: 22px;
252
- padding: 5px 14px;
253
- width: 250px;
254
- font-size: 12px;
255
- display: flex;
256
- align-items: center;
257
- justify-content: flex-start;
258
- gap: 8px;
259
- }
260
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
261
- flex: 24px 0 0;
262
- height: 24px;
263
- }
264
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
265
- visibility: hidden;
266
- display: inline-block;
267
- }
268
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
269
- flex: 0 1 100%;
270
- }
271
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
272
- flex: 0 0 14px;
273
- height: 24px;
274
- }
275
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
276
- flex: 1 0 auto;
277
228
  }div.player-error-screen, [data-player] div.player-error-screen {
278
229
  color: #CCCACA;
279
230
  position: absolute;
@@ -308,98 +259,331 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
308
259
  cursor: pointer;
309
260
  width: 30px;
310
261
  margin: 15px auto 0;
311
- }:root {
312
- --primary-background-color: #000;
313
- --secondary-background-color: #262626;
314
- --primary-text-color: #fff;
315
- --secondary-text-color: #fff4f2;
316
- --hover-text-color: #f9b090;
317
- --speedtest-red: #df564d;
318
- --speedtest-orange: #df934d;
319
- --speedtest-yellow: #dfd04d;
320
- --speedtest-light-green: #c2df4d;
321
- --speedtest-green: #73df4d;
322
- }
323
-
324
- .clappr-nerd-stats {
325
- cursor: default;
326
- }
327
- .clappr-nerd-stats .stats-box {
328
- position: absolute;
329
- display: inline-block;
330
- bottom: 52px;
331
- right: 0;
332
- top: 0;
333
- left: 0;
334
- bottom: 0;
335
- padding: 0 10px 12px;
336
- margin: 0;
337
- line-height: 20px;
338
- font-size: 12px;
339
- font-weight: 500;
340
- background: var(--primary-background-color);
341
- color: #fff;
342
- z-index: 20000;
343
- overflow: auto;
344
- max-width: 100%;
345
- }
346
- .clappr-nerd-stats .stats-box-top {
262
+ }.big-mute-icon-wrapper[data-big-mute] {
347
263
  position: absolute;
348
- top: 0;
349
- left: 0;
350
- z-index: 9999;
264
+ z-index: 9998;
265
+ background-color: transparent;
266
+ display: flex;
267
+ justify-content: center;
351
268
  width: 100%;
352
- height: 32px;
353
- background: var(--primary-background-color);
354
- }
355
- .clappr-nerd-stats .stats-box-top .close-button {
356
- position: absolute;
357
- right: 12px;
358
- top: 10px;
359
- display: block;
360
- width: 12px;
361
- height: 12px;
269
+ height: calc(100% - 50px);
270
+ margin: 0 auto;
271
+ opacity: 0.75;
272
+ transition: opacity 0.1s ease;
273
+ pointer-events: auto;
362
274
  }
363
- .clappr-nerd-stats .stats-box-top .close-button svg path {
364
- fill: var(--primary-text-color);
275
+ .big-mute-icon-wrapper[data-big-mute].hide {
276
+ display: none;
365
277
  }
366
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
367
- fill: var(--hover-text-color);
278
+ .big-mute-icon-wrapper[data-big-mute]:hover {
279
+ cursor: pointer;
368
280
  }
369
- .clappr-nerd-stats .stats-box-main {
370
- overflow: hidden;
371
- margin-top: 44px;
281
+
282
+ .big-mute-icon[data-big-mute-icon] {
372
283
  display: flex;
373
- flex-wrap: wrap;
374
- }
375
- .clappr-nerd-stats .stats-box-main ul {
376
- flex: 0 1 1fr;
377
- min-width: 200px;
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;
378
297
  }
379
- .clappr-nerd-stats .stats-box.wide {
380
- width: 820px;
298
+ .big-mute-icon[data-big-mute-icon] svg {
299
+ margin-left: 5px;
300
+ width: 80px;
301
+ height: 80px;
381
302
  }
382
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
383
- list-style-type: none;
303
+ .big-mute-icon[data-big-mute-icon] svg path {
304
+ fill: #1f1e1e !important;
384
305
  }
385
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
386
- padding-left: 2px;
387
- padding-right: 2px;
388
- background: var(--primary-background-color);
389
- gap: 10px;
306
+ .big-mute-icon[data-big-mute-icon]:hover {
307
+ background: rgba(240, 243, 247, 0.8784313725);
390
308
  }
391
- .clappr-nerd-stats .stats-box ul {
392
- padding: 5px;
393
- width: 200px;
394
- flex: 0 1 50%;
309
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
310
+ fill: #151515 !important;
311
+ }.context-menu {
312
+ z-index: 999;
313
+ position: absolute;
314
+ top: 0;
315
+ left: 0;
316
+ text-align: center;
395
317
  }
396
- .clappr-nerd-stats .stats-box ul li {
397
- position: relative;
398
- padding: 0 5px;
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;
399
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;
400
330
  }
401
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
402
- padding: 0;
331
+ .context-menu .context-menu-list-item button {
332
+ border: none;
333
+ background-color: transparent;
334
+ 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
+ }
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;
358
+ }
359
+ .dvr-controls .live-info,
360
+ .dvr-controls .live-button {
361
+ font-size: 14px;
362
+ font-weight: 500;
363
+ margin-left: 20px;
364
+ letter-spacing: 0.8px;
365
+ text-transform: uppercase;
366
+ }
367
+ .dvr-controls .live-info::before,
368
+ .dvr-controls .live-button::before {
369
+ margin-right: 8px;
370
+ content: "";
371
+ display: inline-block;
372
+ 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);
377
+ }
378
+ .dvr-controls.disabled {
379
+ opacity: var(--disabled-opacity);
380
+ }
381
+ .dvr-controls.disabled:before {
382
+ background-color: var(--player-dvr-color);
383
+ }
384
+ .dvr-controls .live-info {
385
+ text-transform: uppercase;
386
+ color: #fffffe;
387
+ }
388
+ .dvr-controls .live-info::before {
389
+ background-color: #ed4f4a;
390
+ }
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;
400
+ }
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;
408
+ }
409
+ .share_plugin[data-share].share-hide .share-button-container {
410
+ right: -50px;
411
+ }
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;
423
+ }
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;
433
+ }
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; */
445
+ }
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);
449
+ }
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;
454
+ }
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;
461
+ }
462
+ .share_plugin[data-share] .share-container .share-container-main {
463
+ margin-bottom: 8px;
464
+ }
465
+ .share_plugin[data-share] .share-container .share-container-main > div {
466
+ text-align: left;
467
+ font-size: 14px;
468
+ padding: 5px;
469
+ }
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;
489
+ }
490
+ .media-control-skin-1 .media-control-item.media-control-pip button {
491
+ height: 20px;
492
+ }
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;
506
+ }
507
+
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%;
529
+ }
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);
538
+ }
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;
546
+ }
547
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
548
+ fill: var(--primary-text-color);
549
+ }
550
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
551
+ fill: var(--hover-text-color);
552
+ }
553
+ .clappr-nerd-stats .stats-box-main {
554
+ overflow: hidden;
555
+ margin-top: 44px;
556
+ display: flex;
557
+ flex-wrap: wrap;
558
+ }
559
+ .clappr-nerd-stats .stats-box-main ul {
560
+ flex: 0 1 1fr;
561
+ min-width: 200px;
562
+ }
563
+ .clappr-nerd-stats .stats-box.wide {
564
+ width: 820px;
565
+ }
566
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
567
+ list-style-type: none;
568
+ }
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;
574
+ }
575
+ .clappr-nerd-stats .stats-box ul {
576
+ padding: 5px;
577
+ width: 200px;
578
+ flex: 0 1 50%;
579
+ }
580
+ .clappr-nerd-stats .stats-box ul li {
581
+ position: relative;
582
+ padding: 0 5px;
583
+ text-align: left;
584
+ }
585
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
586
+ padding: 0;
403
587
  }
404
588
  .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
405
589
  width: 100%;
@@ -672,6 +856,130 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
672
856
  .fullscreen .clappr-nerd-stats .stats-box {
673
857
  top: unset;
674
858
  }
859
+ }.quality-levels li.disabled {
860
+ opacity: 0.5;
861
+ pointer-events: none;
862
+ }
863
+ .quality-levels li.current {
864
+ background-color: #000;
865
+ }.player-poster {
866
+ display: flex;
867
+ 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;
882
+ }
883
+ .player-poster:hover .play-wrapper {
884
+ opacity: 1;
885
+ }
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;
892
+ }
893
+ .player-poster .play-wrapper svg {
894
+ height: 100%;
895
+ display: inline;
896
+ }
897
+ .player-poster .play-wrapper svg path {
898
+ fill: #fff;
899
+ }.container-with-poster-clickable .mc-skip-time {
900
+ height: 0;
901
+ }
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;
910
+ }
911
+ .mc-skip-time .skip-container {
912
+ width: 100%;
913
+ height: 100%;
914
+ display: flex;
915
+ justify-content: space-between;
916
+ }
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;
925
+ }
926
+ .scrub-thumbnails.hidden {
927
+ opacity: 0;
928
+ }
929
+ .scrub-thumbnails .thumbnail-container {
930
+ display: inline-block;
931
+ position: relative;
932
+ overflow: hidden;
933
+ background-color: #000;
934
+ }
935
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
936
+ position: absolute;
937
+ width: auto;
938
+ }
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;
951
+ }
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;
962
+ }
963
+ .scrub-thumbnails .spotlight img {
964
+ width: auto;
965
+ }
966
+ .scrub-thumbnails .backdrop {
967
+ position: absolute;
968
+ left: 0;
969
+ bottom: 0;
970
+ right: 0;
971
+ background-color: #000;
972
+ overflow: hidden;
973
+ }
974
+ .scrub-thumbnails .backdrop .carousel {
975
+ position: absolute;
976
+ top: 0;
977
+ left: 0;
978
+ height: 100%;
979
+ white-space: nowrap;
980
+ }
981
+ .scrub-thumbnails .backdrop .carousel img {
982
+ width: auto;
675
983
  }@charset "UTF-8";
676
984
  .gplayer-mc-clips {
677
985
  display: flex;
@@ -695,6 +1003,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
695
1003
  }
696
1004
  .gplayer-mc-clips .gplayer-mc-clips-text.compact {
697
1005
  max-width: 100px;
1006
+ }.spinner-three-bounce[data-spinner] {
1007
+ position: absolute;
1008
+ width: 70px;
1009
+ text-align: center;
1010
+ z-index: 999;
1011
+ left: 0;
1012
+ right: 0;
1013
+ margin: 0 auto;
1014
+ margin-left: auto;
1015
+ margin-right: auto;
1016
+ /* center vertically */
1017
+ top: 50%;
1018
+ transform: translateY(-50%);
1019
+ }
1020
+ .spinner-three-bounce[data-spinner] > div {
1021
+ width: 18px;
1022
+ height: 18px;
1023
+ background-color: #FFF;
1024
+ border-radius: 100%;
1025
+ display: inline-block;
1026
+ animation: bouncedelay 1.4s infinite ease-in-out;
1027
+ /* Prevent first frame from flickering when animation starts */
1028
+ animation-fill-mode: both;
1029
+ }
1030
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1031
+ animation-delay: -0.32s;
1032
+ }
1033
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1034
+ animation-delay: -0.16s;
1035
+ }
1036
+
1037
+ @keyframes bouncedelay {
1038
+ 0%, 80%, 100% {
1039
+ transform: scale(0);
1040
+ }
1041
+ 40% {
1042
+ transform: scale(1);
1043
+ }
698
1044
  }.seek-time {
699
1045
  position: absolute;
700
1046
  white-space: nowrap;
@@ -728,12 +1074,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
728
1074
  .seek-time .seek-time__duration::before {
729
1075
  content: "|";
730
1076
  margin-right: 7px;
731
- }.quality-levels li.disabled {
732
- opacity: 0.5;
733
- pointer-events: none;
734
- }
735
- .quality-levels li.current {
736
- background-color: #000;
737
1077
  }[data-player] {
738
1078
  --bottom-panel: 40px;
739
1079
  }
@@ -1359,133 +1699,62 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1359
1699
  100% {
1360
1700
  color: #B80000;
1361
1701
  }
1362
- }.share_plugin[data-share] {
1363
- pointer-events: auto;
1364
- z-index: 5;
1365
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1366
- }
1367
- .share_plugin[data-share].share-hide .share-button-container {
1368
- right: -50px;
1369
- }
1370
- .share_plugin[data-share] .share-button-container {
1371
- cursor: pointer;
1372
- width: 36px;
1373
- height: 36px;
1374
- background-color: rgba(74, 74, 74, 0.6);
1375
- border-radius: 4px;
1702
+ }.player-logo[data-logo] {
1376
1703
  position: absolute;
1377
- right: 10px;
1378
- top: 10px;
1379
- padding-top: 6px;
1380
- transition: all 0.3s ease-out;
1704
+ z-index: 2;
1705
+ width: 100%;
1706
+ height: 100%;
1381
1707
  }
1382
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1383
- background-color: transparent;
1384
- border: 0;
1385
- margin: 0 6px;
1708
+
1709
+ .clappr-logo {
1710
+ position: absolute;
1711
+ }.media-control-skin-1 .media-control-cc button.media-control-button {
1712
+ display: flex;
1713
+ justify-content: center;
1386
1714
  padding: 0;
1387
- cursor: pointer;
1388
- display: inline-block;
1389
- width: 19px;
1390
- height: 20px;
1715
+ align-items: center;
1716
+ vertical-align: top;
1391
1717
  }
1392
- .share_plugin[data-share] .share-container {
1393
- pointer-events: auto;
1394
- position: absolute;
1395
- width: 280px;
1396
- background-color: white;
1397
- transform: translate(0, 50%);
1398
- transform: translate(-50%, -50%);
1399
- left: 50%;
1400
- /* margin-left: -140px; */
1401
- top: calc(50% - 20px);
1402
- /* margin-top: -170px; */
1718
+ .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1719
+ color: white;
1403
1720
  }
1404
- .share_plugin[data-share] .share-container .share-container-header {
1405
- text-align: left;
1406
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1721
+ .media-control-skin-1 .media-control-cc ul li {
1722
+ text-align: center;
1407
1723
  }
1408
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1409
- display: inline-block;
1410
- font-size: 16px;
1411
- margin: 5px;
1724
+ .media-control-skin-1 .media-control-cc ul li a {
1725
+ height: 30px;
1726
+ padding: 5px 10px;
1727
+ color: #fffffe;
1412
1728
  }
1413
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1414
- display: inline-block;
1415
- width: 24px;
1416
- float: right;
1417
- margin: 5px;
1418
- cursor: pointer;
1729
+ .media-control-skin-1 .media-control-cc ul li a:hover {
1730
+ background-color: rgba(0, 0, 0, 0.4);
1419
1731
  }
1420
- .share_plugin[data-share] .share-container .share-container-main {
1421
- margin-bottom: 8px;
1732
+ .media-control-skin-1 .media-control-cc ul li.current a {
1733
+ background-color: rgba(0, 0, 0, 0.4);
1422
1734
  }
1423
- .share_plugin[data-share] .share-container .share-container-main > div {
1424
- text-align: left;
1425
- font-size: 14px;
1426
- padding: 5px;
1735
+ .media-control-skin-1 .media-control-cc ul li:first-child a {
1736
+ border-bottom-left-radius: 4px;
1737
+ border-bottom-right-radius: 4px;
1427
1738
  }
1428
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--link, .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1429
- overflow: hidden;
1430
- text-overflow: ellipsis;
1431
- color: #818181;
1432
- border: solid 1px #d3d3d3;
1433
- width: calc(100% - 10px);
1434
- padding: 5px;
1739
+ .media-control-skin-1 .media-control-cc ul li:last-child a {
1740
+ border-top-left-radius: 4px;
1741
+ border-top-right-radius: 4px;
1435
1742
  }
1436
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1437
- max-height: 90px;
1438
- resize: none;
1743
+ .media-control-skin-1 .media-control-cc {
1744
+ position: relative;
1745
+ order: 85;
1439
1746
  }
1440
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1441
- width: 32px;
1442
- display: inline-block;
1443
- margin-right: 5px;
1444
- cursor: pointer;
1445
- }.context-menu {
1446
- z-index: 999;
1747
+
1748
+ .container .gplayer-cc-line {
1447
1749
  position: absolute;
1448
- top: 0;
1449
- left: 0;
1450
- text-align: center;
1451
- }
1452
- .context-menu .context-menu-list {
1453
- font-family: "Proxima Nova", sans-serif;
1454
- font-size: 12px;
1455
- line-height: 12px;
1456
- list-style-type: none;
1457
- text-align: left;
1458
- padding: 5px;
1459
- margin-left: auto;
1460
- margin-right: auto;
1461
- background-color: rgba(0, 0, 0, 0.75);
1462
- border: 1px solid #666;
1463
- border-radius: 4px;
1464
- }
1465
- .context-menu .context-menu-list-item button {
1466
- border: none;
1467
- background-color: transparent;
1468
- padding: 0;
1469
- color: white;
1470
- display: flex;
1471
- gap: 8px;
1472
- align-items: center;
1473
- justify-content: center;
1474
- cursor: pointer;
1475
- padding: 5px;
1750
+ bottom: calc(var(--bottom-panel) + 5px);
1476
1751
  width: 100%;
1477
1752
  }
1478
- .context-menu .context-menu-list-item_icon {
1479
- width: 20px;
1480
- height: 20px;
1481
- }.media-control-skin-1 .media-control-item.media-control-pip {
1482
- order: 95;
1483
- }
1484
- .media-control-skin-1 .media-control-item.media-control-pip button {
1485
- height: 20px;
1486
- }
1487
- .media-control-skin-1 .media-control-item.media-control-pip button svg {
1488
- height: 20px;
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;
1489
1758
  }*,
1490
1759
  :focus,
1491
1760
  :visited {
@@ -1621,273 +1890,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1621
1890
  }
1622
1891
  .multicamera[data-multicamera] li.current a {
1623
1892
  color: #f00;
1624
- }.container-with-poster-clickable .mc-skip-time {
1625
- height: 0;
1626
- }
1627
-
1628
- .mc-skip-time {
1629
- position: absolute;
1630
- width: 100%;
1631
- height: calc(100% - 50px);
1632
- z-index: 9998;
1633
- background-color: transparent;
1634
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1635
- }
1636
- .mc-skip-time .skip-container {
1637
- width: 100%;
1638
- height: 100%;
1639
- display: flex;
1640
- justify-content: space-between;
1641
- }
1642
- .mc-skip-time .skip-container .skip-item {
1643
- flex: 1 0 0px;
1644
- height: 100%;
1645
- }.media-control-skin-1 .media-control-cc button.media-control-button {
1646
- display: flex;
1647
- justify-content: center;
1648
- padding: 0;
1649
- align-items: center;
1650
- vertical-align: top;
1651
- }
1652
- .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1653
- color: white;
1654
- }
1655
- .media-control-skin-1 .media-control-cc ul li {
1656
- text-align: center;
1657
- }
1658
- .media-control-skin-1 .media-control-cc ul li a {
1659
- height: 30px;
1660
- padding: 5px 10px;
1661
- color: #fffffe;
1662
- }
1663
- .media-control-skin-1 .media-control-cc ul li a:hover {
1664
- background-color: rgba(0, 0, 0, 0.4);
1665
- }
1666
- .media-control-skin-1 .media-control-cc ul li.current a {
1667
- background-color: rgba(0, 0, 0, 0.4);
1668
- }
1669
- .media-control-skin-1 .media-control-cc ul li:first-child a {
1670
- border-bottom-left-radius: 4px;
1671
- border-bottom-right-radius: 4px;
1672
- }
1673
- .media-control-skin-1 .media-control-cc ul li:last-child a {
1674
- border-top-left-radius: 4px;
1675
- border-top-right-radius: 4px;
1676
- }
1677
- .media-control-skin-1 .media-control-cc {
1678
- position: relative;
1679
- order: 85;
1680
- }
1681
-
1682
- .container .gplayer-cc-line {
1683
- position: absolute;
1684
- bottom: calc(var(--bottom-panel) + 5px);
1685
- width: 100%;
1686
- }
1687
- .container .gplayer-cc-line p {
1688
- width: auto;
1689
- background-color: rgba(0, 0, 0, 0.4);
1690
- color: white;
1691
- display: inline-block;
1692
- }.spinner-three-bounce[data-spinner] {
1693
- position: absolute;
1694
- width: 70px;
1695
- text-align: center;
1696
- z-index: 999;
1697
- left: 0;
1698
- right: 0;
1699
- margin: 0 auto;
1700
- margin-left: auto;
1701
- margin-right: auto;
1702
- /* center vertically */
1703
- top: 50%;
1704
- transform: translateY(-50%);
1705
- }
1706
- .spinner-three-bounce[data-spinner] > div {
1707
- width: 18px;
1708
- height: 18px;
1709
- background-color: #FFF;
1710
- border-radius: 100%;
1711
- display: inline-block;
1712
- animation: bouncedelay 1.4s infinite ease-in-out;
1713
- /* Prevent first frame from flickering when animation starts */
1714
- animation-fill-mode: both;
1715
- }
1716
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1717
- animation-delay: -0.32s;
1718
- }
1719
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1720
- animation-delay: -0.16s;
1721
- }
1722
-
1723
- @keyframes bouncedelay {
1724
- 0%, 80%, 100% {
1725
- transform: scale(0);
1726
- }
1727
- 40% {
1728
- transform: scale(1);
1729
- }
1730
- }.scrub-thumbnails {
1731
- position: absolute;
1732
- bottom: 52px;
1733
- width: 100%;
1734
- transition: opacity 0.3s ease;
1735
- }
1736
- .scrub-thumbnails.hidden {
1737
- opacity: 0;
1738
- }
1739
- .scrub-thumbnails .thumbnail-container {
1740
- display: inline-block;
1741
- position: relative;
1742
- overflow: hidden;
1743
- background-color: #000;
1744
- }
1745
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1746
- position: absolute;
1747
- width: auto;
1748
- }
1749
- .scrub-thumbnails .thumbnails-text {
1750
- background-color: rgba(74, 74, 74, 0.7);
1751
- border-radius: 3px;
1752
- white-space: nowrap;
1753
- overflow: hidden;
1754
- text-overflow: ellipsis;
1755
- color: white;
1756
- position: absolute;
1757
- bottom: 23px;
1758
- width: 100px;
1759
- padding: 0 4px;
1760
- font-size: 12px;
1761
- }
1762
- .scrub-thumbnails .spotlight {
1763
- background-color: #4a4a4a;
1764
- overflow: hidden;
1765
- position: absolute;
1766
- bottom: 0;
1767
- left: 0;
1768
- border-color: #4a4a4a;
1769
- border-style: solid;
1770
- border-width: 3px;
1771
- border-radius: 3px;
1772
- }
1773
- .scrub-thumbnails .spotlight img {
1774
- width: auto;
1775
- }
1776
- .scrub-thumbnails .backdrop {
1777
- position: absolute;
1778
- left: 0;
1779
- bottom: 0;
1780
- right: 0;
1781
- background-color: #000;
1782
- overflow: hidden;
1783
- }
1784
- .scrub-thumbnails .backdrop .carousel {
1785
- position: absolute;
1786
- top: 0;
1787
- left: 0;
1788
- height: 100%;
1789
- white-space: nowrap;
1790
- }
1791
- .scrub-thumbnails .backdrop .carousel img {
1792
- width: auto;
1793
- }.dvr-controls {
1794
- --disabled-opacity: 0.3;
1795
- --circle-radius: 5px;
1796
- display: flex;
1797
- align-items: center;
1798
- color: var(--player-dvr-color);
1799
- font-size: 10px;
1800
- font-weight: 500;
1801
- height: var(--bottom-panel);
1802
- line-height: var(--bottom-panel);
1803
- margin-left: 0;
1804
- }
1805
- .dvr-controls .live-info,
1806
- .dvr-controls .live-button {
1807
- font-size: 14px;
1808
- font-weight: 500;
1809
- margin-left: 20px;
1810
- letter-spacing: 0.8px;
1811
- text-transform: uppercase;
1812
- }
1813
- .dvr-controls .live-info::before,
1814
- .dvr-controls .live-button::before {
1815
- margin-right: 8px;
1816
- content: "";
1817
- display: inline-block;
1818
- position: relative;
1819
- width: calc(var(--circle-radius) * 2);
1820
- height: calc(var(--circle-radius) * 2);
1821
- border-radius: var(--circle-radius);
1822
- background-color: var(--player-dvr-color);
1823
- }
1824
- .dvr-controls.disabled {
1825
- opacity: var(--disabled-opacity);
1826
- }
1827
- .dvr-controls.disabled:before {
1828
- background-color: var(--player-dvr-color);
1829
- }
1830
- .dvr-controls .live-info {
1831
- text-transform: uppercase;
1832
- color: #fffffe;
1833
- }
1834
- .dvr-controls .live-info::before {
1835
- background-color: #ed4f4a;
1836
- }
1837
- .dvr-controls .live-button {
1838
- cursor: pointer;
1839
- outline: none;
1840
- border: 0;
1841
- color: var(--player-dvr-color);
1842
- background-color: transparent;
1843
- padding: 0;
1844
- opacity: 0.7;
1845
- transition: all 0.1s ease;
1846
- }
1847
- .dvr-controls .live-button:hover {
1848
- opacity: 1;
1849
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1850
- }.player-poster {
1851
- display: flex;
1852
- justify-content: center;
1853
- align-items: center;
1854
- position: absolute;
1855
- height: 100%;
1856
- width: 100%;
1857
- z-index: 998;
1858
- top: 0;
1859
- left: 0;
1860
- background-color: #000;
1861
- background-size: cover;
1862
- background-repeat: no-repeat;
1863
- background-position: 50% 50%;
1864
- }
1865
- .player-poster.clickable {
1866
- cursor: pointer;
1867
- }
1868
- .player-poster:hover .play-wrapper {
1869
- opacity: 1;
1870
- }
1871
- .player-poster .play-wrapper {
1872
- width: 100%;
1873
- height: 25%;
1874
- margin: 0 auto;
1875
- opacity: 0.75;
1876
- transition: opacity 0.1s ease;
1877
- }
1878
- .player-poster .play-wrapper svg {
1879
- height: 100%;
1880
- display: inline;
1881
- }
1882
- .player-poster .play-wrapper svg path {
1883
- fill: #fff;
1884
- }.player-logo[data-logo] {
1885
- position: absolute;
1886
- z-index: 2;
1887
- width: 100%;
1888
- height: 100%;
1889
- }
1890
-
1891
- .clappr-logo {
1892
- position: absolute;
1893
1893
  }