@gcorevideo/player 2.22.9 → 2.22.11

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,207 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }*,
126
- :focus,
127
- :visited {
128
- outline: none !important;
129
- }
130
-
131
- .media-control-audiotracks {
132
- position: relative;
133
- }
134
- .media-control-audiotracks button {
135
- background-color: transparent;
136
- color: #fff;
137
- -webkit-font-smoothing: antialiased;
138
- border: none;
139
- cursor: pointer;
140
- display: flex;
141
- align-items: center;
142
- padding: 0;
143
- }
144
- .media-control-audiotracks button .audio-text {
145
- text-overflow: ellipsis;
146
- overflow: hidden;
147
- white-space: nowrap;
148
- max-width: 100px;
149
- background-color: transparent;
150
- -webkit-font-smoothing: antialiased;
151
- border: none;
152
- cursor: pointer;
153
- }
154
- .media-control-audiotracks button:hover {
155
- color: white;
156
- }
157
- .media-control-audiotracks button.changing {
158
- animation: pulse 0.5s infinite alternate;
159
- }
160
- .media-control-audiotracks button span.audio-arrow {
161
- width: 9px;
162
- height: 6px;
163
- margin-left: 5px;
164
- }
165
- .media-control-audiotracks .menu {
166
- max-width: 114px;
167
- list-style-type: none;
168
- position: absolute;
169
- background-color: rgba(74, 74, 74, 0.6);
170
- border: none;
171
- min-width: 60px;
172
- border-radius: 4px;
173
- bottom: 40px;
174
- right: -2px;
175
- }
176
- .media-control-audiotracks .menu.hidden {
177
- display: none;
178
- }
179
- .media-control-audiotracks li {
180
- font-size: var(--font-size-media-controls-dropdown);
181
- text-align: right;
182
- height: 30px;
183
- }
184
- .media-control-audiotracks li[data-title] {
185
- background-color: #c3c2c2;
186
- padding: 5px;
187
- }
188
- .media-control-audiotracks li a {
189
- display: block;
190
- text-decoration: none;
191
- text-overflow: ellipsis;
192
- overflow: hidden;
193
- white-space: nowrap;
194
- height: 30px;
195
- padding: 5px 10px;
196
- color: #fffffe;
197
- }
198
- .media-control-audiotracks li a:hover {
199
- text-decoration: none;
200
- background-color: rgba(0, 0, 0, 0.4);
201
- color: white;
202
- }
203
- .media-control-audiotracks li.current a {
204
- color: #f00;
205
- }
206
- .media-control-audiotracks li:first-child a {
207
- border-bottom-left-radius: 4px;
208
- border-bottom-right-radius: 4px;
209
- }
210
- .media-control-audiotracks li:last-child a {
211
- border-top-left-radius: 4px;
212
- border-top-right-radius: 4px;
213
- }
214
-
215
- @keyframes pulse {
216
- 0% {
217
- color: #fff;
218
- }
219
- 50% {
220
- color: #ff0101;
221
- }
222
- 100% {
223
- color: #B80000;
224
- }
225
- }*, :focus, :visited {
226
- outline: none !important;
227
- }
228
-
229
- .gear-wrapper .go-back {
230
- font-weight: 600;
231
- font-size: 14px;
232
- line-height: 20px;
233
- width: 100%;
234
- text-align: left;
235
- padding: 12px;
236
- }
237
- .gear-wrapper .go-back .arrow-left-icon {
238
- float: left;
239
- padding-top: 2px;
240
- padding-right: 2px;
241
- }
242
- .gear-wrapper .go-back .arrow-left-icon svg {
243
- height: 16px;
244
- }
245
- .gear-wrapper ul.gear-sub-menu {
246
- width: 100%;
247
- list-style-type: none;
248
- min-width: 60px;
249
- border-top: 2px solid rgb(36, 36, 36);
250
- }
251
- .gear-wrapper ul.gear-sub-menu li {
252
- font-size: 12px;
253
- text-align: left;
254
- }
255
- .gear-wrapper ul.gear-sub-menu li[data-title] {
256
- background-color: #c3c2c2;
257
- padding: 5px;
258
- }
259
- .gear-wrapper ul.gear-sub-menu li a {
260
- display: block;
261
- text-decoration: none;
262
- height: 32px;
263
- padding: 5px 10px;
264
- line-height: 22px;
265
- color: #fffffe;
266
- }
267
- .gear-wrapper ul.gear-sub-menu li a:hover {
268
- color: white;
269
- background-color: rgba(0, 0, 0, 0.4);
270
- }
271
- .gear-wrapper ul.gear-sub-menu li a:hover a {
272
- color: white;
273
- text-decoration: none;
274
- }
275
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
276
- width: 30px;
277
- height: 20px;
278
- float: left;
279
- display: block;
280
- }
281
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
282
- display: none;
283
- }
284
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
285
- display: inline;
286
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
287
- order: 99;
288
- height: 20px;
289
- }
290
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
291
- position: absolute;
292
- right: 16px;
293
- bottom: 52px;
294
- width: 250px;
295
- min-height: 48px;
296
- z-index: 9999;
297
- border-radius: 4px;
298
- }
299
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
300
- padding: 8px 0;
301
- }
302
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
303
- float: left;
304
- margin-right: 10px;
305
- }
306
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
307
- margin: 0;
308
- text-align: left;
309
- line-height: 22px;
310
- padding: 5px 14px;
311
- width: 250px;
312
- font-size: 12px;
313
- }
314
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
315
- float: right;
316
- margin-right: -14px;
317
- }
318
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
319
- float: right;
320
- margin-right: 8px;
321
- }
322
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
323
- height: 20px;
324
- }.clips.bar-container[data-seekbar] {
325
- clip-path: url("#myClip");
326
125
  }:root {
327
126
  --primary-background-color: #000;
328
127
  --secondary-background-color: #262626;
@@ -705,122 +504,108 @@
705
504
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
706
505
  width: 25%;
707
506
  }
708
- }.context-menu {
709
- z-index: 999;
710
- position: absolute;
711
- top: 0;
712
- left: 0;
713
- text-align: center;
507
+ }*,
508
+ :focus,
509
+ :visited {
510
+ outline: none !important;
714
511
  }
715
- .context-menu .context-menu-list {
716
- font-family: "Proxima Nova", sans-serif;
717
- font-size: 12px;
718
- line-height: 12px;
719
- list-style-type: none;
720
- text-align: left;
721
- padding: 5px;
722
- margin-left: auto;
723
- margin-right: auto;
724
- background-color: rgba(0, 0, 0, 0.75);
725
- border: 1px solid #666;
726
- border-radius: 4px;
512
+
513
+ .media-control-audiotracks {
514
+ position: relative;
727
515
  }
728
- .context-menu .context-menu-list .context-menu-list-item {
729
- color: white;
730
- padding: 5px;
516
+ .media-control-audiotracks button {
517
+ background-color: transparent;
518
+ color: #fff;
519
+ -webkit-font-smoothing: antialiased;
520
+ border: none;
731
521
  cursor: pointer;
732
- }.media-control-pip {
733
- order: 95;
734
522
  display: flex;
523
+ align-items: center;
524
+ padding: 0;
735
525
  }
736
- .media-control-pip button {
737
- height: 20px;
738
- }
739
- .media-control-pip button svg {
740
- height: 20px;
741
- }.big-mute-icon-wrapper[data-big-mute] {
742
- position: absolute;
743
- z-index: 9998;
526
+ .media-control-audiotracks button .audio-text {
527
+ text-overflow: ellipsis;
528
+ overflow: hidden;
529
+ white-space: nowrap;
530
+ max-width: 100px;
744
531
  background-color: transparent;
745
- display: flex;
746
- justify-content: center;
747
- width: 100%;
748
- height: calc(100% - 50px);
749
- margin: 0 auto;
750
- opacity: 0.75;
751
- transition: opacity 0.1s ease;
752
- pointer-events: auto;
753
- }
754
- .big-mute-icon-wrapper[data-big-mute].hide {
755
- display: none;
756
- }
757
- .big-mute-icon-wrapper[data-big-mute]:hover {
532
+ -webkit-font-smoothing: antialiased;
533
+ border: none;
758
534
  cursor: pointer;
759
535
  }
760
-
761
- .big-mute-icon[data-big-mute-icon] {
762
- display: flex;
763
- align-items: center;
764
- justify-content: center;
765
- align-self: center;
766
- width: 120px;
767
- height: 120px;
768
- border: 2px solid white;
769
- border-radius: 50%;
770
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
771
- filter: alpha(opacity=60);
772
- opacity: 1;
773
- box-shadow: 0 0 1px 0 white;
774
- background: rgba(240, 243, 247, 0.9411764706);
775
- z-index: 10000;
536
+ .media-control-audiotracks button:hover {
537
+ color: white;
776
538
  }
777
- .big-mute-icon[data-big-mute-icon] svg {
539
+ .media-control-audiotracks button.changing {
540
+ animation: pulse 0.5s infinite alternate;
541
+ }
542
+ .media-control-audiotracks button span.audio-arrow {
543
+ width: 9px;
544
+ height: 6px;
778
545
  margin-left: 5px;
779
- width: 80px;
780
- height: 80px;
781
546
  }
782
- .big-mute-icon[data-big-mute-icon] svg path {
783
- fill: #1f1e1e !important;
547
+ .media-control-audiotracks .menu {
548
+ max-width: 114px;
549
+ list-style-type: none;
550
+ position: absolute;
551
+ background-color: rgba(74, 74, 74, 0.6);
552
+ border: none;
553
+ min-width: 60px;
554
+ border-radius: 4px;
555
+ bottom: 40px;
556
+ right: -2px;
784
557
  }
785
- .big-mute-icon[data-big-mute-icon]:hover {
786
- background: rgba(240, 243, 247, 0.8784313725);
558
+ .media-control-audiotracks .menu.hidden {
559
+ display: none;
787
560
  }
788
- .big-mute-icon[data-big-mute-icon]:hover svg path {
789
- fill: #151515 !important;
790
- }div.player-error-screen, [data-player] div.player-error-screen {
791
- color: #CCCACA;
792
- position: absolute;
793
- top: 0;
794
- height: 100%;
795
- width: 100%;
796
- background-color: rgba(0, 0, 0, 0.7);
797
- z-index: 2000;
798
- display: flex;
799
- flex-direction: column;
800
- justify-content: center;
561
+ .media-control-audiotracks li {
562
+ font-size: var(--font-size-media-controls-dropdown);
563
+ text-align: right;
564
+ height: 30px;
801
565
  }
802
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
803
- font-size: 14px;
804
- color: #CCCACA;
805
- margin-top: 45px;
566
+ .media-control-audiotracks li[data-title] {
567
+ background-color: #c3c2c2;
568
+ padding: 5px;
806
569
  }
807
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
808
- font-weight: bold;
809
- line-height: 30px;
810
- font-size: 18px;
570
+ .media-control-audiotracks li a {
571
+ display: block;
572
+ text-decoration: none;
573
+ text-overflow: ellipsis;
574
+ overflow: hidden;
575
+ white-space: nowrap;
576
+ height: 30px;
577
+ padding: 5px 10px;
578
+ color: #fffffe;
811
579
  }
812
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
813
- width: 90%;
814
- margin: 0 auto;
580
+ .media-control-audiotracks li a:hover {
581
+ text-decoration: none;
582
+ background-color: rgba(0, 0, 0, 0.4);
583
+ color: white;
815
584
  }
816
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
817
- font-size: 13px;
818
- margin-top: 15px;
585
+ .media-control-audiotracks li.current a {
586
+ color: #f00;
819
587
  }
820
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
821
- cursor: pointer;
822
- width: 30px;
823
- margin: 15px auto 0;
588
+ .media-control-audiotracks li:first-child a {
589
+ border-bottom-left-radius: 4px;
590
+ border-bottom-right-radius: 4px;
591
+ }
592
+ .media-control-audiotracks li:last-child a {
593
+ border-top-left-radius: 4px;
594
+ border-top-right-radius: 4px;
595
+ }
596
+
597
+ @keyframes pulse {
598
+ 0% {
599
+ color: #fff;
600
+ }
601
+ 50% {
602
+ color: #ff0101;
603
+ }
604
+ 100% {
605
+ color: #B80000;
606
+ }
607
+ }.clips.bar-container[data-seekbar] {
608
+ clip-path: url("#myClip");
824
609
  }.dvr-controls[data-dvr] {
825
610
  display: inline-block;
826
611
  color: var(--player-dvr-color);
@@ -914,123 +699,360 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
914
699
  }
915
700
  .dvr .dvr-controls[data-dvr] .live-button {
916
701
  display: block;
917
- }.player-poster[data-poster] {
918
- display: flex;
919
- justify-content: center;
920
- align-items: center;
702
+ }div.player-error-screen, [data-player] div.player-error-screen {
703
+ color: #CCCACA;
921
704
  position: absolute;
705
+ top: 0;
922
706
  height: 100%;
923
707
  width: 100%;
924
- z-index: 998;
708
+ background-color: rgba(0, 0, 0, 0.7);
709
+ z-index: 2000;
710
+ display: flex;
711
+ flex-direction: column;
712
+ justify-content: center;
713
+ }
714
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
715
+ font-size: 14px;
716
+ color: #CCCACA;
717
+ margin-top: 45px;
718
+ }
719
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
720
+ font-weight: bold;
721
+ line-height: 30px;
722
+ font-size: 18px;
723
+ }
724
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
725
+ width: 90%;
726
+ margin: 0 auto;
727
+ }
728
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
729
+ font-size: 13px;
730
+ margin-top: 15px;
731
+ }
732
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
733
+ cursor: pointer;
734
+ width: 30px;
735
+ margin: 15px auto 0;
736
+ }*, :focus, :visited {
737
+ outline: none !important;
738
+ }
739
+
740
+ .multicamera[data-multicamera] {
741
+ float: right;
742
+ margin-top: 4px;
743
+ position: relative;
744
+ margin-right: 20px;
745
+ width: 20px;
746
+ }
747
+ .multicamera[data-multicamera] button {
748
+ background-color: transparent;
749
+ color: #fff;
750
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
751
+ -webkit-font-smoothing: antialiased;
752
+ border: none;
753
+ font-size: 14px;
754
+ padding: 0;
755
+ }
756
+ .multicamera[data-multicamera] button svg {
757
+ height: 20px;
758
+ position: relative;
759
+ margin-top: 6px;
760
+ }
761
+ .multicamera[data-multicamera] button:hover {
762
+ color: #c9c9c9;
763
+ }
764
+ .multicamera[data-multicamera] button.changing {
765
+ animation: pulse 0.5s infinite alternate;
766
+ }
767
+ .multicamera[data-multicamera] button span.quality-arrow {
768
+ width: 9px;
769
+ height: 6px;
770
+ margin-top: 11px;
771
+ margin-left: 5px;
772
+ }
773
+ .multicamera[data-multicamera] > ul {
774
+ padding: 6px 0;
775
+ right: -24px;
776
+ width: 245px;
777
+ list-style-type: none;
778
+ position: absolute;
779
+ bottom: 48px;
780
+ border-radius: 4px;
781
+ display: none;
782
+ background-color: rgba(74, 74, 74, 0.9);
783
+ }
784
+ .multicamera[data-multicamera] > ul::after {
785
+ content: "";
786
+ position: absolute;
787
+ top: 100%;
788
+ left: 85%;
789
+ margin-left: -10px;
790
+ width: 0;
791
+ height: 0;
792
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
793
+ border-right: 10px solid transparent;
794
+ border-left: 10px solid transparent;
795
+ }
796
+ .multicamera[data-multicamera] li {
797
+ font-size: 10px;
798
+ cursor: pointer;
799
+ }
800
+ .multicamera[data-multicamera] li .multicamera-item {
801
+ display: flex;
802
+ padding: 10px 0;
803
+ justify-content: center;
804
+ position: relative;
805
+ }
806
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
807
+ pointer-events: none;
808
+ }
809
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
810
+ opacity: 0.5;
811
+ }
812
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
813
+ opacity: 0.5;
814
+ }
815
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
816
+ background-color: rgba(0, 0, 0, 0);
817
+ }
818
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
819
+ background-color: rgba(0, 0, 0, 0.3);
820
+ }
821
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
822
+ width: 80px;
823
+ height: 60px;
824
+ }
825
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
826
+ width: 80px;
827
+ height: 60px;
828
+ }
829
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
830
+ width: 120px;
831
+ text-align: left;
832
+ margin-left: 15px;
833
+ }
834
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
835
+ width: 120px;
836
+ height: 20px;
837
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
838
+ font-size: 14px;
839
+ font-weight: normal;
840
+ font-style: normal;
841
+ font-stretch: normal;
842
+ line-height: 1.43;
843
+ letter-spacing: normal;
844
+ text-align: left;
845
+ color: #fff;
846
+ text-overflow: ellipsis;
847
+ overflow: hidden;
848
+ }
849
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
850
+ opacity: 0.6;
851
+ }
852
+ .multicamera[data-multicamera] li[data-title] {
853
+ background-color: #c3c2c2;
854
+ padding: 5px;
855
+ }
856
+ .multicamera[data-multicamera] li a {
857
+ color: #444;
858
+ padding: 2px 10px;
859
+ display: block;
860
+ text-decoration: none;
861
+ }
862
+ .multicamera[data-multicamera] li a:hover {
863
+ background-color: #555;
864
+ color: white;
865
+ }
866
+ .multicamera[data-multicamera] li a:hover a {
867
+ color: white;
868
+ text-decoration: none;
869
+ }
870
+ .multicamera[data-multicamera] li.current a {
871
+ color: #f00;
872
+ }
873
+
874
+ @keyframes pulse {
875
+ 0% {
876
+ color: #fff;
877
+ }
878
+ 50% {
879
+ color: #ff0101;
880
+ }
881
+ 100% {
882
+ color: #B80000;
883
+ }
884
+ }.context-menu {
885
+ z-index: 999;
886
+ position: absolute;
925
887
  top: 0;
926
888
  left: 0;
927
- background-color: #000;
928
- background-size: cover;
929
- background-repeat: no-repeat;
930
- background-position: 50% 50%;
889
+ text-align: center;
931
890
  }
932
- .player-poster[data-poster].clickable {
891
+ .context-menu .context-menu-list {
892
+ font-family: "Proxima Nova", sans-serif;
893
+ font-size: 12px;
894
+ line-height: 12px;
895
+ list-style-type: none;
896
+ text-align: left;
897
+ padding: 5px;
898
+ margin-left: auto;
899
+ margin-right: auto;
900
+ background-color: rgba(0, 0, 0, 0.75);
901
+ border: 1px solid #666;
902
+ border-radius: 4px;
903
+ }
904
+ .context-menu .context-menu-list .context-menu-list-item {
905
+ color: white;
906
+ padding: 5px;
933
907
  cursor: pointer;
908
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
909
+ order: 99;
910
+ height: 20px;
934
911
  }
935
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
936
- opacity: 1;
912
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
913
+ position: absolute;
914
+ right: 16px;
915
+ bottom: 52px;
916
+ width: 250px;
917
+ min-height: 48px;
918
+ z-index: 9999;
919
+ border-radius: 4px;
920
+ }
921
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
922
+ padding: 8px 0;
923
+ }
924
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
925
+ float: left;
926
+ margin-right: 10px;
927
+ }
928
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
929
+ margin: 0;
930
+ text-align: left;
931
+ line-height: 22px;
932
+ padding: 5px 14px;
933
+ width: 250px;
934
+ font-size: 12px;
935
+ }
936
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
937
+ float: right;
938
+ margin-right: -14px;
939
+ }
940
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
941
+ float: right;
942
+ margin-right: 8px;
943
+ }
944
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
945
+ height: 20px;
946
+ }*, :focus, :visited {
947
+ outline: none !important;
948
+ }
949
+
950
+ .gear-wrapper .go-back {
951
+ font-weight: 600;
952
+ font-size: 14px;
953
+ line-height: 20px;
954
+ width: 100%;
955
+ text-align: left;
956
+ padding: 12px;
957
+ }
958
+ .gear-wrapper .go-back .arrow-left-icon {
959
+ float: left;
960
+ padding-top: 2px;
961
+ padding-right: 2px;
962
+ }
963
+ .gear-wrapper .go-back .arrow-left-icon svg {
964
+ height: 16px;
965
+ }
966
+ .gear-wrapper ul.gear-sub-menu {
967
+ width: 100%;
968
+ list-style-type: none;
969
+ min-width: 60px;
970
+ border-top: 2px solid rgb(36, 36, 36);
971
+ }
972
+ .gear-wrapper ul.gear-sub-menu li {
973
+ font-size: 12px;
974
+ text-align: left;
975
+ }
976
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
977
+ background-color: #c3c2c2;
978
+ padding: 5px;
979
+ }
980
+ .gear-wrapper ul.gear-sub-menu li a {
981
+ display: block;
982
+ text-decoration: none;
983
+ height: 32px;
984
+ padding: 5px 10px;
985
+ line-height: 22px;
986
+ color: #fffffe;
937
987
  }
938
- .player-poster[data-poster] .play-wrapper[data-poster] {
939
- width: 100%;
940
- height: 25%;
941
- margin: 0 auto;
942
- opacity: 0.75;
943
- transition: opacity 0.1s ease;
988
+ .gear-wrapper ul.gear-sub-menu li a:hover {
989
+ color: white;
990
+ background-color: rgba(0, 0, 0, 0.4);
944
991
  }
945
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
946
- height: 100%;
947
- display: inline;
992
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
993
+ color: white;
994
+ text-decoration: none;
948
995
  }
949
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
950
- fill: #fff;
951
- }.share_plugin[data-share] {
952
- pointer-events: auto;
953
- z-index: 5;
954
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
996
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
997
+ width: 30px;
998
+ height: 20px;
999
+ float: left;
1000
+ display: block;
955
1001
  }
956
- .share_plugin[data-share].share-hide .share-button-container {
957
- right: -50px;
1002
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1003
+ display: none;
958
1004
  }
959
- .share_plugin[data-share] .share-button-container {
960
- cursor: pointer;
961
- width: 36px;
962
- height: 36px;
963
- background-color: rgba(74, 74, 74, 0.6);
964
- border-radius: 4px;
1005
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1006
+ display: inline;
1007
+ }.big-mute-icon-wrapper[data-big-mute] {
965
1008
  position: absolute;
966
- right: 10px;
967
- top: 10px;
968
- padding-top: 6px;
969
- transition: all 0.3s ease-out;
970
- }
971
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1009
+ z-index: 9998;
972
1010
  background-color: transparent;
973
- border: 0;
974
- margin: 0 6px;
975
- padding: 0;
976
- cursor: pointer;
977
- display: inline-block;
978
- width: 19px;
979
- height: 20px;
980
- }
981
- .share_plugin[data-share] .share-container {
1011
+ display: flex;
1012
+ justify-content: center;
1013
+ width: 100%;
1014
+ height: calc(100% - 50px);
1015
+ margin: 0 auto;
1016
+ opacity: 0.75;
1017
+ transition: opacity 0.1s ease;
982
1018
  pointer-events: auto;
983
- position: absolute;
984
- width: 280px;
985
- background-color: white;
986
- transform: translate(0, 50%);
987
- transform: translate(-50%, -50%);
988
- left: 50%;
989
- /* margin-left: -140px; */
990
- top: calc(50% - 20px);
991
- /* margin-top: -170px; */
992
- }
993
- .share_plugin[data-share] .share-container .share-container-header {
994
- text-align: left;
995
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
996
1019
  }
997
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
998
- display: inline-block;
999
- font-size: 16px;
1000
- margin: 5px;
1020
+ .big-mute-icon-wrapper[data-big-mute].hide {
1021
+ display: none;
1001
1022
  }
1002
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1003
- display: inline-block;
1004
- width: 24px;
1005
- float: right;
1006
- margin: 5px;
1023
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1007
1024
  cursor: pointer;
1008
1025
  }
1009
- .share_plugin[data-share] .share-container .share-container-main {
1010
- margin-bottom: 8px;
1026
+
1027
+ .big-mute-icon[data-big-mute-icon] {
1028
+ display: flex;
1029
+ align-items: center;
1030
+ justify-content: center;
1031
+ align-self: center;
1032
+ width: 120px;
1033
+ height: 120px;
1034
+ border: 2px solid white;
1035
+ border-radius: 50%;
1036
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1037
+ filter: alpha(opacity=60);
1038
+ opacity: 1;
1039
+ box-shadow: 0 0 1px 0 white;
1040
+ background: rgba(240, 243, 247, 0.9411764706);
1041
+ z-index: 10000;
1011
1042
  }
1012
- .share_plugin[data-share] .share-container .share-container-main > div {
1013
- text-align: left;
1014
- font-size: 14px;
1015
- padding: 5px;
1043
+ .big-mute-icon[data-big-mute-icon] svg {
1044
+ margin-left: 5px;
1045
+ width: 80px;
1046
+ height: 80px;
1016
1047
  }
1017
- .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 {
1018
- overflow: hidden;
1019
- text-overflow: ellipsis;
1020
- color: #818181;
1021
- border: solid 1px #d3d3d3;
1022
- width: calc(100% - 10px);
1023
- padding: 5px;
1048
+ .big-mute-icon[data-big-mute-icon] svg path {
1049
+ fill: #1f1e1e !important;
1024
1050
  }
1025
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1026
- max-height: 90px;
1027
- resize: none;
1051
+ .big-mute-icon[data-big-mute-icon]:hover {
1052
+ background: rgba(240, 243, 247, 0.8784313725);
1028
1053
  }
1029
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1030
- width: 32px;
1031
- display: inline-block;
1032
- margin-right: 5px;
1033
- cursor: pointer;
1054
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1055
+ fill: #151515 !important;
1034
1056
  }[data-player] {
1035
1057
  --bottom-panel: 40px;
1036
1058
  }
@@ -1668,16 +1690,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1668
1690
  }
1669
1691
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1670
1692
  display: none !important;
1671
- }.gear-option_hd-icon.hidden {
1672
- display: none;
1673
- }
1674
-
1675
- .quality-levels li.disabled {
1676
- opacity: 0.5;
1677
- pointer-events: none;
1678
- }
1679
- .quality-levels li.current {
1680
- background-color: #000;
1681
1693
  }.spinner-three-bounce[data-spinner] {
1682
1694
  position: absolute;
1683
1695
  width: 70px;
@@ -1692,178 +1704,73 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1692
1704
  top: 50%;
1693
1705
  transform: translateY(-50%);
1694
1706
  }
1695
- .spinner-three-bounce[data-spinner] > div {
1696
- width: 18px;
1697
- height: 18px;
1698
- background-color: #FFF;
1699
- border-radius: 100%;
1700
- display: inline-block;
1701
- animation: bouncedelay 1.4s infinite ease-in-out;
1702
- /* Prevent first frame from flickering when animation starts */
1703
- animation-fill-mode: both;
1704
- }
1705
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1706
- animation-delay: -0.32s;
1707
- }
1708
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1709
- animation-delay: -0.16s;
1710
- }
1711
-
1712
- @keyframes bouncedelay {
1713
- 0%, 80%, 100% {
1714
- transform: scale(0);
1715
- }
1716
- 40% {
1717
- transform: scale(1);
1718
- }
1719
- }*, :focus, :visited {
1720
- outline: none !important;
1721
- }
1722
-
1723
- .multicamera[data-multicamera] {
1724
- float: right;
1725
- margin-top: 4px;
1726
- position: relative;
1727
- margin-right: 20px;
1728
- width: 20px;
1729
- }
1730
- .multicamera[data-multicamera] button {
1731
- background-color: transparent;
1732
- color: #fff;
1733
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1734
- -webkit-font-smoothing: antialiased;
1735
- border: none;
1736
- font-size: 14px;
1737
- padding: 0;
1738
- }
1739
- .multicamera[data-multicamera] button svg {
1740
- height: 20px;
1741
- position: relative;
1742
- margin-top: 6px;
1743
- }
1744
- .multicamera[data-multicamera] button:hover {
1745
- color: #c9c9c9;
1746
- }
1747
- .multicamera[data-multicamera] button.changing {
1748
- animation: pulse 0.5s infinite alternate;
1749
- }
1750
- .multicamera[data-multicamera] button span.quality-arrow {
1751
- width: 9px;
1752
- height: 6px;
1753
- margin-top: 11px;
1754
- margin-left: 5px;
1755
- }
1756
- .multicamera[data-multicamera] > ul {
1757
- padding: 6px 0;
1758
- right: -24px;
1759
- width: 245px;
1760
- list-style-type: none;
1761
- position: absolute;
1762
- bottom: 48px;
1763
- border-radius: 4px;
1764
- display: none;
1765
- background-color: rgba(74, 74, 74, 0.9);
1766
- }
1767
- .multicamera[data-multicamera] > ul::after {
1768
- content: "";
1769
- position: absolute;
1770
- top: 100%;
1771
- left: 85%;
1772
- margin-left: -10px;
1773
- width: 0;
1774
- height: 0;
1775
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1776
- border-right: 10px solid transparent;
1777
- border-left: 10px solid transparent;
1778
- }
1779
- .multicamera[data-multicamera] li {
1780
- font-size: 10px;
1781
- cursor: pointer;
1782
- }
1783
- .multicamera[data-multicamera] li .multicamera-item {
1784
- display: flex;
1785
- padding: 10px 0;
1786
- justify-content: center;
1787
- position: relative;
1788
- }
1789
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1790
- pointer-events: none;
1791
- }
1792
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1793
- opacity: 0.5;
1794
- }
1795
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1796
- opacity: 0.5;
1797
- }
1798
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1799
- background-color: rgba(0, 0, 0, 0);
1800
- }
1801
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1802
- background-color: rgba(0, 0, 0, 0.3);
1707
+ .spinner-three-bounce[data-spinner] > div {
1708
+ width: 18px;
1709
+ height: 18px;
1710
+ background-color: #FFF;
1711
+ border-radius: 100%;
1712
+ display: inline-block;
1713
+ animation: bouncedelay 1.4s infinite ease-in-out;
1714
+ /* Prevent first frame from flickering when animation starts */
1715
+ animation-fill-mode: both;
1803
1716
  }
1804
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1805
- width: 80px;
1806
- height: 60px;
1717
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1718
+ animation-delay: -0.32s;
1807
1719
  }
1808
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1809
- width: 80px;
1810
- height: 60px;
1720
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1721
+ animation-delay: -0.16s;
1811
1722
  }
1812
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1813
- width: 120px;
1814
- text-align: left;
1815
- margin-left: 15px;
1723
+
1724
+ @keyframes bouncedelay {
1725
+ 0%, 80%, 100% {
1726
+ transform: scale(0);
1727
+ }
1728
+ 40% {
1729
+ transform: scale(1);
1730
+ }
1731
+ }.media-control-pip {
1732
+ order: 95;
1733
+ display: flex;
1816
1734
  }
1817
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1818
- width: 120px;
1735
+ .media-control-pip button {
1819
1736
  height: 20px;
1820
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1821
- font-size: 14px;
1822
- font-weight: normal;
1823
- font-style: normal;
1824
- font-stretch: normal;
1825
- line-height: 1.43;
1826
- letter-spacing: normal;
1827
- text-align: left;
1828
- color: #fff;
1829
- text-overflow: ellipsis;
1830
- overflow: hidden;
1831
1737
  }
1832
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1833
- opacity: 0.6;
1834
- }
1835
- .multicamera[data-multicamera] li[data-title] {
1836
- background-color: #c3c2c2;
1837
- padding: 5px;
1738
+ .media-control-pip button svg {
1739
+ height: 20px;
1740
+ }.player-poster[data-poster] {
1741
+ display: flex;
1742
+ justify-content: center;
1743
+ align-items: center;
1744
+ position: absolute;
1745
+ height: 100%;
1746
+ width: 100%;
1747
+ z-index: 998;
1748
+ top: 0;
1749
+ left: 0;
1750
+ background-color: #000;
1751
+ background-size: cover;
1752
+ background-repeat: no-repeat;
1753
+ background-position: 50% 50%;
1838
1754
  }
1839
- .multicamera[data-multicamera] li a {
1840
- color: #444;
1841
- padding: 2px 10px;
1842
- display: block;
1843
- text-decoration: none;
1755
+ .player-poster[data-poster].clickable {
1756
+ cursor: pointer;
1844
1757
  }
1845
- .multicamera[data-multicamera] li a:hover {
1846
- background-color: #555;
1847
- color: white;
1758
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1759
+ opacity: 1;
1848
1760
  }
1849
- .multicamera[data-multicamera] li a:hover a {
1850
- color: white;
1851
- text-decoration: none;
1761
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1762
+ width: 100%;
1763
+ height: 25%;
1764
+ margin: 0 auto;
1765
+ opacity: 0.75;
1766
+ transition: opacity 0.1s ease;
1852
1767
  }
1853
- .multicamera[data-multicamera] li.current a {
1854
- color: #f00;
1768
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1769
+ height: 100%;
1770
+ display: inline;
1855
1771
  }
1856
-
1857
- @keyframes pulse {
1858
- 0% {
1859
- color: #fff;
1860
- }
1861
- 50% {
1862
- color: #ff0101;
1863
- }
1864
- 100% {
1865
- color: #B80000;
1866
- }
1772
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1773
+ fill: #fff;
1867
1774
  }.seek-time[data-seek-time] {
1868
1775
  position: absolute;
1869
1776
  white-space: nowrap;
@@ -1897,6 +1804,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1897
1804
  .seek-time[data-seek-time] [data-duration]::before {
1898
1805
  content: "|";
1899
1806
  margin-right: 7px;
1807
+ }.share_plugin[data-share] {
1808
+ pointer-events: auto;
1809
+ z-index: 5;
1810
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1811
+ }
1812
+ .share_plugin[data-share].share-hide .share-button-container {
1813
+ right: -50px;
1814
+ }
1815
+ .share_plugin[data-share] .share-button-container {
1816
+ cursor: pointer;
1817
+ width: 36px;
1818
+ height: 36px;
1819
+ background-color: rgba(74, 74, 74, 0.6);
1820
+ border-radius: 4px;
1821
+ position: absolute;
1822
+ right: 10px;
1823
+ top: 10px;
1824
+ padding-top: 6px;
1825
+ transition: all 0.3s ease-out;
1826
+ }
1827
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1828
+ background-color: transparent;
1829
+ border: 0;
1830
+ margin: 0 6px;
1831
+ padding: 0;
1832
+ cursor: pointer;
1833
+ display: inline-block;
1834
+ width: 19px;
1835
+ height: 20px;
1836
+ }
1837
+ .share_plugin[data-share] .share-container {
1838
+ pointer-events: auto;
1839
+ position: absolute;
1840
+ width: 280px;
1841
+ background-color: white;
1842
+ transform: translate(0, 50%);
1843
+ transform: translate(-50%, -50%);
1844
+ left: 50%;
1845
+ /* margin-left: -140px; */
1846
+ top: calc(50% - 20px);
1847
+ /* margin-top: -170px; */
1848
+ }
1849
+ .share_plugin[data-share] .share-container .share-container-header {
1850
+ text-align: left;
1851
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1852
+ }
1853
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1854
+ display: inline-block;
1855
+ font-size: 16px;
1856
+ margin: 5px;
1857
+ }
1858
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1859
+ display: inline-block;
1860
+ width: 24px;
1861
+ float: right;
1862
+ margin: 5px;
1863
+ cursor: pointer;
1864
+ }
1865
+ .share_plugin[data-share] .share-container .share-container-main {
1866
+ margin-bottom: 8px;
1867
+ }
1868
+ .share_plugin[data-share] .share-container .share-container-main > div {
1869
+ text-align: left;
1870
+ font-size: 14px;
1871
+ padding: 5px;
1872
+ }
1873
+ .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 {
1874
+ overflow: hidden;
1875
+ text-overflow: ellipsis;
1876
+ color: #818181;
1877
+ border: solid 1px #d3d3d3;
1878
+ width: calc(100% - 10px);
1879
+ padding: 5px;
1880
+ }
1881
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1882
+ max-height: 90px;
1883
+ resize: none;
1884
+ }
1885
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1886
+ width: 32px;
1887
+ display: inline-block;
1888
+ margin-right: 5px;
1889
+ cursor: pointer;
1900
1890
  }.scrub-thumbnails {
1901
1891
  position: absolute;
1902
1892
  bottom: 52px;
@@ -1958,6 +1948,36 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1958
1948
  }
1959
1949
  .scrub-thumbnails .backdrop .carousel img {
1960
1950
  width: auto;
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
+ }.player-logo[data-logo] {
1973
+ position: absolute;
1974
+ z-index: 2;
1975
+ width: 100%;
1976
+ height: 100%;
1977
+ }
1978
+
1979
+ .clappr-logo {
1980
+ position: absolute;
1961
1981
  }*,
1962
1982
  :focus,
1963
1983
  :visited {
@@ -2032,34 +2052,14 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2032
2052
  .ios-fullscreen::cue {
2033
2053
  visibility: visible !important;
2034
2054
  font-size: 1em !important;
2035
- }.player-logo[data-logo] {
2036
- position: absolute;
2037
- z-index: 2;
2038
- width: 100%;
2039
- height: 100%;
2040
- }
2041
-
2042
- .clappr-logo {
2043
- position: absolute;
2044
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
2045
- height: 0;
2055
+ }.gear-option_hd-icon.hidden {
2056
+ display: none;
2046
2057
  }
2047
2058
 
2048
- .skip_time_plugin[data-skip-time] {
2049
- position: absolute;
2050
- width: 100%;
2051
- height: calc(100% - 50px);
2052
- z-index: 9998;
2053
- background-color: transparent;
2054
- font-family: Roboto, "Open Sans", Arial, sans-serif;
2055
- }
2056
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2057
- width: 100%;
2058
- height: 100%;
2059
- display: flex;
2060
- justify-content: space-between;
2059
+ .quality-levels li.disabled {
2060
+ opacity: 0.5;
2061
+ pointer-events: none;
2061
2062
  }
2062
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2063
- width: 33.3%;
2064
- height: 100%;
2063
+ .quality-levels li.current {
2064
+ background-color: #000;
2065
2065
  }