@gcorevideo/player 2.22.29 → 2.22.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,191 +122,146 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.big-mute-icon-wrapper[data-big-mute] {
125
+ }div.player-error-screen, [data-player] div.player-error-screen {
126
+ color: #CCCACA;
126
127
  position: absolute;
127
- z-index: 9998;
128
- background-color: transparent;
128
+ top: 0;
129
+ height: 100%;
130
+ width: 100%;
131
+ background-color: rgba(0, 0, 0, 0.7);
132
+ z-index: 2000;
129
133
  display: flex;
134
+ flex-direction: column;
130
135
  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;
137
- }
138
- .big-mute-icon-wrapper[data-big-mute].hide {
139
- display: none;
140
136
  }
141
- .big-mute-icon-wrapper[data-big-mute]:hover {
142
- cursor: pointer;
137
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
138
+ font-size: 14px;
139
+ color: #CCCACA;
140
+ margin-top: 45px;
143
141
  }
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;
142
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
143
+ font-weight: bold;
144
+ line-height: 30px;
145
+ font-size: 18px;
160
146
  }
161
- .big-mute-icon[data-big-mute-icon] svg {
162
- margin-left: 5px;
163
- width: 80px;
164
- height: 80px;
147
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
148
+ width: 90%;
149
+ margin: 0 auto;
165
150
  }
166
- .big-mute-icon[data-big-mute-icon] svg path {
167
- fill: #1f1e1e !important;
151
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
152
+ font-size: 13px;
153
+ margin-top: 15px;
168
154
  }
169
- .big-mute-icon[data-big-mute-icon]:hover {
170
- background: rgba(240, 243, 247, 0.8784313725);
155
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
156
+ cursor: pointer;
157
+ width: 30px;
158
+ margin: 15px auto 0;
159
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
160
+ order: 99;
161
+ height: 20px;
171
162
  }
172
- .big-mute-icon[data-big-mute-icon]:hover svg path {
173
- fill: #151515 !important;
174
- }.context-menu {
175
- z-index: 999;
163
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
176
164
  position: absolute;
177
- top: 0;
178
- left: 0;
179
- text-align: center;
180
- }
181
- .context-menu .context-menu-list {
182
- font-family: "Proxima Nova", sans-serif;
183
- font-size: 12px;
184
- line-height: 12px;
185
- list-style-type: none;
186
- text-align: left;
187
- padding: 5px;
188
- margin-left: auto;
189
- margin-right: auto;
190
- background-color: rgba(0, 0, 0, 0.75);
191
- border: 1px solid #666;
165
+ right: 16px;
166
+ bottom: 52px;
167
+ width: 250px;
168
+ min-height: 48px;
169
+ z-index: 9999;
192
170
  border-radius: 4px;
193
171
  }
194
- .context-menu .context-menu-list-item button {
195
- border: none;
196
- background-color: transparent;
197
- padding: 0;
198
- color: white;
172
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
173
+ padding: 8px 0;
174
+ }
175
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
176
+ margin: 0;
177
+ text-align: left;
178
+ line-height: 22px;
179
+ padding: 5px 14px;
180
+ width: 250px;
181
+ font-size: 12px;
199
182
  display: flex;
200
- gap: 8px;
201
183
  align-items: center;
202
- justify-content: center;
203
- cursor: pointer;
204
- padding: 5px;
205
- width: 100%;
184
+ justify-content: flex-start;
185
+ gap: 8px;
206
186
  }
207
- .context-menu .context-menu-list-item_icon {
208
- width: 20px;
209
- height: 20px;
210
- }*,
211
- :focus,
212
- :visited {
213
- outline: none !important;
187
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
188
+ flex: 24px 0 0;
189
+ height: 24px;
214
190
  }
215
-
216
- .media-control-audiotracks {
217
- position: relative;
191
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
192
+ visibility: hidden;
193
+ display: inline-block;
218
194
  }
219
- .media-control-audiotracks button {
220
- background-color: transparent;
221
- color: #fff;
222
- -webkit-font-smoothing: antialiased;
223
- border: none;
224
- cursor: pointer;
225
- display: flex;
226
- align-items: center;
227
- padding: 0;
195
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
196
+ flex: 0 1 100%;
228
197
  }
229
- .media-control-audiotracks button .audio-text {
230
- text-overflow: ellipsis;
231
- overflow: hidden;
232
- white-space: nowrap;
233
- max-width: 100px;
234
- background-color: transparent;
235
- -webkit-font-smoothing: antialiased;
236
- border: none;
237
- cursor: pointer;
198
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
199
+ flex: 0 0 14px;
200
+ height: 24px;
238
201
  }
239
- .media-control-audiotracks button:hover {
240
- color: white;
202
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
203
+ flex: 1 0 auto;
204
+ }*, :focus, :visited {
205
+ outline: none !important;
241
206
  }
242
- .media-control-audiotracks button.changing {
243
- animation: pulse 0.5s infinite alternate;
207
+
208
+ .gear-wrapper .go-back {
209
+ font-weight: 600;
210
+ font-size: 14px;
211
+ line-height: 20px;
212
+ width: 100%;
213
+ text-align: left;
214
+ padding: 12px;
244
215
  }
245
- .media-control-audiotracks button span.audio-arrow {
246
- width: 9px;
247
- height: 6px;
248
- margin-left: 5px;
216
+ .gear-wrapper .go-back .arrow-left-icon {
217
+ float: left;
218
+ padding-top: 2px;
219
+ padding-right: 2px;
249
220
  }
250
- .media-control-audiotracks .menu {
251
- max-width: 114px;
221
+ .gear-wrapper .go-back .arrow-left-icon svg {
222
+ height: 16px;
223
+ }
224
+ .gear-wrapper ul.gear-sub-menu {
225
+ width: 100%;
252
226
  list-style-type: none;
253
- position: absolute;
254
- background-color: rgba(74, 74, 74, 0.6);
255
- border: none;
256
227
  min-width: 60px;
257
- border-radius: 4px;
258
- bottom: 40px;
259
- right: -2px;
260
- }
261
- .media-control-audiotracks .menu.hidden {
262
- display: none;
228
+ border-top: 2px solid rgb(36, 36, 36);
263
229
  }
264
- .media-control-audiotracks li {
265
- font-size: var(--font-size-media-controls-dropdown);
266
- text-align: right;
267
- height: 30px;
230
+ .gear-wrapper ul.gear-sub-menu li {
231
+ font-size: 12px;
232
+ text-align: left;
268
233
  }
269
- .media-control-audiotracks li[data-title] {
234
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
270
235
  background-color: #c3c2c2;
271
236
  padding: 5px;
272
237
  }
273
- .media-control-audiotracks li a {
238
+ .gear-wrapper ul.gear-sub-menu li a {
274
239
  display: block;
275
240
  text-decoration: none;
276
- text-overflow: ellipsis;
277
- overflow: hidden;
278
- white-space: nowrap;
279
- height: 30px;
241
+ height: 32px;
280
242
  padding: 5px 10px;
243
+ line-height: 22px;
281
244
  color: #fffffe;
282
245
  }
283
- .media-control-audiotracks li a:hover {
284
- text-decoration: none;
285
- background-color: rgba(0, 0, 0, 0.4);
246
+ .gear-wrapper ul.gear-sub-menu li a:hover {
286
247
  color: white;
248
+ background-color: rgba(0, 0, 0, 0.4);
287
249
  }
288
- .media-control-audiotracks li.current a {
289
- color: #f00;
250
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
251
+ color: white;
252
+ text-decoration: none;
290
253
  }
291
- .media-control-audiotracks li:first-child a {
292
- border-bottom-left-radius: 4px;
293
- border-bottom-right-radius: 4px;
254
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
255
+ width: 30px;
256
+ height: 20px;
257
+ float: left;
258
+ display: block;
294
259
  }
295
- .media-control-audiotracks li:last-child a {
296
- border-top-left-radius: 4px;
297
- border-top-right-radius: 4px;
260
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
261
+ display: none;
298
262
  }
299
-
300
- @keyframes pulse {
301
- 0% {
302
- color: #fff;
303
- }
304
- 50% {
305
- color: #ff0101;
306
- }
307
- 100% {
308
- color: #B80000;
309
- }
263
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
264
+ display: inline;
310
265
  }:root {
311
266
  --primary-background-color: #000;
312
267
  --secondary-background-color: #262626;
@@ -671,134 +626,297 @@
671
626
  .fullscreen .clappr-nerd-stats .stats-box {
672
627
  top: unset;
673
628
  }
674
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
675
- order: 99;
676
- height: 20px;
677
- }
678
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
629
+ }.player-poster[data-poster] {
630
+ display: flex;
631
+ justify-content: center;
632
+ align-items: center;
679
633
  position: absolute;
680
- right: 16px;
681
- bottom: 52px;
682
- width: 250px;
683
- min-height: 48px;
684
- z-index: 9999;
685
- border-radius: 4px;
686
- }
687
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
688
- padding: 8px 0;
689
- }
690
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
691
- margin: 0;
692
- text-align: left;
693
- line-height: 22px;
694
- padding: 5px 14px;
695
- width: 250px;
696
- font-size: 12px;
697
- display: flex;
698
- align-items: center;
699
- justify-content: flex-start;
700
- gap: 8px;
634
+ height: 100%;
635
+ width: 100%;
636
+ z-index: 998;
637
+ top: 0;
638
+ left: 0;
639
+ background-color: #000;
640
+ background-size: cover;
641
+ background-repeat: no-repeat;
642
+ background-position: 50% 50%;
701
643
  }
702
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
703
- flex: 24px 0 0;
704
- height: 24px;
644
+ .player-poster[data-poster].clickable {
645
+ cursor: pointer;
705
646
  }
706
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
707
- visibility: hidden;
708
- display: inline-block;
647
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
648
+ opacity: 1;
709
649
  }
710
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
711
- flex: 0 1 100%;
650
+ .player-poster[data-poster] .play-wrapper[data-poster] {
651
+ width: 100%;
652
+ height: 25%;
653
+ margin: 0 auto;
654
+ opacity: 0.75;
655
+ transition: opacity 0.1s ease;
712
656
  }
713
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
714
- flex: 0 0 14px;
715
- height: 24px;
657
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
658
+ height: 100%;
659
+ display: inline;
716
660
  }
717
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
718
- flex: 1 0 auto;
661
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
662
+ fill: #fff;
719
663
  }*, :focus, :visited {
720
664
  outline: none !important;
721
665
  }
722
666
 
723
- .gear-wrapper .go-back {
724
- font-weight: 600;
667
+ .multicamera[data-multicamera] {
668
+ float: right;
669
+ margin-top: 4px;
670
+ position: relative;
671
+ margin-right: 20px;
672
+ width: 20px;
673
+ }
674
+ .multicamera[data-multicamera] button {
675
+ background-color: transparent;
676
+ color: #fff;
677
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
678
+ -webkit-font-smoothing: antialiased;
679
+ border: none;
725
680
  font-size: 14px;
726
- line-height: 20px;
727
- width: 100%;
728
- text-align: left;
729
- padding: 12px;
681
+ padding: 0;
730
682
  }
731
- .gear-wrapper .go-back .arrow-left-icon {
732
- float: left;
733
- padding-top: 2px;
734
- padding-right: 2px;
683
+ .multicamera[data-multicamera] button svg {
684
+ height: 20px;
685
+ position: relative;
686
+ margin-top: 6px;
735
687
  }
736
- .gear-wrapper .go-back .arrow-left-icon svg {
737
- height: 16px;
688
+ .multicamera[data-multicamera] button:hover {
689
+ color: #c9c9c9;
738
690
  }
739
- .gear-wrapper ul.gear-sub-menu {
740
- width: 100%;
691
+ .multicamera[data-multicamera] button.changing {
692
+ animation: pulse 0.5s infinite alternate;
693
+ }
694
+ .multicamera[data-multicamera] button span.quality-arrow {
695
+ width: 9px;
696
+ height: 6px;
697
+ margin-top: 11px;
698
+ margin-left: 5px;
699
+ }
700
+ .multicamera[data-multicamera] > ul {
701
+ padding: 6px 0;
702
+ right: -24px;
703
+ width: 245px;
741
704
  list-style-type: none;
742
- min-width: 60px;
743
- border-top: 2px solid rgb(36, 36, 36);
705
+ position: absolute;
706
+ bottom: 48px;
707
+ border-radius: 4px;
708
+ display: none;
709
+ background-color: rgba(74, 74, 74, 0.9);
744
710
  }
745
- .gear-wrapper ul.gear-sub-menu li {
746
- font-size: 12px;
711
+ .multicamera[data-multicamera] > ul::after {
712
+ content: "";
713
+ position: absolute;
714
+ top: 100%;
715
+ left: 85%;
716
+ margin-left: -10px;
717
+ width: 0;
718
+ height: 0;
719
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
720
+ border-right: 10px solid transparent;
721
+ border-left: 10px solid transparent;
722
+ }
723
+ .multicamera[data-multicamera] li {
724
+ font-size: 10px;
725
+ cursor: pointer;
726
+ }
727
+ .multicamera[data-multicamera] li .multicamera-item {
728
+ display: flex;
729
+ padding: 10px 0;
730
+ justify-content: center;
731
+ position: relative;
732
+ }
733
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
734
+ pointer-events: none;
735
+ }
736
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
737
+ opacity: 0.5;
738
+ }
739
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
740
+ opacity: 0.5;
741
+ }
742
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
743
+ background-color: rgba(0, 0, 0, 0);
744
+ }
745
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
746
+ background-color: rgba(0, 0, 0, 0.3);
747
+ }
748
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
749
+ width: 80px;
750
+ height: 60px;
751
+ }
752
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
753
+ width: 80px;
754
+ height: 60px;
755
+ }
756
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
757
+ width: 120px;
747
758
  text-align: left;
759
+ margin-left: 15px;
748
760
  }
749
- .gear-wrapper ul.gear-sub-menu li[data-title] {
761
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
762
+ width: 120px;
763
+ height: 20px;
764
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
765
+ font-size: 14px;
766
+ font-weight: normal;
767
+ font-style: normal;
768
+ font-stretch: normal;
769
+ line-height: 1.43;
770
+ letter-spacing: normal;
771
+ text-align: left;
772
+ color: #fff;
773
+ text-overflow: ellipsis;
774
+ overflow: hidden;
775
+ }
776
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
777
+ opacity: 0.6;
778
+ }
779
+ .multicamera[data-multicamera] li[data-title] {
750
780
  background-color: #c3c2c2;
751
781
  padding: 5px;
752
782
  }
753
- .gear-wrapper ul.gear-sub-menu li a {
783
+ .multicamera[data-multicamera] li a {
784
+ color: #444;
785
+ padding: 2px 10px;
754
786
  display: block;
755
787
  text-decoration: none;
756
- height: 32px;
757
- padding: 5px 10px;
758
- line-height: 22px;
759
- color: #fffffe;
760
788
  }
761
- .gear-wrapper ul.gear-sub-menu li a:hover {
789
+ .multicamera[data-multicamera] li a:hover {
790
+ background-color: #555;
762
791
  color: white;
763
- background-color: rgba(0, 0, 0, 0.4);
764
792
  }
765
- .gear-wrapper ul.gear-sub-menu li a:hover a {
793
+ .multicamera[data-multicamera] li a:hover a {
766
794
  color: white;
767
795
  text-decoration: none;
768
796
  }
769
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
770
- width: 30px;
797
+ .multicamera[data-multicamera] li.current a {
798
+ color: #f00;
799
+ }
800
+
801
+ @keyframes pulse {
802
+ 0% {
803
+ color: #fff;
804
+ }
805
+ 50% {
806
+ color: #ff0101;
807
+ }
808
+ 100% {
809
+ color: #B80000;
810
+ }
811
+ }.media-control-pip {
812
+ order: 95;
813
+ display: flex;
814
+ }
815
+ .media-control-pip button {
771
816
  height: 20px;
772
- float: left;
773
- display: block;
774
817
  }
775
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
776
- display: none;
818
+ .media-control-pip button svg {
819
+ height: 20px;
820
+ }*,
821
+ :focus,
822
+ :visited {
823
+ outline: none !important;
777
824
  }
778
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
779
- display: inline;
780
- }@charset "UTF-8";
781
- .media-control-clips {
825
+
826
+ .media-control-audiotracks {
827
+ position: relative;
828
+ }
829
+ .media-control-audiotracks button {
830
+ background-color: transparent;
831
+ color: #fff;
832
+ -webkit-font-smoothing: antialiased;
833
+ border: none;
834
+ cursor: pointer;
782
835
  display: flex;
783
- gap: 6px;
836
+ align-items: center;
837
+ padding: 0;
784
838
  }
785
- .media-control-clips .media-clip-text {
839
+ .media-control-audiotracks button .audio-text {
786
840
  text-overflow: ellipsis;
787
- white-space: nowrap;
788
841
  overflow: hidden;
789
- display: inline-block;
842
+ white-space: nowrap;
843
+ max-width: 100px;
844
+ background-color: transparent;
845
+ -webkit-font-smoothing: antialiased;
846
+ border: none;
847
+ cursor: pointer;
848
+ }
849
+ .media-control-audiotracks button:hover {
850
+ color: white;
851
+ }
852
+ .media-control-audiotracks button.changing {
853
+ animation: pulse 0.5s infinite alternate;
854
+ }
855
+ .media-control-audiotracks button span.audio-arrow {
856
+ width: 9px;
857
+ height: 6px;
858
+ margin-left: 5px;
859
+ }
860
+ .media-control-audiotracks .menu {
861
+ max-width: 114px;
862
+ list-style-type: none;
863
+ position: absolute;
864
+ background-color: rgba(74, 74, 74, 0.6);
865
+ border: none;
866
+ min-width: 60px;
867
+ border-radius: 4px;
868
+ bottom: 40px;
869
+ right: -2px;
870
+ }
871
+ .media-control-audiotracks .menu.hidden {
872
+ display: none;
873
+ }
874
+ .media-control-audiotracks li {
875
+ font-size: var(--font-size-media-controls-dropdown);
876
+ text-align: right;
877
+ height: 30px;
878
+ }
879
+ .media-control-audiotracks li[data-title] {
880
+ background-color: #c3c2c2;
881
+ padding: 5px;
882
+ }
883
+ .media-control-audiotracks li a {
884
+ display: block;
885
+ text-decoration: none;
790
886
  text-overflow: ellipsis;
887
+ overflow: hidden;
888
+ white-space: nowrap;
889
+ height: 30px;
890
+ padding: 5px 10px;
891
+ color: #fffffe;
892
+ }
893
+ .media-control-audiotracks li a:hover {
894
+ text-decoration: none;
895
+ background-color: rgba(0, 0, 0, 0.4);
791
896
  color: white;
792
- cursor: default;
793
- line-height: var(--bottom-panel);
794
- position: relative;
795
897
  }
796
- .media-control-clips .media-clip-text::before {
797
- content: "•";
798
- padding-right: 6px;
898
+ .media-control-audiotracks li.current a {
899
+ color: #f00;
799
900
  }
800
- .media-control-clips .media-clip-text {
801
- max-width: 100px;
901
+ .media-control-audiotracks li:first-child a {
902
+ border-bottom-left-radius: 4px;
903
+ border-bottom-right-radius: 4px;
904
+ }
905
+ .media-control-audiotracks li:last-child a {
906
+ border-top-left-radius: 4px;
907
+ border-top-right-radius: 4px;
908
+ }
909
+
910
+ @keyframes pulse {
911
+ 0% {
912
+ color: #fff;
913
+ }
914
+ 50% {
915
+ color: #ff0101;
916
+ }
917
+ 100% {
918
+ color: #B80000;
919
+ }
802
920
  }[data-player] {
803
921
  --bottom-panel: 40px;
804
922
  }
@@ -1413,61 +1531,114 @@
1413
1531
  .media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
1414
1532
  padding-left: 8px;
1415
1533
  padding-right: 8px;
1416
- }div.player-error-screen, [data-player] div.player-error-screen {
1417
- color: #CCCACA;
1534
+ }.container-with-poster-clickable .mc-skip-time {
1535
+ height: 0;
1536
+ }
1537
+
1538
+ .mc-skip-time {
1418
1539
  position: absolute;
1419
- top: 0;
1420
- height: 100%;
1421
1540
  width: 100%;
1422
- background-color: rgba(0, 0, 0, 0.7);
1423
- z-index: 2000;
1541
+ height: calc(100% - 50px);
1542
+ z-index: 9998;
1543
+ background-color: transparent;
1544
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1545
+ }
1546
+ .mc-skip-time .skip-container {
1547
+ width: 100%;
1548
+ height: 100%;
1424
1549
  display: flex;
1425
- flex-direction: column;
1426
- justify-content: center;
1550
+ justify-content: space-between;
1427
1551
  }
1428
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1429
- font-size: 14px;
1430
- color: #CCCACA;
1431
- margin-top: 45px;
1552
+ .mc-skip-time .skip-container .skip-item {
1553
+ flex: 1 0 0px;
1554
+ height: 100%;
1555
+ }.spinner-three-bounce[data-spinner] {
1556
+ position: absolute;
1557
+ width: 70px;
1558
+ text-align: center;
1559
+ z-index: 999;
1560
+ left: 0;
1561
+ right: 0;
1562
+ margin: 0 auto;
1563
+ margin-left: auto;
1564
+ margin-right: auto;
1565
+ /* center vertically */
1566
+ top: 50%;
1567
+ transform: translateY(-50%);
1432
1568
  }
1433
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1434
- font-weight: bold;
1435
- line-height: 30px;
1436
- font-size: 18px;
1569
+ .spinner-three-bounce[data-spinner] > div {
1570
+ width: 18px;
1571
+ height: 18px;
1572
+ background-color: #FFF;
1573
+ border-radius: 100%;
1574
+ display: inline-block;
1575
+ animation: bouncedelay 1.4s infinite ease-in-out;
1576
+ /* Prevent first frame from flickering when animation starts */
1577
+ animation-fill-mode: both;
1437
1578
  }
1438
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1439
- width: 90%;
1579
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1580
+ animation-delay: -0.32s;
1581
+ }
1582
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1583
+ animation-delay: -0.16s;
1584
+ }
1585
+
1586
+ @keyframes bouncedelay {
1587
+ 0%, 80%, 100% {
1588
+ transform: scale(0);
1589
+ }
1590
+ 40% {
1591
+ transform: scale(1);
1592
+ }
1593
+ }.big-mute-icon-wrapper[data-big-mute] {
1594
+ position: absolute;
1595
+ z-index: 9998;
1596
+ background-color: transparent;
1597
+ display: flex;
1598
+ justify-content: center;
1599
+ width: 100%;
1600
+ height: calc(100% - 50px);
1440
1601
  margin: 0 auto;
1602
+ opacity: 0.75;
1603
+ transition: opacity 0.1s ease;
1604
+ pointer-events: auto;
1441
1605
  }
1442
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1443
- font-size: 13px;
1444
- margin-top: 15px;
1606
+ .big-mute-icon-wrapper[data-big-mute].hide {
1607
+ display: none;
1445
1608
  }
1446
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1609
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1447
1610
  cursor: pointer;
1448
- width: 30px;
1449
- margin: 15px auto 0;
1450
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1451
- height: 0;
1452
1611
  }
1453
-
1454
- .skip_time_plugin[data-skip-time] {
1455
- position: absolute;
1456
- width: 100%;
1457
- height: calc(100% - 50px);
1458
- z-index: 9998;
1459
- background-color: transparent;
1460
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1612
+
1613
+ .big-mute-icon[data-big-mute-icon] {
1614
+ display: flex;
1615
+ align-items: center;
1616
+ justify-content: center;
1617
+ align-self: center;
1618
+ width: 120px;
1619
+ height: 120px;
1620
+ border: 2px solid white;
1621
+ border-radius: 50%;
1622
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1623
+ filter: alpha(opacity=60);
1624
+ opacity: 1;
1625
+ box-shadow: 0 0 1px 0 white;
1626
+ background: rgba(240, 243, 247, 0.9411764706);
1627
+ z-index: 10000;
1628
+ }
1629
+ .big-mute-icon[data-big-mute-icon] svg {
1630
+ margin-left: 5px;
1631
+ width: 80px;
1632
+ height: 80px;
1461
1633
  }
1462
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1463
- width: 100%;
1464
- height: 100%;
1465
- display: flex;
1466
- justify-content: space-between;
1634
+ .big-mute-icon[data-big-mute-icon] svg path {
1635
+ fill: #1f1e1e !important;
1467
1636
  }
1468
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1469
- width: 33.3%;
1470
- height: 100%;
1637
+ .big-mute-icon[data-big-mute-icon]:hover {
1638
+ background: rgba(240, 243, 247, 0.8784313725);
1639
+ }
1640
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1641
+ fill: #151515 !important;
1471
1642
  }.seek-time {
1472
1643
  position: absolute;
1473
1644
  white-space: nowrap;
@@ -1501,440 +1672,183 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1501
1672
  .seek-time .seek-time__duration::before {
1502
1673
  content: "|";
1503
1674
  margin-right: 7px;
1504
- }*,
1505
- :focus,
1506
- :visited {
1507
- outline: none !important;
1508
- }
1509
-
1510
- .media-control-cc[data-cc] {
1511
- position: relative;
1512
- order: 85;
1513
- }
1514
- .media-control-cc[data-cc] button {
1515
- background-color: transparent;
1516
- color: #fff;
1517
- -webkit-font-smoothing: antialiased;
1518
- border: none;
1519
- cursor: pointer;
1520
- }
1521
- .media-control-cc[data-cc] button .cc-text svg {
1522
- fill: white;
1523
- }
1524
- .media-control-cc[data-cc] button:hover {
1525
- color: #c9c9c9;
1526
- }
1527
- .media-control-cc[data-cc] button.changing {
1528
- animation: pulse 0.5s infinite alternate;
1529
- }
1530
- .media-control-cc[data-cc] ul {
1531
- width: 80px;
1532
- list-style-type: none;
1675
+ }.context-menu {
1676
+ z-index: 999;
1533
1677
  position: absolute;
1534
- bottom: 25px;
1535
- border: 1px solid black;
1536
- background-color: #e6e6e6;
1537
- padding: 8px 0;
1538
- }
1539
- .media-control-cc[data-cc] li a {
1540
- color: #444;
1541
- padding: 2px 10px;
1542
- display: block;
1543
- text-decoration: none;
1544
- }
1545
- .media-control-cc[data-cc] li a:hover {
1546
- background-color: #555;
1547
- color: white;
1548
- }
1549
- .media-control-cc[data-cc] li a:hover a {
1550
- color: white;
1551
- text-decoration: none;
1552
- }
1553
- .media-control-cc[data-cc] li.current a {
1554
- color: #f00;
1555
- background-color: #555;
1556
- }
1557
-
1558
- @keyframes pulse {
1559
- 0% {
1560
- color: #fff;
1561
- }
1562
- 50% {
1563
- color: #ff0101;
1564
- }
1565
- 100% {
1566
- color: #B80000;
1567
- }
1568
- }
1569
- ::cue {
1570
- visibility: hidden !important;
1571
- font-size: 0 !important;
1572
- }
1573
-
1574
- .ios-fullscreen::cue {
1575
- visibility: visible !important;
1576
- font-size: 1em !important;
1577
- }.dvr-controls[data-dvr] {
1578
- display: inline-block;
1579
- color: var(--player-dvr-color);
1580
- line-height: 32px;
1581
- font-size: 10px;
1582
- font-weight: bold;
1583
- margin-left: 6px;
1584
- height: 40px;
1585
- line-height: 40px;
1586
- margin-left: 0;
1587
- }
1588
- .dvr-controls[data-dvr] .live-info {
1589
- cursor: default;
1590
- text-transform: uppercase;
1591
- }
1592
- .dvr-controls[data-dvr] .live-info:before {
1593
- content: "";
1594
- display: inline-block;
1595
- position: relative;
1596
- width: 7px;
1597
- height: 7px;
1598
- border-radius: 3.5px;
1599
- margin-right: 3.5px;
1600
- background-color: var(--player-live-color);
1601
- }
1602
- .dvr-controls[data-dvr] .live-info.disabled {
1603
- opacity: 0.3;
1604
- }
1605
- .dvr-controls[data-dvr] .live-info.disabled:before {
1606
- background-color: var(--player-dvr-color);
1607
- }
1608
- .dvr-controls[data-dvr] .live-button {
1609
- cursor: pointer;
1610
- outline: none;
1611
- display: none;
1612
- border: 0;
1613
- color: var(--player-dvr-color);
1614
- background-color: transparent;
1615
- height: 32px;
1616
- padding: 0;
1617
- opacity: 0.7;
1618
- text-transform: uppercase;
1619
- transition: all 0.1s ease;
1620
- }
1621
- .dvr-controls[data-dvr] .live-button:before {
1622
- content: "";
1623
- display: inline-block;
1624
- position: relative;
1625
- width: 7px;
1626
- height: 7px;
1627
- border-radius: 3.5px;
1628
- margin-right: 3.5px;
1629
- background-color: var(--player-dvr-color);
1630
- }
1631
- .dvr-controls[data-dvr] .live-button:hover {
1632
- opacity: 1;
1633
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1634
- }
1635
- .dvr-controls[data-dvr] .live-info {
1636
- font-size: 14px;
1637
- letter-spacing: 0.8px;
1638
- font-weight: 500;
1639
- color: #fffffe;
1640
- margin-left: 21px;
1641
- }
1642
- .dvr-controls[data-dvr] .live-info::before {
1643
- width: 10px;
1644
- height: 10px;
1645
- border-radius: 50%;
1646
- margin-right: 8px;
1647
- background-color: #ed4f4a;
1648
- }
1649
- .dvr-controls[data-dvr] .live-button {
1650
- height: 40px;
1651
- opacity: 1;
1652
- font-size: 14px;
1653
- letter-spacing: 0.8px;
1654
- font-weight: 500;
1655
- margin-left: 20px;
1656
- }
1657
- .dvr-controls[data-dvr] .live-button::before {
1658
- width: 10px;
1659
- height: 10px;
1660
- border-radius: 50%;
1661
- margin-right: 8px;
1662
- background-color: #cacaca;
1663
- }.share_plugin[data-share] {
1664
- pointer-events: auto;
1665
- z-index: 5;
1666
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1667
- }
1668
- .share_plugin[data-share].share-hide .share-button-container {
1669
- right: -50px;
1678
+ top: 0;
1679
+ left: 0;
1680
+ text-align: center;
1670
1681
  }
1671
- .share_plugin[data-share] .share-button-container {
1672
- cursor: pointer;
1673
- width: 36px;
1674
- height: 36px;
1675
- background-color: rgba(74, 74, 74, 0.6);
1682
+ .context-menu .context-menu-list {
1683
+ font-family: "Proxima Nova", sans-serif;
1684
+ font-size: 12px;
1685
+ line-height: 12px;
1686
+ list-style-type: none;
1687
+ text-align: left;
1688
+ padding: 5px;
1689
+ margin-left: auto;
1690
+ margin-right: auto;
1691
+ background-color: rgba(0, 0, 0, 0.75);
1692
+ border: 1px solid #666;
1676
1693
  border-radius: 4px;
1677
- position: absolute;
1678
- right: 10px;
1679
- top: 10px;
1680
- padding-top: 6px;
1681
- transition: all 0.3s ease-out;
1682
1694
  }
1683
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1695
+ .context-menu .context-menu-list-item button {
1696
+ border: none;
1684
1697
  background-color: transparent;
1685
- border: 0;
1686
- margin: 0 6px;
1687
1698
  padding: 0;
1699
+ color: white;
1700
+ display: flex;
1701
+ gap: 8px;
1702
+ align-items: center;
1703
+ justify-content: center;
1688
1704
  cursor: pointer;
1689
- display: inline-block;
1690
- width: 19px;
1691
- height: 20px;
1692
- }
1693
- .share_plugin[data-share] .share-container {
1694
- pointer-events: auto;
1695
- position: absolute;
1696
- width: 280px;
1697
- background-color: white;
1698
- transform: translate(0, 50%);
1699
- transform: translate(-50%, -50%);
1700
- left: 50%;
1701
- /* margin-left: -140px; */
1702
- top: calc(50% - 20px);
1703
- /* margin-top: -170px; */
1704
- }
1705
- .share_plugin[data-share] .share-container .share-container-header {
1706
- text-align: left;
1707
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1705
+ padding: 5px;
1706
+ width: 100%;
1708
1707
  }
1709
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1710
- display: inline-block;
1711
- font-size: 16px;
1712
- margin: 5px;
1708
+ .context-menu .context-menu-list-item_icon {
1709
+ width: 20px;
1710
+ height: 20px;
1711
+ }@charset "UTF-8";
1712
+ .media-control-clips {
1713
+ display: flex;
1714
+ gap: 6px;
1713
1715
  }
1714
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1716
+ .media-control-clips .media-clip-text {
1717
+ text-overflow: ellipsis;
1718
+ white-space: nowrap;
1719
+ overflow: hidden;
1715
1720
  display: inline-block;
1716
- width: 24px;
1717
- float: right;
1718
- margin: 5px;
1719
- cursor: pointer;
1721
+ text-overflow: ellipsis;
1722
+ color: white;
1723
+ cursor: default;
1724
+ line-height: var(--bottom-panel);
1725
+ position: relative;
1720
1726
  }
1721
- .share_plugin[data-share] .share-container .share-container-main {
1722
- margin-bottom: 8px;
1727
+ .media-control-clips .media-clip-text::before {
1728
+ content: "•";
1729
+ padding-right: 6px;
1723
1730
  }
1724
- .share_plugin[data-share] .share-container .share-container-main > div {
1725
- text-align: left;
1726
- font-size: 14px;
1727
- padding: 5px;
1731
+ .media-control-clips .media-clip-text {
1732
+ max-width: 100px;
1733
+ }.quality-levels li.disabled {
1734
+ opacity: 0.5;
1735
+ pointer-events: none;
1728
1736
  }
1729
- .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 {
1730
- overflow: hidden;
1731
- text-overflow: ellipsis;
1732
- color: #818181;
1733
- border: solid 1px #d3d3d3;
1734
- width: calc(100% - 10px);
1735
- padding: 5px;
1737
+ .quality-levels li.current {
1738
+ background-color: #000;
1739
+ }.scrub-thumbnails {
1740
+ position: absolute;
1741
+ bottom: 52px;
1742
+ width: 100%;
1743
+ transition: opacity 0.3s ease;
1736
1744
  }
1737
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1738
- max-height: 90px;
1739
- resize: none;
1745
+ .scrub-thumbnails.hidden {
1746
+ opacity: 0;
1740
1747
  }
1741
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1742
- width: 32px;
1748
+ .scrub-thumbnails .thumbnail-container {
1743
1749
  display: inline-block;
1744
- margin-right: 5px;
1745
- cursor: pointer;
1746
- }.media-control-pip {
1747
- order: 95;
1748
- display: flex;
1749
- }
1750
- .media-control-pip button {
1751
- height: 20px;
1750
+ position: relative;
1751
+ overflow: hidden;
1752
+ background-color: #000;
1752
1753
  }
1753
- .media-control-pip button svg {
1754
- height: 20px;
1755
- }.player-logo[data-logo] {
1754
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1756
1755
  position: absolute;
1757
- z-index: 2;
1758
- width: 100%;
1759
- height: 100%;
1756
+ width: auto;
1760
1757
  }
1761
-
1762
- .clappr-logo {
1758
+ .scrub-thumbnails .thumbnails-text {
1759
+ background-color: rgba(74, 74, 74, 0.7);
1760
+ border-radius: 3px;
1761
+ white-space: nowrap;
1762
+ overflow: hidden;
1763
+ text-overflow: ellipsis;
1764
+ color: white;
1763
1765
  position: absolute;
1764
- }.spinner-three-bounce[data-spinner] {
1766
+ bottom: 23px;
1767
+ width: 100px;
1768
+ }
1769
+ .scrub-thumbnails .spotlight {
1770
+ background-color: #4a4a4a;
1771
+ overflow: hidden;
1765
1772
  position: absolute;
1766
- width: 70px;
1767
- text-align: center;
1768
- z-index: 999;
1773
+ bottom: 0;
1769
1774
  left: 0;
1770
- right: 0;
1771
- margin: 0 auto;
1772
- margin-left: auto;
1773
- margin-right: auto;
1774
- /* center vertically */
1775
- top: 50%;
1776
- transform: translateY(-50%);
1775
+ border-color: #4a4a4a;
1776
+ border-style: solid;
1777
+ border-width: 3px;
1778
+ border-radius: 3px;
1777
1779
  }
1778
- .spinner-three-bounce[data-spinner] > div {
1779
- width: 18px;
1780
- height: 18px;
1781
- background-color: #FFF;
1782
- border-radius: 100%;
1783
- display: inline-block;
1784
- animation: bouncedelay 1.4s infinite ease-in-out;
1785
- /* Prevent first frame from flickering when animation starts */
1786
- animation-fill-mode: both;
1780
+ .scrub-thumbnails .spotlight img {
1781
+ width: auto;
1787
1782
  }
1788
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1789
- animation-delay: -0.32s;
1783
+ .scrub-thumbnails .backdrop {
1784
+ position: absolute;
1785
+ left: 0;
1786
+ bottom: 0;
1787
+ right: 0;
1788
+ background-color: #000;
1789
+ overflow: hidden;
1790
1790
  }
1791
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1792
- animation-delay: -0.16s;
1791
+ .scrub-thumbnails .backdrop .carousel {
1792
+ position: absolute;
1793
+ top: 0;
1794
+ left: 0;
1795
+ height: 100%;
1796
+ white-space: nowrap;
1793
1797
  }
1794
-
1795
- @keyframes bouncedelay {
1796
- 0%, 80%, 100% {
1797
- transform: scale(0);
1798
- }
1799
- 40% {
1800
- transform: scale(1);
1801
- }
1802
- }*, :focus, :visited {
1798
+ .scrub-thumbnails .backdrop .carousel img {
1799
+ width: auto;
1800
+ }*,
1801
+ :focus,
1802
+ :visited {
1803
1803
  outline: none !important;
1804
1804
  }
1805
1805
 
1806
- .multicamera[data-multicamera] {
1807
- float: right;
1808
- margin-top: 4px;
1806
+ .media-control-cc[data-cc] {
1809
1807
  position: relative;
1810
- margin-right: 20px;
1811
- width: 20px;
1808
+ order: 85;
1812
1809
  }
1813
- .multicamera[data-multicamera] button {
1810
+ .media-control-cc[data-cc] button {
1814
1811
  background-color: transparent;
1815
1812
  color: #fff;
1816
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1817
1813
  -webkit-font-smoothing: antialiased;
1818
1814
  border: none;
1819
- font-size: 14px;
1820
- padding: 0;
1815
+ cursor: pointer;
1821
1816
  }
1822
- .multicamera[data-multicamera] button svg {
1823
- height: 20px;
1824
- position: relative;
1825
- margin-top: 6px;
1817
+ .media-control-cc[data-cc] button .cc-text svg {
1818
+ fill: white;
1826
1819
  }
1827
- .multicamera[data-multicamera] button:hover {
1820
+ .media-control-cc[data-cc] button:hover {
1828
1821
  color: #c9c9c9;
1829
1822
  }
1830
- .multicamera[data-multicamera] button.changing {
1823
+ .media-control-cc[data-cc] button.changing {
1831
1824
  animation: pulse 0.5s infinite alternate;
1832
1825
  }
1833
- .multicamera[data-multicamera] button span.quality-arrow {
1834
- width: 9px;
1835
- height: 6px;
1836
- margin-top: 11px;
1837
- margin-left: 5px;
1838
- }
1839
- .multicamera[data-multicamera] > ul {
1840
- padding: 6px 0;
1841
- right: -24px;
1842
- width: 245px;
1826
+ .media-control-cc[data-cc] ul {
1827
+ width: 80px;
1843
1828
  list-style-type: none;
1844
1829
  position: absolute;
1845
- bottom: 48px;
1846
- border-radius: 4px;
1847
- display: none;
1848
- background-color: rgba(74, 74, 74, 0.9);
1849
- }
1850
- .multicamera[data-multicamera] > ul::after {
1851
- content: "";
1852
- position: absolute;
1853
- top: 100%;
1854
- left: 85%;
1855
- margin-left: -10px;
1856
- width: 0;
1857
- height: 0;
1858
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1859
- border-right: 10px solid transparent;
1860
- border-left: 10px solid transparent;
1861
- }
1862
- .multicamera[data-multicamera] li {
1863
- font-size: 10px;
1864
- cursor: pointer;
1865
- }
1866
- .multicamera[data-multicamera] li .multicamera-item {
1867
- display: flex;
1868
- padding: 10px 0;
1869
- justify-content: center;
1870
- position: relative;
1871
- }
1872
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1873
- pointer-events: none;
1874
- }
1875
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1876
- opacity: 0.5;
1877
- }
1878
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1879
- opacity: 0.5;
1880
- }
1881
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1882
- background-color: rgba(0, 0, 0, 0);
1883
- }
1884
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1885
- background-color: rgba(0, 0, 0, 0.3);
1886
- }
1887
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1888
- width: 80px;
1889
- height: 60px;
1890
- }
1891
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1892
- width: 80px;
1893
- height: 60px;
1894
- }
1895
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1896
- width: 120px;
1897
- text-align: left;
1898
- margin-left: 15px;
1899
- }
1900
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1901
- width: 120px;
1902
- height: 20px;
1903
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1904
- font-size: 14px;
1905
- font-weight: normal;
1906
- font-style: normal;
1907
- font-stretch: normal;
1908
- line-height: 1.43;
1909
- letter-spacing: normal;
1910
- text-align: left;
1911
- color: #fff;
1912
- text-overflow: ellipsis;
1913
- overflow: hidden;
1914
- }
1915
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1916
- opacity: 0.6;
1917
- }
1918
- .multicamera[data-multicamera] li[data-title] {
1919
- background-color: #c3c2c2;
1920
- padding: 5px;
1830
+ bottom: 25px;
1831
+ border: 1px solid black;
1832
+ background-color: #e6e6e6;
1833
+ padding: 8px 0;
1921
1834
  }
1922
- .multicamera[data-multicamera] li a {
1835
+ .media-control-cc[data-cc] li a {
1923
1836
  color: #444;
1924
1837
  padding: 2px 10px;
1925
1838
  display: block;
1926
1839
  text-decoration: none;
1927
1840
  }
1928
- .multicamera[data-multicamera] li a:hover {
1841
+ .media-control-cc[data-cc] li a:hover {
1929
1842
  background-color: #555;
1930
1843
  color: white;
1931
1844
  }
1932
- .multicamera[data-multicamera] li a:hover a {
1845
+ .media-control-cc[data-cc] li a:hover a {
1933
1846
  color: white;
1934
1847
  text-decoration: none;
1935
1848
  }
1936
- .multicamera[data-multicamera] li.current a {
1849
+ .media-control-cc[data-cc] li.current a {
1937
1850
  color: #f00;
1851
+ background-color: #555;
1938
1852
  }
1939
1853
 
1940
1854
  @keyframes pulse {
@@ -1947,105 +1861,191 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1947
1861
  100% {
1948
1862
  color: #B80000;
1949
1863
  }
1950
- }.scrub-thumbnails {
1951
- position: absolute;
1952
- bottom: 52px;
1953
- width: 100%;
1954
- transition: opacity 0.3s ease;
1955
1864
  }
1956
- .scrub-thumbnails.hidden {
1957
- opacity: 0;
1865
+ ::cue {
1866
+ visibility: hidden !important;
1867
+ font-size: 0 !important;
1958
1868
  }
1959
- .scrub-thumbnails .thumbnail-container {
1869
+
1870
+ .ios-fullscreen::cue {
1871
+ visibility: visible !important;
1872
+ font-size: 1em !important;
1873
+ }.dvr-controls[data-dvr] {
1874
+ display: inline-block;
1875
+ color: var(--player-dvr-color);
1876
+ line-height: 32px;
1877
+ font-size: 10px;
1878
+ font-weight: bold;
1879
+ margin-left: 6px;
1880
+ height: 40px;
1881
+ line-height: 40px;
1882
+ margin-left: 0;
1883
+ }
1884
+ .dvr-controls[data-dvr] .live-info {
1885
+ cursor: default;
1886
+ text-transform: uppercase;
1887
+ }
1888
+ .dvr-controls[data-dvr] .live-info:before {
1889
+ content: "";
1960
1890
  display: inline-block;
1961
1891
  position: relative;
1962
- overflow: hidden;
1963
- background-color: #000;
1892
+ width: 7px;
1893
+ height: 7px;
1894
+ border-radius: 3.5px;
1895
+ margin-right: 3.5px;
1896
+ background-color: var(--player-live-color);
1964
1897
  }
1965
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1966
- position: absolute;
1967
- width: auto;
1898
+ .dvr-controls[data-dvr] .live-info.disabled {
1899
+ opacity: 0.3;
1968
1900
  }
1969
- .scrub-thumbnails .thumbnails-text {
1970
- background-color: rgba(74, 74, 74, 0.7);
1971
- border-radius: 3px;
1972
- white-space: nowrap;
1973
- overflow: hidden;
1974
- text-overflow: ellipsis;
1975
- color: white;
1976
- position: absolute;
1977
- bottom: 23px;
1978
- width: 100px;
1901
+ .dvr-controls[data-dvr] .live-info.disabled:before {
1902
+ background-color: var(--player-dvr-color);
1979
1903
  }
1980
- .scrub-thumbnails .spotlight {
1981
- background-color: #4a4a4a;
1982
- overflow: hidden;
1983
- position: absolute;
1984
- bottom: 0;
1985
- left: 0;
1986
- border-color: #4a4a4a;
1987
- border-style: solid;
1988
- border-width: 3px;
1989
- border-radius: 3px;
1904
+ .dvr-controls[data-dvr] .live-button {
1905
+ cursor: pointer;
1906
+ outline: none;
1907
+ display: none;
1908
+ border: 0;
1909
+ color: var(--player-dvr-color);
1910
+ background-color: transparent;
1911
+ height: 32px;
1912
+ padding: 0;
1913
+ opacity: 0.7;
1914
+ text-transform: uppercase;
1915
+ transition: all 0.1s ease;
1990
1916
  }
1991
- .scrub-thumbnails .spotlight img {
1992
- width: auto;
1917
+ .dvr-controls[data-dvr] .live-button:before {
1918
+ content: "";
1919
+ display: inline-block;
1920
+ position: relative;
1921
+ width: 7px;
1922
+ height: 7px;
1923
+ border-radius: 3.5px;
1924
+ margin-right: 3.5px;
1925
+ background-color: var(--player-dvr-color);
1993
1926
  }
1994
- .scrub-thumbnails .backdrop {
1995
- position: absolute;
1996
- left: 0;
1997
- bottom: 0;
1998
- right: 0;
1999
- background-color: #000;
2000
- overflow: hidden;
1927
+ .dvr-controls[data-dvr] .live-button:hover {
1928
+ opacity: 1;
1929
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
2001
1930
  }
2002
- .scrub-thumbnails .backdrop .carousel {
1931
+ .dvr-controls[data-dvr] .live-info {
1932
+ font-size: 14px;
1933
+ letter-spacing: 0.8px;
1934
+ font-weight: 500;
1935
+ color: #fffffe;
1936
+ margin-left: 21px;
1937
+ }
1938
+ .dvr-controls[data-dvr] .live-info::before {
1939
+ width: 10px;
1940
+ height: 10px;
1941
+ border-radius: 50%;
1942
+ margin-right: 8px;
1943
+ background-color: #ed4f4a;
1944
+ }
1945
+ .dvr-controls[data-dvr] .live-button {
1946
+ height: 40px;
1947
+ opacity: 1;
1948
+ font-size: 14px;
1949
+ letter-spacing: 0.8px;
1950
+ font-weight: 500;
1951
+ margin-left: 20px;
1952
+ }
1953
+ .dvr-controls[data-dvr] .live-button::before {
1954
+ width: 10px;
1955
+ height: 10px;
1956
+ border-radius: 50%;
1957
+ margin-right: 8px;
1958
+ background-color: #cacaca;
1959
+ }.share_plugin[data-share] {
1960
+ pointer-events: auto;
1961
+ z-index: 5;
1962
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1963
+ }
1964
+ .share_plugin[data-share].share-hide .share-button-container {
1965
+ right: -50px;
1966
+ }
1967
+ .share_plugin[data-share] .share-button-container {
1968
+ cursor: pointer;
1969
+ width: 36px;
1970
+ height: 36px;
1971
+ background-color: rgba(74, 74, 74, 0.6);
1972
+ border-radius: 4px;
2003
1973
  position: absolute;
2004
- top: 0;
2005
- left: 0;
2006
- height: 100%;
2007
- white-space: nowrap;
1974
+ right: 10px;
1975
+ top: 10px;
1976
+ padding-top: 6px;
1977
+ transition: all 0.3s ease-out;
2008
1978
  }
2009
- .scrub-thumbnails .backdrop .carousel img {
2010
- width: auto;
2011
- }.quality-levels li.disabled {
2012
- opacity: 0.5;
2013
- pointer-events: none;
1979
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1980
+ background-color: transparent;
1981
+ border: 0;
1982
+ margin: 0 6px;
1983
+ padding: 0;
1984
+ cursor: pointer;
1985
+ display: inline-block;
1986
+ width: 19px;
1987
+ height: 20px;
2014
1988
  }
2015
- .quality-levels li.current {
2016
- background-color: #000;
2017
- }.player-poster[data-poster] {
2018
- display: flex;
2019
- justify-content: center;
2020
- align-items: center;
1989
+ .share_plugin[data-share] .share-container {
1990
+ pointer-events: auto;
2021
1991
  position: absolute;
2022
- height: 100%;
2023
- width: 100%;
2024
- z-index: 998;
2025
- top: 0;
2026
- left: 0;
2027
- background-color: #000;
2028
- background-size: cover;
2029
- background-repeat: no-repeat;
2030
- background-position: 50% 50%;
1992
+ width: 280px;
1993
+ background-color: white;
1994
+ transform: translate(0, 50%);
1995
+ transform: translate(-50%, -50%);
1996
+ left: 50%;
1997
+ /* margin-left: -140px; */
1998
+ top: calc(50% - 20px);
1999
+ /* margin-top: -170px; */
2031
2000
  }
2032
- .player-poster[data-poster].clickable {
2001
+ .share_plugin[data-share] .share-container .share-container-header {
2002
+ text-align: left;
2003
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
2004
+ }
2005
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
2006
+ display: inline-block;
2007
+ font-size: 16px;
2008
+ margin: 5px;
2009
+ }
2010
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
2011
+ display: inline-block;
2012
+ width: 24px;
2013
+ float: right;
2014
+ margin: 5px;
2033
2015
  cursor: pointer;
2034
2016
  }
2035
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2036
- opacity: 1;
2017
+ .share_plugin[data-share] .share-container .share-container-main {
2018
+ margin-bottom: 8px;
2037
2019
  }
2038
- .player-poster[data-poster] .play-wrapper[data-poster] {
2039
- width: 100%;
2040
- height: 25%;
2041
- margin: 0 auto;
2042
- opacity: 0.75;
2043
- transition: opacity 0.1s ease;
2020
+ .share_plugin[data-share] .share-container .share-container-main > div {
2021
+ text-align: left;
2022
+ font-size: 14px;
2023
+ padding: 5px;
2044
2024
  }
2045
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
2025
+ .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 {
2026
+ overflow: hidden;
2027
+ text-overflow: ellipsis;
2028
+ color: #818181;
2029
+ border: solid 1px #d3d3d3;
2030
+ width: calc(100% - 10px);
2031
+ padding: 5px;
2032
+ }
2033
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
2034
+ max-height: 90px;
2035
+ resize: none;
2036
+ }
2037
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
2038
+ width: 32px;
2039
+ display: inline-block;
2040
+ margin-right: 5px;
2041
+ cursor: pointer;
2042
+ }.player-logo[data-logo] {
2043
+ position: absolute;
2044
+ z-index: 2;
2045
+ width: 100%;
2046
2046
  height: 100%;
2047
- display: inline;
2048
2047
  }
2049
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2050
- fill: #fff;
2048
+
2049
+ .clappr-logo {
2050
+ position: absolute;
2051
2051
  }