@gcorevideo/player 2.19.3 → 2.19.4
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/core.js +1 -1
- package/dist/index.css +1417 -1417
- package/dist/index.js +19 -8
- package/dist/plugins/index.css +548 -548
- package/dist/plugins/index.js/index.plugins.js +18 -7
- package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
- package/lib/plugins/level-selector/LevelSelector.js +18 -7
- package/package.json +1 -1
- package/src/plugins/level-selector/LevelSelector.ts +18 -17
- package/tsconfig.tsbuildinfo +1 -1
package/dist/plugins/index.css
CHANGED
|
@@ -122,30 +122,118 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}.
|
|
126
|
-
|
|
125
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
126
|
+
float: right;
|
|
127
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
128
|
+
}
|
|
129
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
|
|
130
|
+
height: 40px;
|
|
131
|
+
width: 40px;
|
|
132
|
+
padding-right: 20px;
|
|
133
|
+
}
|
|
134
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
135
|
+
height: 20px;
|
|
136
|
+
}
|
|
137
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
127
138
|
position: absolute;
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
139
|
+
right: 16px;
|
|
140
|
+
bottom: 52px;
|
|
141
|
+
display: none;
|
|
142
|
+
width: 250px;
|
|
143
|
+
min-height: 48px;
|
|
144
|
+
z-index: 9999;
|
|
145
|
+
border-radius: 4px;
|
|
131
146
|
}
|
|
132
|
-
.
|
|
133
|
-
|
|
147
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
148
|
+
padding: 8px 0;
|
|
149
|
+
}
|
|
150
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
151
|
+
float: left;
|
|
152
|
+
margin-right: 10px;
|
|
153
|
+
}
|
|
154
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
155
|
+
margin: 0;
|
|
156
|
+
text-align: left;
|
|
157
|
+
line-height: 22px;
|
|
158
|
+
padding: 5px 14px;
|
|
159
|
+
width: 250px;
|
|
134
160
|
font-size: 12px;
|
|
135
|
-
|
|
161
|
+
}
|
|
162
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
163
|
+
float: right;
|
|
164
|
+
margin-right: -14px;
|
|
165
|
+
}
|
|
166
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
167
|
+
float: right;
|
|
168
|
+
margin-right: 8px;
|
|
169
|
+
}
|
|
170
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
171
|
+
height: 20px;
|
|
172
|
+
}*, :focus, :visited {
|
|
173
|
+
outline: none !important;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.gear-wrapper .go-back {
|
|
177
|
+
font-weight: 600;
|
|
178
|
+
font-size: 14px;
|
|
179
|
+
line-height: 20px;
|
|
180
|
+
width: 100%;
|
|
181
|
+
text-align: left;
|
|
182
|
+
padding: 12px;
|
|
183
|
+
}
|
|
184
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
185
|
+
float: left;
|
|
186
|
+
padding-top: 2px;
|
|
187
|
+
padding-right: 2px;
|
|
188
|
+
}
|
|
189
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
190
|
+
height: 16px;
|
|
191
|
+
}
|
|
192
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
193
|
+
width: 100%;
|
|
136
194
|
list-style-type: none;
|
|
195
|
+
background-color: transparent;
|
|
196
|
+
min-width: 60px;
|
|
197
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
198
|
+
}
|
|
199
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
200
|
+
font-size: 12px;
|
|
137
201
|
text-align: left;
|
|
202
|
+
}
|
|
203
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
204
|
+
background-color: #c3c2c2;
|
|
138
205
|
padding: 5px;
|
|
139
|
-
margin-left: auto;
|
|
140
|
-
margin-right: auto;
|
|
141
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
142
|
-
border: 1px solid #666;
|
|
143
|
-
border-radius: 4px;
|
|
144
206
|
}
|
|
145
|
-
.
|
|
207
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
208
|
+
display: block;
|
|
209
|
+
text-decoration: none;
|
|
210
|
+
height: 32px;
|
|
211
|
+
padding: 5px 10px;
|
|
212
|
+
line-height: 22px;
|
|
213
|
+
color: #fffffe;
|
|
214
|
+
}
|
|
215
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
146
216
|
color: white;
|
|
147
|
-
|
|
148
|
-
|
|
217
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
218
|
+
}
|
|
219
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
220
|
+
color: white;
|
|
221
|
+
text-decoration: none;
|
|
222
|
+
}
|
|
223
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
224
|
+
width: 30px;
|
|
225
|
+
height: 20px;
|
|
226
|
+
float: left;
|
|
227
|
+
display: block;
|
|
228
|
+
}
|
|
229
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
230
|
+
display: none;
|
|
231
|
+
}
|
|
232
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
233
|
+
display: inline;
|
|
234
|
+
}
|
|
235
|
+
.gear-wrapper svg {
|
|
236
|
+
height: 20px;
|
|
149
237
|
}*, :focus, :visited {
|
|
150
238
|
outline: none !important;
|
|
151
239
|
}
|
|
@@ -391,118 +479,30 @@
|
|
|
391
479
|
|
|
392
480
|
.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
|
|
393
481
|
background-color: #ff0101;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
font-size: 14px;
|
|
401
|
-
line-height: 20px;
|
|
402
|
-
width: 100%;
|
|
403
|
-
text-align: left;
|
|
404
|
-
padding: 12px;
|
|
405
|
-
}
|
|
406
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
407
|
-
float: left;
|
|
408
|
-
padding-top: 2px;
|
|
409
|
-
padding-right: 2px;
|
|
410
|
-
}
|
|
411
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
412
|
-
height: 16px;
|
|
413
|
-
}
|
|
414
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
415
|
-
width: 100%;
|
|
416
|
-
list-style-type: none;
|
|
417
|
-
background-color: transparent;
|
|
418
|
-
min-width: 60px;
|
|
419
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
482
|
+
}.context-menu {
|
|
483
|
+
z-index: 999;
|
|
484
|
+
position: absolute;
|
|
485
|
+
top: 0;
|
|
486
|
+
left: 0;
|
|
487
|
+
text-align: center;
|
|
420
488
|
}
|
|
421
|
-
.
|
|
489
|
+
.context-menu .context-menu-list {
|
|
490
|
+
font-family: "Proxima Nova", sans-serif;
|
|
422
491
|
font-size: 12px;
|
|
492
|
+
line-height: 12px;
|
|
493
|
+
list-style-type: none;
|
|
423
494
|
text-align: left;
|
|
424
|
-
}
|
|
425
|
-
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
426
|
-
background-color: #c3c2c2;
|
|
427
495
|
padding: 5px;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
height: 32px;
|
|
433
|
-
padding: 5px 10px;
|
|
434
|
-
line-height: 22px;
|
|
435
|
-
color: #fffffe;
|
|
436
|
-
}
|
|
437
|
-
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
438
|
-
color: white;
|
|
439
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
440
|
-
}
|
|
441
|
-
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
442
|
-
color: white;
|
|
443
|
-
text-decoration: none;
|
|
444
|
-
}
|
|
445
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
446
|
-
width: 30px;
|
|
447
|
-
height: 20px;
|
|
448
|
-
float: left;
|
|
449
|
-
display: block;
|
|
450
|
-
}
|
|
451
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
452
|
-
display: none;
|
|
453
|
-
}
|
|
454
|
-
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
455
|
-
display: inline;
|
|
456
|
-
}
|
|
457
|
-
.gear-wrapper svg {
|
|
458
|
-
height: 20px;
|
|
459
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
460
|
-
float: right;
|
|
461
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
462
|
-
}
|
|
463
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
|
|
464
|
-
height: 40px;
|
|
465
|
-
width: 40px;
|
|
466
|
-
padding-right: 20px;
|
|
467
|
-
}
|
|
468
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
|
|
469
|
-
height: 20px;
|
|
470
|
-
}
|
|
471
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
472
|
-
position: absolute;
|
|
473
|
-
right: 16px;
|
|
474
|
-
bottom: 52px;
|
|
475
|
-
display: none;
|
|
476
|
-
width: 250px;
|
|
477
|
-
min-height: 48px;
|
|
478
|
-
z-index: 9999;
|
|
496
|
+
margin-left: auto;
|
|
497
|
+
margin-right: auto;
|
|
498
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
499
|
+
border: 1px solid #666;
|
|
479
500
|
border-radius: 4px;
|
|
480
501
|
}
|
|
481
|
-
.
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
float: left;
|
|
486
|
-
margin-right: 10px;
|
|
487
|
-
}
|
|
488
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
489
|
-
margin: 0;
|
|
490
|
-
text-align: left;
|
|
491
|
-
line-height: 22px;
|
|
492
|
-
padding: 5px 14px;
|
|
493
|
-
width: 250px;
|
|
494
|
-
font-size: 12px;
|
|
495
|
-
}
|
|
496
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
497
|
-
float: right;
|
|
498
|
-
margin-right: -14px;
|
|
499
|
-
}
|
|
500
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
501
|
-
float: right;
|
|
502
|
-
margin-right: 8px;
|
|
503
|
-
}
|
|
504
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
505
|
-
height: 20px;
|
|
502
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
503
|
+
color: white;
|
|
504
|
+
padding: 5px;
|
|
505
|
+
cursor: pointer;
|
|
506
506
|
}.big-mute-icon-wrapper[data-big-mute] {
|
|
507
507
|
position: absolute;
|
|
508
508
|
z-index: 9998;
|
|
@@ -552,167 +552,12 @@
|
|
|
552
552
|
}
|
|
553
553
|
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
554
554
|
fill: #151515 !important;
|
|
555
|
-
}.
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
height: 20px;
|
|
562
|
-
}*, :focus, :visited {
|
|
563
|
-
outline: none !important;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.multicamera[data-multicamera] {
|
|
567
|
-
float: right;
|
|
568
|
-
margin-top: 4px;
|
|
569
|
-
position: relative;
|
|
570
|
-
margin-right: 20px;
|
|
571
|
-
width: 20px;
|
|
572
|
-
}
|
|
573
|
-
.multicamera[data-multicamera] button {
|
|
574
|
-
background-color: transparent;
|
|
575
|
-
color: #fff;
|
|
576
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
577
|
-
-webkit-font-smoothing: antialiased;
|
|
578
|
-
border: none;
|
|
579
|
-
font-size: 14px;
|
|
580
|
-
padding: 0;
|
|
581
|
-
}
|
|
582
|
-
.multicamera[data-multicamera] button svg {
|
|
583
|
-
height: 20px;
|
|
584
|
-
position: relative;
|
|
585
|
-
margin-top: 6px;
|
|
586
|
-
}
|
|
587
|
-
.multicamera[data-multicamera] button:hover {
|
|
588
|
-
color: #c9c9c9;
|
|
589
|
-
}
|
|
590
|
-
.multicamera[data-multicamera] button.changing {
|
|
591
|
-
animation: pulse 0.5s infinite alternate;
|
|
592
|
-
}
|
|
593
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
594
|
-
width: 9px;
|
|
595
|
-
height: 6px;
|
|
596
|
-
margin-top: 11px;
|
|
597
|
-
margin-left: 5px;
|
|
598
|
-
}
|
|
599
|
-
.multicamera[data-multicamera] > ul {
|
|
600
|
-
padding: 6px 0;
|
|
601
|
-
right: -24px;
|
|
602
|
-
width: 245px;
|
|
603
|
-
list-style-type: none;
|
|
604
|
-
position: absolute;
|
|
605
|
-
bottom: 48px;
|
|
606
|
-
border-radius: 4px;
|
|
607
|
-
display: none;
|
|
608
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
609
|
-
}
|
|
610
|
-
.multicamera[data-multicamera] > ul::after {
|
|
611
|
-
content: "";
|
|
612
|
-
position: absolute;
|
|
613
|
-
top: 100%;
|
|
614
|
-
left: 85%;
|
|
615
|
-
margin-left: -10px;
|
|
616
|
-
width: 0;
|
|
617
|
-
height: 0;
|
|
618
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
619
|
-
border-right: 10px solid transparent;
|
|
620
|
-
border-left: 10px solid transparent;
|
|
621
|
-
}
|
|
622
|
-
.multicamera[data-multicamera] li {
|
|
623
|
-
font-size: 10px;
|
|
624
|
-
cursor: pointer;
|
|
625
|
-
}
|
|
626
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
627
|
-
display: flex;
|
|
628
|
-
padding: 10px 0;
|
|
629
|
-
justify-content: center;
|
|
630
|
-
position: relative;
|
|
631
|
-
}
|
|
632
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
633
|
-
pointer-events: none;
|
|
634
|
-
}
|
|
635
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
636
|
-
opacity: 0.5;
|
|
637
|
-
}
|
|
638
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
639
|
-
opacity: 0.5;
|
|
640
|
-
}
|
|
641
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
642
|
-
background-color: rgba(0, 0, 0, 0);
|
|
643
|
-
}
|
|
644
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
645
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
646
|
-
}
|
|
647
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
648
|
-
width: 80px;
|
|
649
|
-
height: 60px;
|
|
650
|
-
}
|
|
651
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
652
|
-
width: 80px;
|
|
653
|
-
height: 60px;
|
|
654
|
-
}
|
|
655
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
656
|
-
width: 120px;
|
|
657
|
-
text-align: left;
|
|
658
|
-
margin-left: 15px;
|
|
659
|
-
}
|
|
660
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
661
|
-
width: 120px;
|
|
662
|
-
height: 20px;
|
|
663
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
664
|
-
font-size: 14px;
|
|
665
|
-
font-weight: normal;
|
|
666
|
-
font-style: normal;
|
|
667
|
-
font-stretch: normal;
|
|
668
|
-
line-height: 1.43;
|
|
669
|
-
letter-spacing: normal;
|
|
670
|
-
text-align: left;
|
|
671
|
-
color: #fff;
|
|
672
|
-
text-overflow: ellipsis;
|
|
673
|
-
overflow: hidden;
|
|
674
|
-
}
|
|
675
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
676
|
-
opacity: 0.6;
|
|
677
|
-
}
|
|
678
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
679
|
-
background-color: #c3c2c2;
|
|
680
|
-
padding: 5px;
|
|
681
|
-
}
|
|
682
|
-
.multicamera[data-multicamera] li a {
|
|
683
|
-
color: #444;
|
|
684
|
-
padding: 2px 10px;
|
|
685
|
-
display: block;
|
|
686
|
-
text-decoration: none;
|
|
687
|
-
}
|
|
688
|
-
.multicamera[data-multicamera] li a:hover {
|
|
689
|
-
background-color: #555;
|
|
690
|
-
color: white;
|
|
691
|
-
}
|
|
692
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
693
|
-
color: white;
|
|
694
|
-
text-decoration: none;
|
|
695
|
-
}
|
|
696
|
-
.multicamera[data-multicamera] li.current a {
|
|
697
|
-
color: #f00;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
@keyframes pulse {
|
|
701
|
-
0% {
|
|
702
|
-
color: #fff;
|
|
703
|
-
}
|
|
704
|
-
50% {
|
|
705
|
-
color: #ff0101;
|
|
706
|
-
}
|
|
707
|
-
100% {
|
|
708
|
-
color: #B80000;
|
|
709
|
-
}
|
|
710
|
-
}.level-disabled {
|
|
711
|
-
opacity: 0.5;
|
|
712
|
-
pointer-events: none;
|
|
713
|
-
}.seek-time[data-seek-time] {
|
|
714
|
-
position: absolute;
|
|
715
|
-
white-space: nowrap;
|
|
555
|
+
}.level-disabled {
|
|
556
|
+
opacity: 0.5;
|
|
557
|
+
pointer-events: none;
|
|
558
|
+
}.seek-time[data-seek-time] {
|
|
559
|
+
position: absolute;
|
|
560
|
+
white-space: nowrap;
|
|
716
561
|
height: 20px;
|
|
717
562
|
line-height: 20px;
|
|
718
563
|
font-size: 0;
|
|
@@ -738,198 +583,45 @@
|
|
|
738
583
|
color: rgba(255, 255, 255, 0.5);
|
|
739
584
|
font-size: 10px;
|
|
740
585
|
padding-right: 7px;
|
|
741
|
-
vertical-align: top;
|
|
742
|
-
}
|
|
743
|
-
.seek-time[data-seek-time] [data-duration]::before {
|
|
744
|
-
content: "|";
|
|
745
|
-
margin-right: 7px;
|
|
746
|
-
}.share_plugin[data-share] {
|
|
747
|
-
pointer-events: auto;
|
|
748
|
-
z-index: 5;
|
|
749
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
750
|
-
}
|
|
751
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
752
|
-
right: -50px;
|
|
753
|
-
}
|
|
754
|
-
.share_plugin[data-share] .share-button-container {
|
|
755
|
-
cursor: pointer;
|
|
756
|
-
width: 36px;
|
|
757
|
-
height: 36px;
|
|
758
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
759
|
-
border-radius: 4px;
|
|
760
|
-
position: absolute;
|
|
761
|
-
right: 10px;
|
|
762
|
-
top: 10px;
|
|
763
|
-
padding-top: 6px;
|
|
764
|
-
transition: all 0.3s ease-out;
|
|
765
|
-
}
|
|
766
|
-
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
767
|
-
background-color: transparent;
|
|
768
|
-
border: 0;
|
|
769
|
-
margin: 0 6px;
|
|
770
|
-
padding: 0;
|
|
771
|
-
cursor: pointer;
|
|
772
|
-
display: inline-block;
|
|
773
|
-
width: 19px;
|
|
774
|
-
height: 20px;
|
|
775
|
-
}
|
|
776
|
-
.share_plugin[data-share] .share-container {
|
|
777
|
-
pointer-events: auto;
|
|
778
|
-
position: absolute;
|
|
779
|
-
width: 280px;
|
|
780
|
-
background-color: white;
|
|
781
|
-
transform: translate(0, 50%);
|
|
782
|
-
transform: translate(-50%, -50%);
|
|
783
|
-
left: 50%;
|
|
784
|
-
/* margin-left: -140px; */
|
|
785
|
-
top: calc(50% - 20px);
|
|
786
|
-
/* margin-top: -170px; */
|
|
787
|
-
}
|
|
788
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
789
|
-
text-align: left;
|
|
790
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
791
|
-
}
|
|
792
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
793
|
-
display: inline-block;
|
|
794
|
-
font-size: 16px;
|
|
795
|
-
margin: 5px;
|
|
796
|
-
}
|
|
797
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
798
|
-
display: inline-block;
|
|
799
|
-
width: 24px;
|
|
800
|
-
float: right;
|
|
801
|
-
margin: 5px;
|
|
802
|
-
cursor: pointer;
|
|
803
|
-
}
|
|
804
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
805
|
-
margin-bottom: 8px;
|
|
806
|
-
}
|
|
807
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
808
|
-
text-align: left;
|
|
809
|
-
font-size: 14px;
|
|
810
|
-
padding: 5px;
|
|
811
|
-
}
|
|
812
|
-
.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 {
|
|
813
|
-
overflow: hidden;
|
|
814
|
-
text-overflow: ellipsis;
|
|
815
|
-
color: #818181;
|
|
816
|
-
border: solid 1px #d3d3d3;
|
|
817
|
-
width: calc(100% - 10px);
|
|
818
|
-
padding: 5px;
|
|
819
|
-
}
|
|
820
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
821
|
-
max-height: 90px;
|
|
822
|
-
resize: none;
|
|
823
|
-
}
|
|
824
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
825
|
-
width: 32px;
|
|
826
|
-
display: inline-block;
|
|
827
|
-
margin-right: 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
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
|
|
864
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
|
|
865
|
-
display: block;
|
|
866
|
-
}
|
|
867
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
|
|
868
|
-
width: 40px;
|
|
869
|
-
margin-top: 0;
|
|
870
|
-
}
|
|
871
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
|
|
872
|
-
display: flex;
|
|
873
|
-
justify-content: center;
|
|
874
|
-
padding: 0;
|
|
875
|
-
align-items: center;
|
|
876
|
-
}
|
|
877
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
|
|
878
|
-
color: white;
|
|
879
|
-
}
|
|
880
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
|
|
881
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
882
|
-
border: none;
|
|
883
|
-
width: auto;
|
|
884
|
-
transform: rotate(180deg);
|
|
885
|
-
border-radius: 4px;
|
|
886
|
-
bottom: 52px;
|
|
887
|
-
margin-left: -28px;
|
|
888
|
-
}
|
|
889
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
|
|
890
|
-
transform: rotate(-180deg);
|
|
891
|
-
font-size: 16px;
|
|
892
|
-
text-align: center;
|
|
893
|
-
white-space: nowrap;
|
|
894
|
-
height: 30px;
|
|
895
|
-
}
|
|
896
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
|
|
897
|
-
height: 30px;
|
|
898
|
-
padding: 5px 10px;
|
|
899
|
-
color: #fffffe;
|
|
900
|
-
}
|
|
901
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
|
|
902
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
903
|
-
}
|
|
904
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
|
|
905
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
906
|
-
}
|
|
907
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
|
|
908
|
-
border-bottom-left-radius: 4px;
|
|
909
|
-
border-bottom-right-radius: 4px;
|
|
910
|
-
}
|
|
911
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
|
|
912
|
-
border-top-left-radius: 4px;
|
|
913
|
-
border-top-right-radius: 4px;
|
|
586
|
+
vertical-align: top;
|
|
914
587
|
}
|
|
915
|
-
.
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
588
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
589
|
+
content: "|";
|
|
590
|
+
margin-right: 7px;
|
|
591
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
592
|
+
color: #CCCACA;
|
|
593
|
+
position: absolute;
|
|
594
|
+
top: 0;
|
|
595
|
+
height: 100%;
|
|
596
|
+
width: 100%;
|
|
597
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
598
|
+
z-index: 2000;
|
|
599
|
+
display: flex;
|
|
600
|
+
flex-direction: column;
|
|
601
|
+
justify-content: center;
|
|
921
602
|
}
|
|
922
|
-
.
|
|
923
|
-
letter-spacing: 0.8px;
|
|
603
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
924
604
|
font-size: 14px;
|
|
925
|
-
|
|
605
|
+
color: #CCCACA;
|
|
606
|
+
margin-top: 45px;
|
|
926
607
|
}
|
|
927
|
-
.
|
|
928
|
-
|
|
929
|
-
|
|
608
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
609
|
+
font-weight: bold;
|
|
610
|
+
line-height: 30px;
|
|
611
|
+
font-size: 18px;
|
|
930
612
|
}
|
|
931
|
-
.
|
|
932
|
-
|
|
613
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
614
|
+
width: 90%;
|
|
615
|
+
margin: 0 auto;
|
|
616
|
+
}
|
|
617
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
618
|
+
font-size: 13px;
|
|
619
|
+
margin-top: 15px;
|
|
620
|
+
}
|
|
621
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
622
|
+
cursor: pointer;
|
|
623
|
+
width: 30px;
|
|
624
|
+
margin: 15px auto 0;
|
|
933
625
|
}[data-player] {
|
|
934
626
|
--bottom-panel: 40px;
|
|
935
627
|
}
|
|
@@ -1533,8 +1225,226 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1533
1225
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
|
|
1534
1226
|
padding-left: 0;
|
|
1535
1227
|
}
|
|
1536
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
|
|
1537
|
-
transform: scaleY(1.5);
|
|
1228
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
|
|
1229
|
+
transform: scaleY(1.5);
|
|
1230
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
|
|
1231
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
|
|
1232
|
+
display: block;
|
|
1233
|
+
}
|
|
1234
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
|
|
1235
|
+
width: 40px;
|
|
1236
|
+
margin-top: 0;
|
|
1237
|
+
}
|
|
1238
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
|
|
1239
|
+
display: flex;
|
|
1240
|
+
justify-content: center;
|
|
1241
|
+
padding: 0;
|
|
1242
|
+
align-items: center;
|
|
1243
|
+
}
|
|
1244
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
|
|
1245
|
+
color: white;
|
|
1246
|
+
}
|
|
1247
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
|
|
1248
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1249
|
+
border: none;
|
|
1250
|
+
width: auto;
|
|
1251
|
+
transform: rotate(180deg);
|
|
1252
|
+
border-radius: 4px;
|
|
1253
|
+
bottom: 52px;
|
|
1254
|
+
margin-left: -28px;
|
|
1255
|
+
}
|
|
1256
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
|
|
1257
|
+
transform: rotate(-180deg);
|
|
1258
|
+
font-size: 16px;
|
|
1259
|
+
text-align: center;
|
|
1260
|
+
white-space: nowrap;
|
|
1261
|
+
height: 30px;
|
|
1262
|
+
}
|
|
1263
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
|
|
1264
|
+
height: 30px;
|
|
1265
|
+
padding: 5px 10px;
|
|
1266
|
+
color: #fffffe;
|
|
1267
|
+
}
|
|
1268
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
|
|
1269
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1270
|
+
}
|
|
1271
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
|
|
1272
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1273
|
+
}
|
|
1274
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
|
|
1275
|
+
border-bottom-left-radius: 4px;
|
|
1276
|
+
border-bottom-right-radius: 4px;
|
|
1277
|
+
}
|
|
1278
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
|
|
1279
|
+
border-top-left-radius: 4px;
|
|
1280
|
+
border-top-right-radius: 4px;
|
|
1281
|
+
}
|
|
1282
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
|
|
1283
|
+
height: 26px;
|
|
1284
|
+
line-height: 26px;
|
|
1285
|
+
bottom: 52px;
|
|
1286
|
+
border-radius: 3px;
|
|
1287
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1288
|
+
}
|
|
1289
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
|
|
1290
|
+
letter-spacing: 0.8px;
|
|
1291
|
+
font-size: 14px;
|
|
1292
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1293
|
+
}
|
|
1294
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
|
|
1295
|
+
padding-left: 8px;
|
|
1296
|
+
padding-right: 8px;
|
|
1297
|
+
}
|
|
1298
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1299
|
+
display: none !important;
|
|
1300
|
+
}*, :focus, :visited {
|
|
1301
|
+
outline: none !important;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.multicamera[data-multicamera] {
|
|
1305
|
+
float: right;
|
|
1306
|
+
margin-top: 4px;
|
|
1307
|
+
position: relative;
|
|
1308
|
+
margin-right: 20px;
|
|
1309
|
+
width: 20px;
|
|
1310
|
+
}
|
|
1311
|
+
.multicamera[data-multicamera] button {
|
|
1312
|
+
background-color: transparent;
|
|
1313
|
+
color: #fff;
|
|
1314
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1315
|
+
-webkit-font-smoothing: antialiased;
|
|
1316
|
+
border: none;
|
|
1317
|
+
font-size: 14px;
|
|
1318
|
+
padding: 0;
|
|
1319
|
+
}
|
|
1320
|
+
.multicamera[data-multicamera] button svg {
|
|
1321
|
+
height: 20px;
|
|
1322
|
+
position: relative;
|
|
1323
|
+
margin-top: 6px;
|
|
1324
|
+
}
|
|
1325
|
+
.multicamera[data-multicamera] button:hover {
|
|
1326
|
+
color: #c9c9c9;
|
|
1327
|
+
}
|
|
1328
|
+
.multicamera[data-multicamera] button.changing {
|
|
1329
|
+
animation: pulse 0.5s infinite alternate;
|
|
1330
|
+
}
|
|
1331
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1332
|
+
width: 9px;
|
|
1333
|
+
height: 6px;
|
|
1334
|
+
margin-top: 11px;
|
|
1335
|
+
margin-left: 5px;
|
|
1336
|
+
}
|
|
1337
|
+
.multicamera[data-multicamera] > ul {
|
|
1338
|
+
padding: 6px 0;
|
|
1339
|
+
right: -24px;
|
|
1340
|
+
width: 245px;
|
|
1341
|
+
list-style-type: none;
|
|
1342
|
+
position: absolute;
|
|
1343
|
+
bottom: 48px;
|
|
1344
|
+
border-radius: 4px;
|
|
1345
|
+
display: none;
|
|
1346
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1347
|
+
}
|
|
1348
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1349
|
+
content: "";
|
|
1350
|
+
position: absolute;
|
|
1351
|
+
top: 100%;
|
|
1352
|
+
left: 85%;
|
|
1353
|
+
margin-left: -10px;
|
|
1354
|
+
width: 0;
|
|
1355
|
+
height: 0;
|
|
1356
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1357
|
+
border-right: 10px solid transparent;
|
|
1358
|
+
border-left: 10px solid transparent;
|
|
1359
|
+
}
|
|
1360
|
+
.multicamera[data-multicamera] li {
|
|
1361
|
+
font-size: 10px;
|
|
1362
|
+
cursor: pointer;
|
|
1363
|
+
}
|
|
1364
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1365
|
+
display: flex;
|
|
1366
|
+
padding: 10px 0;
|
|
1367
|
+
justify-content: center;
|
|
1368
|
+
position: relative;
|
|
1369
|
+
}
|
|
1370
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1371
|
+
pointer-events: none;
|
|
1372
|
+
}
|
|
1373
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1374
|
+
opacity: 0.5;
|
|
1375
|
+
}
|
|
1376
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1377
|
+
opacity: 0.5;
|
|
1378
|
+
}
|
|
1379
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1380
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1381
|
+
}
|
|
1382
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1383
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1384
|
+
}
|
|
1385
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1386
|
+
width: 80px;
|
|
1387
|
+
height: 60px;
|
|
1388
|
+
}
|
|
1389
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1390
|
+
width: 80px;
|
|
1391
|
+
height: 60px;
|
|
1392
|
+
}
|
|
1393
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1394
|
+
width: 120px;
|
|
1395
|
+
text-align: left;
|
|
1396
|
+
margin-left: 15px;
|
|
1397
|
+
}
|
|
1398
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1399
|
+
width: 120px;
|
|
1400
|
+
height: 20px;
|
|
1401
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1402
|
+
font-size: 14px;
|
|
1403
|
+
font-weight: normal;
|
|
1404
|
+
font-style: normal;
|
|
1405
|
+
font-stretch: normal;
|
|
1406
|
+
line-height: 1.43;
|
|
1407
|
+
letter-spacing: normal;
|
|
1408
|
+
text-align: left;
|
|
1409
|
+
color: #fff;
|
|
1410
|
+
text-overflow: ellipsis;
|
|
1411
|
+
overflow: hidden;
|
|
1412
|
+
}
|
|
1413
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1414
|
+
opacity: 0.6;
|
|
1415
|
+
}
|
|
1416
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
1417
|
+
background-color: #c3c2c2;
|
|
1418
|
+
padding: 5px;
|
|
1419
|
+
}
|
|
1420
|
+
.multicamera[data-multicamera] li a {
|
|
1421
|
+
color: #444;
|
|
1422
|
+
padding: 2px 10px;
|
|
1423
|
+
display: block;
|
|
1424
|
+
text-decoration: none;
|
|
1425
|
+
}
|
|
1426
|
+
.multicamera[data-multicamera] li a:hover {
|
|
1427
|
+
background-color: #555;
|
|
1428
|
+
color: white;
|
|
1429
|
+
}
|
|
1430
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
1431
|
+
color: white;
|
|
1432
|
+
text-decoration: none;
|
|
1433
|
+
}
|
|
1434
|
+
.multicamera[data-multicamera] li.current a {
|
|
1435
|
+
color: #f00;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
@keyframes pulse {
|
|
1439
|
+
0% {
|
|
1440
|
+
color: #fff;
|
|
1441
|
+
}
|
|
1442
|
+
50% {
|
|
1443
|
+
color: #ff0101;
|
|
1444
|
+
}
|
|
1445
|
+
100% {
|
|
1446
|
+
color: #B80000;
|
|
1447
|
+
}
|
|
1538
1448
|
}.spinner-three-bounce[data-spinner] {
|
|
1539
1449
|
position: absolute;
|
|
1540
1450
|
width: 70px;
|
|
@@ -1573,27 +1483,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1573
1483
|
40% {
|
|
1574
1484
|
transform: scale(1);
|
|
1575
1485
|
}
|
|
1576
|
-
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1577
|
-
height: 0;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
.skip_time_plugin[data-skip-time] {
|
|
1581
|
-
position: absolute;
|
|
1582
|
-
width: 100%;
|
|
1583
|
-
height: calc(100% - 50px);
|
|
1584
|
-
z-index: 9998;
|
|
1585
|
-
background-color: transparent;
|
|
1586
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1587
|
-
}
|
|
1588
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1589
|
-
width: 100%;
|
|
1590
|
-
height: 100%;
|
|
1591
|
-
display: flex;
|
|
1592
|
-
justify-content: space-between;
|
|
1593
|
-
}
|
|
1594
|
-
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1595
|
-
width: 33.3%;
|
|
1596
|
-
height: 100%;
|
|
1597
1486
|
}:root {
|
|
1598
1487
|
--primary-background-color: #000;
|
|
1599
1488
|
--secondary-background-color: #262626;
|
|
@@ -2010,6 +1899,150 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2010
1899
|
}
|
|
2011
1900
|
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
2012
1901
|
fill: #fff;
|
|
1902
|
+
}.share_plugin[data-share] {
|
|
1903
|
+
pointer-events: auto;
|
|
1904
|
+
z-index: 5;
|
|
1905
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1906
|
+
}
|
|
1907
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1908
|
+
right: -50px;
|
|
1909
|
+
}
|
|
1910
|
+
.share_plugin[data-share] .share-button-container {
|
|
1911
|
+
cursor: pointer;
|
|
1912
|
+
width: 36px;
|
|
1913
|
+
height: 36px;
|
|
1914
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1915
|
+
border-radius: 4px;
|
|
1916
|
+
position: absolute;
|
|
1917
|
+
right: 10px;
|
|
1918
|
+
top: 10px;
|
|
1919
|
+
padding-top: 6px;
|
|
1920
|
+
transition: all 0.3s ease-out;
|
|
1921
|
+
}
|
|
1922
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1923
|
+
background-color: transparent;
|
|
1924
|
+
border: 0;
|
|
1925
|
+
margin: 0 6px;
|
|
1926
|
+
padding: 0;
|
|
1927
|
+
cursor: pointer;
|
|
1928
|
+
display: inline-block;
|
|
1929
|
+
width: 19px;
|
|
1930
|
+
height: 20px;
|
|
1931
|
+
}
|
|
1932
|
+
.share_plugin[data-share] .share-container {
|
|
1933
|
+
pointer-events: auto;
|
|
1934
|
+
position: absolute;
|
|
1935
|
+
width: 280px;
|
|
1936
|
+
background-color: white;
|
|
1937
|
+
transform: translate(0, 50%);
|
|
1938
|
+
transform: translate(-50%, -50%);
|
|
1939
|
+
left: 50%;
|
|
1940
|
+
/* margin-left: -140px; */
|
|
1941
|
+
top: calc(50% - 20px);
|
|
1942
|
+
/* margin-top: -170px; */
|
|
1943
|
+
}
|
|
1944
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1945
|
+
text-align: left;
|
|
1946
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1947
|
+
}
|
|
1948
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1949
|
+
display: inline-block;
|
|
1950
|
+
font-size: 16px;
|
|
1951
|
+
margin: 5px;
|
|
1952
|
+
}
|
|
1953
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1954
|
+
display: inline-block;
|
|
1955
|
+
width: 24px;
|
|
1956
|
+
float: right;
|
|
1957
|
+
margin: 5px;
|
|
1958
|
+
cursor: pointer;
|
|
1959
|
+
}
|
|
1960
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1961
|
+
margin-bottom: 8px;
|
|
1962
|
+
}
|
|
1963
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1964
|
+
text-align: left;
|
|
1965
|
+
font-size: 14px;
|
|
1966
|
+
padding: 5px;
|
|
1967
|
+
}
|
|
1968
|
+
.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 {
|
|
1969
|
+
overflow: hidden;
|
|
1970
|
+
text-overflow: ellipsis;
|
|
1971
|
+
color: #818181;
|
|
1972
|
+
border: solid 1px #d3d3d3;
|
|
1973
|
+
width: calc(100% - 10px);
|
|
1974
|
+
padding: 5px;
|
|
1975
|
+
}
|
|
1976
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1977
|
+
max-height: 90px;
|
|
1978
|
+
resize: none;
|
|
1979
|
+
}
|
|
1980
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1981
|
+
width: 32px;
|
|
1982
|
+
display: inline-block;
|
|
1983
|
+
margin-right: 5px;
|
|
1984
|
+
cursor: pointer;
|
|
1985
|
+
}.scrub-thumbnails {
|
|
1986
|
+
position: absolute;
|
|
1987
|
+
bottom: 52px;
|
|
1988
|
+
width: 100%;
|
|
1989
|
+
transition: opacity 0.3s ease;
|
|
1990
|
+
}
|
|
1991
|
+
.scrub-thumbnails.hidden {
|
|
1992
|
+
opacity: 0;
|
|
1993
|
+
}
|
|
1994
|
+
.scrub-thumbnails .thumbnail-container {
|
|
1995
|
+
display: inline-block;
|
|
1996
|
+
position: relative;
|
|
1997
|
+
overflow: hidden;
|
|
1998
|
+
background-color: #000;
|
|
1999
|
+
}
|
|
2000
|
+
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
2001
|
+
position: absolute;
|
|
2002
|
+
width: auto;
|
|
2003
|
+
}
|
|
2004
|
+
.scrub-thumbnails .thumbnails-text {
|
|
2005
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
2006
|
+
border-radius: 3px;
|
|
2007
|
+
white-space: nowrap;
|
|
2008
|
+
overflow: hidden;
|
|
2009
|
+
text-overflow: ellipsis;
|
|
2010
|
+
color: white;
|
|
2011
|
+
position: absolute;
|
|
2012
|
+
bottom: 23px;
|
|
2013
|
+
width: 100px;
|
|
2014
|
+
}
|
|
2015
|
+
.scrub-thumbnails .spotlight {
|
|
2016
|
+
background-color: #4a4a4a;
|
|
2017
|
+
overflow: hidden;
|
|
2018
|
+
position: absolute;
|
|
2019
|
+
bottom: 0;
|
|
2020
|
+
left: 0;
|
|
2021
|
+
border-color: #4a4a4a;
|
|
2022
|
+
border-style: solid;
|
|
2023
|
+
border-width: 3px;
|
|
2024
|
+
border-radius: 3px;
|
|
2025
|
+
}
|
|
2026
|
+
.scrub-thumbnails .spotlight img {
|
|
2027
|
+
width: auto;
|
|
2028
|
+
}
|
|
2029
|
+
.scrub-thumbnails .backdrop {
|
|
2030
|
+
position: absolute;
|
|
2031
|
+
left: 0;
|
|
2032
|
+
bottom: 0;
|
|
2033
|
+
right: 0;
|
|
2034
|
+
background-color: #000;
|
|
2035
|
+
overflow: hidden;
|
|
2036
|
+
}
|
|
2037
|
+
.scrub-thumbnails .backdrop .carousel {
|
|
2038
|
+
position: absolute;
|
|
2039
|
+
top: 0;
|
|
2040
|
+
left: 0;
|
|
2041
|
+
height: 100%;
|
|
2042
|
+
white-space: nowrap;
|
|
2043
|
+
}
|
|
2044
|
+
.scrub-thumbnails .backdrop .carousel img {
|
|
2045
|
+
width: auto;
|
|
2013
2046
|
}*, :focus, :visited {
|
|
2014
2047
|
outline: none !important;
|
|
2015
2048
|
}
|
|
@@ -2091,67 +2124,34 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2091
2124
|
.ios-fullscreen::cue {
|
|
2092
2125
|
visibility: visible !important;
|
|
2093
2126
|
font-size: 1em !important;
|
|
2094
|
-
}.
|
|
2095
|
-
|
|
2096
|
-
bottom: 52px;
|
|
2097
|
-
width: 100%;
|
|
2098
|
-
transition: opacity 0.3s ease;
|
|
2099
|
-
}
|
|
2100
|
-
.scrub-thumbnails.hidden {
|
|
2101
|
-
opacity: 0;
|
|
2102
|
-
}
|
|
2103
|
-
.scrub-thumbnails .thumbnail-container {
|
|
2104
|
-
display: inline-block;
|
|
2105
|
-
position: relative;
|
|
2106
|
-
overflow: hidden;
|
|
2107
|
-
background-color: #000;
|
|
2108
|
-
}
|
|
2109
|
-
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
2110
|
-
position: absolute;
|
|
2111
|
-
width: auto;
|
|
2112
|
-
}
|
|
2113
|
-
.scrub-thumbnails .thumbnails-text {
|
|
2114
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
2115
|
-
border-radius: 3px;
|
|
2116
|
-
white-space: nowrap;
|
|
2117
|
-
overflow: hidden;
|
|
2118
|
-
text-overflow: ellipsis;
|
|
2119
|
-
color: white;
|
|
2120
|
-
position: absolute;
|
|
2121
|
-
bottom: 23px;
|
|
2122
|
-
width: 100px;
|
|
2127
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
2128
|
+
height: 0;
|
|
2123
2129
|
}
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
overflow: hidden;
|
|
2130
|
+
|
|
2131
|
+
.skip_time_plugin[data-skip-time] {
|
|
2127
2132
|
position: absolute;
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
border-radius: 3px;
|
|
2134
|
-
}
|
|
2135
|
-
.scrub-thumbnails .spotlight img {
|
|
2136
|
-
width: auto;
|
|
2133
|
+
width: 100%;
|
|
2134
|
+
height: calc(100% - 50px);
|
|
2135
|
+
z-index: 9998;
|
|
2136
|
+
background-color: transparent;
|
|
2137
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
2137
2138
|
}
|
|
2138
|
-
.
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
background-color: #000;
|
|
2144
|
-
overflow: hidden;
|
|
2139
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
2140
|
+
width: 100%;
|
|
2141
|
+
height: 100%;
|
|
2142
|
+
display: flex;
|
|
2143
|
+
justify-content: space-between;
|
|
2145
2144
|
}
|
|
2146
|
-
.
|
|
2147
|
-
|
|
2148
|
-
top: 0;
|
|
2149
|
-
left: 0;
|
|
2145
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
2146
|
+
width: 33.3%;
|
|
2150
2147
|
height: 100%;
|
|
2151
|
-
|
|
2148
|
+
}.media-control-pip button {
|
|
2149
|
+
float: right;
|
|
2150
|
+
height: 40px;
|
|
2151
|
+
margin-right: 20px;
|
|
2152
2152
|
}
|
|
2153
|
-
.
|
|
2154
|
-
|
|
2153
|
+
.media-control-pip button svg {
|
|
2154
|
+
height: 20px;
|
|
2155
2155
|
}.player-logo[data-logo] {
|
|
2156
2156
|
position: absolute;
|
|
2157
2157
|
z-index: 2;
|