@gcorevideo/player 2.22.7 → 2.22.9

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,8 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.clips.bar-container[data-seekbar] {
126
- clip-path: url("#myClip");
127
125
  }*,
128
126
  :focus,
129
127
  :visited {
@@ -224,6 +222,55 @@
224
222
  100% {
225
223
  color: #B80000;
226
224
  }
225
+ }.big-mute-icon-wrapper[data-big-mute] {
226
+ position: absolute;
227
+ z-index: 9998;
228
+ background-color: transparent;
229
+ display: flex;
230
+ justify-content: center;
231
+ width: 100%;
232
+ height: calc(100% - 50px);
233
+ margin: 0 auto;
234
+ opacity: 0.75;
235
+ transition: opacity 0.1s ease;
236
+ pointer-events: auto;
237
+ }
238
+ .big-mute-icon-wrapper[data-big-mute].hide {
239
+ display: none;
240
+ }
241
+ .big-mute-icon-wrapper[data-big-mute]:hover {
242
+ cursor: pointer;
243
+ }
244
+
245
+ .big-mute-icon[data-big-mute-icon] {
246
+ display: flex;
247
+ align-items: center;
248
+ justify-content: center;
249
+ align-self: center;
250
+ width: 120px;
251
+ height: 120px;
252
+ border: 2px solid white;
253
+ border-radius: 50%;
254
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
255
+ filter: alpha(opacity=60);
256
+ opacity: 1;
257
+ box-shadow: 0 0 1px 0 white;
258
+ background: rgba(240, 243, 247, 0.9411764706);
259
+ z-index: 10000;
260
+ }
261
+ .big-mute-icon[data-big-mute-icon] svg {
262
+ margin-left: 5px;
263
+ width: 80px;
264
+ height: 80px;
265
+ }
266
+ .big-mute-icon[data-big-mute-icon] svg path {
267
+ fill: #1f1e1e !important;
268
+ }
269
+ .big-mute-icon[data-big-mute-icon]:hover {
270
+ background: rgba(240, 243, 247, 0.8784313725);
271
+ }
272
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
273
+ fill: #151515 !important;
227
274
  }*, :focus, :visited {
228
275
  outline: none !important;
229
276
  }
@@ -285,40 +332,6 @@
285
332
  }
286
333
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
287
334
  display: inline;
288
- }div.player-error-screen, [data-player] div.player-error-screen {
289
- color: #CCCACA;
290
- position: absolute;
291
- top: 0;
292
- height: 100%;
293
- width: 100%;
294
- background-color: rgba(0, 0, 0, 0.7);
295
- z-index: 2000;
296
- display: flex;
297
- flex-direction: column;
298
- justify-content: center;
299
- }
300
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
301
- font-size: 14px;
302
- color: #CCCACA;
303
- margin-top: 45px;
304
- }
305
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
306
- font-weight: bold;
307
- line-height: 30px;
308
- font-size: 18px;
309
- }
310
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
311
- width: 90%;
312
- margin: 0 auto;
313
- }
314
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
315
- font-size: 13px;
316
- margin-top: 15px;
317
- }
318
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
319
- cursor: pointer;
320
- width: 30px;
321
- margin: 15px auto 0;
322
335
  }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
323
336
  order: 99;
324
337
  height: 20px;
@@ -357,40 +370,74 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
357
370
  }
358
371
  .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
359
372
  height: 20px;
360
- }.player-poster[data-poster] {
361
- display: flex;
362
- justify-content: center;
363
- align-items: center;
373
+ }.context-menu {
374
+ z-index: 999;
364
375
  position: absolute;
365
- height: 100%;
366
- width: 100%;
367
- z-index: 998;
368
376
  top: 0;
369
377
  left: 0;
370
- background-color: #000;
371
- background-size: cover;
372
- background-repeat: no-repeat;
373
- background-position: 50% 50%;
378
+ text-align: center;
374
379
  }
375
- .player-poster[data-poster].clickable {
380
+ .context-menu .context-menu-list {
381
+ font-family: "Proxima Nova", sans-serif;
382
+ font-size: 12px;
383
+ line-height: 12px;
384
+ list-style-type: none;
385
+ text-align: left;
386
+ padding: 5px;
387
+ margin-left: auto;
388
+ margin-right: auto;
389
+ background-color: rgba(0, 0, 0, 0.75);
390
+ border: 1px solid #666;
391
+ border-radius: 4px;
392
+ }
393
+ .context-menu .context-menu-list .context-menu-list-item {
394
+ color: white;
395
+ padding: 5px;
376
396
  cursor: pointer;
397
+ }.clips.bar-container[data-seekbar] {
398
+ clip-path: url("#myClip");
399
+ }.seek-time[data-seek-time] {
400
+ position: absolute;
401
+ white-space: nowrap;
402
+ height: 20px;
403
+ line-height: 20px;
404
+ font-size: 0;
405
+ left: -100%;
406
+ bottom: 55px;
407
+ background-color: rgba(2, 2, 2, 0.5);
408
+ z-index: 9999;
409
+ transition: opacity 0.1s ease;
377
410
  }
378
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
379
- opacity: 1;
411
+ .seek-time[data-seek-time].hidden[data-seek-time] {
412
+ opacity: 0;
380
413
  }
381
- .player-poster[data-poster] .play-wrapper[data-poster] {
382
- width: 100%;
383
- height: 25%;
384
- margin: 0 auto;
385
- opacity: 0.75;
386
- transition: opacity 0.1s ease;
414
+ .seek-time[data-seek-time] [data-seek-time] {
415
+ display: inline-block;
416
+ color: white;
417
+ font-size: 10px;
418
+ padding-left: 7px;
419
+ padding-right: 7px;
420
+ vertical-align: top;
387
421
  }
388
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
389
- height: 100%;
390
- display: inline;
422
+ .seek-time[data-seek-time] [data-duration] {
423
+ display: inline-block;
424
+ color: rgba(255, 255, 255, 0.5);
425
+ font-size: 10px;
426
+ padding-right: 7px;
427
+ vertical-align: top;
391
428
  }
392
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
393
- fill: #fff;
429
+ .seek-time[data-seek-time] [data-duration]::before {
430
+ content: "|";
431
+ margin-right: 7px;
432
+ }.media-control-pip {
433
+ order: 95;
434
+ display: flex;
435
+ }
436
+ .media-control-pip button {
437
+ height: 20px;
438
+ }
439
+ .media-control-pip button svg {
440
+ height: 20px;
394
441
  }.dvr-controls[data-dvr] {
395
442
  display: inline-block;
396
443
  color: var(--player-dvr-color);
@@ -484,66 +531,282 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
484
531
  }
485
532
  .dvr .dvr-controls[data-dvr] .live-button {
486
533
  display: block;
487
- }[data-player] {
488
- --bottom-panel: 40px;
534
+ }*, :focus, :visited {
535
+ outline: none !important;
489
536
  }
490
537
 
491
- .container .media-control-notransition {
492
- transition: none !important;
493
- }
494
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
495
- opacity: 1;
538
+ .multicamera[data-multicamera] {
539
+ float: right;
540
+ margin-top: 4px;
541
+ position: relative;
542
+ margin-right: 20px;
543
+ width: 20px;
496
544
  }
497
- .container.crop-video [data-html5-video] {
498
- object-fit: cover;
545
+ .multicamera[data-multicamera] button {
546
+ background-color: transparent;
547
+ color: #fff;
548
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
549
+ -webkit-font-smoothing: antialiased;
550
+ border: none;
551
+ font-size: 14px;
552
+ padding: 0;
499
553
  }
500
- .container .cc-line {
501
- position: absolute;
502
- bottom: calc(var(--bottom-panel) + 5px);
503
- width: 100%;
554
+ .multicamera[data-multicamera] button svg {
555
+ height: 20px;
556
+ position: relative;
557
+ margin-top: 6px;
504
558
  }
505
- .container .cc-line p {
506
- width: auto;
507
- background-color: rgba(0, 0, 0, 0.4);
508
- color: white;
509
- display: inline-block;
559
+ .multicamera[data-multicamera] button:hover {
560
+ color: #c9c9c9;
510
561
  }
511
- .container .circle-poster[data-poster] {
512
- top: 50%;
513
- margin-top: -60px;
514
- left: 50%;
515
- margin-left: -60px;
516
- position: absolute;
517
- width: 120px;
518
- height: 120px;
519
- border: 2px solid white;
520
- border-radius: 50%;
521
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
522
- filter: alpha(opacity=60);
523
- opacity: 1;
524
- box-shadow: 0 0 1px 0 white;
562
+ .multicamera[data-multicamera] button.changing {
563
+ animation: pulse 0.5s infinite alternate;
525
564
  }
526
- .container .circle-poster[data-poster] svg {
565
+ .multicamera[data-multicamera] button span.quality-arrow {
566
+ width: 9px;
567
+ height: 6px;
568
+ margin-top: 11px;
527
569
  margin-left: 5px;
528
- width: 80px;
529
- height: 80px;
530
570
  }
531
- .container .spinner-three-bounce[data-spinner] > div {
532
- background-color: #ff5700;
533
- }
534
-
535
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-quality,
536
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-audiotracks {
571
+ .multicamera[data-multicamera] > ul {
572
+ padding: 6px 0;
573
+ right: -24px;
574
+ width: 245px;
575
+ list-style-type: none;
576
+ position: absolute;
577
+ bottom: 48px;
578
+ border-radius: 4px;
537
579
  display: none;
580
+ background-color: rgba(74, 74, 74, 0.9);
538
581
  }
539
- .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
540
- transform: rotate(270deg);
541
- float: none;
542
- display: block;
582
+ .multicamera[data-multicamera] > ul::after {
583
+ content: "";
543
584
  position: absolute;
544
- /* bottom: 12px; */
545
- margin: 0;
546
- top: -40px;
585
+ top: 100%;
586
+ left: 85%;
587
+ margin-left: -10px;
588
+ width: 0;
589
+ height: 0;
590
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
591
+ border-right: 10px solid transparent;
592
+ border-left: 10px solid transparent;
593
+ }
594
+ .multicamera[data-multicamera] li {
595
+ font-size: 10px;
596
+ cursor: pointer;
597
+ }
598
+ .multicamera[data-multicamera] li .multicamera-item {
599
+ display: flex;
600
+ padding: 10px 0;
601
+ justify-content: center;
602
+ position: relative;
603
+ }
604
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
605
+ pointer-events: none;
606
+ }
607
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
608
+ opacity: 0.5;
609
+ }
610
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
611
+ opacity: 0.5;
612
+ }
613
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
614
+ background-color: rgba(0, 0, 0, 0);
615
+ }
616
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
617
+ background-color: rgba(0, 0, 0, 0.3);
618
+ }
619
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
620
+ width: 80px;
621
+ height: 60px;
622
+ }
623
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
624
+ width: 80px;
625
+ height: 60px;
626
+ }
627
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
628
+ width: 120px;
629
+ text-align: left;
630
+ margin-left: 15px;
631
+ }
632
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
633
+ width: 120px;
634
+ height: 20px;
635
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
636
+ font-size: 14px;
637
+ font-weight: normal;
638
+ font-style: normal;
639
+ font-stretch: normal;
640
+ line-height: 1.43;
641
+ letter-spacing: normal;
642
+ text-align: left;
643
+ color: #fff;
644
+ text-overflow: ellipsis;
645
+ overflow: hidden;
646
+ }
647
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
648
+ opacity: 0.6;
649
+ }
650
+ .multicamera[data-multicamera] li[data-title] {
651
+ background-color: #c3c2c2;
652
+ padding: 5px;
653
+ }
654
+ .multicamera[data-multicamera] li a {
655
+ color: #444;
656
+ padding: 2px 10px;
657
+ display: block;
658
+ text-decoration: none;
659
+ }
660
+ .multicamera[data-multicamera] li a:hover {
661
+ background-color: #555;
662
+ color: white;
663
+ }
664
+ .multicamera[data-multicamera] li a:hover a {
665
+ color: white;
666
+ text-decoration: none;
667
+ }
668
+ .multicamera[data-multicamera] li.current a {
669
+ color: #f00;
670
+ }
671
+
672
+ @keyframes pulse {
673
+ 0% {
674
+ color: #fff;
675
+ }
676
+ 50% {
677
+ color: #ff0101;
678
+ }
679
+ 100% {
680
+ color: #B80000;
681
+ }
682
+ }div.player-error-screen, [data-player] div.player-error-screen {
683
+ color: #CCCACA;
684
+ position: absolute;
685
+ top: 0;
686
+ height: 100%;
687
+ width: 100%;
688
+ background-color: rgba(0, 0, 0, 0.7);
689
+ z-index: 2000;
690
+ display: flex;
691
+ flex-direction: column;
692
+ justify-content: center;
693
+ }
694
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
695
+ font-size: 14px;
696
+ color: #CCCACA;
697
+ margin-top: 45px;
698
+ }
699
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
700
+ font-weight: bold;
701
+ line-height: 30px;
702
+ font-size: 18px;
703
+ }
704
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
705
+ width: 90%;
706
+ margin: 0 auto;
707
+ }
708
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
709
+ font-size: 13px;
710
+ margin-top: 15px;
711
+ }
712
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
713
+ cursor: pointer;
714
+ width: 30px;
715
+ margin: 15px auto 0;
716
+ }.player-poster[data-poster] {
717
+ display: flex;
718
+ justify-content: center;
719
+ align-items: center;
720
+ position: absolute;
721
+ height: 100%;
722
+ width: 100%;
723
+ z-index: 998;
724
+ top: 0;
725
+ left: 0;
726
+ background-color: #000;
727
+ background-size: cover;
728
+ background-repeat: no-repeat;
729
+ background-position: 50% 50%;
730
+ }
731
+ .player-poster[data-poster].clickable {
732
+ cursor: pointer;
733
+ }
734
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
735
+ opacity: 1;
736
+ }
737
+ .player-poster[data-poster] .play-wrapper[data-poster] {
738
+ width: 100%;
739
+ height: 25%;
740
+ margin: 0 auto;
741
+ opacity: 0.75;
742
+ transition: opacity 0.1s ease;
743
+ }
744
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
745
+ height: 100%;
746
+ display: inline;
747
+ }
748
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
749
+ fill: #fff;
750
+ }[data-player] {
751
+ --bottom-panel: 40px;
752
+ }
753
+
754
+ .container .media-control-notransition {
755
+ transition: none !important;
756
+ }
757
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
758
+ opacity: 1;
759
+ }
760
+ .container.crop-video [data-html5-video] {
761
+ object-fit: cover;
762
+ }
763
+ .container .cc-line {
764
+ position: absolute;
765
+ bottom: calc(var(--bottom-panel) + 5px);
766
+ width: 100%;
767
+ }
768
+ .container .cc-line p {
769
+ width: auto;
770
+ background-color: rgba(0, 0, 0, 0.4);
771
+ color: white;
772
+ display: inline-block;
773
+ }
774
+ .container .circle-poster[data-poster] {
775
+ top: 50%;
776
+ margin-top: -60px;
777
+ left: 50%;
778
+ margin-left: -60px;
779
+ position: absolute;
780
+ width: 120px;
781
+ height: 120px;
782
+ border: 2px solid white;
783
+ border-radius: 50%;
784
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
785
+ filter: alpha(opacity=60);
786
+ opacity: 1;
787
+ box-shadow: 0 0 1px 0 white;
788
+ }
789
+ .container .circle-poster[data-poster] svg {
790
+ margin-left: 5px;
791
+ width: 80px;
792
+ height: 80px;
793
+ }
794
+ .container .spinner-three-bounce[data-spinner] > div {
795
+ background-color: #ff5700;
796
+ }
797
+
798
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-quality,
799
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-audiotracks {
800
+ display: none;
801
+ }
802
+ .media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
803
+ transform: rotate(270deg);
804
+ float: none;
805
+ display: block;
806
+ position: absolute;
807
+ /* bottom: 12px; */
808
+ margin: 0;
809
+ top: -40px;
547
810
  padding: 0;
548
811
  /* right: 20px; */
549
812
  margin-left: -32px;
@@ -1107,496 +1370,30 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1107
1370
  height: 26px;
1108
1371
  line-height: 26px;
1109
1372
  bottom: 52px;
1110
- border-radius: 3px;
1111
- background-color: rgba(74, 74, 74, 0.7);
1112
- }
1113
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1114
- letter-spacing: 0.8px;
1115
- font-size: 14px;
1116
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1117
- }
1118
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1119
- padding-left: 8px;
1120
- padding-right: 8px;
1121
- }
1122
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1123
- display: none !important;
1124
- }.spinner-three-bounce[data-spinner] {
1125
- position: absolute;
1126
- width: 70px;
1127
- text-align: center;
1128
- z-index: 999;
1129
- left: 0;
1130
- right: 0;
1131
- margin: 0 auto;
1132
- margin-left: auto;
1133
- margin-right: auto;
1134
- /* center vertically */
1135
- top: 50%;
1136
- transform: translateY(-50%);
1137
- }
1138
- .spinner-three-bounce[data-spinner] > div {
1139
- width: 18px;
1140
- height: 18px;
1141
- background-color: #FFF;
1142
- border-radius: 100%;
1143
- display: inline-block;
1144
- animation: bouncedelay 1.4s infinite ease-in-out;
1145
- /* Prevent first frame from flickering when animation starts */
1146
- animation-fill-mode: both;
1147
- }
1148
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1149
- animation-delay: -0.32s;
1150
- }
1151
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1152
- animation-delay: -0.16s;
1153
- }
1154
-
1155
- @keyframes bouncedelay {
1156
- 0%, 80%, 100% {
1157
- transform: scale(0);
1158
- }
1159
- 40% {
1160
- transform: scale(1);
1161
- }
1162
- }.scrub-thumbnails {
1163
- position: absolute;
1164
- bottom: 52px;
1165
- width: 100%;
1166
- transition: opacity 0.3s ease;
1167
- }
1168
- .scrub-thumbnails.hidden {
1169
- opacity: 0;
1170
- }
1171
- .scrub-thumbnails .thumbnail-container {
1172
- display: inline-block;
1173
- position: relative;
1174
- overflow: hidden;
1175
- background-color: #000;
1176
- }
1177
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1178
- position: absolute;
1179
- width: auto;
1180
- }
1181
- .scrub-thumbnails .thumbnails-text {
1182
- background-color: rgba(74, 74, 74, 0.7);
1183
- border-radius: 3px;
1184
- white-space: nowrap;
1185
- overflow: hidden;
1186
- text-overflow: ellipsis;
1187
- color: white;
1188
- position: absolute;
1189
- bottom: 23px;
1190
- width: 100px;
1191
- }
1192
- .scrub-thumbnails .spotlight {
1193
- background-color: #4a4a4a;
1194
- overflow: hidden;
1195
- position: absolute;
1196
- bottom: 0;
1197
- left: 0;
1198
- border-color: #4a4a4a;
1199
- border-style: solid;
1200
- border-width: 3px;
1201
- border-radius: 3px;
1202
- }
1203
- .scrub-thumbnails .spotlight img {
1204
- width: auto;
1205
- }
1206
- .scrub-thumbnails .backdrop {
1207
- position: absolute;
1208
- left: 0;
1209
- bottom: 0;
1210
- right: 0;
1211
- background-color: #000;
1212
- overflow: hidden;
1213
- }
1214
- .scrub-thumbnails .backdrop .carousel {
1215
- position: absolute;
1216
- top: 0;
1217
- left: 0;
1218
- height: 100%;
1219
- white-space: nowrap;
1220
- }
1221
- .scrub-thumbnails .backdrop .carousel img {
1222
- width: auto;
1223
- }.share_plugin[data-share] {
1224
- pointer-events: auto;
1225
- z-index: 5;
1226
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1227
- }
1228
- .share_plugin[data-share].share-hide .share-button-container {
1229
- right: -50px;
1230
- }
1231
- .share_plugin[data-share] .share-button-container {
1232
- cursor: pointer;
1233
- width: 36px;
1234
- height: 36px;
1235
- background-color: rgba(74, 74, 74, 0.6);
1236
- border-radius: 4px;
1237
- position: absolute;
1238
- right: 10px;
1239
- top: 10px;
1240
- padding-top: 6px;
1241
- transition: all 0.3s ease-out;
1242
- }
1243
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1244
- background-color: transparent;
1245
- border: 0;
1246
- margin: 0 6px;
1247
- padding: 0;
1248
- cursor: pointer;
1249
- display: inline-block;
1250
- width: 19px;
1251
- height: 20px;
1252
- }
1253
- .share_plugin[data-share] .share-container {
1254
- pointer-events: auto;
1255
- position: absolute;
1256
- width: 280px;
1257
- background-color: white;
1258
- transform: translate(0, 50%);
1259
- transform: translate(-50%, -50%);
1260
- left: 50%;
1261
- /* margin-left: -140px; */
1262
- top: calc(50% - 20px);
1263
- /* margin-top: -170px; */
1264
- }
1265
- .share_plugin[data-share] .share-container .share-container-header {
1266
- text-align: left;
1267
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1268
- }
1269
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1270
- display: inline-block;
1271
- font-size: 16px;
1272
- margin: 5px;
1273
- }
1274
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1275
- display: inline-block;
1276
- width: 24px;
1277
- float: right;
1278
- margin: 5px;
1279
- cursor: pointer;
1280
- }
1281
- .share_plugin[data-share] .share-container .share-container-main {
1282
- margin-bottom: 8px;
1283
- }
1284
- .share_plugin[data-share] .share-container .share-container-main > div {
1285
- text-align: left;
1286
- font-size: 14px;
1287
- padding: 5px;
1288
- }
1289
- .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 {
1290
- overflow: hidden;
1291
- text-overflow: ellipsis;
1292
- color: #818181;
1293
- border: solid 1px #d3d3d3;
1294
- width: calc(100% - 10px);
1295
- padding: 5px;
1296
- }
1297
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1298
- max-height: 90px;
1299
- resize: none;
1300
- }
1301
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1302
- width: 32px;
1303
- display: inline-block;
1304
- margin-right: 5px;
1305
- cursor: pointer;
1306
- }.context-menu {
1307
- z-index: 999;
1308
- position: absolute;
1309
- top: 0;
1310
- left: 0;
1311
- text-align: center;
1312
- }
1313
- .context-menu .context-menu-list {
1314
- font-family: "Proxima Nova", sans-serif;
1315
- font-size: 12px;
1316
- line-height: 12px;
1317
- list-style-type: none;
1318
- text-align: left;
1319
- padding: 5px;
1320
- margin-left: auto;
1321
- margin-right: auto;
1322
- background-color: rgba(0, 0, 0, 0.75);
1323
- border: 1px solid #666;
1324
- border-radius: 4px;
1325
- }
1326
- .context-menu .context-menu-list .context-menu-list-item {
1327
- color: white;
1328
- padding: 5px;
1329
- cursor: pointer;
1330
- }.big-mute-icon-wrapper[data-big-mute] {
1331
- position: absolute;
1332
- z-index: 9998;
1333
- background-color: transparent;
1334
- display: flex;
1335
- justify-content: center;
1336
- width: 100%;
1337
- height: calc(100% - 50px);
1338
- margin: 0 auto;
1339
- opacity: 0.75;
1340
- transition: opacity 0.1s ease;
1341
- pointer-events: auto;
1342
- }
1343
- .big-mute-icon-wrapper[data-big-mute].hide {
1344
- display: none;
1345
- }
1346
- .big-mute-icon-wrapper[data-big-mute]:hover {
1347
- cursor: pointer;
1348
- }
1349
-
1350
- .big-mute-icon[data-big-mute-icon] {
1351
- display: flex;
1352
- align-items: center;
1353
- justify-content: center;
1354
- align-self: center;
1355
- width: 120px;
1356
- height: 120px;
1357
- border: 2px solid white;
1358
- border-radius: 50%;
1359
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1360
- filter: alpha(opacity=60);
1361
- opacity: 1;
1362
- box-shadow: 0 0 1px 0 white;
1363
- background: rgba(240, 243, 247, 0.9411764706);
1364
- z-index: 10000;
1365
- }
1366
- .big-mute-icon[data-big-mute-icon] svg {
1367
- margin-left: 5px;
1368
- width: 80px;
1369
- height: 80px;
1370
- }
1371
- .big-mute-icon[data-big-mute-icon] svg path {
1372
- fill: #1f1e1e !important;
1373
- }
1374
- .big-mute-icon[data-big-mute-icon]:hover {
1375
- background: rgba(240, 243, 247, 0.8784313725);
1376
- }
1377
- .big-mute-icon[data-big-mute-icon]:hover svg path {
1378
- fill: #151515 !important;
1379
- }.gear-option_hd-icon.hidden {
1380
- display: none;
1381
- }
1382
-
1383
- .quality-levels li.disabled {
1384
- opacity: 0.5;
1385
- pointer-events: none;
1386
- }
1387
- .quality-levels li.current {
1388
- background-color: #000;
1389
- }.media-control-pip {
1390
- order: 95;
1391
- display: flex;
1392
- }
1393
- .media-control-pip button {
1394
- height: 20px;
1395
- }
1396
- .media-control-pip button svg {
1397
- height: 20px;
1398
- }.seek-time[data-seek-time] {
1399
- position: absolute;
1400
- white-space: nowrap;
1401
- height: 20px;
1402
- line-height: 20px;
1403
- font-size: 0;
1404
- left: -100%;
1405
- bottom: 55px;
1406
- background-color: rgba(2, 2, 2, 0.5);
1407
- z-index: 9999;
1408
- transition: opacity 0.1s ease;
1409
- }
1410
- .seek-time[data-seek-time].hidden[data-seek-time] {
1411
- opacity: 0;
1412
- }
1413
- .seek-time[data-seek-time] [data-seek-time] {
1414
- display: inline-block;
1415
- color: white;
1416
- font-size: 10px;
1417
- padding-left: 7px;
1418
- padding-right: 7px;
1419
- vertical-align: top;
1420
- }
1421
- .seek-time[data-seek-time] [data-duration] {
1422
- display: inline-block;
1423
- color: rgba(255, 255, 255, 0.5);
1424
- font-size: 10px;
1425
- padding-right: 7px;
1426
- vertical-align: top;
1427
- }
1428
- .seek-time[data-seek-time] [data-duration]::before {
1429
- content: "|";
1430
- margin-right: 7px;
1431
- }*, :focus, :visited {
1432
- outline: none !important;
1433
- }
1434
-
1435
- .multicamera[data-multicamera] {
1436
- float: right;
1437
- margin-top: 4px;
1438
- position: relative;
1439
- margin-right: 20px;
1440
- width: 20px;
1441
- }
1442
- .multicamera[data-multicamera] button {
1443
- background-color: transparent;
1444
- color: #fff;
1445
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1446
- -webkit-font-smoothing: antialiased;
1447
- border: none;
1448
- font-size: 14px;
1449
- padding: 0;
1450
- }
1451
- .multicamera[data-multicamera] button svg {
1452
- height: 20px;
1453
- position: relative;
1454
- margin-top: 6px;
1455
- }
1456
- .multicamera[data-multicamera] button:hover {
1457
- color: #c9c9c9;
1458
- }
1459
- .multicamera[data-multicamera] button.changing {
1460
- animation: pulse 0.5s infinite alternate;
1461
- }
1462
- .multicamera[data-multicamera] button span.quality-arrow {
1463
- width: 9px;
1464
- height: 6px;
1465
- margin-top: 11px;
1466
- margin-left: 5px;
1467
- }
1468
- .multicamera[data-multicamera] > ul {
1469
- padding: 6px 0;
1470
- right: -24px;
1471
- width: 245px;
1472
- list-style-type: none;
1473
- position: absolute;
1474
- bottom: 48px;
1475
- border-radius: 4px;
1476
- display: none;
1477
- background-color: rgba(74, 74, 74, 0.9);
1478
- }
1479
- .multicamera[data-multicamera] > ul::after {
1480
- content: "";
1481
- position: absolute;
1482
- top: 100%;
1483
- left: 85%;
1484
- margin-left: -10px;
1485
- width: 0;
1486
- height: 0;
1487
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1488
- border-right: 10px solid transparent;
1489
- border-left: 10px solid transparent;
1490
- }
1491
- .multicamera[data-multicamera] li {
1492
- font-size: 10px;
1493
- cursor: pointer;
1494
- }
1495
- .multicamera[data-multicamera] li .multicamera-item {
1496
- display: flex;
1497
- padding: 10px 0;
1498
- justify-content: center;
1499
- position: relative;
1500
- }
1501
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1502
- pointer-events: none;
1503
- }
1504
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1505
- opacity: 0.5;
1506
- }
1507
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1508
- opacity: 0.5;
1509
- }
1510
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1511
- background-color: rgba(0, 0, 0, 0);
1512
- }
1513
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1514
- background-color: rgba(0, 0, 0, 0.3);
1515
- }
1516
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1517
- width: 80px;
1518
- height: 60px;
1519
- }
1520
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1521
- width: 80px;
1522
- height: 60px;
1523
- }
1524
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1525
- width: 120px;
1526
- text-align: left;
1527
- margin-left: 15px;
1528
- }
1529
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1530
- width: 120px;
1531
- height: 20px;
1532
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1533
- font-size: 14px;
1534
- font-weight: normal;
1535
- font-style: normal;
1536
- font-stretch: normal;
1537
- line-height: 1.43;
1538
- letter-spacing: normal;
1539
- text-align: left;
1540
- color: #fff;
1541
- text-overflow: ellipsis;
1542
- overflow: hidden;
1543
- }
1544
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1545
- opacity: 0.6;
1546
- }
1547
- .multicamera[data-multicamera] li[data-title] {
1548
- background-color: #c3c2c2;
1549
- padding: 5px;
1550
- }
1551
- .multicamera[data-multicamera] li a {
1552
- color: #444;
1553
- padding: 2px 10px;
1554
- display: block;
1555
- text-decoration: none;
1556
- }
1557
- .multicamera[data-multicamera] li a:hover {
1558
- background-color: #555;
1559
- color: white;
1560
- }
1561
- .multicamera[data-multicamera] li a:hover a {
1562
- color: white;
1563
- text-decoration: none;
1564
- }
1565
- .multicamera[data-multicamera] li.current a {
1566
- color: #f00;
1567
- }
1568
-
1569
- @keyframes pulse {
1570
- 0% {
1571
- color: #fff;
1572
- }
1573
- 50% {
1574
- color: #ff0101;
1575
- }
1576
- 100% {
1577
- color: #B80000;
1578
- }
1579
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1580
- height: 0;
1373
+ border-radius: 3px;
1374
+ background-color: rgba(74, 74, 74, 0.7);
1581
1375
  }
1582
-
1583
- .skip_time_plugin[data-skip-time] {
1584
- position: absolute;
1585
- width: 100%;
1586
- height: calc(100% - 50px);
1587
- z-index: 9998;
1588
- background-color: transparent;
1376
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1377
+ letter-spacing: 0.8px;
1378
+ font-size: 14px;
1589
1379
  font-family: Roboto, "Open Sans", Arial, sans-serif;
1590
1380
  }
1591
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1592
- width: 100%;
1593
- height: 100%;
1594
- display: flex;
1595
- justify-content: space-between;
1381
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1382
+ padding-left: 8px;
1383
+ padding-right: 8px;
1596
1384
  }
1597
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1598
- width: 33.3%;
1599
- height: 100%;
1385
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1386
+ display: none !important;
1387
+ }.gear-option_hd-icon.hidden {
1388
+ display: none;
1389
+ }
1390
+
1391
+ .quality-levels li.disabled {
1392
+ opacity: 0.5;
1393
+ pointer-events: none;
1394
+ }
1395
+ .quality-levels li.current {
1396
+ background-color: #000;
1600
1397
  }:root {
1601
1398
  --primary-background-color: #000;
1602
1399
  --secondary-background-color: #262626;
@@ -1979,6 +1776,218 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1979
1776
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1980
1777
  width: 25%;
1981
1778
  }
1779
+ }.spinner-three-bounce[data-spinner] {
1780
+ position: absolute;
1781
+ width: 70px;
1782
+ text-align: center;
1783
+ z-index: 999;
1784
+ left: 0;
1785
+ right: 0;
1786
+ margin: 0 auto;
1787
+ margin-left: auto;
1788
+ margin-right: auto;
1789
+ /* center vertically */
1790
+ top: 50%;
1791
+ transform: translateY(-50%);
1792
+ }
1793
+ .spinner-three-bounce[data-spinner] > div {
1794
+ width: 18px;
1795
+ height: 18px;
1796
+ background-color: #FFF;
1797
+ border-radius: 100%;
1798
+ display: inline-block;
1799
+ animation: bouncedelay 1.4s infinite ease-in-out;
1800
+ /* Prevent first frame from flickering when animation starts */
1801
+ animation-fill-mode: both;
1802
+ }
1803
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1804
+ animation-delay: -0.32s;
1805
+ }
1806
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1807
+ animation-delay: -0.16s;
1808
+ }
1809
+
1810
+ @keyframes bouncedelay {
1811
+ 0%, 80%, 100% {
1812
+ transform: scale(0);
1813
+ }
1814
+ 40% {
1815
+ transform: scale(1);
1816
+ }
1817
+ }.share_plugin[data-share] {
1818
+ pointer-events: auto;
1819
+ z-index: 5;
1820
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1821
+ }
1822
+ .share_plugin[data-share].share-hide .share-button-container {
1823
+ right: -50px;
1824
+ }
1825
+ .share_plugin[data-share] .share-button-container {
1826
+ cursor: pointer;
1827
+ width: 36px;
1828
+ height: 36px;
1829
+ background-color: rgba(74, 74, 74, 0.6);
1830
+ border-radius: 4px;
1831
+ position: absolute;
1832
+ right: 10px;
1833
+ top: 10px;
1834
+ padding-top: 6px;
1835
+ transition: all 0.3s ease-out;
1836
+ }
1837
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1838
+ background-color: transparent;
1839
+ border: 0;
1840
+ margin: 0 6px;
1841
+ padding: 0;
1842
+ cursor: pointer;
1843
+ display: inline-block;
1844
+ width: 19px;
1845
+ height: 20px;
1846
+ }
1847
+ .share_plugin[data-share] .share-container {
1848
+ pointer-events: auto;
1849
+ position: absolute;
1850
+ width: 280px;
1851
+ background-color: white;
1852
+ transform: translate(0, 50%);
1853
+ transform: translate(-50%, -50%);
1854
+ left: 50%;
1855
+ /* margin-left: -140px; */
1856
+ top: calc(50% - 20px);
1857
+ /* margin-top: -170px; */
1858
+ }
1859
+ .share_plugin[data-share] .share-container .share-container-header {
1860
+ text-align: left;
1861
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1862
+ }
1863
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1864
+ display: inline-block;
1865
+ font-size: 16px;
1866
+ margin: 5px;
1867
+ }
1868
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1869
+ display: inline-block;
1870
+ width: 24px;
1871
+ float: right;
1872
+ margin: 5px;
1873
+ cursor: pointer;
1874
+ }
1875
+ .share_plugin[data-share] .share-container .share-container-main {
1876
+ margin-bottom: 8px;
1877
+ }
1878
+ .share_plugin[data-share] .share-container .share-container-main > div {
1879
+ text-align: left;
1880
+ font-size: 14px;
1881
+ padding: 5px;
1882
+ }
1883
+ .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 {
1884
+ overflow: hidden;
1885
+ text-overflow: ellipsis;
1886
+ color: #818181;
1887
+ border: solid 1px #d3d3d3;
1888
+ width: calc(100% - 10px);
1889
+ padding: 5px;
1890
+ }
1891
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1892
+ max-height: 90px;
1893
+ resize: none;
1894
+ }
1895
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1896
+ width: 32px;
1897
+ display: inline-block;
1898
+ margin-right: 5px;
1899
+ cursor: pointer;
1900
+ }.scrub-thumbnails {
1901
+ position: absolute;
1902
+ bottom: 52px;
1903
+ width: 100%;
1904
+ transition: opacity 0.3s ease;
1905
+ }
1906
+ .scrub-thumbnails.hidden {
1907
+ opacity: 0;
1908
+ }
1909
+ .scrub-thumbnails .thumbnail-container {
1910
+ display: inline-block;
1911
+ position: relative;
1912
+ overflow: hidden;
1913
+ background-color: #000;
1914
+ }
1915
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1916
+ position: absolute;
1917
+ width: auto;
1918
+ }
1919
+ .scrub-thumbnails .thumbnails-text {
1920
+ background-color: rgba(74, 74, 74, 0.7);
1921
+ border-radius: 3px;
1922
+ white-space: nowrap;
1923
+ overflow: hidden;
1924
+ text-overflow: ellipsis;
1925
+ color: white;
1926
+ position: absolute;
1927
+ bottom: 23px;
1928
+ width: 100px;
1929
+ }
1930
+ .scrub-thumbnails .spotlight {
1931
+ background-color: #4a4a4a;
1932
+ overflow: hidden;
1933
+ position: absolute;
1934
+ bottom: 0;
1935
+ left: 0;
1936
+ border-color: #4a4a4a;
1937
+ border-style: solid;
1938
+ border-width: 3px;
1939
+ border-radius: 3px;
1940
+ }
1941
+ .scrub-thumbnails .spotlight img {
1942
+ width: auto;
1943
+ }
1944
+ .scrub-thumbnails .backdrop {
1945
+ position: absolute;
1946
+ left: 0;
1947
+ bottom: 0;
1948
+ right: 0;
1949
+ background-color: #000;
1950
+ overflow: hidden;
1951
+ }
1952
+ .scrub-thumbnails .backdrop .carousel {
1953
+ position: absolute;
1954
+ top: 0;
1955
+ left: 0;
1956
+ height: 100%;
1957
+ white-space: nowrap;
1958
+ }
1959
+ .scrub-thumbnails .backdrop .carousel img {
1960
+ width: auto;
1961
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1962
+ height: 0;
1963
+ }
1964
+
1965
+ .skip_time_plugin[data-skip-time] {
1966
+ position: absolute;
1967
+ width: 100%;
1968
+ height: calc(100% - 50px);
1969
+ z-index: 9998;
1970
+ background-color: transparent;
1971
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1972
+ }
1973
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1974
+ width: 100%;
1975
+ height: 100%;
1976
+ display: flex;
1977
+ justify-content: space-between;
1978
+ }
1979
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1980
+ width: 33.3%;
1981
+ height: 100%;
1982
+ }.player-logo[data-logo] {
1983
+ position: absolute;
1984
+ z-index: 2;
1985
+ width: 100%;
1986
+ height: 100%;
1987
+ }
1988
+
1989
+ .clappr-logo {
1990
+ position: absolute;
1982
1991
  }*,
1983
1992
  :focus,
1984
1993
  :visited {
@@ -2053,13 +2062,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2053
2062
  .ios-fullscreen::cue {
2054
2063
  visibility: visible !important;
2055
2064
  font-size: 1em !important;
2056
- }.player-logo[data-logo] {
2057
- position: absolute;
2058
- z-index: 2;
2059
- width: 100%;
2060
- height: 100%;
2061
- }
2062
-
2063
- .clappr-logo {
2064
- position: absolute;
2065
2065
  }