@gcorevideo/player 2.26.5 → 2.26.6

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
@@ -509,63 +509,134 @@
509
509
  }
510
510
  .gplayer-mc-clips .gplayer-mc-clips-text.compact {
511
511
  max-width: 100px;
512
- }.dvr-controls {
513
- --disabled-opacity: 0.3;
514
- --circle-radius: 5px;
512
+ }.big-mute-icon-wrapper[data-big-mute] {
513
+ position: absolute;
514
+ z-index: 9998;
515
+ background-color: transparent;
516
+ display: flex;
517
+ justify-content: center;
518
+ width: 100%;
519
+ height: calc(100% - 50px);
520
+ margin: 0 auto;
521
+ opacity: 0.75;
522
+ transition: opacity 0.1s ease;
523
+ pointer-events: auto;
524
+ }
525
+ .big-mute-icon-wrapper[data-big-mute].hide {
526
+ display: none;
527
+ }
528
+ .big-mute-icon-wrapper[data-big-mute]:hover {
529
+ cursor: pointer;
530
+ }
531
+
532
+ .big-mute-icon[data-big-mute-icon] {
515
533
  display: flex;
516
534
  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;
535
+ justify-content: center;
536
+ align-self: center;
537
+ width: 120px;
538
+ height: 120px;
539
+ border: 2px solid white;
540
+ border-radius: 50%;
541
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
542
+ filter: alpha(opacity=60);
543
+ opacity: 1;
544
+ box-shadow: 0 0 1px 0 white;
545
+ background: rgba(240, 243, 247, 0.9411764706);
546
+ z-index: 10000;
523
547
  }
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;
548
+ .big-mute-icon[data-big-mute-icon] svg {
549
+ margin-left: 5px;
550
+ width: 80px;
551
+ height: 80px;
531
552
  }
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);
553
+ .big-mute-icon[data-big-mute-icon] svg path {
554
+ fill: #1f1e1e !important;
542
555
  }
543
- .dvr-controls.disabled {
544
- opacity: var(--disabled-opacity);
556
+ .big-mute-icon[data-big-mute-icon]:hover {
557
+ background: rgba(240, 243, 247, 0.8784313725);
545
558
  }
546
- .dvr-controls.disabled:before {
547
- background-color: var(--player-dvr-color);
559
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
560
+ fill: #151515 !important;
561
+ }div.player-error-screen, [data-player] div.player-error-screen {
562
+ color: #CCCACA;
563
+ position: absolute;
564
+ top: 0;
565
+ height: 100%;
566
+ width: 100%;
567
+ background-color: rgba(0, 0, 0, 0.7);
568
+ z-index: 2000;
569
+ display: flex;
570
+ flex-direction: column;
571
+ justify-content: center;
548
572
  }
549
- .dvr-controls .live-info {
550
- text-transform: uppercase;
551
- color: #fffffe;
573
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
574
+ font-size: 14px;
575
+ color: #CCCACA;
576
+ margin-top: 45px;
552
577
  }
553
- .dvr-controls .live-info::before {
554
- background-color: #ed4f4a;
578
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
579
+ font-weight: bold;
580
+ line-height: 30px;
581
+ font-size: 18px;
555
582
  }
556
- .dvr-controls .live-button {
583
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
584
+ width: 90%;
585
+ margin: 0 auto;
586
+ }
587
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
588
+ font-size: 13px;
589
+ margin-top: 15px;
590
+ }
591
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
557
592
  cursor: pointer;
558
- outline: none;
559
- border: 0;
560
- color: var(--player-dvr-color);
561
- background-color: transparent;
562
- padding: 0;
563
- opacity: 0.7;
564
- transition: all 0.1s ease;
593
+ width: 30px;
594
+ margin: 15px auto 0;
595
+ }.media-control-skin-1 .media-control-item.media-control-gear {
596
+ order: 99;
565
597
  }
566
- .dvr-controls .live-button:hover {
567
- opacity: 1;
568
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
598
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
599
+ position: absolute;
600
+ right: 16px;
601
+ bottom: 52px;
602
+ width: 250px;
603
+ min-height: 48px;
604
+ z-index: 9999;
605
+ border-radius: 4px;
606
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
607
+ }
608
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
609
+ padding: 8px 0;
610
+ }
611
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
612
+ margin: 0;
613
+ text-align: left;
614
+ line-height: 22px;
615
+ padding: 5px 14px;
616
+ width: 250px;
617
+ font-size: 12px;
618
+ display: flex;
619
+ align-items: center;
620
+ justify-content: flex-start;
621
+ gap: 8px;
622
+ }
623
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
624
+ flex: 24px 0 0;
625
+ height: 24px;
626
+ }
627
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
628
+ visibility: hidden;
629
+ display: inline-block;
630
+ }
631
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
632
+ flex: 0 1 100%;
633
+ }
634
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
635
+ flex: 0 0 14px;
636
+ height: 24px;
637
+ }
638
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
639
+ flex: 1 0 auto;
569
640
  }*, :focus, :visited {
570
641
  outline: none !important;
571
642
  }
@@ -624,134 +695,99 @@
624
695
  }
625
696
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
626
697
  display: inline;
627
- }.media-control-skin-1 .media-control-item.media-control-gear {
628
- order: 99;
629
- }
630
- .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
631
- 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;
698
+ }.dvr-controls {
699
+ --disabled-opacity: 0.3;
700
+ --circle-radius: 5px;
650
701
  display: flex;
651
702
  align-items: center;
652
- justify-content: flex-start;
653
- gap: 8px;
703
+ color: var(--player-dvr-color);
704
+ font-size: 10px;
705
+ font-weight: 500;
706
+ height: var(--bottom-panel);
707
+ line-height: var(--bottom-panel);
708
+ margin-left: 0;
654
709
  }
655
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
656
- flex: 24px 0 0;
657
- height: 24px;
710
+ .dvr-controls .live-info,
711
+ .dvr-controls .live-button {
712
+ font-size: 14px;
713
+ font-weight: 500;
714
+ margin-left: 20px;
715
+ letter-spacing: 0.8px;
716
+ text-transform: uppercase;
658
717
  }
659
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
660
- visibility: hidden;
718
+ .dvr-controls .live-info::before,
719
+ .dvr-controls .live-button::before {
720
+ margin-right: 8px;
721
+ content: "";
661
722
  display: inline-block;
723
+ position: relative;
724
+ width: calc(var(--circle-radius) * 2);
725
+ height: calc(var(--circle-radius) * 2);
726
+ border-radius: var(--circle-radius);
727
+ background-color: var(--player-dvr-color);
662
728
  }
663
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
664
- flex: 0 1 100%;
729
+ .dvr-controls.disabled {
730
+ opacity: var(--disabled-opacity);
665
731
  }
666
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
667
- flex: 0 0 14px;
668
- height: 24px;
732
+ .dvr-controls.disabled:before {
733
+ background-color: var(--player-dvr-color);
669
734
  }
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;
735
+ .dvr-controls .live-info {
736
+ text-transform: uppercase;
737
+ color: #fffffe;
684
738
  }
685
- .big-mute-icon-wrapper[data-big-mute].hide {
686
- display: none;
739
+ .dvr-controls .live-info::before {
740
+ background-color: #ed4f4a;
687
741
  }
688
- .big-mute-icon-wrapper[data-big-mute]:hover {
742
+ .dvr-controls .live-button {
689
743
  cursor: pointer;
744
+ outline: none;
745
+ border: 0;
746
+ color: var(--player-dvr-color);
747
+ background-color: transparent;
748
+ padding: 0;
749
+ opacity: 0.7;
750
+ transition: all 0.1s ease;
690
751
  }
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
- width: 120px;
698
- height: 120px;
699
- border: 2px solid white;
700
- border-radius: 50%;
701
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
702
- filter: alpha(opacity=60);
752
+ .dvr-controls .live-button:hover {
703
753
  opacity: 1;
704
- box-shadow: 0 0 1px 0 white;
705
- background: rgba(240, 243, 247, 0.9411764706);
706
- z-index: 10000;
707
- }
708
- .big-mute-icon[data-big-mute-icon] svg {
709
- margin-left: 5px;
710
- width: 80px;
711
- height: 80px;
712
- }
713
- .big-mute-icon[data-big-mute-icon] svg path {
714
- fill: #1f1e1e !important;
715
- }
716
- .big-mute-icon[data-big-mute-icon]:hover {
717
- background: rgba(240, 243, 247, 0.8784313725);
718
- }
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;
754
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
755
+ }.context-menu {
756
+ z-index: 999;
723
757
  position: absolute;
724
758
  top: 0;
725
- height: 100%;
726
- width: 100%;
727
- background-color: rgba(0, 0, 0, 0.7);
728
- z-index: 2000;
729
- display: flex;
730
- flex-direction: column;
731
- justify-content: center;
732
- }
733
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
734
- font-size: 14px;
735
- color: #CCCACA;
736
- margin-top: 45px;
737
- }
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;
742
- }
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;
759
+ left: 0;
760
+ text-align: center;
746
761
  }
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;
762
+ .context-menu .context-menu-list {
763
+ font-family: "Proxima Nova", sans-serif;
764
+ font-size: 12px;
765
+ line-height: 12px;
766
+ list-style-type: none;
767
+ text-align: left;
768
+ padding: 5px;
769
+ margin-left: auto;
770
+ margin-right: auto;
771
+ background-color: rgba(0, 0, 0, 0.75);
772
+ border: 1px solid #666;
773
+ border-radius: 4px;
750
774
  }
751
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
775
+ .context-menu .context-menu-list-item button {
776
+ border: none;
777
+ background-color: transparent;
778
+ padding: 0;
779
+ color: white;
780
+ display: flex;
781
+ gap: 8px;
782
+ align-items: center;
783
+ justify-content: center;
752
784
  cursor: pointer;
753
- width: 30px;
754
- margin: 15px auto 0;
785
+ padding: 5px;
786
+ width: 100%;
787
+ }
788
+ .context-menu .context-menu-list-item_icon {
789
+ width: 20px;
790
+ height: 20px;
755
791
  }*,
756
792
  :focus,
757
793
  :visited {
@@ -881,86 +917,129 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
881
917
  background-color: #555;
882
918
  color: white;
883
919
  }
884
- .multicamera[data-multicamera] li a:hover a {
885
- color: white;
886
- text-decoration: none;
920
+ .multicamera[data-multicamera] li a:hover a {
921
+ color: white;
922
+ text-decoration: none;
923
+ }
924
+ .multicamera[data-multicamera] li.current a {
925
+ color: #f00;
926
+ }.share_plugin[data-share] {
927
+ pointer-events: auto;
928
+ z-index: 5;
929
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
930
+ }
931
+ .share_plugin[data-share].share-hide .share-button-container {
932
+ right: -50px;
933
+ }
934
+ .share_plugin[data-share] .share-button-container {
935
+ cursor: pointer;
936
+ width: 36px;
937
+ height: 36px;
938
+ background-color: rgba(74, 74, 74, 0.6);
939
+ border-radius: 4px;
940
+ position: absolute;
941
+ right: 10px;
942
+ top: 10px;
943
+ padding-top: 6px;
944
+ transition: all 0.3s ease-out;
945
+ }
946
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
947
+ background-color: transparent;
948
+ border: 0;
949
+ margin: 0 6px;
950
+ padding: 0;
951
+ cursor: pointer;
952
+ display: inline-block;
953
+ width: 19px;
954
+ height: 20px;
955
+ }
956
+ .share_plugin[data-share] .share-container {
957
+ pointer-events: auto;
958
+ position: absolute;
959
+ width: 280px;
960
+ background-color: white;
961
+ transform: translate(0, 50%);
962
+ transform: translate(-50%, -50%);
963
+ left: 50%;
964
+ /* margin-left: -140px; */
965
+ top: calc(50% - 20px);
966
+ /* margin-top: -170px; */
967
+ }
968
+ .share_plugin[data-share] .share-container .share-container-header {
969
+ text-align: left;
970
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
971
+ }
972
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
973
+ display: inline-block;
974
+ font-size: 16px;
975
+ margin: 5px;
887
976
  }
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;
977
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
978
+ display: inline-block;
979
+ width: 24px;
980
+ float: right;
981
+ margin: 5px;
982
+ cursor: pointer;
896
983
  }
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;
984
+ .share_plugin[data-share] .share-container .share-container-main {
985
+ margin-bottom: 8px;
986
+ }
987
+ .share_plugin[data-share] .share-container .share-container-main > div {
902
988
  text-align: left;
989
+ font-size: 14px;
903
990
  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
991
  }
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;
992
+ .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 {
993
+ overflow: hidden;
994
+ text-overflow: ellipsis;
995
+ color: #818181;
996
+ border: solid 1px #d3d3d3;
997
+ width: calc(100% - 10px);
920
998
  padding: 5px;
921
- width: 100%;
922
999
  }
923
- .context-menu .context-menu-list-item_icon {
924
- width: 20px;
925
- height: 20px;
926
- }.spinner-three-bounce[data-spinner] {
1000
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1001
+ max-height: 90px;
1002
+ resize: none;
1003
+ }
1004
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1005
+ width: 32px;
1006
+ display: inline-block;
1007
+ margin-right: 5px;
1008
+ cursor: pointer;
1009
+ }.player-poster {
1010
+ display: flex;
1011
+ justify-content: center;
1012
+ align-items: center;
927
1013
  position: absolute;
928
- width: 70px;
929
- text-align: center;
930
- z-index: 999;
1014
+ height: 100%;
1015
+ width: 100%;
1016
+ z-index: 998;
1017
+ top: 0;
931
1018
  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%);
1019
+ background-color: #000;
1020
+ background-size: cover;
1021
+ background-repeat: no-repeat;
1022
+ background-position: 50% 50%;
939
1023
  }
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;
1024
+ .player-poster.clickable {
1025
+ cursor: pointer;
949
1026
  }
950
- .spinner-three-bounce[data-spinner] [data-bounce1] {
951
- animation-delay: -0.32s;
1027
+ .player-poster:hover .play-wrapper {
1028
+ opacity: 1;
952
1029
  }
953
- .spinner-three-bounce[data-spinner] [data-bounce2] {
954
- animation-delay: -0.16s;
1030
+ .player-poster .play-wrapper {
1031
+ width: 100%;
1032
+ height: 25%;
1033
+ margin: 0 auto;
1034
+ opacity: 0.75;
1035
+ transition: opacity 0.1s ease;
955
1036
  }
956
-
957
- @keyframes bouncedelay {
958
- 0%, 80%, 100% {
959
- transform: scale(0);
960
- }
961
- 40% {
962
- transform: scale(1);
963
- }
1037
+ .player-poster .play-wrapper svg {
1038
+ height: 100%;
1039
+ display: inline;
1040
+ }
1041
+ .player-poster .play-wrapper svg path {
1042
+ fill: #fff;
964
1043
  }[data-player] {
965
1044
  --bottom-panel: 40px;
966
1045
  }
@@ -1356,14 +1435,10 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1356
1435
  cursor: default;
1357
1436
  display: none;
1358
1437
  }
1359
- .media-control-skin-1 .bar-container[data-seekbar].seek-disabled + .bar-scrubber[data-seekbar] {
1360
- cursor: default;
1361
- display: none;
1362
- }
1363
1438
  .media-control-skin-1 .bar-scrubber[data-seekbar] {
1364
1439
  position: absolute;
1365
1440
  transform: translateX(-50%);
1366
- top: -11.5px;
1441
+ top: 0;
1367
1442
  left: 0;
1368
1443
  width: 20px;
1369
1444
  height: 20px;
@@ -1553,175 +1628,72 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1553
1628
  display: block;
1554
1629
  text-decoration: none;
1555
1630
  text-overflow: ellipsis;
1556
- overflow: hidden;
1557
- white-space: nowrap;
1558
- padding: 5px 10px;
1559
- line-height: 20px;
1560
- color: #fffffe;
1561
- }
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);
1566
- }
1567
- .media-control-skin-1 .media-control-dd__popup li.current a {
1568
- color: #f00;
1569
- }
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;
1573
- }
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;
1577
- }
1578
-
1579
- @keyframes pulse {
1580
- 0% {
1581
- color: #fff;
1582
- }
1583
- 50% {
1584
- color: #ff0101;
1585
- }
1586
- 100% {
1587
- color: #B80000;
1588
- }
1589
- }.quality-levels li.disabled {
1590
- opacity: 0.5;
1591
- pointer-events: none;
1592
- }
1593
- .quality-levels li.current {
1594
- background-color: #000;
1595
- }.media-control-skin-1 .media-control-cc button.media-control-button {
1596
- display: flex;
1597
- justify-content: center;
1598
- padding: 0;
1599
- align-items: center;
1600
- vertical-align: top;
1601
- }
1602
- .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1603
- color: white;
1604
- }
1605
- .media-control-skin-1 .media-control-cc ul li {
1606
- text-align: center;
1607
- }
1608
- .media-control-skin-1 .media-control-cc ul li a {
1609
- height: 30px;
1610
- padding: 5px 10px;
1611
- color: #fffffe;
1612
- }
1613
- .media-control-skin-1 .media-control-cc ul li a:hover {
1614
- background-color: rgba(0, 0, 0, 0.4);
1615
- }
1616
- .media-control-skin-1 .media-control-cc ul li.current a {
1617
- background-color: rgba(0, 0, 0, 0.4);
1618
- }
1619
- .media-control-skin-1 .media-control-cc ul li:first-child a {
1620
- border-bottom-left-radius: 4px;
1621
- border-bottom-right-radius: 4px;
1622
- }
1623
- .media-control-skin-1 .media-control-cc ul li:last-child a {
1624
- border-top-left-radius: 4px;
1625
- border-top-right-radius: 4px;
1626
- }
1627
- .media-control-skin-1 .media-control-cc {
1628
- position: relative;
1629
- order: 85;
1630
- }
1631
-
1632
- .container .gplayer-cc-line {
1633
- position: absolute;
1634
- bottom: calc(var(--bottom-panel) + 5px);
1635
- width: 100%;
1636
- }
1637
- .container .gplayer-cc-line p {
1638
- width: auto;
1639
- background-color: rgba(0, 0, 0, 0.4);
1640
- color: white;
1641
- display: inline-block;
1642
- }.share_plugin[data-share] {
1643
- pointer-events: auto;
1644
- z-index: 5;
1645
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1646
- }
1647
- .share_plugin[data-share].share-hide .share-button-container {
1648
- right: -50px;
1649
- }
1650
- .share_plugin[data-share] .share-button-container {
1651
- cursor: pointer;
1652
- width: 36px;
1653
- height: 36px;
1654
- background-color: rgba(74, 74, 74, 0.6);
1655
- border-radius: 4px;
1656
- position: absolute;
1657
- right: 10px;
1658
- top: 10px;
1659
- padding-top: 6px;
1660
- transition: all 0.3s ease-out;
1661
- }
1662
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1663
- background-color: transparent;
1664
- border: 0;
1665
- margin: 0 6px;
1666
- padding: 0;
1667
- cursor: pointer;
1668
- display: inline-block;
1669
- width: 19px;
1670
- height: 20px;
1671
- }
1672
- .share_plugin[data-share] .share-container {
1673
- pointer-events: auto;
1674
- position: absolute;
1675
- width: 280px;
1676
- background-color: white;
1677
- transform: translate(0, 50%);
1678
- transform: translate(-50%, -50%);
1679
- left: 50%;
1680
- /* margin-left: -140px; */
1681
- top: calc(50% - 20px);
1682
- /* margin-top: -170px; */
1631
+ overflow: hidden;
1632
+ white-space: nowrap;
1633
+ padding: 5px 10px;
1634
+ line-height: 20px;
1635
+ color: #fffffe;
1683
1636
  }
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);
1637
+ .media-control-skin-1 .media-control-dd__popup li a:hover {
1638
+ text-decoration: none;
1639
+ background-color: rgba(0, 0, 0, 0.4);
1640
+ color: var(--gplayer-mc-text-color);
1687
1641
  }
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;
1642
+ .media-control-skin-1 .media-control-dd__popup li.current a {
1643
+ color: #f00;
1692
1644
  }
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;
1645
+ .media-control-skin-1 .media-control-dd__popup li:first-child a {
1646
+ border-bottom-left-radius: 4px;
1647
+ border-bottom-right-radius: 4px;
1699
1648
  }
1700
- .share_plugin[data-share] .share-container .share-container-main {
1701
- margin-bottom: 8px;
1649
+ .media-control-skin-1 .media-control-dd__popup li:last-child a {
1650
+ border-top-left-radius: 4px;
1651
+ border-top-right-radius: 4px;
1702
1652
  }
1703
- .share_plugin[data-share] .share-container .share-container-main > div {
1704
- text-align: left;
1705
- font-size: 14px;
1706
- padding: 5px;
1653
+
1654
+ @keyframes pulse {
1655
+ 0% {
1656
+ color: #fff;
1657
+ }
1658
+ 50% {
1659
+ color: #ff0101;
1660
+ }
1661
+ 100% {
1662
+ color: #B80000;
1663
+ }
1664
+ }.seek-time {
1665
+ position: absolute;
1666
+ white-space: nowrap;
1667
+ height: 20px;
1668
+ line-height: 20px;
1669
+ font-size: 0;
1670
+ left: -100%;
1671
+ bottom: 55px;
1672
+ background-color: rgba(2, 2, 2, 0.5);
1673
+ z-index: 9999;
1674
+ transition: opacity 0.1s ease;
1707
1675
  }
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;
1676
+ .seek-time.hidden {
1677
+ opacity: 0;
1715
1678
  }
1716
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1717
- max-height: 90px;
1718
- resize: none;
1679
+ .seek-time .seek-time__pos {
1680
+ display: inline-block;
1681
+ color: white;
1682
+ font-size: 10px;
1683
+ padding-left: 7px;
1684
+ padding-right: 7px;
1685
+ vertical-align: top;
1719
1686
  }
1720
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1721
- width: 32px;
1687
+ .seek-time .seek-time__duration {
1722
1688
  display: inline-block;
1723
- margin-right: 5px;
1724
- cursor: pointer;
1689
+ color: rgba(255, 255, 255, 0.5);
1690
+ font-size: 10px;
1691
+ padding-right: 7px;
1692
+ vertical-align: top;
1693
+ }
1694
+ .seek-time .seek-time__duration::before {
1695
+ content: "|";
1696
+ margin-right: 7px;
1725
1697
  }.media-control-skin-1 .media-control-item.media-control-pip {
1726
1698
  order: 95;
1727
1699
  }
@@ -1730,6 +1702,27 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1730
1702
  }
1731
1703
  .media-control-skin-1 .media-control-item.media-control-pip button svg {
1732
1704
  height: 20px;
1705
+ }.container-with-poster-clickable .mc-skip-time {
1706
+ height: 0;
1707
+ }
1708
+
1709
+ .mc-skip-time {
1710
+ position: absolute;
1711
+ width: 100%;
1712
+ height: calc(100% - 50px);
1713
+ z-index: 9998;
1714
+ background-color: transparent;
1715
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1716
+ }
1717
+ .mc-skip-time .skip-container {
1718
+ width: 100%;
1719
+ height: 100%;
1720
+ display: flex;
1721
+ justify-content: space-between;
1722
+ }
1723
+ .mc-skip-time .skip-container .skip-item {
1724
+ flex: 1 0 0px;
1725
+ height: 100%;
1733
1726
  }.scrub-thumbnails {
1734
1727
  position: absolute;
1735
1728
  bottom: 52px;
@@ -1793,94 +1786,97 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1793
1786
  }
1794
1787
  .scrub-thumbnails .backdrop .carousel img {
1795
1788
  width: auto;
1796
- }.player-poster {
1789
+ }.quality-levels li.disabled {
1790
+ opacity: 0.5;
1791
+ pointer-events: none;
1792
+ }
1793
+ .quality-levels li.current {
1794
+ background-color: #000;
1795
+ }.media-control-skin-1 .media-control-cc button.media-control-button {
1797
1796
  display: flex;
1798
1797
  justify-content: center;
1798
+ padding: 0;
1799
1799
  align-items: center;
1800
- position: absolute;
1801
- height: 100%;
1802
- width: 100%;
1803
- z-index: 998;
1804
- top: 0;
1805
- left: 0;
1806
- background-color: #000;
1807
- background-size: cover;
1808
- background-repeat: no-repeat;
1809
- background-position: 50% 50%;
1810
- }
1811
- .player-poster.clickable {
1812
- cursor: pointer;
1800
+ vertical-align: top;
1813
1801
  }
1814
- .player-poster:hover .play-wrapper {
1815
- opacity: 1;
1802
+ .media-control-skin-1 .media-control-cc button.media-control-button:hover {
1803
+ color: white;
1816
1804
  }
1817
- .player-poster .play-wrapper {
1818
- width: 100%;
1819
- height: 25%;
1820
- margin: 0 auto;
1821
- opacity: 0.75;
1822
- transition: opacity 0.1s ease;
1805
+ .media-control-skin-1 .media-control-cc ul li {
1806
+ text-align: center;
1823
1807
  }
1824
- .player-poster .play-wrapper svg {
1825
- height: 100%;
1826
- display: inline;
1808
+ .media-control-skin-1 .media-control-cc ul li a {
1809
+ height: 30px;
1810
+ padding: 5px 10px;
1811
+ color: #fffffe;
1827
1812
  }
1828
- .player-poster .play-wrapper svg path {
1829
- fill: #fff;
1830
- }.seek-time {
1831
- position: absolute;
1832
- white-space: nowrap;
1833
- height: 20px;
1834
- line-height: 20px;
1835
- font-size: 0;
1836
- left: -100%;
1837
- bottom: 55px;
1838
- background-color: rgba(2, 2, 2, 0.5);
1839
- z-index: 9999;
1840
- transition: opacity 0.1s ease;
1813
+ .media-control-skin-1 .media-control-cc ul li a:hover {
1814
+ background-color: rgba(0, 0, 0, 0.4);
1841
1815
  }
1842
- .seek-time.hidden {
1843
- opacity: 0;
1816
+ .media-control-skin-1 .media-control-cc ul li.current a {
1817
+ background-color: rgba(0, 0, 0, 0.4);
1844
1818
  }
1845
- .seek-time .seek-time__pos {
1846
- display: inline-block;
1847
- color: white;
1848
- font-size: 10px;
1849
- padding-left: 7px;
1850
- padding-right: 7px;
1851
- vertical-align: top;
1819
+ .media-control-skin-1 .media-control-cc ul li:first-child a {
1820
+ border-bottom-left-radius: 4px;
1821
+ border-bottom-right-radius: 4px;
1852
1822
  }
1853
- .seek-time .seek-time__duration {
1854
- display: inline-block;
1855
- color: rgba(255, 255, 255, 0.5);
1856
- font-size: 10px;
1857
- padding-right: 7px;
1858
- vertical-align: top;
1823
+ .media-control-skin-1 .media-control-cc ul li:last-child a {
1824
+ border-top-left-radius: 4px;
1825
+ border-top-right-radius: 4px;
1859
1826
  }
1860
- .seek-time .seek-time__duration::before {
1861
- content: "|";
1862
- margin-right: 7px;
1863
- }.container-with-poster-clickable .mc-skip-time {
1864
- height: 0;
1827
+ .media-control-skin-1 .media-control-cc {
1828
+ position: relative;
1829
+ order: 85;
1865
1830
  }
1866
1831
 
1867
- .mc-skip-time {
1832
+ .container .gplayer-cc-line {
1868
1833
  position: absolute;
1834
+ bottom: calc(var(--bottom-panel) + 5px);
1869
1835
  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
1836
  }
1875
- .mc-skip-time .skip-container {
1876
- width: 100%;
1877
- height: 100%;
1878
- display: flex;
1879
- justify-content: space-between;
1837
+ .container .gplayer-cc-line p {
1838
+ width: auto;
1839
+ background-color: rgba(0, 0, 0, 0.4);
1840
+ color: white;
1841
+ display: inline-block;
1842
+ }.spinner-three-bounce[data-spinner] {
1843
+ position: absolute;
1844
+ width: 70px;
1845
+ text-align: center;
1846
+ z-index: 999;
1847
+ left: 0;
1848
+ right: 0;
1849
+ margin: 0 auto;
1850
+ margin-left: auto;
1851
+ margin-right: auto;
1852
+ /* center vertically */
1853
+ top: 50%;
1854
+ transform: translateY(-50%);
1880
1855
  }
1881
- .mc-skip-time .skip-container .skip-item {
1882
- flex: 1 0 0px;
1883
- height: 100%;
1856
+ .spinner-three-bounce[data-spinner] > div {
1857
+ width: 18px;
1858
+ height: 18px;
1859
+ background-color: #FFF;
1860
+ border-radius: 100%;
1861
+ display: inline-block;
1862
+ animation: bouncedelay 1.4s infinite ease-in-out;
1863
+ /* Prevent first frame from flickering when animation starts */
1864
+ animation-fill-mode: both;
1865
+ }
1866
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1867
+ animation-delay: -0.32s;
1868
+ }
1869
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1870
+ animation-delay: -0.16s;
1871
+ }
1872
+
1873
+ @keyframes bouncedelay {
1874
+ 0%, 80%, 100% {
1875
+ transform: scale(0);
1876
+ }
1877
+ 40% {
1878
+ transform: scale(1);
1879
+ }
1884
1880
  }.player-logo[data-logo] {
1885
1881
  position: absolute;
1886
1882
  z-index: 2;