@gcorevideo/player 2.22.1 → 2.22.2
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/media-control/container.scss +1 -1
- package/assets/spinner-three-bounce/spinner.scss +1 -1
- package/dist/core.js +1 -1
- package/dist/index.css +1114 -1114
- package/dist/index.js +110 -33
- package/dist/player.d.ts +238 -93
- package/dist/plugins/index.css +545 -545
- package/dist/plugins/index.js +110 -33
- package/docs/api/player.bottomgear.additem.md +95 -0
- package/docs/api/player.bottomgear.md +63 -19
- package/docs/api/player.bottomgear.refresh.md +5 -1
- package/docs/api/player.clapprnerdstats.md +0 -2
- package/docs/api/player.clicktopause.md +1 -1
- package/docs/api/player.closedcaptions.md +2 -2
- package/docs/api/player.closedcaptionspluginsettings.md +5 -0
- package/docs/api/player.errorscreen.md +18 -4
- package/docs/api/player.errorscreenpluginsettings.md +1 -4
- package/docs/api/player.errorscreensettings.md +15 -0
- package/docs/api/{player.mediacontrolevents.md → player.gearevents.md} +7 -7
- package/docs/api/player.levelselector.events.md +0 -1
- package/docs/api/player.levelselector.md +1 -1
- package/docs/api/player.md +33 -36
- package/docs/api/{player.bottomgear.setcontent.md → player.mediacontrol.handlecustomarea.md} +5 -9
- package/docs/api/player.mediacontrol.md +15 -1
- package/docs/api/player.mediacontrol.putelement.md +2 -2
- package/docs/api/player.mediacontrol.toggleelement.md +2 -4
- package/docs/api/player.mediacontrolelement.md +1 -1
- package/docs/api/player.playbackrate.md +22 -3
- package/docs/api/{player.gearoptionsitem.md → player.playbackrateoption.md} +6 -4
- package/docs/api/player.playbackratesettings.md +20 -0
- package/docs/api/player.sourcecontroller._constructor_.md +49 -0
- package/docs/api/player.sourcecontroller.md +70 -7
- package/docs/api/player.spinnerevents.md +1 -4
- package/docs/api/player.spinnerthreebounce._constructor_.md +0 -3
- package/docs/api/player.spinnerthreebounce.hide.md +0 -3
- package/docs/api/player.spinnerthreebounce.md +5 -8
- package/docs/api/player.spinnerthreebounce.show.md +2 -5
- package/lib/internal.types.d.ts +5 -0
- package/lib/internal.types.d.ts.map +1 -1
- package/lib/playback.types.d.ts +0 -5
- package/lib/playback.types.d.ts.map +1 -1
- package/lib/plugins/bottom-gear/BottomGear.d.ts +35 -13
- package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
- package/lib/plugins/bottom-gear/BottomGear.js +35 -3
- package/lib/plugins/click-to-pause/ClickToPause.d.ts +1 -1
- package/lib/plugins/click-to-pause/ClickToPause.d.ts.map +1 -1
- package/lib/plugins/click-to-pause/ClickToPause.js +3 -2
- package/lib/plugins/error-screen/ErrorScreen.d.ts +29 -4
- package/lib/plugins/error-screen/ErrorScreen.d.ts.map +1 -1
- package/lib/plugins/error-screen/ErrorScreen.js +17 -2
- package/lib/plugins/media-control/MediaControl.d.ts +0 -11
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +0 -12
- package/lib/plugins/source-controller/SourceController.d.ts +40 -4
- package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
- package/lib/plugins/source-controller/SourceController.js +41 -4
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +8 -6
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +10 -6
- package/lib/plugins/subtitles/ClosedCaptions.d.ts +7 -7
- package/lib/plugins/subtitles/ClosedCaptions.d.ts.map +1 -1
- package/lib/plugins/subtitles/ClosedCaptions.js +2 -2
- package/package.json +1 -1
- package/src/internal.types.ts +6 -0
- package/src/playback.types.ts +0 -5
- package/src/plugins/bottom-gear/BottomGear.ts +35 -16
- package/src/plugins/click-to-pause/ClickToPause.ts +3 -2
- package/src/plugins/error-screen/ErrorScreen.ts +30 -4
- package/src/plugins/media-control/MediaControl.ts +0 -12
- package/src/plugins/source-controller/SourceController.ts +41 -4
- package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +10 -6
- package/src/plugins/subtitles/ClosedCaptions.ts +8 -9
- package/temp/player.api.json +260 -299
- package/tsconfig.tsbuildinfo +1 -1
- package/docs/api/player.bottomgear.getelement.md +0 -56
- package/docs/api/player.gearitemelement.md +0 -18
- package/docs/api/player.subtitlespluginsettings.md +0 -18
- package/docs/api/player.texttrackitem.id.md +0 -11
- package/docs/api/player.texttrackitem.md +0 -87
- package/docs/api/player.texttrackitem.name.md +0 -11
- package/docs/api/player.texttrackitem.track.md +0 -11
package/dist/plugins/index.css
CHANGED
|
@@ -122,30 +122,6 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}.context-menu {
|
|
126
|
-
z-index: 999;
|
|
127
|
-
position: absolute;
|
|
128
|
-
top: 0;
|
|
129
|
-
left: 0;
|
|
130
|
-
text-align: center;
|
|
131
|
-
}
|
|
132
|
-
.context-menu .context-menu-list {
|
|
133
|
-
font-family: "Proxima Nova", sans-serif;
|
|
134
|
-
font-size: 12px;
|
|
135
|
-
line-height: 12px;
|
|
136
|
-
list-style-type: none;
|
|
137
|
-
text-align: left;
|
|
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;
|
|
144
|
-
}
|
|
145
|
-
.context-menu .context-menu-list .context-menu-list-item {
|
|
146
|
-
color: white;
|
|
147
|
-
padding: 5px;
|
|
148
|
-
cursor: pointer;
|
|
149
125
|
}:root {
|
|
150
126
|
--primary-background-color: #000;
|
|
151
127
|
--secondary-background-color: #262626;
|
|
@@ -528,197 +504,6 @@
|
|
|
528
504
|
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
529
505
|
width: 25%;
|
|
530
506
|
}
|
|
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;
|
|
541
|
-
}
|
|
542
|
-
.dvr-controls[data-dvr] .live-info {
|
|
543
|
-
cursor: default;
|
|
544
|
-
text-transform: uppercase;
|
|
545
|
-
}
|
|
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);
|
|
555
|
-
}
|
|
556
|
-
.dvr-controls[data-dvr] .live-info.disabled {
|
|
557
|
-
opacity: 0.3;
|
|
558
|
-
}
|
|
559
|
-
.dvr-controls[data-dvr] .live-info.disabled:before {
|
|
560
|
-
background-color: var(--player-dvr-color);
|
|
561
|
-
}
|
|
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;
|
|
574
|
-
}
|
|
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);
|
|
584
|
-
}
|
|
585
|
-
.dvr-controls[data-dvr] .live-button:hover {
|
|
586
|
-
opacity: 1;
|
|
587
|
-
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
588
|
-
}
|
|
589
|
-
.dvr-controls[data-dvr] .live-info {
|
|
590
|
-
font-size: 14px;
|
|
591
|
-
letter-spacing: 0.8px;
|
|
592
|
-
font-weight: 500;
|
|
593
|
-
color: #fffffe;
|
|
594
|
-
margin-left: 21px;
|
|
595
|
-
}
|
|
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;
|
|
602
|
-
}
|
|
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;
|
|
610
|
-
}
|
|
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;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.dvr .dvr-controls[data-dvr] .live-info {
|
|
620
|
-
display: none;
|
|
621
|
-
}
|
|
622
|
-
.dvr .dvr-controls[data-dvr] .live-button {
|
|
623
|
-
display: block;
|
|
624
|
-
}*,
|
|
625
|
-
:focus,
|
|
626
|
-
:visited {
|
|
627
|
-
outline: none !important;
|
|
628
|
-
}
|
|
629
|
-
|
|
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;
|
|
639
|
-
display: flex;
|
|
640
|
-
align-items: center;
|
|
641
|
-
padding: 0;
|
|
642
|
-
}
|
|
643
|
-
.media-control-audiotracks button .audio-text {
|
|
644
|
-
text-overflow: ellipsis;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
white-space: nowrap;
|
|
647
|
-
max-width: 100px;
|
|
648
|
-
background-color: transparent;
|
|
649
|
-
-webkit-font-smoothing: antialiased;
|
|
650
|
-
border: none;
|
|
651
|
-
cursor: pointer;
|
|
652
|
-
}
|
|
653
|
-
.media-control-audiotracks button:hover {
|
|
654
|
-
color: white;
|
|
655
|
-
}
|
|
656
|
-
.media-control-audiotracks button.changing {
|
|
657
|
-
animation: pulse 0.5s infinite alternate;
|
|
658
|
-
}
|
|
659
|
-
.media-control-audiotracks button span.audio-arrow {
|
|
660
|
-
width: 9px;
|
|
661
|
-
height: 6px;
|
|
662
|
-
margin-left: 5px;
|
|
663
|
-
}
|
|
664
|
-
.media-control-audiotracks > ul {
|
|
665
|
-
max-width: 114px;
|
|
666
|
-
list-style-type: none;
|
|
667
|
-
position: absolute;
|
|
668
|
-
display: none;
|
|
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;
|
|
675
|
-
}
|
|
676
|
-
.media-control-audiotracks li {
|
|
677
|
-
font-size: var(--font-size-media-controls-dropdown);
|
|
678
|
-
text-align: right;
|
|
679
|
-
height: 30px;
|
|
680
|
-
}
|
|
681
|
-
.media-control-audiotracks li[data-title] {
|
|
682
|
-
background-color: #c3c2c2;
|
|
683
|
-
padding: 5px;
|
|
684
|
-
}
|
|
685
|
-
.media-control-audiotracks li a {
|
|
686
|
-
display: block;
|
|
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;
|
|
694
|
-
}
|
|
695
|
-
.media-control-audiotracks li a:hover {
|
|
696
|
-
text-decoration: none;
|
|
697
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
698
|
-
color: white;
|
|
699
|
-
}
|
|
700
|
-
.media-control-audiotracks li.current a {
|
|
701
|
-
color: #f00;
|
|
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
|
-
}
|
|
711
|
-
|
|
712
|
-
@keyframes pulse {
|
|
713
|
-
0% {
|
|
714
|
-
color: #fff;
|
|
715
|
-
}
|
|
716
|
-
50% {
|
|
717
|
-
color: #ff0101;
|
|
718
|
-
}
|
|
719
|
-
100% {
|
|
720
|
-
color: #B80000;
|
|
721
|
-
}
|
|
722
507
|
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
723
508
|
order: 99;
|
|
724
509
|
height: 20px;
|
|
@@ -818,48 +603,450 @@
|
|
|
818
603
|
}
|
|
819
604
|
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
820
605
|
display: inline;
|
|
821
|
-
}
|
|
822
|
-
|
|
606
|
+
}.context-menu {
|
|
607
|
+
z-index: 999;
|
|
823
608
|
position: absolute;
|
|
824
609
|
top: 0;
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
610
|
+
left: 0;
|
|
611
|
+
text-align: center;
|
|
612
|
+
}
|
|
613
|
+
.context-menu .context-menu-list {
|
|
614
|
+
font-family: "Proxima Nova", sans-serif;
|
|
615
|
+
font-size: 12px;
|
|
616
|
+
line-height: 12px;
|
|
617
|
+
list-style-type: none;
|
|
618
|
+
text-align: left;
|
|
619
|
+
padding: 5px;
|
|
620
|
+
margin-left: auto;
|
|
621
|
+
margin-right: auto;
|
|
622
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
623
|
+
border: 1px solid #666;
|
|
624
|
+
border-radius: 4px;
|
|
625
|
+
}
|
|
626
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
627
|
+
color: white;
|
|
628
|
+
padding: 5px;
|
|
629
|
+
cursor: pointer;
|
|
630
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
631
|
+
position: absolute;
|
|
632
|
+
z-index: 9998;
|
|
633
|
+
background-color: transparent;
|
|
829
634
|
display: flex;
|
|
830
|
-
flex-direction: column;
|
|
831
635
|
justify-content: center;
|
|
636
|
+
width: 100%;
|
|
637
|
+
height: calc(100% - 50px);
|
|
638
|
+
margin: 0 auto;
|
|
639
|
+
opacity: 0.75;
|
|
640
|
+
transition: opacity 0.1s ease;
|
|
641
|
+
pointer-events: auto;
|
|
832
642
|
}
|
|
833
|
-
|
|
834
|
-
|
|
643
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
644
|
+
display: none;
|
|
645
|
+
}
|
|
646
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
647
|
+
cursor: pointer;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
651
|
+
display: flex;
|
|
652
|
+
align-items: center;
|
|
653
|
+
justify-content: center;
|
|
654
|
+
align-self: center;
|
|
655
|
+
width: 120px;
|
|
656
|
+
height: 120px;
|
|
657
|
+
border: 2px solid white;
|
|
658
|
+
border-radius: 50%;
|
|
659
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
660
|
+
filter: alpha(opacity=60);
|
|
661
|
+
opacity: 1;
|
|
662
|
+
box-shadow: 0 0 1px 0 white;
|
|
663
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
664
|
+
z-index: 10000;
|
|
665
|
+
}
|
|
666
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
667
|
+
margin-left: 5px;
|
|
668
|
+
width: 80px;
|
|
669
|
+
height: 80px;
|
|
670
|
+
}
|
|
671
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
672
|
+
fill: #1f1e1e !important;
|
|
673
|
+
}
|
|
674
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
675
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
676
|
+
}
|
|
677
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
678
|
+
fill: #151515 !important;
|
|
679
|
+
}.clips.bar-container[data-seekbar] {
|
|
680
|
+
clip-path: url("#myClip");
|
|
681
|
+
}*,
|
|
682
|
+
:focus,
|
|
683
|
+
:visited {
|
|
684
|
+
outline: none !important;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.media-control-audiotracks {
|
|
688
|
+
position: relative;
|
|
689
|
+
}
|
|
690
|
+
.media-control-audiotracks button {
|
|
691
|
+
background-color: transparent;
|
|
692
|
+
color: #fff;
|
|
693
|
+
-webkit-font-smoothing: antialiased;
|
|
694
|
+
border: none;
|
|
695
|
+
cursor: pointer;
|
|
696
|
+
display: flex;
|
|
697
|
+
align-items: center;
|
|
698
|
+
padding: 0;
|
|
699
|
+
}
|
|
700
|
+
.media-control-audiotracks button .audio-text {
|
|
701
|
+
text-overflow: ellipsis;
|
|
702
|
+
overflow: hidden;
|
|
703
|
+
white-space: nowrap;
|
|
704
|
+
max-width: 100px;
|
|
705
|
+
background-color: transparent;
|
|
706
|
+
-webkit-font-smoothing: antialiased;
|
|
707
|
+
border: none;
|
|
708
|
+
cursor: pointer;
|
|
709
|
+
}
|
|
710
|
+
.media-control-audiotracks button:hover {
|
|
711
|
+
color: white;
|
|
712
|
+
}
|
|
713
|
+
.media-control-audiotracks button.changing {
|
|
714
|
+
animation: pulse 0.5s infinite alternate;
|
|
715
|
+
}
|
|
716
|
+
.media-control-audiotracks button span.audio-arrow {
|
|
717
|
+
width: 9px;
|
|
718
|
+
height: 6px;
|
|
719
|
+
margin-left: 5px;
|
|
720
|
+
}
|
|
721
|
+
.media-control-audiotracks > ul {
|
|
722
|
+
max-width: 114px;
|
|
723
|
+
list-style-type: none;
|
|
724
|
+
position: absolute;
|
|
725
|
+
display: none;
|
|
726
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
727
|
+
border: none;
|
|
728
|
+
min-width: 60px;
|
|
729
|
+
border-radius: 4px;
|
|
730
|
+
bottom: 40px;
|
|
731
|
+
right: -2px;
|
|
732
|
+
}
|
|
733
|
+
.media-control-audiotracks li {
|
|
734
|
+
font-size: var(--font-size-media-controls-dropdown);
|
|
735
|
+
text-align: right;
|
|
736
|
+
height: 30px;
|
|
737
|
+
}
|
|
738
|
+
.media-control-audiotracks li[data-title] {
|
|
739
|
+
background-color: #c3c2c2;
|
|
740
|
+
padding: 5px;
|
|
741
|
+
}
|
|
742
|
+
.media-control-audiotracks li a {
|
|
743
|
+
display: block;
|
|
744
|
+
text-decoration: none;
|
|
745
|
+
text-overflow: ellipsis;
|
|
746
|
+
overflow: hidden;
|
|
747
|
+
white-space: nowrap;
|
|
748
|
+
height: 30px;
|
|
749
|
+
padding: 5px 10px;
|
|
750
|
+
color: #fffffe;
|
|
751
|
+
}
|
|
752
|
+
.media-control-audiotracks li a:hover {
|
|
753
|
+
text-decoration: none;
|
|
754
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
755
|
+
color: white;
|
|
756
|
+
}
|
|
757
|
+
.media-control-audiotracks li.current a {
|
|
758
|
+
color: #f00;
|
|
759
|
+
}
|
|
760
|
+
.media-control-audiotracks li:first-child a {
|
|
761
|
+
border-bottom-left-radius: 4px;
|
|
762
|
+
border-bottom-right-radius: 4px;
|
|
763
|
+
}
|
|
764
|
+
.media-control-audiotracks li:last-child a {
|
|
765
|
+
border-top-left-radius: 4px;
|
|
766
|
+
border-top-right-radius: 4px;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
@keyframes pulse {
|
|
770
|
+
0% {
|
|
771
|
+
color: #fff;
|
|
772
|
+
}
|
|
773
|
+
50% {
|
|
774
|
+
color: #ff0101;
|
|
775
|
+
}
|
|
776
|
+
100% {
|
|
777
|
+
color: #B80000;
|
|
778
|
+
}
|
|
779
|
+
}.gear-option_hd-icon.disabled {
|
|
780
|
+
opacity: 0.5;
|
|
781
|
+
pointer-events: none;
|
|
782
|
+
}
|
|
783
|
+
.gear-option_hd-icon.hidden {
|
|
784
|
+
display: none;
|
|
785
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
786
|
+
color: #CCCACA;
|
|
787
|
+
position: absolute;
|
|
788
|
+
top: 0;
|
|
789
|
+
height: 100%;
|
|
790
|
+
width: 100%;
|
|
791
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
792
|
+
z-index: 2000;
|
|
793
|
+
display: flex;
|
|
794
|
+
flex-direction: column;
|
|
795
|
+
justify-content: center;
|
|
796
|
+
}
|
|
797
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
798
|
+
font-size: 14px;
|
|
835
799
|
color: #CCCACA;
|
|
836
800
|
margin-top: 45px;
|
|
837
801
|
}
|
|
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;
|
|
802
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
803
|
+
font-weight: bold;
|
|
804
|
+
line-height: 30px;
|
|
805
|
+
font-size: 18px;
|
|
806
|
+
}
|
|
807
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
808
|
+
width: 90%;
|
|
809
|
+
margin: 0 auto;
|
|
810
|
+
}
|
|
811
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
812
|
+
font-size: 13px;
|
|
813
|
+
margin-top: 15px;
|
|
814
|
+
}
|
|
815
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
816
|
+
cursor: pointer;
|
|
817
|
+
width: 30px;
|
|
818
|
+
margin: 15px auto 0;
|
|
819
|
+
}*, :focus, :visited {
|
|
820
|
+
outline: none !important;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.multicamera[data-multicamera] {
|
|
824
|
+
float: right;
|
|
825
|
+
margin-top: 4px;
|
|
826
|
+
position: relative;
|
|
827
|
+
margin-right: 20px;
|
|
828
|
+
width: 20px;
|
|
829
|
+
}
|
|
830
|
+
.multicamera[data-multicamera] button {
|
|
831
|
+
background-color: transparent;
|
|
832
|
+
color: #fff;
|
|
833
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
834
|
+
-webkit-font-smoothing: antialiased;
|
|
835
|
+
border: none;
|
|
836
|
+
font-size: 14px;
|
|
837
|
+
padding: 0;
|
|
838
|
+
}
|
|
839
|
+
.multicamera[data-multicamera] button svg {
|
|
840
|
+
height: 20px;
|
|
841
|
+
position: relative;
|
|
842
|
+
margin-top: 6px;
|
|
843
|
+
}
|
|
844
|
+
.multicamera[data-multicamera] button:hover {
|
|
845
|
+
color: #c9c9c9;
|
|
846
|
+
}
|
|
847
|
+
.multicamera[data-multicamera] button.changing {
|
|
848
|
+
animation: pulse 0.5s infinite alternate;
|
|
849
|
+
}
|
|
850
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
851
|
+
width: 9px;
|
|
852
|
+
height: 6px;
|
|
853
|
+
margin-top: 11px;
|
|
854
|
+
margin-left: 5px;
|
|
855
|
+
}
|
|
856
|
+
.multicamera[data-multicamera] > ul {
|
|
857
|
+
padding: 6px 0;
|
|
858
|
+
right: -24px;
|
|
859
|
+
width: 245px;
|
|
860
|
+
list-style-type: none;
|
|
861
|
+
position: absolute;
|
|
862
|
+
bottom: 48px;
|
|
863
|
+
border-radius: 4px;
|
|
864
|
+
display: none;
|
|
865
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
866
|
+
}
|
|
867
|
+
.multicamera[data-multicamera] > ul::after {
|
|
868
|
+
content: "";
|
|
869
|
+
position: absolute;
|
|
870
|
+
top: 100%;
|
|
871
|
+
left: 85%;
|
|
872
|
+
margin-left: -10px;
|
|
873
|
+
width: 0;
|
|
874
|
+
height: 0;
|
|
875
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
876
|
+
border-right: 10px solid transparent;
|
|
877
|
+
border-left: 10px solid transparent;
|
|
878
|
+
}
|
|
879
|
+
.multicamera[data-multicamera] li {
|
|
880
|
+
font-size: 10px;
|
|
881
|
+
cursor: pointer;
|
|
882
|
+
}
|
|
883
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
884
|
+
display: flex;
|
|
885
|
+
padding: 10px 0;
|
|
886
|
+
justify-content: center;
|
|
887
|
+
position: relative;
|
|
888
|
+
}
|
|
889
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
890
|
+
pointer-events: none;
|
|
891
|
+
}
|
|
892
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
893
|
+
opacity: 0.5;
|
|
894
|
+
}
|
|
895
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
896
|
+
opacity: 0.5;
|
|
897
|
+
}
|
|
898
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
899
|
+
background-color: rgba(0, 0, 0, 0);
|
|
900
|
+
}
|
|
901
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
902
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
903
|
+
}
|
|
904
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
905
|
+
width: 80px;
|
|
906
|
+
height: 60px;
|
|
907
|
+
}
|
|
908
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
909
|
+
width: 80px;
|
|
910
|
+
height: 60px;
|
|
911
|
+
}
|
|
912
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
913
|
+
width: 120px;
|
|
914
|
+
text-align: left;
|
|
915
|
+
margin-left: 15px;
|
|
916
|
+
}
|
|
917
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
918
|
+
width: 120px;
|
|
919
|
+
height: 20px;
|
|
920
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
921
|
+
font-size: 14px;
|
|
922
|
+
font-weight: normal;
|
|
923
|
+
font-style: normal;
|
|
924
|
+
font-stretch: normal;
|
|
925
|
+
line-height: 1.43;
|
|
926
|
+
letter-spacing: normal;
|
|
927
|
+
text-align: left;
|
|
928
|
+
color: #fff;
|
|
929
|
+
text-overflow: ellipsis;
|
|
930
|
+
overflow: hidden;
|
|
931
|
+
}
|
|
932
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
933
|
+
opacity: 0.6;
|
|
934
|
+
}
|
|
935
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
936
|
+
background-color: #c3c2c2;
|
|
937
|
+
padding: 5px;
|
|
938
|
+
}
|
|
939
|
+
.multicamera[data-multicamera] li a {
|
|
940
|
+
color: #444;
|
|
941
|
+
padding: 2px 10px;
|
|
942
|
+
display: block;
|
|
943
|
+
text-decoration: none;
|
|
944
|
+
}
|
|
945
|
+
.multicamera[data-multicamera] li a:hover {
|
|
946
|
+
background-color: #555;
|
|
947
|
+
color: white;
|
|
948
|
+
}
|
|
949
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
950
|
+
color: white;
|
|
951
|
+
text-decoration: none;
|
|
952
|
+
}
|
|
953
|
+
.multicamera[data-multicamera] li.current a {
|
|
954
|
+
color: #f00;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
@keyframes pulse {
|
|
958
|
+
0% {
|
|
959
|
+
color: #fff;
|
|
960
|
+
}
|
|
961
|
+
50% {
|
|
962
|
+
color: #ff0101;
|
|
963
|
+
}
|
|
964
|
+
100% {
|
|
965
|
+
color: #B80000;
|
|
966
|
+
}
|
|
967
|
+
}.share_plugin[data-share] {
|
|
968
|
+
pointer-events: auto;
|
|
969
|
+
z-index: 5;
|
|
970
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
971
|
+
}
|
|
972
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
973
|
+
right: -50px;
|
|
842
974
|
}
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
975
|
+
.share_plugin[data-share] .share-button-container {
|
|
976
|
+
cursor: pointer;
|
|
977
|
+
width: 36px;
|
|
978
|
+
height: 36px;
|
|
979
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
980
|
+
border-radius: 4px;
|
|
981
|
+
position: absolute;
|
|
982
|
+
right: 10px;
|
|
983
|
+
top: 10px;
|
|
984
|
+
padding-top: 6px;
|
|
985
|
+
transition: all 0.3s ease-out;
|
|
846
986
|
}
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
987
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
988
|
+
background-color: transparent;
|
|
989
|
+
border: 0;
|
|
990
|
+
margin: 0 6px;
|
|
991
|
+
padding: 0;
|
|
992
|
+
cursor: pointer;
|
|
993
|
+
display: inline-block;
|
|
994
|
+
width: 19px;
|
|
995
|
+
height: 20px;
|
|
850
996
|
}
|
|
851
|
-
|
|
997
|
+
.share_plugin[data-share] .share-container {
|
|
998
|
+
pointer-events: auto;
|
|
999
|
+
position: absolute;
|
|
1000
|
+
width: 280px;
|
|
1001
|
+
background-color: white;
|
|
1002
|
+
transform: translate(0, 50%);
|
|
1003
|
+
transform: translate(-50%, -50%);
|
|
1004
|
+
left: 50%;
|
|
1005
|
+
/* margin-left: -140px; */
|
|
1006
|
+
top: calc(50% - 20px);
|
|
1007
|
+
/* margin-top: -170px; */
|
|
1008
|
+
}
|
|
1009
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1010
|
+
text-align: left;
|
|
1011
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1012
|
+
}
|
|
1013
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1014
|
+
display: inline-block;
|
|
1015
|
+
font-size: 16px;
|
|
1016
|
+
margin: 5px;
|
|
1017
|
+
}
|
|
1018
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1019
|
+
display: inline-block;
|
|
1020
|
+
width: 24px;
|
|
1021
|
+
float: right;
|
|
1022
|
+
margin: 5px;
|
|
852
1023
|
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 {
|
|
858
|
-
opacity: 0.5;
|
|
859
|
-
pointer-events: none;
|
|
860
1024
|
}
|
|
861
|
-
.
|
|
862
|
-
|
|
1025
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1026
|
+
margin-bottom: 8px;
|
|
1027
|
+
}
|
|
1028
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1029
|
+
text-align: left;
|
|
1030
|
+
font-size: 14px;
|
|
1031
|
+
padding: 5px;
|
|
1032
|
+
}
|
|
1033
|
+
.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 {
|
|
1034
|
+
overflow: hidden;
|
|
1035
|
+
text-overflow: ellipsis;
|
|
1036
|
+
color: #818181;
|
|
1037
|
+
border: solid 1px #d3d3d3;
|
|
1038
|
+
width: calc(100% - 10px);
|
|
1039
|
+
padding: 5px;
|
|
1040
|
+
}
|
|
1041
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1042
|
+
max-height: 90px;
|
|
1043
|
+
resize: none;
|
|
1044
|
+
}
|
|
1045
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1046
|
+
width: 32px;
|
|
1047
|
+
display: inline-block;
|
|
1048
|
+
margin-right: 5px;
|
|
1049
|
+
cursor: pointer;
|
|
863
1050
|
}[data-player] {
|
|
864
1051
|
--bottom-panel: 40px;
|
|
865
1052
|
}
|
|
@@ -904,7 +1091,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
904
1091
|
width: 80px;
|
|
905
1092
|
height: 80px;
|
|
906
1093
|
}
|
|
907
|
-
.container .spinner-three-bounce
|
|
1094
|
+
.container .spinner-three-bounce > div {
|
|
908
1095
|
background-color: #ff5700;
|
|
909
1096
|
}
|
|
910
1097
|
|
|
@@ -1530,163 +1717,120 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1530
1717
|
.seek-time[data-seek-time] [data-duration]::before {
|
|
1531
1718
|
content: "|";
|
|
1532
1719
|
margin-right: 7px;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1720
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1721
|
+
height: 0;
|
|
1535
1722
|
}
|
|
1536
1723
|
|
|
1537
|
-
.
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
width: 20px;
|
|
1543
|
-
}
|
|
1544
|
-
.multicamera[data-multicamera] button {
|
|
1724
|
+
.skip_time_plugin[data-skip-time] {
|
|
1725
|
+
position: absolute;
|
|
1726
|
+
width: 100%;
|
|
1727
|
+
height: calc(100% - 50px);
|
|
1728
|
+
z-index: 9998;
|
|
1545
1729
|
background-color: transparent;
|
|
1546
|
-
color: #fff;
|
|
1547
1730
|
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
1731
|
}
|
|
1561
|
-
.
|
|
1562
|
-
|
|
1732
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
|
|
1733
|
+
width: 100%;
|
|
1734
|
+
height: 100%;
|
|
1735
|
+
display: flex;
|
|
1736
|
+
justify-content: space-between;
|
|
1563
1737
|
}
|
|
1564
|
-
.
|
|
1565
|
-
width:
|
|
1566
|
-
height:
|
|
1567
|
-
|
|
1568
|
-
|
|
1738
|
+
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1739
|
+
width: 33.3%;
|
|
1740
|
+
height: 100%;
|
|
1741
|
+
}.dvr-controls[data-dvr] {
|
|
1742
|
+
display: inline-block;
|
|
1743
|
+
color: var(--player-dvr-color);
|
|
1744
|
+
line-height: 32px;
|
|
1745
|
+
font-size: 10px;
|
|
1746
|
+
font-weight: bold;
|
|
1747
|
+
margin-left: 6px;
|
|
1748
|
+
height: 40px;
|
|
1749
|
+
line-height: 40px;
|
|
1750
|
+
margin-left: 0;
|
|
1569
1751
|
}
|
|
1570
|
-
.
|
|
1571
|
-
|
|
1572
|
-
|
|
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);
|
|
1752
|
+
.dvr-controls[data-dvr] .live-info {
|
|
1753
|
+
cursor: default;
|
|
1754
|
+
text-transform: uppercase;
|
|
1580
1755
|
}
|
|
1581
|
-
.
|
|
1756
|
+
.dvr-controls[data-dvr] .live-info:before {
|
|
1582
1757
|
content: "";
|
|
1583
|
-
|
|
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;
|
|
1758
|
+
display: inline-block;
|
|
1601
1759
|
position: relative;
|
|
1760
|
+
width: 7px;
|
|
1761
|
+
height: 7px;
|
|
1762
|
+
border-radius: 3.5px;
|
|
1763
|
+
margin-right: 3.5px;
|
|
1764
|
+
background-color: var(--player-live-color);
|
|
1602
1765
|
}
|
|
1603
|
-
.
|
|
1604
|
-
|
|
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;
|
|
1766
|
+
.dvr-controls[data-dvr] .live-info.disabled {
|
|
1767
|
+
opacity: 0.3;
|
|
1625
1768
|
}
|
|
1626
|
-
.
|
|
1627
|
-
|
|
1628
|
-
text-align: left;
|
|
1629
|
-
margin-left: 15px;
|
|
1769
|
+
.dvr-controls[data-dvr] .live-info.disabled:before {
|
|
1770
|
+
background-color: var(--player-dvr-color);
|
|
1630
1771
|
}
|
|
1631
|
-
.
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
text-
|
|
1642
|
-
|
|
1643
|
-
text-overflow: ellipsis;
|
|
1644
|
-
overflow: hidden;
|
|
1772
|
+
.dvr-controls[data-dvr] .live-button {
|
|
1773
|
+
cursor: pointer;
|
|
1774
|
+
outline: none;
|
|
1775
|
+
display: none;
|
|
1776
|
+
border: 0;
|
|
1777
|
+
color: var(--player-dvr-color);
|
|
1778
|
+
background-color: transparent;
|
|
1779
|
+
height: 32px;
|
|
1780
|
+
padding: 0;
|
|
1781
|
+
opacity: 0.7;
|
|
1782
|
+
text-transform: uppercase;
|
|
1783
|
+
transition: all 0.1s ease;
|
|
1645
1784
|
}
|
|
1646
|
-
.
|
|
1647
|
-
|
|
1785
|
+
.dvr-controls[data-dvr] .live-button:before {
|
|
1786
|
+
content: "";
|
|
1787
|
+
display: inline-block;
|
|
1788
|
+
position: relative;
|
|
1789
|
+
width: 7px;
|
|
1790
|
+
height: 7px;
|
|
1791
|
+
border-radius: 3.5px;
|
|
1792
|
+
margin-right: 3.5px;
|
|
1793
|
+
background-color: var(--player-dvr-color);
|
|
1648
1794
|
}
|
|
1649
|
-
.
|
|
1650
|
-
|
|
1651
|
-
|
|
1795
|
+
.dvr-controls[data-dvr] .live-button:hover {
|
|
1796
|
+
opacity: 1;
|
|
1797
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
1652
1798
|
}
|
|
1653
|
-
.
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1799
|
+
.dvr-controls[data-dvr] .live-info {
|
|
1800
|
+
font-size: 14px;
|
|
1801
|
+
letter-spacing: 0.8px;
|
|
1802
|
+
font-weight: 500;
|
|
1803
|
+
color: #fffffe;
|
|
1804
|
+
margin-left: 21px;
|
|
1658
1805
|
}
|
|
1659
|
-
.
|
|
1660
|
-
|
|
1661
|
-
|
|
1806
|
+
.dvr-controls[data-dvr] .live-info::before {
|
|
1807
|
+
width: 10px;
|
|
1808
|
+
height: 10px;
|
|
1809
|
+
border-radius: 50%;
|
|
1810
|
+
margin-right: 8px;
|
|
1811
|
+
background-color: #ed4f4a;
|
|
1662
1812
|
}
|
|
1663
|
-
.
|
|
1664
|
-
|
|
1665
|
-
|
|
1813
|
+
.dvr-controls[data-dvr] .live-button {
|
|
1814
|
+
height: 40px;
|
|
1815
|
+
opacity: 1;
|
|
1816
|
+
font-size: 14px;
|
|
1817
|
+
letter-spacing: 0.8px;
|
|
1818
|
+
font-weight: 500;
|
|
1819
|
+
margin-left: 20px;
|
|
1666
1820
|
}
|
|
1667
|
-
.
|
|
1668
|
-
|
|
1821
|
+
.dvr-controls[data-dvr] .live-button::before {
|
|
1822
|
+
width: 10px;
|
|
1823
|
+
height: 10px;
|
|
1824
|
+
border-radius: 50%;
|
|
1825
|
+
margin-right: 8px;
|
|
1826
|
+
background-color: #cacaca;
|
|
1669
1827
|
}
|
|
1670
1828
|
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
color: #fff;
|
|
1674
|
-
}
|
|
1675
|
-
50% {
|
|
1676
|
-
color: #ff0101;
|
|
1677
|
-
}
|
|
1678
|
-
100% {
|
|
1679
|
-
color: #B80000;
|
|
1680
|
-
}
|
|
1681
|
-
}.media-control-pip {
|
|
1682
|
-
order: 95;
|
|
1683
|
-
display: flex;
|
|
1684
|
-
}
|
|
1685
|
-
.media-control-pip button {
|
|
1686
|
-
height: 20px;
|
|
1829
|
+
.dvr .dvr-controls[data-dvr] .live-info {
|
|
1830
|
+
display: none;
|
|
1687
1831
|
}
|
|
1688
|
-
.
|
|
1689
|
-
|
|
1832
|
+
.dvr .dvr-controls[data-dvr] .live-button {
|
|
1833
|
+
display: block;
|
|
1690
1834
|
}.player-poster[data-poster] {
|
|
1691
1835
|
display: flex;
|
|
1692
1836
|
justify-content: center;
|
|
@@ -1721,90 +1865,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1721
1865
|
}
|
|
1722
1866
|
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1723
1867
|
fill: #fff;
|
|
1724
|
-
}.
|
|
1725
|
-
pointer-events: auto;
|
|
1726
|
-
z-index: 5;
|
|
1727
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1728
|
-
}
|
|
1729
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1730
|
-
right: -50px;
|
|
1731
|
-
}
|
|
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;
|
|
1743
|
-
}
|
|
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;
|
|
1753
|
-
}
|
|
1754
|
-
.share_plugin[data-share] .share-container {
|
|
1755
|
-
pointer-events: auto;
|
|
1756
|
-
position: absolute;
|
|
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; */
|
|
1765
|
-
}
|
|
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);
|
|
1769
|
-
}
|
|
1770
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1771
|
-
display: inline-block;
|
|
1772
|
-
font-size: 16px;
|
|
1773
|
-
margin: 5px;
|
|
1774
|
-
}
|
|
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;
|
|
1781
|
-
}
|
|
1782
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
1783
|
-
margin-bottom: 8px;
|
|
1784
|
-
}
|
|
1785
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1786
|
-
text-align: left;
|
|
1787
|
-
font-size: 14px;
|
|
1788
|
-
padding: 5px;
|
|
1789
|
-
}
|
|
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 {
|
|
1791
|
-
overflow: hidden;
|
|
1792
|
-
text-overflow: ellipsis;
|
|
1793
|
-
color: #818181;
|
|
1794
|
-
border: solid 1px #d3d3d3;
|
|
1795
|
-
width: calc(100% - 10px);
|
|
1796
|
-
padding: 5px;
|
|
1797
|
-
}
|
|
1798
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1799
|
-
max-height: 90px;
|
|
1800
|
-
resize: none;
|
|
1801
|
-
}
|
|
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;
|
|
1807
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1868
|
+
}.spinner-three-bounce {
|
|
1808
1869
|
position: absolute;
|
|
1809
1870
|
width: 70px;
|
|
1810
1871
|
text-align: center;
|
|
@@ -1818,7 +1879,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1818
1879
|
top: 50%;
|
|
1819
1880
|
transform: translateY(-50%);
|
|
1820
1881
|
}
|
|
1821
|
-
.spinner-three-bounce
|
|
1882
|
+
.spinner-three-bounce > div {
|
|
1822
1883
|
width: 18px;
|
|
1823
1884
|
height: 18px;
|
|
1824
1885
|
background-color: #FFF;
|
|
@@ -1828,10 +1889,10 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1828
1889
|
/* Prevent first frame from flickering when animation starts */
|
|
1829
1890
|
animation-fill-mode: both;
|
|
1830
1891
|
}
|
|
1831
|
-
.spinner-three-bounce
|
|
1892
|
+
.spinner-three-bounce [data-bounce1] {
|
|
1832
1893
|
animation-delay: -0.32s;
|
|
1833
1894
|
}
|
|
1834
|
-
.spinner-three-bounce
|
|
1895
|
+
.spinner-three-bounce [data-bounce2] {
|
|
1835
1896
|
animation-delay: -0.16s;
|
|
1836
1897
|
}
|
|
1837
1898
|
|
|
@@ -1842,76 +1903,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1842
1903
|
40% {
|
|
1843
1904
|
transform: scale(1);
|
|
1844
1905
|
}
|
|
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;
|
|
1881
|
-
}
|
|
1882
|
-
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
1883
|
-
cursor: pointer;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
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;
|
|
1915
1906
|
}*,
|
|
1916
1907
|
:focus,
|
|
1917
1908
|
:visited {
|
|
@@ -1986,15 +1977,15 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1986
1977
|
.ios-fullscreen::cue {
|
|
1987
1978
|
visibility: visible !important;
|
|
1988
1979
|
font-size: 1em !important;
|
|
1989
|
-
}.
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
width: 100%;
|
|
1993
|
-
height: 100%;
|
|
1980
|
+
}.media-control-pip {
|
|
1981
|
+
order: 95;
|
|
1982
|
+
display: flex;
|
|
1994
1983
|
}
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1984
|
+
.media-control-pip button {
|
|
1985
|
+
height: 20px;
|
|
1986
|
+
}
|
|
1987
|
+
.media-control-pip button svg {
|
|
1988
|
+
height: 20px;
|
|
1998
1989
|
}.scrub-thumbnails {
|
|
1999
1990
|
position: absolute;
|
|
2000
1991
|
bottom: 52px;
|
|
@@ -2056,4 +2047,13 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2056
2047
|
}
|
|
2057
2048
|
.scrub-thumbnails .backdrop .carousel img {
|
|
2058
2049
|
width: auto;
|
|
2050
|
+
}.player-logo[data-logo] {
|
|
2051
|
+
position: absolute;
|
|
2052
|
+
z-index: 2;
|
|
2053
|
+
width: 100%;
|
|
2054
|
+
height: 100%;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
.clappr-logo {
|
|
2058
|
+
position: absolute;
|
|
2059
2059
|
}
|