@gcorevideo/player 2.20.6 → 2.20.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/core.js +1 -1
  2. package/dist/index.css +662 -662
  3. package/dist/index.js +5143 -5123
  4. package/dist/plugins/index.css +524 -524
  5. package/dist/plugins/index.js +5111 -5096
  6. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  7. package/lib/plugins/bottom-gear/BottomGear.js +5 -8
  8. package/lib/plugins/level-selector/LevelSelector.d.ts +15 -5
  9. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  10. package/lib/plugins/level-selector/LevelSelector.js +22 -22
  11. package/lib/plugins/media-control/MediaControl.d.ts +10 -0
  12. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  13. package/lib/plugins/media-control/MediaControl.js +11 -0
  14. package/lib/plugins/source-controller/SourceController.d.ts +1 -0
  15. package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
  16. package/lib/plugins/source-controller/SourceController.js +8 -4
  17. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +7 -3
  18. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  19. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +35 -27
  20. package/lib/testUtils.d.ts +5 -8
  21. package/lib/testUtils.d.ts.map +1 -1
  22. package/lib/testUtils.js +15 -9
  23. package/package.json +1 -1
  24. package/src/plugins/bottom-gear/BottomGear.ts +5 -7
  25. package/src/plugins/bottom-gear/__tests__/BottomGear.test.ts +36 -0
  26. package/src/plugins/bottom-gear/__tests__/__snapshots__/BottomGear.test.ts.snap +41 -0
  27. package/src/plugins/level-selector/LevelSelector.ts +50 -29
  28. package/src/plugins/level-selector/__tests__/LevelSelector.test.ts +15 -16
  29. package/src/plugins/media-control/MediaControl.ts +11 -0
  30. package/src/plugins/source-controller/SourceController.ts +9 -4
  31. package/src/plugins/source-controller/__tests__/SourceController.test.ts +35 -1
  32. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +80 -57
  33. package/src/testUtils.ts +16 -9
  34. package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css CHANGED
@@ -122,6 +122,53 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
+ float: right;
127
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
128
+ }
129
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
130
+ height: 40px;
131
+ width: 40px;
132
+ padding-right: 20px;
133
+ }
134
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
135
+ height: 20px;
136
+ }
137
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
138
+ position: absolute;
139
+ right: 16px;
140
+ bottom: 52px;
141
+ display: none;
142
+ width: 250px;
143
+ min-height: 48px;
144
+ z-index: 9999;
145
+ border-radius: 4px;
146
+ }
147
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
148
+ padding: 8px 0;
149
+ }
150
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
151
+ float: left;
152
+ margin-right: 10px;
153
+ }
154
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
155
+ margin: 0;
156
+ text-align: left;
157
+ line-height: 22px;
158
+ padding: 5px 14px;
159
+ width: 250px;
160
+ font-size: 12px;
161
+ }
162
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
163
+ float: right;
164
+ margin-right: -14px;
165
+ }
166
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
167
+ float: right;
168
+ margin-right: 8px;
169
+ }
170
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
171
+ height: 20px;
125
172
  }*, :focus, :visited {
126
173
  outline: none !important;
127
174
  }
@@ -187,53 +234,30 @@
187
234
  }
188
235
  .gear-wrapper svg {
189
236
  height: 20px;
190
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
191
- float: right;
192
- font-family: Roboto, "Open Sans", Arial, sans-serif;
193
- }
194
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
195
- height: 40px;
196
- width: 40px;
197
- padding-right: 20px;
198
- }
199
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
200
- height: 20px;
201
- }
202
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
237
+ }.context-menu {
238
+ z-index: 999;
203
239
  position: absolute;
204
- right: 16px;
205
- bottom: 52px;
206
- display: none;
207
- width: 250px;
208
- min-height: 48px;
209
- z-index: 9999;
210
- border-radius: 4px;
211
- }
212
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
213
- padding: 8px 0;
214
- }
215
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
216
- float: left;
217
- margin-right: 10px;
240
+ top: 0;
241
+ left: 0;
242
+ text-align: center;
218
243
  }
219
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
220
- margin: 0;
221
- text-align: left;
222
- line-height: 22px;
223
- padding: 5px 14px;
224
- width: 250px;
244
+ .context-menu .context-menu-list {
245
+ font-family: "Proxima Nova", sans-serif;
225
246
  font-size: 12px;
247
+ line-height: 12px;
248
+ list-style-type: none;
249
+ text-align: left;
250
+ padding: 5px;
251
+ margin-left: auto;
252
+ margin-right: auto;
253
+ background-color: rgba(0, 0, 0, 0.75);
254
+ border: 1px solid #666;
255
+ border-radius: 4px;
226
256
  }
227
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
228
- float: right;
229
- margin-right: -14px;
230
- }
231
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
232
- float: right;
233
- margin-right: 8px;
234
- }
235
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
236
- height: 20px;
257
+ .context-menu .context-menu-list .context-menu-list-item {
258
+ color: white;
259
+ padding: 5px;
260
+ cursor: pointer;
237
261
  }:root {
238
262
  --primary-background-color: #000;
239
263
  --secondary-background-color: #262626;
@@ -616,6 +640,114 @@
616
640
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
617
641
  width: 25%;
618
642
  }
643
+ }.clips.bar-container[data-seekbar] {
644
+ clip-path: url("#myClip");
645
+ }.dvr-controls[data-dvr-controls] {
646
+ display: inline-block;
647
+ float: left;
648
+ color: #fff;
649
+ line-height: 32px;
650
+ font-size: 10px;
651
+ font-weight: bold;
652
+ margin-left: 6px;
653
+ }
654
+ .dvr-controls[data-dvr-controls] .live-info {
655
+ cursor: default;
656
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
657
+ text-transform: uppercase;
658
+ }
659
+ .dvr-controls[data-dvr-controls] .live-info:before {
660
+ content: "";
661
+ display: inline-block;
662
+ position: relative;
663
+ width: 7px;
664
+ height: 7px;
665
+ border-radius: 3.5px;
666
+ margin-right: 3.5px;
667
+ background-color: #ff0101;
668
+ }
669
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
670
+ opacity: 0.3;
671
+ }
672
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
673
+ background-color: #fff;
674
+ }
675
+ .dvr-controls[data-dvr-controls] .live-button {
676
+ cursor: pointer;
677
+ outline: none;
678
+ display: none;
679
+ border: 0;
680
+ color: #fff;
681
+ background-color: transparent;
682
+ height: 32px;
683
+ padding: 0;
684
+ opacity: 0.7;
685
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
686
+ text-transform: uppercase;
687
+ transition: all 0.1s ease;
688
+ }
689
+ .dvr-controls[data-dvr-controls] .live-button:before {
690
+ content: "";
691
+ display: inline-block;
692
+ position: relative;
693
+ width: 7px;
694
+ height: 7px;
695
+ border-radius: 3.5px;
696
+ margin-right: 3.5px;
697
+ background-color: #fff;
698
+ }
699
+ .dvr-controls[data-dvr-controls] .live-button:hover {
700
+ opacity: 1;
701
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
702
+ }
703
+
704
+ .dvr-controls[data-dvr-controls] {
705
+ height: 40px;
706
+ line-height: 40px;
707
+ margin-left: 0;
708
+ }
709
+ .dvr-controls[data-dvr-controls] .live-info {
710
+ font-size: 14px;
711
+ letter-spacing: 0.8px;
712
+ font-weight: 500;
713
+ color: #fffffe;
714
+ margin-left: 21px;
715
+ }
716
+ .dvr-controls[data-dvr-controls] .live-info::before {
717
+ width: 10px;
718
+ height: 10px;
719
+ border-radius: 50%;
720
+ margin-right: 8px;
721
+ background-color: #ed4f4a;
722
+ }
723
+ .dvr-controls[data-dvr-controls] .live-button {
724
+ height: 40px;
725
+ opacity: 1;
726
+ font-size: 14px;
727
+ letter-spacing: 0.8px;
728
+ font-weight: 500;
729
+ margin-left: 20px;
730
+ }
731
+ .dvr-controls[data-dvr-controls] .live-button::before {
732
+ width: 10px;
733
+ height: 10px;
734
+ border-radius: 50%;
735
+ margin-right: 8px;
736
+ background-color: #cacaca;
737
+ }
738
+
739
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
740
+ display: none;
741
+ }
742
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
743
+ display: block;
744
+ }
745
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
746
+ background-color: #005aff;
747
+ }
748
+
749
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
750
+ background-color: #ff0101;
619
751
  }.big-mute-icon-wrapper[data-big-mute] {
620
752
  position: absolute;
621
753
  z-index: 9998;
@@ -669,140 +801,129 @@
669
801
  outline: none !important;
670
802
  }
671
803
 
672
- .multicamera[data-multicamera] {
804
+ .audio_selector[data-track-selector] {
673
805
  float: right;
674
806
  margin-top: 4px;
675
807
  position: relative;
676
- margin-right: 20px;
677
- width: 20px;
808
+ width: 50px;
809
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
678
810
  }
679
- .multicamera[data-multicamera] button {
811
+ .audio_selector[data-track-selector] button {
680
812
  background-color: transparent;
681
813
  color: #fff;
682
- font-family: Roboto, "Open Sans", Arial, sans-serif;
683
814
  -webkit-font-smoothing: antialiased;
684
815
  border: none;
685
816
  font-size: 14px;
686
- padding: 0;
817
+ cursor: pointer;
687
818
  }
688
- .multicamera[data-multicamera] button svg {
689
- height: 20px;
690
- position: relative;
691
- margin-top: 6px;
819
+ .audio_selector[data-track-selector] button .audio-text {
820
+ text-overflow: ellipsis;
821
+ overflow: hidden;
822
+ white-space: nowrap;
823
+ max-width: 100px;
824
+ background-color: transparent;
825
+ -webkit-font-smoothing: antialiased;
826
+ border: none;
827
+ font-size: 14px;
828
+ cursor: pointer;
829
+ padding-top: 5px;
692
830
  }
693
- .multicamera[data-multicamera] button:hover {
831
+ .audio_selector[data-track-selector] button:hover {
694
832
  color: #c9c9c9;
695
833
  }
696
- .multicamera[data-multicamera] button.changing {
834
+ .audio_selector[data-track-selector] button.changing {
697
835
  animation: pulse 0.5s infinite alternate;
698
836
  }
699
- .multicamera[data-multicamera] button span.quality-arrow {
837
+ .audio_selector[data-track-selector] button span.audio-arrow {
700
838
  width: 9px;
701
839
  height: 6px;
702
840
  margin-top: 11px;
703
841
  margin-left: 5px;
704
842
  }
705
- .multicamera[data-multicamera] > ul {
706
- padding: 6px 0;
707
- right: -24px;
708
- width: 245px;
843
+ .audio_selector[data-track-selector] > ul {
844
+ max-width: 114px;
709
845
  list-style-type: none;
710
846
  position: absolute;
711
- bottom: 48px;
712
- border-radius: 4px;
847
+ bottom: 25px;
848
+ border: 1px solid black;
713
849
  display: none;
714
- background-color: rgba(74, 74, 74, 0.9);
715
- }
716
- .multicamera[data-multicamera] > ul::after {
717
- content: "";
718
- position: absolute;
719
- top: 100%;
720
- left: 85%;
721
- margin-left: -10px;
722
- width: 0;
723
- height: 0;
724
- border-top: 10px solid rgba(74, 74, 74, 0.9);
725
- border-right: 10px solid transparent;
726
- border-left: 10px solid transparent;
850
+ background-color: #e6e6e6;
727
851
  }
728
- .multicamera[data-multicamera] li {
852
+ .audio_selector[data-track-selector] li {
729
853
  font-size: 10px;
730
- cursor: pointer;
731
- }
732
- .multicamera[data-multicamera] li .multicamera-item {
733
- display: flex;
734
- padding: 10px 0;
735
- justify-content: center;
736
- position: relative;
737
854
  }
738
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
739
- pointer-events: none;
740
- }
741
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
742
- opacity: 0.5;
743
- }
744
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
745
- opacity: 0.5;
746
- }
747
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
748
- background-color: rgba(0, 0, 0, 0);
749
- }
750
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
751
- background-color: rgba(0, 0, 0, 0.3);
752
- }
753
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
754
- width: 80px;
755
- height: 60px;
756
- }
757
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
758
- width: 80px;
759
- height: 60px;
760
- }
761
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
762
- width: 120px;
763
- text-align: left;
764
- margin-left: 15px;
765
- }
766
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
767
- width: 120px;
768
- height: 20px;
769
- font-family: Roboto, "Open Sans", Arial, sans-serif;
770
- font-size: 14px;
771
- font-weight: normal;
772
- font-style: normal;
773
- font-stretch: normal;
774
- line-height: 1.43;
775
- letter-spacing: normal;
776
- text-align: left;
777
- color: #fff;
778
- text-overflow: ellipsis;
779
- overflow: hidden;
780
- }
781
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
782
- opacity: 0.6;
783
- }
784
- .multicamera[data-multicamera] li[data-title] {
855
+ .audio_selector[data-track-selector] li[data-title] {
785
856
  background-color: #c3c2c2;
786
857
  padding: 5px;
787
858
  }
788
- .multicamera[data-multicamera] li a {
859
+ .audio_selector[data-track-selector] li a {
789
860
  color: #444;
790
861
  padding: 2px 10px;
791
862
  display: block;
792
863
  text-decoration: none;
864
+ text-overflow: ellipsis;
865
+ overflow: hidden;
866
+ white-space: nowrap;
793
867
  }
794
- .multicamera[data-multicamera] li a:hover {
868
+ .audio_selector[data-track-selector] li a:hover {
795
869
  background-color: #555;
796
870
  color: white;
797
871
  }
798
- .multicamera[data-multicamera] li a:hover a {
872
+ .audio_selector[data-track-selector] li a:hover a {
799
873
  color: white;
800
874
  text-decoration: none;
801
875
  }
802
- .multicamera[data-multicamera] li.current a {
876
+ .audio_selector[data-track-selector] li.current a {
803
877
  color: #f00;
804
878
  }
805
879
 
880
+ .audio_selector[data-track-selector] {
881
+ width: auto;
882
+ margin-top: 7px;
883
+ margin-right: 20px;
884
+ }
885
+ .audio_selector[data-track-selector] button[data-level-selector-button],
886
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
887
+ display: flex;
888
+ justify-content: center;
889
+ padding: 0;
890
+ }
891
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
892
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
893
+ color: white;
894
+ }
895
+ .audio_selector[data-track-selector] ul {
896
+ background-color: rgba(74, 74, 74, 0.6);
897
+ border: none;
898
+ min-width: 60px;
899
+ transform: rotate(180deg);
900
+ border-radius: 4px;
901
+ bottom: 40px;
902
+ right: -2px;
903
+ }
904
+ .audio_selector[data-track-selector] ul li {
905
+ transform: rotate(-180deg);
906
+ font-size: 16px;
907
+ text-align: right;
908
+ height: 30px;
909
+ }
910
+ .audio_selector[data-track-selector] ul li a {
911
+ height: 30px;
912
+ padding: 5px 10px;
913
+ color: #fffffe;
914
+ }
915
+ .audio_selector[data-track-selector] ul li a:hover {
916
+ background-color: rgba(0, 0, 0, 0.4);
917
+ }
918
+ .audio_selector[data-track-selector] ul li:first-child a {
919
+ border-bottom-left-radius: 4px;
920
+ border-bottom-right-radius: 4px;
921
+ }
922
+ .audio_selector[data-track-selector] ul li:last-child a {
923
+ border-top-left-radius: 4px;
924
+ border-top-right-radius: 4px;
925
+ }
926
+
806
927
  @keyframes pulse {
807
928
  0% {
808
929
  color: #fff;
@@ -813,67 +934,153 @@
813
934
  100% {
814
935
  color: #B80000;
815
936
  }
937
+ }.seek-time[data-seek-time] {
938
+ position: absolute;
939
+ white-space: nowrap;
940
+ height: 20px;
941
+ line-height: 20px;
942
+ font-size: 0;
943
+ left: -100%;
944
+ bottom: 55px;
945
+ background-color: rgba(2, 2, 2, 0.5);
946
+ z-index: 9999;
947
+ transition: opacity 0.1s ease;
948
+ }
949
+ .seek-time[data-seek-time].hidden[data-seek-time] {
950
+ opacity: 0;
951
+ }
952
+ .seek-time[data-seek-time] [data-seek-time] {
953
+ display: inline-block;
954
+ color: white;
955
+ font-size: 10px;
956
+ padding-left: 7px;
957
+ padding-right: 7px;
958
+ vertical-align: top;
959
+ }
960
+ .seek-time[data-seek-time] [data-duration] {
961
+ display: inline-block;
962
+ color: rgba(255, 255, 255, 0.5);
963
+ font-size: 10px;
964
+ padding-right: 7px;
965
+ vertical-align: top;
966
+ }
967
+ .seek-time[data-seek-time] [data-duration]::before {
968
+ content: "|";
969
+ margin-right: 7px;
816
970
  }.level-disabled {
817
971
  opacity: 0.5;
818
972
  pointer-events: none;
819
- }.context-menu {
820
- z-index: 999;
973
+ }div.player-error-screen, [data-player] div.player-error-screen {
974
+ color: #CCCACA;
821
975
  position: absolute;
822
976
  top: 0;
823
- left: 0;
824
- text-align: center;
977
+ height: 100%;
978
+ width: 100%;
979
+ background-color: rgba(0, 0, 0, 0.7);
980
+ z-index: 2000;
981
+ display: flex;
982
+ flex-direction: column;
983
+ justify-content: center;
825
984
  }
826
- .context-menu .context-menu-list {
827
- font-family: "Proxima Nova", sans-serif;
828
- font-size: 12px;
829
- line-height: 12px;
830
- list-style-type: none;
831
- text-align: left;
832
- padding: 5px;
833
- margin-left: auto;
834
- margin-right: auto;
835
- background-color: rgba(0, 0, 0, 0.75);
836
- border: 1px solid #666;
837
- border-radius: 4px;
985
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
986
+ font-size: 14px;
987
+ color: #CCCACA;
988
+ margin-top: 45px;
838
989
  }
839
- .context-menu .context-menu-list .context-menu-list-item {
840
- color: white;
841
- padding: 5px;
990
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
991
+ font-weight: bold;
992
+ line-height: 30px;
993
+ font-size: 18px;
994
+ }
995
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
996
+ width: 90%;
997
+ margin: 0 auto;
998
+ }
999
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1000
+ font-size: 13px;
1001
+ margin-top: 15px;
1002
+ }
1003
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
842
1004
  cursor: pointer;
843
- }.player-poster[data-poster] {
1005
+ width: 30px;
1006
+ margin: 15px auto 0;
1007
+ }.media-control-pip button {
1008
+ float: right;
1009
+ height: 40px;
1010
+ margin-right: 20px;
1011
+ }
1012
+ .media-control-pip button svg {
1013
+ height: 20px;
1014
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1015
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1016
+ display: block;
1017
+ }
1018
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1019
+ width: 40px;
1020
+ margin-top: 0;
1021
+ }
1022
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
844
1023
  display: flex;
845
1024
  justify-content: center;
1025
+ padding: 0;
846
1026
  align-items: center;
847
- position: absolute;
848
- height: 100%;
849
- width: 100%;
850
- z-index: 998;
851
- top: 0;
852
- left: 0;
853
- background-color: #000;
854
- background-size: cover;
855
- background-repeat: no-repeat;
856
- background-position: 50% 50%;
857
1027
  }
858
- .player-poster[data-poster].clickable {
859
- cursor: pointer;
1028
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1029
+ color: white;
860
1030
  }
861
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
862
- opacity: 1;
1031
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1032
+ background-color: rgba(74, 74, 74, 0.6);
1033
+ border: none;
1034
+ width: auto;
1035
+ transform: rotate(180deg);
1036
+ border-radius: 4px;
1037
+ bottom: 52px;
1038
+ margin-left: -28px;
863
1039
  }
864
- .player-poster[data-poster] .play-wrapper[data-poster] {
865
- width: 100%;
866
- height: 25%;
867
- margin: 0 auto;
868
- opacity: 0.75;
869
- transition: opacity 0.1s ease;
1040
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1041
+ transform: rotate(-180deg);
1042
+ font-size: 16px;
1043
+ text-align: center;
1044
+ white-space: nowrap;
1045
+ height: 30px;
870
1046
  }
871
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
872
- height: 100%;
873
- display: inline;
1047
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1048
+ height: 30px;
1049
+ padding: 5px 10px;
1050
+ color: #fffffe;
1051
+ }
1052
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1053
+ background-color: rgba(0, 0, 0, 0.4);
1054
+ }
1055
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1056
+ background-color: rgba(0, 0, 0, 0.4);
1057
+ }
1058
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1059
+ border-bottom-left-radius: 4px;
1060
+ border-bottom-right-radius: 4px;
1061
+ }
1062
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1063
+ border-top-left-radius: 4px;
1064
+ border-top-right-radius: 4px;
1065
+ }
1066
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1067
+ height: 26px;
1068
+ line-height: 26px;
1069
+ bottom: 52px;
1070
+ border-radius: 3px;
1071
+ background-color: rgba(74, 74, 74, 0.7);
1072
+ }
1073
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1074
+ letter-spacing: 0.8px;
1075
+ font-size: 14px;
1076
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
874
1077
  }
875
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
876
- fill: #fff;
1078
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1079
+ padding-left: 8px;
1080
+ padding-right: 8px;
1081
+ }
1082
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1083
+ display: none !important;
877
1084
  }[data-player] {
878
1085
  --bottom-panel: 40px;
879
1086
  }
@@ -1479,225 +1686,226 @@
1479
1686
  }
1480
1687
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1481
1688
  transform: scaleY(1.5);
1482
- }.dvr-controls[data-dvr-controls] {
1483
- display: inline-block;
1484
- float: left;
1485
- color: #fff;
1486
- line-height: 32px;
1487
- font-size: 10px;
1488
- font-weight: bold;
1489
- margin-left: 6px;
1490
- }
1491
- .dvr-controls[data-dvr-controls] .live-info {
1492
- cursor: default;
1493
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1494
- text-transform: uppercase;
1689
+ }*, :focus, :visited {
1690
+ outline: none !important;
1495
1691
  }
1496
- .dvr-controls[data-dvr-controls] .live-info:before {
1497
- content: "";
1498
- display: inline-block;
1692
+
1693
+ .multicamera[data-multicamera] {
1694
+ float: right;
1695
+ margin-top: 4px;
1499
1696
  position: relative;
1500
- width: 7px;
1501
- height: 7px;
1502
- border-radius: 3.5px;
1503
- margin-right: 3.5px;
1504
- background-color: #ff0101;
1505
- }
1506
- .dvr-controls[data-dvr-controls] .live-info.disabled {
1507
- opacity: 0.3;
1508
- }
1509
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
1510
- background-color: #fff;
1697
+ margin-right: 20px;
1698
+ width: 20px;
1511
1699
  }
1512
- .dvr-controls[data-dvr-controls] .live-button {
1513
- cursor: pointer;
1514
- outline: none;
1515
- display: none;
1516
- border: 0;
1517
- color: #fff;
1700
+ .multicamera[data-multicamera] button {
1518
1701
  background-color: transparent;
1519
- height: 32px;
1702
+ color: #fff;
1703
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1704
+ -webkit-font-smoothing: antialiased;
1705
+ border: none;
1706
+ font-size: 14px;
1520
1707
  padding: 0;
1521
- opacity: 0.7;
1522
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1523
- text-transform: uppercase;
1524
- transition: all 0.1s ease;
1525
1708
  }
1526
- .dvr-controls[data-dvr-controls] .live-button:before {
1527
- content: "";
1528
- display: inline-block;
1709
+ .multicamera[data-multicamera] button svg {
1710
+ height: 20px;
1529
1711
  position: relative;
1530
- width: 7px;
1531
- height: 7px;
1532
- border-radius: 3.5px;
1533
- margin-right: 3.5px;
1534
- background-color: #fff;
1535
- }
1536
- .dvr-controls[data-dvr-controls] .live-button:hover {
1537
- opacity: 1;
1538
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1712
+ margin-top: 6px;
1539
1713
  }
1540
-
1541
- .dvr-controls[data-dvr-controls] {
1542
- height: 40px;
1543
- line-height: 40px;
1544
- margin-left: 0;
1714
+ .multicamera[data-multicamera] button:hover {
1715
+ color: #c9c9c9;
1545
1716
  }
1546
- .dvr-controls[data-dvr-controls] .live-info {
1547
- font-size: 14px;
1548
- letter-spacing: 0.8px;
1549
- font-weight: 500;
1550
- color: #fffffe;
1551
- margin-left: 21px;
1717
+ .multicamera[data-multicamera] button.changing {
1718
+ animation: pulse 0.5s infinite alternate;
1552
1719
  }
1553
- .dvr-controls[data-dvr-controls] .live-info::before {
1554
- width: 10px;
1555
- height: 10px;
1556
- border-radius: 50%;
1557
- margin-right: 8px;
1558
- background-color: #ed4f4a;
1720
+ .multicamera[data-multicamera] button span.quality-arrow {
1721
+ width: 9px;
1722
+ height: 6px;
1723
+ margin-top: 11px;
1724
+ margin-left: 5px;
1559
1725
  }
1560
- .dvr-controls[data-dvr-controls] .live-button {
1561
- height: 40px;
1562
- opacity: 1;
1563
- font-size: 14px;
1564
- letter-spacing: 0.8px;
1565
- font-weight: 500;
1566
- margin-left: 20px;
1726
+ .multicamera[data-multicamera] > ul {
1727
+ padding: 6px 0;
1728
+ right: -24px;
1729
+ width: 245px;
1730
+ list-style-type: none;
1731
+ position: absolute;
1732
+ bottom: 48px;
1733
+ border-radius: 4px;
1734
+ display: none;
1735
+ background-color: rgba(74, 74, 74, 0.9);
1567
1736
  }
1568
- .dvr-controls[data-dvr-controls] .live-button::before {
1569
- width: 10px;
1570
- height: 10px;
1571
- border-radius: 50%;
1572
- margin-right: 8px;
1573
- background-color: #cacaca;
1737
+ .multicamera[data-multicamera] > ul::after {
1738
+ content: "";
1739
+ position: absolute;
1740
+ top: 100%;
1741
+ left: 85%;
1742
+ margin-left: -10px;
1743
+ width: 0;
1744
+ height: 0;
1745
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1746
+ border-right: 10px solid transparent;
1747
+ border-left: 10px solid transparent;
1574
1748
  }
1575
-
1576
- .dvr .dvr-controls[data-dvr-controls] .live-info {
1577
- display: none;
1749
+ .multicamera[data-multicamera] li {
1750
+ font-size: 10px;
1751
+ cursor: pointer;
1578
1752
  }
1579
- .dvr .dvr-controls[data-dvr-controls] .live-button {
1580
- display: block;
1753
+ .multicamera[data-multicamera] li .multicamera-item {
1754
+ display: flex;
1755
+ padding: 10px 0;
1756
+ justify-content: center;
1757
+ position: relative;
1581
1758
  }
1582
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1583
- background-color: #005aff;
1759
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1760
+ pointer-events: none;
1584
1761
  }
1585
-
1586
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1587
- background-color: #ff0101;
1588
- }.clips.bar-container[data-seekbar] {
1589
- clip-path: url("#myClip");
1590
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1591
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1592
- display: block;
1762
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1763
+ opacity: 0.5;
1593
1764
  }
1594
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1595
- width: 40px;
1596
- margin-top: 0;
1765
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1766
+ opacity: 0.5;
1597
1767
  }
1598
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1599
- display: flex;
1600
- justify-content: center;
1601
- padding: 0;
1602
- align-items: center;
1768
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1769
+ background-color: rgba(0, 0, 0, 0);
1603
1770
  }
1604
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1605
- color: white;
1771
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1772
+ background-color: rgba(0, 0, 0, 0.3);
1606
1773
  }
1607
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1608
- background-color: rgba(74, 74, 74, 0.6);
1609
- border: none;
1610
- width: auto;
1611
- transform: rotate(180deg);
1612
- border-radius: 4px;
1613
- bottom: 52px;
1614
- margin-left: -28px;
1774
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1775
+ width: 80px;
1776
+ height: 60px;
1615
1777
  }
1616
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1617
- transform: rotate(-180deg);
1618
- font-size: 16px;
1619
- text-align: center;
1620
- white-space: nowrap;
1621
- height: 30px;
1778
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1779
+ width: 80px;
1780
+ height: 60px;
1622
1781
  }
1623
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1624
- height: 30px;
1625
- padding: 5px 10px;
1626
- color: #fffffe;
1782
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1783
+ width: 120px;
1784
+ text-align: left;
1785
+ margin-left: 15px;
1627
1786
  }
1628
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1629
- background-color: rgba(0, 0, 0, 0.4);
1787
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1788
+ width: 120px;
1789
+ height: 20px;
1790
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1791
+ font-size: 14px;
1792
+ font-weight: normal;
1793
+ font-style: normal;
1794
+ font-stretch: normal;
1795
+ line-height: 1.43;
1796
+ letter-spacing: normal;
1797
+ text-align: left;
1798
+ color: #fff;
1799
+ text-overflow: ellipsis;
1800
+ overflow: hidden;
1630
1801
  }
1631
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1632
- background-color: rgba(0, 0, 0, 0.4);
1802
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1803
+ opacity: 0.6;
1633
1804
  }
1634
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1635
- border-bottom-left-radius: 4px;
1636
- border-bottom-right-radius: 4px;
1805
+ .multicamera[data-multicamera] li[data-title] {
1806
+ background-color: #c3c2c2;
1807
+ padding: 5px;
1637
1808
  }
1638
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1639
- border-top-left-radius: 4px;
1640
- border-top-right-radius: 4px;
1809
+ .multicamera[data-multicamera] li a {
1810
+ color: #444;
1811
+ padding: 2px 10px;
1812
+ display: block;
1813
+ text-decoration: none;
1641
1814
  }
1642
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1643
- height: 26px;
1644
- line-height: 26px;
1645
- bottom: 52px;
1646
- border-radius: 3px;
1647
- background-color: rgba(74, 74, 74, 0.7);
1815
+ .multicamera[data-multicamera] li a:hover {
1816
+ background-color: #555;
1817
+ color: white;
1648
1818
  }
1649
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1650
- letter-spacing: 0.8px;
1651
- font-size: 14px;
1652
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1819
+ .multicamera[data-multicamera] li a:hover a {
1820
+ color: white;
1821
+ text-decoration: none;
1653
1822
  }
1654
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1655
- padding-left: 8px;
1656
- padding-right: 8px;
1823
+ .multicamera[data-multicamera] li.current a {
1824
+ color: #f00;
1657
1825
  }
1658
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1659
- display: none !important;
1660
- }div.player-error-screen, [data-player] div.player-error-screen {
1661
- color: #CCCACA;
1826
+
1827
+ @keyframes pulse {
1828
+ 0% {
1829
+ color: #fff;
1830
+ }
1831
+ 50% {
1832
+ color: #ff0101;
1833
+ }
1834
+ 100% {
1835
+ color: #B80000;
1836
+ }
1837
+ }.player-poster[data-poster] {
1838
+ display: flex;
1839
+ justify-content: center;
1840
+ align-items: center;
1662
1841
  position: absolute;
1663
- top: 0;
1664
1842
  height: 100%;
1665
1843
  width: 100%;
1666
- background-color: rgba(0, 0, 0, 0.7);
1667
- z-index: 2000;
1668
- display: flex;
1669
- flex-direction: column;
1670
- justify-content: center;
1844
+ z-index: 998;
1845
+ top: 0;
1846
+ left: 0;
1847
+ background-color: #000;
1848
+ background-size: cover;
1849
+ background-repeat: no-repeat;
1850
+ background-position: 50% 50%;
1671
1851
  }
1672
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1673
- font-size: 14px;
1674
- color: #CCCACA;
1675
- margin-top: 45px;
1852
+ .player-poster[data-poster].clickable {
1853
+ cursor: pointer;
1676
1854
  }
1677
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1678
- font-weight: bold;
1679
- line-height: 30px;
1680
- font-size: 18px;
1855
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1856
+ opacity: 1;
1681
1857
  }
1682
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1683
- width: 90%;
1858
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1859
+ width: 100%;
1860
+ height: 25%;
1684
1861
  margin: 0 auto;
1862
+ opacity: 0.75;
1863
+ transition: opacity 0.1s ease;
1685
1864
  }
1686
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1687
- font-size: 13px;
1688
- margin-top: 15px;
1865
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1866
+ height: 100%;
1867
+ display: inline;
1689
1868
  }
1690
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1691
- cursor: pointer;
1692
- width: 30px;
1693
- margin: 15px auto 0;
1694
- }.media-control-pip button {
1695
- float: right;
1696
- height: 40px;
1697
- margin-right: 20px;
1869
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1870
+ fill: #fff;
1871
+ }.spinner-three-bounce[data-spinner] {
1872
+ position: absolute;
1873
+ width: 70px;
1874
+ text-align: center;
1875
+ z-index: 999;
1876
+ left: 0;
1877
+ right: 0;
1878
+ margin: 0 auto;
1879
+ margin-left: auto;
1880
+ margin-right: auto;
1881
+ /* center vertically */
1882
+ top: 50%;
1883
+ transform: translateY(-50%);
1698
1884
  }
1699
- .media-control-pip button svg {
1700
- height: 20px;
1885
+ .spinner-three-bounce[data-spinner] > div {
1886
+ width: 18px;
1887
+ height: 18px;
1888
+ background-color: #FFF;
1889
+ border-radius: 100%;
1890
+ display: inline-block;
1891
+ animation: bouncedelay 1.4s infinite ease-in-out;
1892
+ /* Prevent first frame from flickering when animation starts */
1893
+ animation-fill-mode: both;
1894
+ }
1895
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1896
+ animation-delay: -0.32s;
1897
+ }
1898
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1899
+ animation-delay: -0.16s;
1900
+ }
1901
+
1902
+ @keyframes bouncedelay {
1903
+ 0%, 80%, 100% {
1904
+ transform: scale(0);
1905
+ }
1906
+ 40% {
1907
+ transform: scale(1);
1908
+ }
1701
1909
  }.share_plugin[data-share] {
1702
1910
  pointer-events: auto;
1703
1911
  z-index: 5;
@@ -1740,217 +1948,117 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1740
1948
  top: calc(50% - 20px);
1741
1949
  /* margin-top: -170px; */
1742
1950
  }
1743
- .share_plugin[data-share] .share-container .share-container-header {
1744
- text-align: left;
1745
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1746
- }
1747
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1748
- display: inline-block;
1749
- font-size: 16px;
1750
- margin: 5px;
1751
- }
1752
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1753
- display: inline-block;
1754
- width: 24px;
1755
- float: right;
1756
- margin: 5px;
1757
- cursor: pointer;
1758
- }
1759
- .share_plugin[data-share] .share-container .share-container-main {
1760
- margin-bottom: 8px;
1761
- }
1762
- .share_plugin[data-share] .share-container .share-container-main > div {
1763
- text-align: left;
1764
- font-size: 14px;
1765
- padding: 5px;
1766
- }
1767
- .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 {
1768
- overflow: hidden;
1769
- text-overflow: ellipsis;
1770
- color: #818181;
1771
- border: solid 1px #d3d3d3;
1772
- width: calc(100% - 10px);
1773
- padding: 5px;
1774
- }
1775
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1776
- max-height: 90px;
1777
- resize: none;
1778
- }
1779
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1780
- width: 32px;
1781
- display: inline-block;
1782
- margin-right: 5px;
1783
- cursor: pointer;
1784
- }*, :focus, :visited {
1785
- outline: none !important;
1786
- }
1787
-
1788
- .audio_selector[data-track-selector] {
1789
- float: right;
1790
- margin-top: 4px;
1791
- position: relative;
1792
- width: 50px;
1793
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1794
- }
1795
- .audio_selector[data-track-selector] button {
1796
- background-color: transparent;
1797
- color: #fff;
1798
- -webkit-font-smoothing: antialiased;
1799
- border: none;
1800
- font-size: 14px;
1801
- cursor: pointer;
1802
- }
1803
- .audio_selector[data-track-selector] button .audio-text {
1804
- text-overflow: ellipsis;
1805
- overflow: hidden;
1806
- white-space: nowrap;
1807
- max-width: 100px;
1808
- background-color: transparent;
1809
- -webkit-font-smoothing: antialiased;
1810
- border: none;
1811
- font-size: 14px;
1812
- cursor: pointer;
1813
- padding-top: 5px;
1814
- }
1815
- .audio_selector[data-track-selector] button:hover {
1816
- color: #c9c9c9;
1817
- }
1818
- .audio_selector[data-track-selector] button.changing {
1819
- animation: pulse 0.5s infinite alternate;
1820
- }
1821
- .audio_selector[data-track-selector] button span.audio-arrow {
1822
- width: 9px;
1823
- height: 6px;
1824
- margin-top: 11px;
1825
- margin-left: 5px;
1826
- }
1827
- .audio_selector[data-track-selector] > ul {
1828
- max-width: 114px;
1829
- list-style-type: none;
1830
- position: absolute;
1831
- bottom: 25px;
1832
- border: 1px solid black;
1833
- display: none;
1834
- background-color: #e6e6e6;
1835
- }
1836
- .audio_selector[data-track-selector] li {
1837
- font-size: 10px;
1838
- }
1839
- .audio_selector[data-track-selector] li[data-title] {
1840
- background-color: #c3c2c2;
1841
- padding: 5px;
1842
- }
1843
- .audio_selector[data-track-selector] li a {
1844
- color: #444;
1845
- padding: 2px 10px;
1846
- display: block;
1847
- text-decoration: none;
1848
- text-overflow: ellipsis;
1849
- overflow: hidden;
1850
- white-space: nowrap;
1851
- }
1852
- .audio_selector[data-track-selector] li a:hover {
1853
- background-color: #555;
1854
- color: white;
1855
- }
1856
- .audio_selector[data-track-selector] li a:hover a {
1857
- color: white;
1858
- text-decoration: none;
1859
- }
1860
- .audio_selector[data-track-selector] li.current a {
1861
- color: #f00;
1862
- }
1863
-
1864
- .audio_selector[data-track-selector] {
1865
- width: auto;
1866
- margin-top: 7px;
1867
- margin-right: 20px;
1868
- }
1869
- .audio_selector[data-track-selector] button[data-level-selector-button],
1870
- .audio_selector[data-track-selector] button[data-track-selector-button] {
1871
- display: flex;
1872
- justify-content: center;
1873
- padding: 0;
1874
- }
1875
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
1876
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
1877
- color: white;
1878
- }
1879
- .audio_selector[data-track-selector] ul {
1880
- background-color: rgba(74, 74, 74, 0.6);
1881
- border: none;
1882
- min-width: 60px;
1883
- transform: rotate(180deg);
1884
- border-radius: 4px;
1885
- bottom: 40px;
1886
- right: -2px;
1951
+ .share_plugin[data-share] .share-container .share-container-header {
1952
+ text-align: left;
1953
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1887
1954
  }
1888
- .audio_selector[data-track-selector] ul li {
1889
- transform: rotate(-180deg);
1955
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1956
+ display: inline-block;
1890
1957
  font-size: 16px;
1891
- text-align: right;
1892
- height: 30px;
1958
+ margin: 5px;
1893
1959
  }
1894
- .audio_selector[data-track-selector] ul li a {
1895
- height: 30px;
1896
- padding: 5px 10px;
1897
- color: #fffffe;
1960
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1961
+ display: inline-block;
1962
+ width: 24px;
1963
+ float: right;
1964
+ margin: 5px;
1965
+ cursor: pointer;
1898
1966
  }
1899
- .audio_selector[data-track-selector] ul li a:hover {
1900
- background-color: rgba(0, 0, 0, 0.4);
1967
+ .share_plugin[data-share] .share-container .share-container-main {
1968
+ margin-bottom: 8px;
1901
1969
  }
1902
- .audio_selector[data-track-selector] ul li:first-child a {
1903
- border-bottom-left-radius: 4px;
1904
- border-bottom-right-radius: 4px;
1970
+ .share_plugin[data-share] .share-container .share-container-main > div {
1971
+ text-align: left;
1972
+ font-size: 14px;
1973
+ padding: 5px;
1905
1974
  }
1906
- .audio_selector[data-track-selector] ul li:last-child a {
1907
- border-top-left-radius: 4px;
1908
- border-top-right-radius: 4px;
1975
+ .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 {
1976
+ overflow: hidden;
1977
+ text-overflow: ellipsis;
1978
+ color: #818181;
1979
+ border: solid 1px #d3d3d3;
1980
+ width: calc(100% - 10px);
1981
+ padding: 5px;
1909
1982
  }
1910
-
1911
- @keyframes pulse {
1912
- 0% {
1913
- color: #fff;
1914
- }
1915
- 50% {
1916
- color: #ff0101;
1917
- }
1918
- 100% {
1919
- color: #B80000;
1920
- }
1921
- }.seek-time[data-seek-time] {
1983
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1984
+ max-height: 90px;
1985
+ resize: none;
1986
+ }
1987
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1988
+ width: 32px;
1989
+ display: inline-block;
1990
+ margin-right: 5px;
1991
+ cursor: pointer;
1992
+ }.scrub-thumbnails {
1922
1993
  position: absolute;
1923
- white-space: nowrap;
1924
- height: 20px;
1925
- line-height: 20px;
1926
- font-size: 0;
1927
- left: -100%;
1928
- bottom: 55px;
1929
- background-color: rgba(2, 2, 2, 0.5);
1930
- z-index: 9999;
1931
- transition: opacity 0.1s ease;
1994
+ bottom: 52px;
1995
+ width: 100%;
1996
+ transition: opacity 0.3s ease;
1932
1997
  }
1933
- .seek-time[data-seek-time].hidden[data-seek-time] {
1998
+ .scrub-thumbnails.hidden {
1934
1999
  opacity: 0;
1935
2000
  }
1936
- .seek-time[data-seek-time] [data-seek-time] {
2001
+ .scrub-thumbnails .thumbnail-container {
1937
2002
  display: inline-block;
2003
+ position: relative;
2004
+ overflow: hidden;
2005
+ background-color: #000;
2006
+ }
2007
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2008
+ position: absolute;
2009
+ width: auto;
2010
+ }
2011
+ .scrub-thumbnails .thumbnails-text {
2012
+ background-color: rgba(74, 74, 74, 0.7);
2013
+ border-radius: 3px;
2014
+ white-space: nowrap;
2015
+ overflow: hidden;
2016
+ text-overflow: ellipsis;
1938
2017
  color: white;
1939
- font-size: 10px;
1940
- padding-left: 7px;
1941
- padding-right: 7px;
1942
- vertical-align: top;
2018
+ position: absolute;
2019
+ bottom: 23px;
2020
+ width: 100px;
1943
2021
  }
1944
- .seek-time[data-seek-time] [data-duration] {
1945
- display: inline-block;
1946
- color: rgba(255, 255, 255, 0.5);
1947
- font-size: 10px;
1948
- padding-right: 7px;
1949
- vertical-align: top;
2022
+ .scrub-thumbnails .spotlight {
2023
+ background-color: #4a4a4a;
2024
+ overflow: hidden;
2025
+ position: absolute;
2026
+ bottom: 0;
2027
+ left: 0;
2028
+ border-color: #4a4a4a;
2029
+ border-style: solid;
2030
+ border-width: 3px;
2031
+ border-radius: 3px;
1950
2032
  }
1951
- .seek-time[data-seek-time] [data-duration]::before {
1952
- content: "|";
1953
- margin-right: 7px;
2033
+ .scrub-thumbnails .spotlight img {
2034
+ width: auto;
2035
+ }
2036
+ .scrub-thumbnails .backdrop {
2037
+ position: absolute;
2038
+ left: 0;
2039
+ bottom: 0;
2040
+ right: 0;
2041
+ background-color: #000;
2042
+ overflow: hidden;
2043
+ }
2044
+ .scrub-thumbnails .backdrop .carousel {
2045
+ position: absolute;
2046
+ top: 0;
2047
+ left: 0;
2048
+ height: 100%;
2049
+ white-space: nowrap;
2050
+ }
2051
+ .scrub-thumbnails .backdrop .carousel img {
2052
+ width: auto;
2053
+ }.player-logo[data-logo] {
2054
+ position: absolute;
2055
+ z-index: 2;
2056
+ width: 100%;
2057
+ height: 100%;
2058
+ }
2059
+
2060
+ .clappr-logo {
2061
+ position: absolute;
1954
2062
  }*, :focus, :visited {
1955
2063
  outline: none !important;
1956
2064
  }
@@ -2032,67 +2140,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2032
2140
  .ios-fullscreen::cue {
2033
2141
  visibility: visible !important;
2034
2142
  font-size: 1em !important;
2035
- }.scrub-thumbnails {
2036
- position: absolute;
2037
- bottom: 52px;
2038
- width: 100%;
2039
- transition: opacity 0.3s ease;
2040
- }
2041
- .scrub-thumbnails.hidden {
2042
- opacity: 0;
2043
- }
2044
- .scrub-thumbnails .thumbnail-container {
2045
- display: inline-block;
2046
- position: relative;
2047
- overflow: hidden;
2048
- background-color: #000;
2049
- }
2050
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
2051
- position: absolute;
2052
- width: auto;
2053
- }
2054
- .scrub-thumbnails .thumbnails-text {
2055
- background-color: rgba(74, 74, 74, 0.7);
2056
- border-radius: 3px;
2057
- white-space: nowrap;
2058
- overflow: hidden;
2059
- text-overflow: ellipsis;
2060
- color: white;
2061
- position: absolute;
2062
- bottom: 23px;
2063
- width: 100px;
2064
- }
2065
- .scrub-thumbnails .spotlight {
2066
- background-color: #4a4a4a;
2067
- overflow: hidden;
2068
- position: absolute;
2069
- bottom: 0;
2070
- left: 0;
2071
- border-color: #4a4a4a;
2072
- border-style: solid;
2073
- border-width: 3px;
2074
- border-radius: 3px;
2075
- }
2076
- .scrub-thumbnails .spotlight img {
2077
- width: auto;
2078
- }
2079
- .scrub-thumbnails .backdrop {
2080
- position: absolute;
2081
- left: 0;
2082
- bottom: 0;
2083
- right: 0;
2084
- background-color: #000;
2085
- overflow: hidden;
2086
- }
2087
- .scrub-thumbnails .backdrop .carousel {
2088
- position: absolute;
2089
- top: 0;
2090
- left: 0;
2091
- height: 100%;
2092
- white-space: nowrap;
2093
- }
2094
- .scrub-thumbnails .backdrop .carousel img {
2095
- width: auto;
2096
2143
  }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
2097
2144
  height: 0;
2098
2145
  }
@@ -2114,51 +2161,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2114
2161
  .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2115
2162
  width: 33.3%;
2116
2163
  height: 100%;
2117
- }.spinner-three-bounce[data-spinner] {
2118
- position: absolute;
2119
- width: 70px;
2120
- text-align: center;
2121
- z-index: 999;
2122
- left: 0;
2123
- right: 0;
2124
- margin: 0 auto;
2125
- margin-left: auto;
2126
- margin-right: auto;
2127
- /* center vertically */
2128
- top: 50%;
2129
- transform: translateY(-50%);
2130
- }
2131
- .spinner-three-bounce[data-spinner] > div {
2132
- width: 18px;
2133
- height: 18px;
2134
- background-color: #FFF;
2135
- border-radius: 100%;
2136
- display: inline-block;
2137
- animation: bouncedelay 1.4s infinite ease-in-out;
2138
- /* Prevent first frame from flickering when animation starts */
2139
- animation-fill-mode: both;
2140
- }
2141
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2142
- animation-delay: -0.32s;
2143
- }
2144
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2145
- animation-delay: -0.16s;
2146
- }
2147
-
2148
- @keyframes bouncedelay {
2149
- 0%, 80%, 100% {
2150
- transform: scale(0);
2151
- }
2152
- 40% {
2153
- transform: scale(1);
2154
- }
2155
- }.player-logo[data-logo] {
2156
- position: absolute;
2157
- z-index: 2;
2158
- width: 100%;
2159
- height: 100%;
2160
- }
2161
-
2162
- .clappr-logo {
2163
- position: absolute;
2164
2164
  }