@gcorevideo/player 2.20.20 → 2.20.21

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.
@@ -122,226 +122,118 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.big-mute-icon-wrapper[data-big-mute] {
126
- position: absolute;
127
- z-index: 9998;
128
- background-color: transparent;
129
- display: flex;
130
- justify-content: center;
131
- width: 100%;
132
- height: calc(100% - 50px);
133
- margin: 0 auto;
134
- opacity: 0.75;
135
- transition: opacity 0.1s ease;
136
- pointer-events: auto;
125
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
+ float: right;
127
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
137
128
  }
138
- .big-mute-icon-wrapper[data-big-mute].hide {
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;
139
141
  display: none;
142
+ width: 250px;
143
+ min-height: 48px;
144
+ z-index: 9999;
145
+ border-radius: 4px;
140
146
  }
141
- .big-mute-icon-wrapper[data-big-mute]:hover {
142
- cursor: pointer;
147
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
148
+ padding: 8px 0;
143
149
  }
144
-
145
- .big-mute-icon[data-big-mute-icon] {
146
- display: flex;
147
- align-items: center;
148
- justify-content: center;
149
- align-self: center;
150
- width: 120px;
151
- height: 120px;
152
- border: 2px solid white;
153
- border-radius: 50%;
154
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
155
- filter: alpha(opacity=60);
156
- opacity: 1;
157
- box-shadow: 0 0 1px 0 white;
158
- background: rgba(240, 243, 247, 0.9411764706);
159
- z-index: 10000;
150
+ .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;
160
153
  }
161
- .big-mute-icon[data-big-mute-icon] svg {
162
- margin-left: 5px;
163
- width: 80px;
164
- height: 80px;
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;
165
161
  }
166
- .big-mute-icon[data-big-mute-icon] svg path {
167
- fill: #1f1e1e !important;
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;
168
165
  }
169
- .big-mute-icon[data-big-mute-icon]:hover {
170
- background: rgba(240, 243, 247, 0.8784313725);
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;
171
169
  }
172
- .big-mute-icon[data-big-mute-icon]:hover svg path {
173
- fill: #151515 !important;
170
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
171
+ height: 20px;
174
172
  }*, :focus, :visited {
175
173
  outline: none !important;
176
174
  }
177
175
 
178
- .audio_selector[data-track-selector] {
179
- float: right;
180
- margin-top: 4px;
181
- position: relative;
182
- width: 50px;
183
- font-family: Roboto, "Open Sans", Arial, sans-serif;
184
- }
185
- .audio_selector[data-track-selector] button {
186
- background-color: transparent;
187
- color: #fff;
188
- -webkit-font-smoothing: antialiased;
189
- border: none;
190
- font-size: 14px;
191
- cursor: pointer;
192
- }
193
- .audio_selector[data-track-selector] button .audio-text {
194
- text-overflow: ellipsis;
195
- overflow: hidden;
196
- white-space: nowrap;
197
- max-width: 100px;
198
- background-color: transparent;
199
- -webkit-font-smoothing: antialiased;
200
- border: none;
176
+ .gear-wrapper .go-back {
177
+ font-weight: 600;
201
178
  font-size: 14px;
202
- cursor: pointer;
203
- padding-top: 5px;
204
- }
205
- .audio_selector[data-track-selector] button:hover {
206
- color: #c9c9c9;
179
+ line-height: 20px;
180
+ width: 100%;
181
+ text-align: left;
182
+ padding: 12px;
207
183
  }
208
- .audio_selector[data-track-selector] button.changing {
209
- animation: pulse 0.5s infinite alternate;
184
+ .gear-wrapper .go-back .arrow-left-icon {
185
+ float: left;
186
+ padding-top: 2px;
187
+ padding-right: 2px;
210
188
  }
211
- .audio_selector[data-track-selector] button span.audio-arrow {
212
- width: 9px;
213
- height: 6px;
214
- margin-top: 11px;
215
- margin-left: 5px;
189
+ .gear-wrapper .go-back .arrow-left-icon svg {
190
+ height: 16px;
216
191
  }
217
- .audio_selector[data-track-selector] > ul {
218
- max-width: 114px;
192
+ .gear-wrapper ul.gear-sub-menu {
193
+ width: 100%;
219
194
  list-style-type: none;
220
- position: absolute;
221
- bottom: 25px;
222
- border: 1px solid black;
223
- display: none;
224
- background-color: #e6e6e6;
195
+ background-color: transparent;
196
+ min-width: 60px;
197
+ border-top: 2px solid rgb(36, 36, 36);
225
198
  }
226
- .audio_selector[data-track-selector] li {
227
- font-size: 10px;
199
+ .gear-wrapper ul.gear-sub-menu li {
200
+ font-size: 12px;
201
+ text-align: left;
228
202
  }
229
- .audio_selector[data-track-selector] li[data-title] {
203
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
230
204
  background-color: #c3c2c2;
231
205
  padding: 5px;
232
206
  }
233
- .audio_selector[data-track-selector] li a {
234
- color: #444;
235
- padding: 2px 10px;
207
+ .gear-wrapper ul.gear-sub-menu li a {
236
208
  display: block;
237
209
  text-decoration: none;
238
- text-overflow: ellipsis;
239
- overflow: hidden;
240
- white-space: nowrap;
241
- }
242
- .audio_selector[data-track-selector] li a:hover {
243
- background-color: #555;
244
- color: white;
245
- }
246
- .audio_selector[data-track-selector] li a:hover a {
247
- color: white;
248
- text-decoration: none;
249
- }
250
- .audio_selector[data-track-selector] li.current a {
251
- color: #f00;
252
- }
253
-
254
- .audio_selector[data-track-selector] {
255
- width: auto;
256
- margin-top: 7px;
257
- margin-right: 20px;
258
- }
259
- .audio_selector[data-track-selector] button[data-level-selector-button],
260
- .audio_selector[data-track-selector] button[data-track-selector-button] {
261
- display: flex;
262
- justify-content: center;
263
- padding: 0;
264
- }
265
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
266
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
267
- color: white;
268
- }
269
- .audio_selector[data-track-selector] ul {
270
- background-color: rgba(74, 74, 74, 0.6);
271
- border: none;
272
- min-width: 60px;
273
- transform: rotate(180deg);
274
- border-radius: 4px;
275
- bottom: 40px;
276
- right: -2px;
277
- }
278
- .audio_selector[data-track-selector] ul li {
279
- transform: rotate(-180deg);
280
- font-size: 16px;
281
- text-align: right;
282
- height: 30px;
283
- }
284
- .audio_selector[data-track-selector] ul li a {
285
- height: 30px;
210
+ height: 32px;
286
211
  padding: 5px 10px;
212
+ line-height: 22px;
287
213
  color: #fffffe;
288
214
  }
289
- .audio_selector[data-track-selector] ul li a:hover {
215
+ .gear-wrapper ul.gear-sub-menu li a:hover {
216
+ color: white;
290
217
  background-color: rgba(0, 0, 0, 0.4);
291
218
  }
292
- .audio_selector[data-track-selector] ul li:first-child a {
293
- border-bottom-left-radius: 4px;
294
- border-bottom-right-radius: 4px;
295
- }
296
- .audio_selector[data-track-selector] ul li:last-child a {
297
- border-top-left-radius: 4px;
298
- border-top-right-radius: 4px;
299
- }
300
-
301
- @keyframes pulse {
302
- 0% {
303
- color: #fff;
304
- }
305
- 50% {
306
- color: #ff0101;
307
- }
308
- 100% {
309
- color: #B80000;
310
- }
311
- }div.player-error-screen, [data-player] div.player-error-screen {
312
- color: #CCCACA;
313
- position: absolute;
314
- top: 0;
315
- height: 100%;
316
- width: 100%;
317
- background-color: rgba(0, 0, 0, 0.7);
318
- z-index: 2000;
319
- display: flex;
320
- flex-direction: column;
321
- justify-content: center;
322
- }
323
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
324
- font-size: 14px;
325
- color: #CCCACA;
326
- margin-top: 45px;
219
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
220
+ color: white;
221
+ text-decoration: none;
327
222
  }
328
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
329
- font-weight: bold;
330
- line-height: 30px;
331
- font-size: 18px;
223
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
224
+ width: 30px;
225
+ height: 20px;
226
+ float: left;
227
+ display: block;
332
228
  }
333
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
334
- width: 90%;
335
- margin: 0 auto;
229
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
230
+ display: none;
336
231
  }
337
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
338
- font-size: 13px;
339
- margin-top: 15px;
232
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
233
+ display: inline;
340
234
  }
341
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
342
- cursor: pointer;
343
- width: 30px;
344
- margin: 15px auto 0;
235
+ .gear-wrapper svg {
236
+ height: 20px;
345
237
  }:root {
346
238
  --primary-background-color: #000;
347
239
  --secondary-background-color: #262626;
@@ -724,120 +616,133 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
724
616
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
725
617
  width: 25%;
726
618
  }
727
- }.clips.bar-container[data-seekbar] {
728
- clip-path: url("#myClip");
729
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
730
- float: right;
731
- font-family: Roboto, "Open Sans", Arial, sans-serif;
732
- }
733
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
619
+ }.dvr-controls[data-dvr-controls] {
620
+ display: inline-block;
621
+ float: left;
622
+ color: #fff;
623
+ line-height: 32px;
624
+ font-size: 10px;
625
+ font-weight: bold;
626
+ margin-left: 6px;
734
627
  height: 40px;
735
- width: 40px;
736
- padding-right: 20px;
628
+ line-height: 40px;
629
+ margin-left: 0;
737
630
  }
738
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
739
- height: 20px;
631
+ .dvr-controls[data-dvr-controls] .live-info {
632
+ cursor: default;
633
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
634
+ text-transform: uppercase;
740
635
  }
741
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
742
- position: absolute;
743
- right: 16px;
744
- bottom: 52px;
745
- display: none;
746
- width: 250px;
747
- min-height: 48px;
748
- z-index: 9999;
749
- border-radius: 4px;
636
+ .dvr-controls[data-dvr-controls] .live-info:before {
637
+ content: "";
638
+ display: inline-block;
639
+ position: relative;
640
+ width: 7px;
641
+ height: 7px;
642
+ border-radius: 3.5px;
643
+ margin-right: 3.5px;
644
+ background-color: #ff0101;
750
645
  }
751
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
752
- padding: 8px 0;
646
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
647
+ opacity: 0.3;
753
648
  }
754
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
755
- float: left;
756
- margin-right: 10px;
649
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
650
+ background-color: #fff;
757
651
  }
758
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
759
- margin: 0;
760
- text-align: left;
761
- line-height: 22px;
762
- padding: 5px 14px;
763
- width: 250px;
764
- font-size: 12px;
652
+ .dvr-controls[data-dvr-controls] .live-button {
653
+ cursor: pointer;
654
+ outline: none;
655
+ display: none;
656
+ border: 0;
657
+ color: #fff;
658
+ background-color: transparent;
659
+ height: 32px;
660
+ padding: 0;
661
+ opacity: 0.7;
662
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
663
+ text-transform: uppercase;
664
+ transition: all 0.1s ease;
665
+ }
666
+ .dvr-controls[data-dvr-controls] .live-button:before {
667
+ content: "";
668
+ display: inline-block;
669
+ position: relative;
670
+ width: 7px;
671
+ height: 7px;
672
+ border-radius: 3.5px;
673
+ margin-right: 3.5px;
674
+ background-color: #fff;
765
675
  }
766
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
767
- float: right;
768
- margin-right: -14px;
676
+ .dvr-controls[data-dvr-controls] .live-button:hover {
677
+ opacity: 1;
678
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
769
679
  }
770
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
771
- float: right;
680
+ .dvr-controls[data-dvr-controls] .live-info {
681
+ font-size: 14px;
682
+ letter-spacing: 0.8px;
683
+ font-weight: 500;
684
+ color: #fffffe;
685
+ margin-left: 21px;
686
+ }
687
+ .dvr-controls[data-dvr-controls] .live-info::before {
688
+ width: 10px;
689
+ height: 10px;
690
+ border-radius: 50%;
772
691
  margin-right: 8px;
692
+ background-color: #ed4f4a;
773
693
  }
774
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
775
- height: 20px;
776
- }*, :focus, :visited {
777
- outline: none !important;
694
+ .dvr-controls[data-dvr-controls] .live-button {
695
+ height: 40px;
696
+ opacity: 1;
697
+ font-size: 14px;
698
+ letter-spacing: 0.8px;
699
+ font-weight: 500;
700
+ margin-left: 20px;
701
+ }
702
+ .dvr-controls[data-dvr-controls] .live-button::before {
703
+ width: 10px;
704
+ height: 10px;
705
+ border-radius: 50%;
706
+ margin-right: 8px;
707
+ background-color: #cacaca;
778
708
  }
779
709
 
780
- .gear-wrapper .go-back {
781
- font-weight: 600;
782
- font-size: 14px;
783
- line-height: 20px;
784
- width: 100%;
785
- text-align: left;
786
- padding: 12px;
710
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
711
+ display: none;
787
712
  }
788
- .gear-wrapper .go-back .arrow-left-icon {
789
- float: left;
790
- padding-top: 2px;
791
- padding-right: 2px;
713
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
714
+ display: block;
792
715
  }
793
- .gear-wrapper .go-back .arrow-left-icon svg {
794
- height: 16px;
716
+ .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] {
717
+ background-color: #005aff;
795
718
  }
796
- .gear-wrapper ul.gear-sub-menu {
797
- width: 100%;
798
- list-style-type: none;
799
- background-color: transparent;
800
- min-width: 60px;
801
- border-top: 2px solid rgb(36, 36, 36);
719
+
720
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
721
+ background-color: #ff0101;
722
+ }.context-menu {
723
+ z-index: 999;
724
+ position: absolute;
725
+ top: 0;
726
+ left: 0;
727
+ text-align: center;
802
728
  }
803
- .gear-wrapper ul.gear-sub-menu li {
729
+ .context-menu .context-menu-list {
730
+ font-family: "Proxima Nova", sans-serif;
804
731
  font-size: 12px;
732
+ line-height: 12px;
733
+ list-style-type: none;
805
734
  text-align: left;
806
- }
807
- .gear-wrapper ul.gear-sub-menu li[data-title] {
808
- background-color: #c3c2c2;
809
735
  padding: 5px;
736
+ margin-left: auto;
737
+ margin-right: auto;
738
+ background-color: rgba(0, 0, 0, 0.75);
739
+ border: 1px solid #666;
740
+ border-radius: 4px;
810
741
  }
811
- .gear-wrapper ul.gear-sub-menu li a {
812
- display: block;
813
- text-decoration: none;
814
- height: 32px;
815
- padding: 5px 10px;
816
- line-height: 22px;
817
- color: #fffffe;
818
- }
819
- .gear-wrapper ul.gear-sub-menu li a:hover {
820
- color: white;
821
- background-color: rgba(0, 0, 0, 0.4);
822
- }
823
- .gear-wrapper ul.gear-sub-menu li a:hover a {
742
+ .context-menu .context-menu-list .context-menu-list-item {
824
743
  color: white;
825
- text-decoration: none;
826
- }
827
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
828
- width: 30px;
829
- height: 20px;
830
- float: left;
831
- display: block;
832
- }
833
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
834
- display: none;
835
- }
836
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
837
- display: inline;
838
- }
839
- .gear-wrapper svg {
840
- height: 20px;
744
+ padding: 5px;
745
+ cursor: pointer;
841
746
  }*, :focus, :visited {
842
747
  outline: none !important;
843
748
  }
@@ -964,16 +869,153 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
964
869
  display: block;
965
870
  text-decoration: none;
966
871
  }
967
- .multicamera[data-multicamera] li a:hover {
968
- background-color: #555;
969
- color: white;
872
+ .multicamera[data-multicamera] li a:hover {
873
+ background-color: #555;
874
+ color: white;
875
+ }
876
+ .multicamera[data-multicamera] li a:hover a {
877
+ color: white;
878
+ text-decoration: none;
879
+ }
880
+ .multicamera[data-multicamera] li.current a {
881
+ color: #f00;
882
+ }
883
+
884
+ @keyframes pulse {
885
+ 0% {
886
+ color: #fff;
887
+ }
888
+ 50% {
889
+ color: #ff0101;
890
+ }
891
+ 100% {
892
+ color: #B80000;
893
+ }
894
+ }*, :focus, :visited {
895
+ outline: none !important;
896
+ }
897
+
898
+ .audio_selector[data-track-selector] {
899
+ float: right;
900
+ margin-top: 4px;
901
+ position: relative;
902
+ width: 50px;
903
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
904
+ }
905
+ .audio_selector[data-track-selector] button {
906
+ background-color: transparent;
907
+ color: #fff;
908
+ -webkit-font-smoothing: antialiased;
909
+ border: none;
910
+ font-size: 14px;
911
+ cursor: pointer;
912
+ }
913
+ .audio_selector[data-track-selector] button .audio-text {
914
+ text-overflow: ellipsis;
915
+ overflow: hidden;
916
+ white-space: nowrap;
917
+ max-width: 100px;
918
+ background-color: transparent;
919
+ -webkit-font-smoothing: antialiased;
920
+ border: none;
921
+ font-size: 14px;
922
+ cursor: pointer;
923
+ padding-top: 5px;
924
+ }
925
+ .audio_selector[data-track-selector] button:hover {
926
+ color: #c9c9c9;
927
+ }
928
+ .audio_selector[data-track-selector] button.changing {
929
+ animation: pulse 0.5s infinite alternate;
930
+ }
931
+ .audio_selector[data-track-selector] button span.audio-arrow {
932
+ width: 9px;
933
+ height: 6px;
934
+ margin-top: 11px;
935
+ margin-left: 5px;
936
+ }
937
+ .audio_selector[data-track-selector] > ul {
938
+ max-width: 114px;
939
+ list-style-type: none;
940
+ position: absolute;
941
+ bottom: 25px;
942
+ border: 1px solid black;
943
+ display: none;
944
+ background-color: #e6e6e6;
945
+ }
946
+ .audio_selector[data-track-selector] li {
947
+ font-size: 10px;
948
+ }
949
+ .audio_selector[data-track-selector] li[data-title] {
950
+ background-color: #c3c2c2;
951
+ padding: 5px;
952
+ }
953
+ .audio_selector[data-track-selector] li a {
954
+ color: #444;
955
+ padding: 2px 10px;
956
+ display: block;
957
+ text-decoration: none;
958
+ text-overflow: ellipsis;
959
+ overflow: hidden;
960
+ white-space: nowrap;
961
+ }
962
+ .audio_selector[data-track-selector] li a:hover {
963
+ background-color: #555;
964
+ color: white;
965
+ }
966
+ .audio_selector[data-track-selector] li a:hover a {
967
+ color: white;
968
+ text-decoration: none;
969
+ }
970
+ .audio_selector[data-track-selector] li.current a {
971
+ color: #f00;
972
+ }
973
+
974
+ .audio_selector[data-track-selector] {
975
+ width: auto;
976
+ margin-top: 7px;
977
+ margin-right: 20px;
978
+ }
979
+ .audio_selector[data-track-selector] button[data-level-selector-button],
980
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
981
+ display: flex;
982
+ justify-content: center;
983
+ padding: 0;
984
+ }
985
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
986
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
987
+ color: white;
988
+ }
989
+ .audio_selector[data-track-selector] ul {
990
+ background-color: rgba(74, 74, 74, 0.6);
991
+ border: none;
992
+ min-width: 60px;
993
+ transform: rotate(180deg);
994
+ border-radius: 4px;
995
+ bottom: 40px;
996
+ right: -2px;
997
+ }
998
+ .audio_selector[data-track-selector] ul li {
999
+ transform: rotate(-180deg);
1000
+ font-size: 16px;
1001
+ text-align: right;
1002
+ height: 30px;
1003
+ }
1004
+ .audio_selector[data-track-selector] ul li a {
1005
+ height: 30px;
1006
+ padding: 5px 10px;
1007
+ color: #fffffe;
1008
+ }
1009
+ .audio_selector[data-track-selector] ul li a:hover {
1010
+ background-color: rgba(0, 0, 0, 0.4);
970
1011
  }
971
- .multicamera[data-multicamera] li a:hover a {
972
- color: white;
973
- text-decoration: none;
1012
+ .audio_selector[data-track-selector] ul li:first-child a {
1013
+ border-bottom-left-radius: 4px;
1014
+ border-bottom-right-radius: 4px;
974
1015
  }
975
- .multicamera[data-multicamera] li.current a {
976
- color: #f00;
1016
+ .audio_selector[data-track-selector] ul li:last-child a {
1017
+ border-top-left-radius: 4px;
1018
+ border-top-right-radius: 4px;
977
1019
  }
978
1020
 
979
1021
  @keyframes pulse {
@@ -986,203 +1028,52 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
986
1028
  100% {
987
1029
  color: #B80000;
988
1030
  }
989
- }.context-menu {
990
- z-index: 999;
991
- position: absolute;
992
- top: 0;
993
- left: 0;
994
- text-align: center;
995
- }
996
- .context-menu .context-menu-list {
997
- font-family: "Proxima Nova", sans-serif;
998
- font-size: 12px;
999
- line-height: 12px;
1000
- list-style-type: none;
1001
- text-align: left;
1002
- padding: 5px;
1003
- margin-left: auto;
1004
- margin-right: auto;
1005
- background-color: rgba(0, 0, 0, 0.75);
1006
- border: 1px solid #666;
1007
- border-radius: 4px;
1008
- }
1009
- .context-menu .context-menu-list .context-menu-list-item {
1010
- color: white;
1011
- padding: 5px;
1012
- cursor: pointer;
1031
+ }.clips.bar-container[data-seekbar] {
1032
+ clip-path: url("#myClip");
1013
1033
  }.level-disabled {
1014
1034
  opacity: 0.5;
1015
1035
  pointer-events: none;
1016
- }.player-poster[data-poster] {
1017
- display: flex;
1018
- justify-content: center;
1019
- align-items: center;
1036
+ }.media-control-pip button {
1037
+ float: right;
1038
+ height: 40px;
1039
+ margin-right: 20px;
1040
+ }
1041
+ .media-control-pip button svg {
1042
+ height: 20px;
1043
+ }div.player-error-screen, [data-player] div.player-error-screen {
1044
+ color: #CCCACA;
1020
1045
  position: absolute;
1021
- height: 100%;
1022
- width: 100%;
1023
- z-index: 998;
1024
1046
  top: 0;
1025
- left: 0;
1026
- background-color: #000;
1027
- background-size: cover;
1028
- background-repeat: no-repeat;
1029
- background-position: 50% 50%;
1030
- }
1031
- .player-poster[data-poster].clickable {
1032
- cursor: pointer;
1033
- }
1034
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1035
- opacity: 1;
1036
- }
1037
- .player-poster[data-poster] .play-wrapper[data-poster] {
1047
+ height: 100%;
1038
1048
  width: 100%;
1039
- height: 25%;
1040
- margin: 0 auto;
1041
- opacity: 0.75;
1042
- transition: opacity 0.1s ease;
1049
+ background-color: rgba(0, 0, 0, 0.7);
1050
+ z-index: 2000;
1051
+ display: flex;
1052
+ flex-direction: column;
1053
+ justify-content: center;
1043
1054
  }
1044
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1045
- height: 100%;
1046
- display: inline;
1055
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1056
+ font-size: 14px;
1057
+ color: #CCCACA;
1058
+ margin-top: 45px;
1047
1059
  }
1048
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1049
- fill: #fff;
1050
- }.dvr-controls[data-dvr-controls] {
1051
- display: inline-block;
1052
- float: left;
1053
- color: #fff;
1054
- line-height: 32px;
1055
- font-size: 10px;
1060
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1056
1061
  font-weight: bold;
1057
- margin-left: 6px;
1058
- height: 40px;
1059
- line-height: 40px;
1060
- margin-left: 0;
1061
- }
1062
- .dvr-controls[data-dvr-controls] .live-info {
1063
- cursor: default;
1064
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1065
- text-transform: uppercase;
1066
- }
1067
- .dvr-controls[data-dvr-controls] .live-info:before {
1068
- content: "";
1069
- display: inline-block;
1070
- position: relative;
1071
- width: 7px;
1072
- height: 7px;
1073
- border-radius: 3.5px;
1074
- margin-right: 3.5px;
1075
- background-color: #ff0101;
1062
+ line-height: 30px;
1063
+ font-size: 18px;
1076
1064
  }
1077
- .dvr-controls[data-dvr-controls] .live-info.disabled {
1078
- opacity: 0.3;
1065
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1066
+ width: 90%;
1067
+ margin: 0 auto;
1079
1068
  }
1080
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
1081
- background-color: #fff;
1069
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1070
+ font-size: 13px;
1071
+ margin-top: 15px;
1082
1072
  }
1083
- .dvr-controls[data-dvr-controls] .live-button {
1073
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1084
1074
  cursor: pointer;
1085
- outline: none;
1086
- display: none;
1087
- border: 0;
1088
- color: #fff;
1089
- background-color: transparent;
1090
- height: 32px;
1091
- padding: 0;
1092
- opacity: 0.7;
1093
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1094
- text-transform: uppercase;
1095
- transition: all 0.1s ease;
1096
- }
1097
- .dvr-controls[data-dvr-controls] .live-button:before {
1098
- content: "";
1099
- display: inline-block;
1100
- position: relative;
1101
- width: 7px;
1102
- height: 7px;
1103
- border-radius: 3.5px;
1104
- margin-right: 3.5px;
1105
- background-color: #fff;
1106
- }
1107
- .dvr-controls[data-dvr-controls] .live-button:hover {
1108
- opacity: 1;
1109
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1110
- }
1111
- .dvr-controls[data-dvr-controls] .live-info {
1112
- font-size: 14px;
1113
- letter-spacing: 0.8px;
1114
- font-weight: 500;
1115
- color: #fffffe;
1116
- margin-left: 21px;
1117
- }
1118
- .dvr-controls[data-dvr-controls] .live-info::before {
1119
- width: 10px;
1120
- height: 10px;
1121
- border-radius: 50%;
1122
- margin-right: 8px;
1123
- background-color: #ed4f4a;
1124
- }
1125
- .dvr-controls[data-dvr-controls] .live-button {
1126
- height: 40px;
1127
- opacity: 1;
1128
- font-size: 14px;
1129
- letter-spacing: 0.8px;
1130
- font-weight: 500;
1131
- margin-left: 20px;
1132
- }
1133
- .dvr-controls[data-dvr-controls] .live-button::before {
1134
- width: 10px;
1135
- height: 10px;
1136
- border-radius: 50%;
1137
- margin-right: 8px;
1138
- background-color: #cacaca;
1139
- }
1140
-
1141
- .dvr .dvr-controls[data-dvr-controls] .live-info {
1142
- display: none;
1143
- }
1144
- .dvr .dvr-controls[data-dvr-controls] .live-button {
1145
- display: block;
1146
- }
1147
- .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] {
1148
- background-color: #005aff;
1149
- }
1150
-
1151
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1152
- background-color: #ff0101;
1153
- }.seek-time[data-seek-time] {
1154
- position: absolute;
1155
- white-space: nowrap;
1156
- height: 20px;
1157
- line-height: 20px;
1158
- font-size: 0;
1159
- left: -100%;
1160
- bottom: 55px;
1161
- background-color: rgba(2, 2, 2, 0.5);
1162
- z-index: 9999;
1163
- transition: opacity 0.1s ease;
1164
- }
1165
- .seek-time[data-seek-time].hidden[data-seek-time] {
1166
- opacity: 0;
1167
- }
1168
- .seek-time[data-seek-time] [data-seek-time] {
1169
- display: inline-block;
1170
- color: white;
1171
- font-size: 10px;
1172
- padding-left: 7px;
1173
- padding-right: 7px;
1174
- vertical-align: top;
1175
- }
1176
- .seek-time[data-seek-time] [data-duration] {
1177
- display: inline-block;
1178
- color: rgba(255, 255, 255, 0.5);
1179
- font-size: 10px;
1180
- padding-right: 7px;
1181
- vertical-align: top;
1182
- }
1183
- .seek-time[data-seek-time] [data-duration]::before {
1184
- content: "|";
1185
- margin-right: 7px;
1075
+ width: 30px;
1076
+ margin: 15px auto 0;
1186
1077
  }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1187
1078
  .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1188
1079
  display: block;
@@ -1242,17 +1133,50 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1242
1133
  border-radius: 3px;
1243
1134
  background-color: rgba(74, 74, 74, 0.7);
1244
1135
  }
1245
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1246
- letter-spacing: 0.8px;
1247
- font-size: 14px;
1248
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1136
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1137
+ letter-spacing: 0.8px;
1138
+ font-size: 14px;
1139
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1140
+ }
1141
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1142
+ padding-left: 8px;
1143
+ padding-right: 8px;
1144
+ }
1145
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1146
+ display: none !important;
1147
+ }.seek-time[data-seek-time] {
1148
+ position: absolute;
1149
+ white-space: nowrap;
1150
+ height: 20px;
1151
+ line-height: 20px;
1152
+ font-size: 0;
1153
+ left: -100%;
1154
+ bottom: 55px;
1155
+ background-color: rgba(2, 2, 2, 0.5);
1156
+ z-index: 9999;
1157
+ transition: opacity 0.1s ease;
1158
+ }
1159
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1160
+ opacity: 0;
1249
1161
  }
1250
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1251
- padding-left: 8px;
1252
- padding-right: 8px;
1162
+ .seek-time[data-seek-time] [data-seek-time] {
1163
+ display: inline-block;
1164
+ color: white;
1165
+ font-size: 10px;
1166
+ padding-left: 7px;
1167
+ padding-right: 7px;
1168
+ vertical-align: top;
1253
1169
  }
1254
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1255
- display: none !important;
1170
+ .seek-time[data-seek-time] [data-duration] {
1171
+ display: inline-block;
1172
+ color: rgba(255, 255, 255, 0.5);
1173
+ font-size: 10px;
1174
+ padding-right: 7px;
1175
+ vertical-align: top;
1176
+ }
1177
+ .seek-time[data-seek-time] [data-duration]::before {
1178
+ content: "|";
1179
+ margin-right: 7px;
1256
1180
  }[data-player] {
1257
1181
  --bottom-panel: 40px;
1258
1182
  }
@@ -1858,6 +1782,110 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1858
1782
  }
1859
1783
  .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 {
1860
1784
  transform: scaleY(1.5);
1785
+ }.big-mute-icon-wrapper[data-big-mute] {
1786
+ position: absolute;
1787
+ z-index: 9998;
1788
+ background-color: transparent;
1789
+ display: flex;
1790
+ justify-content: center;
1791
+ width: 100%;
1792
+ height: calc(100% - 50px);
1793
+ margin: 0 auto;
1794
+ opacity: 0.75;
1795
+ transition: opacity 0.1s ease;
1796
+ pointer-events: auto;
1797
+ }
1798
+ .big-mute-icon-wrapper[data-big-mute].hide {
1799
+ display: none;
1800
+ }
1801
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1802
+ cursor: pointer;
1803
+ }
1804
+
1805
+ .big-mute-icon[data-big-mute-icon] {
1806
+ display: flex;
1807
+ align-items: center;
1808
+ justify-content: center;
1809
+ align-self: center;
1810
+ width: 120px;
1811
+ height: 120px;
1812
+ border: 2px solid white;
1813
+ border-radius: 50%;
1814
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1815
+ filter: alpha(opacity=60);
1816
+ opacity: 1;
1817
+ box-shadow: 0 0 1px 0 white;
1818
+ background: rgba(240, 243, 247, 0.9411764706);
1819
+ z-index: 10000;
1820
+ }
1821
+ .big-mute-icon[data-big-mute-icon] svg {
1822
+ margin-left: 5px;
1823
+ width: 80px;
1824
+ height: 80px;
1825
+ }
1826
+ .big-mute-icon[data-big-mute-icon] svg path {
1827
+ fill: #1f1e1e !important;
1828
+ }
1829
+ .big-mute-icon[data-big-mute-icon]:hover {
1830
+ background: rgba(240, 243, 247, 0.8784313725);
1831
+ }
1832
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1833
+ fill: #151515 !important;
1834
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1835
+ height: 0;
1836
+ }
1837
+
1838
+ .skip_time_plugin[data-skip-time] {
1839
+ position: absolute;
1840
+ width: 100%;
1841
+ height: calc(100% - 50px);
1842
+ z-index: 9998;
1843
+ background-color: transparent;
1844
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1845
+ }
1846
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1847
+ width: 100%;
1848
+ height: 100%;
1849
+ display: flex;
1850
+ justify-content: space-between;
1851
+ }
1852
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1853
+ width: 33.3%;
1854
+ height: 100%;
1855
+ }.player-poster[data-poster] {
1856
+ display: flex;
1857
+ justify-content: center;
1858
+ align-items: center;
1859
+ position: absolute;
1860
+ height: 100%;
1861
+ width: 100%;
1862
+ z-index: 998;
1863
+ top: 0;
1864
+ left: 0;
1865
+ background-color: #000;
1866
+ background-size: cover;
1867
+ background-repeat: no-repeat;
1868
+ background-position: 50% 50%;
1869
+ }
1870
+ .player-poster[data-poster].clickable {
1871
+ cursor: pointer;
1872
+ }
1873
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1874
+ opacity: 1;
1875
+ }
1876
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1877
+ width: 100%;
1878
+ height: 25%;
1879
+ margin: 0 auto;
1880
+ opacity: 0.75;
1881
+ transition: opacity 0.1s ease;
1882
+ }
1883
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1884
+ height: 100%;
1885
+ display: inline;
1886
+ }
1887
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1888
+ fill: #fff;
1861
1889
  }.share_plugin[data-share] {
1862
1890
  pointer-events: auto;
1863
1891
  z-index: 5;
@@ -1941,72 +1969,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1941
1969
  display: inline-block;
1942
1970
  margin-right: 5px;
1943
1971
  cursor: pointer;
1944
- }.media-control-pip button {
1945
- float: right;
1946
- height: 40px;
1947
- margin-right: 20px;
1948
- }
1949
- .media-control-pip button svg {
1950
- height: 20px;
1951
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1952
- height: 0;
1953
- }
1954
-
1955
- .skip_time_plugin[data-skip-time] {
1956
- position: absolute;
1957
- width: 100%;
1958
- height: calc(100% - 50px);
1959
- z-index: 9998;
1960
- background-color: transparent;
1961
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1962
- }
1963
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1964
- width: 100%;
1965
- height: 100%;
1966
- display: flex;
1967
- justify-content: space-between;
1968
- }
1969
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1970
- width: 33.3%;
1971
- height: 100%;
1972
- }.spinner-three-bounce[data-spinner] {
1973
- position: absolute;
1974
- width: 70px;
1975
- text-align: center;
1976
- z-index: 999;
1977
- left: 0;
1978
- right: 0;
1979
- margin: 0 auto;
1980
- margin-left: auto;
1981
- margin-right: auto;
1982
- /* center vertically */
1983
- top: 50%;
1984
- transform: translateY(-50%);
1985
- }
1986
- .spinner-three-bounce[data-spinner] > div {
1987
- width: 18px;
1988
- height: 18px;
1989
- background-color: #FFF;
1990
- border-radius: 100%;
1991
- display: inline-block;
1992
- animation: bouncedelay 1.4s infinite ease-in-out;
1993
- /* Prevent first frame from flickering when animation starts */
1994
- animation-fill-mode: both;
1995
- }
1996
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1997
- animation-delay: -0.32s;
1998
- }
1999
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2000
- animation-delay: -0.16s;
2001
- }
2002
-
2003
- @keyframes bouncedelay {
2004
- 0%, 80%, 100% {
2005
- transform: scale(0);
2006
- }
2007
- 40% {
2008
- transform: scale(1);
2009
- }
2010
1972
  }*, :focus, :visited {
2011
1973
  outline: none !important;
2012
1974
  }
@@ -2088,6 +2050,53 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2088
2050
  .ios-fullscreen::cue {
2089
2051
  visibility: visible !important;
2090
2052
  font-size: 1em !important;
2053
+ }.spinner-three-bounce[data-spinner] {
2054
+ position: absolute;
2055
+ width: 70px;
2056
+ text-align: center;
2057
+ z-index: 999;
2058
+ left: 0;
2059
+ right: 0;
2060
+ margin: 0 auto;
2061
+ margin-left: auto;
2062
+ margin-right: auto;
2063
+ /* center vertically */
2064
+ top: 50%;
2065
+ transform: translateY(-50%);
2066
+ }
2067
+ .spinner-three-bounce[data-spinner] > div {
2068
+ width: 18px;
2069
+ height: 18px;
2070
+ background-color: #FFF;
2071
+ border-radius: 100%;
2072
+ display: inline-block;
2073
+ animation: bouncedelay 1.4s infinite ease-in-out;
2074
+ /* Prevent first frame from flickering when animation starts */
2075
+ animation-fill-mode: both;
2076
+ }
2077
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
2078
+ animation-delay: -0.32s;
2079
+ }
2080
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
2081
+ animation-delay: -0.16s;
2082
+ }
2083
+
2084
+ @keyframes bouncedelay {
2085
+ 0%, 80%, 100% {
2086
+ transform: scale(0);
2087
+ }
2088
+ 40% {
2089
+ transform: scale(1);
2090
+ }
2091
+ }.player-logo[data-logo] {
2092
+ position: absolute;
2093
+ z-index: 2;
2094
+ width: 100%;
2095
+ height: 100%;
2096
+ }
2097
+
2098
+ .clappr-logo {
2099
+ position: absolute;
2091
2100
  }.scrub-thumbnails {
2092
2101
  position: absolute;
2093
2102
  bottom: 52px;
@@ -2149,13 +2158,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2149
2158
  }
2150
2159
  .scrub-thumbnails .backdrop .carousel img {
2151
2160
  width: auto;
2152
- }.player-logo[data-logo] {
2153
- position: absolute;
2154
- z-index: 2;
2155
- width: 100%;
2156
- height: 100%;
2157
- }
2158
-
2159
- .clappr-logo {
2160
- position: absolute;
2161
2161
  }