@gcorevideo/player 2.20.15 → 2.20.17

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,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.big-mute-icon-wrapper[data-big-mute] {
126
- position: absolute;
127
- z-index: 9998;
128
- background-color: transparent;
129
- display: flex;
130
- justify-content: center;
131
- width: 100%;
132
- height: calc(100% - 50px);
133
- margin: 0 auto;
134
- opacity: 0.75;
135
- transition: opacity 0.1s ease;
136
- pointer-events: auto;
137
- }
138
- .big-mute-icon-wrapper[data-big-mute].hide {
139
- display: none;
140
- }
141
- .big-mute-icon-wrapper[data-big-mute]:hover {
142
- cursor: pointer;
143
- }
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;
160
- }
161
- .big-mute-icon[data-big-mute-icon] svg {
162
- margin-left: 5px;
163
- width: 80px;
164
- height: 80px;
165
- }
166
- .big-mute-icon[data-big-mute-icon] svg path {
167
- fill: #1f1e1e !important;
168
- }
169
- .big-mute-icon[data-big-mute-icon]:hover {
170
- background: rgba(240, 243, 247, 0.8784313725);
171
- }
172
- .big-mute-icon[data-big-mute-icon]:hover svg path {
173
- fill: #151515 !important;
174
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
175
- float: right;
176
- font-family: Roboto, "Open Sans", Arial, sans-serif;
177
- }
178
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
179
- height: 40px;
180
- width: 40px;
181
- padding-right: 20px;
182
- }
183
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
184
- height: 20px;
185
- }
186
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
187
- position: absolute;
188
- right: 16px;
189
- bottom: 52px;
190
- display: none;
191
- width: 250px;
192
- min-height: 48px;
193
- z-index: 9999;
194
- border-radius: 4px;
195
- }
196
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
197
- padding: 8px 0;
198
- }
199
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
200
- float: left;
201
- margin-right: 10px;
202
- }
203
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
204
- margin: 0;
205
- text-align: left;
206
- line-height: 22px;
207
- padding: 5px 14px;
208
- width: 250px;
209
- font-size: 12px;
210
- }
211
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
212
- float: right;
213
- margin-right: -14px;
214
- }
215
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
216
- float: right;
217
- margin-right: 8px;
218
- }
219
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
220
- height: 20px;
221
- }.context-menu {
222
- z-index: 999;
223
- position: absolute;
224
- top: 0;
225
- left: 0;
226
- text-align: center;
227
- }
228
- .context-menu .context-menu-list {
229
- font-family: "Proxima Nova", sans-serif;
230
- font-size: 12px;
231
- line-height: 12px;
232
- list-style-type: none;
233
- text-align: left;
234
- padding: 5px;
235
- margin-left: auto;
236
- margin-right: auto;
237
- background-color: rgba(0, 0, 0, 0.75);
238
- border: 1px solid #666;
239
- border-radius: 4px;
240
- }
241
- .context-menu .context-menu-list .context-menu-list-item {
242
- color: white;
243
- padding: 5px;
244
- cursor: pointer;
245
- }*, :focus, :visited {
246
- outline: none !important;
247
- }
248
-
249
- .gear-wrapper .go-back {
250
- font-weight: 600;
251
- font-size: 14px;
252
- line-height: 20px;
253
- width: 100%;
254
- text-align: left;
255
- padding: 12px;
256
- }
257
- .gear-wrapper .go-back .arrow-left-icon {
258
- float: left;
259
- padding-top: 2px;
260
- padding-right: 2px;
261
- }
262
- .gear-wrapper .go-back .arrow-left-icon svg {
263
- height: 16px;
264
- }
265
- .gear-wrapper ul.gear-sub-menu {
266
- width: 100%;
267
- list-style-type: none;
268
- background-color: transparent;
269
- min-width: 60px;
270
- border-top: 2px solid rgb(36, 36, 36);
271
- }
272
- .gear-wrapper ul.gear-sub-menu li {
273
- font-size: 12px;
274
- text-align: left;
275
- }
276
- .gear-wrapper ul.gear-sub-menu li[data-title] {
277
- background-color: #c3c2c2;
278
- padding: 5px;
279
- }
280
- .gear-wrapper ul.gear-sub-menu li a {
281
- display: block;
282
- text-decoration: none;
283
- height: 32px;
284
- padding: 5px 10px;
285
- line-height: 22px;
286
- color: #fffffe;
287
- }
288
- .gear-wrapper ul.gear-sub-menu li a:hover {
289
- color: white;
290
- background-color: rgba(0, 0, 0, 0.4);
291
- }
292
- .gear-wrapper ul.gear-sub-menu li a:hover a {
293
- color: white;
294
- text-decoration: none;
295
- }
296
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
297
- width: 30px;
298
- height: 20px;
299
- float: left;
300
- display: block;
301
- }
302
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
303
- display: none;
304
- }
305
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
306
- display: inline;
307
- }
308
- .gear-wrapper svg {
309
- height: 20px;
310
125
  }*, :focus, :visited {
311
126
  outline: none !important;
312
127
  }
@@ -444,238 +259,55 @@
444
259
  100% {
445
260
  color: #B80000;
446
261
  }
447
- }.dvr-controls[data-dvr-controls] {
448
- display: inline-block;
449
- float: left;
450
- color: #fff;
451
- line-height: 32px;
452
- font-size: 10px;
453
- font-weight: bold;
454
- margin-left: 6px;
455
- height: 40px;
456
- line-height: 40px;
457
- margin-left: 0;
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;
458
274
  }
459
- .dvr-controls[data-dvr-controls] .live-info {
460
- cursor: default;
461
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
462
- text-transform: uppercase;
275
+ .big-mute-icon-wrapper[data-big-mute].hide {
276
+ display: none;
463
277
  }
464
- .dvr-controls[data-dvr-controls] .live-info:before {
465
- content: "";
466
- display: inline-block;
467
- position: relative;
468
- width: 7px;
469
- height: 7px;
470
- border-radius: 3.5px;
471
- margin-right: 3.5px;
472
- background-color: #ff0101;
278
+ .big-mute-icon-wrapper[data-big-mute]:hover {
279
+ cursor: pointer;
473
280
  }
474
- .dvr-controls[data-dvr-controls] .live-info.disabled {
475
- opacity: 0.3;
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;
476
297
  }
477
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
478
- background-color: #fff;
298
+ .big-mute-icon[data-big-mute-icon] svg {
299
+ margin-left: 5px;
300
+ width: 80px;
301
+ height: 80px;
479
302
  }
480
- .dvr-controls[data-dvr-controls] .live-button {
481
- cursor: pointer;
482
- outline: none;
483
- display: none;
484
- border: 0;
485
- color: #fff;
486
- background-color: transparent;
487
- height: 32px;
488
- padding: 0;
489
- opacity: 0.7;
490
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
491
- text-transform: uppercase;
492
- transition: all 0.1s ease;
493
- }
494
- .dvr-controls[data-dvr-controls] .live-button:before {
495
- content: "";
496
- display: inline-block;
497
- position: relative;
498
- width: 7px;
499
- height: 7px;
500
- border-radius: 3.5px;
501
- margin-right: 3.5px;
502
- background-color: #fff;
503
- }
504
- .dvr-controls[data-dvr-controls] .live-button:hover {
505
- opacity: 1;
506
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
507
- }
508
- .dvr-controls[data-dvr-controls] .live-info {
509
- font-size: 14px;
510
- letter-spacing: 0.8px;
511
- font-weight: 500;
512
- color: #fffffe;
513
- margin-left: 21px;
514
- }
515
- .dvr-controls[data-dvr-controls] .live-info::before {
516
- width: 10px;
517
- height: 10px;
518
- border-radius: 50%;
519
- margin-right: 8px;
520
- background-color: #ed4f4a;
521
- }
522
- .dvr-controls[data-dvr-controls] .live-button {
523
- height: 40px;
524
- opacity: 1;
525
- font-size: 14px;
526
- letter-spacing: 0.8px;
527
- font-weight: 500;
528
- margin-left: 20px;
529
- }
530
- .dvr-controls[data-dvr-controls] .live-button::before {
531
- width: 10px;
532
- height: 10px;
533
- border-radius: 50%;
534
- margin-right: 8px;
535
- background-color: #cacaca;
536
- }
537
-
538
- .dvr .dvr-controls[data-dvr-controls] .live-info {
539
- display: none;
540
- }
541
- .dvr .dvr-controls[data-dvr-controls] .live-button {
542
- display: block;
543
- }
544
- .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] {
545
- background-color: #005aff;
546
- }
547
-
548
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
549
- background-color: #ff0101;
550
- }.clips.bar-container[data-seekbar] {
551
- clip-path: url("#myClip");
552
- }div.player-error-screen, [data-player] div.player-error-screen {
553
- color: #CCCACA;
554
- position: absolute;
555
- top: 0;
556
- height: 100%;
557
- width: 100%;
558
- background-color: rgba(0, 0, 0, 0.7);
559
- z-index: 2000;
560
- display: flex;
561
- flex-direction: column;
562
- justify-content: center;
563
- }
564
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
565
- font-size: 14px;
566
- color: #CCCACA;
567
- margin-top: 45px;
568
- }
569
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
570
- font-weight: bold;
571
- line-height: 30px;
572
- font-size: 18px;
573
- }
574
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
575
- width: 90%;
576
- margin: 0 auto;
577
- }
578
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
579
- font-size: 13px;
580
- margin-top: 15px;
581
- }
582
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
583
- cursor: pointer;
584
- width: 30px;
585
- margin: 15px auto 0;
586
- }.level-disabled {
587
- opacity: 0.5;
588
- pointer-events: none;
589
- }.media-control-pip button {
590
- float: right;
591
- height: 40px;
592
- margin-right: 20px;
593
- }
594
- .media-control-pip button svg {
595
- height: 20px;
596
- }.share_plugin[data-share] {
597
- pointer-events: auto;
598
- z-index: 5;
599
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
600
- }
601
- .share_plugin[data-share].share-hide .share-button-container {
602
- right: -50px;
603
- }
604
- .share_plugin[data-share] .share-button-container {
605
- cursor: pointer;
606
- width: 36px;
607
- height: 36px;
608
- background-color: rgba(74, 74, 74, 0.6);
609
- border-radius: 4px;
610
- position: absolute;
611
- right: 10px;
612
- top: 10px;
613
- padding-top: 6px;
614
- transition: all 0.3s ease-out;
615
- }
616
- .share_plugin[data-share] .share-button-container button[data-share-button] {
617
- background-color: transparent;
618
- border: 0;
619
- margin: 0 6px;
620
- padding: 0;
621
- cursor: pointer;
622
- display: inline-block;
623
- width: 19px;
624
- height: 20px;
625
- }
626
- .share_plugin[data-share] .share-container {
627
- pointer-events: auto;
628
- position: absolute;
629
- width: 280px;
630
- background-color: white;
631
- transform: translate(0, 50%);
632
- transform: translate(-50%, -50%);
633
- left: 50%;
634
- /* margin-left: -140px; */
635
- top: calc(50% - 20px);
636
- /* margin-top: -170px; */
637
- }
638
- .share_plugin[data-share] .share-container .share-container-header {
639
- text-align: left;
640
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
641
- }
642
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
643
- display: inline-block;
644
- font-size: 16px;
645
- margin: 5px;
646
- }
647
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
648
- display: inline-block;
649
- width: 24px;
650
- float: right;
651
- margin: 5px;
652
- cursor: pointer;
653
- }
654
- .share_plugin[data-share] .share-container .share-container-main {
655
- margin-bottom: 8px;
656
- }
657
- .share_plugin[data-share] .share-container .share-container-main > div {
658
- text-align: left;
659
- font-size: 14px;
660
- padding: 5px;
661
- }
662
- .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 {
663
- overflow: hidden;
664
- text-overflow: ellipsis;
665
- color: #818181;
666
- border: solid 1px #d3d3d3;
667
- width: calc(100% - 10px);
668
- padding: 5px;
303
+ .big-mute-icon[data-big-mute-icon] svg path {
304
+ fill: #1f1e1e !important;
669
305
  }
670
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
671
- max-height: 90px;
672
- resize: none;
306
+ .big-mute-icon[data-big-mute-icon]:hover {
307
+ background: rgba(240, 243, 247, 0.8784313725);
673
308
  }
674
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
675
- width: 32px;
676
- display: inline-block;
677
- margin-right: 5px;
678
- cursor: pointer;
309
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
310
+ fill: #151515 !important;
679
311
  }:root {
680
312
  --primary-background-color: #000;
681
313
  --secondary-background-color: #262626;
@@ -1058,60 +690,333 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1058
690
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1059
691
  width: 25%;
1060
692
  }
1061
- }*, :focus, :visited {
1062
- outline: none !important;
1063
- }
1064
-
1065
- .multicamera[data-multicamera] {
693
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1066
694
  float: right;
1067
- margin-top: 4px;
1068
- position: relative;
1069
- margin-right: 20px;
1070
- width: 20px;
1071
- }
1072
- .multicamera[data-multicamera] button {
1073
- background-color: transparent;
1074
- color: #fff;
1075
695
  font-family: Roboto, "Open Sans", Arial, sans-serif;
1076
- -webkit-font-smoothing: antialiased;
1077
- border: none;
1078
- font-size: 14px;
1079
- padding: 0;
1080
- }
1081
- .multicamera[data-multicamera] button svg {
1082
- height: 20px;
1083
- position: relative;
1084
- margin-top: 6px;
1085
- }
1086
- .multicamera[data-multicamera] button:hover {
1087
- color: #c9c9c9;
1088
696
  }
1089
- .multicamera[data-multicamera] button.changing {
1090
- animation: pulse 0.5s infinite alternate;
697
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
698
+ height: 40px;
699
+ width: 40px;
700
+ padding-right: 20px;
1091
701
  }
1092
- .multicamera[data-multicamera] button span.quality-arrow {
1093
- width: 9px;
1094
- height: 6px;
1095
- margin-top: 11px;
1096
- margin-left: 5px;
702
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
703
+ height: 20px;
1097
704
  }
1098
- .multicamera[data-multicamera] > ul {
1099
- padding: 6px 0;
1100
- right: -24px;
1101
- width: 245px;
1102
- list-style-type: none;
705
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1103
706
  position: absolute;
1104
- bottom: 48px;
1105
- border-radius: 4px;
707
+ right: 16px;
708
+ bottom: 52px;
1106
709
  display: none;
1107
- background-color: rgba(74, 74, 74, 0.9);
710
+ width: 250px;
711
+ min-height: 48px;
712
+ z-index: 9999;
713
+ border-radius: 4px;
1108
714
  }
1109
- .multicamera[data-multicamera] > ul::after {
1110
- content: "";
1111
- position: absolute;
1112
- top: 100%;
1113
- left: 85%;
1114
- margin-left: -10px;
715
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
716
+ padding: 8px 0;
717
+ }
718
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
719
+ float: left;
720
+ margin-right: 10px;
721
+ }
722
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
723
+ margin: 0;
724
+ text-align: left;
725
+ line-height: 22px;
726
+ padding: 5px 14px;
727
+ width: 250px;
728
+ font-size: 12px;
729
+ }
730
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
731
+ float: right;
732
+ margin-right: -14px;
733
+ }
734
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
735
+ float: right;
736
+ margin-right: 8px;
737
+ }
738
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
739
+ height: 20px;
740
+ }*, :focus, :visited {
741
+ outline: none !important;
742
+ }
743
+
744
+ .gear-wrapper .go-back {
745
+ font-weight: 600;
746
+ font-size: 14px;
747
+ line-height: 20px;
748
+ width: 100%;
749
+ text-align: left;
750
+ padding: 12px;
751
+ }
752
+ .gear-wrapper .go-back .arrow-left-icon {
753
+ float: left;
754
+ padding-top: 2px;
755
+ padding-right: 2px;
756
+ }
757
+ .gear-wrapper .go-back .arrow-left-icon svg {
758
+ height: 16px;
759
+ }
760
+ .gear-wrapper ul.gear-sub-menu {
761
+ width: 100%;
762
+ list-style-type: none;
763
+ background-color: transparent;
764
+ min-width: 60px;
765
+ border-top: 2px solid rgb(36, 36, 36);
766
+ }
767
+ .gear-wrapper ul.gear-sub-menu li {
768
+ font-size: 12px;
769
+ text-align: left;
770
+ }
771
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
772
+ background-color: #c3c2c2;
773
+ padding: 5px;
774
+ }
775
+ .gear-wrapper ul.gear-sub-menu li a {
776
+ display: block;
777
+ text-decoration: none;
778
+ height: 32px;
779
+ padding: 5px 10px;
780
+ line-height: 22px;
781
+ color: #fffffe;
782
+ }
783
+ .gear-wrapper ul.gear-sub-menu li a:hover {
784
+ color: white;
785
+ background-color: rgba(0, 0, 0, 0.4);
786
+ }
787
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
788
+ color: white;
789
+ text-decoration: none;
790
+ }
791
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
792
+ width: 30px;
793
+ height: 20px;
794
+ float: left;
795
+ display: block;
796
+ }
797
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
798
+ display: none;
799
+ }
800
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
801
+ display: inline;
802
+ }
803
+ .gear-wrapper svg {
804
+ height: 20px;
805
+ }.context-menu {
806
+ z-index: 999;
807
+ position: absolute;
808
+ top: 0;
809
+ left: 0;
810
+ text-align: center;
811
+ }
812
+ .context-menu .context-menu-list {
813
+ font-family: "Proxima Nova", sans-serif;
814
+ font-size: 12px;
815
+ line-height: 12px;
816
+ list-style-type: none;
817
+ text-align: left;
818
+ padding: 5px;
819
+ margin-left: auto;
820
+ margin-right: auto;
821
+ background-color: rgba(0, 0, 0, 0.75);
822
+ border: 1px solid #666;
823
+ border-radius: 4px;
824
+ }
825
+ .context-menu .context-menu-list .context-menu-list-item {
826
+ color: white;
827
+ padding: 5px;
828
+ cursor: pointer;
829
+ }div.player-error-screen, [data-player] div.player-error-screen {
830
+ color: #CCCACA;
831
+ position: absolute;
832
+ top: 0;
833
+ height: 100%;
834
+ width: 100%;
835
+ background-color: rgba(0, 0, 0, 0.7);
836
+ z-index: 2000;
837
+ display: flex;
838
+ flex-direction: column;
839
+ justify-content: center;
840
+ }
841
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
842
+ font-size: 14px;
843
+ color: #CCCACA;
844
+ margin-top: 45px;
845
+ }
846
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
847
+ font-weight: bold;
848
+ line-height: 30px;
849
+ font-size: 18px;
850
+ }
851
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
852
+ width: 90%;
853
+ margin: 0 auto;
854
+ }
855
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
856
+ font-size: 13px;
857
+ margin-top: 15px;
858
+ }
859
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
860
+ cursor: pointer;
861
+ width: 30px;
862
+ margin: 15px auto 0;
863
+ }.dvr-controls[data-dvr-controls] {
864
+ display: inline-block;
865
+ float: left;
866
+ color: #fff;
867
+ line-height: 32px;
868
+ font-size: 10px;
869
+ font-weight: bold;
870
+ margin-left: 6px;
871
+ height: 40px;
872
+ line-height: 40px;
873
+ margin-left: 0;
874
+ }
875
+ .dvr-controls[data-dvr-controls] .live-info {
876
+ cursor: default;
877
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
878
+ text-transform: uppercase;
879
+ }
880
+ .dvr-controls[data-dvr-controls] .live-info:before {
881
+ content: "";
882
+ display: inline-block;
883
+ position: relative;
884
+ width: 7px;
885
+ height: 7px;
886
+ border-radius: 3.5px;
887
+ margin-right: 3.5px;
888
+ background-color: #ff0101;
889
+ }
890
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
891
+ opacity: 0.3;
892
+ }
893
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
894
+ background-color: #fff;
895
+ }
896
+ .dvr-controls[data-dvr-controls] .live-button {
897
+ cursor: pointer;
898
+ outline: none;
899
+ display: none;
900
+ border: 0;
901
+ color: #fff;
902
+ background-color: transparent;
903
+ height: 32px;
904
+ padding: 0;
905
+ opacity: 0.7;
906
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
907
+ text-transform: uppercase;
908
+ transition: all 0.1s ease;
909
+ }
910
+ .dvr-controls[data-dvr-controls] .live-button:before {
911
+ content: "";
912
+ display: inline-block;
913
+ position: relative;
914
+ width: 7px;
915
+ height: 7px;
916
+ border-radius: 3.5px;
917
+ margin-right: 3.5px;
918
+ background-color: #fff;
919
+ }
920
+ .dvr-controls[data-dvr-controls] .live-button:hover {
921
+ opacity: 1;
922
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
923
+ }
924
+ .dvr-controls[data-dvr-controls] .live-info {
925
+ font-size: 14px;
926
+ letter-spacing: 0.8px;
927
+ font-weight: 500;
928
+ color: #fffffe;
929
+ margin-left: 21px;
930
+ }
931
+ .dvr-controls[data-dvr-controls] .live-info::before {
932
+ width: 10px;
933
+ height: 10px;
934
+ border-radius: 50%;
935
+ margin-right: 8px;
936
+ background-color: #ed4f4a;
937
+ }
938
+ .dvr-controls[data-dvr-controls] .live-button {
939
+ height: 40px;
940
+ opacity: 1;
941
+ font-size: 14px;
942
+ letter-spacing: 0.8px;
943
+ font-weight: 500;
944
+ margin-left: 20px;
945
+ }
946
+ .dvr-controls[data-dvr-controls] .live-button::before {
947
+ width: 10px;
948
+ height: 10px;
949
+ border-radius: 50%;
950
+ margin-right: 8px;
951
+ background-color: #cacaca;
952
+ }
953
+
954
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
955
+ display: none;
956
+ }
957
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
958
+ display: block;
959
+ }
960
+ .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] {
961
+ background-color: #005aff;
962
+ }
963
+
964
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
965
+ background-color: #ff0101;
966
+ }*, :focus, :visited {
967
+ outline: none !important;
968
+ }
969
+
970
+ .multicamera[data-multicamera] {
971
+ float: right;
972
+ margin-top: 4px;
973
+ position: relative;
974
+ margin-right: 20px;
975
+ width: 20px;
976
+ }
977
+ .multicamera[data-multicamera] button {
978
+ background-color: transparent;
979
+ color: #fff;
980
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
981
+ -webkit-font-smoothing: antialiased;
982
+ border: none;
983
+ font-size: 14px;
984
+ padding: 0;
985
+ }
986
+ .multicamera[data-multicamera] button svg {
987
+ height: 20px;
988
+ position: relative;
989
+ margin-top: 6px;
990
+ }
991
+ .multicamera[data-multicamera] button:hover {
992
+ color: #c9c9c9;
993
+ }
994
+ .multicamera[data-multicamera] button.changing {
995
+ animation: pulse 0.5s infinite alternate;
996
+ }
997
+ .multicamera[data-multicamera] button span.quality-arrow {
998
+ width: 9px;
999
+ height: 6px;
1000
+ margin-top: 11px;
1001
+ margin-left: 5px;
1002
+ }
1003
+ .multicamera[data-multicamera] > ul {
1004
+ padding: 6px 0;
1005
+ right: -24px;
1006
+ width: 245px;
1007
+ list-style-type: none;
1008
+ position: absolute;
1009
+ bottom: 48px;
1010
+ border-radius: 4px;
1011
+ display: none;
1012
+ background-color: rgba(74, 74, 74, 0.9);
1013
+ }
1014
+ .multicamera[data-multicamera] > ul::after {
1015
+ content: "";
1016
+ position: absolute;
1017
+ top: 100%;
1018
+ left: 85%;
1019
+ margin-left: -10px;
1115
1020
  width: 0;
1116
1021
  height: 0;
1117
1022
  border-top: 10px solid rgba(74, 74, 74, 0.9);
@@ -1206,6 +1111,72 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1206
1111
  100% {
1207
1112
  color: #B80000;
1208
1113
  }
1114
+ }.level-disabled {
1115
+ opacity: 0.5;
1116
+ pointer-events: none;
1117
+ }.media-control-pip button {
1118
+ float: right;
1119
+ height: 40px;
1120
+ margin-right: 20px;
1121
+ }
1122
+ .media-control-pip button svg {
1123
+ height: 20px;
1124
+ }.clips.bar-container[data-seekbar] {
1125
+ clip-path: url("#myClip");
1126
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1127
+ height: 0;
1128
+ }
1129
+
1130
+ .skip_time_plugin[data-skip-time] {
1131
+ position: absolute;
1132
+ width: 100%;
1133
+ height: calc(100% - 50px);
1134
+ z-index: 9998;
1135
+ background-color: transparent;
1136
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1137
+ }
1138
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1139
+ width: 100%;
1140
+ height: 100%;
1141
+ display: flex;
1142
+ justify-content: space-between;
1143
+ }
1144
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1145
+ width: 33.3%;
1146
+ height: 100%;
1147
+ }.seek-time[data-seek-time] {
1148
+ position: absolute;
1149
+ white-space: nowrap;
1150
+ height: 20px;
1151
+ line-height: 20px;
1152
+ font-size: 0;
1153
+ left: -100%;
1154
+ bottom: 55px;
1155
+ background-color: rgba(2, 2, 2, 0.5);
1156
+ z-index: 9999;
1157
+ transition: opacity 0.1s ease;
1158
+ }
1159
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1160
+ opacity: 0;
1161
+ }
1162
+ .seek-time[data-seek-time] [data-seek-time] {
1163
+ display: inline-block;
1164
+ color: white;
1165
+ font-size: 10px;
1166
+ padding-left: 7px;
1167
+ padding-right: 7px;
1168
+ vertical-align: top;
1169
+ }
1170
+ .seek-time[data-seek-time] [data-duration] {
1171
+ display: inline-block;
1172
+ color: rgba(255, 255, 255, 0.5);
1173
+ font-size: 10px;
1174
+ padding-right: 7px;
1175
+ vertical-align: top;
1176
+ }
1177
+ .seek-time[data-seek-time] [data-duration]::before {
1178
+ content: "|";
1179
+ margin-right: 7px;
1209
1180
  }[data-player] {
1210
1181
  --bottom-panel: 40px;
1211
1182
  }
@@ -1844,212 +1815,43 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1844
1815
  white-space: nowrap;
1845
1816
  height: 30px;
1846
1817
  }
1847
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1848
- height: 30px;
1849
- padding: 5px 10px;
1850
- color: #fffffe;
1851
- }
1852
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1853
- background-color: rgba(0, 0, 0, 0.4);
1854
- }
1855
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1856
- background-color: rgba(0, 0, 0, 0.4);
1857
- }
1858
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1859
- border-bottom-left-radius: 4px;
1860
- border-bottom-right-radius: 4px;
1861
- }
1862
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1863
- border-top-left-radius: 4px;
1864
- border-top-right-radius: 4px;
1865
- }
1866
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1867
- height: 26px;
1868
- line-height: 26px;
1869
- bottom: 52px;
1870
- border-radius: 3px;
1871
- background-color: rgba(74, 74, 74, 0.7);
1872
- }
1873
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1874
- letter-spacing: 0.8px;
1875
- font-size: 14px;
1876
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1877
- }
1878
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1879
- padding-left: 8px;
1880
- padding-right: 8px;
1881
- }
1882
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1883
- display: none !important;
1884
- }*, :focus, :visited {
1885
- outline: none !important;
1886
- }
1887
-
1888
- .subtitles[data-subtitles] {
1889
- float: right;
1890
- position: relative;
1891
- width: 50px;
1892
- }
1893
- .subtitles[data-subtitles] button {
1894
- background-color: transparent;
1895
- color: #fff;
1896
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1897
- -webkit-font-smoothing: antialiased;
1898
- border: none;
1899
- font-size: 14px;
1900
- cursor: pointer;
1901
- }
1902
- .subtitles[data-subtitles] button .subtitle-text svg {
1903
- fill: white;
1904
- }
1905
- .subtitles[data-subtitles] button:hover {
1906
- color: #c9c9c9;
1907
- }
1908
- .subtitles[data-subtitles] button.changing {
1909
- animation: pulse 0.5s infinite alternate;
1910
- }
1911
- .subtitles[data-subtitles] > ul {
1912
- width: 80px;
1913
- list-style-type: none;
1914
- position: absolute;
1915
- bottom: 25px;
1916
- border: 1px solid black;
1917
- display: none;
1918
- background-color: #e6e6e6;
1919
- }
1920
- .subtitles[data-subtitles] li {
1921
- font-size: 10px;
1922
- }
1923
- .subtitles[data-subtitles] li[data-title] {
1924
- background-color: #c3c2c2;
1925
- padding: 5px;
1926
- }
1927
- .subtitles[data-subtitles] li a {
1928
- color: #444;
1929
- padding: 2px 10px;
1930
- display: block;
1931
- text-decoration: none;
1932
- }
1933
- .subtitles[data-subtitles] li a:hover {
1934
- background-color: #555;
1935
- color: white;
1936
- }
1937
- .subtitles[data-subtitles] li a:hover a {
1938
- color: white;
1939
- text-decoration: none;
1940
- }
1941
- .subtitles[data-subtitles] li.current a {
1942
- color: #f00;
1943
- background-color: #555;
1944
- }
1945
-
1946
- @keyframes pulse {
1947
- 0% {
1948
- color: #fff;
1949
- }
1950
- 50% {
1951
- color: #ff0101;
1952
- }
1953
- 100% {
1954
- color: #B80000;
1955
- }
1956
- }
1957
- ::cue {
1958
- visibility: hidden !important;
1959
- font-size: 0 !important;
1960
- }
1961
-
1962
- .ios-fullscreen::cue {
1963
- visibility: visible !important;
1964
- font-size: 1em !important;
1965
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1966
- height: 0;
1967
- }
1968
-
1969
- .skip_time_plugin[data-skip-time] {
1970
- position: absolute;
1971
- width: 100%;
1972
- height: calc(100% - 50px);
1973
- z-index: 9998;
1974
- background-color: transparent;
1975
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1976
- }
1977
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1978
- width: 100%;
1979
- height: 100%;
1980
- display: flex;
1981
- justify-content: space-between;
1982
- }
1983
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1984
- width: 33.3%;
1985
- height: 100%;
1986
- }.seek-time[data-seek-time] {
1987
- position: absolute;
1988
- white-space: nowrap;
1989
- height: 20px;
1990
- line-height: 20px;
1991
- font-size: 0;
1992
- left: -100%;
1993
- bottom: 55px;
1994
- background-color: rgba(2, 2, 2, 0.5);
1995
- z-index: 9999;
1996
- transition: opacity 0.1s ease;
1997
- }
1998
- .seek-time[data-seek-time].hidden[data-seek-time] {
1999
- opacity: 0;
2000
- }
2001
- .seek-time[data-seek-time] [data-seek-time] {
2002
- display: inline-block;
2003
- color: white;
2004
- font-size: 10px;
2005
- padding-left: 7px;
2006
- padding-right: 7px;
2007
- vertical-align: top;
2008
- }
2009
- .seek-time[data-seek-time] [data-duration] {
2010
- display: inline-block;
2011
- color: rgba(255, 255, 255, 0.5);
2012
- font-size: 10px;
2013
- padding-right: 7px;
2014
- vertical-align: top;
2015
- }
2016
- .seek-time[data-seek-time] [data-duration]::before {
2017
- content: "|";
2018
- margin-right: 7px;
2019
- }.player-poster[data-poster] {
2020
- display: flex;
2021
- justify-content: center;
2022
- align-items: center;
2023
- position: absolute;
2024
- height: 100%;
2025
- width: 100%;
2026
- z-index: 998;
2027
- top: 0;
2028
- left: 0;
2029
- background-color: #000;
2030
- background-size: cover;
2031
- background-repeat: no-repeat;
2032
- background-position: 50% 50%;
2033
- }
2034
- .player-poster[data-poster].clickable {
2035
- cursor: pointer;
1818
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1819
+ height: 30px;
1820
+ padding: 5px 10px;
1821
+ color: #fffffe;
2036
1822
  }
2037
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2038
- opacity: 1;
1823
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1824
+ background-color: rgba(0, 0, 0, 0.4);
2039
1825
  }
2040
- .player-poster[data-poster] .play-wrapper[data-poster] {
2041
- width: 100%;
2042
- height: 25%;
2043
- margin: 0 auto;
2044
- opacity: 0.75;
2045
- transition: opacity 0.1s ease;
1826
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1827
+ background-color: rgba(0, 0, 0, 0.4);
2046
1828
  }
2047
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
2048
- height: 100%;
2049
- display: inline;
1829
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1830
+ border-bottom-left-radius: 4px;
1831
+ border-bottom-right-radius: 4px;
2050
1832
  }
2051
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2052
- fill: #fff;
1833
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1834
+ border-top-left-radius: 4px;
1835
+ border-top-right-radius: 4px;
1836
+ }
1837
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1838
+ height: 26px;
1839
+ line-height: 26px;
1840
+ bottom: 52px;
1841
+ border-radius: 3px;
1842
+ background-color: rgba(74, 74, 74, 0.7);
1843
+ }
1844
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1845
+ letter-spacing: 0.8px;
1846
+ font-size: 14px;
1847
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1848
+ }
1849
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1850
+ padding-left: 8px;
1851
+ padding-right: 8px;
1852
+ }
1853
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1854
+ display: none !important;
2053
1855
  }.scrub-thumbnails {
2054
1856
  position: absolute;
2055
1857
  bottom: 52px;
@@ -2111,15 +1913,123 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2111
1913
  }
2112
1914
  .scrub-thumbnails .backdrop .carousel img {
2113
1915
  width: auto;
2114
- }.player-logo[data-logo] {
1916
+ }.share_plugin[data-share] {
1917
+ pointer-events: auto;
1918
+ z-index: 5;
1919
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1920
+ }
1921
+ .share_plugin[data-share].share-hide .share-button-container {
1922
+ right: -50px;
1923
+ }
1924
+ .share_plugin[data-share] .share-button-container {
1925
+ cursor: pointer;
1926
+ width: 36px;
1927
+ height: 36px;
1928
+ background-color: rgba(74, 74, 74, 0.6);
1929
+ border-radius: 4px;
2115
1930
  position: absolute;
2116
- z-index: 2;
1931
+ right: 10px;
1932
+ top: 10px;
1933
+ padding-top: 6px;
1934
+ transition: all 0.3s ease-out;
1935
+ }
1936
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1937
+ background-color: transparent;
1938
+ border: 0;
1939
+ margin: 0 6px;
1940
+ padding: 0;
1941
+ cursor: pointer;
1942
+ display: inline-block;
1943
+ width: 19px;
1944
+ height: 20px;
1945
+ }
1946
+ .share_plugin[data-share] .share-container {
1947
+ pointer-events: auto;
1948
+ position: absolute;
1949
+ width: 280px;
1950
+ background-color: white;
1951
+ transform: translate(0, 50%);
1952
+ transform: translate(-50%, -50%);
1953
+ left: 50%;
1954
+ /* margin-left: -140px; */
1955
+ top: calc(50% - 20px);
1956
+ /* margin-top: -170px; */
1957
+ }
1958
+ .share_plugin[data-share] .share-container .share-container-header {
1959
+ text-align: left;
1960
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1961
+ }
1962
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1963
+ display: inline-block;
1964
+ font-size: 16px;
1965
+ margin: 5px;
1966
+ }
1967
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1968
+ display: inline-block;
1969
+ width: 24px;
1970
+ float: right;
1971
+ margin: 5px;
1972
+ cursor: pointer;
1973
+ }
1974
+ .share_plugin[data-share] .share-container .share-container-main {
1975
+ margin-bottom: 8px;
1976
+ }
1977
+ .share_plugin[data-share] .share-container .share-container-main > div {
1978
+ text-align: left;
1979
+ font-size: 14px;
1980
+ padding: 5px;
1981
+ }
1982
+ .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 {
1983
+ overflow: hidden;
1984
+ text-overflow: ellipsis;
1985
+ color: #818181;
1986
+ border: solid 1px #d3d3d3;
1987
+ width: calc(100% - 10px);
1988
+ padding: 5px;
1989
+ }
1990
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1991
+ max-height: 90px;
1992
+ resize: none;
1993
+ }
1994
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1995
+ width: 32px;
1996
+ display: inline-block;
1997
+ margin-right: 5px;
1998
+ cursor: pointer;
1999
+ }.player-poster[data-poster] {
2000
+ display: flex;
2001
+ justify-content: center;
2002
+ align-items: center;
2003
+ position: absolute;
2004
+ height: 100%;
2005
+ width: 100%;
2006
+ z-index: 998;
2007
+ top: 0;
2008
+ left: 0;
2009
+ background-color: #000;
2010
+ background-size: cover;
2011
+ background-repeat: no-repeat;
2012
+ background-position: 50% 50%;
2013
+ }
2014
+ .player-poster[data-poster].clickable {
2015
+ cursor: pointer;
2016
+ }
2017
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2018
+ opacity: 1;
2019
+ }
2020
+ .player-poster[data-poster] .play-wrapper[data-poster] {
2117
2021
  width: 100%;
2022
+ height: 25%;
2023
+ margin: 0 auto;
2024
+ opacity: 0.75;
2025
+ transition: opacity 0.1s ease;
2026
+ }
2027
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
2118
2028
  height: 100%;
2029
+ display: inline;
2119
2030
  }
2120
-
2121
- .clappr-logo {
2122
- position: absolute;
2031
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2032
+ fill: #fff;
2123
2033
  }.spinner-three-bounce[data-spinner] {
2124
2034
  position: absolute;
2125
2035
  width: 70px;
@@ -2158,4 +2068,94 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2158
2068
  40% {
2159
2069
  transform: scale(1);
2160
2070
  }
2071
+ }*, :focus, :visited {
2072
+ outline: none !important;
2073
+ }
2074
+
2075
+ .subtitles[data-subtitles] {
2076
+ float: right;
2077
+ position: relative;
2078
+ width: 50px;
2079
+ }
2080
+ .subtitles[data-subtitles] button {
2081
+ background-color: transparent;
2082
+ color: #fff;
2083
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2084
+ -webkit-font-smoothing: antialiased;
2085
+ border: none;
2086
+ font-size: 14px;
2087
+ cursor: pointer;
2088
+ }
2089
+ .subtitles[data-subtitles] button .subtitle-text svg {
2090
+ fill: white;
2091
+ }
2092
+ .subtitles[data-subtitles] button:hover {
2093
+ color: #c9c9c9;
2094
+ }
2095
+ .subtitles[data-subtitles] button.changing {
2096
+ animation: pulse 0.5s infinite alternate;
2097
+ }
2098
+ .subtitles[data-subtitles] > ul {
2099
+ width: 80px;
2100
+ list-style-type: none;
2101
+ position: absolute;
2102
+ bottom: 25px;
2103
+ border: 1px solid black;
2104
+ display: none;
2105
+ background-color: #e6e6e6;
2106
+ }
2107
+ .subtitles[data-subtitles] li {
2108
+ font-size: 10px;
2109
+ }
2110
+ .subtitles[data-subtitles] li[data-title] {
2111
+ background-color: #c3c2c2;
2112
+ padding: 5px;
2113
+ }
2114
+ .subtitles[data-subtitles] li a {
2115
+ color: #444;
2116
+ padding: 2px 10px;
2117
+ display: block;
2118
+ text-decoration: none;
2119
+ }
2120
+ .subtitles[data-subtitles] li a:hover {
2121
+ background-color: #555;
2122
+ color: white;
2123
+ }
2124
+ .subtitles[data-subtitles] li a:hover a {
2125
+ color: white;
2126
+ text-decoration: none;
2127
+ }
2128
+ .subtitles[data-subtitles] li.current a {
2129
+ color: #f00;
2130
+ background-color: #555;
2131
+ }
2132
+
2133
+ @keyframes pulse {
2134
+ 0% {
2135
+ color: #fff;
2136
+ }
2137
+ 50% {
2138
+ color: #ff0101;
2139
+ }
2140
+ 100% {
2141
+ color: #B80000;
2142
+ }
2143
+ }
2144
+ ::cue {
2145
+ visibility: hidden !important;
2146
+ font-size: 0 !important;
2147
+ }
2148
+
2149
+ .ios-fullscreen::cue {
2150
+ visibility: visible !important;
2151
+ font-size: 1em !important;
2152
+ }.player-logo[data-logo] {
2153
+ position: absolute;
2154
+ z-index: 2;
2155
+ width: 100%;
2156
+ height: 100%;
2157
+ }
2158
+
2159
+ .clappr-logo {
2160
+ position: absolute;
2161
2161
  }