@gcorevideo/player 2.21.6 → 2.22.1
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/assets/bottom-gear/bottomgear copy.ejs +10 -0
- package/assets/bottom-gear/bottomgear.ejs +4 -8
- package/assets/bottom-gear/gear-sub-menu.scss +0 -1
- package/assets/bottom-gear/gear.scss +0 -1
- package/assets/clappr-nerd-stats/button.ejs +3 -3
- package/assets/level-selector/button.ejs +2 -4
- package/assets/level-selector/list.ejs +14 -10
- package/assets/level-selector/style.scss +9 -4
- package/assets/media-control/media-control.ejs +1 -1
- package/assets/playback-rate/list.ejs +5 -5
- package/dist/core.js +1 -2
- package/dist/index.css +652 -651
- package/dist/index.js +3850 -3766
- package/dist/player.d.ts +10 -17
- package/dist/plugins/index.css +742 -741
- package/dist/plugins/index.js +3951 -3868
- package/docs/api/player.mediacontrol.md +8 -36
- package/docs/api/player.mediacontrol.toggleelement.md +72 -0
- package/docs/api/player.mediacontrolelement.md +1 -1
- package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
- package/lib/playback/dash-playback/DashPlayback.js +0 -1
- package/lib/plugins/bottom-gear/BottomGear.d.ts +65 -14
- package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
- package/lib/plugins/bottom-gear/BottomGear.js +113 -37
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +2 -3
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +1 -1
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +18 -15
- package/lib/plugins/dvr-controls/DvrControls.js +1 -1
- package/lib/plugins/level-selector/LevelSelector.d.ts +8 -11
- package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
- package/lib/plugins/level-selector/LevelSelector.js +66 -102
- package/lib/plugins/media-control/MediaControl.d.ts +7 -5
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +40 -20
- package/lib/plugins/picture-in-picture/PictureInPicture.d.ts.map +1 -1
- package/lib/plugins/picture-in-picture/PictureInPicture.js +7 -2
- package/lib/plugins/playback-rate/PlaybackRate.d.ts +42 -14
- package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.js +101 -83
- package/lib/plugins/subtitles/ClosedCaptions.js +1 -1
- package/lib/testUtils.d.ts +1 -0
- package/lib/testUtils.d.ts.map +1 -1
- package/lib/testUtils.js +13 -0
- package/package.json +1 -1
- package/src/playback/dash-playback/DashPlayback.ts +0 -1
- package/src/plugins/bottom-gear/BottomGear.ts +162 -72
- package/src/plugins/bottom-gear/__tests__/BottomGear.test.ts +21 -5
- package/src/plugins/bottom-gear/__tests__/__snapshots__/BottomGear.test.ts.snap +5 -12
- package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +27 -25
- package/src/plugins/dvr-controls/DvrControls.ts +1 -1
- package/src/plugins/dvr-controls/__tests__/DvrControls.test.ts +6 -4
- package/src/plugins/dvr-controls/__tests__/__snapshots__/DvrControls.test.ts.snap +2 -2
- package/src/plugins/level-selector/LevelSelector.ts +80 -120
- package/src/plugins/level-selector/__tests__/LevelSelector.test.ts +69 -79
- package/src/plugins/level-selector/__tests__/__snapshots__/LevelSelector.test.ts.snap +38 -71
- package/src/plugins/media-control/MediaControl.ts +54 -26
- package/src/plugins/media-control/__tests__/MediaControl.test.ts +4 -4
- package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +4 -0
- package/src/plugins/picture-in-picture/PictureInPicture.ts +7 -2
- package/src/plugins/playback-rate/PlaybackRate.ts +136 -108
- package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +84 -37
- package/src/plugins/playback-rate/__tests__/__snapshots__/PlaybackRate.test.ts.snap +55 -6
- package/src/plugins/subtitles/ClosedCaptions.ts +1 -1
- package/src/plugins/subtitles/__tests__/ClosedCaptions.test.ts +1 -1
- package/src/testUtils.ts +14 -0
- package/src/typings/vitest.d.ts +1 -0
- package/temp/player.api.json +66 -94
- package/tsconfig.tsbuildinfo +1 -1
- package/docs/api/player.mediacontrol.getcenterpanel.md +0 -18
- package/docs/api/player.mediacontrol.getleftpanel.md +0 -22
- package/docs/api/player.mediacontrol.getrightpanel.md +0 -22
package/dist/plugins/index.css
CHANGED
|
@@ -122,70 +122,30 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}.
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
.gear-wrapper .go-back {
|
|
132
|
-
font-weight: 600;
|
|
133
|
-
font-size: 14px;
|
|
134
|
-
line-height: 20px;
|
|
135
|
-
width: 100%;
|
|
136
|
-
text-align: left;
|
|
137
|
-
padding: 12px;
|
|
138
|
-
}
|
|
139
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
140
|
-
float: left;
|
|
141
|
-
padding-top: 2px;
|
|
142
|
-
padding-right: 2px;
|
|
143
|
-
}
|
|
144
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
145
|
-
height: 16px;
|
|
146
|
-
}
|
|
147
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
148
|
-
width: 100%;
|
|
149
|
-
list-style-type: none;
|
|
150
|
-
background-color: transparent;
|
|
151
|
-
min-width: 60px;
|
|
152
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
125
|
+
}.context-menu {
|
|
126
|
+
z-index: 999;
|
|
127
|
+
position: absolute;
|
|
128
|
+
top: 0;
|
|
129
|
+
left: 0;
|
|
130
|
+
text-align: center;
|
|
153
131
|
}
|
|
154
|
-
.
|
|
132
|
+
.context-menu .context-menu-list {
|
|
133
|
+
font-family: "Proxima Nova", sans-serif;
|
|
155
134
|
font-size: 12px;
|
|
135
|
+
line-height: 12px;
|
|
136
|
+
list-style-type: none;
|
|
156
137
|
text-align: left;
|
|
157
|
-
}
|
|
158
|
-
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
159
|
-
background-color: #c3c2c2;
|
|
160
138
|
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;
|
|
161
144
|
}
|
|
162
|
-
.
|
|
163
|
-
display: block;
|
|
164
|
-
text-decoration: none;
|
|
165
|
-
height: 32px;
|
|
166
|
-
padding: 5px 10px;
|
|
167
|
-
line-height: 22px;
|
|
168
|
-
color: #fffffe;
|
|
169
|
-
}
|
|
170
|
-
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
171
|
-
color: white;
|
|
172
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
173
|
-
}
|
|
174
|
-
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
145
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
175
146
|
color: white;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
179
|
-
width: 30px;
|
|
180
|
-
height: 20px;
|
|
181
|
-
float: left;
|
|
182
|
-
display: block;
|
|
183
|
-
}
|
|
184
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
185
|
-
display: none;
|
|
186
|
-
}
|
|
187
|
-
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
188
|
-
display: inline;
|
|
147
|
+
padding: 5px;
|
|
148
|
+
cursor: pointer;
|
|
189
149
|
}:root {
|
|
190
150
|
--primary-background-color: #000;
|
|
191
151
|
--secondary-background-color: #262626;
|
|
@@ -568,372 +528,186 @@
|
|
|
568
528
|
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
569
529
|
width: 25%;
|
|
570
530
|
}
|
|
571
|
-
}.
|
|
572
|
-
|
|
573
|
-
|
|
531
|
+
}.dvr-controls[data-dvr] {
|
|
532
|
+
display: inline-block;
|
|
533
|
+
color: var(--player-dvr-color);
|
|
534
|
+
line-height: 32px;
|
|
535
|
+
font-size: 10px;
|
|
536
|
+
font-weight: bold;
|
|
537
|
+
margin-left: 6px;
|
|
538
|
+
height: 40px;
|
|
539
|
+
line-height: 40px;
|
|
540
|
+
margin-left: 0;
|
|
574
541
|
}
|
|
575
|
-
.
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
bottom: 52px;
|
|
579
|
-
display: none;
|
|
580
|
-
width: 250px;
|
|
581
|
-
min-height: 48px;
|
|
582
|
-
z-index: 9999;
|
|
583
|
-
border-radius: 4px;
|
|
542
|
+
.dvr-controls[data-dvr] .live-info {
|
|
543
|
+
cursor: default;
|
|
544
|
+
text-transform: uppercase;
|
|
584
545
|
}
|
|
585
|
-
.
|
|
586
|
-
|
|
546
|
+
.dvr-controls[data-dvr] .live-info:before {
|
|
547
|
+
content: "";
|
|
548
|
+
display: inline-block;
|
|
549
|
+
position: relative;
|
|
550
|
+
width: 7px;
|
|
551
|
+
height: 7px;
|
|
552
|
+
border-radius: 3.5px;
|
|
553
|
+
margin-right: 3.5px;
|
|
554
|
+
background-color: var(--player-live-color);
|
|
587
555
|
}
|
|
588
|
-
.
|
|
589
|
-
|
|
590
|
-
margin-right: 10px;
|
|
556
|
+
.dvr-controls[data-dvr] .live-info.disabled {
|
|
557
|
+
opacity: 0.3;
|
|
591
558
|
}
|
|
592
|
-
.
|
|
593
|
-
|
|
594
|
-
text-align: left;
|
|
595
|
-
line-height: 22px;
|
|
596
|
-
padding: 5px 14px;
|
|
597
|
-
width: 250px;
|
|
598
|
-
font-size: 12px;
|
|
559
|
+
.dvr-controls[data-dvr] .live-info.disabled:before {
|
|
560
|
+
background-color: var(--player-dvr-color);
|
|
599
561
|
}
|
|
600
|
-
.
|
|
601
|
-
|
|
602
|
-
|
|
562
|
+
.dvr-controls[data-dvr] .live-button {
|
|
563
|
+
cursor: pointer;
|
|
564
|
+
outline: none;
|
|
565
|
+
display: none;
|
|
566
|
+
border: 0;
|
|
567
|
+
color: var(--player-dvr-color);
|
|
568
|
+
background-color: transparent;
|
|
569
|
+
height: 32px;
|
|
570
|
+
padding: 0;
|
|
571
|
+
opacity: 0.7;
|
|
572
|
+
text-transform: uppercase;
|
|
573
|
+
transition: all 0.1s ease;
|
|
603
574
|
}
|
|
604
|
-
.
|
|
605
|
-
|
|
606
|
-
|
|
575
|
+
.dvr-controls[data-dvr] .live-button:before {
|
|
576
|
+
content: "";
|
|
577
|
+
display: inline-block;
|
|
578
|
+
position: relative;
|
|
579
|
+
width: 7px;
|
|
580
|
+
height: 7px;
|
|
581
|
+
border-radius: 3.5px;
|
|
582
|
+
margin-right: 3.5px;
|
|
583
|
+
background-color: var(--player-dvr-color);
|
|
607
584
|
}
|
|
608
|
-
.
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
color: #CCCACA;
|
|
612
|
-
position: absolute;
|
|
613
|
-
top: 0;
|
|
614
|
-
height: 100%;
|
|
615
|
-
width: 100%;
|
|
616
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
617
|
-
z-index: 2000;
|
|
618
|
-
display: flex;
|
|
619
|
-
flex-direction: column;
|
|
620
|
-
justify-content: center;
|
|
585
|
+
.dvr-controls[data-dvr] .live-button:hover {
|
|
586
|
+
opacity: 1;
|
|
587
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
621
588
|
}
|
|
622
|
-
|
|
589
|
+
.dvr-controls[data-dvr] .live-info {
|
|
623
590
|
font-size: 14px;
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
font-weight: bold;
|
|
629
|
-
line-height: 30px;
|
|
630
|
-
font-size: 18px;
|
|
591
|
+
letter-spacing: 0.8px;
|
|
592
|
+
font-weight: 500;
|
|
593
|
+
color: #fffffe;
|
|
594
|
+
margin-left: 21px;
|
|
631
595
|
}
|
|
632
|
-
|
|
633
|
-
width:
|
|
634
|
-
|
|
596
|
+
.dvr-controls[data-dvr] .live-info::before {
|
|
597
|
+
width: 10px;
|
|
598
|
+
height: 10px;
|
|
599
|
+
border-radius: 50%;
|
|
600
|
+
margin-right: 8px;
|
|
601
|
+
background-color: #ed4f4a;
|
|
635
602
|
}
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
603
|
+
.dvr-controls[data-dvr] .live-button {
|
|
604
|
+
height: 40px;
|
|
605
|
+
opacity: 1;
|
|
606
|
+
font-size: 14px;
|
|
607
|
+
letter-spacing: 0.8px;
|
|
608
|
+
font-weight: 500;
|
|
609
|
+
margin-left: 20px;
|
|
639
610
|
}
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
z-index: 9998;
|
|
647
|
-
background-color: transparent;
|
|
648
|
-
display: flex;
|
|
649
|
-
justify-content: center;
|
|
650
|
-
width: 100%;
|
|
651
|
-
height: calc(100% - 50px);
|
|
652
|
-
margin: 0 auto;
|
|
653
|
-
opacity: 0.75;
|
|
654
|
-
transition: opacity 0.1s ease;
|
|
655
|
-
pointer-events: auto;
|
|
611
|
+
.dvr-controls[data-dvr] .live-button::before {
|
|
612
|
+
width: 10px;
|
|
613
|
+
height: 10px;
|
|
614
|
+
border-radius: 50%;
|
|
615
|
+
margin-right: 8px;
|
|
616
|
+
background-color: #cacaca;
|
|
656
617
|
}
|
|
657
|
-
|
|
618
|
+
|
|
619
|
+
.dvr .dvr-controls[data-dvr] .live-info {
|
|
658
620
|
display: none;
|
|
659
621
|
}
|
|
660
|
-
.
|
|
661
|
-
|
|
622
|
+
.dvr .dvr-controls[data-dvr] .live-button {
|
|
623
|
+
display: block;
|
|
624
|
+
}*,
|
|
625
|
+
:focus,
|
|
626
|
+
:visited {
|
|
627
|
+
outline: none !important;
|
|
662
628
|
}
|
|
663
629
|
|
|
664
|
-
.
|
|
630
|
+
.media-control-audiotracks {
|
|
631
|
+
position: relative;
|
|
632
|
+
}
|
|
633
|
+
.media-control-audiotracks button {
|
|
634
|
+
background-color: transparent;
|
|
635
|
+
color: #fff;
|
|
636
|
+
-webkit-font-smoothing: antialiased;
|
|
637
|
+
border: none;
|
|
638
|
+
cursor: pointer;
|
|
665
639
|
display: flex;
|
|
666
640
|
align-items: center;
|
|
667
|
-
justify-content: center;
|
|
668
|
-
align-self: center;
|
|
669
|
-
width: 120px;
|
|
670
|
-
height: 120px;
|
|
671
|
-
border: 2px solid white;
|
|
672
|
-
border-radius: 50%;
|
|
673
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
674
|
-
filter: alpha(opacity=60);
|
|
675
|
-
opacity: 1;
|
|
676
|
-
box-shadow: 0 0 1px 0 white;
|
|
677
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
678
|
-
z-index: 10000;
|
|
679
|
-
}
|
|
680
|
-
.big-mute-icon[data-big-mute-icon] svg {
|
|
681
|
-
margin-left: 5px;
|
|
682
|
-
width: 80px;
|
|
683
|
-
height: 80px;
|
|
684
|
-
}
|
|
685
|
-
.big-mute-icon[data-big-mute-icon] svg path {
|
|
686
|
-
fill: #1f1e1e !important;
|
|
687
|
-
}
|
|
688
|
-
.big-mute-icon[data-big-mute-icon]:hover {
|
|
689
|
-
background: rgba(240, 243, 247, 0.8784313725);
|
|
690
|
-
}
|
|
691
|
-
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
692
|
-
fill: #151515 !important;
|
|
693
|
-
}.share_plugin[data-share] {
|
|
694
|
-
pointer-events: auto;
|
|
695
|
-
z-index: 5;
|
|
696
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
697
|
-
}
|
|
698
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
699
|
-
right: -50px;
|
|
700
|
-
}
|
|
701
|
-
.share_plugin[data-share] .share-button-container {
|
|
702
|
-
cursor: pointer;
|
|
703
|
-
width: 36px;
|
|
704
|
-
height: 36px;
|
|
705
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
706
|
-
border-radius: 4px;
|
|
707
|
-
position: absolute;
|
|
708
|
-
right: 10px;
|
|
709
|
-
top: 10px;
|
|
710
|
-
padding-top: 6px;
|
|
711
|
-
transition: all 0.3s ease-out;
|
|
712
|
-
}
|
|
713
|
-
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
714
|
-
background-color: transparent;
|
|
715
|
-
border: 0;
|
|
716
|
-
margin: 0 6px;
|
|
717
641
|
padding: 0;
|
|
718
|
-
cursor: pointer;
|
|
719
|
-
display: inline-block;
|
|
720
|
-
width: 19px;
|
|
721
|
-
height: 20px;
|
|
722
|
-
}
|
|
723
|
-
.share_plugin[data-share] .share-container {
|
|
724
|
-
pointer-events: auto;
|
|
725
|
-
position: absolute;
|
|
726
|
-
width: 280px;
|
|
727
|
-
background-color: white;
|
|
728
|
-
transform: translate(0, 50%);
|
|
729
|
-
transform: translate(-50%, -50%);
|
|
730
|
-
left: 50%;
|
|
731
|
-
/* margin-left: -140px; */
|
|
732
|
-
top: calc(50% - 20px);
|
|
733
|
-
/* margin-top: -170px; */
|
|
734
|
-
}
|
|
735
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
736
|
-
text-align: left;
|
|
737
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
738
|
-
}
|
|
739
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
740
|
-
display: inline-block;
|
|
741
|
-
font-size: 16px;
|
|
742
|
-
margin: 5px;
|
|
743
642
|
}
|
|
744
|
-
.
|
|
745
|
-
display: inline-block;
|
|
746
|
-
width: 24px;
|
|
747
|
-
float: right;
|
|
748
|
-
margin: 5px;
|
|
749
|
-
cursor: pointer;
|
|
750
|
-
}
|
|
751
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
752
|
-
margin-bottom: 8px;
|
|
753
|
-
}
|
|
754
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
755
|
-
text-align: left;
|
|
756
|
-
font-size: 14px;
|
|
757
|
-
padding: 5px;
|
|
758
|
-
}
|
|
759
|
-
.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 {
|
|
760
|
-
overflow: hidden;
|
|
643
|
+
.media-control-audiotracks button .audio-text {
|
|
761
644
|
text-overflow: ellipsis;
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
width:
|
|
765
|
-
padding: 5px;
|
|
766
|
-
}
|
|
767
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
768
|
-
max-height: 90px;
|
|
769
|
-
resize: none;
|
|
770
|
-
}
|
|
771
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
772
|
-
width: 32px;
|
|
773
|
-
display: inline-block;
|
|
774
|
-
margin-right: 5px;
|
|
775
|
-
cursor: pointer;
|
|
776
|
-
}.context-menu {
|
|
777
|
-
z-index: 999;
|
|
778
|
-
position: absolute;
|
|
779
|
-
top: 0;
|
|
780
|
-
left: 0;
|
|
781
|
-
text-align: center;
|
|
782
|
-
}
|
|
783
|
-
.context-menu .context-menu-list {
|
|
784
|
-
font-family: "Proxima Nova", sans-serif;
|
|
785
|
-
font-size: 12px;
|
|
786
|
-
line-height: 12px;
|
|
787
|
-
list-style-type: none;
|
|
788
|
-
text-align: left;
|
|
789
|
-
padding: 5px;
|
|
790
|
-
margin-left: auto;
|
|
791
|
-
margin-right: auto;
|
|
792
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
793
|
-
border: 1px solid #666;
|
|
794
|
-
border-radius: 4px;
|
|
795
|
-
}
|
|
796
|
-
.context-menu .context-menu-list .context-menu-list-item {
|
|
797
|
-
color: white;
|
|
798
|
-
padding: 5px;
|
|
799
|
-
cursor: pointer;
|
|
800
|
-
}*, :focus, :visited {
|
|
801
|
-
outline: none !important;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.multicamera[data-multicamera] {
|
|
805
|
-
float: right;
|
|
806
|
-
margin-top: 4px;
|
|
807
|
-
position: relative;
|
|
808
|
-
margin-right: 20px;
|
|
809
|
-
width: 20px;
|
|
810
|
-
}
|
|
811
|
-
.multicamera[data-multicamera] button {
|
|
645
|
+
overflow: hidden;
|
|
646
|
+
white-space: nowrap;
|
|
647
|
+
max-width: 100px;
|
|
812
648
|
background-color: transparent;
|
|
813
|
-
color: #fff;
|
|
814
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
815
649
|
-webkit-font-smoothing: antialiased;
|
|
816
650
|
border: none;
|
|
817
|
-
|
|
818
|
-
padding: 0;
|
|
819
|
-
}
|
|
820
|
-
.multicamera[data-multicamera] button svg {
|
|
821
|
-
height: 20px;
|
|
822
|
-
position: relative;
|
|
823
|
-
margin-top: 6px;
|
|
651
|
+
cursor: pointer;
|
|
824
652
|
}
|
|
825
|
-
.
|
|
826
|
-
color:
|
|
653
|
+
.media-control-audiotracks button:hover {
|
|
654
|
+
color: white;
|
|
827
655
|
}
|
|
828
|
-
.
|
|
656
|
+
.media-control-audiotracks button.changing {
|
|
829
657
|
animation: pulse 0.5s infinite alternate;
|
|
830
658
|
}
|
|
831
|
-
.
|
|
659
|
+
.media-control-audiotracks button span.audio-arrow {
|
|
832
660
|
width: 9px;
|
|
833
661
|
height: 6px;
|
|
834
|
-
margin-top: 11px;
|
|
835
662
|
margin-left: 5px;
|
|
836
663
|
}
|
|
837
|
-
.
|
|
838
|
-
|
|
839
|
-
right: -24px;
|
|
840
|
-
width: 245px;
|
|
664
|
+
.media-control-audiotracks > ul {
|
|
665
|
+
max-width: 114px;
|
|
841
666
|
list-style-type: none;
|
|
842
667
|
position: absolute;
|
|
843
|
-
bottom: 48px;
|
|
844
|
-
border-radius: 4px;
|
|
845
668
|
display: none;
|
|
846
|
-
background-color: rgba(74, 74, 74, 0.
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
left: 85%;
|
|
853
|
-
margin-left: -10px;
|
|
854
|
-
width: 0;
|
|
855
|
-
height: 0;
|
|
856
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
857
|
-
border-right: 10px solid transparent;
|
|
858
|
-
border-left: 10px solid transparent;
|
|
859
|
-
}
|
|
860
|
-
.multicamera[data-multicamera] li {
|
|
861
|
-
font-size: 10px;
|
|
862
|
-
cursor: pointer;
|
|
863
|
-
}
|
|
864
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
865
|
-
display: flex;
|
|
866
|
-
padding: 10px 0;
|
|
867
|
-
justify-content: center;
|
|
868
|
-
position: relative;
|
|
869
|
-
}
|
|
870
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
871
|
-
pointer-events: none;
|
|
872
|
-
}
|
|
873
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
874
|
-
opacity: 0.5;
|
|
875
|
-
}
|
|
876
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
877
|
-
opacity: 0.5;
|
|
878
|
-
}
|
|
879
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
880
|
-
background-color: rgba(0, 0, 0, 0);
|
|
881
|
-
}
|
|
882
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
883
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
884
|
-
}
|
|
885
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
886
|
-
width: 80px;
|
|
887
|
-
height: 60px;
|
|
888
|
-
}
|
|
889
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
890
|
-
width: 80px;
|
|
891
|
-
height: 60px;
|
|
892
|
-
}
|
|
893
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
894
|
-
width: 120px;
|
|
895
|
-
text-align: left;
|
|
896
|
-
margin-left: 15px;
|
|
897
|
-
}
|
|
898
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
899
|
-
width: 120px;
|
|
900
|
-
height: 20px;
|
|
901
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
902
|
-
font-size: 14px;
|
|
903
|
-
font-weight: normal;
|
|
904
|
-
font-style: normal;
|
|
905
|
-
font-stretch: normal;
|
|
906
|
-
line-height: 1.43;
|
|
907
|
-
letter-spacing: normal;
|
|
908
|
-
text-align: left;
|
|
909
|
-
color: #fff;
|
|
910
|
-
text-overflow: ellipsis;
|
|
911
|
-
overflow: hidden;
|
|
669
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
670
|
+
border: none;
|
|
671
|
+
min-width: 60px;
|
|
672
|
+
border-radius: 4px;
|
|
673
|
+
bottom: 40px;
|
|
674
|
+
right: -2px;
|
|
912
675
|
}
|
|
913
|
-
.
|
|
914
|
-
|
|
676
|
+
.media-control-audiotracks li {
|
|
677
|
+
font-size: var(--font-size-media-controls-dropdown);
|
|
678
|
+
text-align: right;
|
|
679
|
+
height: 30px;
|
|
915
680
|
}
|
|
916
|
-
.
|
|
681
|
+
.media-control-audiotracks li[data-title] {
|
|
917
682
|
background-color: #c3c2c2;
|
|
918
683
|
padding: 5px;
|
|
919
684
|
}
|
|
920
|
-
.
|
|
921
|
-
color: #444;
|
|
922
|
-
padding: 2px 10px;
|
|
685
|
+
.media-control-audiotracks li a {
|
|
923
686
|
display: block;
|
|
924
687
|
text-decoration: none;
|
|
688
|
+
text-overflow: ellipsis;
|
|
689
|
+
overflow: hidden;
|
|
690
|
+
white-space: nowrap;
|
|
691
|
+
height: 30px;
|
|
692
|
+
padding: 5px 10px;
|
|
693
|
+
color: #fffffe;
|
|
925
694
|
}
|
|
926
|
-
.
|
|
927
|
-
background-color: #555;
|
|
928
|
-
color: white;
|
|
929
|
-
}
|
|
930
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
931
|
-
color: white;
|
|
695
|
+
.media-control-audiotracks li a:hover {
|
|
932
696
|
text-decoration: none;
|
|
697
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
698
|
+
color: white;
|
|
933
699
|
}
|
|
934
|
-
.
|
|
700
|
+
.media-control-audiotracks li.current a {
|
|
935
701
|
color: #f00;
|
|
936
702
|
}
|
|
703
|
+
.media-control-audiotracks li:first-child a {
|
|
704
|
+
border-bottom-left-radius: 4px;
|
|
705
|
+
border-bottom-right-radius: 4px;
|
|
706
|
+
}
|
|
707
|
+
.media-control-audiotracks li:last-child a {
|
|
708
|
+
border-top-left-radius: 4px;
|
|
709
|
+
border-top-right-radius: 4px;
|
|
710
|
+
}
|
|
937
711
|
|
|
938
712
|
@keyframes pulse {
|
|
939
713
|
0% {
|
|
@@ -945,123 +719,147 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
945
719
|
100% {
|
|
946
720
|
color: #B80000;
|
|
947
721
|
}
|
|
948
|
-
}.
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
line-height: 32px;
|
|
952
|
-
font-size: 10px;
|
|
953
|
-
font-weight: bold;
|
|
954
|
-
margin-left: 6px;
|
|
955
|
-
height: 40px;
|
|
956
|
-
line-height: 40px;
|
|
957
|
-
margin-left: 0;
|
|
722
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
723
|
+
order: 99;
|
|
724
|
+
height: 20px;
|
|
958
725
|
}
|
|
959
|
-
.
|
|
960
|
-
|
|
961
|
-
|
|
726
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
727
|
+
position: absolute;
|
|
728
|
+
right: 16px;
|
|
729
|
+
bottom: 52px;
|
|
730
|
+
width: 250px;
|
|
731
|
+
min-height: 48px;
|
|
732
|
+
z-index: 9999;
|
|
733
|
+
border-radius: 4px;
|
|
962
734
|
}
|
|
963
|
-
.
|
|
964
|
-
|
|
965
|
-
display: inline-block;
|
|
966
|
-
position: relative;
|
|
967
|
-
width: 7px;
|
|
968
|
-
height: 7px;
|
|
969
|
-
border-radius: 3.5px;
|
|
970
|
-
margin-right: 3.5px;
|
|
971
|
-
background-color: var(--player-live-color);
|
|
735
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
736
|
+
padding: 8px 0;
|
|
972
737
|
}
|
|
973
|
-
.
|
|
974
|
-
|
|
738
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
739
|
+
float: left;
|
|
740
|
+
margin-right: 10px;
|
|
975
741
|
}
|
|
976
|
-
.
|
|
977
|
-
|
|
742
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
743
|
+
margin: 0;
|
|
744
|
+
text-align: left;
|
|
745
|
+
line-height: 22px;
|
|
746
|
+
padding: 5px 14px;
|
|
747
|
+
width: 250px;
|
|
748
|
+
font-size: 12px;
|
|
978
749
|
}
|
|
979
|
-
.
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
display: none;
|
|
983
|
-
border: 0;
|
|
984
|
-
color: var(--player-dvr-color);
|
|
985
|
-
background-color: transparent;
|
|
986
|
-
height: 32px;
|
|
987
|
-
padding: 0;
|
|
988
|
-
opacity: 0.7;
|
|
989
|
-
text-transform: uppercase;
|
|
990
|
-
transition: all 0.1s ease;
|
|
750
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
751
|
+
float: right;
|
|
752
|
+
margin-right: -14px;
|
|
991
753
|
}
|
|
992
|
-
.
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
position: relative;
|
|
996
|
-
width: 7px;
|
|
997
|
-
height: 7px;
|
|
998
|
-
border-radius: 3.5px;
|
|
999
|
-
margin-right: 3.5px;
|
|
1000
|
-
background-color: var(--player-dvr-color);
|
|
754
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
755
|
+
float: right;
|
|
756
|
+
margin-right: 8px;
|
|
1001
757
|
}
|
|
1002
|
-
.
|
|
1003
|
-
|
|
1004
|
-
|
|
758
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
759
|
+
height: 20px;
|
|
760
|
+
}*, :focus, :visited {
|
|
761
|
+
outline: none !important;
|
|
1005
762
|
}
|
|
1006
|
-
|
|
763
|
+
|
|
764
|
+
.gear-wrapper .go-back {
|
|
765
|
+
font-weight: 600;
|
|
1007
766
|
font-size: 14px;
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
767
|
+
line-height: 20px;
|
|
768
|
+
width: 100%;
|
|
769
|
+
text-align: left;
|
|
770
|
+
padding: 12px;
|
|
1012
771
|
}
|
|
1013
|
-
.
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
margin-right: 8px;
|
|
1018
|
-
background-color: #ed4f4a;
|
|
772
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
773
|
+
float: left;
|
|
774
|
+
padding-top: 2px;
|
|
775
|
+
padding-right: 2px;
|
|
1019
776
|
}
|
|
1020
|
-
.
|
|
1021
|
-
height:
|
|
1022
|
-
opacity: 1;
|
|
1023
|
-
font-size: 14px;
|
|
1024
|
-
letter-spacing: 0.8px;
|
|
1025
|
-
font-weight: 500;
|
|
1026
|
-
margin-left: 20px;
|
|
777
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
778
|
+
height: 16px;
|
|
1027
779
|
}
|
|
1028
|
-
.
|
|
1029
|
-
width:
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
background-color: #cacaca;
|
|
780
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
781
|
+
width: 100%;
|
|
782
|
+
list-style-type: none;
|
|
783
|
+
min-width: 60px;
|
|
784
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
1034
785
|
}
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
786
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
787
|
+
font-size: 12px;
|
|
788
|
+
text-align: left;
|
|
1038
789
|
}
|
|
1039
|
-
.
|
|
790
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
791
|
+
background-color: #c3c2c2;
|
|
792
|
+
padding: 5px;
|
|
793
|
+
}
|
|
794
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
1040
795
|
display: block;
|
|
1041
|
-
|
|
1042
|
-
height:
|
|
796
|
+
text-decoration: none;
|
|
797
|
+
height: 32px;
|
|
798
|
+
padding: 5px 10px;
|
|
799
|
+
line-height: 22px;
|
|
800
|
+
color: #fffffe;
|
|
1043
801
|
}
|
|
1044
|
-
|
|
1045
|
-
|
|
802
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
803
|
+
color: white;
|
|
804
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
805
|
+
}
|
|
806
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
807
|
+
color: white;
|
|
808
|
+
text-decoration: none;
|
|
809
|
+
}
|
|
810
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
811
|
+
width: 30px;
|
|
812
|
+
height: 20px;
|
|
813
|
+
float: left;
|
|
814
|
+
display: block;
|
|
815
|
+
}
|
|
816
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
817
|
+
display: none;
|
|
818
|
+
}
|
|
819
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
820
|
+
display: inline;
|
|
821
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
822
|
+
color: #CCCACA;
|
|
1046
823
|
position: absolute;
|
|
824
|
+
top: 0;
|
|
825
|
+
height: 100%;
|
|
1047
826
|
width: 100%;
|
|
1048
|
-
|
|
1049
|
-
z-index:
|
|
1050
|
-
|
|
1051
|
-
|
|
827
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
828
|
+
z-index: 2000;
|
|
829
|
+
display: flex;
|
|
830
|
+
flex-direction: column;
|
|
831
|
+
justify-content: center;
|
|
832
|
+
}
|
|
833
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
834
|
+
font-size: 14px;
|
|
835
|
+
color: #CCCACA;
|
|
836
|
+
margin-top: 45px;
|
|
837
|
+
}
|
|
838
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
839
|
+
font-weight: bold;
|
|
840
|
+
line-height: 30px;
|
|
841
|
+
font-size: 18px;
|
|
1052
842
|
}
|
|
1053
|
-
.
|
|
1054
|
-
width:
|
|
1055
|
-
|
|
1056
|
-
display: flex;
|
|
1057
|
-
justify-content: space-between;
|
|
843
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
844
|
+
width: 90%;
|
|
845
|
+
margin: 0 auto;
|
|
1058
846
|
}
|
|
1059
|
-
.
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
}
|
|
847
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
848
|
+
font-size: 13px;
|
|
849
|
+
margin-top: 15px;
|
|
850
|
+
}
|
|
851
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
852
|
+
cursor: pointer;
|
|
853
|
+
width: 30px;
|
|
854
|
+
margin: 15px auto 0;
|
|
855
|
+
}.clips.bar-container[data-seekbar] {
|
|
856
|
+
clip-path: url("#myClip");
|
|
857
|
+
}.gear-option_hd-icon.disabled {
|
|
1063
858
|
opacity: 0.5;
|
|
1064
859
|
pointer-events: none;
|
|
860
|
+
}
|
|
861
|
+
.gear-option_hd-icon.hidden {
|
|
862
|
+
display: none;
|
|
1065
863
|
}[data-player] {
|
|
1066
864
|
--bottom-panel: 40px;
|
|
1067
865
|
}
|
|
@@ -1631,135 +1429,381 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1631
1429
|
box-shadow: inset 2px 0 0 #fff;
|
|
1632
1430
|
opacity: 1;
|
|
1633
1431
|
}
|
|
1634
|
-
.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) {
|
|
1635
|
-
padding-left: 0;
|
|
1432
|
+
.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) {
|
|
1433
|
+
padding-left: 0;
|
|
1434
|
+
}
|
|
1435
|
+
.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 {
|
|
1436
|
+
transform: scaleY(1.5);
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
/* TODO distribute between plugins' styles */
|
|
1440
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button] {
|
|
1441
|
+
display: flex;
|
|
1442
|
+
justify-content: center;
|
|
1443
|
+
padding: 0;
|
|
1444
|
+
align-items: center;
|
|
1445
|
+
}
|
|
1446
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button]:hover {
|
|
1447
|
+
color: white;
|
|
1448
|
+
}
|
|
1449
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul {
|
|
1450
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1451
|
+
border: none;
|
|
1452
|
+
width: auto;
|
|
1453
|
+
border-radius: 4px;
|
|
1454
|
+
bottom: 52px;
|
|
1455
|
+
margin-left: -28px;
|
|
1456
|
+
}
|
|
1457
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li {
|
|
1458
|
+
font-size: 16px;
|
|
1459
|
+
text-align: center;
|
|
1460
|
+
white-space: nowrap;
|
|
1461
|
+
height: 30px;
|
|
1462
|
+
}
|
|
1463
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a {
|
|
1464
|
+
height: 30px;
|
|
1465
|
+
padding: 5px 10px;
|
|
1466
|
+
color: #fffffe;
|
|
1467
|
+
}
|
|
1468
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
|
|
1469
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1470
|
+
}
|
|
1471
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
|
|
1472
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1473
|
+
}
|
|
1474
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
|
|
1475
|
+
border-bottom-left-radius: 4px;
|
|
1476
|
+
border-bottom-right-radius: 4px;
|
|
1477
|
+
}
|
|
1478
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
|
|
1479
|
+
border-top-left-radius: 4px;
|
|
1480
|
+
border-top-right-radius: 4px;
|
|
1481
|
+
}
|
|
1482
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
|
|
1483
|
+
height: 26px;
|
|
1484
|
+
line-height: 26px;
|
|
1485
|
+
bottom: 52px;
|
|
1486
|
+
border-radius: 3px;
|
|
1487
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1488
|
+
}
|
|
1489
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
|
|
1490
|
+
letter-spacing: 0.8px;
|
|
1491
|
+
font-size: 14px;
|
|
1492
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1493
|
+
}
|
|
1494
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
|
|
1495
|
+
padding-left: 8px;
|
|
1496
|
+
padding-right: 8px;
|
|
1497
|
+
}
|
|
1498
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1499
|
+
display: none !important;
|
|
1500
|
+
}.seek-time[data-seek-time] {
|
|
1501
|
+
position: absolute;
|
|
1502
|
+
white-space: nowrap;
|
|
1503
|
+
height: 20px;
|
|
1504
|
+
line-height: 20px;
|
|
1505
|
+
font-size: 0;
|
|
1506
|
+
left: -100%;
|
|
1507
|
+
bottom: 55px;
|
|
1508
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1509
|
+
z-index: 9999;
|
|
1510
|
+
transition: opacity 0.1s ease;
|
|
1511
|
+
}
|
|
1512
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1513
|
+
opacity: 0;
|
|
1514
|
+
}
|
|
1515
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1516
|
+
display: inline-block;
|
|
1517
|
+
color: white;
|
|
1518
|
+
font-size: 10px;
|
|
1519
|
+
padding-left: 7px;
|
|
1520
|
+
padding-right: 7px;
|
|
1521
|
+
vertical-align: top;
|
|
1522
|
+
}
|
|
1523
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1524
|
+
display: inline-block;
|
|
1525
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1526
|
+
font-size: 10px;
|
|
1527
|
+
padding-right: 7px;
|
|
1528
|
+
vertical-align: top;
|
|
1529
|
+
}
|
|
1530
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1531
|
+
content: "|";
|
|
1532
|
+
margin-right: 7px;
|
|
1533
|
+
}*, :focus, :visited {
|
|
1534
|
+
outline: none !important;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.multicamera[data-multicamera] {
|
|
1538
|
+
float: right;
|
|
1539
|
+
margin-top: 4px;
|
|
1540
|
+
position: relative;
|
|
1541
|
+
margin-right: 20px;
|
|
1542
|
+
width: 20px;
|
|
1543
|
+
}
|
|
1544
|
+
.multicamera[data-multicamera] button {
|
|
1545
|
+
background-color: transparent;
|
|
1546
|
+
color: #fff;
|
|
1547
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1548
|
+
-webkit-font-smoothing: antialiased;
|
|
1549
|
+
border: none;
|
|
1550
|
+
font-size: 14px;
|
|
1551
|
+
padding: 0;
|
|
1552
|
+
}
|
|
1553
|
+
.multicamera[data-multicamera] button svg {
|
|
1554
|
+
height: 20px;
|
|
1555
|
+
position: relative;
|
|
1556
|
+
margin-top: 6px;
|
|
1557
|
+
}
|
|
1558
|
+
.multicamera[data-multicamera] button:hover {
|
|
1559
|
+
color: #c9c9c9;
|
|
1560
|
+
}
|
|
1561
|
+
.multicamera[data-multicamera] button.changing {
|
|
1562
|
+
animation: pulse 0.5s infinite alternate;
|
|
1563
|
+
}
|
|
1564
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1565
|
+
width: 9px;
|
|
1566
|
+
height: 6px;
|
|
1567
|
+
margin-top: 11px;
|
|
1568
|
+
margin-left: 5px;
|
|
1569
|
+
}
|
|
1570
|
+
.multicamera[data-multicamera] > ul {
|
|
1571
|
+
padding: 6px 0;
|
|
1572
|
+
right: -24px;
|
|
1573
|
+
width: 245px;
|
|
1574
|
+
list-style-type: none;
|
|
1575
|
+
position: absolute;
|
|
1576
|
+
bottom: 48px;
|
|
1577
|
+
border-radius: 4px;
|
|
1578
|
+
display: none;
|
|
1579
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1580
|
+
}
|
|
1581
|
+
.multicamera[data-multicamera] > ul::after {
|
|
1582
|
+
content: "";
|
|
1583
|
+
position: absolute;
|
|
1584
|
+
top: 100%;
|
|
1585
|
+
left: 85%;
|
|
1586
|
+
margin-left: -10px;
|
|
1587
|
+
width: 0;
|
|
1588
|
+
height: 0;
|
|
1589
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1590
|
+
border-right: 10px solid transparent;
|
|
1591
|
+
border-left: 10px solid transparent;
|
|
1592
|
+
}
|
|
1593
|
+
.multicamera[data-multicamera] li {
|
|
1594
|
+
font-size: 10px;
|
|
1595
|
+
cursor: pointer;
|
|
1596
|
+
}
|
|
1597
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
1598
|
+
display: flex;
|
|
1599
|
+
padding: 10px 0;
|
|
1600
|
+
justify-content: center;
|
|
1601
|
+
position: relative;
|
|
1602
|
+
}
|
|
1603
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1604
|
+
pointer-events: none;
|
|
1605
|
+
}
|
|
1606
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1607
|
+
opacity: 0.5;
|
|
1608
|
+
}
|
|
1609
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1610
|
+
opacity: 0.5;
|
|
1611
|
+
}
|
|
1612
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1613
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1614
|
+
}
|
|
1615
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1616
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1617
|
+
}
|
|
1618
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1619
|
+
width: 80px;
|
|
1620
|
+
height: 60px;
|
|
1621
|
+
}
|
|
1622
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1623
|
+
width: 80px;
|
|
1624
|
+
height: 60px;
|
|
1625
|
+
}
|
|
1626
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1627
|
+
width: 120px;
|
|
1628
|
+
text-align: left;
|
|
1629
|
+
margin-left: 15px;
|
|
1630
|
+
}
|
|
1631
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1632
|
+
width: 120px;
|
|
1633
|
+
height: 20px;
|
|
1634
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1635
|
+
font-size: 14px;
|
|
1636
|
+
font-weight: normal;
|
|
1637
|
+
font-style: normal;
|
|
1638
|
+
font-stretch: normal;
|
|
1639
|
+
line-height: 1.43;
|
|
1640
|
+
letter-spacing: normal;
|
|
1641
|
+
text-align: left;
|
|
1642
|
+
color: #fff;
|
|
1643
|
+
text-overflow: ellipsis;
|
|
1644
|
+
overflow: hidden;
|
|
1645
|
+
}
|
|
1646
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1647
|
+
opacity: 0.6;
|
|
1648
|
+
}
|
|
1649
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
1650
|
+
background-color: #c3c2c2;
|
|
1651
|
+
padding: 5px;
|
|
1652
|
+
}
|
|
1653
|
+
.multicamera[data-multicamera] li a {
|
|
1654
|
+
color: #444;
|
|
1655
|
+
padding: 2px 10px;
|
|
1656
|
+
display: block;
|
|
1657
|
+
text-decoration: none;
|
|
1658
|
+
}
|
|
1659
|
+
.multicamera[data-multicamera] li a:hover {
|
|
1660
|
+
background-color: #555;
|
|
1661
|
+
color: white;
|
|
1662
|
+
}
|
|
1663
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
1664
|
+
color: white;
|
|
1665
|
+
text-decoration: none;
|
|
1636
1666
|
}
|
|
1637
|
-
.
|
|
1638
|
-
|
|
1667
|
+
.multicamera[data-multicamera] li.current a {
|
|
1668
|
+
color: #f00;
|
|
1639
1669
|
}
|
|
1640
1670
|
|
|
1641
|
-
|
|
1642
|
-
|
|
1671
|
+
@keyframes pulse {
|
|
1672
|
+
0% {
|
|
1673
|
+
color: #fff;
|
|
1674
|
+
}
|
|
1675
|
+
50% {
|
|
1676
|
+
color: #ff0101;
|
|
1677
|
+
}
|
|
1678
|
+
100% {
|
|
1679
|
+
color: #B80000;
|
|
1680
|
+
}
|
|
1681
|
+
}.media-control-pip {
|
|
1682
|
+
order: 95;
|
|
1643
1683
|
display: flex;
|
|
1644
|
-
justify-content: center;
|
|
1645
|
-
padding: 0;
|
|
1646
|
-
align-items: center;
|
|
1647
|
-
}
|
|
1648
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button]:hover {
|
|
1649
|
-
color: white;
|
|
1650
1684
|
}
|
|
1651
|
-
.media-control-
|
|
1652
|
-
|
|
1653
|
-
border: none;
|
|
1654
|
-
width: auto;
|
|
1655
|
-
border-radius: 4px;
|
|
1656
|
-
bottom: 52px;
|
|
1657
|
-
margin-left: -28px;
|
|
1685
|
+
.media-control-pip button {
|
|
1686
|
+
height: 20px;
|
|
1658
1687
|
}
|
|
1659
|
-
.media-control-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1688
|
+
.media-control-pip button svg {
|
|
1689
|
+
height: 20px;
|
|
1690
|
+
}.player-poster[data-poster] {
|
|
1691
|
+
display: flex;
|
|
1692
|
+
justify-content: center;
|
|
1693
|
+
align-items: center;
|
|
1694
|
+
position: absolute;
|
|
1695
|
+
height: 100%;
|
|
1696
|
+
width: 100%;
|
|
1697
|
+
z-index: 998;
|
|
1698
|
+
top: 0;
|
|
1699
|
+
left: 0;
|
|
1700
|
+
background-color: #000;
|
|
1701
|
+
background-size: cover;
|
|
1702
|
+
background-repeat: no-repeat;
|
|
1703
|
+
background-position: 50% 50%;
|
|
1664
1704
|
}
|
|
1665
|
-
.
|
|
1666
|
-
|
|
1667
|
-
padding: 5px 10px;
|
|
1668
|
-
color: #fffffe;
|
|
1705
|
+
.player-poster[data-poster].clickable {
|
|
1706
|
+
cursor: pointer;
|
|
1669
1707
|
}
|
|
1670
|
-
.
|
|
1671
|
-
|
|
1708
|
+
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
1709
|
+
opacity: 1;
|
|
1672
1710
|
}
|
|
1673
|
-
.
|
|
1674
|
-
|
|
1711
|
+
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
1712
|
+
width: 100%;
|
|
1713
|
+
height: 25%;
|
|
1714
|
+
margin: 0 auto;
|
|
1715
|
+
opacity: 0.75;
|
|
1716
|
+
transition: opacity 0.1s ease;
|
|
1675
1717
|
}
|
|
1676
|
-
.
|
|
1677
|
-
|
|
1678
|
-
|
|
1718
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
1719
|
+
height: 100%;
|
|
1720
|
+
display: inline;
|
|
1679
1721
|
}
|
|
1680
|
-
.
|
|
1681
|
-
|
|
1682
|
-
|
|
1722
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1723
|
+
fill: #fff;
|
|
1724
|
+
}.share_plugin[data-share] {
|
|
1725
|
+
pointer-events: auto;
|
|
1726
|
+
z-index: 5;
|
|
1727
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1683
1728
|
}
|
|
1684
|
-
.
|
|
1685
|
-
|
|
1686
|
-
line-height: 26px;
|
|
1687
|
-
bottom: 52px;
|
|
1688
|
-
border-radius: 3px;
|
|
1689
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
1729
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1730
|
+
right: -50px;
|
|
1690
1731
|
}
|
|
1691
|
-
.
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1732
|
+
.share_plugin[data-share] .share-button-container {
|
|
1733
|
+
cursor: pointer;
|
|
1734
|
+
width: 36px;
|
|
1735
|
+
height: 36px;
|
|
1736
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1737
|
+
border-radius: 4px;
|
|
1738
|
+
position: absolute;
|
|
1739
|
+
right: 10px;
|
|
1740
|
+
top: 10px;
|
|
1741
|
+
padding-top: 6px;
|
|
1742
|
+
transition: all 0.3s ease-out;
|
|
1695
1743
|
}
|
|
1696
|
-
.
|
|
1697
|
-
|
|
1698
|
-
|
|
1744
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1745
|
+
background-color: transparent;
|
|
1746
|
+
border: 0;
|
|
1747
|
+
margin: 0 6px;
|
|
1748
|
+
padding: 0;
|
|
1749
|
+
cursor: pointer;
|
|
1750
|
+
display: inline-block;
|
|
1751
|
+
width: 19px;
|
|
1752
|
+
height: 20px;
|
|
1699
1753
|
}
|
|
1700
|
-
.
|
|
1701
|
-
|
|
1702
|
-
}.scrub-thumbnails {
|
|
1754
|
+
.share_plugin[data-share] .share-container {
|
|
1755
|
+
pointer-events: auto;
|
|
1703
1756
|
position: absolute;
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1757
|
+
width: 280px;
|
|
1758
|
+
background-color: white;
|
|
1759
|
+
transform: translate(0, 50%);
|
|
1760
|
+
transform: translate(-50%, -50%);
|
|
1761
|
+
left: 50%;
|
|
1762
|
+
/* margin-left: -140px; */
|
|
1763
|
+
top: calc(50% - 20px);
|
|
1764
|
+
/* margin-top: -170px; */
|
|
1707
1765
|
}
|
|
1708
|
-
.
|
|
1709
|
-
|
|
1766
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1767
|
+
text-align: left;
|
|
1768
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1710
1769
|
}
|
|
1711
|
-
.
|
|
1770
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1712
1771
|
display: inline-block;
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
background-color: #000;
|
|
1716
|
-
}
|
|
1717
|
-
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
1718
|
-
position: absolute;
|
|
1719
|
-
width: auto;
|
|
1772
|
+
font-size: 16px;
|
|
1773
|
+
margin: 5px;
|
|
1720
1774
|
}
|
|
1721
|
-
.
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
color: white;
|
|
1728
|
-
position: absolute;
|
|
1729
|
-
bottom: 23px;
|
|
1730
|
-
width: 100px;
|
|
1775
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1776
|
+
display: inline-block;
|
|
1777
|
+
width: 24px;
|
|
1778
|
+
float: right;
|
|
1779
|
+
margin: 5px;
|
|
1780
|
+
cursor: pointer;
|
|
1731
1781
|
}
|
|
1732
|
-
.
|
|
1733
|
-
|
|
1734
|
-
overflow: hidden;
|
|
1735
|
-
position: absolute;
|
|
1736
|
-
bottom: 0;
|
|
1737
|
-
left: 0;
|
|
1738
|
-
border-color: #4a4a4a;
|
|
1739
|
-
border-style: solid;
|
|
1740
|
-
border-width: 3px;
|
|
1741
|
-
border-radius: 3px;
|
|
1782
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1783
|
+
margin-bottom: 8px;
|
|
1742
1784
|
}
|
|
1743
|
-
.
|
|
1744
|
-
|
|
1785
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1786
|
+
text-align: left;
|
|
1787
|
+
font-size: 14px;
|
|
1788
|
+
padding: 5px;
|
|
1745
1789
|
}
|
|
1746
|
-
.
|
|
1747
|
-
position: absolute;
|
|
1748
|
-
left: 0;
|
|
1749
|
-
bottom: 0;
|
|
1750
|
-
right: 0;
|
|
1751
|
-
background-color: #000;
|
|
1790
|
+
.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 {
|
|
1752
1791
|
overflow: hidden;
|
|
1792
|
+
text-overflow: ellipsis;
|
|
1793
|
+
color: #818181;
|
|
1794
|
+
border: solid 1px #d3d3d3;
|
|
1795
|
+
width: calc(100% - 10px);
|
|
1796
|
+
padding: 5px;
|
|
1753
1797
|
}
|
|
1754
|
-
.
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
left: 0;
|
|
1758
|
-
height: 100%;
|
|
1759
|
-
white-space: nowrap;
|
|
1798
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1799
|
+
max-height: 90px;
|
|
1800
|
+
resize: none;
|
|
1760
1801
|
}
|
|
1761
|
-
.
|
|
1762
|
-
width:
|
|
1802
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1803
|
+
width: 32px;
|
|
1804
|
+
display: inline-block;
|
|
1805
|
+
margin-right: 5px;
|
|
1806
|
+
cursor: pointer;
|
|
1763
1807
|
}.spinner-three-bounce[data-spinner] {
|
|
1764
1808
|
position: absolute;
|
|
1765
1809
|
width: 70px;
|
|
@@ -1784,20 +1828,90 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1784
1828
|
/* Prevent first frame from flickering when animation starts */
|
|
1785
1829
|
animation-fill-mode: both;
|
|
1786
1830
|
}
|
|
1787
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1788
|
-
animation-delay: -0.32s;
|
|
1831
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1832
|
+
animation-delay: -0.32s;
|
|
1833
|
+
}
|
|
1834
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1835
|
+
animation-delay: -0.16s;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
@keyframes bouncedelay {
|
|
1839
|
+
0%, 80%, 100% {
|
|
1840
|
+
transform: scale(0);
|
|
1841
|
+
}
|
|
1842
|
+
40% {
|
|
1843
|
+
transform: scale(1);
|
|
1844
|
+
}
|
|
1845
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1846
|
+
height: 0;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.skip_time_plugin[data-skip-time] {
|
|
1850
|
+
position: absolute;
|
|
1851
|
+
width: 100%;
|
|
1852
|
+
height: calc(100% - 50px);
|
|
1853
|
+
z-index: 9998;
|
|
1854
|
+
background-color: transparent;
|
|
1855
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1856
|
+
}
|
|
1857
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1858
|
+
width: 100%;
|
|
1859
|
+
height: 100%;
|
|
1860
|
+
display: flex;
|
|
1861
|
+
justify-content: space-between;
|
|
1862
|
+
}
|
|
1863
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1864
|
+
width: 33.3%;
|
|
1865
|
+
height: 100%;
|
|
1866
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
1867
|
+
position: absolute;
|
|
1868
|
+
z-index: 9998;
|
|
1869
|
+
background-color: transparent;
|
|
1870
|
+
display: flex;
|
|
1871
|
+
justify-content: center;
|
|
1872
|
+
width: 100%;
|
|
1873
|
+
height: calc(100% - 50px);
|
|
1874
|
+
margin: 0 auto;
|
|
1875
|
+
opacity: 0.75;
|
|
1876
|
+
transition: opacity 0.1s ease;
|
|
1877
|
+
pointer-events: auto;
|
|
1878
|
+
}
|
|
1879
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
1880
|
+
display: none;
|
|
1789
1881
|
}
|
|
1790
|
-
.
|
|
1791
|
-
|
|
1882
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
1883
|
+
cursor: pointer;
|
|
1792
1884
|
}
|
|
1793
1885
|
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1886
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
1887
|
+
display: flex;
|
|
1888
|
+
align-items: center;
|
|
1889
|
+
justify-content: center;
|
|
1890
|
+
align-self: center;
|
|
1891
|
+
width: 120px;
|
|
1892
|
+
height: 120px;
|
|
1893
|
+
border: 2px solid white;
|
|
1894
|
+
border-radius: 50%;
|
|
1895
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
1896
|
+
filter: alpha(opacity=60);
|
|
1897
|
+
opacity: 1;
|
|
1898
|
+
box-shadow: 0 0 1px 0 white;
|
|
1899
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
1900
|
+
z-index: 10000;
|
|
1901
|
+
}
|
|
1902
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
1903
|
+
margin-left: 5px;
|
|
1904
|
+
width: 80px;
|
|
1905
|
+
height: 80px;
|
|
1906
|
+
}
|
|
1907
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
1908
|
+
fill: #1f1e1e !important;
|
|
1909
|
+
}
|
|
1910
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
1911
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
1912
|
+
}
|
|
1913
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
1914
|
+
fill: #151515 !important;
|
|
1801
1915
|
}*,
|
|
1802
1916
|
:focus,
|
|
1803
1917
|
:visited {
|
|
@@ -1881,178 +1995,65 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1881
1995
|
|
|
1882
1996
|
.clappr-logo {
|
|
1883
1997
|
position: absolute;
|
|
1884
|
-
}
|
|
1885
|
-
:
|
|
1886
|
-
:
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
.media-control-audiotracks {
|
|
1891
|
-
position: relative;
|
|
1998
|
+
}.scrub-thumbnails {
|
|
1999
|
+
position: absolute;
|
|
2000
|
+
bottom: 52px;
|
|
2001
|
+
width: 100%;
|
|
2002
|
+
transition: opacity 0.3s ease;
|
|
1892
2003
|
}
|
|
1893
|
-
.
|
|
1894
|
-
|
|
1895
|
-
color: #fff;
|
|
1896
|
-
-webkit-font-smoothing: antialiased;
|
|
1897
|
-
border: none;
|
|
1898
|
-
cursor: pointer;
|
|
1899
|
-
display: flex;
|
|
1900
|
-
align-items: center;
|
|
1901
|
-
padding: 0;
|
|
2004
|
+
.scrub-thumbnails.hidden {
|
|
2005
|
+
opacity: 0;
|
|
1902
2006
|
}
|
|
1903
|
-
.
|
|
1904
|
-
|
|
2007
|
+
.scrub-thumbnails .thumbnail-container {
|
|
2008
|
+
display: inline-block;
|
|
2009
|
+
position: relative;
|
|
1905
2010
|
overflow: hidden;
|
|
1906
|
-
|
|
1907
|
-
max-width: 100px;
|
|
1908
|
-
background-color: transparent;
|
|
1909
|
-
-webkit-font-smoothing: antialiased;
|
|
1910
|
-
border: none;
|
|
1911
|
-
cursor: pointer;
|
|
1912
|
-
}
|
|
1913
|
-
.media-control-audiotracks button:hover {
|
|
1914
|
-
color: white;
|
|
1915
|
-
}
|
|
1916
|
-
.media-control-audiotracks button.changing {
|
|
1917
|
-
animation: pulse 0.5s infinite alternate;
|
|
1918
|
-
}
|
|
1919
|
-
.media-control-audiotracks button span.audio-arrow {
|
|
1920
|
-
width: 9px;
|
|
1921
|
-
height: 6px;
|
|
1922
|
-
margin-left: 5px;
|
|
2011
|
+
background-color: #000;
|
|
1923
2012
|
}
|
|
1924
|
-
.
|
|
1925
|
-
max-width: 114px;
|
|
1926
|
-
list-style-type: none;
|
|
2013
|
+
.scrub-thumbnails .thumbnail-container .thumbnail-img {
|
|
1927
2014
|
position: absolute;
|
|
1928
|
-
|
|
1929
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1930
|
-
border: none;
|
|
1931
|
-
min-width: 60px;
|
|
1932
|
-
border-radius: 4px;
|
|
1933
|
-
bottom: 40px;
|
|
1934
|
-
right: -2px;
|
|
1935
|
-
}
|
|
1936
|
-
.media-control-audiotracks li {
|
|
1937
|
-
font-size: var(--font-size-media-controls-dropdown);
|
|
1938
|
-
text-align: right;
|
|
1939
|
-
height: 30px;
|
|
1940
|
-
}
|
|
1941
|
-
.media-control-audiotracks li[data-title] {
|
|
1942
|
-
background-color: #c3c2c2;
|
|
1943
|
-
padding: 5px;
|
|
2015
|
+
width: auto;
|
|
1944
2016
|
}
|
|
1945
|
-
.
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
text-overflow: ellipsis;
|
|
1949
|
-
overflow: hidden;
|
|
2017
|
+
.scrub-thumbnails .thumbnails-text {
|
|
2018
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
2019
|
+
border-radius: 3px;
|
|
1950
2020
|
white-space: nowrap;
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
color: #fffffe;
|
|
1954
|
-
}
|
|
1955
|
-
.media-control-audiotracks li a:hover {
|
|
1956
|
-
text-decoration: none;
|
|
1957
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
2021
|
+
overflow: hidden;
|
|
2022
|
+
text-overflow: ellipsis;
|
|
1958
2023
|
color: white;
|
|
2024
|
+
position: absolute;
|
|
2025
|
+
bottom: 23px;
|
|
2026
|
+
width: 100px;
|
|
1959
2027
|
}
|
|
1960
|
-
.
|
|
1961
|
-
color: #
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
2028
|
+
.scrub-thumbnails .spotlight {
|
|
2029
|
+
background-color: #4a4a4a;
|
|
2030
|
+
overflow: hidden;
|
|
2031
|
+
position: absolute;
|
|
2032
|
+
bottom: 0;
|
|
2033
|
+
left: 0;
|
|
2034
|
+
border-color: #4a4a4a;
|
|
2035
|
+
border-style: solid;
|
|
2036
|
+
border-width: 3px;
|
|
2037
|
+
border-radius: 3px;
|
|
1966
2038
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
border-top-right-radius: 4px;
|
|
2039
|
+
.scrub-thumbnails .spotlight img {
|
|
2040
|
+
width: auto;
|
|
1970
2041
|
}
|
|
1971
|
-
|
|
1972
|
-
@keyframes pulse {
|
|
1973
|
-
0% {
|
|
1974
|
-
color: #fff;
|
|
1975
|
-
}
|
|
1976
|
-
50% {
|
|
1977
|
-
color: #ff0101;
|
|
1978
|
-
}
|
|
1979
|
-
100% {
|
|
1980
|
-
color: #B80000;
|
|
1981
|
-
}
|
|
1982
|
-
}.player-poster[data-poster] {
|
|
1983
|
-
display: flex;
|
|
1984
|
-
justify-content: center;
|
|
1985
|
-
align-items: center;
|
|
2042
|
+
.scrub-thumbnails .backdrop {
|
|
1986
2043
|
position: absolute;
|
|
1987
|
-
height: 100%;
|
|
1988
|
-
width: 100%;
|
|
1989
|
-
z-index: 998;
|
|
1990
|
-
top: 0;
|
|
1991
2044
|
left: 0;
|
|
2045
|
+
bottom: 0;
|
|
2046
|
+
right: 0;
|
|
1992
2047
|
background-color: #000;
|
|
1993
|
-
|
|
1994
|
-
background-repeat: no-repeat;
|
|
1995
|
-
background-position: 50% 50%;
|
|
1996
|
-
}
|
|
1997
|
-
.player-poster[data-poster].clickable {
|
|
1998
|
-
cursor: pointer;
|
|
1999
|
-
}
|
|
2000
|
-
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
2001
|
-
opacity: 1;
|
|
2002
|
-
}
|
|
2003
|
-
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
2004
|
-
width: 100%;
|
|
2005
|
-
height: 25%;
|
|
2006
|
-
margin: 0 auto;
|
|
2007
|
-
opacity: 0.75;
|
|
2008
|
-
transition: opacity 0.1s ease;
|
|
2009
|
-
}
|
|
2010
|
-
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
2011
|
-
height: 100%;
|
|
2012
|
-
display: inline;
|
|
2048
|
+
overflow: hidden;
|
|
2013
2049
|
}
|
|
2014
|
-
.
|
|
2015
|
-
fill: #fff;
|
|
2016
|
-
}.seek-time[data-seek-time] {
|
|
2050
|
+
.scrub-thumbnails .backdrop .carousel {
|
|
2017
2051
|
position: absolute;
|
|
2052
|
+
top: 0;
|
|
2053
|
+
left: 0;
|
|
2054
|
+
height: 100%;
|
|
2018
2055
|
white-space: nowrap;
|
|
2019
|
-
height: 20px;
|
|
2020
|
-
line-height: 20px;
|
|
2021
|
-
font-size: 0;
|
|
2022
|
-
left: -100%;
|
|
2023
|
-
bottom: 55px;
|
|
2024
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
2025
|
-
z-index: 9999;
|
|
2026
|
-
transition: opacity 0.1s ease;
|
|
2027
2056
|
}
|
|
2028
|
-
.
|
|
2029
|
-
|
|
2030
|
-
}
|
|
2031
|
-
.seek-time[data-seek-time] [data-seek-time] {
|
|
2032
|
-
display: inline-block;
|
|
2033
|
-
color: white;
|
|
2034
|
-
font-size: 10px;
|
|
2035
|
-
padding-left: 7px;
|
|
2036
|
-
padding-right: 7px;
|
|
2037
|
-
vertical-align: top;
|
|
2038
|
-
}
|
|
2039
|
-
.seek-time[data-seek-time] [data-duration] {
|
|
2040
|
-
display: inline-block;
|
|
2041
|
-
color: rgba(255, 255, 255, 0.5);
|
|
2042
|
-
font-size: 10px;
|
|
2043
|
-
padding-right: 7px;
|
|
2044
|
-
vertical-align: top;
|
|
2045
|
-
}
|
|
2046
|
-
.seek-time[data-seek-time] [data-duration]::before {
|
|
2047
|
-
content: "|";
|
|
2048
|
-
margin-right: 7px;
|
|
2049
|
-
}.media-control-pip {
|
|
2050
|
-
order: 95;
|
|
2051
|
-
display: flex;
|
|
2052
|
-
}
|
|
2053
|
-
.media-control-pip button {
|
|
2054
|
-
height: 20px;
|
|
2055
|
-
}
|
|
2056
|
-
.media-control-pip button svg {
|
|
2057
|
-
height: 20px;
|
|
2057
|
+
.scrub-thumbnails .backdrop .carousel img {
|
|
2058
|
+
width: auto;
|
|
2058
2059
|
}
|