@gcorevideo/player 2.22.11 → 2.22.13
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/core.js +1 -1
- package/dist/index.css +446 -446
- package/dist/index.js +25 -27
- package/dist/plugins/index.css +533 -533
- package/dist/plugins/index.js +25 -27
- package/lib/plugins/playback-rate/PlaybackRate.d.ts +0 -2
- package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.js +24 -26
- package/package.json +1 -1
- package/src/plugins/playback-rate/PlaybackRate.ts +24 -30
- package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +2 -12
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css
CHANGED
|
@@ -122,6 +122,154 @@
|
|
|
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
|
+
}
|
|
125
273
|
}:root {
|
|
126
274
|
--primary-background-color: #000;
|
|
127
275
|
--secondary-background-color: #262626;
|
|
@@ -504,55 +652,15 @@
|
|
|
504
652
|
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
505
653
|
width: 25%;
|
|
506
654
|
}
|
|
507
|
-
}.
|
|
508
|
-
|
|
509
|
-
z-index: 9998;
|
|
510
|
-
background-color: transparent;
|
|
511
|
-
display: flex;
|
|
512
|
-
justify-content: center;
|
|
513
|
-
width: 100%;
|
|
514
|
-
height: calc(100% - 50px);
|
|
515
|
-
margin: 0 auto;
|
|
516
|
-
opacity: 0.75;
|
|
517
|
-
transition: opacity 0.1s ease;
|
|
518
|
-
pointer-events: auto;
|
|
519
|
-
}
|
|
520
|
-
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
521
|
-
display: none;
|
|
522
|
-
}
|
|
523
|
-
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
524
|
-
cursor: pointer;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.big-mute-icon[data-big-mute-icon] {
|
|
655
|
+
}.media-control-pip {
|
|
656
|
+
order: 95;
|
|
528
657
|
display: flex;
|
|
529
|
-
align-items: center;
|
|
530
|
-
justify-content: center;
|
|
531
|
-
align-self: center;
|
|
532
|
-
width: 120px;
|
|
533
|
-
height: 120px;
|
|
534
|
-
border: 2px solid white;
|
|
535
|
-
border-radius: 50%;
|
|
536
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
537
|
-
filter: alpha(opacity=60);
|
|
538
|
-
opacity: 1;
|
|
539
|
-
box-shadow: 0 0 1px 0 white;
|
|
540
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
541
|
-
z-index: 10000;
|
|
542
|
-
}
|
|
543
|
-
.big-mute-icon[data-big-mute-icon] svg {
|
|
544
|
-
margin-left: 5px;
|
|
545
|
-
width: 80px;
|
|
546
|
-
height: 80px;
|
|
547
|
-
}
|
|
548
|
-
.big-mute-icon[data-big-mute-icon] svg path {
|
|
549
|
-
fill: #1f1e1e !important;
|
|
550
658
|
}
|
|
551
|
-
.
|
|
552
|
-
|
|
659
|
+
.media-control-pip button {
|
|
660
|
+
height: 20px;
|
|
553
661
|
}
|
|
554
|
-
.
|
|
555
|
-
|
|
662
|
+
.media-control-pip button svg {
|
|
663
|
+
height: 20px;
|
|
556
664
|
}*,
|
|
557
665
|
:focus,
|
|
558
666
|
:visited {
|
|
@@ -746,32 +854,6 @@
|
|
|
746
854
|
}
|
|
747
855
|
.dvr .dvr-controls[data-dvr] .live-button {
|
|
748
856
|
display: block;
|
|
749
|
-
}.context-menu {
|
|
750
|
-
z-index: 999;
|
|
751
|
-
position: absolute;
|
|
752
|
-
top: 0;
|
|
753
|
-
left: 0;
|
|
754
|
-
text-align: center;
|
|
755
|
-
}
|
|
756
|
-
.context-menu .context-menu-list {
|
|
757
|
-
font-family: "Proxima Nova", sans-serif;
|
|
758
|
-
font-size: 12px;
|
|
759
|
-
line-height: 12px;
|
|
760
|
-
list-style-type: none;
|
|
761
|
-
text-align: left;
|
|
762
|
-
padding: 5px;
|
|
763
|
-
margin-left: auto;
|
|
764
|
-
margin-right: auto;
|
|
765
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
766
|
-
border: 1px solid #666;
|
|
767
|
-
border-radius: 4px;
|
|
768
|
-
}
|
|
769
|
-
.context-menu .context-menu-list .context-menu-list-item {
|
|
770
|
-
color: white;
|
|
771
|
-
padding: 5px;
|
|
772
|
-
cursor: pointer;
|
|
773
|
-
}.clips.bar-container[data-seekbar] {
|
|
774
|
-
clip-path: url("#myClip");
|
|
775
857
|
}[data-player] {
|
|
776
858
|
--bottom-panel: 40px;
|
|
777
859
|
}
|
|
@@ -1409,217 +1491,25 @@
|
|
|
1409
1491
|
}
|
|
1410
1492
|
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1411
1493
|
display: none !important;
|
|
1412
|
-
}.
|
|
1413
|
-
|
|
1494
|
+
}.share_plugin[data-share] {
|
|
1495
|
+
pointer-events: auto;
|
|
1496
|
+
z-index: 5;
|
|
1497
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1414
1498
|
}
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
opacity: 0.5;
|
|
1418
|
-
pointer-events: none;
|
|
1499
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1500
|
+
right: -50px;
|
|
1419
1501
|
}
|
|
1420
|
-
.
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
width: 20px;
|
|
1432
|
-
}
|
|
1433
|
-
.multicamera[data-multicamera] button {
|
|
1434
|
-
background-color: transparent;
|
|
1435
|
-
color: #fff;
|
|
1436
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1437
|
-
-webkit-font-smoothing: antialiased;
|
|
1438
|
-
border: none;
|
|
1439
|
-
font-size: 14px;
|
|
1440
|
-
padding: 0;
|
|
1441
|
-
}
|
|
1442
|
-
.multicamera[data-multicamera] button svg {
|
|
1443
|
-
height: 20px;
|
|
1444
|
-
position: relative;
|
|
1445
|
-
margin-top: 6px;
|
|
1446
|
-
}
|
|
1447
|
-
.multicamera[data-multicamera] button:hover {
|
|
1448
|
-
color: #c9c9c9;
|
|
1449
|
-
}
|
|
1450
|
-
.multicamera[data-multicamera] button.changing {
|
|
1451
|
-
animation: pulse 0.5s infinite alternate;
|
|
1452
|
-
}
|
|
1453
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1454
|
-
width: 9px;
|
|
1455
|
-
height: 6px;
|
|
1456
|
-
margin-top: 11px;
|
|
1457
|
-
margin-left: 5px;
|
|
1458
|
-
}
|
|
1459
|
-
.multicamera[data-multicamera] > ul {
|
|
1460
|
-
padding: 6px 0;
|
|
1461
|
-
right: -24px;
|
|
1462
|
-
width: 245px;
|
|
1463
|
-
list-style-type: none;
|
|
1464
|
-
position: absolute;
|
|
1465
|
-
bottom: 48px;
|
|
1466
|
-
border-radius: 4px;
|
|
1467
|
-
display: none;
|
|
1468
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
1469
|
-
}
|
|
1470
|
-
.multicamera[data-multicamera] > ul::after {
|
|
1471
|
-
content: "";
|
|
1472
|
-
position: absolute;
|
|
1473
|
-
top: 100%;
|
|
1474
|
-
left: 85%;
|
|
1475
|
-
margin-left: -10px;
|
|
1476
|
-
width: 0;
|
|
1477
|
-
height: 0;
|
|
1478
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1479
|
-
border-right: 10px solid transparent;
|
|
1480
|
-
border-left: 10px solid transparent;
|
|
1481
|
-
}
|
|
1482
|
-
.multicamera[data-multicamera] li {
|
|
1483
|
-
font-size: 10px;
|
|
1484
|
-
cursor: pointer;
|
|
1485
|
-
}
|
|
1486
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
1487
|
-
display: flex;
|
|
1488
|
-
padding: 10px 0;
|
|
1489
|
-
justify-content: center;
|
|
1490
|
-
position: relative;
|
|
1491
|
-
}
|
|
1492
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1493
|
-
pointer-events: none;
|
|
1494
|
-
}
|
|
1495
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1496
|
-
opacity: 0.5;
|
|
1497
|
-
}
|
|
1498
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1499
|
-
opacity: 0.5;
|
|
1500
|
-
}
|
|
1501
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1502
|
-
background-color: rgba(0, 0, 0, 0);
|
|
1503
|
-
}
|
|
1504
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1505
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
1506
|
-
}
|
|
1507
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
1508
|
-
width: 80px;
|
|
1509
|
-
height: 60px;
|
|
1510
|
-
}
|
|
1511
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
1512
|
-
width: 80px;
|
|
1513
|
-
height: 60px;
|
|
1514
|
-
}
|
|
1515
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
1516
|
-
width: 120px;
|
|
1517
|
-
text-align: left;
|
|
1518
|
-
margin-left: 15px;
|
|
1519
|
-
}
|
|
1520
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1521
|
-
width: 120px;
|
|
1522
|
-
height: 20px;
|
|
1523
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1524
|
-
font-size: 14px;
|
|
1525
|
-
font-weight: normal;
|
|
1526
|
-
font-style: normal;
|
|
1527
|
-
font-stretch: normal;
|
|
1528
|
-
line-height: 1.43;
|
|
1529
|
-
letter-spacing: normal;
|
|
1530
|
-
text-align: left;
|
|
1531
|
-
color: #fff;
|
|
1532
|
-
text-overflow: ellipsis;
|
|
1533
|
-
overflow: hidden;
|
|
1534
|
-
}
|
|
1535
|
-
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
1536
|
-
opacity: 0.6;
|
|
1537
|
-
}
|
|
1538
|
-
.multicamera[data-multicamera] li[data-title] {
|
|
1539
|
-
background-color: #c3c2c2;
|
|
1540
|
-
padding: 5px;
|
|
1541
|
-
}
|
|
1542
|
-
.multicamera[data-multicamera] li a {
|
|
1543
|
-
color: #444;
|
|
1544
|
-
padding: 2px 10px;
|
|
1545
|
-
display: block;
|
|
1546
|
-
text-decoration: none;
|
|
1547
|
-
}
|
|
1548
|
-
.multicamera[data-multicamera] li a:hover {
|
|
1549
|
-
background-color: #555;
|
|
1550
|
-
color: white;
|
|
1551
|
-
}
|
|
1552
|
-
.multicamera[data-multicamera] li a:hover a {
|
|
1553
|
-
color: white;
|
|
1554
|
-
text-decoration: none;
|
|
1555
|
-
}
|
|
1556
|
-
.multicamera[data-multicamera] li.current a {
|
|
1557
|
-
color: #f00;
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
@keyframes pulse {
|
|
1561
|
-
0% {
|
|
1562
|
-
color: #fff;
|
|
1563
|
-
}
|
|
1564
|
-
50% {
|
|
1565
|
-
color: #ff0101;
|
|
1566
|
-
}
|
|
1567
|
-
100% {
|
|
1568
|
-
color: #B80000;
|
|
1569
|
-
}
|
|
1570
|
-
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1571
|
-
color: #CCCACA;
|
|
1572
|
-
position: absolute;
|
|
1573
|
-
top: 0;
|
|
1574
|
-
height: 100%;
|
|
1575
|
-
width: 100%;
|
|
1576
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
1577
|
-
z-index: 2000;
|
|
1578
|
-
display: flex;
|
|
1579
|
-
flex-direction: column;
|
|
1580
|
-
justify-content: center;
|
|
1581
|
-
}
|
|
1582
|
-
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
1583
|
-
font-size: 14px;
|
|
1584
|
-
color: #CCCACA;
|
|
1585
|
-
margin-top: 45px;
|
|
1586
|
-
}
|
|
1587
|
-
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1588
|
-
font-weight: bold;
|
|
1589
|
-
line-height: 30px;
|
|
1590
|
-
font-size: 18px;
|
|
1591
|
-
}
|
|
1592
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1593
|
-
width: 90%;
|
|
1594
|
-
margin: 0 auto;
|
|
1595
|
-
}
|
|
1596
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1597
|
-
font-size: 13px;
|
|
1598
|
-
margin-top: 15px;
|
|
1599
|
-
}
|
|
1600
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1601
|
-
cursor: pointer;
|
|
1602
|
-
width: 30px;
|
|
1603
|
-
margin: 15px auto 0;
|
|
1604
|
-
}.share_plugin[data-share] {
|
|
1605
|
-
pointer-events: auto;
|
|
1606
|
-
z-index: 5;
|
|
1607
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1608
|
-
}
|
|
1609
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1610
|
-
right: -50px;
|
|
1611
|
-
}
|
|
1612
|
-
.share_plugin[data-share] .share-button-container {
|
|
1613
|
-
cursor: pointer;
|
|
1614
|
-
width: 36px;
|
|
1615
|
-
height: 36px;
|
|
1616
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1617
|
-
border-radius: 4px;
|
|
1618
|
-
position: absolute;
|
|
1619
|
-
right: 10px;
|
|
1620
|
-
top: 10px;
|
|
1621
|
-
padding-top: 6px;
|
|
1622
|
-
transition: all 0.3s ease-out;
|
|
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;
|
|
1508
|
+
position: absolute;
|
|
1509
|
+
right: 10px;
|
|
1510
|
+
top: 10px;
|
|
1511
|
+
padding-top: 6px;
|
|
1512
|
+
transition: all 0.3s ease-out;
|
|
1623
1513
|
}
|
|
1624
1514
|
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1625
1515
|
background-color: transparent;
|
|
@@ -1684,44 +1574,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1684
1574
|
display: inline-block;
|
|
1685
1575
|
margin-right: 5px;
|
|
1686
1576
|
cursor: pointer;
|
|
1687
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
1688
|
-
order: 99;
|
|
1689
|
-
height: 20px;
|
|
1690
|
-
}
|
|
1691
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
1692
|
-
position: absolute;
|
|
1693
|
-
right: 16px;
|
|
1694
|
-
bottom: 52px;
|
|
1695
|
-
width: 250px;
|
|
1696
|
-
min-height: 48px;
|
|
1697
|
-
z-index: 9999;
|
|
1698
|
-
border-radius: 4px;
|
|
1699
|
-
}
|
|
1700
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
1701
|
-
padding: 8px 0;
|
|
1702
|
-
}
|
|
1703
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
1704
|
-
float: left;
|
|
1705
|
-
margin-right: 10px;
|
|
1706
|
-
}
|
|
1707
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
1708
|
-
margin: 0;
|
|
1709
|
-
text-align: left;
|
|
1710
|
-
line-height: 22px;
|
|
1711
|
-
padding: 5px 14px;
|
|
1712
|
-
width: 250px;
|
|
1713
|
-
font-size: 12px;
|
|
1714
|
-
}
|
|
1715
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
1716
|
-
float: right;
|
|
1717
|
-
margin-right: -14px;
|
|
1718
|
-
}
|
|
1719
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
1720
|
-
float: right;
|
|
1721
|
-
margin-right: 8px;
|
|
1722
|
-
}
|
|
1723
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
1724
|
-
height: 20px;
|
|
1725
1577
|
}.seek-time[data-seek-time] {
|
|
1726
1578
|
position: absolute;
|
|
1727
1579
|
white-space: nowrap;
|
|
@@ -1755,114 +1607,107 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1755
1607
|
.seek-time[data-seek-time] [data-duration]::before {
|
|
1756
1608
|
content: "|";
|
|
1757
1609
|
margin-right: 7px;
|
|
1758
|
-
}.
|
|
1759
|
-
|
|
1760
|
-
display: flex;
|
|
1761
|
-
}
|
|
1762
|
-
.media-control-pip button {
|
|
1763
|
-
height: 20px;
|
|
1764
|
-
}
|
|
1765
|
-
.media-control-pip button svg {
|
|
1766
|
-
height: 20px;
|
|
1767
|
-
}*, :focus, :visited {
|
|
1768
|
-
outline: none !important;
|
|
1610
|
+
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1611
|
+
height: 0;
|
|
1769
1612
|
}
|
|
1770
1613
|
|
|
1771
|
-
.
|
|
1772
|
-
|
|
1773
|
-
font-size: 14px;
|
|
1774
|
-
line-height: 20px;
|
|
1614
|
+
.skip_time_plugin[data-skip-time] {
|
|
1615
|
+
position: absolute;
|
|
1775
1616
|
width: 100%;
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
float: left;
|
|
1781
|
-
padding-top: 2px;
|
|
1782
|
-
padding-right: 2px;
|
|
1617
|
+
height: calc(100% - 50px);
|
|
1618
|
+
z-index: 9998;
|
|
1619
|
+
background-color: transparent;
|
|
1620
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1783
1621
|
}
|
|
1784
|
-
.
|
|
1785
|
-
|
|
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;
|
|
1786
1627
|
}
|
|
1787
|
-
.
|
|
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;
|
|
1635
|
+
position: absolute;
|
|
1636
|
+
height: 100%;
|
|
1788
1637
|
width: 100%;
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1638
|
+
z-index: 998;
|
|
1639
|
+
top: 0;
|
|
1640
|
+
left: 0;
|
|
1641
|
+
background-color: #000;
|
|
1642
|
+
background-size: cover;
|
|
1643
|
+
background-repeat: no-repeat;
|
|
1644
|
+
background-position: 50% 50%;
|
|
1792
1645
|
}
|
|
1793
|
-
.
|
|
1794
|
-
|
|
1795
|
-
text-align: left;
|
|
1646
|
+
.player-poster[data-poster].clickable {
|
|
1647
|
+
cursor: pointer;
|
|
1796
1648
|
}
|
|
1797
|
-
.
|
|
1798
|
-
|
|
1799
|
-
padding: 5px;
|
|
1649
|
+
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
1650
|
+
opacity: 1;
|
|
1800
1651
|
}
|
|
1801
|
-
.
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
color: #fffffe;
|
|
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;
|
|
1808
1658
|
}
|
|
1809
|
-
.
|
|
1810
|
-
|
|
1811
|
-
|
|
1659
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
1660
|
+
height: 100%;
|
|
1661
|
+
display: inline;
|
|
1812
1662
|
}
|
|
1813
|
-
.
|
|
1814
|
-
|
|
1815
|
-
|
|
1663
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1664
|
+
fill: #fff;
|
|
1665
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1666
|
+
color: #CCCACA;
|
|
1667
|
+
position: absolute;
|
|
1668
|
+
top: 0;
|
|
1669
|
+
height: 100%;
|
|
1670
|
+
width: 100%;
|
|
1671
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1672
|
+
z-index: 2000;
|
|
1673
|
+
display: flex;
|
|
1674
|
+
flex-direction: column;
|
|
1675
|
+
justify-content: center;
|
|
1816
1676
|
}
|
|
1817
|
-
.
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
display: block;
|
|
1677
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
1678
|
+
font-size: 14px;
|
|
1679
|
+
color: #CCCACA;
|
|
1680
|
+
margin-top: 45px;
|
|
1822
1681
|
}
|
|
1823
|
-
.
|
|
1824
|
-
|
|
1682
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1683
|
+
font-weight: bold;
|
|
1684
|
+
line-height: 30px;
|
|
1685
|
+
font-size: 18px;
|
|
1825
1686
|
}
|
|
1826
|
-
.
|
|
1827
|
-
|
|
1828
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1829
|
-
position: absolute;
|
|
1830
|
-
width: 70px;
|
|
1831
|
-
text-align: center;
|
|
1832
|
-
z-index: 999;
|
|
1833
|
-
left: 0;
|
|
1834
|
-
right: 0;
|
|
1687
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1688
|
+
width: 90%;
|
|
1835
1689
|
margin: 0 auto;
|
|
1836
|
-
margin-left: auto;
|
|
1837
|
-
margin-right: auto;
|
|
1838
|
-
/* center vertically */
|
|
1839
|
-
top: 50%;
|
|
1840
|
-
transform: translateY(-50%);
|
|
1841
|
-
}
|
|
1842
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1843
|
-
width: 18px;
|
|
1844
|
-
height: 18px;
|
|
1845
|
-
background-color: #FFF;
|
|
1846
|
-
border-radius: 100%;
|
|
1847
|
-
display: inline-block;
|
|
1848
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1849
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1850
|
-
animation-fill-mode: both;
|
|
1851
|
-
}
|
|
1852
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1853
|
-
animation-delay: -0.32s;
|
|
1854
1690
|
}
|
|
1855
|
-
.
|
|
1856
|
-
|
|
1691
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1692
|
+
font-size: 13px;
|
|
1693
|
+
margin-top: 15px;
|
|
1694
|
+
}
|
|
1695
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1696
|
+
cursor: pointer;
|
|
1697
|
+
width: 30px;
|
|
1698
|
+
margin: 15px auto 0;
|
|
1699
|
+
}.gear-option_hd-icon.hidden {
|
|
1700
|
+
display: none;
|
|
1857
1701
|
}
|
|
1858
1702
|
|
|
1859
|
-
|
|
1860
|
-
0
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
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");
|
|
1866
1711
|
}*,
|
|
1867
1712
|
:focus,
|
|
1868
1713
|
:visited {
|
|
@@ -1998,61 +1843,216 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1998
1843
|
}
|
|
1999
1844
|
.scrub-thumbnails .backdrop .carousel img {
|
|
2000
1845
|
width: auto;
|
|
2001
|
-
}.
|
|
2002
|
-
|
|
1846
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
1847
|
+
order: 99;
|
|
1848
|
+
height: 20px;
|
|
2003
1849
|
}
|
|
2004
|
-
|
|
2005
|
-
.skip_time_plugin[data-skip-time] {
|
|
1850
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
2006
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;
|
|
2007
1892
|
width: 100%;
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
background-color: transparent;
|
|
2011
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1893
|
+
text-align: left;
|
|
1894
|
+
padding: 12px;
|
|
2012
1895
|
}
|
|
2013
|
-
.
|
|
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 {
|
|
2014
1905
|
width: 100%;
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
1906
|
+
list-style-type: none;
|
|
1907
|
+
min-width: 60px;
|
|
1908
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
2018
1909
|
}
|
|
2019
|
-
.
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
}
|
|
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;
|
|
2023
1949
|
display: flex;
|
|
2024
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;
|
|
2025
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;
|
|
2026
1996
|
position: absolute;
|
|
2027
|
-
height: 100%;
|
|
2028
|
-
width: 100%;
|
|
2029
|
-
z-index: 998;
|
|
2030
1997
|
top: 0;
|
|
2031
1998
|
left: 0;
|
|
2032
|
-
|
|
2033
|
-
background-size: cover;
|
|
2034
|
-
background-repeat: no-repeat;
|
|
2035
|
-
background-position: 50% 50%;
|
|
1999
|
+
text-align: center;
|
|
2036
2000
|
}
|
|
2037
|
-
.
|
|
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;
|
|
2038
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%);
|
|
2039
2031
|
}
|
|
2040
|
-
.
|
|
2041
|
-
|
|
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;
|
|
2042
2041
|
}
|
|
2043
|
-
.
|
|
2044
|
-
|
|
2045
|
-
height: 25%;
|
|
2046
|
-
margin: 0 auto;
|
|
2047
|
-
opacity: 0.75;
|
|
2048
|
-
transition: opacity 0.1s ease;
|
|
2042
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
2043
|
+
animation-delay: -0.32s;
|
|
2049
2044
|
}
|
|
2050
|
-
.
|
|
2051
|
-
|
|
2052
|
-
display: inline;
|
|
2045
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
2046
|
+
animation-delay: -0.16s;
|
|
2053
2047
|
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2048
|
+
|
|
2049
|
+
@keyframes bouncedelay {
|
|
2050
|
+
0%, 80%, 100% {
|
|
2051
|
+
transform: scale(0);
|
|
2052
|
+
}
|
|
2053
|
+
40% {
|
|
2054
|
+
transform: scale(1);
|
|
2055
|
+
}
|
|
2056
2056
|
}.player-logo[data-logo] {
|
|
2057
2057
|
position: absolute;
|
|
2058
2058
|
z-index: 2;
|