@gcorevideo/player 2.19.3 → 2.19.5

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,6 +122,169 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
+ float: right;
127
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
128
+ }
129
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
130
+ height: 40px;
131
+ width: 40px;
132
+ padding-right: 20px;
133
+ }
134
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
135
+ height: 20px;
136
+ }
137
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
138
+ position: absolute;
139
+ right: 16px;
140
+ bottom: 52px;
141
+ display: none;
142
+ width: 250px;
143
+ min-height: 48px;
144
+ z-index: 9999;
145
+ border-radius: 4px;
146
+ }
147
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
148
+ padding: 8px 0;
149
+ }
150
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
151
+ float: left;
152
+ margin-right: 10px;
153
+ }
154
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
155
+ margin: 0;
156
+ text-align: left;
157
+ line-height: 22px;
158
+ padding: 5px 14px;
159
+ width: 250px;
160
+ font-size: 12px;
161
+ }
162
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
163
+ float: right;
164
+ margin-right: -14px;
165
+ }
166
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
167
+ float: right;
168
+ margin-right: 8px;
169
+ }
170
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
171
+ height: 20px;
172
+ }*, :focus, :visited {
173
+ outline: none !important;
174
+ }
175
+
176
+ .gear-wrapper .go-back {
177
+ font-weight: 600;
178
+ font-size: 14px;
179
+ line-height: 20px;
180
+ width: 100%;
181
+ text-align: left;
182
+ padding: 12px;
183
+ }
184
+ .gear-wrapper .go-back .arrow-left-icon {
185
+ float: left;
186
+ padding-top: 2px;
187
+ padding-right: 2px;
188
+ }
189
+ .gear-wrapper .go-back .arrow-left-icon svg {
190
+ height: 16px;
191
+ }
192
+ .gear-wrapper ul.gear-sub-menu {
193
+ width: 100%;
194
+ list-style-type: none;
195
+ background-color: transparent;
196
+ min-width: 60px;
197
+ border-top: 2px solid rgb(36, 36, 36);
198
+ }
199
+ .gear-wrapper ul.gear-sub-menu li {
200
+ font-size: 12px;
201
+ text-align: left;
202
+ }
203
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
204
+ background-color: #c3c2c2;
205
+ padding: 5px;
206
+ }
207
+ .gear-wrapper ul.gear-sub-menu li a {
208
+ display: block;
209
+ text-decoration: none;
210
+ height: 32px;
211
+ padding: 5px 10px;
212
+ line-height: 22px;
213
+ color: #fffffe;
214
+ }
215
+ .gear-wrapper ul.gear-sub-menu li a:hover {
216
+ color: white;
217
+ background-color: rgba(0, 0, 0, 0.4);
218
+ }
219
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
220
+ color: white;
221
+ text-decoration: none;
222
+ }
223
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
224
+ width: 30px;
225
+ height: 20px;
226
+ float: left;
227
+ display: block;
228
+ }
229
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
230
+ display: none;
231
+ }
232
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
233
+ display: inline;
234
+ }
235
+ .gear-wrapper svg {
236
+ height: 20px;
237
+ }.big-mute-icon-wrapper[data-big-mute] {
238
+ position: absolute;
239
+ z-index: 9998;
240
+ background-color: transparent;
241
+ display: flex;
242
+ justify-content: center;
243
+ width: 100%;
244
+ height: calc(100% - 50px);
245
+ margin: 0 auto;
246
+ opacity: 0.75;
247
+ transition: opacity 0.1s ease;
248
+ pointer-events: auto;
249
+ }
250
+ .big-mute-icon-wrapper[data-big-mute].hide {
251
+ display: none;
252
+ }
253
+ .big-mute-icon-wrapper[data-big-mute]:hover {
254
+ cursor: pointer;
255
+ }
256
+
257
+ .big-mute-icon[data-big-mute-icon] {
258
+ display: flex;
259
+ align-items: center;
260
+ justify-content: center;
261
+ align-self: center;
262
+ width: 120px;
263
+ height: 120px;
264
+ border: 2px solid white;
265
+ border-radius: 50%;
266
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
267
+ filter: alpha(opacity=60);
268
+ opacity: 1;
269
+ box-shadow: 0 0 1px 0 white;
270
+ background: rgba(240, 243, 247, 0.9411764706);
271
+ z-index: 10000;
272
+ }
273
+ .big-mute-icon[data-big-mute-icon] svg {
274
+ margin-left: 5px;
275
+ width: 80px;
276
+ height: 80px;
277
+ }
278
+ .big-mute-icon[data-big-mute-icon] svg path {
279
+ fill: #1f1e1e !important;
280
+ }
281
+ .big-mute-icon[data-big-mute-icon]:hover {
282
+ background: rgba(240, 243, 247, 0.8784313725);
283
+ }
284
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
285
+ fill: #151515 !important;
286
+ }.clips.bar-container[data-seekbar] {
287
+ clip-path: url("#myClip");
125
288
  }*, :focus, :visited {
126
289
  outline: none !important;
127
290
  }
@@ -259,59 +422,174 @@
259
422
  100% {
260
423
  color: #B80000;
261
424
  }
262
- }.big-mute-icon-wrapper[data-big-mute] {
263
- position: absolute;
264
- z-index: 9998;
265
- background-color: transparent;
266
- display: flex;
267
- justify-content: center;
268
- width: 100%;
269
- height: calc(100% - 50px);
270
- margin: 0 auto;
271
- opacity: 0.75;
272
- transition: opacity 0.1s ease;
273
- pointer-events: auto;
425
+ }.dvr-controls[data-dvr-controls] {
426
+ display: inline-block;
427
+ float: left;
428
+ color: #fff;
429
+ line-height: 32px;
430
+ font-size: 10px;
431
+ font-weight: bold;
432
+ margin-left: 6px;
274
433
  }
275
- .big-mute-icon-wrapper[data-big-mute].hide {
276
- display: none;
434
+ .dvr-controls[data-dvr-controls] .live-info {
435
+ cursor: default;
436
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
437
+ text-transform: uppercase;
277
438
  }
278
- .big-mute-icon-wrapper[data-big-mute]:hover {
279
- cursor: pointer;
439
+ .dvr-controls[data-dvr-controls] .live-info:before {
440
+ content: "";
441
+ display: inline-block;
442
+ position: relative;
443
+ width: 7px;
444
+ height: 7px;
445
+ border-radius: 3.5px;
446
+ margin-right: 3.5px;
447
+ background-color: #ff0101;
280
448
  }
281
-
282
- .big-mute-icon[data-big-mute-icon] {
283
- display: flex;
284
- align-items: center;
285
- justify-content: center;
286
- align-self: center;
287
- width: 120px;
288
- height: 120px;
289
- border: 2px solid white;
290
- border-radius: 50%;
291
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
292
- filter: alpha(opacity=60);
293
- opacity: 1;
294
- box-shadow: 0 0 1px 0 white;
295
- background: rgba(240, 243, 247, 0.9411764706);
296
- z-index: 10000;
449
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
450
+ opacity: 0.3;
297
451
  }
298
- .big-mute-icon[data-big-mute-icon] svg {
299
- margin-left: 5px;
300
- width: 80px;
301
- height: 80px;
452
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
453
+ background-color: #fff;
302
454
  }
303
- .big-mute-icon[data-big-mute-icon] svg path {
304
- fill: #1f1e1e !important;
455
+ .dvr-controls[data-dvr-controls] .live-button {
456
+ cursor: pointer;
457
+ outline: none;
458
+ display: none;
459
+ border: 0;
460
+ color: #fff;
461
+ background-color: transparent;
462
+ height: 32px;
463
+ padding: 0;
464
+ opacity: 0.7;
465
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
466
+ text-transform: uppercase;
467
+ transition: all 0.1s ease;
305
468
  }
306
- .big-mute-icon[data-big-mute-icon]:hover {
307
- background: rgba(240, 243, 247, 0.8784313725);
469
+ .dvr-controls[data-dvr-controls] .live-button:before {
470
+ content: "";
471
+ display: inline-block;
472
+ position: relative;
473
+ width: 7px;
474
+ height: 7px;
475
+ border-radius: 3.5px;
476
+ margin-right: 3.5px;
477
+ background-color: #fff;
308
478
  }
309
- .big-mute-icon[data-big-mute-icon]:hover svg path {
310
- fill: #151515 !important;
311
- }:root {
312
- --primary-background-color: #000;
313
- --secondary-background-color: #262626;
314
- --primary-text-color: #fff;
479
+ .dvr-controls[data-dvr-controls] .live-button:hover {
480
+ opacity: 1;
481
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
482
+ }
483
+
484
+ .dvr-controls[data-dvr-controls] {
485
+ height: 40px;
486
+ line-height: 40px;
487
+ margin-left: 0;
488
+ }
489
+ .dvr-controls[data-dvr-controls] .live-info {
490
+ font-size: 14px;
491
+ letter-spacing: 0.8px;
492
+ font-weight: 500;
493
+ color: #fffffe;
494
+ margin-left: 21px;
495
+ }
496
+ .dvr-controls[data-dvr-controls] .live-info::before {
497
+ width: 10px;
498
+ height: 10px;
499
+ border-radius: 50%;
500
+ margin-right: 8px;
501
+ background-color: #ed4f4a;
502
+ }
503
+ .dvr-controls[data-dvr-controls] .live-button {
504
+ height: 40px;
505
+ opacity: 1;
506
+ font-size: 14px;
507
+ letter-spacing: 0.8px;
508
+ font-weight: 500;
509
+ margin-left: 20px;
510
+ }
511
+ .dvr-controls[data-dvr-controls] .live-button::before {
512
+ width: 10px;
513
+ height: 10px;
514
+ border-radius: 50%;
515
+ margin-right: 8px;
516
+ background-color: #cacaca;
517
+ }
518
+
519
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
520
+ display: none;
521
+ }
522
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
523
+ display: block;
524
+ }
525
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
526
+ background-color: #005aff;
527
+ }
528
+
529
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
530
+ background-color: #ff0101;
531
+ }div.player-error-screen, [data-player] div.player-error-screen {
532
+ color: #CCCACA;
533
+ position: absolute;
534
+ top: 0;
535
+ height: 100%;
536
+ width: 100%;
537
+ background-color: rgba(0, 0, 0, 0.7);
538
+ z-index: 2000;
539
+ display: flex;
540
+ flex-direction: column;
541
+ justify-content: center;
542
+ }
543
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
544
+ font-size: 14px;
545
+ color: #CCCACA;
546
+ margin-top: 45px;
547
+ }
548
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
549
+ font-weight: bold;
550
+ line-height: 30px;
551
+ font-size: 18px;
552
+ }
553
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
554
+ width: 90%;
555
+ margin: 0 auto;
556
+ }
557
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
558
+ font-size: 13px;
559
+ margin-top: 15px;
560
+ }
561
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
562
+ cursor: pointer;
563
+ width: 30px;
564
+ margin: 15px auto 0;
565
+ }.context-menu {
566
+ z-index: 999;
567
+ position: absolute;
568
+ top: 0;
569
+ left: 0;
570
+ text-align: center;
571
+ }
572
+ .context-menu .context-menu-list {
573
+ font-family: "Proxima Nova", sans-serif;
574
+ font-size: 12px;
575
+ line-height: 12px;
576
+ list-style-type: none;
577
+ text-align: left;
578
+ padding: 5px;
579
+ margin-left: auto;
580
+ margin-right: auto;
581
+ background-color: rgba(0, 0, 0, 0.75);
582
+ border: 1px solid #666;
583
+ border-radius: 4px;
584
+ }
585
+ .context-menu .context-menu-list .context-menu-list-item {
586
+ color: white;
587
+ padding: 5px;
588
+ cursor: pointer;
589
+ }:root {
590
+ --primary-background-color: #000;
591
+ --secondary-background-color: #262626;
592
+ --primary-text-color: #fff;
315
593
  --secondary-text-color: #fff4f2;
316
594
  --hover-text-color: #f9b090;
317
595
  --speedtest-red: #df564d;
@@ -690,27 +968,6 @@
690
968
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
691
969
  width: 25%;
692
970
  }
693
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
694
- height: 0;
695
- }
696
-
697
- .skip_time_plugin[data-skip-time] {
698
- position: absolute;
699
- width: 100%;
700
- height: calc(100% - 50px);
701
- z-index: 9998;
702
- background-color: transparent;
703
- font-family: Roboto, "Open Sans", Arial, sans-serif;
704
- }
705
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
706
- width: 100%;
707
- height: 100%;
708
- display: flex;
709
- justify-content: space-between;
710
- }
711
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
712
- width: 33.3%;
713
- height: 100%;
714
971
  }*, :focus, :visited {
715
972
  outline: none !important;
716
973
  }
@@ -778,436 +1035,94 @@
778
1035
  .multicamera[data-multicamera] li .multicamera-item {
779
1036
  display: flex;
780
1037
  padding: 10px 0;
781
- justify-content: center;
782
- position: relative;
783
- }
784
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
785
- pointer-events: none;
786
- }
787
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
788
- opacity: 0.5;
789
- }
790
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
791
- opacity: 0.5;
792
- }
793
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
794
- background-color: rgba(0, 0, 0, 0);
795
- }
796
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
797
- background-color: rgba(0, 0, 0, 0.3);
798
- }
799
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
800
- width: 80px;
801
- height: 60px;
802
- }
803
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
804
- width: 80px;
805
- height: 60px;
806
- }
807
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
808
- width: 120px;
809
- text-align: left;
810
- margin-left: 15px;
811
- }
812
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
813
- width: 120px;
814
- height: 20px;
815
- font-family: Roboto, "Open Sans", Arial, sans-serif;
816
- font-size: 14px;
817
- font-weight: normal;
818
- font-style: normal;
819
- font-stretch: normal;
820
- line-height: 1.43;
821
- letter-spacing: normal;
822
- text-align: left;
823
- color: #fff;
824
- text-overflow: ellipsis;
825
- overflow: hidden;
826
- }
827
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
828
- opacity: 0.6;
829
- }
830
- .multicamera[data-multicamera] li[data-title] {
831
- background-color: #c3c2c2;
832
- padding: 5px;
833
- }
834
- .multicamera[data-multicamera] li a {
835
- color: #444;
836
- padding: 2px 10px;
837
- display: block;
838
- text-decoration: none;
839
- }
840
- .multicamera[data-multicamera] li a:hover {
841
- background-color: #555;
842
- color: white;
843
- }
844
- .multicamera[data-multicamera] li a:hover a {
845
- color: white;
846
- text-decoration: none;
847
- }
848
- .multicamera[data-multicamera] li.current a {
849
- color: #f00;
850
- }
851
-
852
- @keyframes pulse {
853
- 0% {
854
- color: #fff;
855
- }
856
- 50% {
857
- color: #ff0101;
858
- }
859
- 100% {
860
- color: #B80000;
861
- }
862
- }.context-menu {
863
- z-index: 999;
864
- position: absolute;
865
- top: 0;
866
- left: 0;
867
- text-align: center;
868
- }
869
- .context-menu .context-menu-list {
870
- font-family: "Proxima Nova", sans-serif;
871
- font-size: 12px;
872
- line-height: 12px;
873
- list-style-type: none;
874
- text-align: left;
875
- padding: 5px;
876
- margin-left: auto;
877
- margin-right: auto;
878
- background-color: rgba(0, 0, 0, 0.75);
879
- border: 1px solid #666;
880
- border-radius: 4px;
881
- }
882
- .context-menu .context-menu-list .context-menu-list-item {
883
- color: white;
884
- padding: 5px;
885
- cursor: pointer;
886
- }.media-control-pip button {
887
- float: right;
888
- height: 40px;
889
- margin-right: 20px;
890
- }
891
- .media-control-pip button svg {
892
- height: 20px;
893
- }*, :focus, :visited {
894
- outline: none !important;
895
- }
896
-
897
- .gear-wrapper .go-back {
898
- font-weight: 600;
899
- font-size: 14px;
900
- line-height: 20px;
901
- width: 100%;
902
- text-align: left;
903
- padding: 12px;
904
- }
905
- .gear-wrapper .go-back .arrow-left-icon {
906
- float: left;
907
- padding-top: 2px;
908
- padding-right: 2px;
909
- }
910
- .gear-wrapper .go-back .arrow-left-icon svg {
911
- height: 16px;
912
- }
913
- .gear-wrapper ul.gear-sub-menu {
914
- width: 100%;
915
- list-style-type: none;
916
- background-color: transparent;
917
- min-width: 60px;
918
- border-top: 2px solid rgb(36, 36, 36);
919
- }
920
- .gear-wrapper ul.gear-sub-menu li {
921
- font-size: 12px;
922
- text-align: left;
923
- }
924
- .gear-wrapper ul.gear-sub-menu li[data-title] {
925
- background-color: #c3c2c2;
926
- padding: 5px;
927
- }
928
- .gear-wrapper ul.gear-sub-menu li a {
929
- display: block;
930
- text-decoration: none;
931
- height: 32px;
932
- padding: 5px 10px;
933
- line-height: 22px;
934
- color: #fffffe;
935
- }
936
- .gear-wrapper ul.gear-sub-menu li a:hover {
937
- color: white;
938
- background-color: rgba(0, 0, 0, 0.4);
939
- }
940
- .gear-wrapper ul.gear-sub-menu li a:hover a {
941
- color: white;
942
- text-decoration: none;
943
- }
944
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
945
- width: 30px;
946
- height: 20px;
947
- float: left;
948
- display: block;
949
- }
950
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
951
- display: none;
952
- }
953
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
954
- display: inline;
955
- }
956
- .gear-wrapper svg {
957
- height: 20px;
958
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
959
- float: right;
960
- font-family: Roboto, "Open Sans", Arial, sans-serif;
961
- }
962
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
963
- height: 40px;
964
- width: 40px;
965
- padding-right: 20px;
966
- }
967
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
968
- height: 20px;
969
- }
970
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
971
- position: absolute;
972
- right: 16px;
973
- bottom: 52px;
974
- display: none;
975
- width: 250px;
976
- min-height: 48px;
977
- z-index: 9999;
978
- border-radius: 4px;
979
- }
980
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
981
- padding: 8px 0;
982
- }
983
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
984
- float: left;
985
- margin-right: 10px;
986
- }
987
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
988
- margin: 0;
989
- text-align: left;
990
- line-height: 22px;
991
- padding: 5px 14px;
992
- width: 250px;
993
- font-size: 12px;
994
- }
995
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
996
- float: right;
997
- margin-right: -14px;
998
- }
999
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
1000
- float: right;
1001
- margin-right: 8px;
1002
- }
1003
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
1004
- height: 20px;
1005
- }.dvr-controls[data-dvr-controls] {
1006
- display: inline-block;
1007
- float: left;
1008
- color: #fff;
1009
- line-height: 32px;
1010
- font-size: 10px;
1011
- font-weight: bold;
1012
- margin-left: 6px;
1013
- }
1014
- .dvr-controls[data-dvr-controls] .live-info {
1015
- cursor: default;
1016
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1017
- text-transform: uppercase;
1018
- }
1019
- .dvr-controls[data-dvr-controls] .live-info:before {
1020
- content: "";
1021
- display: inline-block;
1022
- position: relative;
1023
- width: 7px;
1024
- height: 7px;
1025
- border-radius: 3.5px;
1026
- margin-right: 3.5px;
1027
- background-color: #ff0101;
1028
- }
1029
- .dvr-controls[data-dvr-controls] .live-info.disabled {
1030
- opacity: 0.3;
1031
- }
1032
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
1033
- background-color: #fff;
1034
- }
1035
- .dvr-controls[data-dvr-controls] .live-button {
1036
- cursor: pointer;
1037
- outline: none;
1038
- display: none;
1039
- border: 0;
1040
- color: #fff;
1041
- background-color: transparent;
1042
- height: 32px;
1043
- padding: 0;
1044
- opacity: 0.7;
1045
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
1046
- text-transform: uppercase;
1047
- transition: all 0.1s ease;
1048
- }
1049
- .dvr-controls[data-dvr-controls] .live-button:before {
1050
- content: "";
1051
- display: inline-block;
1052
- position: relative;
1053
- width: 7px;
1054
- height: 7px;
1055
- border-radius: 3.5px;
1056
- margin-right: 3.5px;
1057
- background-color: #fff;
1058
- }
1059
- .dvr-controls[data-dvr-controls] .live-button:hover {
1060
- opacity: 1;
1061
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1062
- }
1063
-
1064
- .dvr-controls[data-dvr-controls] {
1065
- height: 40px;
1066
- line-height: 40px;
1067
- margin-left: 0;
1068
- }
1069
- .dvr-controls[data-dvr-controls] .live-info {
1070
- font-size: 14px;
1071
- letter-spacing: 0.8px;
1072
- font-weight: 500;
1073
- color: #fffffe;
1074
- margin-left: 21px;
1075
- }
1076
- .dvr-controls[data-dvr-controls] .live-info::before {
1077
- width: 10px;
1078
- height: 10px;
1079
- border-radius: 50%;
1080
- margin-right: 8px;
1081
- background-color: #ed4f4a;
1082
- }
1083
- .dvr-controls[data-dvr-controls] .live-button {
1084
- height: 40px;
1085
- opacity: 1;
1086
- font-size: 14px;
1087
- letter-spacing: 0.8px;
1088
- font-weight: 500;
1089
- margin-left: 20px;
1090
- }
1091
- .dvr-controls[data-dvr-controls] .live-button::before {
1092
- width: 10px;
1093
- height: 10px;
1094
- border-radius: 50%;
1095
- margin-right: 8px;
1096
- background-color: #cacaca;
1097
- }
1098
-
1099
- .dvr .dvr-controls[data-dvr-controls] .live-info {
1100
- display: none;
1101
- }
1102
- .dvr .dvr-controls[data-dvr-controls] .live-button {
1103
- display: block;
1038
+ justify-content: center;
1039
+ position: relative;
1104
1040
  }
1105
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1106
- background-color: #005aff;
1041
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1042
+ pointer-events: none;
1107
1043
  }
1108
-
1109
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1110
- background-color: #ff0101;
1111
- }.level-disabled {
1044
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1112
1045
  opacity: 0.5;
1113
- pointer-events: none;
1114
- }.scrub-thumbnails {
1115
- position: absolute;
1116
- bottom: 52px;
1117
- width: 100%;
1118
- transition: opacity 0.3s ease;
1119
1046
  }
1120
- .scrub-thumbnails.hidden {
1121
- opacity: 0;
1047
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1048
+ opacity: 0.5;
1122
1049
  }
1123
- .scrub-thumbnails .thumbnail-container {
1124
- display: inline-block;
1125
- position: relative;
1126
- overflow: hidden;
1127
- background-color: #000;
1050
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1051
+ background-color: rgba(0, 0, 0, 0);
1128
1052
  }
1129
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1130
- position: absolute;
1131
- width: auto;
1053
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1054
+ background-color: rgba(0, 0, 0, 0.3);
1132
1055
  }
1133
- .scrub-thumbnails .thumbnails-text {
1134
- background-color: rgba(74, 74, 74, 0.7);
1135
- border-radius: 3px;
1136
- white-space: nowrap;
1137
- overflow: hidden;
1138
- text-overflow: ellipsis;
1139
- color: white;
1140
- position: absolute;
1141
- bottom: 23px;
1142
- width: 100px;
1056
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1057
+ width: 80px;
1058
+ height: 60px;
1143
1059
  }
1144
- .scrub-thumbnails .spotlight {
1145
- background-color: #4a4a4a;
1146
- overflow: hidden;
1147
- position: absolute;
1148
- bottom: 0;
1149
- left: 0;
1150
- border-color: #4a4a4a;
1151
- border-style: solid;
1152
- border-width: 3px;
1153
- border-radius: 3px;
1060
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1061
+ width: 80px;
1062
+ height: 60px;
1154
1063
  }
1155
- .scrub-thumbnails .spotlight img {
1156
- width: auto;
1064
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1065
+ width: 120px;
1066
+ text-align: left;
1067
+ margin-left: 15px;
1157
1068
  }
1158
- .scrub-thumbnails .backdrop {
1159
- position: absolute;
1160
- left: 0;
1161
- bottom: 0;
1162
- right: 0;
1163
- background-color: #000;
1069
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1070
+ width: 120px;
1071
+ height: 20px;
1072
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1073
+ font-size: 14px;
1074
+ font-weight: normal;
1075
+ font-style: normal;
1076
+ font-stretch: normal;
1077
+ line-height: 1.43;
1078
+ letter-spacing: normal;
1079
+ text-align: left;
1080
+ color: #fff;
1081
+ text-overflow: ellipsis;
1164
1082
  overflow: hidden;
1165
1083
  }
1166
- .scrub-thumbnails .backdrop .carousel {
1167
- position: absolute;
1168
- top: 0;
1169
- left: 0;
1170
- height: 100%;
1171
- white-space: nowrap;
1084
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1085
+ opacity: 0.6;
1172
1086
  }
1173
- .scrub-thumbnails .backdrop .carousel img {
1174
- width: auto;
1175
- }.clips.bar-container[data-seekbar] {
1176
- clip-path: url("#myClip");
1177
- }.player-poster[data-poster] {
1178
- display: flex;
1179
- justify-content: center;
1180
- align-items: center;
1181
- position: absolute;
1182
- height: 100%;
1183
- width: 100%;
1184
- z-index: 998;
1185
- top: 0;
1186
- left: 0;
1187
- background-color: #000;
1188
- background-size: cover;
1189
- background-repeat: no-repeat;
1190
- background-position: 50% 50%;
1087
+ .multicamera[data-multicamera] li[data-title] {
1088
+ background-color: #c3c2c2;
1089
+ padding: 5px;
1191
1090
  }
1192
- .player-poster[data-poster].clickable {
1193
- cursor: pointer;
1091
+ .multicamera[data-multicamera] li a {
1092
+ color: #444;
1093
+ padding: 2px 10px;
1094
+ display: block;
1095
+ text-decoration: none;
1194
1096
  }
1195
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1196
- opacity: 1;
1097
+ .multicamera[data-multicamera] li a:hover {
1098
+ background-color: #555;
1099
+ color: white;
1197
1100
  }
1198
- .player-poster[data-poster] .play-wrapper[data-poster] {
1199
- width: 100%;
1200
- height: 25%;
1201
- margin: 0 auto;
1202
- opacity: 0.75;
1203
- transition: opacity 0.1s ease;
1101
+ .multicamera[data-multicamera] li a:hover a {
1102
+ color: white;
1103
+ text-decoration: none;
1204
1104
  }
1205
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1206
- height: 100%;
1207
- display: inline;
1105
+ .multicamera[data-multicamera] li.current a {
1106
+ color: #f00;
1208
1107
  }
1209
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1210
- fill: #fff;
1108
+
1109
+ @keyframes pulse {
1110
+ 0% {
1111
+ color: #fff;
1112
+ }
1113
+ 50% {
1114
+ color: #ff0101;
1115
+ }
1116
+ 100% {
1117
+ color: #B80000;
1118
+ }
1119
+ }.media-control-pip button {
1120
+ float: right;
1121
+ height: 40px;
1122
+ margin-right: 20px;
1123
+ }
1124
+ .media-control-pip button svg {
1125
+ height: 20px;
1211
1126
  }[data-player] {
1212
1127
  --bottom-panel: 40px;
1213
1128
  }
@@ -1839,50 +1754,179 @@
1839
1754
  bottom: 52px;
1840
1755
  margin-left: -28px;
1841
1756
  }
1842
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1843
- transform: rotate(-180deg);
1844
- font-size: 16px;
1845
- text-align: center;
1846
- white-space: nowrap;
1847
- height: 30px;
1757
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1758
+ transform: rotate(-180deg);
1759
+ font-size: 16px;
1760
+ text-align: center;
1761
+ white-space: nowrap;
1762
+ height: 30px;
1763
+ }
1764
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1765
+ height: 30px;
1766
+ padding: 5px 10px;
1767
+ color: #fffffe;
1768
+ }
1769
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1770
+ background-color: rgba(0, 0, 0, 0.4);
1771
+ }
1772
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1773
+ background-color: rgba(0, 0, 0, 0.4);
1774
+ }
1775
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1776
+ border-bottom-left-radius: 4px;
1777
+ border-bottom-right-radius: 4px;
1778
+ }
1779
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1780
+ border-top-left-radius: 4px;
1781
+ border-top-right-radius: 4px;
1782
+ }
1783
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1784
+ height: 26px;
1785
+ line-height: 26px;
1786
+ bottom: 52px;
1787
+ border-radius: 3px;
1788
+ background-color: rgba(74, 74, 74, 0.7);
1789
+ }
1790
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1791
+ letter-spacing: 0.8px;
1792
+ font-size: 14px;
1793
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1794
+ }
1795
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1796
+ padding-left: 8px;
1797
+ padding-right: 8px;
1798
+ }
1799
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1800
+ display: none !important;
1801
+ }.level-disabled {
1802
+ opacity: 0.5;
1803
+ pointer-events: none;
1804
+ }.player-poster[data-poster] {
1805
+ display: flex;
1806
+ justify-content: center;
1807
+ align-items: center;
1808
+ position: absolute;
1809
+ height: 100%;
1810
+ width: 100%;
1811
+ z-index: 998;
1812
+ top: 0;
1813
+ left: 0;
1814
+ background-color: #000;
1815
+ background-size: cover;
1816
+ background-repeat: no-repeat;
1817
+ background-position: 50% 50%;
1818
+ }
1819
+ .player-poster[data-poster].clickable {
1820
+ cursor: pointer;
1821
+ }
1822
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1823
+ opacity: 1;
1824
+ }
1825
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1826
+ width: 100%;
1827
+ height: 25%;
1828
+ margin: 0 auto;
1829
+ opacity: 0.75;
1830
+ transition: opacity 0.1s ease;
1831
+ }
1832
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1833
+ height: 100%;
1834
+ display: inline;
1835
+ }
1836
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1837
+ fill: #fff;
1838
+ }.spinner-three-bounce[data-spinner] {
1839
+ position: absolute;
1840
+ width: 70px;
1841
+ text-align: center;
1842
+ z-index: 999;
1843
+ left: 0;
1844
+ right: 0;
1845
+ margin: 0 auto;
1846
+ margin-left: auto;
1847
+ margin-right: auto;
1848
+ /* center vertically */
1849
+ top: 50%;
1850
+ transform: translateY(-50%);
1851
+ }
1852
+ .spinner-three-bounce[data-spinner] > div {
1853
+ width: 18px;
1854
+ height: 18px;
1855
+ background-color: #FFF;
1856
+ border-radius: 100%;
1857
+ display: inline-block;
1858
+ animation: bouncedelay 1.4s infinite ease-in-out;
1859
+ /* Prevent first frame from flickering when animation starts */
1860
+ animation-fill-mode: both;
1861
+ }
1862
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1863
+ animation-delay: -0.32s;
1848
1864
  }
1849
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1850
- height: 30px;
1851
- padding: 5px 10px;
1852
- color: #fffffe;
1865
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1866
+ animation-delay: -0.16s;
1853
1867
  }
1854
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1855
- background-color: rgba(0, 0, 0, 0.4);
1868
+
1869
+ @keyframes bouncedelay {
1870
+ 0%, 80%, 100% {
1871
+ transform: scale(0);
1872
+ }
1873
+ 40% {
1874
+ transform: scale(1);
1875
+ }
1876
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1877
+ height: 0;
1856
1878
  }
1857
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1858
- background-color: rgba(0, 0, 0, 0.4);
1879
+
1880
+ .skip_time_plugin[data-skip-time] {
1881
+ position: absolute;
1882
+ width: 100%;
1883
+ height: calc(100% - 50px);
1884
+ z-index: 9998;
1885
+ background-color: transparent;
1886
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1859
1887
  }
1860
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1861
- border-bottom-left-radius: 4px;
1862
- border-bottom-right-radius: 4px;
1888
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1889
+ width: 100%;
1890
+ height: 100%;
1891
+ display: flex;
1892
+ justify-content: space-between;
1863
1893
  }
1864
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1865
- border-top-left-radius: 4px;
1866
- border-top-right-radius: 4px;
1894
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1895
+ width: 33.3%;
1896
+ height: 100%;
1897
+ }.seek-time[data-seek-time] {
1898
+ position: absolute;
1899
+ white-space: nowrap;
1900
+ height: 20px;
1901
+ line-height: 20px;
1902
+ font-size: 0;
1903
+ left: -100%;
1904
+ bottom: 55px;
1905
+ background-color: rgba(2, 2, 2, 0.5);
1906
+ z-index: 9999;
1907
+ transition: opacity 0.1s ease;
1867
1908
  }
1868
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1869
- height: 26px;
1870
- line-height: 26px;
1871
- bottom: 52px;
1872
- border-radius: 3px;
1873
- background-color: rgba(74, 74, 74, 0.7);
1909
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1910
+ opacity: 0;
1874
1911
  }
1875
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1876
- letter-spacing: 0.8px;
1877
- font-size: 14px;
1878
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1912
+ .seek-time[data-seek-time] [data-seek-time] {
1913
+ display: inline-block;
1914
+ color: white;
1915
+ font-size: 10px;
1916
+ padding-left: 7px;
1917
+ padding-right: 7px;
1918
+ vertical-align: top;
1879
1919
  }
1880
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1881
- padding-left: 8px;
1882
- padding-right: 8px;
1920
+ .seek-time[data-seek-time] [data-duration] {
1921
+ display: inline-block;
1922
+ color: rgba(255, 255, 255, 0.5);
1923
+ font-size: 10px;
1924
+ padding-right: 7px;
1925
+ vertical-align: top;
1883
1926
  }
1884
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1885
- display: none !important;
1927
+ .seek-time[data-seek-time] [data-duration]::before {
1928
+ content: "|";
1929
+ margin-right: 7px;
1886
1930
  }.share_plugin[data-share] {
1887
1931
  pointer-events: auto;
1888
1932
  z-index: 5;
@@ -1966,44 +2010,6 @@
1966
2010
  display: inline-block;
1967
2011
  margin-right: 5px;
1968
2012
  cursor: pointer;
1969
- }.spinner-three-bounce[data-spinner] {
1970
- position: absolute;
1971
- width: 70px;
1972
- text-align: center;
1973
- z-index: 999;
1974
- left: 0;
1975
- right: 0;
1976
- margin: 0 auto;
1977
- margin-left: auto;
1978
- margin-right: auto;
1979
- /* center vertically */
1980
- top: 50%;
1981
- transform: translateY(-50%);
1982
- }
1983
- .spinner-three-bounce[data-spinner] > div {
1984
- width: 18px;
1985
- height: 18px;
1986
- background-color: #FFF;
1987
- border-radius: 100%;
1988
- display: inline-block;
1989
- animation: bouncedelay 1.4s infinite ease-in-out;
1990
- /* Prevent first frame from flickering when animation starts */
1991
- animation-fill-mode: both;
1992
- }
1993
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1994
- animation-delay: -0.32s;
1995
- }
1996
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1997
- animation-delay: -0.16s;
1998
- }
1999
-
2000
- @keyframes bouncedelay {
2001
- 0%, 80%, 100% {
2002
- transform: scale(0);
2003
- }
2004
- 40% {
2005
- transform: scale(1);
2006
- }
2007
2013
  }*, :focus, :visited {
2008
2014
  outline: none !important;
2009
2015
  }
@@ -2085,80 +2091,74 @@
2085
2091
  .ios-fullscreen::cue {
2086
2092
  visibility: visible !important;
2087
2093
  font-size: 1em !important;
2088
- }.seek-time[data-seek-time] {
2094
+ }.player-logo[data-logo] {
2089
2095
  position: absolute;
2090
- white-space: nowrap;
2091
- height: 20px;
2092
- line-height: 20px;
2093
- font-size: 0;
2094
- left: -100%;
2095
- bottom: 55px;
2096
- background-color: rgba(2, 2, 2, 0.5);
2097
- z-index: 9999;
2098
- transition: opacity 0.1s ease;
2096
+ z-index: 2;
2097
+ width: 100%;
2098
+ height: 100%;
2099
2099
  }
2100
- .seek-time[data-seek-time].hidden[data-seek-time] {
2101
- opacity: 0;
2100
+
2101
+ .clappr-logo {
2102
+ position: absolute;
2103
+ }.scrub-thumbnails {
2104
+ position: absolute;
2105
+ bottom: 52px;
2106
+ width: 100%;
2107
+ transition: opacity 0.3s ease;
2102
2108
  }
2103
- .seek-time[data-seek-time] [data-seek-time] {
2104
- display: inline-block;
2105
- color: white;
2106
- font-size: 10px;
2107
- padding-left: 7px;
2108
- padding-right: 7px;
2109
- vertical-align: top;
2109
+ .scrub-thumbnails.hidden {
2110
+ opacity: 0;
2110
2111
  }
2111
- .seek-time[data-seek-time] [data-duration] {
2112
+ .scrub-thumbnails .thumbnail-container {
2112
2113
  display: inline-block;
2113
- color: rgba(255, 255, 255, 0.5);
2114
- font-size: 10px;
2115
- padding-right: 7px;
2116
- vertical-align: top;
2114
+ position: relative;
2115
+ overflow: hidden;
2116
+ background-color: #000;
2117
2117
  }
2118
- .seek-time[data-seek-time] [data-duration]::before {
2119
- content: "|";
2120
- margin-right: 7px;
2121
- }div.player-error-screen, [data-player] div.player-error-screen {
2122
- color: #CCCACA;
2118
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2123
2119
  position: absolute;
2124
- top: 0;
2125
- height: 100%;
2126
- width: 100%;
2127
- background-color: rgba(0, 0, 0, 0.7);
2128
- z-index: 2000;
2129
- display: flex;
2130
- flex-direction: column;
2131
- justify-content: center;
2120
+ width: auto;
2132
2121
  }
2133
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
2134
- font-size: 14px;
2135
- color: #CCCACA;
2136
- margin-top: 45px;
2122
+ .scrub-thumbnails .thumbnails-text {
2123
+ background-color: rgba(74, 74, 74, 0.7);
2124
+ border-radius: 3px;
2125
+ white-space: nowrap;
2126
+ overflow: hidden;
2127
+ text-overflow: ellipsis;
2128
+ color: white;
2129
+ position: absolute;
2130
+ bottom: 23px;
2131
+ width: 100px;
2137
2132
  }
2138
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
2139
- font-weight: bold;
2140
- line-height: 30px;
2141
- font-size: 18px;
2133
+ .scrub-thumbnails .spotlight {
2134
+ background-color: #4a4a4a;
2135
+ overflow: hidden;
2136
+ position: absolute;
2137
+ bottom: 0;
2138
+ left: 0;
2139
+ border-color: #4a4a4a;
2140
+ border-style: solid;
2141
+ border-width: 3px;
2142
+ border-radius: 3px;
2142
2143
  }
2143
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
2144
- width: 90%;
2145
- margin: 0 auto;
2144
+ .scrub-thumbnails .spotlight img {
2145
+ width: auto;
2146
2146
  }
2147
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
2148
- font-size: 13px;
2149
- margin-top: 15px;
2147
+ .scrub-thumbnails .backdrop {
2148
+ position: absolute;
2149
+ left: 0;
2150
+ bottom: 0;
2151
+ right: 0;
2152
+ background-color: #000;
2153
+ overflow: hidden;
2150
2154
  }
2151
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2152
- cursor: pointer;
2153
- width: 30px;
2154
- margin: 15px auto 0;
2155
- }.player-logo[data-logo] {
2155
+ .scrub-thumbnails .backdrop .carousel {
2156
2156
  position: absolute;
2157
- z-index: 2;
2158
- width: 100%;
2157
+ top: 0;
2158
+ left: 0;
2159
2159
  height: 100%;
2160
+ white-space: nowrap;
2160
2161
  }
2161
-
2162
- .clappr-logo {
2163
- position: absolute;
2162
+ .scrub-thumbnails .backdrop .carousel img {
2163
+ width: auto;
2164
2164
  }