@gcorevideo/player 2.22.14 → 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.
package/dist/index.css CHANGED
@@ -122,189 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }*,
126
- :focus,
127
- :visited {
128
- outline: none !important;
129
- }
130
-
131
- .media-control-audiotracks {
132
- position: relative;
133
- }
134
- .media-control-audiotracks button {
135
- background-color: transparent;
136
- color: #fff;
137
- -webkit-font-smoothing: antialiased;
138
- border: none;
139
- cursor: pointer;
140
- display: flex;
141
- align-items: center;
142
- padding: 0;
143
- }
144
- .media-control-audiotracks button .audio-text {
145
- text-overflow: ellipsis;
146
- overflow: hidden;
147
- white-space: nowrap;
148
- max-width: 100px;
149
- background-color: transparent;
150
- -webkit-font-smoothing: antialiased;
151
- border: none;
152
- cursor: pointer;
153
- }
154
- .media-control-audiotracks button:hover {
155
- color: white;
156
- }
157
- .media-control-audiotracks button.changing {
158
- animation: pulse 0.5s infinite alternate;
159
- }
160
- .media-control-audiotracks button span.audio-arrow {
161
- width: 9px;
162
- height: 6px;
163
- margin-left: 5px;
164
- }
165
- .media-control-audiotracks .menu {
166
- max-width: 114px;
167
- list-style-type: none;
168
- position: absolute;
169
- background-color: rgba(74, 74, 74, 0.6);
170
- border: none;
171
- min-width: 60px;
172
- border-radius: 4px;
173
- bottom: 40px;
174
- right: -2px;
175
- }
176
- .media-control-audiotracks .menu.hidden {
177
- display: none;
178
- }
179
- .media-control-audiotracks li {
180
- font-size: var(--font-size-media-controls-dropdown);
181
- text-align: right;
182
- height: 30px;
183
- }
184
- .media-control-audiotracks li[data-title] {
185
- background-color: #c3c2c2;
186
- padding: 5px;
187
- }
188
- .media-control-audiotracks li a {
189
- display: block;
190
- text-decoration: none;
191
- text-overflow: ellipsis;
192
- overflow: hidden;
193
- white-space: nowrap;
194
- height: 30px;
195
- padding: 5px 10px;
196
- color: #fffffe;
197
- }
198
- .media-control-audiotracks li a:hover {
199
- text-decoration: none;
200
- background-color: rgba(0, 0, 0, 0.4);
201
- color: white;
202
- }
203
- .media-control-audiotracks li.current a {
204
- color: #f00;
205
- }
206
- .media-control-audiotracks li:first-child a {
207
- border-bottom-left-radius: 4px;
208
- border-bottom-right-radius: 4px;
209
- }
210
- .media-control-audiotracks li:last-child a {
211
- border-top-left-radius: 4px;
212
- border-top-right-radius: 4px;
213
- }
214
-
215
- @keyframes pulse {
216
- 0% {
217
- color: #fff;
218
- }
219
- 50% {
220
- color: #ff0101;
221
- }
222
- 100% {
223
- color: #B80000;
224
- }
225
- }.big-mute-icon-wrapper[data-big-mute] {
226
- position: absolute;
227
- z-index: 9998;
228
- background-color: transparent;
229
- display: flex;
230
- justify-content: center;
231
- width: 100%;
232
- height: calc(100% - 50px);
233
- margin: 0 auto;
234
- opacity: 0.75;
235
- transition: opacity 0.1s ease;
236
- pointer-events: auto;
237
- }
238
- .big-mute-icon-wrapper[data-big-mute].hide {
239
- display: none;
240
- }
241
- .big-mute-icon-wrapper[data-big-mute]:hover {
242
- cursor: pointer;
243
- }
244
-
245
- .big-mute-icon[data-big-mute-icon] {
246
- display: flex;
247
- align-items: center;
248
- justify-content: center;
249
- align-self: center;
250
- width: 120px;
251
- height: 120px;
252
- border: 2px solid white;
253
- border-radius: 50%;
254
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
255
- filter: alpha(opacity=60);
256
- opacity: 1;
257
- box-shadow: 0 0 1px 0 white;
258
- background: rgba(240, 243, 247, 0.9411764706);
259
- z-index: 10000;
260
- }
261
- .big-mute-icon[data-big-mute-icon] svg {
262
- margin-left: 5px;
263
- width: 80px;
264
- height: 80px;
265
- }
266
- .big-mute-icon[data-big-mute-icon] svg path {
267
- fill: #1f1e1e !important;
268
- }
269
- .big-mute-icon[data-big-mute-icon]:hover {
270
- background: rgba(240, 243, 247, 0.8784313725);
271
- }
272
- .big-mute-icon[data-big-mute-icon]:hover svg path {
273
- fill: #151515 !important;
274
- }div.player-error-screen, [data-player] div.player-error-screen {
275
- color: #CCCACA;
276
- position: absolute;
277
- top: 0;
278
- height: 100%;
279
- width: 100%;
280
- background-color: rgba(0, 0, 0, 0.7);
281
- z-index: 2000;
282
- display: flex;
283
- flex-direction: column;
284
- justify-content: center;
285
- }
286
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
287
- font-size: 14px;
288
- color: #CCCACA;
289
- margin-top: 45px;
290
- }
291
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
292
- font-weight: bold;
293
- line-height: 30px;
294
- font-size: 18px;
295
- }
296
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
297
- width: 90%;
298
- margin: 0 auto;
299
- }
300
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
301
- font-size: 13px;
302
- margin-top: 15px;
303
- }
304
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
305
- cursor: pointer;
306
- width: 30px;
307
- margin: 15px auto 0;
308
125
  }:root {
309
126
  --primary-background-color: #000;
310
127
  --secondary-background-color: #262626;
@@ -653,190 +470,28 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
653
470
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
654
471
  width: 25%;
655
472
  }
656
- }.context-menu {
657
- z-index: 999;
658
- position: absolute;
659
- top: 0;
660
- left: 0;
661
- text-align: center;
662
- }
663
- .context-menu .context-menu-list {
664
- font-family: "Proxima Nova", sans-serif;
665
- font-size: 12px;
666
- line-height: 12px;
667
- list-style-type: none;
668
- text-align: left;
669
- padding: 5px;
670
- margin-left: auto;
671
- margin-right: auto;
672
- background-color: rgba(0, 0, 0, 0.75);
673
- border: 1px solid #666;
674
- border-radius: 4px;
675
- }
676
- .context-menu .context-menu-list .context-menu-list-item {
677
- color: white;
678
- padding: 5px;
679
- cursor: pointer;
680
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
681
- order: 99;
682
- height: 20px;
473
+ }[data-player] {
474
+ --bottom-panel: 40px;
683
475
  }
684
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
685
- position: absolute;
686
- right: 16px;
687
- bottom: 52px;
688
- width: 250px;
689
- min-height: 48px;
690
- z-index: 9999;
691
- border-radius: 4px;
476
+
477
+ .container .media-control-notransition {
478
+ transition: none !important;
692
479
  }
693
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
694
- padding: 8px 0;
480
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
481
+ opacity: 1;
695
482
  }
696
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
697
- margin: 0;
698
- text-align: left;
699
- line-height: 22px;
700
- padding: 5px 14px;
701
- width: 250px;
702
- font-size: 12px;
703
- display: flex;
704
- align-items: center;
705
- justify-content: flex-start;
706
- gap: 8px;
483
+ .container.crop-video [data-html5-video] {
484
+ object-fit: cover;
707
485
  }
708
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
709
- flex: 24px 0 0;
710
- height: 24px;
486
+ .container .cc-line {
487
+ position: absolute;
488
+ bottom: calc(var(--bottom-panel) + 5px);
489
+ width: 100%;
711
490
  }
712
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
713
- visibility: hidden;
714
- display: inline-block;
715
- }
716
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
717
- flex: 0 1 100%;
718
- }
719
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
720
- flex: 0 0 14px;
721
- height: 24px;
722
- }
723
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
724
- flex: 1 0 auto;
725
- }.dvr-controls[data-dvr] {
726
- display: inline-block;
727
- color: var(--player-dvr-color);
728
- line-height: 32px;
729
- font-size: 10px;
730
- font-weight: bold;
731
- margin-left: 6px;
732
- height: 40px;
733
- line-height: 40px;
734
- margin-left: 0;
735
- }
736
- .dvr-controls[data-dvr] .live-info {
737
- cursor: default;
738
- text-transform: uppercase;
739
- }
740
- .dvr-controls[data-dvr] .live-info:before {
741
- content: "";
742
- display: inline-block;
743
- position: relative;
744
- width: 7px;
745
- height: 7px;
746
- border-radius: 3.5px;
747
- margin-right: 3.5px;
748
- background-color: var(--player-live-color);
749
- }
750
- .dvr-controls[data-dvr] .live-info.disabled {
751
- opacity: 0.3;
752
- }
753
- .dvr-controls[data-dvr] .live-info.disabled:before {
754
- background-color: var(--player-dvr-color);
755
- }
756
- .dvr-controls[data-dvr] .live-button {
757
- cursor: pointer;
758
- outline: none;
759
- display: none;
760
- border: 0;
761
- color: var(--player-dvr-color);
762
- background-color: transparent;
763
- height: 32px;
764
- padding: 0;
765
- opacity: 0.7;
766
- text-transform: uppercase;
767
- transition: all 0.1s ease;
768
- }
769
- .dvr-controls[data-dvr] .live-button:before {
770
- content: "";
771
- display: inline-block;
772
- position: relative;
773
- width: 7px;
774
- height: 7px;
775
- border-radius: 3.5px;
776
- margin-right: 3.5px;
777
- background-color: var(--player-dvr-color);
778
- }
779
- .dvr-controls[data-dvr] .live-button:hover {
780
- opacity: 1;
781
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
782
- }
783
- .dvr-controls[data-dvr] .live-info {
784
- font-size: 14px;
785
- letter-spacing: 0.8px;
786
- font-weight: 500;
787
- color: #fffffe;
788
- margin-left: 21px;
789
- }
790
- .dvr-controls[data-dvr] .live-info::before {
791
- width: 10px;
792
- height: 10px;
793
- border-radius: 50%;
794
- margin-right: 8px;
795
- background-color: #ed4f4a;
796
- }
797
- .dvr-controls[data-dvr] .live-button {
798
- height: 40px;
799
- opacity: 1;
800
- font-size: 14px;
801
- letter-spacing: 0.8px;
802
- font-weight: 500;
803
- margin-left: 20px;
804
- }
805
- .dvr-controls[data-dvr] .live-button::before {
806
- width: 10px;
807
- height: 10px;
808
- border-radius: 50%;
809
- margin-right: 8px;
810
- background-color: #cacaca;
811
- }
812
-
813
- .dvr .dvr-controls[data-dvr] .live-info {
814
- display: none;
815
- }
816
- .dvr .dvr-controls[data-dvr] .live-button {
817
- display: block;
818
- }[data-player] {
819
- --bottom-panel: 40px;
820
- }
821
-
822
- .container .media-control-notransition {
823
- transition: none !important;
824
- }
825
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
826
- opacity: 1;
827
- }
828
- .container.crop-video [data-html5-video] {
829
- object-fit: cover;
830
- }
831
- .container .cc-line {
832
- position: absolute;
833
- bottom: calc(var(--bottom-panel) + 5px);
834
- width: 100%;
835
- }
836
- .container .cc-line p {
837
- width: auto;
838
- background-color: rgba(0, 0, 0, 0.4);
839
- color: white;
491
+ .container .cc-line p {
492
+ width: auto;
493
+ background-color: rgba(0, 0, 0, 0.4);
494
+ color: white;
840
495
  display: inline-block;
841
496
  }
842
497
  .container .circle-poster[data-poster] {
@@ -1452,151 +1107,227 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1452
1107
  }
1453
1108
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1454
1109
  display: none !important;
1455
- }*, :focus, :visited {
1456
- outline: none !important;
1457
- }
1458
-
1459
- .gear-wrapper .go-back {
1460
- font-weight: 600;
1461
- font-size: 14px;
1462
- line-height: 20px;
1110
+ }.big-mute-icon-wrapper[data-big-mute] {
1111
+ position: absolute;
1112
+ z-index: 9998;
1113
+ background-color: transparent;
1114
+ display: flex;
1115
+ justify-content: center;
1463
1116
  width: 100%;
1464
- text-align: left;
1465
- padding: 12px;
1466
- }
1467
- .gear-wrapper .go-back .arrow-left-icon {
1468
- float: left;
1469
- padding-top: 2px;
1470
- padding-right: 2px;
1117
+ height: calc(100% - 50px);
1118
+ margin: 0 auto;
1119
+ opacity: 0.75;
1120
+ transition: opacity 0.1s ease;
1121
+ pointer-events: auto;
1471
1122
  }
1472
- .gear-wrapper .go-back .arrow-left-icon svg {
1473
- height: 16px;
1123
+ .big-mute-icon-wrapper[data-big-mute].hide {
1124
+ display: none;
1474
1125
  }
1475
- .gear-wrapper ul.gear-sub-menu {
1476
- width: 100%;
1477
- list-style-type: none;
1478
- min-width: 60px;
1479
- border-top: 2px solid rgb(36, 36, 36);
1126
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1127
+ cursor: pointer;
1480
1128
  }
1481
- .gear-wrapper ul.gear-sub-menu li {
1482
- font-size: 12px;
1483
- text-align: left;
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;
1484
1145
  }
1485
- .gear-wrapper ul.gear-sub-menu li[data-title] {
1486
- background-color: #c3c2c2;
1487
- padding: 5px;
1146
+ .big-mute-icon[data-big-mute-icon] svg {
1147
+ margin-left: 5px;
1148
+ width: 80px;
1149
+ height: 80px;
1488
1150
  }
1489
- .gear-wrapper ul.gear-sub-menu li a {
1490
- display: block;
1491
- text-decoration: none;
1492
- height: 32px;
1493
- padding: 5px 10px;
1494
- line-height: 22px;
1495
- color: #fffffe;
1151
+ .big-mute-icon[data-big-mute-icon] svg path {
1152
+ fill: #1f1e1e !important;
1496
1153
  }
1497
- .gear-wrapper ul.gear-sub-menu li a:hover {
1498
- color: white;
1499
- background-color: rgba(0, 0, 0, 0.4);
1154
+ .big-mute-icon[data-big-mute-icon]:hover {
1155
+ background: rgba(240, 243, 247, 0.8784313725);
1500
1156
  }
1501
- .gear-wrapper ul.gear-sub-menu li a:hover a {
1502
- color: white;
1503
- text-decoration: none;
1157
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1158
+ fill: #151515 !important;
1159
+ }.spinner-three-bounce[data-spinner] {
1160
+ position: absolute;
1161
+ width: 70px;
1162
+ text-align: center;
1163
+ z-index: 999;
1164
+ left: 0;
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%);
1504
1172
  }
1505
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
1506
- width: 30px;
1507
- height: 20px;
1508
- float: left;
1509
- display: block;
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;
1510
1182
  }
1511
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1512
- display: none;
1183
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1184
+ animation-delay: -0.32s;
1513
1185
  }
1514
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1515
- display: inline;
1516
- }.clips.bar-container[data-seekbar] {
1517
- clip-path: url("#myClip");
1518
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1519
- height: 0;
1186
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1187
+ animation-delay: -0.16s;
1520
1188
  }
1521
1189
 
1522
- .skip_time_plugin[data-skip-time] {
1190
+ @keyframes bouncedelay {
1191
+ 0%, 80%, 100% {
1192
+ transform: scale(0);
1193
+ }
1194
+ 40% {
1195
+ transform: scale(1);
1196
+ }
1197
+ }div.player-error-screen, [data-player] div.player-error-screen {
1198
+ color: #CCCACA;
1523
1199
  position: absolute;
1200
+ top: 0;
1201
+ height: 100%;
1524
1202
  width: 100%;
1525
- height: calc(100% - 50px);
1526
- z-index: 9998;
1527
- background-color: transparent;
1528
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1529
- }
1530
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1531
- width: 100%;
1532
- height: 100%;
1203
+ background-color: rgba(0, 0, 0, 0.7);
1204
+ z-index: 2000;
1533
1205
  display: flex;
1534
- justify-content: space-between;
1206
+ flex-direction: column;
1207
+ justify-content: center;
1535
1208
  }
1536
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1537
- width: 33.3%;
1538
- height: 100%;
1539
- }.scrub-thumbnails {
1540
- position: absolute;
1541
- bottom: 52px;
1542
- width: 100%;
1543
- transition: opacity 0.3s ease;
1209
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1210
+ font-size: 14px;
1211
+ color: #CCCACA;
1212
+ margin-top: 45px;
1544
1213
  }
1545
- .scrub-thumbnails.hidden {
1546
- opacity: 0;
1214
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1215
+ font-weight: bold;
1216
+ line-height: 30px;
1217
+ font-size: 18px;
1547
1218
  }
1548
- .scrub-thumbnails .thumbnail-container {
1549
- display: inline-block;
1219
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1220
+ width: 90%;
1221
+ margin: 0 auto;
1222
+ }
1223
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1224
+ font-size: 13px;
1225
+ margin-top: 15px;
1226
+ }
1227
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1228
+ cursor: pointer;
1229
+ width: 30px;
1230
+ margin: 15px auto 0;
1231
+ }*,
1232
+ :focus,
1233
+ :visited {
1234
+ outline: none !important;
1235
+ }
1236
+
1237
+ .media-control-audiotracks {
1550
1238
  position: relative;
1551
- overflow: hidden;
1552
- background-color: #000;
1553
1239
  }
1554
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1555
- position: absolute;
1556
- width: auto;
1240
+ .media-control-audiotracks button {
1241
+ background-color: transparent;
1242
+ color: #fff;
1243
+ -webkit-font-smoothing: antialiased;
1244
+ border: none;
1245
+ cursor: pointer;
1246
+ display: flex;
1247
+ align-items: center;
1248
+ padding: 0;
1557
1249
  }
1558
- .scrub-thumbnails .thumbnails-text {
1559
- background-color: rgba(74, 74, 74, 0.7);
1560
- border-radius: 3px;
1561
- white-space: nowrap;
1562
- overflow: hidden;
1250
+ .media-control-audiotracks button .audio-text {
1563
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;
1259
+ }
1260
+ .media-control-audiotracks button:hover {
1564
1261
  color: white;
1565
- position: absolute;
1566
- bottom: 23px;
1567
- width: 100px;
1568
1262
  }
1569
- .scrub-thumbnails .spotlight {
1570
- background-color: #4a4a4a;
1571
- overflow: hidden;
1572
- position: absolute;
1573
- bottom: 0;
1574
- left: 0;
1575
- border-color: #4a4a4a;
1576
- border-style: solid;
1577
- border-width: 3px;
1578
- border-radius: 3px;
1263
+ .media-control-audiotracks button.changing {
1264
+ animation: pulse 0.5s infinite alternate;
1579
1265
  }
1580
- .scrub-thumbnails .spotlight img {
1581
- width: auto;
1266
+ .media-control-audiotracks button span.audio-arrow {
1267
+ width: 9px;
1268
+ height: 6px;
1269
+ margin-left: 5px;
1582
1270
  }
1583
- .scrub-thumbnails .backdrop {
1271
+ .media-control-audiotracks .menu {
1272
+ max-width: 114px;
1273
+ list-style-type: none;
1584
1274
  position: absolute;
1585
- left: 0;
1586
- bottom: 0;
1587
- right: 0;
1588
- background-color: #000;
1589
- overflow: hidden;
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;
1590
1281
  }
1591
- .scrub-thumbnails .backdrop .carousel {
1592
- position: absolute;
1593
- top: 0;
1594
- left: 0;
1595
- height: 100%;
1282
+ .media-control-audiotracks .menu.hidden {
1283
+ display: none;
1284
+ }
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 {
1295
+ display: block;
1296
+ text-decoration: none;
1297
+ text-overflow: ellipsis;
1298
+ overflow: hidden;
1596
1299
  white-space: nowrap;
1300
+ height: 30px;
1301
+ padding: 5px 10px;
1302
+ color: #fffffe;
1597
1303
  }
1598
- .scrub-thumbnails .backdrop .carousel img {
1599
- width: auto;
1304
+ .media-control-audiotracks li a:hover {
1305
+ text-decoration: none;
1306
+ background-color: rgba(0, 0, 0, 0.4);
1307
+ color: white;
1308
+ }
1309
+ .media-control-audiotracks li.current a {
1310
+ color: #f00;
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;
1319
+ }
1320
+
1321
+ @keyframes pulse {
1322
+ 0% {
1323
+ color: #fff;
1324
+ }
1325
+ 50% {
1326
+ color: #ff0101;
1327
+ }
1328
+ 100% {
1329
+ color: #B80000;
1330
+ }
1600
1331
  }*, :focus, :visited {
1601
1332
  outline: none !important;
1602
1333
  }
@@ -1745,127 +1476,301 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1745
1476
  100% {
1746
1477
  color: #B80000;
1747
1478
  }
1748
- }.share_plugin[data-share] {
1749
- pointer-events: auto;
1750
- z-index: 5;
1751
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1752
- }
1753
- .share_plugin[data-share].share-hide .share-button-container {
1754
- right: -50px;
1479
+ }.context-menu {
1480
+ z-index: 999;
1481
+ position: absolute;
1482
+ top: 0;
1483
+ left: 0;
1484
+ text-align: center;
1755
1485
  }
1756
- .share_plugin[data-share] .share-button-container {
1757
- cursor: pointer;
1758
- width: 36px;
1759
- height: 36px;
1760
- background-color: rgba(74, 74, 74, 0.6);
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;
1761
1497
  border-radius: 4px;
1762
- position: absolute;
1763
- right: 10px;
1764
- top: 10px;
1765
- padding-top: 6px;
1766
- transition: all 0.3s ease-out;
1767
1498
  }
1768
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1499
+ .context-menu .context-menu-list-item button {
1500
+ border: none;
1769
1501
  background-color: transparent;
1770
- border: 0;
1771
- margin: 0 6px;
1772
1502
  padding: 0;
1503
+ color: white;
1504
+ display: flex;
1505
+ gap: 8px;
1506
+ align-items: center;
1507
+ justify-content: center;
1773
1508
  cursor: pointer;
1774
- display: inline-block;
1775
- width: 19px;
1776
- height: 20px;
1777
- }
1778
- .share_plugin[data-share] .share-container {
1779
- pointer-events: auto;
1780
- position: absolute;
1781
- width: 280px;
1782
- background-color: white;
1783
- transform: translate(0, 50%);
1784
- transform: translate(-50%, -50%);
1785
- left: 50%;
1786
- /* margin-left: -140px; */
1787
- top: calc(50% - 20px);
1788
- /* margin-top: -170px; */
1789
- }
1790
- .share_plugin[data-share] .share-container .share-container-header {
1791
- text-align: left;
1792
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1509
+ padding: 5px;
1510
+ width: 100%;
1793
1511
  }
1794
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1512
+ .context-menu .context-menu-list-item_icon {
1513
+ width: 20px;
1514
+ height: 20px;
1515
+ }.dvr-controls[data-dvr] {
1795
1516
  display: inline-block;
1796
- font-size: 16px;
1797
- margin: 5px;
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;
1798
1525
  }
1799
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
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: "";
1800
1532
  display: inline-block;
1801
- width: 24px;
1802
- float: right;
1803
- margin: 5px;
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 {
1804
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;
1805
1558
  }
1806
- .share_plugin[data-share] .share-container .share-container-main {
1807
- margin-bottom: 8px;
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);
1808
1568
  }
1809
- .share_plugin[data-share] .share-container .share-container-main > div {
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;
1810
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;
1811
1659
  font-size: 14px;
1812
- padding: 5px;
1660
+ line-height: 20px;
1661
+ width: 100%;
1662
+ text-align: left;
1663
+ padding: 12px;
1813
1664
  }
1814
- .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 {
1815
- overflow: hidden;
1816
- text-overflow: ellipsis;
1817
- color: #818181;
1818
- border: solid 1px #d3d3d3;
1819
- width: calc(100% - 10px);
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;
1820
1685
  padding: 5px;
1821
1686
  }
1822
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1823
- max-height: 90px;
1824
- resize: none;
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;
1825
1694
  }
1826
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1827
- width: 32px;
1828
- display: inline-block;
1829
- margin-right: 5px;
1830
- cursor: pointer;
1831
- }.spinner-three-bounce[data-spinner] {
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] {
1832
1721
  position: absolute;
1833
- width: 70px;
1834
- text-align: center;
1835
- z-index: 999;
1836
- left: 0;
1837
- right: 0;
1838
- margin: 0 auto;
1839
- margin-left: auto;
1840
- margin-right: auto;
1841
- /* center vertically */
1842
- top: 50%;
1843
- transform: translateY(-50%);
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;
1844
1731
  }
1845
- .spinner-three-bounce[data-spinner] > div {
1846
- width: 18px;
1847
- height: 18px;
1848
- background-color: #FFF;
1849
- border-radius: 100%;
1732
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1733
+ opacity: 0;
1734
+ }
1735
+ .seek-time[data-seek-time] [data-seek-time] {
1850
1736
  display: inline-block;
1851
- animation: bouncedelay 1.4s infinite ease-in-out;
1852
- /* Prevent first frame from flickering when animation starts */
1853
- animation-fill-mode: both;
1737
+ color: white;
1738
+ font-size: 10px;
1739
+ padding-left: 7px;
1740
+ padding-right: 7px;
1741
+ vertical-align: top;
1854
1742
  }
1855
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1856
- animation-delay: -0.32s;
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;
1857
1749
  }
1858
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1859
- animation-delay: -0.16s;
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;
1860
1755
  }
1861
1756
 
1862
- @keyframes bouncedelay {
1863
- 0%, 80%, 100% {
1864
- transform: scale(0);
1865
- }
1866
- 40% {
1867
- transform: scale(1);
1868
- }
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%;
1869
1774
  }*,
1870
1775
  :focus,
1871
1776
  :visited {
@@ -1940,30 +1845,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1940
1845
  .ios-fullscreen::cue {
1941
1846
  visibility: visible !important;
1942
1847
  font-size: 1em !important;
1943
- }.media-control-pip {
1944
- order: 95;
1945
- display: flex;
1848
+ }.share_plugin[data-share] {
1849
+ pointer-events: auto;
1850
+ z-index: 5;
1851
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1946
1852
  }
1947
- .media-control-pip button {
1948
- height: 20px;
1853
+ .share_plugin[data-share].share-hide .share-button-container {
1854
+ right: -50px;
1949
1855
  }
1950
- .media-control-pip button svg {
1951
- height: 20px;
1952
- }.player-logo[data-logo] {
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;
1953
1862
  position: absolute;
1954
- z-index: 2;
1955
- width: 100%;
1956
- height: 100%;
1863
+ right: 10px;
1864
+ top: 10px;
1865
+ padding-top: 6px;
1866
+ transition: all 0.3s ease-out;
1957
1867
  }
1958
-
1959
- .clappr-logo {
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;
1960
1880
  position: absolute;
1961
- }.quality-levels li.disabled {
1962
- opacity: 0.5;
1963
- pointer-events: none;
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; */
1964
1889
  }
1965
- .quality-levels li.current {
1966
- background-color: #000;
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;
1967
1931
  }.player-poster[data-poster] {
1968
1932
  display: flex;
1969
1933
  justify-content: center;
@@ -1998,37 +1962,85 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1998
1962
  }
1999
1963
  .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2000
1964
  fill: #fff;
2001
- }.seek-time[data-seek-time] {
1965
+ }.clips.bar-container[data-seekbar] {
1966
+ clip-path: url("#myClip");
1967
+ }.player-logo[data-logo] {
2002
1968
  position: absolute;
2003
- white-space: nowrap;
1969
+ z-index: 2;
1970
+ width: 100%;
1971
+ height: 100%;
1972
+ }
1973
+
1974
+ .clappr-logo {
1975
+ position: absolute;
1976
+ }.media-control-pip {
1977
+ order: 95;
1978
+ display: flex;
1979
+ }
1980
+ .media-control-pip button {
2004
1981
  height: 20px;
2005
- line-height: 20px;
2006
- font-size: 0;
2007
- left: -100%;
2008
- bottom: 55px;
2009
- background-color: rgba(2, 2, 2, 0.5);
2010
- z-index: 9999;
2011
- transition: opacity 0.1s ease;
2012
1982
  }
2013
- .seek-time[data-seek-time].hidden[data-seek-time] {
1983
+ .media-control-pip button svg {
1984
+ height: 20px;
1985
+ }.scrub-thumbnails {
1986
+ position: absolute;
1987
+ bottom: 52px;
1988
+ width: 100%;
1989
+ transition: opacity 0.3s ease;
1990
+ }
1991
+ .scrub-thumbnails.hidden {
2014
1992
  opacity: 0;
2015
1993
  }
2016
- .seek-time[data-seek-time] [data-seek-time] {
1994
+ .scrub-thumbnails .thumbnail-container {
2017
1995
  display: inline-block;
1996
+ position: relative;
1997
+ overflow: hidden;
1998
+ background-color: #000;
1999
+ }
2000
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2001
+ position: absolute;
2002
+ width: auto;
2003
+ }
2004
+ .scrub-thumbnails .thumbnails-text {
2005
+ background-color: rgba(74, 74, 74, 0.7);
2006
+ border-radius: 3px;
2007
+ white-space: nowrap;
2008
+ overflow: hidden;
2009
+ text-overflow: ellipsis;
2018
2010
  color: white;
2019
- font-size: 10px;
2020
- padding-left: 7px;
2021
- padding-right: 7px;
2022
- vertical-align: top;
2011
+ position: absolute;
2012
+ bottom: 23px;
2013
+ width: 100px;
2023
2014
  }
2024
- .seek-time[data-seek-time] [data-duration] {
2025
- display: inline-block;
2026
- color: rgba(255, 255, 255, 0.5);
2027
- font-size: 10px;
2028
- padding-right: 7px;
2029
- vertical-align: top;
2015
+ .scrub-thumbnails .spotlight {
2016
+ background-color: #4a4a4a;
2017
+ overflow: hidden;
2018
+ position: absolute;
2019
+ bottom: 0;
2020
+ left: 0;
2021
+ border-color: #4a4a4a;
2022
+ border-style: solid;
2023
+ border-width: 3px;
2024
+ border-radius: 3px;
2030
2025
  }
2031
- .seek-time[data-seek-time] [data-duration]::before {
2032
- content: "|";
2033
- margin-right: 7px;
2026
+ .scrub-thumbnails .spotlight img {
2027
+ width: auto;
2028
+ }
2029
+ .scrub-thumbnails .backdrop {
2030
+ position: absolute;
2031
+ left: 0;
2032
+ bottom: 0;
2033
+ right: 0;
2034
+ background-color: #000;
2035
+ overflow: hidden;
2036
+ }
2037
+ .scrub-thumbnails .backdrop .carousel {
2038
+ position: absolute;
2039
+ top: 0;
2040
+ left: 0;
2041
+ height: 100%;
2042
+ white-space: nowrap;
2043
+ }
2044
+ .scrub-thumbnails .backdrop .carousel img {
2045
+ width: auto;
2034
2046
  }