@gcorevideo/player 2.22.13 → 2.22.15

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.
Files changed (39) hide show
  1. package/assets/bottom-gear/gear.scss +20 -13
  2. package/assets/clappr-nerd-stats/button.ejs +2 -2
  3. package/assets/clappr-nerd-stats/clappr-nerd-stats.scss +0 -43
  4. package/assets/context-menu/context_menu.ejs +14 -6
  5. package/assets/context-menu/context_menu.scss +18 -4
  6. package/assets/level-selector/button.ejs +3 -3
  7. package/assets/level-selector/style.scss +0 -5
  8. package/assets/playback-rate/button.ejs +2 -2
  9. package/dist/core.js +5 -2
  10. package/dist/index.css +815 -834
  11. package/dist/index.js +79 -78
  12. package/dist/plugins/index.css +669 -688
  13. package/dist/plugins/index.js +73 -99
  14. package/lib/Player.d.ts.map +1 -1
  15. package/lib/Player.js +4 -1
  16. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +1 -1
  17. package/lib/plugins/click-to-pause/ClickToPause.js +1 -1
  18. package/lib/plugins/context-menu/ContextMenu.d.ts +33 -12
  19. package/lib/plugins/context-menu/ContextMenu.d.ts.map +1 -1
  20. package/lib/plugins/context-menu/ContextMenu.js +40 -37
  21. package/lib/plugins/media-control/MediaControl.d.ts +4 -1
  22. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  23. package/lib/plugins/media-control/MediaControl.js +30 -14
  24. package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
  25. package/lib/plugins/playback-rate/PlaybackRate.js +1 -22
  26. package/package.json +1 -1
  27. package/src/Player.ts +4 -3
  28. package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +0 -1
  29. package/src/plugins/click-to-pause/ClickToPause.ts +1 -1
  30. package/src/plugins/context-menu/ContextMenu.ts +72 -56
  31. package/src/plugins/level-selector/__tests__/__snapshots__/QualityLevels.test.ts.snap +3 -3
  32. package/src/plugins/media-control/MediaControl.ts +36 -15
  33. package/src/plugins/media-control/__tests__/MediaControl.test.ts +101 -32
  34. package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +20 -20
  35. package/src/plugins/playback-rate/PlaybackRate.ts +1 -24
  36. package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +2 -1
  37. package/tsconfig.tsbuildinfo +1 -1
  38. package/assets/clappr-nerd-stats/options-list.ejs +0 -9
  39. package/assets/clappr-nerd-stats/settings.ejs +0 -12
package/dist/index.css CHANGED
@@ -122,154 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }*, :focus, :visited {
126
- outline: none !important;
127
- }
128
-
129
- .multicamera[data-multicamera] {
130
- float: right;
131
- margin-top: 4px;
132
- position: relative;
133
- margin-right: 20px;
134
- width: 20px;
135
- }
136
- .multicamera[data-multicamera] button {
137
- background-color: transparent;
138
- color: #fff;
139
- font-family: Roboto, "Open Sans", Arial, sans-serif;
140
- -webkit-font-smoothing: antialiased;
141
- border: none;
142
- font-size: 14px;
143
- padding: 0;
144
- }
145
- .multicamera[data-multicamera] button svg {
146
- height: 20px;
147
- position: relative;
148
- margin-top: 6px;
149
- }
150
- .multicamera[data-multicamera] button:hover {
151
- color: #c9c9c9;
152
- }
153
- .multicamera[data-multicamera] button.changing {
154
- animation: pulse 0.5s infinite alternate;
155
- }
156
- .multicamera[data-multicamera] button span.quality-arrow {
157
- width: 9px;
158
- height: 6px;
159
- margin-top: 11px;
160
- margin-left: 5px;
161
- }
162
- .multicamera[data-multicamera] > ul {
163
- padding: 6px 0;
164
- right: -24px;
165
- width: 245px;
166
- list-style-type: none;
167
- position: absolute;
168
- bottom: 48px;
169
- border-radius: 4px;
170
- display: none;
171
- background-color: rgba(74, 74, 74, 0.9);
172
- }
173
- .multicamera[data-multicamera] > ul::after {
174
- content: "";
175
- position: absolute;
176
- top: 100%;
177
- left: 85%;
178
- margin-left: -10px;
179
- width: 0;
180
- height: 0;
181
- border-top: 10px solid rgba(74, 74, 74, 0.9);
182
- border-right: 10px solid transparent;
183
- border-left: 10px solid transparent;
184
- }
185
- .multicamera[data-multicamera] li {
186
- font-size: 10px;
187
- cursor: pointer;
188
- }
189
- .multicamera[data-multicamera] li .multicamera-item {
190
- display: flex;
191
- padding: 10px 0;
192
- justify-content: center;
193
- position: relative;
194
- }
195
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
196
- pointer-events: none;
197
- }
198
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
199
- opacity: 0.5;
200
- }
201
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
202
- opacity: 0.5;
203
- }
204
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
205
- background-color: rgba(0, 0, 0, 0);
206
- }
207
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
208
- background-color: rgba(0, 0, 0, 0.3);
209
- }
210
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
211
- width: 80px;
212
- height: 60px;
213
- }
214
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
215
- width: 80px;
216
- height: 60px;
217
- }
218
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
219
- width: 120px;
220
- text-align: left;
221
- margin-left: 15px;
222
- }
223
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
224
- width: 120px;
225
- height: 20px;
226
- font-family: Roboto, "Open Sans", Arial, sans-serif;
227
- font-size: 14px;
228
- font-weight: normal;
229
- font-style: normal;
230
- font-stretch: normal;
231
- line-height: 1.43;
232
- letter-spacing: normal;
233
- text-align: left;
234
- color: #fff;
235
- text-overflow: ellipsis;
236
- overflow: hidden;
237
- }
238
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
239
- opacity: 0.6;
240
- }
241
- .multicamera[data-multicamera] li[data-title] {
242
- background-color: #c3c2c2;
243
- padding: 5px;
244
- }
245
- .multicamera[data-multicamera] li a {
246
- color: #444;
247
- padding: 2px 10px;
248
- display: block;
249
- text-decoration: none;
250
- }
251
- .multicamera[data-multicamera] li a:hover {
252
- background-color: #555;
253
- color: white;
254
- }
255
- .multicamera[data-multicamera] li a:hover a {
256
- color: white;
257
- text-decoration: none;
258
- }
259
- .multicamera[data-multicamera] li.current a {
260
- color: #f00;
261
- }
262
-
263
- @keyframes pulse {
264
- 0% {
265
- color: #fff;
266
- }
267
- 50% {
268
- color: #ff0101;
269
- }
270
- 100% {
271
- color: #B80000;
272
- }
273
125
  }:root {
274
126
  --primary-background-color: #000;
275
127
  --secondary-background-color: #262626;
@@ -451,40 +303,6 @@
451
303
  padding: 0;
452
304
  }
453
305
 
454
- .settings-options-list {
455
- position: absolute;
456
- right: 16px;
457
- bottom: 52px;
458
- background: var(--primary-background-color);
459
- width: 250px;
460
- height: 48px;
461
- z-index: 9999;
462
- border-radius: 4px;
463
- }
464
- .settings-options-list svg {
465
- float: left;
466
- margin-right: 10px;
467
- }
468
- .settings-options-list .settings-speedtest-option {
469
- color: var(--primary-text-color);
470
- margin: 0;
471
- text-align: left;
472
- height: 24px;
473
- line-height: 22px;
474
- padding: 14px;
475
- width: 250px;
476
- font-size: 12px;
477
- }
478
- .settings-options-list .settings-speedtest-option:hover {
479
- color: var(--hover-text-color);
480
- }
481
- .settings-options-list .settings-speedtest-option:hover svg path {
482
- fill: var(--hover-text-color);
483
- }
484
- .settings-options-list .settings-speedtest-option svg path {
485
- fill: var(--primary-text-color);
486
- }
487
-
488
306
  .speedtest-summary {
489
307
  width: 100%;
490
308
  border-top: 1px solid var(--secondary-background-color) !important;
@@ -652,251 +470,49 @@
652
470
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
653
471
  width: 25%;
654
472
  }
655
- }.media-control-pip {
656
- order: 95;
657
- display: flex;
658
- }
659
- .media-control-pip button {
660
- height: 20px;
661
- }
662
- .media-control-pip button svg {
663
- height: 20px;
664
- }*,
665
- :focus,
666
- :visited {
667
- outline: none !important;
473
+ }[data-player] {
474
+ --bottom-panel: 40px;
668
475
  }
669
476
 
670
- .media-control-audiotracks {
671
- position: relative;
477
+ .container .media-control-notransition {
478
+ transition: none !important;
672
479
  }
673
- .media-control-audiotracks button {
674
- background-color: transparent;
675
- color: #fff;
676
- -webkit-font-smoothing: antialiased;
677
- border: none;
678
- cursor: pointer;
679
- display: flex;
680
- align-items: center;
681
- padding: 0;
480
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
481
+ opacity: 1;
682
482
  }
683
- .media-control-audiotracks button .audio-text {
684
- text-overflow: ellipsis;
685
- overflow: hidden;
686
- white-space: nowrap;
687
- max-width: 100px;
688
- background-color: transparent;
689
- -webkit-font-smoothing: antialiased;
690
- border: none;
691
- cursor: pointer;
483
+ .container.crop-video [data-html5-video] {
484
+ object-fit: cover;
692
485
  }
693
- .media-control-audiotracks button:hover {
486
+ .container .cc-line {
487
+ position: absolute;
488
+ bottom: calc(var(--bottom-panel) + 5px);
489
+ width: 100%;
490
+ }
491
+ .container .cc-line p {
492
+ width: auto;
493
+ background-color: rgba(0, 0, 0, 0.4);
694
494
  color: white;
495
+ display: inline-block;
695
496
  }
696
- .media-control-audiotracks button.changing {
697
- animation: pulse 0.5s infinite alternate;
497
+ .container .circle-poster[data-poster] {
498
+ top: 50%;
499
+ margin-top: -60px;
500
+ left: 50%;
501
+ margin-left: -60px;
502
+ position: absolute;
503
+ width: 120px;
504
+ height: 120px;
505
+ border: 2px solid white;
506
+ border-radius: 50%;
507
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
508
+ filter: alpha(opacity=60);
509
+ opacity: 1;
510
+ box-shadow: 0 0 1px 0 white;
698
511
  }
699
- .media-control-audiotracks button span.audio-arrow {
700
- width: 9px;
701
- height: 6px;
512
+ .container .circle-poster[data-poster] svg {
702
513
  margin-left: 5px;
703
- }
704
- .media-control-audiotracks .menu {
705
- max-width: 114px;
706
- list-style-type: none;
707
- position: absolute;
708
- background-color: rgba(74, 74, 74, 0.6);
709
- border: none;
710
- min-width: 60px;
711
- border-radius: 4px;
712
- bottom: 40px;
713
- right: -2px;
714
- }
715
- .media-control-audiotracks .menu.hidden {
716
- display: none;
717
- }
718
- .media-control-audiotracks li {
719
- font-size: var(--font-size-media-controls-dropdown);
720
- text-align: right;
721
- height: 30px;
722
- }
723
- .media-control-audiotracks li[data-title] {
724
- background-color: #c3c2c2;
725
- padding: 5px;
726
- }
727
- .media-control-audiotracks li a {
728
- display: block;
729
- text-decoration: none;
730
- text-overflow: ellipsis;
731
- overflow: hidden;
732
- white-space: nowrap;
733
- height: 30px;
734
- padding: 5px 10px;
735
- color: #fffffe;
736
- }
737
- .media-control-audiotracks li a:hover {
738
- text-decoration: none;
739
- background-color: rgba(0, 0, 0, 0.4);
740
- color: white;
741
- }
742
- .media-control-audiotracks li.current a {
743
- color: #f00;
744
- }
745
- .media-control-audiotracks li:first-child a {
746
- border-bottom-left-radius: 4px;
747
- border-bottom-right-radius: 4px;
748
- }
749
- .media-control-audiotracks li:last-child a {
750
- border-top-left-radius: 4px;
751
- border-top-right-radius: 4px;
752
- }
753
-
754
- @keyframes pulse {
755
- 0% {
756
- color: #fff;
757
- }
758
- 50% {
759
- color: #ff0101;
760
- }
761
- 100% {
762
- color: #B80000;
763
- }
764
- }.dvr-controls[data-dvr] {
765
- display: inline-block;
766
- color: var(--player-dvr-color);
767
- line-height: 32px;
768
- font-size: 10px;
769
- font-weight: bold;
770
- margin-left: 6px;
771
- height: 40px;
772
- line-height: 40px;
773
- margin-left: 0;
774
- }
775
- .dvr-controls[data-dvr] .live-info {
776
- cursor: default;
777
- text-transform: uppercase;
778
- }
779
- .dvr-controls[data-dvr] .live-info:before {
780
- content: "";
781
- display: inline-block;
782
- position: relative;
783
- width: 7px;
784
- height: 7px;
785
- border-radius: 3.5px;
786
- margin-right: 3.5px;
787
- background-color: var(--player-live-color);
788
- }
789
- .dvr-controls[data-dvr] .live-info.disabled {
790
- opacity: 0.3;
791
- }
792
- .dvr-controls[data-dvr] .live-info.disabled:before {
793
- background-color: var(--player-dvr-color);
794
- }
795
- .dvr-controls[data-dvr] .live-button {
796
- cursor: pointer;
797
- outline: none;
798
- display: none;
799
- border: 0;
800
- color: var(--player-dvr-color);
801
- background-color: transparent;
802
- height: 32px;
803
- padding: 0;
804
- opacity: 0.7;
805
- text-transform: uppercase;
806
- transition: all 0.1s ease;
807
- }
808
- .dvr-controls[data-dvr] .live-button:before {
809
- content: "";
810
- display: inline-block;
811
- position: relative;
812
- width: 7px;
813
- height: 7px;
814
- border-radius: 3.5px;
815
- margin-right: 3.5px;
816
- background-color: var(--player-dvr-color);
817
- }
818
- .dvr-controls[data-dvr] .live-button:hover {
819
- opacity: 1;
820
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
821
- }
822
- .dvr-controls[data-dvr] .live-info {
823
- font-size: 14px;
824
- letter-spacing: 0.8px;
825
- font-weight: 500;
826
- color: #fffffe;
827
- margin-left: 21px;
828
- }
829
- .dvr-controls[data-dvr] .live-info::before {
830
- width: 10px;
831
- height: 10px;
832
- border-radius: 50%;
833
- margin-right: 8px;
834
- background-color: #ed4f4a;
835
- }
836
- .dvr-controls[data-dvr] .live-button {
837
- height: 40px;
838
- opacity: 1;
839
- font-size: 14px;
840
- letter-spacing: 0.8px;
841
- font-weight: 500;
842
- margin-left: 20px;
843
- }
844
- .dvr-controls[data-dvr] .live-button::before {
845
- width: 10px;
846
- height: 10px;
847
- border-radius: 50%;
848
- margin-right: 8px;
849
- background-color: #cacaca;
850
- }
851
-
852
- .dvr .dvr-controls[data-dvr] .live-info {
853
- display: none;
854
- }
855
- .dvr .dvr-controls[data-dvr] .live-button {
856
- display: block;
857
- }[data-player] {
858
- --bottom-panel: 40px;
859
- }
860
-
861
- .container .media-control-notransition {
862
- transition: none !important;
863
- }
864
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
865
- opacity: 1;
866
- }
867
- .container.crop-video [data-html5-video] {
868
- object-fit: cover;
869
- }
870
- .container .cc-line {
871
- position: absolute;
872
- bottom: calc(var(--bottom-panel) + 5px);
873
- width: 100%;
874
- }
875
- .container .cc-line p {
876
- width: auto;
877
- background-color: rgba(0, 0, 0, 0.4);
878
- color: white;
879
- display: inline-block;
880
- }
881
- .container .circle-poster[data-poster] {
882
- top: 50%;
883
- margin-top: -60px;
884
- left: 50%;
885
- margin-left: -60px;
886
- position: absolute;
887
- width: 120px;
888
- height: 120px;
889
- border: 2px solid white;
890
- border-radius: 50%;
891
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
892
- filter: alpha(opacity=60);
893
- opacity: 1;
894
- box-shadow: 0 0 1px 0 white;
895
- }
896
- .container .circle-poster[data-poster] svg {
897
- margin-left: 5px;
898
- width: 80px;
899
- height: 80px;
514
+ width: 80px;
515
+ height: 80px;
900
516
  }
901
517
  .container .spinner-three-bounce[data-spinner] > div {
902
518
  background-color: #ff5700;
@@ -1491,177 +1107,93 @@
1491
1107
  }
1492
1108
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1493
1109
  display: none !important;
1494
- }.share_plugin[data-share] {
1495
- pointer-events: auto;
1496
- z-index: 5;
1497
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1498
- }
1499
- .share_plugin[data-share].share-hide .share-button-container {
1500
- right: -50px;
1501
- }
1502
- .share_plugin[data-share] .share-button-container {
1503
- cursor: pointer;
1504
- width: 36px;
1505
- height: 36px;
1506
- background-color: rgba(74, 74, 74, 0.6);
1507
- border-radius: 4px;
1110
+ }.big-mute-icon-wrapper[data-big-mute] {
1508
1111
  position: absolute;
1509
- right: 10px;
1510
- top: 10px;
1511
- padding-top: 6px;
1512
- transition: all 0.3s ease-out;
1513
- }
1514
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1112
+ z-index: 9998;
1515
1113
  background-color: transparent;
1516
- border: 0;
1517
- margin: 0 6px;
1518
- padding: 0;
1519
- cursor: pointer;
1520
- display: inline-block;
1521
- width: 19px;
1522
- height: 20px;
1523
- }
1524
- .share_plugin[data-share] .share-container {
1114
+ display: flex;
1115
+ justify-content: center;
1116
+ width: 100%;
1117
+ height: calc(100% - 50px);
1118
+ margin: 0 auto;
1119
+ opacity: 0.75;
1120
+ transition: opacity 0.1s ease;
1525
1121
  pointer-events: auto;
1526
- position: absolute;
1527
- width: 280px;
1528
- background-color: white;
1529
- transform: translate(0, 50%);
1530
- transform: translate(-50%, -50%);
1531
- left: 50%;
1532
- /* margin-left: -140px; */
1533
- top: calc(50% - 20px);
1534
- /* margin-top: -170px; */
1535
- }
1536
- .share_plugin[data-share] .share-container .share-container-header {
1537
- text-align: left;
1538
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1539
1122
  }
1540
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1541
- display: inline-block;
1542
- font-size: 16px;
1543
- margin: 5px;
1123
+ .big-mute-icon-wrapper[data-big-mute].hide {
1124
+ display: none;
1544
1125
  }
1545
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1546
- display: inline-block;
1547
- width: 24px;
1548
- float: right;
1549
- margin: 5px;
1126
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1550
1127
  cursor: pointer;
1551
1128
  }
1552
- .share_plugin[data-share] .share-container .share-container-main {
1553
- margin-bottom: 8px;
1554
- }
1555
- .share_plugin[data-share] .share-container .share-container-main > div {
1556
- text-align: left;
1557
- font-size: 14px;
1558
- padding: 5px;
1559
- }
1560
- .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 {
1561
- overflow: hidden;
1562
- text-overflow: ellipsis;
1563
- color: #818181;
1564
- border: solid 1px #d3d3d3;
1565
- width: calc(100% - 10px);
1566
- padding: 5px;
1567
- }
1568
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1569
- max-height: 90px;
1570
- resize: none;
1571
- }
1572
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1573
- width: 32px;
1574
- display: inline-block;
1575
- margin-right: 5px;
1576
- cursor: pointer;
1577
- }.seek-time[data-seek-time] {
1578
- position: absolute;
1579
- white-space: nowrap;
1580
- height: 20px;
1581
- line-height: 20px;
1582
- font-size: 0;
1583
- left: -100%;
1584
- bottom: 55px;
1585
- background-color: rgba(2, 2, 2, 0.5);
1586
- z-index: 9999;
1587
- transition: opacity 0.1s ease;
1588
- }
1589
- .seek-time[data-seek-time].hidden[data-seek-time] {
1590
- opacity: 0;
1591
- }
1592
- .seek-time[data-seek-time] [data-seek-time] {
1593
- display: inline-block;
1594
- color: white;
1595
- font-size: 10px;
1596
- padding-left: 7px;
1597
- padding-right: 7px;
1598
- vertical-align: top;
1599
- }
1600
- .seek-time[data-seek-time] [data-duration] {
1601
- display: inline-block;
1602
- color: rgba(255, 255, 255, 0.5);
1603
- font-size: 10px;
1604
- padding-right: 7px;
1605
- vertical-align: top;
1129
+
1130
+ .big-mute-icon[data-big-mute-icon] {
1131
+ display: flex;
1132
+ align-items: center;
1133
+ justify-content: center;
1134
+ align-self: center;
1135
+ width: 120px;
1136
+ height: 120px;
1137
+ border: 2px solid white;
1138
+ border-radius: 50%;
1139
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1140
+ filter: alpha(opacity=60);
1141
+ opacity: 1;
1142
+ box-shadow: 0 0 1px 0 white;
1143
+ background: rgba(240, 243, 247, 0.9411764706);
1144
+ z-index: 10000;
1606
1145
  }
1607
- .seek-time[data-seek-time] [data-duration]::before {
1608
- content: "|";
1609
- margin-right: 7px;
1610
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1611
- height: 0;
1146
+ .big-mute-icon[data-big-mute-icon] svg {
1147
+ margin-left: 5px;
1148
+ width: 80px;
1149
+ height: 80px;
1612
1150
  }
1613
-
1614
- .skip_time_plugin[data-skip-time] {
1615
- position: absolute;
1616
- width: 100%;
1617
- height: calc(100% - 50px);
1618
- z-index: 9998;
1619
- background-color: transparent;
1620
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1151
+ .big-mute-icon[data-big-mute-icon] svg path {
1152
+ fill: #1f1e1e !important;
1621
1153
  }
1622
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1623
- width: 100%;
1624
- height: 100%;
1625
- display: flex;
1626
- justify-content: space-between;
1154
+ .big-mute-icon[data-big-mute-icon]:hover {
1155
+ background: rgba(240, 243, 247, 0.8784313725);
1627
1156
  }
1628
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1629
- width: 33.3%;
1630
- height: 100%;
1631
- }.player-poster[data-poster] {
1632
- display: flex;
1633
- justify-content: center;
1634
- align-items: center;
1157
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1158
+ fill: #151515 !important;
1159
+ }.spinner-three-bounce[data-spinner] {
1635
1160
  position: absolute;
1636
- height: 100%;
1637
- width: 100%;
1638
- z-index: 998;
1639
- top: 0;
1161
+ width: 70px;
1162
+ text-align: center;
1163
+ z-index: 999;
1640
1164
  left: 0;
1641
- background-color: #000;
1642
- background-size: cover;
1643
- background-repeat: no-repeat;
1644
- background-position: 50% 50%;
1645
- }
1646
- .player-poster[data-poster].clickable {
1647
- cursor: pointer;
1165
+ right: 0;
1166
+ margin: 0 auto;
1167
+ margin-left: auto;
1168
+ margin-right: auto;
1169
+ /* center vertically */
1170
+ top: 50%;
1171
+ transform: translateY(-50%);
1648
1172
  }
1649
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1650
- opacity: 1;
1173
+ .spinner-three-bounce[data-spinner] > div {
1174
+ width: 18px;
1175
+ height: 18px;
1176
+ background-color: #FFF;
1177
+ border-radius: 100%;
1178
+ display: inline-block;
1179
+ animation: bouncedelay 1.4s infinite ease-in-out;
1180
+ /* Prevent first frame from flickering when animation starts */
1181
+ animation-fill-mode: both;
1651
1182
  }
1652
- .player-poster[data-poster] .play-wrapper[data-poster] {
1653
- width: 100%;
1654
- height: 25%;
1655
- margin: 0 auto;
1656
- opacity: 0.75;
1657
- transition: opacity 0.1s ease;
1183
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1184
+ animation-delay: -0.32s;
1658
1185
  }
1659
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1660
- height: 100%;
1661
- display: inline;
1186
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1187
+ animation-delay: -0.16s;
1662
1188
  }
1663
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1664
- fill: #fff;
1189
+
1190
+ @keyframes bouncedelay {
1191
+ 0%, 80%, 100% {
1192
+ transform: scale(0);
1193
+ }
1194
+ 40% {
1195
+ transform: scale(1);
1196
+ }
1665
1197
  }div.player-error-screen, [data-player] div.player-error-screen {
1666
1198
  color: #CCCACA;
1667
1199
  position: absolute;
@@ -1696,71 +1228,94 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1696
1228
  cursor: pointer;
1697
1229
  width: 30px;
1698
1230
  margin: 15px auto 0;
1699
- }.gear-option_hd-icon.hidden {
1700
- display: none;
1701
- }
1702
-
1703
- .quality-levels li.disabled {
1704
- opacity: 0.5;
1705
- pointer-events: none;
1706
- }
1707
- .quality-levels li.current {
1708
- background-color: #000;
1709
- }.clips.bar-container[data-seekbar] {
1710
- clip-path: url("#myClip");
1711
1231
  }*,
1712
1232
  :focus,
1713
1233
  :visited {
1714
1234
  outline: none !important;
1715
1235
  }
1716
1236
 
1717
- .media-control-cc[data-cc] {
1237
+ .media-control-audiotracks {
1718
1238
  position: relative;
1719
- order: 85;
1720
1239
  }
1721
- .media-control-cc[data-cc] button {
1240
+ .media-control-audiotracks button {
1722
1241
  background-color: transparent;
1723
1242
  color: #fff;
1724
1243
  -webkit-font-smoothing: antialiased;
1725
1244
  border: none;
1726
1245
  cursor: pointer;
1246
+ display: flex;
1247
+ align-items: center;
1248
+ padding: 0;
1727
1249
  }
1728
- .media-control-cc[data-cc] button .cc-text svg {
1729
- fill: white;
1250
+ .media-control-audiotracks button .audio-text {
1251
+ text-overflow: ellipsis;
1252
+ overflow: hidden;
1253
+ white-space: nowrap;
1254
+ max-width: 100px;
1255
+ background-color: transparent;
1256
+ -webkit-font-smoothing: antialiased;
1257
+ border: none;
1258
+ cursor: pointer;
1730
1259
  }
1731
- .media-control-cc[data-cc] button:hover {
1732
- color: #c9c9c9;
1260
+ .media-control-audiotracks button:hover {
1261
+ color: white;
1733
1262
  }
1734
- .media-control-cc[data-cc] button.changing {
1263
+ .media-control-audiotracks button.changing {
1735
1264
  animation: pulse 0.5s infinite alternate;
1736
1265
  }
1737
- .media-control-cc[data-cc] ul {
1738
- width: 80px;
1266
+ .media-control-audiotracks button span.audio-arrow {
1267
+ width: 9px;
1268
+ height: 6px;
1269
+ margin-left: 5px;
1270
+ }
1271
+ .media-control-audiotracks .menu {
1272
+ max-width: 114px;
1739
1273
  list-style-type: none;
1740
1274
  position: absolute;
1741
- bottom: 25px;
1742
- border: 1px solid black;
1275
+ background-color: rgba(74, 74, 74, 0.6);
1276
+ border: none;
1277
+ min-width: 60px;
1278
+ border-radius: 4px;
1279
+ bottom: 40px;
1280
+ right: -2px;
1281
+ }
1282
+ .media-control-audiotracks .menu.hidden {
1743
1283
  display: none;
1744
- background-color: #e6e6e6;
1745
- padding: 8px 0;
1746
1284
  }
1747
- .media-control-cc[data-cc] li a {
1748
- color: #444;
1749
- padding: 2px 10px;
1285
+ .media-control-audiotracks li {
1286
+ font-size: var(--font-size-media-controls-dropdown);
1287
+ text-align: right;
1288
+ height: 30px;
1289
+ }
1290
+ .media-control-audiotracks li[data-title] {
1291
+ background-color: #c3c2c2;
1292
+ padding: 5px;
1293
+ }
1294
+ .media-control-audiotracks li a {
1750
1295
  display: block;
1751
1296
  text-decoration: none;
1297
+ text-overflow: ellipsis;
1298
+ overflow: hidden;
1299
+ white-space: nowrap;
1300
+ height: 30px;
1301
+ padding: 5px 10px;
1302
+ color: #fffffe;
1752
1303
  }
1753
- .media-control-cc[data-cc] li a:hover {
1754
- background-color: #555;
1755
- color: white;
1756
- }
1757
- .media-control-cc[data-cc] li a:hover a {
1758
- color: white;
1304
+ .media-control-audiotracks li a:hover {
1759
1305
  text-decoration: none;
1306
+ background-color: rgba(0, 0, 0, 0.4);
1307
+ color: white;
1760
1308
  }
1761
- .media-control-cc[data-cc] li.current a {
1309
+ .media-control-audiotracks li.current a {
1762
1310
  color: #f00;
1763
- background-color: #555;
1311
+ }
1312
+ .media-control-audiotracks li:first-child a {
1313
+ border-bottom-left-radius: 4px;
1314
+ border-bottom-right-radius: 4px;
1315
+ }
1316
+ .media-control-audiotracks li:last-child a {
1317
+ border-top-left-radius: 4px;
1318
+ border-top-right-radius: 4px;
1764
1319
  }
1765
1320
 
1766
1321
  @keyframes pulse {
@@ -1773,15 +1328,660 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1773
1328
  100% {
1774
1329
  color: #B80000;
1775
1330
  }
1331
+ }*, :focus, :visited {
1332
+ outline: none !important;
1776
1333
  }
1777
- ::cue {
1778
- visibility: hidden !important;
1779
- font-size: 0 !important;
1334
+
1335
+ .multicamera[data-multicamera] {
1336
+ float: right;
1337
+ margin-top: 4px;
1338
+ position: relative;
1339
+ margin-right: 20px;
1340
+ width: 20px;
1341
+ }
1342
+ .multicamera[data-multicamera] button {
1343
+ background-color: transparent;
1344
+ color: #fff;
1345
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1346
+ -webkit-font-smoothing: antialiased;
1347
+ border: none;
1348
+ font-size: 14px;
1349
+ padding: 0;
1350
+ }
1351
+ .multicamera[data-multicamera] button svg {
1352
+ height: 20px;
1353
+ position: relative;
1354
+ margin-top: 6px;
1355
+ }
1356
+ .multicamera[data-multicamera] button:hover {
1357
+ color: #c9c9c9;
1358
+ }
1359
+ .multicamera[data-multicamera] button.changing {
1360
+ animation: pulse 0.5s infinite alternate;
1361
+ }
1362
+ .multicamera[data-multicamera] button span.quality-arrow {
1363
+ width: 9px;
1364
+ height: 6px;
1365
+ margin-top: 11px;
1366
+ margin-left: 5px;
1367
+ }
1368
+ .multicamera[data-multicamera] > ul {
1369
+ padding: 6px 0;
1370
+ right: -24px;
1371
+ width: 245px;
1372
+ list-style-type: none;
1373
+ position: absolute;
1374
+ bottom: 48px;
1375
+ border-radius: 4px;
1376
+ display: none;
1377
+ background-color: rgba(74, 74, 74, 0.9);
1378
+ }
1379
+ .multicamera[data-multicamera] > ul::after {
1380
+ content: "";
1381
+ position: absolute;
1382
+ top: 100%;
1383
+ left: 85%;
1384
+ margin-left: -10px;
1385
+ width: 0;
1386
+ height: 0;
1387
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1388
+ border-right: 10px solid transparent;
1389
+ border-left: 10px solid transparent;
1390
+ }
1391
+ .multicamera[data-multicamera] li {
1392
+ font-size: 10px;
1393
+ cursor: pointer;
1394
+ }
1395
+ .multicamera[data-multicamera] li .multicamera-item {
1396
+ display: flex;
1397
+ padding: 10px 0;
1398
+ justify-content: center;
1399
+ position: relative;
1400
+ }
1401
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1402
+ pointer-events: none;
1403
+ }
1404
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1405
+ opacity: 0.5;
1406
+ }
1407
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1408
+ opacity: 0.5;
1409
+ }
1410
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1411
+ background-color: rgba(0, 0, 0, 0);
1412
+ }
1413
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1414
+ background-color: rgba(0, 0, 0, 0.3);
1415
+ }
1416
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1417
+ width: 80px;
1418
+ height: 60px;
1419
+ }
1420
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1421
+ width: 80px;
1422
+ height: 60px;
1423
+ }
1424
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1425
+ width: 120px;
1426
+ text-align: left;
1427
+ margin-left: 15px;
1428
+ }
1429
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1430
+ width: 120px;
1431
+ height: 20px;
1432
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1433
+ font-size: 14px;
1434
+ font-weight: normal;
1435
+ font-style: normal;
1436
+ font-stretch: normal;
1437
+ line-height: 1.43;
1438
+ letter-spacing: normal;
1439
+ text-align: left;
1440
+ color: #fff;
1441
+ text-overflow: ellipsis;
1442
+ overflow: hidden;
1443
+ }
1444
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1445
+ opacity: 0.6;
1446
+ }
1447
+ .multicamera[data-multicamera] li[data-title] {
1448
+ background-color: #c3c2c2;
1449
+ padding: 5px;
1450
+ }
1451
+ .multicamera[data-multicamera] li a {
1452
+ color: #444;
1453
+ padding: 2px 10px;
1454
+ display: block;
1455
+ text-decoration: none;
1456
+ }
1457
+ .multicamera[data-multicamera] li a:hover {
1458
+ background-color: #555;
1459
+ color: white;
1460
+ }
1461
+ .multicamera[data-multicamera] li a:hover a {
1462
+ color: white;
1463
+ text-decoration: none;
1464
+ }
1465
+ .multicamera[data-multicamera] li.current a {
1466
+ color: #f00;
1467
+ }
1468
+
1469
+ @keyframes pulse {
1470
+ 0% {
1471
+ color: #fff;
1472
+ }
1473
+ 50% {
1474
+ color: #ff0101;
1475
+ }
1476
+ 100% {
1477
+ color: #B80000;
1478
+ }
1479
+ }.context-menu {
1480
+ z-index: 999;
1481
+ position: absolute;
1482
+ top: 0;
1483
+ left: 0;
1484
+ text-align: center;
1485
+ }
1486
+ .context-menu .context-menu-list {
1487
+ font-family: "Proxima Nova", sans-serif;
1488
+ font-size: 12px;
1489
+ line-height: 12px;
1490
+ list-style-type: none;
1491
+ text-align: left;
1492
+ padding: 5px;
1493
+ margin-left: auto;
1494
+ margin-right: auto;
1495
+ background-color: rgba(0, 0, 0, 0.75);
1496
+ border: 1px solid #666;
1497
+ border-radius: 4px;
1498
+ }
1499
+ .context-menu .context-menu-list-item button {
1500
+ border: none;
1501
+ background-color: transparent;
1502
+ padding: 0;
1503
+ color: white;
1504
+ display: flex;
1505
+ gap: 8px;
1506
+ align-items: center;
1507
+ justify-content: center;
1508
+ cursor: pointer;
1509
+ padding: 5px;
1510
+ width: 100%;
1511
+ }
1512
+ .context-menu .context-menu-list-item_icon {
1513
+ width: 20px;
1514
+ height: 20px;
1515
+ }.dvr-controls[data-dvr] {
1516
+ display: inline-block;
1517
+ color: var(--player-dvr-color);
1518
+ line-height: 32px;
1519
+ font-size: 10px;
1520
+ font-weight: bold;
1521
+ margin-left: 6px;
1522
+ height: 40px;
1523
+ line-height: 40px;
1524
+ margin-left: 0;
1525
+ }
1526
+ .dvr-controls[data-dvr] .live-info {
1527
+ cursor: default;
1528
+ text-transform: uppercase;
1529
+ }
1530
+ .dvr-controls[data-dvr] .live-info:before {
1531
+ content: "";
1532
+ display: inline-block;
1533
+ position: relative;
1534
+ width: 7px;
1535
+ height: 7px;
1536
+ border-radius: 3.5px;
1537
+ margin-right: 3.5px;
1538
+ background-color: var(--player-live-color);
1539
+ }
1540
+ .dvr-controls[data-dvr] .live-info.disabled {
1541
+ opacity: 0.3;
1542
+ }
1543
+ .dvr-controls[data-dvr] .live-info.disabled:before {
1544
+ background-color: var(--player-dvr-color);
1545
+ }
1546
+ .dvr-controls[data-dvr] .live-button {
1547
+ cursor: pointer;
1548
+ outline: none;
1549
+ display: none;
1550
+ border: 0;
1551
+ color: var(--player-dvr-color);
1552
+ background-color: transparent;
1553
+ height: 32px;
1554
+ padding: 0;
1555
+ opacity: 0.7;
1556
+ text-transform: uppercase;
1557
+ transition: all 0.1s ease;
1558
+ }
1559
+ .dvr-controls[data-dvr] .live-button:before {
1560
+ content: "";
1561
+ display: inline-block;
1562
+ position: relative;
1563
+ width: 7px;
1564
+ height: 7px;
1565
+ border-radius: 3.5px;
1566
+ margin-right: 3.5px;
1567
+ background-color: var(--player-dvr-color);
1568
+ }
1569
+ .dvr-controls[data-dvr] .live-button:hover {
1570
+ opacity: 1;
1571
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1572
+ }
1573
+ .dvr-controls[data-dvr] .live-info {
1574
+ font-size: 14px;
1575
+ letter-spacing: 0.8px;
1576
+ font-weight: 500;
1577
+ color: #fffffe;
1578
+ margin-left: 21px;
1579
+ }
1580
+ .dvr-controls[data-dvr] .live-info::before {
1581
+ width: 10px;
1582
+ height: 10px;
1583
+ border-radius: 50%;
1584
+ margin-right: 8px;
1585
+ background-color: #ed4f4a;
1586
+ }
1587
+ .dvr-controls[data-dvr] .live-button {
1588
+ height: 40px;
1589
+ opacity: 1;
1590
+ font-size: 14px;
1591
+ letter-spacing: 0.8px;
1592
+ font-weight: 500;
1593
+ margin-left: 20px;
1594
+ }
1595
+ .dvr-controls[data-dvr] .live-button::before {
1596
+ width: 10px;
1597
+ height: 10px;
1598
+ border-radius: 50%;
1599
+ margin-right: 8px;
1600
+ background-color: #cacaca;
1601
+ }
1602
+
1603
+ .dvr .dvr-controls[data-dvr] .live-info {
1604
+ display: none;
1605
+ }
1606
+ .dvr .dvr-controls[data-dvr] .live-button {
1607
+ display: block;
1608
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1609
+ order: 99;
1610
+ height: 20px;
1611
+ }
1612
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1613
+ position: absolute;
1614
+ right: 16px;
1615
+ bottom: 52px;
1616
+ width: 250px;
1617
+ min-height: 48px;
1618
+ z-index: 9999;
1619
+ border-radius: 4px;
1620
+ }
1621
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1622
+ padding: 8px 0;
1623
+ }
1624
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1625
+ margin: 0;
1626
+ text-align: left;
1627
+ line-height: 22px;
1628
+ padding: 5px 14px;
1629
+ width: 250px;
1630
+ font-size: 12px;
1631
+ display: flex;
1632
+ align-items: center;
1633
+ justify-content: flex-start;
1634
+ gap: 8px;
1635
+ }
1636
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
1637
+ flex: 24px 0 0;
1638
+ height: 24px;
1639
+ }
1640
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
1641
+ visibility: hidden;
1642
+ display: inline-block;
1643
+ }
1644
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
1645
+ flex: 0 1 100%;
1646
+ }
1647
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
1648
+ flex: 0 0 14px;
1649
+ height: 24px;
1650
+ }
1651
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
1652
+ flex: 1 0 auto;
1653
+ }*, :focus, :visited {
1654
+ outline: none !important;
1655
+ }
1656
+
1657
+ .gear-wrapper .go-back {
1658
+ font-weight: 600;
1659
+ font-size: 14px;
1660
+ line-height: 20px;
1661
+ width: 100%;
1662
+ text-align: left;
1663
+ padding: 12px;
1664
+ }
1665
+ .gear-wrapper .go-back .arrow-left-icon {
1666
+ float: left;
1667
+ padding-top: 2px;
1668
+ padding-right: 2px;
1669
+ }
1670
+ .gear-wrapper .go-back .arrow-left-icon svg {
1671
+ height: 16px;
1672
+ }
1673
+ .gear-wrapper ul.gear-sub-menu {
1674
+ width: 100%;
1675
+ list-style-type: none;
1676
+ min-width: 60px;
1677
+ border-top: 2px solid rgb(36, 36, 36);
1678
+ }
1679
+ .gear-wrapper ul.gear-sub-menu li {
1680
+ font-size: 12px;
1681
+ text-align: left;
1682
+ }
1683
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
1684
+ background-color: #c3c2c2;
1685
+ padding: 5px;
1686
+ }
1687
+ .gear-wrapper ul.gear-sub-menu li a {
1688
+ display: block;
1689
+ text-decoration: none;
1690
+ height: 32px;
1691
+ padding: 5px 10px;
1692
+ line-height: 22px;
1693
+ color: #fffffe;
1694
+ }
1695
+ .gear-wrapper ul.gear-sub-menu li a:hover {
1696
+ color: white;
1697
+ background-color: rgba(0, 0, 0, 0.4);
1698
+ }
1699
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
1700
+ color: white;
1701
+ text-decoration: none;
1702
+ }
1703
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
1704
+ width: 30px;
1705
+ height: 20px;
1706
+ float: left;
1707
+ display: block;
1708
+ }
1709
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1710
+ display: none;
1711
+ }
1712
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1713
+ display: inline;
1714
+ }.quality-levels li.disabled {
1715
+ opacity: 0.5;
1716
+ pointer-events: none;
1717
+ }
1718
+ .quality-levels li.current {
1719
+ background-color: #000;
1720
+ }.seek-time[data-seek-time] {
1721
+ position: absolute;
1722
+ white-space: nowrap;
1723
+ height: 20px;
1724
+ line-height: 20px;
1725
+ font-size: 0;
1726
+ left: -100%;
1727
+ bottom: 55px;
1728
+ background-color: rgba(2, 2, 2, 0.5);
1729
+ z-index: 9999;
1730
+ transition: opacity 0.1s ease;
1731
+ }
1732
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1733
+ opacity: 0;
1734
+ }
1735
+ .seek-time[data-seek-time] [data-seek-time] {
1736
+ display: inline-block;
1737
+ color: white;
1738
+ font-size: 10px;
1739
+ padding-left: 7px;
1740
+ padding-right: 7px;
1741
+ vertical-align: top;
1742
+ }
1743
+ .seek-time[data-seek-time] [data-duration] {
1744
+ display: inline-block;
1745
+ color: rgba(255, 255, 255, 0.5);
1746
+ font-size: 10px;
1747
+ padding-right: 7px;
1748
+ vertical-align: top;
1749
+ }
1750
+ .seek-time[data-seek-time] [data-duration]::before {
1751
+ content: "|";
1752
+ margin-right: 7px;
1753
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1754
+ height: 0;
1755
+ }
1756
+
1757
+ .skip_time_plugin[data-skip-time] {
1758
+ position: absolute;
1759
+ width: 100%;
1760
+ height: calc(100% - 50px);
1761
+ z-index: 9998;
1762
+ background-color: transparent;
1763
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1764
+ }
1765
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1766
+ width: 100%;
1767
+ height: 100%;
1768
+ display: flex;
1769
+ justify-content: space-between;
1770
+ }
1771
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1772
+ width: 33.3%;
1773
+ height: 100%;
1774
+ }*,
1775
+ :focus,
1776
+ :visited {
1777
+ outline: none !important;
1778
+ }
1779
+
1780
+ .media-control-cc[data-cc] {
1781
+ position: relative;
1782
+ order: 85;
1783
+ }
1784
+ .media-control-cc[data-cc] button {
1785
+ background-color: transparent;
1786
+ color: #fff;
1787
+ -webkit-font-smoothing: antialiased;
1788
+ border: none;
1789
+ cursor: pointer;
1790
+ }
1791
+ .media-control-cc[data-cc] button .cc-text svg {
1792
+ fill: white;
1793
+ }
1794
+ .media-control-cc[data-cc] button:hover {
1795
+ color: #c9c9c9;
1796
+ }
1797
+ .media-control-cc[data-cc] button.changing {
1798
+ animation: pulse 0.5s infinite alternate;
1799
+ }
1800
+ .media-control-cc[data-cc] ul {
1801
+ width: 80px;
1802
+ list-style-type: none;
1803
+ position: absolute;
1804
+ bottom: 25px;
1805
+ border: 1px solid black;
1806
+ display: none;
1807
+ background-color: #e6e6e6;
1808
+ padding: 8px 0;
1809
+ }
1810
+ .media-control-cc[data-cc] li a {
1811
+ color: #444;
1812
+ padding: 2px 10px;
1813
+ display: block;
1814
+ text-decoration: none;
1815
+ }
1816
+ .media-control-cc[data-cc] li a:hover {
1817
+ background-color: #555;
1818
+ color: white;
1819
+ }
1820
+ .media-control-cc[data-cc] li a:hover a {
1821
+ color: white;
1822
+ text-decoration: none;
1823
+ }
1824
+ .media-control-cc[data-cc] li.current a {
1825
+ color: #f00;
1826
+ background-color: #555;
1827
+ }
1828
+
1829
+ @keyframes pulse {
1830
+ 0% {
1831
+ color: #fff;
1832
+ }
1833
+ 50% {
1834
+ color: #ff0101;
1835
+ }
1836
+ 100% {
1837
+ color: #B80000;
1838
+ }
1839
+ }
1840
+ ::cue {
1841
+ visibility: hidden !important;
1842
+ font-size: 0 !important;
1843
+ }
1844
+
1845
+ .ios-fullscreen::cue {
1846
+ visibility: visible !important;
1847
+ font-size: 1em !important;
1848
+ }.share_plugin[data-share] {
1849
+ pointer-events: auto;
1850
+ z-index: 5;
1851
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1852
+ }
1853
+ .share_plugin[data-share].share-hide .share-button-container {
1854
+ right: -50px;
1855
+ }
1856
+ .share_plugin[data-share] .share-button-container {
1857
+ cursor: pointer;
1858
+ width: 36px;
1859
+ height: 36px;
1860
+ background-color: rgba(74, 74, 74, 0.6);
1861
+ border-radius: 4px;
1862
+ position: absolute;
1863
+ right: 10px;
1864
+ top: 10px;
1865
+ padding-top: 6px;
1866
+ transition: all 0.3s ease-out;
1867
+ }
1868
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1869
+ background-color: transparent;
1870
+ border: 0;
1871
+ margin: 0 6px;
1872
+ padding: 0;
1873
+ cursor: pointer;
1874
+ display: inline-block;
1875
+ width: 19px;
1876
+ height: 20px;
1877
+ }
1878
+ .share_plugin[data-share] .share-container {
1879
+ pointer-events: auto;
1880
+ position: absolute;
1881
+ width: 280px;
1882
+ background-color: white;
1883
+ transform: translate(0, 50%);
1884
+ transform: translate(-50%, -50%);
1885
+ left: 50%;
1886
+ /* margin-left: -140px; */
1887
+ top: calc(50% - 20px);
1888
+ /* margin-top: -170px; */
1889
+ }
1890
+ .share_plugin[data-share] .share-container .share-container-header {
1891
+ text-align: left;
1892
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1893
+ }
1894
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1895
+ display: inline-block;
1896
+ font-size: 16px;
1897
+ margin: 5px;
1898
+ }
1899
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1900
+ display: inline-block;
1901
+ width: 24px;
1902
+ float: right;
1903
+ margin: 5px;
1904
+ cursor: pointer;
1905
+ }
1906
+ .share_plugin[data-share] .share-container .share-container-main {
1907
+ margin-bottom: 8px;
1908
+ }
1909
+ .share_plugin[data-share] .share-container .share-container-main > div {
1910
+ text-align: left;
1911
+ font-size: 14px;
1912
+ padding: 5px;
1913
+ }
1914
+ .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 {
1915
+ overflow: hidden;
1916
+ text-overflow: ellipsis;
1917
+ color: #818181;
1918
+ border: solid 1px #d3d3d3;
1919
+ width: calc(100% - 10px);
1920
+ padding: 5px;
1921
+ }
1922
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1923
+ max-height: 90px;
1924
+ resize: none;
1925
+ }
1926
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1927
+ width: 32px;
1928
+ display: inline-block;
1929
+ margin-right: 5px;
1930
+ cursor: pointer;
1931
+ }.player-poster[data-poster] {
1932
+ display: flex;
1933
+ justify-content: center;
1934
+ align-items: center;
1935
+ position: absolute;
1936
+ height: 100%;
1937
+ width: 100%;
1938
+ z-index: 998;
1939
+ top: 0;
1940
+ left: 0;
1941
+ background-color: #000;
1942
+ background-size: cover;
1943
+ background-repeat: no-repeat;
1944
+ background-position: 50% 50%;
1945
+ }
1946
+ .player-poster[data-poster].clickable {
1947
+ cursor: pointer;
1948
+ }
1949
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1950
+ opacity: 1;
1951
+ }
1952
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1953
+ width: 100%;
1954
+ height: 25%;
1955
+ margin: 0 auto;
1956
+ opacity: 0.75;
1957
+ transition: opacity 0.1s ease;
1958
+ }
1959
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1960
+ height: 100%;
1961
+ display: inline;
1962
+ }
1963
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1964
+ fill: #fff;
1965
+ }.clips.bar-container[data-seekbar] {
1966
+ clip-path: url("#myClip");
1967
+ }.player-logo[data-logo] {
1968
+ position: absolute;
1969
+ z-index: 2;
1970
+ width: 100%;
1971
+ height: 100%;
1780
1972
  }
1781
1973
 
1782
- .ios-fullscreen::cue {
1783
- visibility: visible !important;
1784
- font-size: 1em !important;
1974
+ .clappr-logo {
1975
+ position: absolute;
1976
+ }.media-control-pip {
1977
+ order: 95;
1978
+ display: flex;
1979
+ }
1980
+ .media-control-pip button {
1981
+ height: 20px;
1982
+ }
1983
+ .media-control-pip button svg {
1984
+ height: 20px;
1785
1985
  }.scrub-thumbnails {
1786
1986
  position: absolute;
1787
1987
  bottom: 52px;
@@ -1843,223 +2043,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1843
2043
  }
1844
2044
  .scrub-thumbnails .backdrop .carousel img {
1845
2045
  width: auto;
1846
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1847
- order: 99;
1848
- height: 20px;
1849
- }
1850
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1851
- position: absolute;
1852
- right: 16px;
1853
- bottom: 52px;
1854
- width: 250px;
1855
- min-height: 48px;
1856
- z-index: 9999;
1857
- border-radius: 4px;
1858
- }
1859
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1860
- padding: 8px 0;
1861
- }
1862
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
1863
- float: left;
1864
- margin-right: 10px;
1865
- }
1866
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1867
- margin: 0;
1868
- text-align: left;
1869
- line-height: 22px;
1870
- padding: 5px 14px;
1871
- width: 250px;
1872
- font-size: 12px;
1873
- }
1874
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
1875
- float: right;
1876
- margin-right: -14px;
1877
- }
1878
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
1879
- float: right;
1880
- margin-right: 8px;
1881
- }
1882
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
1883
- height: 20px;
1884
- }*, :focus, :visited {
1885
- outline: none !important;
1886
- }
1887
-
1888
- .gear-wrapper .go-back {
1889
- font-weight: 600;
1890
- font-size: 14px;
1891
- line-height: 20px;
1892
- width: 100%;
1893
- text-align: left;
1894
- padding: 12px;
1895
- }
1896
- .gear-wrapper .go-back .arrow-left-icon {
1897
- float: left;
1898
- padding-top: 2px;
1899
- padding-right: 2px;
1900
- }
1901
- .gear-wrapper .go-back .arrow-left-icon svg {
1902
- height: 16px;
1903
- }
1904
- .gear-wrapper ul.gear-sub-menu {
1905
- width: 100%;
1906
- list-style-type: none;
1907
- min-width: 60px;
1908
- border-top: 2px solid rgb(36, 36, 36);
1909
- }
1910
- .gear-wrapper ul.gear-sub-menu li {
1911
- font-size: 12px;
1912
- text-align: left;
1913
- }
1914
- .gear-wrapper ul.gear-sub-menu li[data-title] {
1915
- background-color: #c3c2c2;
1916
- padding: 5px;
1917
- }
1918
- .gear-wrapper ul.gear-sub-menu li a {
1919
- display: block;
1920
- text-decoration: none;
1921
- height: 32px;
1922
- padding: 5px 10px;
1923
- line-height: 22px;
1924
- color: #fffffe;
1925
- }
1926
- .gear-wrapper ul.gear-sub-menu li a:hover {
1927
- color: white;
1928
- background-color: rgba(0, 0, 0, 0.4);
1929
- }
1930
- .gear-wrapper ul.gear-sub-menu li a:hover a {
1931
- color: white;
1932
- text-decoration: none;
1933
- }
1934
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
1935
- width: 30px;
1936
- height: 20px;
1937
- float: left;
1938
- display: block;
1939
- }
1940
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1941
- display: none;
1942
- }
1943
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1944
- display: inline;
1945
- }.big-mute-icon-wrapper[data-big-mute] {
1946
- position: absolute;
1947
- z-index: 9998;
1948
- background-color: transparent;
1949
- display: flex;
1950
- justify-content: center;
1951
- width: 100%;
1952
- height: calc(100% - 50px);
1953
- margin: 0 auto;
1954
- opacity: 0.75;
1955
- transition: opacity 0.1s ease;
1956
- pointer-events: auto;
1957
- }
1958
- .big-mute-icon-wrapper[data-big-mute].hide {
1959
- display: none;
1960
- }
1961
- .big-mute-icon-wrapper[data-big-mute]:hover {
1962
- cursor: pointer;
1963
- }
1964
-
1965
- .big-mute-icon[data-big-mute-icon] {
1966
- display: flex;
1967
- align-items: center;
1968
- justify-content: center;
1969
- align-self: center;
1970
- width: 120px;
1971
- height: 120px;
1972
- border: 2px solid white;
1973
- border-radius: 50%;
1974
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1975
- filter: alpha(opacity=60);
1976
- opacity: 1;
1977
- box-shadow: 0 0 1px 0 white;
1978
- background: rgba(240, 243, 247, 0.9411764706);
1979
- z-index: 10000;
1980
- }
1981
- .big-mute-icon[data-big-mute-icon] svg {
1982
- margin-left: 5px;
1983
- width: 80px;
1984
- height: 80px;
1985
- }
1986
- .big-mute-icon[data-big-mute-icon] svg path {
1987
- fill: #1f1e1e !important;
1988
- }
1989
- .big-mute-icon[data-big-mute-icon]:hover {
1990
- background: rgba(240, 243, 247, 0.8784313725);
1991
- }
1992
- .big-mute-icon[data-big-mute-icon]:hover svg path {
1993
- fill: #151515 !important;
1994
- }.context-menu {
1995
- z-index: 999;
1996
- position: absolute;
1997
- top: 0;
1998
- left: 0;
1999
- text-align: center;
2000
- }
2001
- .context-menu .context-menu-list {
2002
- font-family: "Proxima Nova", sans-serif;
2003
- font-size: 12px;
2004
- line-height: 12px;
2005
- list-style-type: none;
2006
- text-align: left;
2007
- padding: 5px;
2008
- margin-left: auto;
2009
- margin-right: auto;
2010
- background-color: rgba(0, 0, 0, 0.75);
2011
- border: 1px solid #666;
2012
- border-radius: 4px;
2013
- }
2014
- .context-menu .context-menu-list .context-menu-list-item {
2015
- color: white;
2016
- padding: 5px;
2017
- cursor: pointer;
2018
- }.spinner-three-bounce[data-spinner] {
2019
- position: absolute;
2020
- width: 70px;
2021
- text-align: center;
2022
- z-index: 999;
2023
- left: 0;
2024
- right: 0;
2025
- margin: 0 auto;
2026
- margin-left: auto;
2027
- margin-right: auto;
2028
- /* center vertically */
2029
- top: 50%;
2030
- transform: translateY(-50%);
2031
- }
2032
- .spinner-three-bounce[data-spinner] > div {
2033
- width: 18px;
2034
- height: 18px;
2035
- background-color: #FFF;
2036
- border-radius: 100%;
2037
- display: inline-block;
2038
- animation: bouncedelay 1.4s infinite ease-in-out;
2039
- /* Prevent first frame from flickering when animation starts */
2040
- animation-fill-mode: both;
2041
- }
2042
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2043
- animation-delay: -0.32s;
2044
- }
2045
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2046
- animation-delay: -0.16s;
2047
- }
2048
-
2049
- @keyframes bouncedelay {
2050
- 0%, 80%, 100% {
2051
- transform: scale(0);
2052
- }
2053
- 40% {
2054
- transform: scale(1);
2055
- }
2056
- }.player-logo[data-logo] {
2057
- position: absolute;
2058
- z-index: 2;
2059
- width: 100%;
2060
- height: 100%;
2061
- }
2062
-
2063
- .clappr-logo {
2064
- position: absolute;
2065
2046
  }