@gcorevideo/player 2.22.24 → 2.22.25

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,129 +122,155 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.quality-levels li.disabled {
126
- opacity: 0.5;
127
- pointer-events: none;
128
- }
129
- .quality-levels li.current {
130
- background-color: #000;
131
- }div.player-error-screen, [data-player] div.player-error-screen {
132
- color: #CCCACA;
133
- position: absolute;
134
- top: 0;
135
- height: 100%;
136
- width: 100%;
137
- background-color: rgba(0, 0, 0, 0.7);
138
- z-index: 2000;
139
- display: flex;
140
- flex-direction: column;
141
- justify-content: center;
125
+ }*,
126
+ :focus,
127
+ :visited {
128
+ outline: none !important;
142
129
  }
143
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
144
- font-size: 14px;
145
- color: #CCCACA;
146
- margin-top: 45px;
130
+
131
+ .media-control-audiotracks {
132
+ position: relative;
147
133
  }
148
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
149
- font-weight: bold;
150
- line-height: 30px;
151
- font-size: 18px;
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;
152
143
  }
153
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
154
- width: 90%;
155
- margin: 0 auto;
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;
156
153
  }
157
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
158
- font-size: 13px;
159
- margin-top: 15px;
154
+ .media-control-audiotracks button:hover {
155
+ color: white;
160
156
  }
161
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
162
- cursor: pointer;
163
- width: 30px;
164
- margin: 15px auto 0;
165
- }.share_plugin[data-share] {
166
- pointer-events: auto;
167
- z-index: 5;
168
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
157
+ .media-control-audiotracks button.changing {
158
+ animation: pulse 0.5s infinite alternate;
169
159
  }
170
- .share_plugin[data-share].share-hide .share-button-container {
171
- right: -50px;
160
+ .media-control-audiotracks button span.audio-arrow {
161
+ width: 9px;
162
+ height: 6px;
163
+ margin-left: 5px;
172
164
  }
173
- .share_plugin[data-share] .share-button-container {
174
- cursor: pointer;
175
- width: 36px;
176
- height: 36px;
165
+ .media-control-audiotracks .menu {
166
+ max-width: 114px;
167
+ list-style-type: none;
168
+ position: absolute;
177
169
  background-color: rgba(74, 74, 74, 0.6);
170
+ border: none;
171
+ min-width: 60px;
178
172
  border-radius: 4px;
179
- position: absolute;
180
- right: 10px;
181
- top: 10px;
182
- padding-top: 6px;
183
- transition: all 0.3s ease-out;
173
+ bottom: 40px;
174
+ right: -2px;
184
175
  }
185
- .share_plugin[data-share] .share-button-container button[data-share-button] {
186
- background-color: transparent;
187
- border: 0;
188
- margin: 0 6px;
189
- padding: 0;
190
- cursor: pointer;
191
- display: inline-block;
192
- width: 19px;
193
- height: 20px;
176
+ .media-control-audiotracks .menu.hidden {
177
+ display: none;
194
178
  }
195
- .share_plugin[data-share] .share-container {
196
- pointer-events: auto;
197
- position: absolute;
198
- width: 280px;
199
- background-color: white;
200
- transform: translate(0, 50%);
201
- transform: translate(-50%, -50%);
202
- left: 50%;
203
- /* margin-left: -140px; */
204
- top: calc(50% - 20px);
205
- /* margin-top: -170px; */
179
+ .media-control-audiotracks li {
180
+ font-size: var(--font-size-media-controls-dropdown);
181
+ text-align: right;
182
+ height: 30px;
206
183
  }
207
- .share_plugin[data-share] .share-container .share-container-header {
208
- text-align: left;
209
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
184
+ .media-control-audiotracks li[data-title] {
185
+ background-color: #c3c2c2;
186
+ padding: 5px;
210
187
  }
211
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
212
- display: inline-block;
213
- font-size: 16px;
214
- margin: 5px;
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;
215
197
  }
216
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
217
- display: inline-block;
218
- width: 24px;
219
- float: right;
220
- margin: 5px;
221
- cursor: pointer;
198
+ .media-control-audiotracks li a:hover {
199
+ text-decoration: none;
200
+ background-color: rgba(0, 0, 0, 0.4);
201
+ color: white;
222
202
  }
223
- .share_plugin[data-share] .share-container .share-container-main {
224
- margin-bottom: 8px;
203
+ .media-control-audiotracks li.current a {
204
+ color: #f00;
225
205
  }
226
- .share_plugin[data-share] .share-container .share-container-main > div {
227
- text-align: left;
228
- font-size: 14px;
229
- padding: 5px;
206
+ .media-control-audiotracks li:first-child a {
207
+ border-bottom-left-radius: 4px;
208
+ border-bottom-right-radius: 4px;
230
209
  }
231
- .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 {
232
- overflow: hidden;
233
- text-overflow: ellipsis;
234
- color: #818181;
235
- border: solid 1px #d3d3d3;
236
- width: calc(100% - 10px);
237
- padding: 5px;
210
+ .media-control-audiotracks li:last-child a {
211
+ border-top-left-radius: 4px;
212
+ border-top-right-radius: 4px;
238
213
  }
239
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
240
- max-height: 90px;
241
- resize: none;
214
+
215
+ @keyframes pulse {
216
+ 0% {
217
+ color: #fff;
218
+ }
219
+ 50% {
220
+ color: #ff0101;
221
+ }
222
+ 100% {
223
+ color: #B80000;
224
+ }
225
+ }.big-mute-icon-wrapper[data-big-mute] {
226
+ position: absolute;
227
+ z-index: 9998;
228
+ background-color: transparent;
229
+ display: flex;
230
+ justify-content: center;
231
+ width: 100%;
232
+ height: calc(100% - 50px);
233
+ margin: 0 auto;
234
+ opacity: 0.75;
235
+ transition: opacity 0.1s ease;
236
+ pointer-events: auto;
242
237
  }
243
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
244
- width: 32px;
245
- display: inline-block;
246
- margin-right: 5px;
238
+ .big-mute-icon-wrapper[data-big-mute].hide {
239
+ display: none;
240
+ }
241
+ .big-mute-icon-wrapper[data-big-mute]:hover {
247
242
  cursor: pointer;
243
+ }
244
+
245
+ .big-mute-icon[data-big-mute-icon] {
246
+ display: flex;
247
+ align-items: center;
248
+ justify-content: center;
249
+ align-self: center;
250
+ width: 120px;
251
+ height: 120px;
252
+ border: 2px solid white;
253
+ border-radius: 50%;
254
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
255
+ filter: alpha(opacity=60);
256
+ opacity: 1;
257
+ box-shadow: 0 0 1px 0 white;
258
+ background: rgba(240, 243, 247, 0.9411764706);
259
+ z-index: 10000;
260
+ }
261
+ .big-mute-icon[data-big-mute-icon] svg {
262
+ margin-left: 5px;
263
+ width: 80px;
264
+ height: 80px;
265
+ }
266
+ .big-mute-icon[data-big-mute-icon] svg path {
267
+ fill: #1f1e1e !important;
268
+ }
269
+ .big-mute-icon[data-big-mute-icon]:hover {
270
+ background: rgba(240, 243, 247, 0.8784313725);
271
+ }
272
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
273
+ fill: #151515 !important;
248
274
  }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
249
275
  order: 99;
250
276
  height: 20px;
@@ -351,15 +377,184 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
351
377
  }
352
378
  .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
353
379
  display: inline;
354
- }.media-control-pip {
355
- order: 95;
356
- display: flex;
380
+ }.context-menu {
381
+ z-index: 999;
382
+ position: absolute;
383
+ top: 0;
384
+ left: 0;
385
+ text-align: center;
357
386
  }
358
- .media-control-pip button {
359
- height: 20px;
387
+ .context-menu .context-menu-list {
388
+ font-family: "Proxima Nova", sans-serif;
389
+ font-size: 12px;
390
+ line-height: 12px;
391
+ list-style-type: none;
392
+ text-align: left;
393
+ padding: 5px;
394
+ margin-left: auto;
395
+ margin-right: auto;
396
+ background-color: rgba(0, 0, 0, 0.75);
397
+ border: 1px solid #666;
398
+ border-radius: 4px;
360
399
  }
361
- .media-control-pip button svg {
400
+ .context-menu .context-menu-list-item button {
401
+ border: none;
402
+ background-color: transparent;
403
+ padding: 0;
404
+ color: white;
405
+ display: flex;
406
+ gap: 8px;
407
+ align-items: center;
408
+ justify-content: center;
409
+ cursor: pointer;
410
+ padding: 5px;
411
+ width: 100%;
412
+ }
413
+ .context-menu .context-menu-list-item_icon {
414
+ width: 20px;
362
415
  height: 20px;
416
+ }@charset "UTF-8";
417
+ .media-control-clips {
418
+ display: flex;
419
+ gap: 6px;
420
+ }
421
+ .media-control-clips .media-clip-text {
422
+ text-overflow: ellipsis;
423
+ white-space: nowrap;
424
+ overflow: hidden;
425
+ display: inline-block;
426
+ text-overflow: ellipsis;
427
+ color: white;
428
+ cursor: default;
429
+ line-height: var(--bottom-panel);
430
+ position: relative;
431
+ }
432
+ .media-control-clips .media-clip-text::before {
433
+ content: "•";
434
+ padding-right: 6px;
435
+ }
436
+ .media-control-clips .media-clip-text {
437
+ max-width: 100px;
438
+ }.player-poster[data-poster] {
439
+ display: flex;
440
+ justify-content: center;
441
+ align-items: center;
442
+ position: absolute;
443
+ height: 100%;
444
+ width: 100%;
445
+ z-index: 998;
446
+ top: 0;
447
+ left: 0;
448
+ background-color: #000;
449
+ background-size: cover;
450
+ background-repeat: no-repeat;
451
+ background-position: 50% 50%;
452
+ }
453
+ .player-poster[data-poster].clickable {
454
+ cursor: pointer;
455
+ }
456
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
457
+ opacity: 1;
458
+ }
459
+ .player-poster[data-poster] .play-wrapper[data-poster] {
460
+ width: 100%;
461
+ height: 25%;
462
+ margin: 0 auto;
463
+ opacity: 0.75;
464
+ transition: opacity 0.1s ease;
465
+ }
466
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
467
+ height: 100%;
468
+ display: inline;
469
+ }
470
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
471
+ fill: #fff;
472
+ }.dvr-controls[data-dvr] {
473
+ display: inline-block;
474
+ color: var(--player-dvr-color);
475
+ line-height: 32px;
476
+ font-size: 10px;
477
+ font-weight: bold;
478
+ margin-left: 6px;
479
+ height: 40px;
480
+ line-height: 40px;
481
+ margin-left: 0;
482
+ }
483
+ .dvr-controls[data-dvr] .live-info {
484
+ cursor: default;
485
+ text-transform: uppercase;
486
+ }
487
+ .dvr-controls[data-dvr] .live-info:before {
488
+ content: "";
489
+ display: inline-block;
490
+ position: relative;
491
+ width: 7px;
492
+ height: 7px;
493
+ border-radius: 3.5px;
494
+ margin-right: 3.5px;
495
+ background-color: var(--player-live-color);
496
+ }
497
+ .dvr-controls[data-dvr] .live-info.disabled {
498
+ opacity: 0.3;
499
+ }
500
+ .dvr-controls[data-dvr] .live-info.disabled:before {
501
+ background-color: var(--player-dvr-color);
502
+ }
503
+ .dvr-controls[data-dvr] .live-button {
504
+ cursor: pointer;
505
+ outline: none;
506
+ display: none;
507
+ border: 0;
508
+ color: var(--player-dvr-color);
509
+ background-color: transparent;
510
+ height: 32px;
511
+ padding: 0;
512
+ opacity: 0.7;
513
+ text-transform: uppercase;
514
+ transition: all 0.1s ease;
515
+ }
516
+ .dvr-controls[data-dvr] .live-button:before {
517
+ content: "";
518
+ display: inline-block;
519
+ position: relative;
520
+ width: 7px;
521
+ height: 7px;
522
+ border-radius: 3.5px;
523
+ margin-right: 3.5px;
524
+ background-color: var(--player-dvr-color);
525
+ }
526
+ .dvr-controls[data-dvr] .live-button:hover {
527
+ opacity: 1;
528
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
529
+ }
530
+ .dvr-controls[data-dvr] .live-info {
531
+ font-size: 14px;
532
+ letter-spacing: 0.8px;
533
+ font-weight: 500;
534
+ color: #fffffe;
535
+ margin-left: 21px;
536
+ }
537
+ .dvr-controls[data-dvr] .live-info::before {
538
+ width: 10px;
539
+ height: 10px;
540
+ border-radius: 50%;
541
+ margin-right: 8px;
542
+ background-color: #ed4f4a;
543
+ }
544
+ .dvr-controls[data-dvr] .live-button {
545
+ height: 40px;
546
+ opacity: 1;
547
+ font-size: 14px;
548
+ letter-spacing: 0.8px;
549
+ font-weight: 500;
550
+ margin-left: 20px;
551
+ }
552
+ .dvr-controls[data-dvr] .live-button::before {
553
+ width: 10px;
554
+ height: 10px;
555
+ border-radius: 50%;
556
+ margin-right: 8px;
557
+ background-color: #cacaca;
363
558
  }:root {
364
559
  --primary-background-color: #000;
365
560
  --secondary-background-color: #262626;
@@ -717,371 +912,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
717
912
  .mobile .clappr-nerd-stats .stats-box-main ul {
718
913
  flex-basis: 1fr;
719
914
  }
720
- }.context-menu {
721
- z-index: 999;
722
- position: absolute;
723
- top: 0;
724
- left: 0;
725
- text-align: center;
726
- }
727
- .context-menu .context-menu-list {
728
- font-family: "Proxima Nova", sans-serif;
729
- font-size: 12px;
730
- line-height: 12px;
731
- list-style-type: none;
732
- text-align: left;
733
- padding: 5px;
734
- margin-left: auto;
735
- margin-right: auto;
736
- background-color: rgba(0, 0, 0, 0.75);
737
- border: 1px solid #666;
738
- border-radius: 4px;
739
- }
740
- .context-menu .context-menu-list-item button {
741
- border: none;
742
- background-color: transparent;
743
- padding: 0;
744
- color: white;
745
- display: flex;
746
- gap: 8px;
747
- align-items: center;
748
- justify-content: center;
749
- cursor: pointer;
750
- padding: 5px;
751
- width: 100%;
915
+ }[data-player] {
916
+ --bottom-panel: 40px;
752
917
  }
753
- .context-menu .context-menu-list-item_icon {
754
- width: 20px;
755
- height: 20px;
756
- }@charset "UTF-8";
757
- .media-control-clips {
758
- display: flex;
759
- gap: 6px;
918
+
919
+ .container .media-control-notransition {
920
+ transition: none !important;
760
921
  }
761
- .media-control-clips .media-clip-text {
762
- text-overflow: ellipsis;
763
- white-space: nowrap;
764
- overflow: hidden;
765
- display: inline-block;
766
- text-overflow: ellipsis;
767
- color: white;
768
- cursor: default;
769
- line-height: var(--bottom-panel);
770
- position: relative;
922
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
923
+ opacity: 1;
771
924
  }
772
- .media-control-clips .media-clip-text::before {
773
- content: "•";
774
- padding-right: 6px;
925
+ .container.crop-video [data-html5-video] {
926
+ object-fit: cover;
775
927
  }
776
- .media-control-clips .media-clip-text {
777
- max-width: 100px;
778
- }.player-poster[data-poster] {
779
- display: flex;
780
- justify-content: center;
781
- align-items: center;
928
+ .container .cc-line {
782
929
  position: absolute;
783
- height: 100%;
930
+ bottom: calc(var(--bottom-panel) + 5px);
784
931
  width: 100%;
785
- z-index: 998;
786
- top: 0;
787
- left: 0;
788
- background-color: #000;
789
- background-size: cover;
790
- background-repeat: no-repeat;
791
- background-position: 50% 50%;
792
932
  }
793
- .player-poster[data-poster].clickable {
794
- cursor: pointer;
933
+ .container .cc-line p {
934
+ width: auto;
935
+ background-color: rgba(0, 0, 0, 0.4);
936
+ color: white;
937
+ display: inline-block;
795
938
  }
796
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
939
+ .container .circle-poster[data-poster] {
940
+ top: 50%;
941
+ margin-top: -60px;
942
+ left: 50%;
943
+ margin-left: -60px;
944
+ position: absolute;
945
+ width: 120px;
946
+ height: 120px;
947
+ border: 2px solid white;
948
+ border-radius: 50%;
949
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
950
+ filter: alpha(opacity=60);
797
951
  opacity: 1;
798
- }
799
- .player-poster[data-poster] .play-wrapper[data-poster] {
800
- width: 100%;
801
- height: 25%;
802
- margin: 0 auto;
803
- opacity: 0.75;
804
- transition: opacity 0.1s ease;
805
- }
806
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
807
- height: 100%;
808
- display: inline;
809
- }
810
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
811
- fill: #fff;
812
- }.big-mute-icon-wrapper[data-big-mute] {
813
- position: absolute;
814
- z-index: 9998;
815
- background-color: transparent;
816
- display: flex;
817
- justify-content: center;
818
- width: 100%;
819
- height: calc(100% - 50px);
820
- margin: 0 auto;
821
- opacity: 0.75;
822
- transition: opacity 0.1s ease;
823
- pointer-events: auto;
824
- }
825
- .big-mute-icon-wrapper[data-big-mute].hide {
826
- display: none;
827
- }
828
- .big-mute-icon-wrapper[data-big-mute]:hover {
829
- cursor: pointer;
830
- }
831
-
832
- .big-mute-icon[data-big-mute-icon] {
833
- display: flex;
834
- align-items: center;
835
- justify-content: center;
836
- align-self: center;
837
- width: 120px;
838
- height: 120px;
839
- border: 2px solid white;
840
- border-radius: 50%;
841
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
842
- filter: alpha(opacity=60);
843
- opacity: 1;
844
- box-shadow: 0 0 1px 0 white;
845
- background: rgba(240, 243, 247, 0.9411764706);
846
- z-index: 10000;
847
- }
848
- .big-mute-icon[data-big-mute-icon] svg {
849
- margin-left: 5px;
850
- width: 80px;
851
- height: 80px;
852
- }
853
- .big-mute-icon[data-big-mute-icon] svg path {
854
- fill: #1f1e1e !important;
855
- }
856
- .big-mute-icon[data-big-mute-icon]:hover {
857
- background: rgba(240, 243, 247, 0.8784313725);
858
- }
859
- .big-mute-icon[data-big-mute-icon]:hover svg path {
860
- fill: #151515 !important;
861
- }.dvr-controls[data-dvr] {
862
- display: inline-block;
863
- color: var(--player-dvr-color);
864
- line-height: 32px;
865
- font-size: 10px;
866
- font-weight: bold;
867
- margin-left: 6px;
868
- height: 40px;
869
- line-height: 40px;
870
- margin-left: 0;
871
- }
872
- .dvr-controls[data-dvr] .live-info {
873
- cursor: default;
874
- text-transform: uppercase;
875
- }
876
- .dvr-controls[data-dvr] .live-info:before {
877
- content: "";
878
- display: inline-block;
879
- position: relative;
880
- width: 7px;
881
- height: 7px;
882
- border-radius: 3.5px;
883
- margin-right: 3.5px;
884
- background-color: var(--player-live-color);
885
- }
886
- .dvr-controls[data-dvr] .live-info.disabled {
887
- opacity: 0.3;
888
- }
889
- .dvr-controls[data-dvr] .live-info.disabled:before {
890
- background-color: var(--player-dvr-color);
891
- }
892
- .dvr-controls[data-dvr] .live-button {
893
- cursor: pointer;
894
- outline: none;
895
- display: none;
896
- border: 0;
897
- color: var(--player-dvr-color);
898
- background-color: transparent;
899
- height: 32px;
900
- padding: 0;
901
- opacity: 0.7;
902
- text-transform: uppercase;
903
- transition: all 0.1s ease;
904
- }
905
- .dvr-controls[data-dvr] .live-button:before {
906
- content: "";
907
- display: inline-block;
908
- position: relative;
909
- width: 7px;
910
- height: 7px;
911
- border-radius: 3.5px;
912
- margin-right: 3.5px;
913
- background-color: var(--player-dvr-color);
914
- }
915
- .dvr-controls[data-dvr] .live-button:hover {
916
- opacity: 1;
917
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
918
- }
919
- .dvr-controls[data-dvr] .live-info {
920
- font-size: 14px;
921
- letter-spacing: 0.8px;
922
- font-weight: 500;
923
- color: #fffffe;
924
- margin-left: 21px;
925
- }
926
- .dvr-controls[data-dvr] .live-info::before {
927
- width: 10px;
928
- height: 10px;
929
- border-radius: 50%;
930
- margin-right: 8px;
931
- background-color: #ed4f4a;
932
- }
933
- .dvr-controls[data-dvr] .live-button {
934
- height: 40px;
935
- opacity: 1;
936
- font-size: 14px;
937
- letter-spacing: 0.8px;
938
- font-weight: 500;
939
- margin-left: 20px;
940
- }
941
- .dvr-controls[data-dvr] .live-button::before {
942
- width: 10px;
943
- height: 10px;
944
- border-radius: 50%;
945
- margin-right: 8px;
946
- background-color: #cacaca;
947
- }*,
948
- :focus,
949
- :visited {
950
- outline: none !important;
951
- }
952
-
953
- .media-control-audiotracks {
954
- position: relative;
955
- }
956
- .media-control-audiotracks button {
957
- background-color: transparent;
958
- color: #fff;
959
- -webkit-font-smoothing: antialiased;
960
- border: none;
961
- cursor: pointer;
962
- display: flex;
963
- align-items: center;
964
- padding: 0;
965
- }
966
- .media-control-audiotracks button .audio-text {
967
- text-overflow: ellipsis;
968
- overflow: hidden;
969
- white-space: nowrap;
970
- max-width: 100px;
971
- background-color: transparent;
972
- -webkit-font-smoothing: antialiased;
973
- border: none;
974
- cursor: pointer;
975
- }
976
- .media-control-audiotracks button:hover {
977
- color: white;
978
- }
979
- .media-control-audiotracks button.changing {
980
- animation: pulse 0.5s infinite alternate;
981
- }
982
- .media-control-audiotracks button span.audio-arrow {
983
- width: 9px;
984
- height: 6px;
985
- margin-left: 5px;
986
- }
987
- .media-control-audiotracks .menu {
988
- max-width: 114px;
989
- list-style-type: none;
990
- position: absolute;
991
- background-color: rgba(74, 74, 74, 0.6);
992
- border: none;
993
- min-width: 60px;
994
- border-radius: 4px;
995
- bottom: 40px;
996
- right: -2px;
997
- }
998
- .media-control-audiotracks .menu.hidden {
999
- display: none;
1000
- }
1001
- .media-control-audiotracks li {
1002
- font-size: var(--font-size-media-controls-dropdown);
1003
- text-align: right;
1004
- height: 30px;
1005
- }
1006
- .media-control-audiotracks li[data-title] {
1007
- background-color: #c3c2c2;
1008
- padding: 5px;
1009
- }
1010
- .media-control-audiotracks li a {
1011
- display: block;
1012
- text-decoration: none;
1013
- text-overflow: ellipsis;
1014
- overflow: hidden;
1015
- white-space: nowrap;
1016
- height: 30px;
1017
- padding: 5px 10px;
1018
- color: #fffffe;
1019
- }
1020
- .media-control-audiotracks li a:hover {
1021
- text-decoration: none;
1022
- background-color: rgba(0, 0, 0, 0.4);
1023
- color: white;
1024
- }
1025
- .media-control-audiotracks li.current a {
1026
- color: #f00;
1027
- }
1028
- .media-control-audiotracks li:first-child a {
1029
- border-bottom-left-radius: 4px;
1030
- border-bottom-right-radius: 4px;
1031
- }
1032
- .media-control-audiotracks li:last-child a {
1033
- border-top-left-radius: 4px;
1034
- border-top-right-radius: 4px;
1035
- }
1036
-
1037
- @keyframes pulse {
1038
- 0% {
1039
- color: #fff;
1040
- }
1041
- 50% {
1042
- color: #ff0101;
1043
- }
1044
- 100% {
1045
- color: #B80000;
1046
- }
1047
- }[data-player] {
1048
- --bottom-panel: 40px;
1049
- }
1050
-
1051
- .container .media-control-notransition {
1052
- transition: none !important;
1053
- }
1054
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
1055
- opacity: 1;
1056
- }
1057
- .container.crop-video [data-html5-video] {
1058
- object-fit: cover;
1059
- }
1060
- .container .cc-line {
1061
- position: absolute;
1062
- bottom: calc(var(--bottom-panel) + 5px);
1063
- width: 100%;
1064
- }
1065
- .container .cc-line p {
1066
- width: auto;
1067
- background-color: rgba(0, 0, 0, 0.4);
1068
- color: white;
1069
- display: inline-block;
1070
- }
1071
- .container .circle-poster[data-poster] {
1072
- top: 50%;
1073
- margin-top: -60px;
1074
- left: 50%;
1075
- margin-left: -60px;
1076
- position: absolute;
1077
- width: 120px;
1078
- height: 120px;
1079
- border: 2px solid white;
1080
- border-radius: 50%;
1081
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1082
- filter: alpha(opacity=60);
1083
- opacity: 1;
1084
- box-shadow: 0 0 1px 0 white;
952
+ box-shadow: 0 0 1px 0 white;
1085
953
  }
1086
954
  .container .circle-poster[data-poster] svg {
1087
955
  margin-left: 5px;
@@ -1630,169 +1498,37 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1630
1498
  color: #fffffe;
1631
1499
  }
1632
1500
  .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
1633
- background-color: rgba(0, 0, 0, 0.4);
1634
- }
1635
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
1636
- background-color: rgba(0, 0, 0, 0.4);
1637
- }
1638
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
1639
- border-bottom-left-radius: 4px;
1640
- border-bottom-right-radius: 4px;
1641
- }
1642
- .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
1643
- border-top-left-radius: 4px;
1644
- border-top-right-radius: 4px;
1645
- }
1646
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1647
- height: 26px;
1648
- line-height: 26px;
1649
- bottom: 52px;
1650
- border-radius: 3px;
1651
- background-color: rgba(74, 74, 74, 0.7);
1652
- }
1653
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1654
- letter-spacing: 0.8px;
1655
- font-size: 14px;
1656
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1657
- }
1658
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1659
- padding-left: 8px;
1660
- padding-right: 8px;
1661
- }
1662
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1663
- display: none !important;
1664
- }.seek-time[data-seek-time] {
1665
- position: absolute;
1666
- white-space: nowrap;
1667
- height: 20px;
1668
- line-height: 20px;
1669
- font-size: 0;
1670
- left: -100%;
1671
- bottom: 55px;
1672
- background-color: rgba(2, 2, 2, 0.5);
1673
- z-index: 9999;
1674
- transition: opacity 0.1s ease;
1675
- }
1676
- .seek-time[data-seek-time].hidden[data-seek-time] {
1677
- opacity: 0;
1678
- }
1679
- .seek-time[data-seek-time] [data-seek-time] {
1680
- display: inline-block;
1681
- color: white;
1682
- font-size: 10px;
1683
- padding-left: 7px;
1684
- padding-right: 7px;
1685
- vertical-align: top;
1686
- }
1687
- .seek-time[data-seek-time] [data-duration] {
1688
- display: inline-block;
1689
- color: rgba(255, 255, 255, 0.5);
1690
- font-size: 10px;
1691
- padding-right: 7px;
1692
- vertical-align: top;
1693
- }
1694
- .seek-time[data-seek-time] [data-duration]::before {
1695
- content: "|";
1696
- margin-right: 7px;
1697
- }.scrub-thumbnails {
1698
- position: absolute;
1699
- bottom: 52px;
1700
- width: 100%;
1701
- transition: opacity 0.3s ease;
1702
- }
1703
- .scrub-thumbnails.hidden {
1704
- opacity: 0;
1705
- }
1706
- .scrub-thumbnails .thumbnail-container {
1707
- display: inline-block;
1708
- position: relative;
1709
- overflow: hidden;
1710
- background-color: #000;
1711
- }
1712
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1713
- position: absolute;
1714
- width: auto;
1715
- }
1716
- .scrub-thumbnails .thumbnails-text {
1717
- background-color: rgba(74, 74, 74, 0.7);
1718
- border-radius: 3px;
1719
- white-space: nowrap;
1720
- overflow: hidden;
1721
- text-overflow: ellipsis;
1722
- color: white;
1723
- position: absolute;
1724
- bottom: 23px;
1725
- width: 100px;
1726
- }
1727
- .scrub-thumbnails .spotlight {
1728
- background-color: #4a4a4a;
1729
- overflow: hidden;
1730
- position: absolute;
1731
- bottom: 0;
1732
- left: 0;
1733
- border-color: #4a4a4a;
1734
- border-style: solid;
1735
- border-width: 3px;
1736
- border-radius: 3px;
1737
- }
1738
- .scrub-thumbnails .spotlight img {
1739
- width: auto;
1740
- }
1741
- .scrub-thumbnails .backdrop {
1742
- position: absolute;
1743
- left: 0;
1744
- bottom: 0;
1745
- right: 0;
1746
- background-color: #000;
1747
- overflow: hidden;
1748
- }
1749
- .scrub-thumbnails .backdrop .carousel {
1750
- position: absolute;
1751
- top: 0;
1752
- left: 0;
1753
- height: 100%;
1754
- white-space: nowrap;
1755
- }
1756
- .scrub-thumbnails .backdrop .carousel img {
1757
- width: auto;
1758
- }.spinner-three-bounce[data-spinner] {
1759
- position: absolute;
1760
- width: 70px;
1761
- text-align: center;
1762
- z-index: 999;
1763
- left: 0;
1764
- right: 0;
1765
- margin: 0 auto;
1766
- margin-left: auto;
1767
- margin-right: auto;
1768
- /* center vertically */
1769
- top: 50%;
1770
- transform: translateY(-50%);
1501
+ background-color: rgba(0, 0, 0, 0.4);
1771
1502
  }
1772
- .spinner-three-bounce[data-spinner] > div {
1773
- width: 18px;
1774
- height: 18px;
1775
- background-color: #FFF;
1776
- border-radius: 100%;
1777
- display: inline-block;
1778
- animation: bouncedelay 1.4s infinite ease-in-out;
1779
- /* Prevent first frame from flickering when animation starts */
1780
- animation-fill-mode: both;
1503
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
1504
+ background-color: rgba(0, 0, 0, 0.4);
1781
1505
  }
1782
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1783
- animation-delay: -0.32s;
1506
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
1507
+ border-bottom-left-radius: 4px;
1508
+ border-bottom-right-radius: 4px;
1784
1509
  }
1785
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1786
- animation-delay: -0.16s;
1510
+ .media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
1511
+ border-top-left-radius: 4px;
1512
+ border-top-right-radius: 4px;
1787
1513
  }
1788
-
1789
- @keyframes bouncedelay {
1790
- 0%, 80%, 100% {
1791
- transform: scale(0);
1792
- }
1793
- 40% {
1794
- transform: scale(1);
1795
- }
1514
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1515
+ height: 26px;
1516
+ line-height: 26px;
1517
+ bottom: 52px;
1518
+ border-radius: 3px;
1519
+ background-color: rgba(74, 74, 74, 0.7);
1520
+ }
1521
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1522
+ letter-spacing: 0.8px;
1523
+ font-size: 14px;
1524
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1525
+ }
1526
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1527
+ padding-left: 8px;
1528
+ padding-right: 8px;
1529
+ }
1530
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1531
+ display: none !important;
1796
1532
  }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1797
1533
  height: 0;
1798
1534
  }
@@ -1814,79 +1550,40 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1814
1550
  .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1815
1551
  width: 33.3%;
1816
1552
  height: 100%;
1817
- }*,
1818
- :focus,
1819
- :visited {
1820
- outline: none !important;
1821
- }
1822
-
1823
- .media-control-cc[data-cc] {
1824
- position: relative;
1825
- order: 85;
1826
- }
1827
- .media-control-cc[data-cc] button {
1828
- background-color: transparent;
1829
- color: #fff;
1830
- -webkit-font-smoothing: antialiased;
1831
- border: none;
1832
- cursor: pointer;
1833
- }
1834
- .media-control-cc[data-cc] button .cc-text svg {
1835
- fill: white;
1836
- }
1837
- .media-control-cc[data-cc] button:hover {
1838
- color: #c9c9c9;
1839
- }
1840
- .media-control-cc[data-cc] button.changing {
1841
- animation: pulse 0.5s infinite alternate;
1842
- }
1843
- .media-control-cc[data-cc] ul {
1844
- width: 80px;
1845
- list-style-type: none;
1553
+ }div.player-error-screen, [data-player] div.player-error-screen {
1554
+ color: #CCCACA;
1846
1555
  position: absolute;
1847
- bottom: 25px;
1848
- border: 1px solid black;
1849
- background-color: #e6e6e6;
1850
- padding: 8px 0;
1851
- }
1852
- .media-control-cc[data-cc] li a {
1853
- color: #444;
1854
- padding: 2px 10px;
1855
- display: block;
1856
- text-decoration: none;
1857
- }
1858
- .media-control-cc[data-cc] li a:hover {
1859
- background-color: #555;
1860
- color: white;
1556
+ top: 0;
1557
+ height: 100%;
1558
+ width: 100%;
1559
+ background-color: rgba(0, 0, 0, 0.7);
1560
+ z-index: 2000;
1561
+ display: flex;
1562
+ flex-direction: column;
1563
+ justify-content: center;
1861
1564
  }
1862
- .media-control-cc[data-cc] li a:hover a {
1863
- color: white;
1864
- text-decoration: none;
1565
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1566
+ font-size: 14px;
1567
+ color: #CCCACA;
1568
+ margin-top: 45px;
1865
1569
  }
1866
- .media-control-cc[data-cc] li.current a {
1867
- color: #f00;
1868
- background-color: #555;
1570
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1571
+ font-weight: bold;
1572
+ line-height: 30px;
1573
+ font-size: 18px;
1869
1574
  }
1870
-
1871
- @keyframes pulse {
1872
- 0% {
1873
- color: #fff;
1874
- }
1875
- 50% {
1876
- color: #ff0101;
1877
- }
1878
- 100% {
1879
- color: #B80000;
1880
- }
1575
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1576
+ width: 90%;
1577
+ margin: 0 auto;
1881
1578
  }
1882
- ::cue {
1883
- visibility: hidden !important;
1884
- font-size: 0 !important;
1579
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1580
+ font-size: 13px;
1581
+ margin-top: 15px;
1885
1582
  }
1886
-
1887
- .ios-fullscreen::cue {
1888
- visibility: visible !important;
1889
- font-size: 1em !important;
1583
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1584
+ cursor: pointer;
1585
+ width: 30px;
1586
+ margin: 15px auto 0;
1890
1587
  }*, :focus, :visited {
1891
1588
  outline: none !important;
1892
1589
  }
@@ -1972,57 +1669,169 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1972
1669
  .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1973
1670
  background-color: rgba(0, 0, 0, 0.3);
1974
1671
  }
1975
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1976
- width: 80px;
1977
- height: 60px;
1672
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1673
+ width: 80px;
1674
+ height: 60px;
1675
+ }
1676
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1677
+ width: 80px;
1678
+ height: 60px;
1679
+ }
1680
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1681
+ width: 120px;
1682
+ text-align: left;
1683
+ margin-left: 15px;
1684
+ }
1685
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1686
+ width: 120px;
1687
+ height: 20px;
1688
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1689
+ font-size: 14px;
1690
+ font-weight: normal;
1691
+ font-style: normal;
1692
+ font-stretch: normal;
1693
+ line-height: 1.43;
1694
+ letter-spacing: normal;
1695
+ text-align: left;
1696
+ color: #fff;
1697
+ text-overflow: ellipsis;
1698
+ overflow: hidden;
1699
+ }
1700
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1701
+ opacity: 0.6;
1702
+ }
1703
+ .multicamera[data-multicamera] li[data-title] {
1704
+ background-color: #c3c2c2;
1705
+ padding: 5px;
1706
+ }
1707
+ .multicamera[data-multicamera] li a {
1708
+ color: #444;
1709
+ padding: 2px 10px;
1710
+ display: block;
1711
+ text-decoration: none;
1712
+ }
1713
+ .multicamera[data-multicamera] li a:hover {
1714
+ background-color: #555;
1715
+ color: white;
1716
+ }
1717
+ .multicamera[data-multicamera] li a:hover a {
1718
+ color: white;
1719
+ text-decoration: none;
1720
+ }
1721
+ .multicamera[data-multicamera] li.current a {
1722
+ color: #f00;
1723
+ }
1724
+
1725
+ @keyframes pulse {
1726
+ 0% {
1727
+ color: #fff;
1728
+ }
1729
+ 50% {
1730
+ color: #ff0101;
1731
+ }
1732
+ 100% {
1733
+ color: #B80000;
1734
+ }
1735
+ }.quality-levels li.disabled {
1736
+ opacity: 0.5;
1737
+ pointer-events: none;
1738
+ }
1739
+ .quality-levels li.current {
1740
+ background-color: #000;
1741
+ }.media-control-pip {
1742
+ order: 95;
1743
+ display: flex;
1744
+ }
1745
+ .media-control-pip button {
1746
+ height: 20px;
1747
+ }
1748
+ .media-control-pip button svg {
1749
+ height: 20px;
1750
+ }.seek-time[data-seek-time] {
1751
+ position: absolute;
1752
+ white-space: nowrap;
1753
+ height: 20px;
1754
+ line-height: 20px;
1755
+ font-size: 0;
1756
+ left: -100%;
1757
+ bottom: 55px;
1758
+ background-color: rgba(2, 2, 2, 0.5);
1759
+ z-index: 9999;
1760
+ transition: opacity 0.1s ease;
1761
+ }
1762
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1763
+ opacity: 0;
1764
+ }
1765
+ .seek-time[data-seek-time] [data-seek-time] {
1766
+ display: inline-block;
1767
+ color: white;
1768
+ font-size: 10px;
1769
+ padding-left: 7px;
1770
+ padding-right: 7px;
1771
+ vertical-align: top;
1772
+ }
1773
+ .seek-time[data-seek-time] [data-duration] {
1774
+ display: inline-block;
1775
+ color: rgba(255, 255, 255, 0.5);
1776
+ font-size: 10px;
1777
+ padding-right: 7px;
1778
+ vertical-align: top;
1779
+ }
1780
+ .seek-time[data-seek-time] [data-duration]::before {
1781
+ content: "|";
1782
+ margin-right: 7px;
1783
+ }*,
1784
+ :focus,
1785
+ :visited {
1786
+ outline: none !important;
1787
+ }
1788
+
1789
+ .media-control-cc[data-cc] {
1790
+ position: relative;
1791
+ order: 85;
1978
1792
  }
1979
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1980
- width: 80px;
1981
- height: 60px;
1793
+ .media-control-cc[data-cc] button {
1794
+ background-color: transparent;
1795
+ color: #fff;
1796
+ -webkit-font-smoothing: antialiased;
1797
+ border: none;
1798
+ cursor: pointer;
1982
1799
  }
1983
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1984
- width: 120px;
1985
- text-align: left;
1986
- margin-left: 15px;
1800
+ .media-control-cc[data-cc] button .cc-text svg {
1801
+ fill: white;
1987
1802
  }
1988
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1989
- width: 120px;
1990
- height: 20px;
1991
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1992
- font-size: 14px;
1993
- font-weight: normal;
1994
- font-style: normal;
1995
- font-stretch: normal;
1996
- line-height: 1.43;
1997
- letter-spacing: normal;
1998
- text-align: left;
1999
- color: #fff;
2000
- text-overflow: ellipsis;
2001
- overflow: hidden;
1803
+ .media-control-cc[data-cc] button:hover {
1804
+ color: #c9c9c9;
2002
1805
  }
2003
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
2004
- opacity: 0.6;
1806
+ .media-control-cc[data-cc] button.changing {
1807
+ animation: pulse 0.5s infinite alternate;
2005
1808
  }
2006
- .multicamera[data-multicamera] li[data-title] {
2007
- background-color: #c3c2c2;
2008
- padding: 5px;
1809
+ .media-control-cc[data-cc] ul {
1810
+ width: 80px;
1811
+ list-style-type: none;
1812
+ position: absolute;
1813
+ bottom: 25px;
1814
+ border: 1px solid black;
1815
+ background-color: #e6e6e6;
1816
+ padding: 8px 0;
2009
1817
  }
2010
- .multicamera[data-multicamera] li a {
1818
+ .media-control-cc[data-cc] li a {
2011
1819
  color: #444;
2012
1820
  padding: 2px 10px;
2013
1821
  display: block;
2014
1822
  text-decoration: none;
2015
1823
  }
2016
- .multicamera[data-multicamera] li a:hover {
1824
+ .media-control-cc[data-cc] li a:hover {
2017
1825
  background-color: #555;
2018
1826
  color: white;
2019
1827
  }
2020
- .multicamera[data-multicamera] li a:hover a {
1828
+ .media-control-cc[data-cc] li a:hover a {
2021
1829
  color: white;
2022
1830
  text-decoration: none;
2023
1831
  }
2024
- .multicamera[data-multicamera] li.current a {
1832
+ .media-control-cc[data-cc] li.current a {
2025
1833
  color: #f00;
1834
+ background-color: #555;
2026
1835
  }
2027
1836
 
2028
1837
  @keyframes pulse {
@@ -2035,6 +1844,114 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2035
1844
  100% {
2036
1845
  color: #B80000;
2037
1846
  }
1847
+ }
1848
+ ::cue {
1849
+ visibility: hidden !important;
1850
+ font-size: 0 !important;
1851
+ }
1852
+
1853
+ .ios-fullscreen::cue {
1854
+ visibility: visible !important;
1855
+ font-size: 1em !important;
1856
+ }.spinner-three-bounce[data-spinner] {
1857
+ position: absolute;
1858
+ width: 70px;
1859
+ text-align: center;
1860
+ z-index: 999;
1861
+ left: 0;
1862
+ right: 0;
1863
+ margin: 0 auto;
1864
+ margin-left: auto;
1865
+ margin-right: auto;
1866
+ /* center vertically */
1867
+ top: 50%;
1868
+ transform: translateY(-50%);
1869
+ }
1870
+ .spinner-three-bounce[data-spinner] > div {
1871
+ width: 18px;
1872
+ height: 18px;
1873
+ background-color: #FFF;
1874
+ border-radius: 100%;
1875
+ display: inline-block;
1876
+ animation: bouncedelay 1.4s infinite ease-in-out;
1877
+ /* Prevent first frame from flickering when animation starts */
1878
+ animation-fill-mode: both;
1879
+ }
1880
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1881
+ animation-delay: -0.32s;
1882
+ }
1883
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1884
+ animation-delay: -0.16s;
1885
+ }
1886
+
1887
+ @keyframes bouncedelay {
1888
+ 0%, 80%, 100% {
1889
+ transform: scale(0);
1890
+ }
1891
+ 40% {
1892
+ transform: scale(1);
1893
+ }
1894
+ }.scrub-thumbnails {
1895
+ position: absolute;
1896
+ bottom: 52px;
1897
+ width: 100%;
1898
+ transition: opacity 0.3s ease;
1899
+ }
1900
+ .scrub-thumbnails.hidden {
1901
+ opacity: 0;
1902
+ }
1903
+ .scrub-thumbnails .thumbnail-container {
1904
+ display: inline-block;
1905
+ position: relative;
1906
+ overflow: hidden;
1907
+ background-color: #000;
1908
+ }
1909
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1910
+ position: absolute;
1911
+ width: auto;
1912
+ }
1913
+ .scrub-thumbnails .thumbnails-text {
1914
+ background-color: rgba(74, 74, 74, 0.7);
1915
+ border-radius: 3px;
1916
+ white-space: nowrap;
1917
+ overflow: hidden;
1918
+ text-overflow: ellipsis;
1919
+ color: white;
1920
+ position: absolute;
1921
+ bottom: 23px;
1922
+ width: 100px;
1923
+ }
1924
+ .scrub-thumbnails .spotlight {
1925
+ background-color: #4a4a4a;
1926
+ overflow: hidden;
1927
+ position: absolute;
1928
+ bottom: 0;
1929
+ left: 0;
1930
+ border-color: #4a4a4a;
1931
+ border-style: solid;
1932
+ border-width: 3px;
1933
+ border-radius: 3px;
1934
+ }
1935
+ .scrub-thumbnails .spotlight img {
1936
+ width: auto;
1937
+ }
1938
+ .scrub-thumbnails .backdrop {
1939
+ position: absolute;
1940
+ left: 0;
1941
+ bottom: 0;
1942
+ right: 0;
1943
+ background-color: #000;
1944
+ overflow: hidden;
1945
+ }
1946
+ .scrub-thumbnails .backdrop .carousel {
1947
+ position: absolute;
1948
+ top: 0;
1949
+ left: 0;
1950
+ height: 100%;
1951
+ white-space: nowrap;
1952
+ }
1953
+ .scrub-thumbnails .backdrop .carousel img {
1954
+ width: auto;
2038
1955
  }.player-logo[data-logo] {
2039
1956
  position: absolute;
2040
1957
  z-index: 2;
@@ -2044,4 +1961,87 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2044
1961
 
2045
1962
  .clappr-logo {
2046
1963
  position: absolute;
1964
+ }.share_plugin[data-share] {
1965
+ pointer-events: auto;
1966
+ z-index: 5;
1967
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1968
+ }
1969
+ .share_plugin[data-share].share-hide .share-button-container {
1970
+ right: -50px;
1971
+ }
1972
+ .share_plugin[data-share] .share-button-container {
1973
+ cursor: pointer;
1974
+ width: 36px;
1975
+ height: 36px;
1976
+ background-color: rgba(74, 74, 74, 0.6);
1977
+ border-radius: 4px;
1978
+ position: absolute;
1979
+ right: 10px;
1980
+ top: 10px;
1981
+ padding-top: 6px;
1982
+ transition: all 0.3s ease-out;
1983
+ }
1984
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1985
+ background-color: transparent;
1986
+ border: 0;
1987
+ margin: 0 6px;
1988
+ padding: 0;
1989
+ cursor: pointer;
1990
+ display: inline-block;
1991
+ width: 19px;
1992
+ height: 20px;
1993
+ }
1994
+ .share_plugin[data-share] .share-container {
1995
+ pointer-events: auto;
1996
+ position: absolute;
1997
+ width: 280px;
1998
+ background-color: white;
1999
+ transform: translate(0, 50%);
2000
+ transform: translate(-50%, -50%);
2001
+ left: 50%;
2002
+ /* margin-left: -140px; */
2003
+ top: calc(50% - 20px);
2004
+ /* margin-top: -170px; */
2005
+ }
2006
+ .share_plugin[data-share] .share-container .share-container-header {
2007
+ text-align: left;
2008
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
2009
+ }
2010
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
2011
+ display: inline-block;
2012
+ font-size: 16px;
2013
+ margin: 5px;
2014
+ }
2015
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
2016
+ display: inline-block;
2017
+ width: 24px;
2018
+ float: right;
2019
+ margin: 5px;
2020
+ cursor: pointer;
2021
+ }
2022
+ .share_plugin[data-share] .share-container .share-container-main {
2023
+ margin-bottom: 8px;
2024
+ }
2025
+ .share_plugin[data-share] .share-container .share-container-main > div {
2026
+ text-align: left;
2027
+ font-size: 14px;
2028
+ padding: 5px;
2029
+ }
2030
+ .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 {
2031
+ overflow: hidden;
2032
+ text-overflow: ellipsis;
2033
+ color: #818181;
2034
+ border: solid 1px #d3d3d3;
2035
+ width: calc(100% - 10px);
2036
+ padding: 5px;
2037
+ }
2038
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
2039
+ max-height: 90px;
2040
+ resize: none;
2041
+ }
2042
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
2043
+ width: 32px;
2044
+ display: inline-block;
2045
+ margin-right: 5px;
2046
+ cursor: pointer;
2047
2047
  }