@gcorevideo/player 2.20.15 → 2.20.16

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,111 +259,81 @@
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
+ }.clips.bar-container[data-seekbar] {
263
+ clip-path: url("#myClip");
264
+ }.big-mute-icon-wrapper[data-big-mute] {
265
+ position: absolute;
266
+ z-index: 9998;
267
+ background-color: transparent;
268
+ display: flex;
269
+ justify-content: center;
270
+ width: 100%;
271
+ height: calc(100% - 50px);
272
+ margin: 0 auto;
273
+ opacity: 0.75;
274
+ transition: opacity 0.1s ease;
275
+ pointer-events: auto;
458
276
  }
459
- .dvr-controls[data-dvr-controls] .live-info {
460
- cursor: default;
461
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
462
- text-transform: uppercase;
277
+ .big-mute-icon-wrapper[data-big-mute].hide {
278
+ display: none;
463
279
  }
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;
280
+ .big-mute-icon-wrapper[data-big-mute]:hover {
281
+ cursor: pointer;
473
282
  }
474
- .dvr-controls[data-dvr-controls] .live-info.disabled {
475
- opacity: 0.3;
283
+
284
+ .big-mute-icon[data-big-mute-icon] {
285
+ display: flex;
286
+ align-items: center;
287
+ justify-content: center;
288
+ align-self: center;
289
+ width: 120px;
290
+ height: 120px;
291
+ border: 2px solid white;
292
+ border-radius: 50%;
293
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
294
+ filter: alpha(opacity=60);
295
+ opacity: 1;
296
+ box-shadow: 0 0 1px 0 white;
297
+ background: rgba(240, 243, 247, 0.9411764706);
298
+ z-index: 10000;
476
299
  }
477
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
478
- background-color: #fff;
300
+ .big-mute-icon[data-big-mute-icon] svg {
301
+ margin-left: 5px;
302
+ width: 80px;
303
+ height: 80px;
479
304
  }
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;
305
+ .big-mute-icon[data-big-mute-icon] svg path {
306
+ fill: #1f1e1e !important;
536
307
  }
537
-
538
- .dvr .dvr-controls[data-dvr-controls] .live-info {
539
- display: none;
308
+ .big-mute-icon[data-big-mute-icon]:hover {
309
+ background: rgba(240, 243, 247, 0.8784313725);
540
310
  }
541
- .dvr .dvr-controls[data-dvr-controls] .live-button {
542
- display: block;
311
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
312
+ fill: #151515 !important;
313
+ }.context-menu {
314
+ z-index: 999;
315
+ position: absolute;
316
+ top: 0;
317
+ left: 0;
318
+ text-align: center;
543
319
  }
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;
320
+ .context-menu .context-menu-list {
321
+ font-family: "Proxima Nova", sans-serif;
322
+ font-size: 12px;
323
+ line-height: 12px;
324
+ list-style-type: none;
325
+ text-align: left;
326
+ padding: 5px;
327
+ margin-left: auto;
328
+ margin-right: auto;
329
+ background-color: rgba(0, 0, 0, 0.75);
330
+ border: 1px solid #666;
331
+ border-radius: 4px;
546
332
  }
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");
333
+ .context-menu .context-menu-list .context-menu-list-item {
334
+ color: white;
335
+ padding: 5px;
336
+ cursor: pointer;
552
337
  }div.player-error-screen, [data-player] div.player-error-screen {
553
338
  color: #CCCACA;
554
339
  position: absolute;
@@ -583,99 +368,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
583
368
  cursor: pointer;
584
369
  width: 30px;
585
370
  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;
669
- }
670
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
671
- max-height: 90px;
672
- resize: none;
673
- }
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;
679
371
  }:root {
680
372
  --primary-background-color: #000;
681
373
  --secondary-background-color: #262626;
@@ -1058,163 +750,48 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1058
750
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1059
751
  width: 25%;
1060
752
  }
1061
- }*, :focus, :visited {
1062
- outline: none !important;
753
+ }.seek-time[data-seek-time] {
754
+ position: absolute;
755
+ white-space: nowrap;
756
+ height: 20px;
757
+ line-height: 20px;
758
+ font-size: 0;
759
+ left: -100%;
760
+ bottom: 55px;
761
+ background-color: rgba(2, 2, 2, 0.5);
762
+ z-index: 9999;
763
+ transition: opacity 0.1s ease;
1063
764
  }
1064
-
1065
- .multicamera[data-multicamera] {
1066
- float: right;
1067
- margin-top: 4px;
1068
- position: relative;
1069
- margin-right: 20px;
1070
- width: 20px;
765
+ .seek-time[data-seek-time].hidden[data-seek-time] {
766
+ opacity: 0;
1071
767
  }
1072
- .multicamera[data-multicamera] button {
1073
- background-color: transparent;
1074
- color: #fff;
1075
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1076
- -webkit-font-smoothing: antialiased;
1077
- border: none;
1078
- font-size: 14px;
1079
- padding: 0;
768
+ .seek-time[data-seek-time] [data-seek-time] {
769
+ display: inline-block;
770
+ color: white;
771
+ font-size: 10px;
772
+ padding-left: 7px;
773
+ padding-right: 7px;
774
+ vertical-align: top;
1080
775
  }
1081
- .multicamera[data-multicamera] button svg {
1082
- height: 20px;
1083
- position: relative;
1084
- margin-top: 6px;
776
+ .seek-time[data-seek-time] [data-duration] {
777
+ display: inline-block;
778
+ color: rgba(255, 255, 255, 0.5);
779
+ font-size: 10px;
780
+ padding-right: 7px;
781
+ vertical-align: top;
1085
782
  }
1086
- .multicamera[data-multicamera] button:hover {
1087
- color: #c9c9c9;
783
+ .seek-time[data-seek-time] [data-duration]::before {
784
+ content: "|";
785
+ margin-right: 7px;
786
+ }[data-player] {
787
+ --bottom-panel: 40px;
1088
788
  }
1089
- .multicamera[data-multicamera] button.changing {
1090
- animation: pulse 0.5s infinite alternate;
789
+
790
+ .container .media-control-notransition {
791
+ transition: none !important;
1091
792
  }
1092
- .multicamera[data-multicamera] button span.quality-arrow {
1093
- width: 9px;
1094
- height: 6px;
1095
- margin-top: 11px;
1096
- margin-left: 5px;
1097
- }
1098
- .multicamera[data-multicamera] > ul {
1099
- padding: 6px 0;
1100
- right: -24px;
1101
- width: 245px;
1102
- list-style-type: none;
1103
- position: absolute;
1104
- bottom: 48px;
1105
- border-radius: 4px;
1106
- display: none;
1107
- background-color: rgba(74, 74, 74, 0.9);
1108
- }
1109
- .multicamera[data-multicamera] > ul::after {
1110
- content: "";
1111
- position: absolute;
1112
- top: 100%;
1113
- left: 85%;
1114
- margin-left: -10px;
1115
- width: 0;
1116
- height: 0;
1117
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1118
- border-right: 10px solid transparent;
1119
- border-left: 10px solid transparent;
1120
- }
1121
- .multicamera[data-multicamera] li {
1122
- font-size: 10px;
1123
- cursor: pointer;
1124
- }
1125
- .multicamera[data-multicamera] li .multicamera-item {
1126
- display: flex;
1127
- padding: 10px 0;
1128
- justify-content: center;
1129
- position: relative;
1130
- }
1131
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1132
- pointer-events: none;
1133
- }
1134
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1135
- opacity: 0.5;
1136
- }
1137
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1138
- opacity: 0.5;
1139
- }
1140
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1141
- background-color: rgba(0, 0, 0, 0);
1142
- }
1143
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1144
- background-color: rgba(0, 0, 0, 0.3);
1145
- }
1146
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1147
- width: 80px;
1148
- height: 60px;
1149
- }
1150
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1151
- width: 80px;
1152
- height: 60px;
1153
- }
1154
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1155
- width: 120px;
1156
- text-align: left;
1157
- margin-left: 15px;
1158
- }
1159
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1160
- width: 120px;
1161
- height: 20px;
1162
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1163
- font-size: 14px;
1164
- font-weight: normal;
1165
- font-style: normal;
1166
- font-stretch: normal;
1167
- line-height: 1.43;
1168
- letter-spacing: normal;
1169
- text-align: left;
1170
- color: #fff;
1171
- text-overflow: ellipsis;
1172
- overflow: hidden;
1173
- }
1174
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1175
- opacity: 0.6;
1176
- }
1177
- .multicamera[data-multicamera] li[data-title] {
1178
- background-color: #c3c2c2;
1179
- padding: 5px;
1180
- }
1181
- .multicamera[data-multicamera] li a {
1182
- color: #444;
1183
- padding: 2px 10px;
1184
- display: block;
1185
- text-decoration: none;
1186
- }
1187
- .multicamera[data-multicamera] li a:hover {
1188
- background-color: #555;
1189
- color: white;
1190
- }
1191
- .multicamera[data-multicamera] li a:hover a {
1192
- color: white;
1193
- text-decoration: none;
1194
- }
1195
- .multicamera[data-multicamera] li.current a {
1196
- color: #f00;
1197
- }
1198
-
1199
- @keyframes pulse {
1200
- 0% {
1201
- color: #fff;
1202
- }
1203
- 50% {
1204
- color: #ff0101;
1205
- }
1206
- 100% {
1207
- color: #B80000;
1208
- }
1209
- }[data-player] {
1210
- --bottom-panel: 40px;
1211
- }
1212
-
1213
- .container .media-control-notransition {
1214
- transition: none !important;
1215
- }
1216
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
1217
- opacity: 1;
793
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
794
+ opacity: 1;
1218
795
  }
1219
796
  .container.crop-video [data-html5-video] {
1220
797
  object-fit: cover;
@@ -1815,72 +1392,621 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1815
1392
  .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1816
1393
  display: block;
1817
1394
  }
1818
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1819
- width: 40px;
1820
- margin-top: 0;
1821
- }
1822
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1823
- display: flex;
1824
- justify-content: center;
1825
- padding: 0;
1826
- align-items: center;
1395
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1396
+ width: 40px;
1397
+ margin-top: 0;
1398
+ }
1399
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1400
+ display: flex;
1401
+ justify-content: center;
1402
+ padding: 0;
1403
+ align-items: center;
1404
+ }
1405
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1406
+ color: white;
1407
+ }
1408
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1409
+ background-color: rgba(74, 74, 74, 0.6);
1410
+ border: none;
1411
+ width: auto;
1412
+ transform: rotate(180deg);
1413
+ border-radius: 4px;
1414
+ bottom: 52px;
1415
+ margin-left: -28px;
1416
+ }
1417
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1418
+ transform: rotate(-180deg);
1419
+ font-size: 16px;
1420
+ text-align: center;
1421
+ white-space: nowrap;
1422
+ height: 30px;
1423
+ }
1424
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1425
+ height: 30px;
1426
+ padding: 5px 10px;
1427
+ color: #fffffe;
1428
+ }
1429
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1430
+ background-color: rgba(0, 0, 0, 0.4);
1431
+ }
1432
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1433
+ background-color: rgba(0, 0, 0, 0.4);
1434
+ }
1435
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1436
+ border-bottom-left-radius: 4px;
1437
+ border-bottom-right-radius: 4px;
1438
+ }
1439
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1440
+ border-top-left-radius: 4px;
1441
+ border-top-right-radius: 4px;
1442
+ }
1443
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1444
+ height: 26px;
1445
+ line-height: 26px;
1446
+ bottom: 52px;
1447
+ border-radius: 3px;
1448
+ background-color: rgba(74, 74, 74, 0.7);
1449
+ }
1450
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1451
+ letter-spacing: 0.8px;
1452
+ font-size: 14px;
1453
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1454
+ }
1455
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1456
+ padding-left: 8px;
1457
+ padding-right: 8px;
1458
+ }
1459
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1460
+ display: none !important;
1461
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1462
+ float: right;
1463
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1464
+ }
1465
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
1466
+ height: 40px;
1467
+ width: 40px;
1468
+ padding-right: 20px;
1469
+ }
1470
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
1471
+ height: 20px;
1472
+ }
1473
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1474
+ position: absolute;
1475
+ right: 16px;
1476
+ bottom: 52px;
1477
+ display: none;
1478
+ width: 250px;
1479
+ min-height: 48px;
1480
+ z-index: 9999;
1481
+ border-radius: 4px;
1482
+ }
1483
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1484
+ padding: 8px 0;
1485
+ }
1486
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
1487
+ float: left;
1488
+ margin-right: 10px;
1489
+ }
1490
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1491
+ margin: 0;
1492
+ text-align: left;
1493
+ line-height: 22px;
1494
+ padding: 5px 14px;
1495
+ width: 250px;
1496
+ font-size: 12px;
1497
+ }
1498
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
1499
+ float: right;
1500
+ margin-right: -14px;
1501
+ }
1502
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
1503
+ float: right;
1504
+ margin-right: 8px;
1505
+ }
1506
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
1507
+ height: 20px;
1508
+ }*, :focus, :visited {
1509
+ outline: none !important;
1510
+ }
1511
+
1512
+ .gear-wrapper .go-back {
1513
+ font-weight: 600;
1514
+ font-size: 14px;
1515
+ line-height: 20px;
1516
+ width: 100%;
1517
+ text-align: left;
1518
+ padding: 12px;
1519
+ }
1520
+ .gear-wrapper .go-back .arrow-left-icon {
1521
+ float: left;
1522
+ padding-top: 2px;
1523
+ padding-right: 2px;
1524
+ }
1525
+ .gear-wrapper .go-back .arrow-left-icon svg {
1526
+ height: 16px;
1527
+ }
1528
+ .gear-wrapper ul.gear-sub-menu {
1529
+ width: 100%;
1530
+ list-style-type: none;
1531
+ background-color: transparent;
1532
+ min-width: 60px;
1533
+ border-top: 2px solid rgb(36, 36, 36);
1534
+ }
1535
+ .gear-wrapper ul.gear-sub-menu li {
1536
+ font-size: 12px;
1537
+ text-align: left;
1538
+ }
1539
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
1540
+ background-color: #c3c2c2;
1541
+ padding: 5px;
1542
+ }
1543
+ .gear-wrapper ul.gear-sub-menu li a {
1544
+ display: block;
1545
+ text-decoration: none;
1546
+ height: 32px;
1547
+ padding: 5px 10px;
1548
+ line-height: 22px;
1549
+ color: #fffffe;
1550
+ }
1551
+ .gear-wrapper ul.gear-sub-menu li a:hover {
1552
+ color: white;
1553
+ background-color: rgba(0, 0, 0, 0.4);
1554
+ }
1555
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
1556
+ color: white;
1557
+ text-decoration: none;
1558
+ }
1559
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
1560
+ width: 30px;
1561
+ height: 20px;
1562
+ float: left;
1563
+ display: block;
1564
+ }
1565
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1566
+ display: none;
1567
+ }
1568
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1569
+ display: inline;
1570
+ }
1571
+ .gear-wrapper svg {
1572
+ height: 20px;
1573
+ }.dvr-controls[data-dvr-controls] {
1574
+ display: inline-block;
1575
+ float: left;
1576
+ color: #fff;
1577
+ line-height: 32px;
1578
+ font-size: 10px;
1579
+ font-weight: bold;
1580
+ margin-left: 6px;
1581
+ height: 40px;
1582
+ line-height: 40px;
1583
+ margin-left: 0;
1584
+ }
1585
+ .dvr-controls[data-dvr-controls] .live-info {
1586
+ cursor: default;
1587
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
1588
+ text-transform: uppercase;
1589
+ }
1590
+ .dvr-controls[data-dvr-controls] .live-info:before {
1591
+ content: "";
1592
+ display: inline-block;
1593
+ position: relative;
1594
+ width: 7px;
1595
+ height: 7px;
1596
+ border-radius: 3.5px;
1597
+ margin-right: 3.5px;
1598
+ background-color: #ff0101;
1599
+ }
1600
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
1601
+ opacity: 0.3;
1602
+ }
1603
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
1604
+ background-color: #fff;
1605
+ }
1606
+ .dvr-controls[data-dvr-controls] .live-button {
1607
+ cursor: pointer;
1608
+ outline: none;
1609
+ display: none;
1610
+ border: 0;
1611
+ color: #fff;
1612
+ background-color: transparent;
1613
+ height: 32px;
1614
+ padding: 0;
1615
+ opacity: 0.7;
1616
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
1617
+ text-transform: uppercase;
1618
+ transition: all 0.1s ease;
1619
+ }
1620
+ .dvr-controls[data-dvr-controls] .live-button:before {
1621
+ content: "";
1622
+ display: inline-block;
1623
+ position: relative;
1624
+ width: 7px;
1625
+ height: 7px;
1626
+ border-radius: 3.5px;
1627
+ margin-right: 3.5px;
1628
+ background-color: #fff;
1629
+ }
1630
+ .dvr-controls[data-dvr-controls] .live-button:hover {
1631
+ opacity: 1;
1632
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1633
+ }
1634
+ .dvr-controls[data-dvr-controls] .live-info {
1635
+ font-size: 14px;
1636
+ letter-spacing: 0.8px;
1637
+ font-weight: 500;
1638
+ color: #fffffe;
1639
+ margin-left: 21px;
1640
+ }
1641
+ .dvr-controls[data-dvr-controls] .live-info::before {
1642
+ width: 10px;
1643
+ height: 10px;
1644
+ border-radius: 50%;
1645
+ margin-right: 8px;
1646
+ background-color: #ed4f4a;
1647
+ }
1648
+ .dvr-controls[data-dvr-controls] .live-button {
1649
+ height: 40px;
1650
+ opacity: 1;
1651
+ font-size: 14px;
1652
+ letter-spacing: 0.8px;
1653
+ font-weight: 500;
1654
+ margin-left: 20px;
1655
+ }
1656
+ .dvr-controls[data-dvr-controls] .live-button::before {
1657
+ width: 10px;
1658
+ height: 10px;
1659
+ border-radius: 50%;
1660
+ margin-right: 8px;
1661
+ background-color: #cacaca;
1662
+ }
1663
+
1664
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
1665
+ display: none;
1666
+ }
1667
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
1668
+ display: block;
1669
+ }
1670
+ .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] {
1671
+ background-color: #005aff;
1672
+ }
1673
+
1674
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1675
+ background-color: #ff0101;
1676
+ }.share_plugin[data-share] {
1677
+ pointer-events: auto;
1678
+ z-index: 5;
1679
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1680
+ }
1681
+ .share_plugin[data-share].share-hide .share-button-container {
1682
+ right: -50px;
1683
+ }
1684
+ .share_plugin[data-share] .share-button-container {
1685
+ cursor: pointer;
1686
+ width: 36px;
1687
+ height: 36px;
1688
+ background-color: rgba(74, 74, 74, 0.6);
1689
+ border-radius: 4px;
1690
+ position: absolute;
1691
+ right: 10px;
1692
+ top: 10px;
1693
+ padding-top: 6px;
1694
+ transition: all 0.3s ease-out;
1695
+ }
1696
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1697
+ background-color: transparent;
1698
+ border: 0;
1699
+ margin: 0 6px;
1700
+ padding: 0;
1701
+ cursor: pointer;
1702
+ display: inline-block;
1703
+ width: 19px;
1704
+ height: 20px;
1705
+ }
1706
+ .share_plugin[data-share] .share-container {
1707
+ pointer-events: auto;
1708
+ position: absolute;
1709
+ width: 280px;
1710
+ background-color: white;
1711
+ transform: translate(0, 50%);
1712
+ transform: translate(-50%, -50%);
1713
+ left: 50%;
1714
+ /* margin-left: -140px; */
1715
+ top: calc(50% - 20px);
1716
+ /* margin-top: -170px; */
1717
+ }
1718
+ .share_plugin[data-share] .share-container .share-container-header {
1719
+ text-align: left;
1720
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1721
+ }
1722
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1723
+ display: inline-block;
1724
+ font-size: 16px;
1725
+ margin: 5px;
1726
+ }
1727
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1728
+ display: inline-block;
1729
+ width: 24px;
1730
+ float: right;
1731
+ margin: 5px;
1732
+ cursor: pointer;
1733
+ }
1734
+ .share_plugin[data-share] .share-container .share-container-main {
1735
+ margin-bottom: 8px;
1736
+ }
1737
+ .share_plugin[data-share] .share-container .share-container-main > div {
1738
+ text-align: left;
1739
+ font-size: 14px;
1740
+ padding: 5px;
1741
+ }
1742
+ .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 {
1743
+ overflow: hidden;
1744
+ text-overflow: ellipsis;
1745
+ color: #818181;
1746
+ border: solid 1px #d3d3d3;
1747
+ width: calc(100% - 10px);
1748
+ padding: 5px;
1749
+ }
1750
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1751
+ max-height: 90px;
1752
+ resize: none;
1753
+ }
1754
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1755
+ width: 32px;
1756
+ display: inline-block;
1757
+ margin-right: 5px;
1758
+ cursor: pointer;
1759
+ }.player-poster[data-poster] {
1760
+ display: flex;
1761
+ justify-content: center;
1762
+ align-items: center;
1763
+ position: absolute;
1764
+ height: 100%;
1765
+ width: 100%;
1766
+ z-index: 998;
1767
+ top: 0;
1768
+ left: 0;
1769
+ background-color: #000;
1770
+ background-size: cover;
1771
+ background-repeat: no-repeat;
1772
+ background-position: 50% 50%;
1773
+ }
1774
+ .player-poster[data-poster].clickable {
1775
+ cursor: pointer;
1776
+ }
1777
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1778
+ opacity: 1;
1779
+ }
1780
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1781
+ width: 100%;
1782
+ height: 25%;
1783
+ margin: 0 auto;
1784
+ opacity: 0.75;
1785
+ transition: opacity 0.1s ease;
1786
+ }
1787
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1788
+ height: 100%;
1789
+ display: inline;
1790
+ }
1791
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1792
+ fill: #fff;
1793
+ }*, :focus, :visited {
1794
+ outline: none !important;
1795
+ }
1796
+
1797
+ .multicamera[data-multicamera] {
1798
+ float: right;
1799
+ margin-top: 4px;
1800
+ position: relative;
1801
+ margin-right: 20px;
1802
+ width: 20px;
1803
+ }
1804
+ .multicamera[data-multicamera] button {
1805
+ background-color: transparent;
1806
+ color: #fff;
1807
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1808
+ -webkit-font-smoothing: antialiased;
1809
+ border: none;
1810
+ font-size: 14px;
1811
+ padding: 0;
1812
+ }
1813
+ .multicamera[data-multicamera] button svg {
1814
+ height: 20px;
1815
+ position: relative;
1816
+ margin-top: 6px;
1817
+ }
1818
+ .multicamera[data-multicamera] button:hover {
1819
+ color: #c9c9c9;
1820
+ }
1821
+ .multicamera[data-multicamera] button.changing {
1822
+ animation: pulse 0.5s infinite alternate;
1823
+ }
1824
+ .multicamera[data-multicamera] button span.quality-arrow {
1825
+ width: 9px;
1826
+ height: 6px;
1827
+ margin-top: 11px;
1828
+ margin-left: 5px;
1829
+ }
1830
+ .multicamera[data-multicamera] > ul {
1831
+ padding: 6px 0;
1832
+ right: -24px;
1833
+ width: 245px;
1834
+ list-style-type: none;
1835
+ position: absolute;
1836
+ bottom: 48px;
1837
+ border-radius: 4px;
1838
+ display: none;
1839
+ background-color: rgba(74, 74, 74, 0.9);
1840
+ }
1841
+ .multicamera[data-multicamera] > ul::after {
1842
+ content: "";
1843
+ position: absolute;
1844
+ top: 100%;
1845
+ left: 85%;
1846
+ margin-left: -10px;
1847
+ width: 0;
1848
+ height: 0;
1849
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1850
+ border-right: 10px solid transparent;
1851
+ border-left: 10px solid transparent;
1852
+ }
1853
+ .multicamera[data-multicamera] li {
1854
+ font-size: 10px;
1855
+ cursor: pointer;
1856
+ }
1857
+ .multicamera[data-multicamera] li .multicamera-item {
1858
+ display: flex;
1859
+ padding: 10px 0;
1860
+ justify-content: center;
1861
+ position: relative;
1862
+ }
1863
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1864
+ pointer-events: none;
1865
+ }
1866
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1867
+ opacity: 0.5;
1868
+ }
1869
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1870
+ opacity: 0.5;
1871
+ }
1872
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1873
+ background-color: rgba(0, 0, 0, 0);
1874
+ }
1875
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1876
+ background-color: rgba(0, 0, 0, 0.3);
1877
+ }
1878
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1879
+ width: 80px;
1880
+ height: 60px;
1881
+ }
1882
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1883
+ width: 80px;
1884
+ height: 60px;
1885
+ }
1886
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1887
+ width: 120px;
1888
+ text-align: left;
1889
+ margin-left: 15px;
1890
+ }
1891
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1892
+ width: 120px;
1893
+ height: 20px;
1894
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1895
+ font-size: 14px;
1896
+ font-weight: normal;
1897
+ font-style: normal;
1898
+ font-stretch: normal;
1899
+ line-height: 1.43;
1900
+ letter-spacing: normal;
1901
+ text-align: left;
1902
+ color: #fff;
1903
+ text-overflow: ellipsis;
1904
+ overflow: hidden;
1905
+ }
1906
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1907
+ opacity: 0.6;
1908
+ }
1909
+ .multicamera[data-multicamera] li[data-title] {
1910
+ background-color: #c3c2c2;
1911
+ padding: 5px;
1912
+ }
1913
+ .multicamera[data-multicamera] li a {
1914
+ color: #444;
1915
+ padding: 2px 10px;
1916
+ display: block;
1917
+ text-decoration: none;
1918
+ }
1919
+ .multicamera[data-multicamera] li a:hover {
1920
+ background-color: #555;
1921
+ color: white;
1827
1922
  }
1828
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1923
+ .multicamera[data-multicamera] li a:hover a {
1829
1924
  color: white;
1925
+ text-decoration: none;
1830
1926
  }
1831
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1832
- background-color: rgba(74, 74, 74, 0.6);
1833
- border: none;
1834
- width: auto;
1835
- transform: rotate(180deg);
1836
- border-radius: 4px;
1837
- bottom: 52px;
1838
- margin-left: -28px;
1927
+ .multicamera[data-multicamera] li.current a {
1928
+ color: #f00;
1839
1929
  }
1840
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1841
- transform: rotate(-180deg);
1842
- font-size: 16px;
1930
+
1931
+ @keyframes pulse {
1932
+ 0% {
1933
+ color: #fff;
1934
+ }
1935
+ 50% {
1936
+ color: #ff0101;
1937
+ }
1938
+ 100% {
1939
+ color: #B80000;
1940
+ }
1941
+ }.level-disabled {
1942
+ opacity: 0.5;
1943
+ pointer-events: none;
1944
+ }.spinner-three-bounce[data-spinner] {
1945
+ position: absolute;
1946
+ width: 70px;
1843
1947
  text-align: center;
1844
- white-space: nowrap;
1845
- height: 30px;
1846
- }
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;
1948
+ z-index: 999;
1949
+ left: 0;
1950
+ right: 0;
1951
+ margin: 0 auto;
1952
+ margin-left: auto;
1953
+ margin-right: auto;
1954
+ /* center vertically */
1955
+ top: 50%;
1956
+ transform: translateY(-50%);
1851
1957
  }
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);
1958
+ .spinner-three-bounce[data-spinner] > div {
1959
+ width: 18px;
1960
+ height: 18px;
1961
+ background-color: #FFF;
1962
+ border-radius: 100%;
1963
+ display: inline-block;
1964
+ animation: bouncedelay 1.4s infinite ease-in-out;
1965
+ /* Prevent first frame from flickering when animation starts */
1966
+ animation-fill-mode: both;
1854
1967
  }
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);
1968
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1969
+ animation-delay: -0.32s;
1857
1970
  }
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;
1971
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1972
+ animation-delay: -0.16s;
1861
1973
  }
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;
1974
+
1975
+ @keyframes bouncedelay {
1976
+ 0%, 80%, 100% {
1977
+ transform: scale(0);
1978
+ }
1979
+ 40% {
1980
+ transform: scale(1);
1981
+ }
1982
+ }.media-control-pip button {
1983
+ float: right;
1984
+ height: 40px;
1985
+ margin-right: 20px;
1865
1986
  }
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);
1987
+ .media-control-pip button svg {
1988
+ height: 20px;
1989
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1990
+ height: 0;
1872
1991
  }
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;
1992
+
1993
+ .skip_time_plugin[data-skip-time] {
1994
+ position: absolute;
1995
+ width: 100%;
1996
+ height: calc(100% - 50px);
1997
+ z-index: 9998;
1998
+ background-color: transparent;
1876
1999
  font-family: Roboto, "Open Sans", Arial, sans-serif;
1877
2000
  }
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;
2001
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2002
+ width: 100%;
2003
+ height: 100%;
2004
+ display: flex;
2005
+ justify-content: space-between;
1881
2006
  }
1882
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1883
- display: none !important;
2007
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2008
+ width: 33.3%;
2009
+ height: 100%;
1884
2010
  }*, :focus, :visited {
1885
2011
  outline: none !important;
1886
2012
  }
@@ -1962,94 +2088,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1962
2088
  .ios-fullscreen::cue {
1963
2089
  visibility: visible !important;
1964
2090
  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;
2036
- }
2037
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2038
- opacity: 1;
2039
- }
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;
2046
- }
2047
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
2048
- height: 100%;
2049
- display: inline;
2050
- }
2051
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2052
- fill: #fff;
2053
2091
  }.scrub-thumbnails {
2054
2092
  position: absolute;
2055
2093
  bottom: 52px;
@@ -2120,42 +2158,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2120
2158
 
2121
2159
  .clappr-logo {
2122
2160
  position: absolute;
2123
- }.spinner-three-bounce[data-spinner] {
2124
- position: absolute;
2125
- width: 70px;
2126
- text-align: center;
2127
- z-index: 999;
2128
- left: 0;
2129
- right: 0;
2130
- margin: 0 auto;
2131
- margin-left: auto;
2132
- margin-right: auto;
2133
- /* center vertically */
2134
- top: 50%;
2135
- transform: translateY(-50%);
2136
- }
2137
- .spinner-three-bounce[data-spinner] > div {
2138
- width: 18px;
2139
- height: 18px;
2140
- background-color: #FFF;
2141
- border-radius: 100%;
2142
- display: inline-block;
2143
- animation: bouncedelay 1.4s infinite ease-in-out;
2144
- /* Prevent first frame from flickering when animation starts */
2145
- animation-fill-mode: both;
2146
- }
2147
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2148
- animation-delay: -0.32s;
2149
- }
2150
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2151
- animation-delay: -0.16s;
2152
- }
2153
-
2154
- @keyframes bouncedelay {
2155
- 0%, 80%, 100% {
2156
- transform: scale(0);
2157
- }
2158
- 40% {
2159
- transform: scale(1);
2160
- }
2161
2161
  }