@gcorevideo/player 2.19.8 → 2.19.9

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,6 +122,8 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.clips.bar-container[data-seekbar] {
126
+ clip-path: url("#myClip");
125
127
  }.context-menu {
126
128
  z-index: 999;
127
129
  position: absolute;
@@ -146,143 +148,6 @@
146
148
  color: white;
147
149
  padding: 5px;
148
150
  cursor: pointer;
149
- }*, :focus, :visited {
150
- outline: none !important;
151
- }
152
-
153
- .audio_selector[data-track-selector] {
154
- float: right;
155
- margin-top: 4px;
156
- position: relative;
157
- width: 50px;
158
- font-family: Roboto, "Open Sans", Arial, sans-serif;
159
- }
160
- .audio_selector[data-track-selector] button {
161
- background-color: transparent;
162
- color: #fff;
163
- -webkit-font-smoothing: antialiased;
164
- border: none;
165
- font-size: 14px;
166
- cursor: pointer;
167
- }
168
- .audio_selector[data-track-selector] button .audio-text {
169
- text-overflow: ellipsis;
170
- overflow: hidden;
171
- white-space: nowrap;
172
- max-width: 100px;
173
- background-color: transparent;
174
- -webkit-font-smoothing: antialiased;
175
- border: none;
176
- font-size: 14px;
177
- cursor: pointer;
178
- padding-top: 5px;
179
- }
180
- .audio_selector[data-track-selector] button:hover {
181
- color: #c9c9c9;
182
- }
183
- .audio_selector[data-track-selector] button.changing {
184
- animation: pulse 0.5s infinite alternate;
185
- }
186
- .audio_selector[data-track-selector] button span.audio-arrow {
187
- width: 9px;
188
- height: 6px;
189
- margin-top: 11px;
190
- margin-left: 5px;
191
- }
192
- .audio_selector[data-track-selector] > ul {
193
- max-width: 114px;
194
- list-style-type: none;
195
- position: absolute;
196
- bottom: 25px;
197
- border: 1px solid black;
198
- display: none;
199
- background-color: #e6e6e6;
200
- }
201
- .audio_selector[data-track-selector] li {
202
- font-size: 10px;
203
- }
204
- .audio_selector[data-track-selector] li[data-title] {
205
- background-color: #c3c2c2;
206
- padding: 5px;
207
- }
208
- .audio_selector[data-track-selector] li a {
209
- color: #444;
210
- padding: 2px 10px;
211
- display: block;
212
- text-decoration: none;
213
- text-overflow: ellipsis;
214
- overflow: hidden;
215
- white-space: nowrap;
216
- }
217
- .audio_selector[data-track-selector] li a:hover {
218
- background-color: #555;
219
- color: white;
220
- }
221
- .audio_selector[data-track-selector] li a:hover a {
222
- color: white;
223
- text-decoration: none;
224
- }
225
- .audio_selector[data-track-selector] li.current a {
226
- color: #f00;
227
- }
228
-
229
- .audio_selector[data-track-selector] {
230
- width: auto;
231
- margin-top: 7px;
232
- margin-right: 20px;
233
- }
234
- .audio_selector[data-track-selector] button[data-level-selector-button],
235
- .audio_selector[data-track-selector] button[data-track-selector-button] {
236
- display: flex;
237
- justify-content: center;
238
- padding: 0;
239
- }
240
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
241
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
242
- color: white;
243
- }
244
- .audio_selector[data-track-selector] ul {
245
- background-color: rgba(74, 74, 74, 0.6);
246
- border: none;
247
- min-width: 60px;
248
- transform: rotate(180deg);
249
- border-radius: 4px;
250
- bottom: 40px;
251
- right: -2px;
252
- }
253
- .audio_selector[data-track-selector] ul li {
254
- transform: rotate(-180deg);
255
- font-size: 16px;
256
- text-align: right;
257
- height: 30px;
258
- }
259
- .audio_selector[data-track-selector] ul li a {
260
- height: 30px;
261
- padding: 5px 10px;
262
- color: #fffffe;
263
- }
264
- .audio_selector[data-track-selector] ul li a:hover {
265
- background-color: rgba(0, 0, 0, 0.4);
266
- }
267
- .audio_selector[data-track-selector] ul li:first-child a {
268
- border-bottom-left-radius: 4px;
269
- border-bottom-right-radius: 4px;
270
- }
271
- .audio_selector[data-track-selector] ul li:last-child a {
272
- border-top-left-radius: 4px;
273
- border-top-right-radius: 4px;
274
- }
275
-
276
- @keyframes pulse {
277
- 0% {
278
- color: #fff;
279
- }
280
- 50% {
281
- color: #ff0101;
282
- }
283
- 100% {
284
- color: #B80000;
285
- }
286
151
  }.big-mute-icon-wrapper[data-big-mute] {
287
152
  position: absolute;
288
153
  z-index: 9998;
@@ -332,6 +197,71 @@
332
197
  }
333
198
  .big-mute-icon[data-big-mute-icon]:hover svg path {
334
199
  fill: #151515 !important;
200
+ }*, :focus, :visited {
201
+ outline: none !important;
202
+ }
203
+
204
+ .gear-wrapper .go-back {
205
+ font-weight: 600;
206
+ font-size: 14px;
207
+ line-height: 20px;
208
+ width: 100%;
209
+ text-align: left;
210
+ padding: 12px;
211
+ }
212
+ .gear-wrapper .go-back .arrow-left-icon {
213
+ float: left;
214
+ padding-top: 2px;
215
+ padding-right: 2px;
216
+ }
217
+ .gear-wrapper .go-back .arrow-left-icon svg {
218
+ height: 16px;
219
+ }
220
+ .gear-wrapper ul.gear-sub-menu {
221
+ width: 100%;
222
+ list-style-type: none;
223
+ background-color: transparent;
224
+ min-width: 60px;
225
+ border-top: 2px solid rgb(36, 36, 36);
226
+ }
227
+ .gear-wrapper ul.gear-sub-menu li {
228
+ font-size: 12px;
229
+ text-align: left;
230
+ }
231
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
232
+ background-color: #c3c2c2;
233
+ padding: 5px;
234
+ }
235
+ .gear-wrapper ul.gear-sub-menu li a {
236
+ display: block;
237
+ text-decoration: none;
238
+ height: 32px;
239
+ padding: 5px 10px;
240
+ line-height: 22px;
241
+ color: #fffffe;
242
+ }
243
+ .gear-wrapper ul.gear-sub-menu li a:hover {
244
+ color: white;
245
+ background-color: rgba(0, 0, 0, 0.4);
246
+ }
247
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
248
+ color: white;
249
+ text-decoration: none;
250
+ }
251
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
252
+ width: 30px;
253
+ height: 20px;
254
+ float: left;
255
+ display: block;
256
+ }
257
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
258
+ display: none;
259
+ }
260
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
261
+ display: inline;
262
+ }
263
+ .gear-wrapper svg {
264
+ height: 20px;
335
265
  }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
336
266
  float: right;
337
267
  font-family: Roboto, "Open Sans", Arial, sans-serif;
@@ -379,73 +309,143 @@
379
309
  }
380
310
  .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
381
311
  height: 20px;
382
- }.clips.bar-container[data-seekbar] {
383
- clip-path: url("#myClip");
384
312
  }*, :focus, :visited {
385
313
  outline: none !important;
386
314
  }
387
315
 
388
- .gear-wrapper .go-back {
389
- font-weight: 600;
316
+ .audio_selector[data-track-selector] {
317
+ float: right;
318
+ margin-top: 4px;
319
+ position: relative;
320
+ width: 50px;
321
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
322
+ }
323
+ .audio_selector[data-track-selector] button {
324
+ background-color: transparent;
325
+ color: #fff;
326
+ -webkit-font-smoothing: antialiased;
327
+ border: none;
390
328
  font-size: 14px;
391
- line-height: 20px;
392
- width: 100%;
393
- text-align: left;
394
- padding: 12px;
329
+ cursor: pointer;
395
330
  }
396
- .gear-wrapper .go-back .arrow-left-icon {
397
- float: left;
398
- padding-top: 2px;
399
- padding-right: 2px;
331
+ .audio_selector[data-track-selector] button .audio-text {
332
+ text-overflow: ellipsis;
333
+ overflow: hidden;
334
+ white-space: nowrap;
335
+ max-width: 100px;
336
+ background-color: transparent;
337
+ -webkit-font-smoothing: antialiased;
338
+ border: none;
339
+ font-size: 14px;
340
+ cursor: pointer;
341
+ padding-top: 5px;
400
342
  }
401
- .gear-wrapper .go-back .arrow-left-icon svg {
402
- height: 16px;
343
+ .audio_selector[data-track-selector] button:hover {
344
+ color: #c9c9c9;
403
345
  }
404
- .gear-wrapper ul.gear-sub-menu {
405
- width: 100%;
346
+ .audio_selector[data-track-selector] button.changing {
347
+ animation: pulse 0.5s infinite alternate;
348
+ }
349
+ .audio_selector[data-track-selector] button span.audio-arrow {
350
+ width: 9px;
351
+ height: 6px;
352
+ margin-top: 11px;
353
+ margin-left: 5px;
354
+ }
355
+ .audio_selector[data-track-selector] > ul {
356
+ max-width: 114px;
406
357
  list-style-type: none;
407
- background-color: transparent;
408
- min-width: 60px;
409
- border-top: 2px solid rgb(36, 36, 36);
358
+ position: absolute;
359
+ bottom: 25px;
360
+ border: 1px solid black;
361
+ display: none;
362
+ background-color: #e6e6e6;
363
+ }
364
+ .audio_selector[data-track-selector] li {
365
+ font-size: 10px;
366
+ }
367
+ .audio_selector[data-track-selector] li[data-title] {
368
+ background-color: #c3c2c2;
369
+ padding: 5px;
370
+ }
371
+ .audio_selector[data-track-selector] li a {
372
+ color: #444;
373
+ padding: 2px 10px;
374
+ display: block;
375
+ text-decoration: none;
376
+ text-overflow: ellipsis;
377
+ overflow: hidden;
378
+ white-space: nowrap;
379
+ }
380
+ .audio_selector[data-track-selector] li a:hover {
381
+ background-color: #555;
382
+ color: white;
383
+ }
384
+ .audio_selector[data-track-selector] li a:hover a {
385
+ color: white;
386
+ text-decoration: none;
387
+ }
388
+ .audio_selector[data-track-selector] li.current a {
389
+ color: #f00;
390
+ }
391
+
392
+ .audio_selector[data-track-selector] {
393
+ width: auto;
394
+ margin-top: 7px;
395
+ margin-right: 20px;
396
+ }
397
+ .audio_selector[data-track-selector] button[data-level-selector-button],
398
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
399
+ display: flex;
400
+ justify-content: center;
401
+ padding: 0;
402
+ }
403
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
404
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
405
+ color: white;
410
406
  }
411
- .gear-wrapper ul.gear-sub-menu li {
412
- font-size: 12px;
413
- text-align: left;
407
+ .audio_selector[data-track-selector] ul {
408
+ background-color: rgba(74, 74, 74, 0.6);
409
+ border: none;
410
+ min-width: 60px;
411
+ transform: rotate(180deg);
412
+ border-radius: 4px;
413
+ bottom: 40px;
414
+ right: -2px;
414
415
  }
415
- .gear-wrapper ul.gear-sub-menu li[data-title] {
416
- background-color: #c3c2c2;
417
- padding: 5px;
416
+ .audio_selector[data-track-selector] ul li {
417
+ transform: rotate(-180deg);
418
+ font-size: 16px;
419
+ text-align: right;
420
+ height: 30px;
418
421
  }
419
- .gear-wrapper ul.gear-sub-menu li a {
420
- display: block;
421
- text-decoration: none;
422
- height: 32px;
422
+ .audio_selector[data-track-selector] ul li a {
423
+ height: 30px;
423
424
  padding: 5px 10px;
424
- line-height: 22px;
425
425
  color: #fffffe;
426
426
  }
427
- .gear-wrapper ul.gear-sub-menu li a:hover {
428
- color: white;
427
+ .audio_selector[data-track-selector] ul li a:hover {
429
428
  background-color: rgba(0, 0, 0, 0.4);
430
429
  }
431
- .gear-wrapper ul.gear-sub-menu li a:hover a {
432
- color: white;
433
- text-decoration: none;
434
- }
435
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
436
- width: 30px;
437
- height: 20px;
438
- float: left;
439
- display: block;
440
- }
441
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
442
- display: none;
430
+ .audio_selector[data-track-selector] ul li:first-child a {
431
+ border-bottom-left-radius: 4px;
432
+ border-bottom-right-radius: 4px;
443
433
  }
444
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
445
- display: inline;
434
+ .audio_selector[data-track-selector] ul li:last-child a {
435
+ border-top-left-radius: 4px;
436
+ border-top-right-radius: 4px;
446
437
  }
447
- .gear-wrapper svg {
448
- height: 20px;
438
+
439
+ @keyframes pulse {
440
+ 0% {
441
+ color: #fff;
442
+ }
443
+ 50% {
444
+ color: #ff0101;
445
+ }
446
+ 100% {
447
+ color: #B80000;
448
+ }
449
449
  }:root {
450
450
  --primary-background-color: #000;
451
451
  --secondary-background-color: #262626;
@@ -828,6 +828,13 @@
828
828
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
829
829
  width: 25%;
830
830
  }
831
+ }.media-control-pip button {
832
+ float: right;
833
+ height: 40px;
834
+ margin-right: 20px;
835
+ }
836
+ .media-control-pip button svg {
837
+ height: 20px;
831
838
  }.dvr-controls[data-dvr-controls] {
832
839
  display: inline-block;
833
840
  float: left;
@@ -1116,9 +1123,94 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1116
1123
  100% {
1117
1124
  color: #B80000;
1118
1125
  }
1119
- }.level-disabled {
1120
- opacity: 0.5;
1121
- pointer-events: none;
1126
+ }.seek-time[data-seek-time] {
1127
+ position: absolute;
1128
+ white-space: nowrap;
1129
+ height: 20px;
1130
+ line-height: 20px;
1131
+ font-size: 0;
1132
+ left: -100%;
1133
+ bottom: 55px;
1134
+ background-color: rgba(2, 2, 2, 0.5);
1135
+ z-index: 9999;
1136
+ transition: opacity 0.1s ease;
1137
+ }
1138
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1139
+ opacity: 0;
1140
+ }
1141
+ .seek-time[data-seek-time] [data-seek-time] {
1142
+ display: inline-block;
1143
+ color: white;
1144
+ font-size: 10px;
1145
+ padding-left: 7px;
1146
+ padding-right: 7px;
1147
+ vertical-align: top;
1148
+ }
1149
+ .seek-time[data-seek-time] [data-duration] {
1150
+ display: inline-block;
1151
+ color: rgba(255, 255, 255, 0.5);
1152
+ font-size: 10px;
1153
+ padding-right: 7px;
1154
+ vertical-align: top;
1155
+ }
1156
+ .seek-time[data-seek-time] [data-duration]::before {
1157
+ content: "|";
1158
+ margin-right: 7px;
1159
+ }.player-poster[data-poster] {
1160
+ display: flex;
1161
+ justify-content: center;
1162
+ align-items: center;
1163
+ position: absolute;
1164
+ height: 100%;
1165
+ width: 100%;
1166
+ z-index: 998;
1167
+ top: 0;
1168
+ left: 0;
1169
+ background-color: #000;
1170
+ background-size: cover;
1171
+ background-repeat: no-repeat;
1172
+ background-position: 50% 50%;
1173
+ }
1174
+ .player-poster[data-poster].clickable {
1175
+ cursor: pointer;
1176
+ }
1177
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1178
+ opacity: 1;
1179
+ }
1180
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1181
+ width: 100%;
1182
+ height: 25%;
1183
+ margin: 0 auto;
1184
+ opacity: 0.75;
1185
+ transition: opacity 0.1s ease;
1186
+ }
1187
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1188
+ height: 100%;
1189
+ display: inline;
1190
+ }
1191
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1192
+ fill: #fff;
1193
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1194
+ height: 0;
1195
+ }
1196
+
1197
+ .skip_time_plugin[data-skip-time] {
1198
+ position: absolute;
1199
+ width: 100%;
1200
+ height: calc(100% - 50px);
1201
+ z-index: 9998;
1202
+ background-color: transparent;
1203
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1204
+ }
1205
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1206
+ width: 100%;
1207
+ height: 100%;
1208
+ display: flex;
1209
+ justify-content: space-between;
1210
+ }
1211
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1212
+ width: 33.3%;
1213
+ height: 100%;
1122
1214
  }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1123
1215
  .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1124
1216
  display: block;
@@ -1757,122 +1849,43 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1757
1849
  background-color: #005aff;
1758
1850
  transition: all 0.1s ease-out;
1759
1851
  }
1760
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
1761
- position: absolute;
1762
- transform: translateX(-50%);
1763
- top: 3px;
1764
- margin-left: 3px;
1765
- width: 16px;
1766
- height: 16px;
1767
- opacity: 1;
1768
- transition: all 0.1s ease-out;
1769
- }
1770
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
1771
- position: absolute;
1772
- left: 3px;
1773
- top: 5px;
1774
- width: 7px;
1775
- height: 7px;
1776
- border-radius: 50%;
1777
- background-color: white;
1778
- }
1779
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1780
- float: left;
1781
- width: 4px;
1782
- padding-left: 2px;
1783
- height: 12px;
1784
- opacity: 0.5;
1785
- box-shadow: inset 2px 0 0 white;
1786
- transition: transform 0.2s ease-out;
1787
- }
1788
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1789
- box-shadow: inset 2px 0 0 #fff;
1790
- opacity: 1;
1791
- }
1792
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1793
- padding-left: 0;
1794
- }
1795
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1796
- transform: scaleY(1.5);
1797
- }.spinner-three-bounce[data-spinner] {
1798
- position: absolute;
1799
- width: 70px;
1800
- text-align: center;
1801
- z-index: 999;
1802
- left: 0;
1803
- right: 0;
1804
- margin: 0 auto;
1805
- margin-left: auto;
1806
- margin-right: auto;
1807
- /* center vertically */
1808
- top: 50%;
1809
- transform: translateY(-50%);
1810
- }
1811
- .spinner-three-bounce[data-spinner] > div {
1812
- width: 18px;
1813
- height: 18px;
1814
- background-color: #FFF;
1815
- border-radius: 100%;
1816
- display: inline-block;
1817
- animation: bouncedelay 1.4s infinite ease-in-out;
1818
- /* Prevent first frame from flickering when animation starts */
1819
- animation-fill-mode: both;
1820
- }
1821
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1822
- animation-delay: -0.32s;
1823
- }
1824
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1825
- animation-delay: -0.16s;
1826
- }
1827
-
1828
- @keyframes bouncedelay {
1829
- 0%, 80%, 100% {
1830
- transform: scale(0);
1831
- }
1832
- 40% {
1833
- transform: scale(1);
1834
- }
1835
- }.player-poster[data-poster] {
1836
- display: flex;
1837
- justify-content: center;
1838
- align-items: center;
1839
- position: absolute;
1840
- height: 100%;
1841
- width: 100%;
1842
- z-index: 998;
1843
- top: 0;
1844
- left: 0;
1845
- background-color: #000;
1846
- background-size: cover;
1847
- background-repeat: no-repeat;
1848
- background-position: 50% 50%;
1849
- }
1850
- .player-poster[data-poster].clickable {
1851
- cursor: pointer;
1852
- }
1853
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1852
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
1853
+ position: absolute;
1854
+ transform: translateX(-50%);
1855
+ top: 3px;
1856
+ margin-left: 3px;
1857
+ width: 16px;
1858
+ height: 16px;
1854
1859
  opacity: 1;
1860
+ transition: all 0.1s ease-out;
1855
1861
  }
1856
- .player-poster[data-poster] .play-wrapper[data-poster] {
1857
- width: 100%;
1858
- height: 25%;
1859
- margin: 0 auto;
1860
- opacity: 0.75;
1861
- transition: opacity 0.1s ease;
1862
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] .bar-scrubber-icon[data-volume] {
1863
+ position: absolute;
1864
+ left: 3px;
1865
+ top: 5px;
1866
+ width: 7px;
1867
+ height: 7px;
1868
+ border-radius: 50%;
1869
+ background-color: white;
1862
1870
  }
1863
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1864
- height: 100%;
1865
- display: inline;
1871
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume] {
1872
+ float: left;
1873
+ width: 4px;
1874
+ padding-left: 2px;
1875
+ height: 12px;
1876
+ opacity: 0.5;
1877
+ box-shadow: inset 2px 0 0 white;
1878
+ transition: transform 0.2s ease-out;
1866
1879
  }
1867
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1868
- fill: #fff;
1869
- }.media-control-pip button {
1870
- float: right;
1871
- height: 40px;
1872
- margin-right: 20px;
1880
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1881
+ box-shadow: inset 2px 0 0 #fff;
1882
+ opacity: 1;
1873
1883
  }
1874
- .media-control-pip button svg {
1875
- height: 20px;
1884
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1885
+ padding-left: 0;
1886
+ }
1887
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1888
+ transform: scaleY(1.5);
1876
1889
  }.share_plugin[data-share] {
1877
1890
  pointer-events: auto;
1878
1891
  z-index: 5;
@@ -1956,6 +1969,70 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1956
1969
  display: inline-block;
1957
1970
  margin-right: 5px;
1958
1971
  cursor: pointer;
1972
+ }.scrub-thumbnails {
1973
+ position: absolute;
1974
+ bottom: 52px;
1975
+ width: 100%;
1976
+ transition: opacity 0.3s ease;
1977
+ }
1978
+ .scrub-thumbnails.hidden {
1979
+ opacity: 0;
1980
+ }
1981
+ .scrub-thumbnails .thumbnail-container {
1982
+ display: inline-block;
1983
+ position: relative;
1984
+ overflow: hidden;
1985
+ background-color: #000;
1986
+ }
1987
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1988
+ position: absolute;
1989
+ width: auto;
1990
+ }
1991
+ .scrub-thumbnails .thumbnails-text {
1992
+ background-color: rgba(74, 74, 74, 0.7);
1993
+ border-radius: 3px;
1994
+ white-space: nowrap;
1995
+ overflow: hidden;
1996
+ text-overflow: ellipsis;
1997
+ color: white;
1998
+ position: absolute;
1999
+ bottom: 23px;
2000
+ width: 100px;
2001
+ }
2002
+ .scrub-thumbnails .spotlight {
2003
+ background-color: #4a4a4a;
2004
+ overflow: hidden;
2005
+ position: absolute;
2006
+ bottom: 0;
2007
+ left: 0;
2008
+ border-color: #4a4a4a;
2009
+ border-style: solid;
2010
+ border-width: 3px;
2011
+ border-radius: 3px;
2012
+ }
2013
+ .scrub-thumbnails .spotlight img {
2014
+ width: auto;
2015
+ }
2016
+ .scrub-thumbnails .backdrop {
2017
+ position: absolute;
2018
+ left: 0;
2019
+ bottom: 0;
2020
+ right: 0;
2021
+ background-color: #000;
2022
+ overflow: hidden;
2023
+ }
2024
+ .scrub-thumbnails .backdrop .carousel {
2025
+ position: absolute;
2026
+ top: 0;
2027
+ left: 0;
2028
+ height: 100%;
2029
+ white-space: nowrap;
2030
+ }
2031
+ .scrub-thumbnails .backdrop .carousel img {
2032
+ width: auto;
2033
+ }.level-disabled {
2034
+ opacity: 0.5;
2035
+ pointer-events: none;
1959
2036
  }*, :focus, :visited {
1960
2037
  outline: none !important;
1961
2038
  }
@@ -2037,60 +2114,44 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2037
2114
  .ios-fullscreen::cue {
2038
2115
  visibility: visible !important;
2039
2116
  font-size: 1em !important;
2040
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
2041
- height: 0;
2042
- }
2043
-
2044
- .skip_time_plugin[data-skip-time] {
2045
- position: absolute;
2046
- width: 100%;
2047
- height: calc(100% - 50px);
2048
- z-index: 9998;
2049
- background-color: transparent;
2050
- font-family: Roboto, "Open Sans", Arial, sans-serif;
2051
- }
2052
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2053
- width: 100%;
2054
- height: 100%;
2055
- display: flex;
2056
- justify-content: space-between;
2057
- }
2058
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2059
- width: 33.3%;
2060
- height: 100%;
2061
- }.seek-time[data-seek-time] {
2117
+ }.spinner-three-bounce[data-spinner] {
2062
2118
  position: absolute;
2063
- white-space: nowrap;
2064
- height: 20px;
2065
- line-height: 20px;
2066
- font-size: 0;
2067
- left: -100%;
2068
- bottom: 55px;
2069
- background-color: rgba(2, 2, 2, 0.5);
2070
- z-index: 9999;
2071
- transition: opacity 0.1s ease;
2072
- }
2073
- .seek-time[data-seek-time].hidden[data-seek-time] {
2074
- opacity: 0;
2119
+ width: 70px;
2120
+ text-align: center;
2121
+ z-index: 999;
2122
+ left: 0;
2123
+ right: 0;
2124
+ margin: 0 auto;
2125
+ margin-left: auto;
2126
+ margin-right: auto;
2127
+ /* center vertically */
2128
+ top: 50%;
2129
+ transform: translateY(-50%);
2075
2130
  }
2076
- .seek-time[data-seek-time] [data-seek-time] {
2131
+ .spinner-three-bounce[data-spinner] > div {
2132
+ width: 18px;
2133
+ height: 18px;
2134
+ background-color: #FFF;
2135
+ border-radius: 100%;
2077
2136
  display: inline-block;
2078
- color: white;
2079
- font-size: 10px;
2080
- padding-left: 7px;
2081
- padding-right: 7px;
2082
- vertical-align: top;
2137
+ animation: bouncedelay 1.4s infinite ease-in-out;
2138
+ /* Prevent first frame from flickering when animation starts */
2139
+ animation-fill-mode: both;
2083
2140
  }
2084
- .seek-time[data-seek-time] [data-duration] {
2085
- display: inline-block;
2086
- color: rgba(255, 255, 255, 0.5);
2087
- font-size: 10px;
2088
- padding-right: 7px;
2089
- vertical-align: top;
2141
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
2142
+ animation-delay: -0.32s;
2090
2143
  }
2091
- .seek-time[data-seek-time] [data-duration]::before {
2092
- content: "|";
2093
- margin-right: 7px;
2144
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
2145
+ animation-delay: -0.16s;
2146
+ }
2147
+
2148
+ @keyframes bouncedelay {
2149
+ 0%, 80%, 100% {
2150
+ transform: scale(0);
2151
+ }
2152
+ 40% {
2153
+ transform: scale(1);
2154
+ }
2094
2155
  }.player-logo[data-logo] {
2095
2156
  position: absolute;
2096
2157
  z-index: 2;
@@ -2100,65 +2161,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2100
2161
 
2101
2162
  .clappr-logo {
2102
2163
  position: absolute;
2103
- }.scrub-thumbnails {
2104
- position: absolute;
2105
- bottom: 52px;
2106
- width: 100%;
2107
- transition: opacity 0.3s ease;
2108
- }
2109
- .scrub-thumbnails.hidden {
2110
- opacity: 0;
2111
- }
2112
- .scrub-thumbnails .thumbnail-container {
2113
- display: inline-block;
2114
- position: relative;
2115
- overflow: hidden;
2116
- background-color: #000;
2117
- }
2118
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
2119
- position: absolute;
2120
- width: auto;
2121
- }
2122
- .scrub-thumbnails .thumbnails-text {
2123
- background-color: rgba(74, 74, 74, 0.7);
2124
- border-radius: 3px;
2125
- white-space: nowrap;
2126
- overflow: hidden;
2127
- text-overflow: ellipsis;
2128
- color: white;
2129
- position: absolute;
2130
- bottom: 23px;
2131
- width: 100px;
2132
- }
2133
- .scrub-thumbnails .spotlight {
2134
- background-color: #4a4a4a;
2135
- overflow: hidden;
2136
- position: absolute;
2137
- bottom: 0;
2138
- left: 0;
2139
- border-color: #4a4a4a;
2140
- border-style: solid;
2141
- border-width: 3px;
2142
- border-radius: 3px;
2143
- }
2144
- .scrub-thumbnails .spotlight img {
2145
- width: auto;
2146
- }
2147
- .scrub-thumbnails .backdrop {
2148
- position: absolute;
2149
- left: 0;
2150
- bottom: 0;
2151
- right: 0;
2152
- background-color: #000;
2153
- overflow: hidden;
2154
- }
2155
- .scrub-thumbnails .backdrop .carousel {
2156
- position: absolute;
2157
- top: 0;
2158
- left: 0;
2159
- height: 100%;
2160
- white-space: nowrap;
2161
- }
2162
- .scrub-thumbnails .backdrop .carousel img {
2163
- width: auto;
2164
2164
  }