@gcorevideo/player 2.22.11 → 2.22.12
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 +893 -893
- package/dist/index.js +2 -2
- package/dist/plugins/index.css +589 -589
- package/dist/plugins/index.js +2 -2
- package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
- package/package.json +1 -1
- package/src/plugins/playback-rate/PlaybackRate.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.css
CHANGED
|
@@ -122,388 +122,231 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}:
|
|
126
|
-
|
|
127
|
-
--secondary-background-color: #262626;
|
|
128
|
-
--primary-text-color: #fff;
|
|
129
|
-
--secondary-text-color: #fff4f2;
|
|
130
|
-
--hover-text-color: #f9b090;
|
|
131
|
-
--speedtest-red: #df564d;
|
|
132
|
-
--speedtest-orange: #df934d;
|
|
133
|
-
--speedtest-yellow: #dfd04d;
|
|
134
|
-
--speedtest-light-green: #c2df4d;
|
|
135
|
-
--speedtest-green: #73df4d;
|
|
125
|
+
}*, :focus, :visited {
|
|
126
|
+
outline: none !important;
|
|
136
127
|
}
|
|
137
128
|
|
|
138
|
-
.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
bottom: 52px;
|
|
142
|
-
right: 16px;
|
|
143
|
-
padding: 0 10px 12px;
|
|
144
|
-
margin: 0;
|
|
129
|
+
.gear-wrapper .go-back {
|
|
130
|
+
font-weight: 600;
|
|
131
|
+
font-size: 14px;
|
|
145
132
|
line-height: 20px;
|
|
146
|
-
font-size: 12px;
|
|
147
|
-
font-weight: 500;
|
|
148
|
-
background: var(--primary-background-color);
|
|
149
|
-
color: #fff;
|
|
150
|
-
z-index: 20000;
|
|
151
|
-
overflow: auto;
|
|
152
|
-
max-height: calc(100vh - 60px);
|
|
153
|
-
max-width: calc(100vw - 10px);
|
|
154
|
-
}
|
|
155
|
-
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
156
|
-
position: absolute;
|
|
157
|
-
top: 0;
|
|
158
|
-
left: 0;
|
|
159
|
-
z-index: 99990;
|
|
160
133
|
width: 100%;
|
|
161
|
-
|
|
162
|
-
|
|
134
|
+
text-align: left;
|
|
135
|
+
padding: 12px;
|
|
163
136
|
}
|
|
164
|
-
.
|
|
165
|
-
float:
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
display: block;
|
|
169
|
-
width: 12px;
|
|
170
|
-
height: 12px;
|
|
137
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
138
|
+
float: left;
|
|
139
|
+
padding-top: 2px;
|
|
140
|
+
padding-right: 2px;
|
|
171
141
|
}
|
|
172
|
-
.
|
|
173
|
-
|
|
142
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
143
|
+
height: 16px;
|
|
174
144
|
}
|
|
175
|
-
.
|
|
176
|
-
|
|
145
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
146
|
+
width: 100%;
|
|
147
|
+
list-style-type: none;
|
|
148
|
+
min-width: 60px;
|
|
149
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
177
150
|
}
|
|
178
|
-
.
|
|
179
|
-
|
|
180
|
-
|
|
151
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
152
|
+
font-size: 12px;
|
|
153
|
+
text-align: left;
|
|
181
154
|
}
|
|
182
|
-
.
|
|
183
|
-
|
|
155
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
156
|
+
background-color: #c3c2c2;
|
|
157
|
+
padding: 5px;
|
|
184
158
|
}
|
|
185
|
-
.
|
|
186
|
-
|
|
159
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
160
|
+
display: block;
|
|
161
|
+
text-decoration: none;
|
|
162
|
+
height: 32px;
|
|
163
|
+
padding: 5px 10px;
|
|
164
|
+
line-height: 22px;
|
|
165
|
+
color: #fffffe;
|
|
187
166
|
}
|
|
188
|
-
.
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
background: var(--primary-background-color);
|
|
167
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
168
|
+
color: white;
|
|
169
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
192
170
|
}
|
|
193
|
-
.
|
|
194
|
-
|
|
171
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
172
|
+
color: white;
|
|
173
|
+
text-decoration: none;
|
|
174
|
+
}
|
|
175
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
176
|
+
width: 30px;
|
|
177
|
+
height: 20px;
|
|
195
178
|
float: left;
|
|
196
|
-
|
|
197
|
-
width: 200px;
|
|
179
|
+
display: block;
|
|
198
180
|
}
|
|
199
|
-
.
|
|
181
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
182
|
+
display: none;
|
|
183
|
+
}
|
|
184
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
185
|
+
display: inline;
|
|
186
|
+
}*,
|
|
187
|
+
:focus,
|
|
188
|
+
:visited {
|
|
189
|
+
outline: none !important;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.media-control-audiotracks {
|
|
200
193
|
position: relative;
|
|
201
|
-
padding: 0 5px;
|
|
202
|
-
text-align: left;
|
|
203
194
|
}
|
|
204
|
-
.
|
|
195
|
+
.media-control-audiotracks button {
|
|
196
|
+
background-color: transparent;
|
|
197
|
+
color: #fff;
|
|
198
|
+
-webkit-font-smoothing: antialiased;
|
|
199
|
+
border: none;
|
|
200
|
+
cursor: pointer;
|
|
201
|
+
display: flex;
|
|
202
|
+
align-items: center;
|
|
205
203
|
padding: 0;
|
|
206
204
|
}
|
|
207
|
-
.
|
|
208
|
-
|
|
205
|
+
.media-control-audiotracks button .audio-text {
|
|
206
|
+
text-overflow: ellipsis;
|
|
207
|
+
overflow: hidden;
|
|
208
|
+
white-space: nowrap;
|
|
209
|
+
max-width: 100px;
|
|
210
|
+
background-color: transparent;
|
|
211
|
+
-webkit-font-smoothing: antialiased;
|
|
212
|
+
border: none;
|
|
213
|
+
cursor: pointer;
|
|
209
214
|
}
|
|
210
|
-
.
|
|
211
|
-
|
|
215
|
+
.media-control-audiotracks button:hover {
|
|
216
|
+
color: white;
|
|
212
217
|
}
|
|
213
|
-
.
|
|
214
|
-
|
|
218
|
+
.media-control-audiotracks button.changing {
|
|
219
|
+
animation: pulse 0.5s infinite alternate;
|
|
215
220
|
}
|
|
216
|
-
.
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
font-size: 14px;
|
|
221
|
+
.media-control-audiotracks button span.audio-arrow {
|
|
222
|
+
width: 9px;
|
|
223
|
+
height: 6px;
|
|
224
|
+
margin-left: 5px;
|
|
221
225
|
}
|
|
222
|
-
.
|
|
223
|
-
|
|
226
|
+
.media-control-audiotracks .menu {
|
|
227
|
+
max-width: 114px;
|
|
228
|
+
list-style-type: none;
|
|
224
229
|
position: absolute;
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
|
|
233
|
-
width: 100%;
|
|
234
|
-
}
|
|
235
|
-
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
|
|
236
|
-
padding: 0 5px;
|
|
237
|
-
height: auto;
|
|
230
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
231
|
+
border: none;
|
|
232
|
+
min-width: 60px;
|
|
233
|
+
border-radius: 4px;
|
|
234
|
+
bottom: 40px;
|
|
235
|
+
right: -2px;
|
|
238
236
|
}
|
|
239
|
-
.
|
|
240
|
-
|
|
241
|
-
flex-direction: column;
|
|
237
|
+
.media-control-audiotracks .menu.hidden {
|
|
238
|
+
display: none;
|
|
242
239
|
}
|
|
243
|
-
.
|
|
244
|
-
|
|
240
|
+
.media-control-audiotracks li {
|
|
241
|
+
font-size: var(--font-size-media-controls-dropdown);
|
|
242
|
+
text-align: right;
|
|
243
|
+
height: 30px;
|
|
245
244
|
}
|
|
246
|
-
.
|
|
247
|
-
|
|
245
|
+
.media-control-audiotracks li[data-title] {
|
|
246
|
+
background-color: #c3c2c2;
|
|
247
|
+
padding: 5px;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
text-
|
|
249
|
+
.media-control-audiotracks li a {
|
|
250
|
+
display: block;
|
|
251
|
+
text-decoration: none;
|
|
252
|
+
text-overflow: ellipsis;
|
|
253
|
+
overflow: hidden;
|
|
254
|
+
white-space: nowrap;
|
|
255
|
+
height: 30px;
|
|
256
|
+
padding: 5px 10px;
|
|
257
|
+
color: #fffffe;
|
|
253
258
|
}
|
|
254
|
-
.
|
|
255
|
-
text-
|
|
259
|
+
.media-control-audiotracks li a:hover {
|
|
260
|
+
text-decoration: none;
|
|
261
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
262
|
+
color: white;
|
|
256
263
|
}
|
|
257
|
-
.
|
|
258
|
-
|
|
264
|
+
.media-control-audiotracks li.current a {
|
|
265
|
+
color: #f00;
|
|
259
266
|
}
|
|
260
|
-
.
|
|
261
|
-
bottom:
|
|
262
|
-
|
|
267
|
+
.media-control-audiotracks li:first-child a {
|
|
268
|
+
border-bottom-left-radius: 4px;
|
|
269
|
+
border-bottom-right-radius: 4px;
|
|
263
270
|
}
|
|
264
|
-
.
|
|
265
|
-
|
|
266
|
-
|
|
271
|
+
.media-control-audiotracks li:last-child a {
|
|
272
|
+
border-top-left-radius: 4px;
|
|
273
|
+
border-top-right-radius: 4px;
|
|
267
274
|
}
|
|
268
275
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
276
|
+
@keyframes pulse {
|
|
277
|
+
0% {
|
|
278
|
+
color: #fff;
|
|
279
|
+
}
|
|
280
|
+
50% {
|
|
281
|
+
color: #ff0101;
|
|
282
|
+
}
|
|
283
|
+
100% {
|
|
284
|
+
color: #B80000;
|
|
285
|
+
}
|
|
286
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
287
|
+
order: 99;
|
|
288
|
+
height: 20px;
|
|
272
289
|
}
|
|
273
|
-
|
|
274
|
-
.speed-test {
|
|
290
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
275
291
|
position: absolute;
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
width:
|
|
279
|
-
height:
|
|
280
|
-
z-index: 9999;
|
|
281
|
-
}
|
|
282
|
-
.speed-test .speed-test-header {
|
|
283
|
-
width: 100%;
|
|
284
|
-
height: 32px;
|
|
285
|
-
}
|
|
286
|
-
.speed-test .speed-test-header .close-speed-test {
|
|
287
|
-
float: right;
|
|
288
|
-
margin-right: 5px;
|
|
289
|
-
line-height: 32px;
|
|
290
|
-
cursor: pointer;
|
|
291
|
-
color: var(--primary-text-color);
|
|
292
|
-
}
|
|
293
|
-
.speed-test .speed-test-header .close-speed-test:hover {
|
|
294
|
-
color: var(--hover-text-color);
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.settings-button {
|
|
298
|
-
float: right;
|
|
299
|
-
margin: 0 12px 0 0;
|
|
300
|
-
height: 40px;
|
|
301
|
-
width: 24px;
|
|
302
|
-
border: none;
|
|
303
|
-
padding: 0;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.settings-options-list {
|
|
307
|
-
position: absolute;
|
|
308
|
-
right: 16px;
|
|
309
|
-
bottom: 52px;
|
|
310
|
-
background: var(--primary-background-color);
|
|
311
|
-
width: 250px;
|
|
312
|
-
height: 48px;
|
|
292
|
+
right: 16px;
|
|
293
|
+
bottom: 52px;
|
|
294
|
+
width: 250px;
|
|
295
|
+
min-height: 48px;
|
|
313
296
|
z-index: 9999;
|
|
314
297
|
border-radius: 4px;
|
|
315
298
|
}
|
|
316
|
-
.
|
|
299
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
300
|
+
padding: 8px 0;
|
|
301
|
+
}
|
|
302
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
317
303
|
float: left;
|
|
318
304
|
margin-right: 10px;
|
|
319
305
|
}
|
|
320
|
-
.
|
|
321
|
-
color: var(--primary-text-color);
|
|
306
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
322
307
|
margin: 0;
|
|
323
308
|
text-align: left;
|
|
324
|
-
height: 24px;
|
|
325
309
|
line-height: 22px;
|
|
326
|
-
padding: 14px;
|
|
310
|
+
padding: 5px 14px;
|
|
327
311
|
width: 250px;
|
|
328
312
|
font-size: 12px;
|
|
329
313
|
}
|
|
330
|
-
.
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
.settings-options-list .settings-speedtest-option:hover svg path {
|
|
334
|
-
fill: var(--hover-text-color);
|
|
335
|
-
}
|
|
336
|
-
.settings-options-list .settings-speedtest-option svg path {
|
|
337
|
-
fill: var(--primary-text-color);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.speedtest-summary {
|
|
341
|
-
width: 100%;
|
|
342
|
-
border-top: 1px solid var(--secondary-background-color) !important;
|
|
343
|
-
border-bottom: 1px solid var(--secondary-background-color) !important;
|
|
344
|
-
display: flex !important;
|
|
345
|
-
flex-direction: column;
|
|
346
|
-
align-items: stretch;
|
|
347
|
-
justify-content: space-between;
|
|
348
|
-
}
|
|
349
|
-
.speedtest-summary .speedtest-summary-header {
|
|
350
|
-
width: 100%;
|
|
351
|
-
padding-top: 4px;
|
|
352
|
-
text-align: left;
|
|
353
|
-
height: 32px;
|
|
354
|
-
font-size: 14px;
|
|
355
|
-
font-weight: 500;
|
|
356
|
-
line-height: 20px;
|
|
357
|
-
}
|
|
358
|
-
.speedtest-summary .speedtest-summary-block {
|
|
359
|
-
position: relative;
|
|
360
|
-
display: flex;
|
|
361
|
-
flex-direction: row;
|
|
362
|
-
width: 100%;
|
|
363
|
-
}
|
|
364
|
-
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
|
|
365
|
-
width: 50%;
|
|
366
|
-
margin-top: 4px;
|
|
367
|
-
margin-bottom: 12px;
|
|
368
|
-
}
|
|
369
|
-
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
370
|
-
padding: 2px;
|
|
371
|
-
width: 248px;
|
|
372
|
-
max-width: 100%;
|
|
314
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
|
|
315
|
+
float: right;
|
|
316
|
+
margin-right: -14px;
|
|
373
317
|
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
height: 36px;
|
|
378
|
-
display: flex !important;
|
|
379
|
-
flex-direction: column !important;
|
|
380
|
-
justify-content: space-between !important;
|
|
318
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
|
|
319
|
+
float: right;
|
|
320
|
+
margin-right: 8px;
|
|
381
321
|
}
|
|
382
|
-
.
|
|
383
|
-
font-size: 12px;
|
|
322
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
|
|
384
323
|
height: 20px;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
text-align: left;
|
|
388
|
-
}
|
|
389
|
-
.speedtest-quality-content {
|
|
390
|
-
width: 100%;
|
|
391
|
-
margin-top: 8px;
|
|
392
|
-
height: 8px;
|
|
393
|
-
display: flex !important;
|
|
394
|
-
flex-direction: row !important;
|
|
395
|
-
align-items: stretch !important;
|
|
396
|
-
justify-content: space-between;
|
|
397
|
-
}
|
|
398
|
-
.speedtest-quality-content-item {
|
|
399
|
-
width: 18.8%;
|
|
400
|
-
background-color: #fff;
|
|
401
|
-
}
|
|
402
|
-
.speedtest-quality-content-item.speedtest-quality-value-1 {
|
|
403
|
-
background-color: var(--speedtest-red);
|
|
404
|
-
}
|
|
405
|
-
.speedtest-quality-content-item.speedtest-quality-value-2 {
|
|
406
|
-
background-color: var(--speedtest-orange);
|
|
407
|
-
}
|
|
408
|
-
.speedtest-quality-content-item.speedtest-quality-value-3 {
|
|
409
|
-
background-color: var(--speedtest-yellow);
|
|
410
|
-
}
|
|
411
|
-
.speedtest-quality-content-item.speedtest-quality-value-4 {
|
|
412
|
-
background-color: var(--speedtest-light-green);
|
|
413
|
-
}
|
|
414
|
-
.speedtest-quality-content-item.speedtest-quality-value-5 {
|
|
415
|
-
background-color: var(--speedtest-green);
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.speedtest-footer {
|
|
419
|
-
position: relative;
|
|
420
|
-
float: left;
|
|
421
|
-
width: 100%;
|
|
422
|
-
height: 30px;
|
|
423
|
-
line-height: 16px;
|
|
424
|
-
}
|
|
425
|
-
.speedtest-footer-about-link {
|
|
324
|
+
}.context-menu {
|
|
325
|
+
z-index: 999;
|
|
426
326
|
position: absolute;
|
|
427
|
-
|
|
327
|
+
top: 0;
|
|
428
328
|
left: 0;
|
|
429
|
-
|
|
430
|
-
text-decoration: underline !important;
|
|
431
|
-
}
|
|
432
|
-
.speedtest-footer-about-link:hover {
|
|
433
|
-
color: var(--hover-text-color);
|
|
434
|
-
}
|
|
435
|
-
.speedtest-footer .speedtest-footer-refresh {
|
|
436
|
-
position: absolute;
|
|
437
|
-
bottom: 0;
|
|
438
|
-
right: 0;
|
|
439
|
-
color: var(--secondary-text-color);
|
|
440
|
-
font-size: 14px;
|
|
441
|
-
font-weight: 400;
|
|
442
|
-
line-height: 16px;
|
|
443
|
-
height: 16px;
|
|
444
|
-
display: flex;
|
|
445
|
-
align-items: center;
|
|
446
|
-
gap: 4px;
|
|
447
|
-
}
|
|
448
|
-
.speedtest-footer .speedtest-footer-refresh svg path {
|
|
449
|
-
fill: var(--secondary-text-color);
|
|
450
|
-
}
|
|
451
|
-
.speedtest-footer .speedtest-footer-refresh:hover {
|
|
452
|
-
color: var(--hover-text-color);
|
|
453
|
-
}
|
|
454
|
-
.speedtest-footer .speedtest-footer-refresh:hover svg path {
|
|
455
|
-
fill: var(--hover-text-color);
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
459
|
-
position: fixed;
|
|
460
|
-
height: auto;
|
|
461
|
-
width: auto;
|
|
462
|
-
inset: 0;
|
|
463
|
-
min-width: 100vw;
|
|
464
|
-
padding-bottom: 4px;
|
|
465
|
-
padding-left: 4px;
|
|
466
|
-
padding-right: 4px;
|
|
467
|
-
}
|
|
468
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
469
|
-
position: fixed;
|
|
470
|
-
}
|
|
471
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
472
|
-
width: 50%;
|
|
329
|
+
text-align: center;
|
|
473
330
|
}
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
}
|
|
487
|
-
.mobile .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
488
|
-
width: 100%;
|
|
489
|
-
}
|
|
490
|
-
.mobile .speedtest-summary-header {
|
|
491
|
-
padding-top: 12px;
|
|
492
|
-
height: 38px;
|
|
493
|
-
text-align: center;
|
|
494
|
-
}
|
|
495
|
-
.mobile .speedtest-quality-header {
|
|
496
|
-
text-align: center;
|
|
497
|
-
}
|
|
498
|
-
.mobile .speedtest-footer .speedtest-footer-refresh {
|
|
499
|
-
inset: 50% auto auto 50%;
|
|
500
|
-
transform: translate(-50%, -50%);
|
|
501
|
-
}
|
|
331
|
+
.context-menu .context-menu-list {
|
|
332
|
+
font-family: "Proxima Nova", sans-serif;
|
|
333
|
+
font-size: 12px;
|
|
334
|
+
line-height: 12px;
|
|
335
|
+
list-style-type: none;
|
|
336
|
+
text-align: left;
|
|
337
|
+
padding: 5px;
|
|
338
|
+
margin-left: auto;
|
|
339
|
+
margin-right: auto;
|
|
340
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
341
|
+
border: 1px solid #666;
|
|
342
|
+
border-radius: 4px;
|
|
502
343
|
}
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
344
|
+
.context-menu .context-menu-list .context-menu-list-item {
|
|
345
|
+
color: white;
|
|
346
|
+
padding: 5px;
|
|
347
|
+
cursor: pointer;
|
|
348
|
+
}.clips.bar-container[data-seekbar] {
|
|
349
|
+
clip-path: url("#myClip");
|
|
507
350
|
}.big-mute-icon-wrapper[data-big-mute] {
|
|
508
351
|
position: absolute;
|
|
509
352
|
z-index: 9998;
|
|
@@ -553,106 +396,40 @@
|
|
|
553
396
|
}
|
|
554
397
|
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
555
398
|
fill: #151515 !important;
|
|
556
|
-
}
|
|
557
|
-
:
|
|
558
|
-
:visited {
|
|
559
|
-
outline: none !important;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.media-control-audiotracks {
|
|
563
|
-
position: relative;
|
|
564
|
-
}
|
|
565
|
-
.media-control-audiotracks button {
|
|
566
|
-
background-color: transparent;
|
|
567
|
-
color: #fff;
|
|
568
|
-
-webkit-font-smoothing: antialiased;
|
|
569
|
-
border: none;
|
|
570
|
-
cursor: pointer;
|
|
571
|
-
display: flex;
|
|
572
|
-
align-items: center;
|
|
573
|
-
padding: 0;
|
|
574
|
-
}
|
|
575
|
-
.media-control-audiotracks button .audio-text {
|
|
576
|
-
text-overflow: ellipsis;
|
|
577
|
-
overflow: hidden;
|
|
578
|
-
white-space: nowrap;
|
|
579
|
-
max-width: 100px;
|
|
580
|
-
background-color: transparent;
|
|
581
|
-
-webkit-font-smoothing: antialiased;
|
|
582
|
-
border: none;
|
|
583
|
-
cursor: pointer;
|
|
584
|
-
}
|
|
585
|
-
.media-control-audiotracks button:hover {
|
|
586
|
-
color: white;
|
|
587
|
-
}
|
|
588
|
-
.media-control-audiotracks button.changing {
|
|
589
|
-
animation: pulse 0.5s infinite alternate;
|
|
590
|
-
}
|
|
591
|
-
.media-control-audiotracks button span.audio-arrow {
|
|
592
|
-
width: 9px;
|
|
593
|
-
height: 6px;
|
|
594
|
-
margin-left: 5px;
|
|
595
|
-
}
|
|
596
|
-
.media-control-audiotracks .menu {
|
|
597
|
-
max-width: 114px;
|
|
598
|
-
list-style-type: none;
|
|
399
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
400
|
+
color: #CCCACA;
|
|
599
401
|
position: absolute;
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
display: none;
|
|
609
|
-
}
|
|
610
|
-
.media-control-audiotracks li {
|
|
611
|
-
font-size: var(--font-size-media-controls-dropdown);
|
|
612
|
-
text-align: right;
|
|
613
|
-
height: 30px;
|
|
614
|
-
}
|
|
615
|
-
.media-control-audiotracks li[data-title] {
|
|
616
|
-
background-color: #c3c2c2;
|
|
617
|
-
padding: 5px;
|
|
618
|
-
}
|
|
619
|
-
.media-control-audiotracks li a {
|
|
620
|
-
display: block;
|
|
621
|
-
text-decoration: none;
|
|
622
|
-
text-overflow: ellipsis;
|
|
623
|
-
overflow: hidden;
|
|
624
|
-
white-space: nowrap;
|
|
625
|
-
height: 30px;
|
|
626
|
-
padding: 5px 10px;
|
|
627
|
-
color: #fffffe;
|
|
402
|
+
top: 0;
|
|
403
|
+
height: 100%;
|
|
404
|
+
width: 100%;
|
|
405
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
406
|
+
z-index: 2000;
|
|
407
|
+
display: flex;
|
|
408
|
+
flex-direction: column;
|
|
409
|
+
justify-content: center;
|
|
628
410
|
}
|
|
629
|
-
.
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
411
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
412
|
+
font-size: 14px;
|
|
413
|
+
color: #CCCACA;
|
|
414
|
+
margin-top: 45px;
|
|
633
415
|
}
|
|
634
|
-
.
|
|
635
|
-
|
|
416
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
417
|
+
font-weight: bold;
|
|
418
|
+
line-height: 30px;
|
|
419
|
+
font-size: 18px;
|
|
636
420
|
}
|
|
637
|
-
.
|
|
638
|
-
|
|
639
|
-
|
|
421
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
422
|
+
width: 90%;
|
|
423
|
+
margin: 0 auto;
|
|
640
424
|
}
|
|
641
|
-
.
|
|
642
|
-
|
|
643
|
-
|
|
425
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
426
|
+
font-size: 13px;
|
|
427
|
+
margin-top: 15px;
|
|
644
428
|
}
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
50% {
|
|
651
|
-
color: #ff0101;
|
|
652
|
-
}
|
|
653
|
-
100% {
|
|
654
|
-
color: #B80000;
|
|
655
|
-
}
|
|
429
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
430
|
+
cursor: pointer;
|
|
431
|
+
width: 30px;
|
|
432
|
+
margin: 15px auto 0;
|
|
656
433
|
}.dvr-controls[data-dvr] {
|
|
657
434
|
display: inline-block;
|
|
658
435
|
color: var(--player-dvr-color);
|
|
@@ -746,87 +523,209 @@
|
|
|
746
523
|
}
|
|
747
524
|
.dvr .dvr-controls[data-dvr] .live-button {
|
|
748
525
|
display: block;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
position: absolute;
|
|
752
|
-
top: 0;
|
|
753
|
-
left: 0;
|
|
754
|
-
text-align: center;
|
|
526
|
+
}*, :focus, :visited {
|
|
527
|
+
outline: none !important;
|
|
755
528
|
}
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
529
|
+
|
|
530
|
+
.multicamera[data-multicamera] {
|
|
531
|
+
float: right;
|
|
532
|
+
margin-top: 4px;
|
|
533
|
+
position: relative;
|
|
534
|
+
margin-right: 20px;
|
|
535
|
+
width: 20px;
|
|
536
|
+
}
|
|
537
|
+
.multicamera[data-multicamera] button {
|
|
538
|
+
background-color: transparent;
|
|
539
|
+
color: #fff;
|
|
540
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
541
|
+
-webkit-font-smoothing: antialiased;
|
|
542
|
+
border: none;
|
|
543
|
+
font-size: 14px;
|
|
544
|
+
padding: 0;
|
|
545
|
+
}
|
|
546
|
+
.multicamera[data-multicamera] button svg {
|
|
547
|
+
height: 20px;
|
|
548
|
+
position: relative;
|
|
549
|
+
margin-top: 6px;
|
|
550
|
+
}
|
|
551
|
+
.multicamera[data-multicamera] button:hover {
|
|
552
|
+
color: #c9c9c9;
|
|
553
|
+
}
|
|
554
|
+
.multicamera[data-multicamera] button.changing {
|
|
555
|
+
animation: pulse 0.5s infinite alternate;
|
|
556
|
+
}
|
|
557
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
558
|
+
width: 9px;
|
|
559
|
+
height: 6px;
|
|
560
|
+
margin-top: 11px;
|
|
561
|
+
margin-left: 5px;
|
|
562
|
+
}
|
|
563
|
+
.multicamera[data-multicamera] > ul {
|
|
564
|
+
padding: 6px 0;
|
|
565
|
+
right: -24px;
|
|
566
|
+
width: 245px;
|
|
760
567
|
list-style-type: none;
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
margin-left: auto;
|
|
764
|
-
margin-right: auto;
|
|
765
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
766
|
-
border: 1px solid #666;
|
|
568
|
+
position: absolute;
|
|
569
|
+
bottom: 48px;
|
|
767
570
|
border-radius: 4px;
|
|
571
|
+
display: none;
|
|
572
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
768
573
|
}
|
|
769
|
-
.
|
|
770
|
-
|
|
771
|
-
|
|
574
|
+
.multicamera[data-multicamera] > ul::after {
|
|
575
|
+
content: "";
|
|
576
|
+
position: absolute;
|
|
577
|
+
top: 100%;
|
|
578
|
+
left: 85%;
|
|
579
|
+
margin-left: -10px;
|
|
580
|
+
width: 0;
|
|
581
|
+
height: 0;
|
|
582
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
583
|
+
border-right: 10px solid transparent;
|
|
584
|
+
border-left: 10px solid transparent;
|
|
585
|
+
}
|
|
586
|
+
.multicamera[data-multicamera] li {
|
|
587
|
+
font-size: 10px;
|
|
772
588
|
cursor: pointer;
|
|
773
|
-
}.clips.bar-container[data-seekbar] {
|
|
774
|
-
clip-path: url("#myClip");
|
|
775
|
-
}[data-player] {
|
|
776
|
-
--bottom-panel: 40px;
|
|
777
589
|
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
590
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
591
|
+
display: flex;
|
|
592
|
+
padding: 10px 0;
|
|
593
|
+
justify-content: center;
|
|
594
|
+
position: relative;
|
|
781
595
|
}
|
|
782
|
-
.
|
|
783
|
-
|
|
596
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
597
|
+
pointer-events: none;
|
|
784
598
|
}
|
|
785
|
-
.
|
|
786
|
-
|
|
599
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
600
|
+
opacity: 0.5;
|
|
787
601
|
}
|
|
788
|
-
.
|
|
789
|
-
|
|
790
|
-
bottom: calc(var(--bottom-panel) + 5px);
|
|
791
|
-
width: 100%;
|
|
602
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
603
|
+
opacity: 0.5;
|
|
792
604
|
}
|
|
793
|
-
.
|
|
794
|
-
|
|
795
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
796
|
-
color: white;
|
|
797
|
-
display: inline-block;
|
|
605
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
606
|
+
background-color: rgba(0, 0, 0, 0);
|
|
798
607
|
}
|
|
799
|
-
.
|
|
800
|
-
|
|
801
|
-
margin-top: -60px;
|
|
802
|
-
left: 50%;
|
|
803
|
-
margin-left: -60px;
|
|
804
|
-
position: absolute;
|
|
805
|
-
width: 120px;
|
|
806
|
-
height: 120px;
|
|
807
|
-
border: 2px solid white;
|
|
808
|
-
border-radius: 50%;
|
|
809
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
810
|
-
filter: alpha(opacity=60);
|
|
811
|
-
opacity: 1;
|
|
812
|
-
box-shadow: 0 0 1px 0 white;
|
|
608
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
609
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
813
610
|
}
|
|
814
|
-
.
|
|
815
|
-
margin-left: 5px;
|
|
611
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
816
612
|
width: 80px;
|
|
817
|
-
height:
|
|
613
|
+
height: 60px;
|
|
818
614
|
}
|
|
819
|
-
.
|
|
820
|
-
|
|
615
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
616
|
+
width: 80px;
|
|
617
|
+
height: 60px;
|
|
821
618
|
}
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
619
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
620
|
+
width: 120px;
|
|
621
|
+
text-align: left;
|
|
622
|
+
margin-left: 15px;
|
|
826
623
|
}
|
|
827
|
-
.
|
|
828
|
-
|
|
829
|
-
|
|
624
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
625
|
+
width: 120px;
|
|
626
|
+
height: 20px;
|
|
627
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
628
|
+
font-size: 14px;
|
|
629
|
+
font-weight: normal;
|
|
630
|
+
font-style: normal;
|
|
631
|
+
font-stretch: normal;
|
|
632
|
+
line-height: 1.43;
|
|
633
|
+
letter-spacing: normal;
|
|
634
|
+
text-align: left;
|
|
635
|
+
color: #fff;
|
|
636
|
+
text-overflow: ellipsis;
|
|
637
|
+
overflow: hidden;
|
|
638
|
+
}
|
|
639
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
640
|
+
opacity: 0.6;
|
|
641
|
+
}
|
|
642
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
643
|
+
background-color: #c3c2c2;
|
|
644
|
+
padding: 5px;
|
|
645
|
+
}
|
|
646
|
+
.multicamera[data-multicamera] li a {
|
|
647
|
+
color: #444;
|
|
648
|
+
padding: 2px 10px;
|
|
649
|
+
display: block;
|
|
650
|
+
text-decoration: none;
|
|
651
|
+
}
|
|
652
|
+
.multicamera[data-multicamera] li a:hover {
|
|
653
|
+
background-color: #555;
|
|
654
|
+
color: white;
|
|
655
|
+
}
|
|
656
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
657
|
+
color: white;
|
|
658
|
+
text-decoration: none;
|
|
659
|
+
}
|
|
660
|
+
.multicamera[data-multicamera] li.current a {
|
|
661
|
+
color: #f00;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
@keyframes pulse {
|
|
665
|
+
0% {
|
|
666
|
+
color: #fff;
|
|
667
|
+
}
|
|
668
|
+
50% {
|
|
669
|
+
color: #ff0101;
|
|
670
|
+
}
|
|
671
|
+
100% {
|
|
672
|
+
color: #B80000;
|
|
673
|
+
}
|
|
674
|
+
}[data-player] {
|
|
675
|
+
--bottom-panel: 40px;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.container .media-control-notransition {
|
|
679
|
+
transition: none !important;
|
|
680
|
+
}
|
|
681
|
+
.container .player-poster[data-poster] .play-wrapper[data-poster] {
|
|
682
|
+
opacity: 1;
|
|
683
|
+
}
|
|
684
|
+
.container.crop-video [data-html5-video] {
|
|
685
|
+
object-fit: cover;
|
|
686
|
+
}
|
|
687
|
+
.container .cc-line {
|
|
688
|
+
position: absolute;
|
|
689
|
+
bottom: calc(var(--bottom-panel) + 5px);
|
|
690
|
+
width: 100%;
|
|
691
|
+
}
|
|
692
|
+
.container .cc-line p {
|
|
693
|
+
width: auto;
|
|
694
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
695
|
+
color: white;
|
|
696
|
+
display: inline-block;
|
|
697
|
+
}
|
|
698
|
+
.container .circle-poster[data-poster] {
|
|
699
|
+
top: 50%;
|
|
700
|
+
margin-top: -60px;
|
|
701
|
+
left: 50%;
|
|
702
|
+
margin-left: -60px;
|
|
703
|
+
position: absolute;
|
|
704
|
+
width: 120px;
|
|
705
|
+
height: 120px;
|
|
706
|
+
border: 2px solid white;
|
|
707
|
+
border-radius: 50%;
|
|
708
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
709
|
+
filter: alpha(opacity=60);
|
|
710
|
+
opacity: 1;
|
|
711
|
+
box-shadow: 0 0 1px 0 white;
|
|
712
|
+
}
|
|
713
|
+
.container .circle-poster[data-poster] svg {
|
|
714
|
+
margin-left: 5px;
|
|
715
|
+
width: 80px;
|
|
716
|
+
height: 80px;
|
|
717
|
+
}
|
|
718
|
+
.container .spinner-three-bounce[data-spinner] > div {
|
|
719
|
+
background-color: #ff5700;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.media-control-skin-1[data-media-control-skin-1].w270 .media-control-quality,
|
|
723
|
+
.media-control-skin-1[data-media-control-skin-1].w270 .media-control-audiotracks {
|
|
724
|
+
display: none;
|
|
725
|
+
}
|
|
726
|
+
.media-control-skin-1[data-media-control-skin-1].w270 .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
|
|
727
|
+
transform: rotate(270deg);
|
|
728
|
+
float: none;
|
|
830
729
|
display: block;
|
|
831
730
|
position: absolute;
|
|
832
731
|
/* bottom: 12px; */
|
|
@@ -1409,460 +1308,431 @@
|
|
|
1409
1308
|
}
|
|
1410
1309
|
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1411
1310
|
display: none !important;
|
|
1412
|
-
}.
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
.quality-levels li.disabled {
|
|
1417
|
-
opacity: 0.5;
|
|
1418
|
-
pointer-events: none;
|
|
1419
|
-
}
|
|
1420
|
-
.quality-levels li.current {
|
|
1421
|
-
background-color: #000;
|
|
1422
|
-
}*, :focus, :visited {
|
|
1423
|
-
outline: none !important;
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
.multicamera[data-multicamera] {
|
|
1427
|
-
float: right;
|
|
1428
|
-
margin-top: 4px;
|
|
1429
|
-
position: relative;
|
|
1430
|
-
margin-right: 20px;
|
|
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 {
|
|
1311
|
+
}.seek-time[data-seek-time] {
|
|
1312
|
+
position: absolute;
|
|
1313
|
+
white-space: nowrap;
|
|
1443
1314
|
height: 20px;
|
|
1444
|
-
|
|
1445
|
-
|
|
1315
|
+
line-height: 20px;
|
|
1316
|
+
font-size: 0;
|
|
1317
|
+
left: -100%;
|
|
1318
|
+
bottom: 55px;
|
|
1319
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1320
|
+
z-index: 9999;
|
|
1321
|
+
transition: opacity 0.1s ease;
|
|
1446
1322
|
}
|
|
1447
|
-
.
|
|
1448
|
-
|
|
1323
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1324
|
+
opacity: 0;
|
|
1449
1325
|
}
|
|
1450
|
-
.
|
|
1451
|
-
|
|
1326
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1327
|
+
display: inline-block;
|
|
1328
|
+
color: white;
|
|
1329
|
+
font-size: 10px;
|
|
1330
|
+
padding-left: 7px;
|
|
1331
|
+
padding-right: 7px;
|
|
1332
|
+
vertical-align: top;
|
|
1452
1333
|
}
|
|
1453
|
-
.
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1334
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1335
|
+
display: inline-block;
|
|
1336
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1337
|
+
font-size: 10px;
|
|
1338
|
+
padding-right: 7px;
|
|
1339
|
+
vertical-align: top;
|
|
1458
1340
|
}
|
|
1459
|
-
.
|
|
1460
|
-
|
|
1461
|
-
right:
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1341
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1342
|
+
content: "|";
|
|
1343
|
+
margin-right: 7px;
|
|
1344
|
+
}:root {
|
|
1345
|
+
--primary-background-color: #000;
|
|
1346
|
+
--secondary-background-color: #262626;
|
|
1347
|
+
--primary-text-color: #fff;
|
|
1348
|
+
--secondary-text-color: #fff4f2;
|
|
1349
|
+
--hover-text-color: #f9b090;
|
|
1350
|
+
--speedtest-red: #df564d;
|
|
1351
|
+
--speedtest-orange: #df934d;
|
|
1352
|
+
--speedtest-yellow: #dfd04d;
|
|
1353
|
+
--speedtest-light-green: #c2df4d;
|
|
1354
|
+
--speedtest-green: #73df4d;
|
|
1469
1355
|
}
|
|
1470
|
-
|
|
1471
|
-
|
|
1356
|
+
|
|
1357
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
1472
1358
|
position: absolute;
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1359
|
+
display: inline-block;
|
|
1360
|
+
bottom: 52px;
|
|
1361
|
+
right: 16px;
|
|
1362
|
+
padding: 0 10px 12px;
|
|
1363
|
+
margin: 0;
|
|
1364
|
+
line-height: 20px;
|
|
1365
|
+
font-size: 12px;
|
|
1366
|
+
font-weight: 500;
|
|
1367
|
+
background: var(--primary-background-color);
|
|
1368
|
+
color: #fff;
|
|
1369
|
+
z-index: 20000;
|
|
1370
|
+
overflow: auto;
|
|
1371
|
+
max-height: calc(100vh - 60px);
|
|
1372
|
+
max-width: calc(100vw - 10px);
|
|
1485
1373
|
}
|
|
1486
|
-
.
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1374
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
1375
|
+
position: absolute;
|
|
1376
|
+
top: 0;
|
|
1377
|
+
left: 0;
|
|
1378
|
+
z-index: 99990;
|
|
1379
|
+
width: 100%;
|
|
1380
|
+
height: 32px;
|
|
1381
|
+
background: var(--primary-background-color);
|
|
1491
1382
|
}
|
|
1492
|
-
.
|
|
1493
|
-
|
|
1383
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
|
|
1384
|
+
float: right;
|
|
1385
|
+
margin-right: 12px;
|
|
1386
|
+
margin-top: 10px;
|
|
1387
|
+
display: block;
|
|
1388
|
+
width: 12px;
|
|
1389
|
+
height: 12px;
|
|
1494
1390
|
}
|
|
1495
|
-
.
|
|
1496
|
-
|
|
1391
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
|
|
1392
|
+
fill: var(--primary-text-color);
|
|
1497
1393
|
}
|
|
1498
|
-
.
|
|
1499
|
-
|
|
1394
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
|
|
1395
|
+
fill: var(--hover-text-color);
|
|
1500
1396
|
}
|
|
1501
|
-
.
|
|
1502
|
-
|
|
1397
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
|
|
1398
|
+
overflow: hidden;
|
|
1399
|
+
margin-top: 44px;
|
|
1503
1400
|
}
|
|
1504
|
-
.
|
|
1505
|
-
|
|
1401
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
|
|
1402
|
+
width: 820px;
|
|
1506
1403
|
}
|
|
1507
|
-
.
|
|
1508
|
-
|
|
1509
|
-
height: 60px;
|
|
1404
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
|
|
1405
|
+
list-style-type: none;
|
|
1510
1406
|
}
|
|
1511
|
-
.
|
|
1512
|
-
|
|
1513
|
-
|
|
1407
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
|
|
1408
|
+
padding-left: 2px;
|
|
1409
|
+
padding-right: 2px;
|
|
1410
|
+
background: var(--primary-background-color);
|
|
1514
1411
|
}
|
|
1515
|
-
.
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1412
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
1413
|
+
display: inline-block;
|
|
1414
|
+
float: left;
|
|
1415
|
+
padding: 5px;
|
|
1416
|
+
width: 200px;
|
|
1519
1417
|
}
|
|
1520
|
-
.
|
|
1521
|
-
|
|
1522
|
-
|
|
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;
|
|
1418
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
|
|
1419
|
+
position: relative;
|
|
1420
|
+
padding: 0 5px;
|
|
1530
1421
|
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
1422
|
}
|
|
1538
|
-
.
|
|
1539
|
-
|
|
1540
|
-
padding: 5px;
|
|
1423
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
|
|
1424
|
+
padding: 0;
|
|
1541
1425
|
}
|
|
1542
|
-
.
|
|
1543
|
-
|
|
1544
|
-
padding: 2px 10px;
|
|
1545
|
-
display: block;
|
|
1546
|
-
text-decoration: none;
|
|
1426
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
|
|
1427
|
+
width: 100%;
|
|
1547
1428
|
}
|
|
1548
|
-
.
|
|
1549
|
-
background-color
|
|
1550
|
-
color: white;
|
|
1429
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
|
|
1430
|
+
background: var(--secondary-background-color);
|
|
1551
1431
|
}
|
|
1552
|
-
.
|
|
1553
|
-
|
|
1554
|
-
text-decoration: none;
|
|
1432
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
|
|
1433
|
+
background: var(--secondary-background-color);
|
|
1555
1434
|
}
|
|
1556
|
-
.
|
|
1557
|
-
|
|
1435
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
|
|
1436
|
+
text-align: center;
|
|
1437
|
+
font-weight: bold;
|
|
1438
|
+
padding-bottom: 4px;
|
|
1439
|
+
font-size: 14px;
|
|
1558
1440
|
}
|
|
1559
|
-
|
|
1560
|
-
|
|
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;
|
|
1441
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
|
|
1442
|
+
margin: 0;
|
|
1572
1443
|
position: absolute;
|
|
1444
|
+
right: 0;
|
|
1573
1445
|
top: 0;
|
|
1574
|
-
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
|
|
1449
|
+
width: 250px;
|
|
1450
|
+
}
|
|
1451
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
|
|
1575
1452
|
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
1453
|
}
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
margin-top: 45px;
|
|
1454
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
|
|
1455
|
+
padding: 0 5px;
|
|
1456
|
+
height: auto;
|
|
1586
1457
|
}
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
font-size: 18px;
|
|
1458
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
|
|
1459
|
+
width: 100%;
|
|
1460
|
+
flex-direction: column;
|
|
1591
1461
|
}
|
|
1592
|
-
|
|
1593
|
-
width:
|
|
1594
|
-
margin: 0 auto;
|
|
1462
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
|
|
1463
|
+
width: 100%;
|
|
1595
1464
|
}
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
margin-top: 15px;
|
|
1465
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
1466
|
+
width: 100%;
|
|
1599
1467
|
}
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
}.share_plugin[data-share] {
|
|
1605
|
-
pointer-events: auto;
|
|
1606
|
-
z-index: 5;
|
|
1607
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1468
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
|
|
1469
|
+
padding-top: 12px;
|
|
1470
|
+
height: 38px;
|
|
1471
|
+
text-align: center;
|
|
1608
1472
|
}
|
|
1609
|
-
.
|
|
1610
|
-
|
|
1473
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
|
|
1474
|
+
text-align: center;
|
|
1611
1475
|
}
|
|
1612
|
-
.
|
|
1613
|
-
|
|
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;
|
|
1476
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
|
|
1477
|
+
height: 80px;
|
|
1623
1478
|
}
|
|
1624
|
-
.
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
margin: 0 6px;
|
|
1628
|
-
padding: 0;
|
|
1629
|
-
cursor: pointer;
|
|
1630
|
-
display: inline-block;
|
|
1631
|
-
width: 19px;
|
|
1632
|
-
height: 20px;
|
|
1479
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
|
|
1480
|
+
bottom: 0;
|
|
1481
|
+
left: 0;
|
|
1633
1482
|
}
|
|
1634
|
-
.
|
|
1635
|
-
|
|
1636
|
-
position: absolute;
|
|
1637
|
-
width: 280px;
|
|
1638
|
-
background-color: white;
|
|
1639
|
-
transform: translate(0, 50%);
|
|
1483
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
|
|
1484
|
+
inset: 50% auto auto 50%;
|
|
1640
1485
|
transform: translate(-50%, -50%);
|
|
1641
|
-
left: 50%;
|
|
1642
|
-
/* margin-left: -140px; */
|
|
1643
|
-
top: calc(50% - 20px);
|
|
1644
|
-
/* margin-top: -170px; */
|
|
1645
1486
|
}
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1487
|
+
|
|
1488
|
+
.speed-test-button {
|
|
1489
|
+
margin: 10px 0 0;
|
|
1490
|
+
color: #000;
|
|
1649
1491
|
}
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1492
|
+
|
|
1493
|
+
.speed-test {
|
|
1494
|
+
position: absolute;
|
|
1495
|
+
top: 0;
|
|
1496
|
+
left: 0;
|
|
1497
|
+
width: 100%;
|
|
1498
|
+
height: 100%;
|
|
1499
|
+
z-index: 9999;
|
|
1654
1500
|
}
|
|
1655
|
-
.
|
|
1656
|
-
|
|
1657
|
-
|
|
1501
|
+
.speed-test .speed-test-header {
|
|
1502
|
+
width: 100%;
|
|
1503
|
+
height: 32px;
|
|
1504
|
+
}
|
|
1505
|
+
.speed-test .speed-test-header .close-speed-test {
|
|
1658
1506
|
float: right;
|
|
1659
|
-
margin: 5px;
|
|
1507
|
+
margin-right: 5px;
|
|
1508
|
+
line-height: 32px;
|
|
1660
1509
|
cursor: pointer;
|
|
1510
|
+
color: var(--primary-text-color);
|
|
1661
1511
|
}
|
|
1662
|
-
.
|
|
1663
|
-
|
|
1664
|
-
}
|
|
1665
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1666
|
-
text-align: left;
|
|
1667
|
-
font-size: 14px;
|
|
1668
|
-
padding: 5px;
|
|
1669
|
-
}
|
|
1670
|
-
.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 {
|
|
1671
|
-
overflow: hidden;
|
|
1672
|
-
text-overflow: ellipsis;
|
|
1673
|
-
color: #818181;
|
|
1674
|
-
border: solid 1px #d3d3d3;
|
|
1675
|
-
width: calc(100% - 10px);
|
|
1676
|
-
padding: 5px;
|
|
1677
|
-
}
|
|
1678
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1679
|
-
max-height: 90px;
|
|
1680
|
-
resize: none;
|
|
1512
|
+
.speed-test .speed-test-header .close-speed-test:hover {
|
|
1513
|
+
color: var(--hover-text-color);
|
|
1681
1514
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
margin
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1515
|
+
|
|
1516
|
+
.settings-button {
|
|
1517
|
+
float: right;
|
|
1518
|
+
margin: 0 12px 0 0;
|
|
1519
|
+
height: 40px;
|
|
1520
|
+
width: 24px;
|
|
1521
|
+
border: none;
|
|
1522
|
+
padding: 0;
|
|
1690
1523
|
}
|
|
1691
|
-
|
|
1524
|
+
|
|
1525
|
+
.settings-options-list {
|
|
1692
1526
|
position: absolute;
|
|
1693
1527
|
right: 16px;
|
|
1694
1528
|
bottom: 52px;
|
|
1529
|
+
background: var(--primary-background-color);
|
|
1695
1530
|
width: 250px;
|
|
1696
|
-
|
|
1531
|
+
height: 48px;
|
|
1697
1532
|
z-index: 9999;
|
|
1698
1533
|
border-radius: 4px;
|
|
1699
1534
|
}
|
|
1700
|
-
.
|
|
1701
|
-
padding: 8px 0;
|
|
1702
|
-
}
|
|
1703
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
|
|
1535
|
+
.settings-options-list svg {
|
|
1704
1536
|
float: left;
|
|
1705
1537
|
margin-right: 10px;
|
|
1706
1538
|
}
|
|
1707
|
-
.
|
|
1539
|
+
.settings-options-list .settings-speedtest-option {
|
|
1540
|
+
color: var(--primary-text-color);
|
|
1708
1541
|
margin: 0;
|
|
1709
1542
|
text-align: left;
|
|
1543
|
+
height: 24px;
|
|
1710
1544
|
line-height: 22px;
|
|
1711
|
-
padding:
|
|
1545
|
+
padding: 14px;
|
|
1712
1546
|
width: 250px;
|
|
1713
1547
|
font-size: 12px;
|
|
1714
1548
|
}
|
|
1715
|
-
.
|
|
1716
|
-
|
|
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;
|
|
1549
|
+
.settings-options-list .settings-speedtest-option:hover {
|
|
1550
|
+
color: var(--hover-text-color);
|
|
1722
1551
|
}
|
|
1723
|
-
.
|
|
1724
|
-
|
|
1725
|
-
}.seek-time[data-seek-time] {
|
|
1726
|
-
position: absolute;
|
|
1727
|
-
white-space: nowrap;
|
|
1728
|
-
height: 20px;
|
|
1729
|
-
line-height: 20px;
|
|
1730
|
-
font-size: 0;
|
|
1731
|
-
left: -100%;
|
|
1732
|
-
bottom: 55px;
|
|
1733
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1734
|
-
z-index: 9999;
|
|
1735
|
-
transition: opacity 0.1s ease;
|
|
1552
|
+
.settings-options-list .settings-speedtest-option:hover svg path {
|
|
1553
|
+
fill: var(--hover-text-color);
|
|
1736
1554
|
}
|
|
1737
|
-
.
|
|
1738
|
-
|
|
1555
|
+
.settings-options-list .settings-speedtest-option svg path {
|
|
1556
|
+
fill: var(--primary-text-color);
|
|
1739
1557
|
}
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1558
|
+
|
|
1559
|
+
.speedtest-summary {
|
|
1560
|
+
width: 100%;
|
|
1561
|
+
border-top: 1px solid var(--secondary-background-color) !important;
|
|
1562
|
+
border-bottom: 1px solid var(--secondary-background-color) !important;
|
|
1563
|
+
display: flex !important;
|
|
1564
|
+
flex-direction: column;
|
|
1565
|
+
align-items: stretch;
|
|
1566
|
+
justify-content: space-between;
|
|
1747
1567
|
}
|
|
1748
|
-
.
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1568
|
+
.speedtest-summary .speedtest-summary-header {
|
|
1569
|
+
width: 100%;
|
|
1570
|
+
padding-top: 4px;
|
|
1571
|
+
text-align: left;
|
|
1572
|
+
height: 32px;
|
|
1573
|
+
font-size: 14px;
|
|
1574
|
+
font-weight: 500;
|
|
1575
|
+
line-height: 20px;
|
|
1754
1576
|
}
|
|
1755
|
-
.
|
|
1756
|
-
|
|
1757
|
-
margin-right: 7px;
|
|
1758
|
-
}.media-control-pip {
|
|
1759
|
-
order: 95;
|
|
1577
|
+
.speedtest-summary .speedtest-summary-block {
|
|
1578
|
+
position: relative;
|
|
1760
1579
|
display: flex;
|
|
1580
|
+
flex-direction: row;
|
|
1581
|
+
width: 100%;
|
|
1761
1582
|
}
|
|
1762
|
-
.
|
|
1763
|
-
|
|
1583
|
+
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
|
|
1584
|
+
width: 50%;
|
|
1585
|
+
margin-top: 4px;
|
|
1586
|
+
margin-bottom: 12px;
|
|
1764
1587
|
}
|
|
1765
|
-
.
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1588
|
+
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
1589
|
+
padding: 2px;
|
|
1590
|
+
width: 248px;
|
|
1591
|
+
max-width: 100%;
|
|
1769
1592
|
}
|
|
1770
1593
|
|
|
1771
|
-
.
|
|
1772
|
-
font-weight: 600;
|
|
1773
|
-
font-size: 14px;
|
|
1774
|
-
line-height: 20px;
|
|
1594
|
+
.speedtest-quality {
|
|
1775
1595
|
width: 100%;
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
float: left;
|
|
1781
|
-
padding-top: 2px;
|
|
1782
|
-
padding-right: 2px;
|
|
1596
|
+
height: 36px;
|
|
1597
|
+
display: flex !important;
|
|
1598
|
+
flex-direction: column !important;
|
|
1599
|
+
justify-content: space-between !important;
|
|
1783
1600
|
}
|
|
1784
|
-
.
|
|
1785
|
-
|
|
1601
|
+
.speedtest-quality .speedtest-quality-header {
|
|
1602
|
+
font-size: 12px;
|
|
1603
|
+
height: 20px;
|
|
1604
|
+
border-left: 2px solid var(--secondary-background-color) !important;
|
|
1605
|
+
background-color: var(--secondary-background-color);
|
|
1606
|
+
text-align: left;
|
|
1786
1607
|
}
|
|
1787
|
-
.
|
|
1608
|
+
.speedtest-quality-content {
|
|
1788
1609
|
width: 100%;
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1610
|
+
margin-top: 8px;
|
|
1611
|
+
height: 8px;
|
|
1612
|
+
display: flex !important;
|
|
1613
|
+
flex-direction: row !important;
|
|
1614
|
+
align-items: stretch !important;
|
|
1615
|
+
justify-content: space-between;
|
|
1792
1616
|
}
|
|
1793
|
-
.
|
|
1794
|
-
|
|
1795
|
-
|
|
1617
|
+
.speedtest-quality-content-item {
|
|
1618
|
+
width: 18.8%;
|
|
1619
|
+
background-color: #fff;
|
|
1796
1620
|
}
|
|
1797
|
-
.
|
|
1798
|
-
background-color:
|
|
1799
|
-
padding: 5px;
|
|
1621
|
+
.speedtest-quality-content-item.speedtest-quality-value-1 {
|
|
1622
|
+
background-color: var(--speedtest-red);
|
|
1800
1623
|
}
|
|
1801
|
-
.
|
|
1802
|
-
|
|
1803
|
-
text-decoration: none;
|
|
1804
|
-
height: 32px;
|
|
1805
|
-
padding: 5px 10px;
|
|
1806
|
-
line-height: 22px;
|
|
1807
|
-
color: #fffffe;
|
|
1624
|
+
.speedtest-quality-content-item.speedtest-quality-value-2 {
|
|
1625
|
+
background-color: var(--speedtest-orange);
|
|
1808
1626
|
}
|
|
1809
|
-
.
|
|
1810
|
-
color:
|
|
1811
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1627
|
+
.speedtest-quality-content-item.speedtest-quality-value-3 {
|
|
1628
|
+
background-color: var(--speedtest-yellow);
|
|
1812
1629
|
}
|
|
1813
|
-
.
|
|
1814
|
-
color:
|
|
1815
|
-
text-decoration: none;
|
|
1630
|
+
.speedtest-quality-content-item.speedtest-quality-value-4 {
|
|
1631
|
+
background-color: var(--speedtest-light-green);
|
|
1816
1632
|
}
|
|
1817
|
-
.
|
|
1818
|
-
|
|
1819
|
-
height: 20px;
|
|
1820
|
-
float: left;
|
|
1821
|
-
display: block;
|
|
1633
|
+
.speedtest-quality-content-item.speedtest-quality-value-5 {
|
|
1634
|
+
background-color: var(--speedtest-green);
|
|
1822
1635
|
}
|
|
1823
|
-
|
|
1824
|
-
|
|
1636
|
+
|
|
1637
|
+
.speedtest-footer {
|
|
1638
|
+
position: relative;
|
|
1639
|
+
float: left;
|
|
1640
|
+
width: 100%;
|
|
1641
|
+
height: 30px;
|
|
1642
|
+
line-height: 16px;
|
|
1825
1643
|
}
|
|
1826
|
-
.
|
|
1827
|
-
display: inline;
|
|
1828
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1644
|
+
.speedtest-footer-about-link {
|
|
1829
1645
|
position: absolute;
|
|
1830
|
-
|
|
1831
|
-
text-align: center;
|
|
1832
|
-
z-index: 999;
|
|
1646
|
+
bottom: 0;
|
|
1833
1647
|
left: 0;
|
|
1648
|
+
color: var(--secondary-text-color);
|
|
1649
|
+
text-decoration: underline !important;
|
|
1650
|
+
}
|
|
1651
|
+
.speedtest-footer-about-link:hover {
|
|
1652
|
+
color: var(--hover-text-color);
|
|
1653
|
+
}
|
|
1654
|
+
.speedtest-footer .speedtest-footer-refresh {
|
|
1655
|
+
position: absolute;
|
|
1656
|
+
bottom: 0;
|
|
1834
1657
|
right: 0;
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1658
|
+
color: var(--secondary-text-color);
|
|
1659
|
+
font-size: 14px;
|
|
1660
|
+
font-weight: 400;
|
|
1661
|
+
line-height: 16px;
|
|
1662
|
+
height: 16px;
|
|
1663
|
+
display: flex;
|
|
1664
|
+
align-items: center;
|
|
1665
|
+
gap: 4px;
|
|
1841
1666
|
}
|
|
1842
|
-
.
|
|
1843
|
-
|
|
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;
|
|
1667
|
+
.speedtest-footer .speedtest-footer-refresh svg path {
|
|
1668
|
+
fill: var(--secondary-text-color);
|
|
1851
1669
|
}
|
|
1852
|
-
.
|
|
1853
|
-
|
|
1670
|
+
.speedtest-footer .speedtest-footer-refresh:hover {
|
|
1671
|
+
color: var(--hover-text-color);
|
|
1672
|
+
}
|
|
1673
|
+
.speedtest-footer .speedtest-footer-refresh:hover svg path {
|
|
1674
|
+
fill: var(--hover-text-color);
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
1678
|
+
position: fixed;
|
|
1679
|
+
height: auto;
|
|
1680
|
+
width: auto;
|
|
1681
|
+
inset: 0;
|
|
1682
|
+
min-width: 100vw;
|
|
1683
|
+
padding-bottom: 4px;
|
|
1684
|
+
padding-left: 4px;
|
|
1685
|
+
padding-right: 4px;
|
|
1686
|
+
}
|
|
1687
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
1688
|
+
position: fixed;
|
|
1689
|
+
}
|
|
1690
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
1691
|
+
width: 50%;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
@media only screen and (orientation: portrait) {
|
|
1695
|
+
.mobile .speedtest-summary {
|
|
1696
|
+
padding: 0 5px;
|
|
1697
|
+
height: auto;
|
|
1698
|
+
}
|
|
1699
|
+
.mobile .speedtest-summary-block {
|
|
1700
|
+
width: 100%;
|
|
1701
|
+
flex-direction: column;
|
|
1702
|
+
}
|
|
1703
|
+
.mobile .speedtest-summary-block .speedtest-summary-subblock {
|
|
1704
|
+
width: 100%;
|
|
1705
|
+
}
|
|
1706
|
+
.mobile .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
1707
|
+
width: 100%;
|
|
1708
|
+
}
|
|
1709
|
+
.mobile .speedtest-summary-header {
|
|
1710
|
+
padding-top: 12px;
|
|
1711
|
+
height: 38px;
|
|
1712
|
+
text-align: center;
|
|
1713
|
+
}
|
|
1714
|
+
.mobile .speedtest-quality-header {
|
|
1715
|
+
text-align: center;
|
|
1716
|
+
}
|
|
1717
|
+
.mobile .speedtest-footer .speedtest-footer-refresh {
|
|
1718
|
+
inset: 50% auto auto 50%;
|
|
1719
|
+
transform: translate(-50%, -50%);
|
|
1720
|
+
}
|
|
1854
1721
|
}
|
|
1855
|
-
|
|
1856
|
-
|
|
1722
|
+
@media only screen and (orientation: landscape) {
|
|
1723
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
1724
|
+
width: 25%;
|
|
1725
|
+
}
|
|
1726
|
+
}.gear-option_hd-icon.hidden {
|
|
1727
|
+
display: none;
|
|
1857
1728
|
}
|
|
1858
1729
|
|
|
1859
|
-
|
|
1860
|
-
0
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
}
|
|
1730
|
+
.quality-levels li.disabled {
|
|
1731
|
+
opacity: 0.5;
|
|
1732
|
+
pointer-events: none;
|
|
1733
|
+
}
|
|
1734
|
+
.quality-levels li.current {
|
|
1735
|
+
background-color: #000;
|
|
1866
1736
|
}*,
|
|
1867
1737
|
:focus,
|
|
1868
1738
|
:visited {
|
|
@@ -1937,6 +1807,170 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1937
1807
|
.ios-fullscreen::cue {
|
|
1938
1808
|
visibility: visible !important;
|
|
1939
1809
|
font-size: 1em !important;
|
|
1810
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1811
|
+
position: absolute;
|
|
1812
|
+
width: 70px;
|
|
1813
|
+
text-align: center;
|
|
1814
|
+
z-index: 999;
|
|
1815
|
+
left: 0;
|
|
1816
|
+
right: 0;
|
|
1817
|
+
margin: 0 auto;
|
|
1818
|
+
margin-left: auto;
|
|
1819
|
+
margin-right: auto;
|
|
1820
|
+
/* center vertically */
|
|
1821
|
+
top: 50%;
|
|
1822
|
+
transform: translateY(-50%);
|
|
1823
|
+
}
|
|
1824
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1825
|
+
width: 18px;
|
|
1826
|
+
height: 18px;
|
|
1827
|
+
background-color: #FFF;
|
|
1828
|
+
border-radius: 100%;
|
|
1829
|
+
display: inline-block;
|
|
1830
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1831
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1832
|
+
animation-fill-mode: both;
|
|
1833
|
+
}
|
|
1834
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1835
|
+
animation-delay: -0.32s;
|
|
1836
|
+
}
|
|
1837
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1838
|
+
animation-delay: -0.16s;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
@keyframes bouncedelay {
|
|
1842
|
+
0%, 80%, 100% {
|
|
1843
|
+
transform: scale(0);
|
|
1844
|
+
}
|
|
1845
|
+
40% {
|
|
1846
|
+
transform: scale(1);
|
|
1847
|
+
}
|
|
1848
|
+
}.player-poster[data-poster] {
|
|
1849
|
+
display: flex;
|
|
1850
|
+
justify-content: center;
|
|
1851
|
+
align-items: center;
|
|
1852
|
+
position: absolute;
|
|
1853
|
+
height: 100%;
|
|
1854
|
+
width: 100%;
|
|
1855
|
+
z-index: 998;
|
|
1856
|
+
top: 0;
|
|
1857
|
+
left: 0;
|
|
1858
|
+
background-color: #000;
|
|
1859
|
+
background-size: cover;
|
|
1860
|
+
background-repeat: no-repeat;
|
|
1861
|
+
background-position: 50% 50%;
|
|
1862
|
+
}
|
|
1863
|
+
.player-poster[data-poster].clickable {
|
|
1864
|
+
cursor: pointer;
|
|
1865
|
+
}
|
|
1866
|
+
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
1867
|
+
opacity: 1;
|
|
1868
|
+
}
|
|
1869
|
+
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
1870
|
+
width: 100%;
|
|
1871
|
+
height: 25%;
|
|
1872
|
+
margin: 0 auto;
|
|
1873
|
+
opacity: 0.75;
|
|
1874
|
+
transition: opacity 0.1s ease;
|
|
1875
|
+
}
|
|
1876
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
1877
|
+
height: 100%;
|
|
1878
|
+
display: inline;
|
|
1879
|
+
}
|
|
1880
|
+
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1881
|
+
fill: #fff;
|
|
1882
|
+
}.media-control-pip {
|
|
1883
|
+
order: 95;
|
|
1884
|
+
display: flex;
|
|
1885
|
+
}
|
|
1886
|
+
.media-control-pip button {
|
|
1887
|
+
height: 20px;
|
|
1888
|
+
}
|
|
1889
|
+
.media-control-pip button svg {
|
|
1890
|
+
height: 20px;
|
|
1891
|
+
}.share_plugin[data-share] {
|
|
1892
|
+
pointer-events: auto;
|
|
1893
|
+
z-index: 5;
|
|
1894
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1895
|
+
}
|
|
1896
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1897
|
+
right: -50px;
|
|
1898
|
+
}
|
|
1899
|
+
.share_plugin[data-share] .share-button-container {
|
|
1900
|
+
cursor: pointer;
|
|
1901
|
+
width: 36px;
|
|
1902
|
+
height: 36px;
|
|
1903
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1904
|
+
border-radius: 4px;
|
|
1905
|
+
position: absolute;
|
|
1906
|
+
right: 10px;
|
|
1907
|
+
top: 10px;
|
|
1908
|
+
padding-top: 6px;
|
|
1909
|
+
transition: all 0.3s ease-out;
|
|
1910
|
+
}
|
|
1911
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1912
|
+
background-color: transparent;
|
|
1913
|
+
border: 0;
|
|
1914
|
+
margin: 0 6px;
|
|
1915
|
+
padding: 0;
|
|
1916
|
+
cursor: pointer;
|
|
1917
|
+
display: inline-block;
|
|
1918
|
+
width: 19px;
|
|
1919
|
+
height: 20px;
|
|
1920
|
+
}
|
|
1921
|
+
.share_plugin[data-share] .share-container {
|
|
1922
|
+
pointer-events: auto;
|
|
1923
|
+
position: absolute;
|
|
1924
|
+
width: 280px;
|
|
1925
|
+
background-color: white;
|
|
1926
|
+
transform: translate(0, 50%);
|
|
1927
|
+
transform: translate(-50%, -50%);
|
|
1928
|
+
left: 50%;
|
|
1929
|
+
/* margin-left: -140px; */
|
|
1930
|
+
top: calc(50% - 20px);
|
|
1931
|
+
/* margin-top: -170px; */
|
|
1932
|
+
}
|
|
1933
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1934
|
+
text-align: left;
|
|
1935
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1936
|
+
}
|
|
1937
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1938
|
+
display: inline-block;
|
|
1939
|
+
font-size: 16px;
|
|
1940
|
+
margin: 5px;
|
|
1941
|
+
}
|
|
1942
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1943
|
+
display: inline-block;
|
|
1944
|
+
width: 24px;
|
|
1945
|
+
float: right;
|
|
1946
|
+
margin: 5px;
|
|
1947
|
+
cursor: pointer;
|
|
1948
|
+
}
|
|
1949
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1950
|
+
margin-bottom: 8px;
|
|
1951
|
+
}
|
|
1952
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1953
|
+
text-align: left;
|
|
1954
|
+
font-size: 14px;
|
|
1955
|
+
padding: 5px;
|
|
1956
|
+
}
|
|
1957
|
+
.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 {
|
|
1958
|
+
overflow: hidden;
|
|
1959
|
+
text-overflow: ellipsis;
|
|
1960
|
+
color: #818181;
|
|
1961
|
+
border: solid 1px #d3d3d3;
|
|
1962
|
+
width: calc(100% - 10px);
|
|
1963
|
+
padding: 5px;
|
|
1964
|
+
}
|
|
1965
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1966
|
+
max-height: 90px;
|
|
1967
|
+
resize: none;
|
|
1968
|
+
}
|
|
1969
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1970
|
+
width: 32px;
|
|
1971
|
+
display: inline-block;
|
|
1972
|
+
margin-right: 5px;
|
|
1973
|
+
cursor: pointer;
|
|
1940
1974
|
}.scrub-thumbnails {
|
|
1941
1975
|
position: absolute;
|
|
1942
1976
|
bottom: 52px;
|
|
@@ -1998,6 +2032,15 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1998
2032
|
}
|
|
1999
2033
|
.scrub-thumbnails .backdrop .carousel img {
|
|
2000
2034
|
width: auto;
|
|
2035
|
+
}.player-logo[data-logo] {
|
|
2036
|
+
position: absolute;
|
|
2037
|
+
z-index: 2;
|
|
2038
|
+
width: 100%;
|
|
2039
|
+
height: 100%;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
.clappr-logo {
|
|
2043
|
+
position: absolute;
|
|
2001
2044
|
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
2002
2045
|
height: 0;
|
|
2003
2046
|
}
|
|
@@ -2019,47 +2062,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2019
2062
|
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
2020
2063
|
width: 33.3%;
|
|
2021
2064
|
height: 100%;
|
|
2022
|
-
}.player-poster[data-poster] {
|
|
2023
|
-
display: flex;
|
|
2024
|
-
justify-content: center;
|
|
2025
|
-
align-items: center;
|
|
2026
|
-
position: absolute;
|
|
2027
|
-
height: 100%;
|
|
2028
|
-
width: 100%;
|
|
2029
|
-
z-index: 998;
|
|
2030
|
-
top: 0;
|
|
2031
|
-
left: 0;
|
|
2032
|
-
background-color: #000;
|
|
2033
|
-
background-size: cover;
|
|
2034
|
-
background-repeat: no-repeat;
|
|
2035
|
-
background-position: 50% 50%;
|
|
2036
|
-
}
|
|
2037
|
-
.player-poster[data-poster].clickable {
|
|
2038
|
-
cursor: pointer;
|
|
2039
|
-
}
|
|
2040
|
-
.player-poster[data-poster]:hover .play-wrapper[data-poster] {
|
|
2041
|
-
opacity: 1;
|
|
2042
|
-
}
|
|
2043
|
-
.player-poster[data-poster] .play-wrapper[data-poster] {
|
|
2044
|
-
width: 100%;
|
|
2045
|
-
height: 25%;
|
|
2046
|
-
margin: 0 auto;
|
|
2047
|
-
opacity: 0.75;
|
|
2048
|
-
transition: opacity 0.1s ease;
|
|
2049
|
-
}
|
|
2050
|
-
.player-poster[data-poster] .play-wrapper[data-poster] svg {
|
|
2051
|
-
height: 100%;
|
|
2052
|
-
display: inline;
|
|
2053
|
-
}
|
|
2054
|
-
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
2055
|
-
fill: #fff;
|
|
2056
|
-
}.player-logo[data-logo] {
|
|
2057
|
-
position: absolute;
|
|
2058
|
-
z-index: 2;
|
|
2059
|
-
width: 100%;
|
|
2060
|
-
height: 100%;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.clappr-logo {
|
|
2064
|
-
position: absolute;
|
|
2065
2065
|
}
|