@gcorevideo/player 2.20.18 → 2.20.19

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.
@@ -122,1030 +122,687 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.big-mute-icon-wrapper[data-big-mute] {
125
+ }:root {
126
+ --primary-background-color: #000;
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;
136
+ }
137
+
138
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
126
139
  position: absolute;
127
- z-index: 9998;
128
- background-color: transparent;
129
- display: flex;
130
- justify-content: center;
140
+ display: inline-block;
141
+ bottom: 52px;
142
+ right: 16px;
143
+ padding: 0 10px 12px;
144
+ margin: 0;
145
+ 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;
131
160
  width: 100%;
132
- height: calc(100% - 50px);
133
- margin: 0 auto;
134
- opacity: 0.75;
135
- transition: opacity 0.1s ease;
136
- pointer-events: auto;
161
+ height: 32px;
162
+ background: var(--primary-background-color);
137
163
  }
138
- .big-mute-icon-wrapper[data-big-mute].hide {
139
- display: none;
164
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
165
+ float: right;
166
+ margin-right: 12px;
167
+ margin-top: 10px;
168
+ display: block;
169
+ width: 12px;
170
+ height: 12px;
140
171
  }
141
- .big-mute-icon-wrapper[data-big-mute]:hover {
142
- cursor: pointer;
172
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
173
+ fill: var(--primary-text-color);
143
174
  }
144
-
145
- .big-mute-icon[data-big-mute-icon] {
146
- display: flex;
147
- align-items: center;
148
- justify-content: center;
149
- align-self: center;
150
- width: 120px;
151
- height: 120px;
152
- border: 2px solid white;
153
- border-radius: 50%;
154
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
155
- filter: alpha(opacity=60);
156
- opacity: 1;
157
- box-shadow: 0 0 1px 0 white;
158
- background: rgba(240, 243, 247, 0.9411764706);
159
- z-index: 10000;
175
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
176
+ fill: var(--hover-text-color);
160
177
  }
161
- .big-mute-icon[data-big-mute-icon] svg {
162
- margin-left: 5px;
163
- width: 80px;
164
- height: 80px;
178
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
179
+ overflow: hidden;
180
+ margin-top: 44px;
165
181
  }
166
- .big-mute-icon[data-big-mute-icon] svg path {
167
- fill: #1f1e1e !important;
182
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
183
+ width: 820px;
168
184
  }
169
- .big-mute-icon[data-big-mute-icon]:hover {
170
- background: rgba(240, 243, 247, 0.8784313725);
185
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
186
+ list-style-type: none;
171
187
  }
172
- .big-mute-icon[data-big-mute-icon]:hover svg path {
173
- fill: #151515 !important;
174
- }*, :focus, :visited {
175
- outline: none !important;
188
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
189
+ padding-left: 2px;
190
+ padding-right: 2px;
191
+ background: var(--primary-background-color);
176
192
  }
177
-
178
- .audio_selector[data-track-selector] {
179
- float: right;
180
- margin-top: 4px;
193
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
194
+ display: inline-block;
195
+ float: left;
196
+ padding: 5px;
197
+ width: 200px;
198
+ }
199
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
181
200
  position: relative;
182
- width: 50px;
183
- font-family: Roboto, "Open Sans", Arial, sans-serif;
201
+ padding: 0 5px;
202
+ text-align: left;
184
203
  }
185
- .audio_selector[data-track-selector] button {
186
- background-color: transparent;
187
- color: #fff;
188
- -webkit-font-smoothing: antialiased;
189
- border: none;
190
- font-size: 14px;
191
- cursor: pointer;
204
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
205
+ padding: 0;
192
206
  }
193
- .audio_selector[data-track-selector] button .audio-text {
194
- text-overflow: ellipsis;
195
- overflow: hidden;
196
- white-space: nowrap;
197
- max-width: 100px;
198
- background-color: transparent;
199
- -webkit-font-smoothing: antialiased;
200
- border: none;
201
- font-size: 14px;
202
- cursor: pointer;
203
- padding-top: 5px;
207
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
208
+ width: 100%;
204
209
  }
205
- .audio_selector[data-track-selector] button:hover {
206
- color: #c9c9c9;
210
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
211
+ background: var(--secondary-background-color);
207
212
  }
208
- .audio_selector[data-track-selector] button.changing {
209
- animation: pulse 0.5s infinite alternate;
213
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
214
+ background: var(--secondary-background-color);
210
215
  }
211
- .audio_selector[data-track-selector] button span.audio-arrow {
212
- width: 9px;
213
- height: 6px;
214
- margin-top: 11px;
215
- margin-left: 5px;
216
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
217
+ text-align: center;
218
+ font-weight: bold;
219
+ padding-bottom: 4px;
220
+ font-size: 14px;
216
221
  }
217
- .audio_selector[data-track-selector] > ul {
218
- max-width: 114px;
219
- list-style-type: none;
222
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
223
+ margin: 0;
220
224
  position: absolute;
221
- bottom: 25px;
222
- border: 1px solid black;
223
- display: none;
224
- background-color: #e6e6e6;
225
- }
226
- .audio_selector[data-track-selector] li {
227
- font-size: 10px;
225
+ right: 0;
226
+ top: 0;
228
227
  }
229
- .audio_selector[data-track-selector] li[data-title] {
230
- background-color: #c3c2c2;
231
- padding: 5px;
228
+
229
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
230
+ width: 250px;
232
231
  }
233
- .audio_selector[data-track-selector] li a {
234
- color: #444;
235
- padding: 2px 10px;
236
- display: block;
237
- text-decoration: none;
238
- text-overflow: ellipsis;
239
- overflow: hidden;
240
- white-space: nowrap;
232
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
233
+ width: 100%;
241
234
  }
242
- .audio_selector[data-track-selector] li a:hover {
243
- background-color: #555;
244
- color: white;
235
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
236
+ padding: 0 5px;
237
+ height: auto;
245
238
  }
246
- .audio_selector[data-track-selector] li a:hover a {
247
- color: white;
248
- text-decoration: none;
239
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
240
+ width: 100%;
241
+ flex-direction: column;
249
242
  }
250
- .audio_selector[data-track-selector] li.current a {
251
- color: #f00;
243
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
244
+ width: 100%;
252
245
  }
253
-
254
- .audio_selector[data-track-selector] {
255
- width: auto;
256
- margin-top: 7px;
257
- margin-right: 20px;
246
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
247
+ width: 100%;
258
248
  }
259
- .audio_selector[data-track-selector] button[data-level-selector-button],
260
- .audio_selector[data-track-selector] button[data-track-selector-button] {
261
- display: flex;
262
- justify-content: center;
263
- padding: 0;
249
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
250
+ padding-top: 12px;
251
+ height: 38px;
252
+ text-align: center;
264
253
  }
265
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
266
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
267
- color: white;
254
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
255
+ text-align: center;
268
256
  }
269
- .audio_selector[data-track-selector] ul {
270
- background-color: rgba(74, 74, 74, 0.6);
271
- border: none;
272
- min-width: 60px;
273
- transform: rotate(180deg);
274
- border-radius: 4px;
275
- bottom: 40px;
276
- right: -2px;
257
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
258
+ height: 80px;
277
259
  }
278
- .audio_selector[data-track-selector] ul li {
279
- transform: rotate(-180deg);
280
- font-size: 16px;
281
- text-align: right;
282
- height: 30px;
260
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
261
+ bottom: 0;
262
+ left: 0;
283
263
  }
284
- .audio_selector[data-track-selector] ul li a {
285
- height: 30px;
286
- padding: 5px 10px;
287
- color: #fffffe;
264
+ .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
265
+ inset: 50% auto auto 50%;
266
+ transform: translate(-50%, -50%);
288
267
  }
289
- .audio_selector[data-track-selector] ul li a:hover {
290
- background-color: rgba(0, 0, 0, 0.4);
291
- }
292
- .audio_selector[data-track-selector] ul li:first-child a {
293
- border-bottom-left-radius: 4px;
294
- border-bottom-right-radius: 4px;
295
- }
296
- .audio_selector[data-track-selector] ul li:last-child a {
297
- border-top-left-radius: 4px;
298
- border-top-right-radius: 4px;
268
+
269
+ .speed-test-button {
270
+ margin: 10px 0 0;
271
+ color: #000;
299
272
  }
300
273
 
301
- @keyframes pulse {
302
- 0% {
303
- color: #fff;
304
- }
305
- 50% {
306
- color: #ff0101;
307
- }
308
- 100% {
309
- color: #B80000;
310
- }
311
- }div.player-error-screen, [data-player] div.player-error-screen {
312
- color: #CCCACA;
274
+ .speed-test {
313
275
  position: absolute;
314
276
  top: 0;
277
+ left: 0;
278
+ width: 100%;
315
279
  height: 100%;
280
+ z-index: 9999;
281
+ }
282
+ .speed-test .speed-test-header {
316
283
  width: 100%;
317
- background-color: rgba(0, 0, 0, 0.7);
318
- z-index: 2000;
319
- display: flex;
320
- flex-direction: column;
321
- justify-content: center;
284
+ height: 32px;
322
285
  }
323
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
324
- font-size: 14px;
325
- color: #CCCACA;
326
- margin-top: 45px;
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);
327
292
  }
328
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
329
- font-weight: bold;
330
- line-height: 30px;
331
- font-size: 18px;
293
+ .speed-test .speed-test-header .close-speed-test:hover {
294
+ color: var(--hover-text-color);
332
295
  }
333
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
334
- width: 90%;
335
- margin: 0 auto;
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;
336
304
  }
337
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
338
- font-size: 13px;
339
- margin-top: 15px;
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;
313
+ z-index: 9999;
314
+ border-radius: 4px;
340
315
  }
341
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
342
- cursor: pointer;
343
- width: 30px;
344
- margin: 15px auto 0;
345
- }.dvr-controls[data-dvr-controls] {
346
- display: inline-block;
316
+ .settings-options-list svg {
347
317
  float: left;
348
- color: #fff;
349
- line-height: 32px;
350
- font-size: 10px;
351
- font-weight: bold;
352
- margin-left: 6px;
353
- height: 40px;
354
- line-height: 40px;
355
- margin-left: 0;
318
+ margin-right: 10px;
356
319
  }
357
- .dvr-controls[data-dvr-controls] .live-info {
358
- cursor: default;
359
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
360
- text-transform: uppercase;
320
+ .settings-options-list .settings-speedtest-option {
321
+ color: var(--primary-text-color);
322
+ margin: 0;
323
+ text-align: left;
324
+ height: 24px;
325
+ line-height: 22px;
326
+ padding: 14px;
327
+ width: 250px;
328
+ font-size: 12px;
361
329
  }
362
- .dvr-controls[data-dvr-controls] .live-info:before {
363
- content: "";
364
- display: inline-block;
365
- position: relative;
366
- width: 7px;
367
- height: 7px;
368
- border-radius: 3.5px;
369
- margin-right: 3.5px;
370
- background-color: #ff0101;
330
+ .settings-options-list .settings-speedtest-option:hover {
331
+ color: var(--hover-text-color);
371
332
  }
372
- .dvr-controls[data-dvr-controls] .live-info.disabled {
373
- opacity: 0.3;
333
+ .settings-options-list .settings-speedtest-option:hover svg path {
334
+ fill: var(--hover-text-color);
374
335
  }
375
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
376
- background-color: #fff;
336
+ .settings-options-list .settings-speedtest-option svg path {
337
+ fill: var(--primary-text-color);
377
338
  }
378
- .dvr-controls[data-dvr-controls] .live-button {
379
- cursor: pointer;
380
- outline: none;
381
- display: none;
382
- border: 0;
383
- color: #fff;
384
- background-color: transparent;
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;
385
353
  height: 32px;
386
- padding: 0;
387
- opacity: 0.7;
388
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
389
- text-transform: uppercase;
390
- transition: all 0.1s ease;
354
+ font-size: 14px;
355
+ font-weight: 500;
356
+ line-height: 20px;
391
357
  }
392
- .dvr-controls[data-dvr-controls] .live-button:before {
393
- content: "";
394
- display: inline-block;
358
+ .speedtest-summary .speedtest-summary-block {
395
359
  position: relative;
396
- width: 7px;
397
- height: 7px;
398
- border-radius: 3.5px;
399
- margin-right: 3.5px;
400
- background-color: #fff;
360
+ display: flex;
361
+ flex-direction: row;
362
+ width: 100%;
401
363
  }
402
- .dvr-controls[data-dvr-controls] .live-button:hover {
403
- opacity: 1;
404
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
364
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
365
+ width: 50%;
366
+ margin-top: 4px;
367
+ margin-bottom: 12px;
405
368
  }
406
- .dvr-controls[data-dvr-controls] .live-info {
407
- font-size: 14px;
408
- letter-spacing: 0.8px;
409
- font-weight: 500;
410
- color: #fffffe;
411
- margin-left: 21px;
369
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
370
+ padding: 2px;
371
+ width: 248px;
372
+ max-width: 100%;
412
373
  }
413
- .dvr-controls[data-dvr-controls] .live-info::before {
414
- width: 10px;
415
- height: 10px;
416
- border-radius: 50%;
417
- margin-right: 8px;
418
- background-color: #ed4f4a;
374
+
375
+ .speedtest-quality {
376
+ width: 100%;
377
+ height: 36px;
378
+ display: flex !important;
379
+ flex-direction: column !important;
380
+ justify-content: space-between !important;
419
381
  }
420
- .dvr-controls[data-dvr-controls] .live-button {
421
- height: 40px;
422
- opacity: 1;
423
- font-size: 14px;
424
- letter-spacing: 0.8px;
425
- font-weight: 500;
426
- margin-left: 20px;
382
+ .speedtest-quality .speedtest-quality-header {
383
+ font-size: 12px;
384
+ height: 20px;
385
+ border-left: 2px solid var(--secondary-background-color) !important;
386
+ background-color: var(--secondary-background-color);
387
+ text-align: left;
427
388
  }
428
- .dvr-controls[data-dvr-controls] .live-button::before {
429
- width: 10px;
430
- height: 10px;
431
- border-radius: 50%;
432
- margin-right: 8px;
433
- background-color: #cacaca;
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;
434
397
  }
435
-
436
- .dvr .dvr-controls[data-dvr-controls] .live-info {
437
- display: none;
398
+ .speedtest-quality-content-item {
399
+ width: 18.8%;
400
+ background-color: #fff;
438
401
  }
439
- .dvr .dvr-controls[data-dvr-controls] .live-button {
440
- display: block;
402
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
403
+ background-color: var(--speedtest-red);
441
404
  }
442
- .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
443
- background-color: #005aff;
405
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
406
+ background-color: var(--speedtest-orange);
444
407
  }
445
-
446
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
447
- background-color: #ff0101;
448
- }.clips.bar-container[data-seekbar] {
449
- clip-path: url("#myClip");
450
- }:root {
451
- --primary-background-color: #000;
452
- --secondary-background-color: #262626;
453
- --primary-text-color: #fff;
454
- --secondary-text-color: #fff4f2;
455
- --hover-text-color: #f9b090;
456
- --speedtest-red: #df564d;
457
- --speedtest-orange: #df934d;
458
- --speedtest-yellow: #dfd04d;
459
- --speedtest-light-green: #c2df4d;
460
- --speedtest-green: #73df4d;
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);
461
416
  }
462
417
 
463
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
464
- position: absolute;
465
- display: inline-block;
466
- bottom: 52px;
467
- right: 16px;
468
- padding: 0 10px 12px;
469
- margin: 0;
470
- line-height: 20px;
471
- font-size: 12px;
472
- font-weight: 500;
473
- background: var(--primary-background-color);
474
- color: #fff;
475
- z-index: 20000;
476
- overflow: auto;
477
- max-height: calc(100vh - 60px);
478
- max-width: calc(100vw - 10px);
418
+ .speedtest-footer {
419
+ position: relative;
420
+ float: left;
421
+ width: 100%;
422
+ height: 30px;
423
+ line-height: 16px;
479
424
  }
480
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
425
+ .speedtest-footer-about-link {
481
426
  position: absolute;
482
- top: 0;
427
+ bottom: 0;
483
428
  left: 0;
484
- z-index: 99990;
485
- width: 100%;
486
- height: 32px;
487
- background: var(--primary-background-color);
429
+ color: var(--secondary-text-color);
430
+ text-decoration: underline !important;
488
431
  }
489
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
490
- float: right;
491
- margin-right: 12px;
492
- margin-top: 10px;
493
- display: block;
494
- width: 12px;
495
- height: 12px;
432
+ .speedtest-footer-about-link:hover {
433
+ color: var(--hover-text-color);
496
434
  }
497
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
498
- fill: var(--primary-text-color);
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;
499
447
  }
500
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
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 {
501
455
  fill: var(--hover-text-color);
502
456
  }
503
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
504
- overflow: hidden;
505
- margin-top: 44px;
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;
506
467
  }
507
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
508
- width: 820px;
468
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
469
+ position: fixed;
509
470
  }
510
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
511
- list-style-type: none;
471
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
472
+ width: 50%;
512
473
  }
513
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
514
- padding-left: 2px;
515
- padding-right: 2px;
516
- background: var(--primary-background-color);
474
+
475
+ @media only screen and (orientation: portrait) {
476
+ .mobile .speedtest-summary {
477
+ padding: 0 5px;
478
+ height: auto;
479
+ }
480
+ .mobile .speedtest-summary-block {
481
+ width: 100%;
482
+ flex-direction: column;
483
+ }
484
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
485
+ width: 100%;
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
+ }
517
502
  }
518
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
519
- display: inline-block;
520
- float: left;
521
- padding: 5px;
522
- width: 200px;
503
+ @media only screen and (orientation: landscape) {
504
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
505
+ width: 25%;
506
+ }
507
+ }.context-menu {
508
+ z-index: 999;
509
+ position: absolute;
510
+ top: 0;
511
+ left: 0;
512
+ text-align: center;
523
513
  }
524
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
525
- position: relative;
526
- padding: 0 5px;
514
+ .context-menu .context-menu-list {
515
+ font-family: "Proxima Nova", sans-serif;
516
+ font-size: 12px;
517
+ line-height: 12px;
518
+ list-style-type: none;
527
519
  text-align: left;
520
+ padding: 5px;
521
+ margin-left: auto;
522
+ margin-right: auto;
523
+ background-color: rgba(0, 0, 0, 0.75);
524
+ border: 1px solid #666;
525
+ border-radius: 4px;
528
526
  }
529
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
530
- padding: 0;
531
- }
532
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
527
+ .context-menu .context-menu-list .context-menu-list-item {
528
+ color: white;
529
+ padding: 5px;
530
+ cursor: pointer;
531
+ }div.player-error-screen, [data-player] div.player-error-screen {
532
+ color: #CCCACA;
533
+ position: absolute;
534
+ top: 0;
535
+ height: 100%;
533
536
  width: 100%;
537
+ background-color: rgba(0, 0, 0, 0.7);
538
+ z-index: 2000;
539
+ display: flex;
540
+ flex-direction: column;
541
+ justify-content: center;
534
542
  }
535
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
536
- background: var(--secondary-background-color);
537
- }
538
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
539
- background: var(--secondary-background-color);
540
- }
541
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
542
- text-align: center;
543
- font-weight: bold;
544
- padding-bottom: 4px;
543
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
545
544
  font-size: 14px;
545
+ color: #CCCACA;
546
+ margin-top: 45px;
546
547
  }
547
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
548
- margin: 0;
549
- position: absolute;
550
- right: 0;
551
- top: 0;
552
- }
553
-
554
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
555
- width: 250px;
548
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
549
+ font-weight: bold;
550
+ line-height: 30px;
551
+ font-size: 18px;
556
552
  }
557
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
558
- width: 100%;
553
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
554
+ width: 90%;
555
+ margin: 0 auto;
559
556
  }
560
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
561
- padding: 0 5px;
562
- height: auto;
557
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
558
+ font-size: 13px;
559
+ margin-top: 15px;
563
560
  }
564
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
565
- width: 100%;
566
- flex-direction: column;
561
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
562
+ cursor: pointer;
563
+ width: 30px;
564
+ margin: 15px auto 0;
565
+ }*, :focus, :visited {
566
+ outline: none !important;
567
567
  }
568
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
569
- width: 100%;
568
+
569
+ .audio_selector[data-track-selector] {
570
+ float: right;
571
+ margin-top: 4px;
572
+ position: relative;
573
+ width: 50px;
574
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
570
575
  }
571
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
572
- width: 100%;
576
+ .audio_selector[data-track-selector] button {
577
+ background-color: transparent;
578
+ color: #fff;
579
+ -webkit-font-smoothing: antialiased;
580
+ border: none;
581
+ font-size: 14px;
582
+ cursor: pointer;
573
583
  }
574
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
575
- padding-top: 12px;
576
- height: 38px;
577
- text-align: center;
584
+ .audio_selector[data-track-selector] button .audio-text {
585
+ text-overflow: ellipsis;
586
+ overflow: hidden;
587
+ white-space: nowrap;
588
+ max-width: 100px;
589
+ background-color: transparent;
590
+ -webkit-font-smoothing: antialiased;
591
+ border: none;
592
+ font-size: 14px;
593
+ cursor: pointer;
594
+ padding-top: 5px;
578
595
  }
579
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
580
- text-align: center;
596
+ .audio_selector[data-track-selector] button:hover {
597
+ color: #c9c9c9;
581
598
  }
582
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
583
- height: 80px;
599
+ .audio_selector[data-track-selector] button.changing {
600
+ animation: pulse 0.5s infinite alternate;
584
601
  }
585
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
586
- bottom: 0;
587
- left: 0;
602
+ .audio_selector[data-track-selector] button span.audio-arrow {
603
+ width: 9px;
604
+ height: 6px;
605
+ margin-top: 11px;
606
+ margin-left: 5px;
588
607
  }
589
- .desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
590
- inset: 50% auto auto 50%;
591
- transform: translate(-50%, -50%);
608
+ .audio_selector[data-track-selector] > ul {
609
+ max-width: 114px;
610
+ list-style-type: none;
611
+ position: absolute;
612
+ bottom: 25px;
613
+ border: 1px solid black;
614
+ display: none;
615
+ background-color: #e6e6e6;
592
616
  }
593
-
594
- .speed-test-button {
595
- margin: 10px 0 0;
596
- color: #000;
617
+ .audio_selector[data-track-selector] li {
618
+ font-size: 10px;
619
+ }
620
+ .audio_selector[data-track-selector] li[data-title] {
621
+ background-color: #c3c2c2;
622
+ padding: 5px;
623
+ }
624
+ .audio_selector[data-track-selector] li a {
625
+ color: #444;
626
+ padding: 2px 10px;
627
+ display: block;
628
+ text-decoration: none;
629
+ text-overflow: ellipsis;
630
+ overflow: hidden;
631
+ white-space: nowrap;
632
+ }
633
+ .audio_selector[data-track-selector] li a:hover {
634
+ background-color: #555;
635
+ color: white;
636
+ }
637
+ .audio_selector[data-track-selector] li a:hover a {
638
+ color: white;
639
+ text-decoration: none;
640
+ }
641
+ .audio_selector[data-track-selector] li.current a {
642
+ color: #f00;
597
643
  }
598
644
 
599
- .speed-test {
600
- position: absolute;
601
- top: 0;
602
- left: 0;
603
- width: 100%;
604
- height: 100%;
605
- z-index: 9999;
645
+ .audio_selector[data-track-selector] {
646
+ width: auto;
647
+ margin-top: 7px;
648
+ margin-right: 20px;
606
649
  }
607
- .speed-test .speed-test-header {
608
- width: 100%;
609
- height: 32px;
650
+ .audio_selector[data-track-selector] button[data-level-selector-button],
651
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
652
+ display: flex;
653
+ justify-content: center;
654
+ padding: 0;
610
655
  }
611
- .speed-test .speed-test-header .close-speed-test {
612
- float: right;
613
- margin-right: 5px;
614
- line-height: 32px;
615
- cursor: pointer;
616
- color: var(--primary-text-color);
656
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
657
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
658
+ color: white;
617
659
  }
618
- .speed-test .speed-test-header .close-speed-test:hover {
619
- color: var(--hover-text-color);
660
+ .audio_selector[data-track-selector] ul {
661
+ background-color: rgba(74, 74, 74, 0.6);
662
+ border: none;
663
+ min-width: 60px;
664
+ transform: rotate(180deg);
665
+ border-radius: 4px;
666
+ bottom: 40px;
667
+ right: -2px;
668
+ }
669
+ .audio_selector[data-track-selector] ul li {
670
+ transform: rotate(-180deg);
671
+ font-size: 16px;
672
+ text-align: right;
673
+ height: 30px;
674
+ }
675
+ .audio_selector[data-track-selector] ul li a {
676
+ height: 30px;
677
+ padding: 5px 10px;
678
+ color: #fffffe;
679
+ }
680
+ .audio_selector[data-track-selector] ul li a:hover {
681
+ background-color: rgba(0, 0, 0, 0.4);
682
+ }
683
+ .audio_selector[data-track-selector] ul li:first-child a {
684
+ border-bottom-left-radius: 4px;
685
+ border-bottom-right-radius: 4px;
686
+ }
687
+ .audio_selector[data-track-selector] ul li:last-child a {
688
+ border-top-left-radius: 4px;
689
+ border-top-right-radius: 4px;
620
690
  }
621
691
 
622
- .settings-button {
692
+ @keyframes pulse {
693
+ 0% {
694
+ color: #fff;
695
+ }
696
+ 50% {
697
+ color: #ff0101;
698
+ }
699
+ 100% {
700
+ color: #B80000;
701
+ }
702
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
623
703
  float: right;
624
- margin: 0 12px 0 0;
704
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
705
+ }
706
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
625
707
  height: 40px;
626
- width: 24px;
627
- border: none;
628
- padding: 0;
708
+ width: 40px;
709
+ padding-right: 20px;
629
710
  }
630
-
631
- .settings-options-list {
711
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
712
+ height: 20px;
713
+ }
714
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
632
715
  position: absolute;
633
716
  right: 16px;
634
717
  bottom: 52px;
635
- background: var(--primary-background-color);
718
+ display: none;
636
719
  width: 250px;
637
- height: 48px;
720
+ min-height: 48px;
638
721
  z-index: 9999;
639
722
  border-radius: 4px;
640
723
  }
641
- .settings-options-list svg {
724
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
725
+ padding: 8px 0;
726
+ }
727
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
642
728
  float: left;
643
729
  margin-right: 10px;
644
730
  }
645
- .settings-options-list .settings-speedtest-option {
646
- color: var(--primary-text-color);
731
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
647
732
  margin: 0;
648
733
  text-align: left;
649
- height: 24px;
650
734
  line-height: 22px;
651
- padding: 14px;
735
+ padding: 5px 14px;
652
736
  width: 250px;
653
737
  font-size: 12px;
654
738
  }
655
- .settings-options-list .settings-speedtest-option:hover {
656
- color: var(--hover-text-color);
739
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
740
+ float: right;
741
+ margin-right: -14px;
657
742
  }
658
- .settings-options-list .settings-speedtest-option:hover svg path {
659
- fill: var(--hover-text-color);
743
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
744
+ float: right;
745
+ margin-right: 8px;
660
746
  }
661
- .settings-options-list .settings-speedtest-option svg path {
662
- fill: var(--primary-text-color);
747
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
748
+ height: 20px;
749
+ }.media-control-pip button {
750
+ float: right;
751
+ height: 40px;
752
+ margin-right: 20px;
663
753
  }
664
-
665
- .speedtest-summary {
666
- width: 100%;
667
- border-top: 1px solid var(--secondary-background-color) !important;
668
- border-bottom: 1px solid var(--secondary-background-color) !important;
669
- display: flex !important;
670
- flex-direction: column;
671
- align-items: stretch;
672
- justify-content: space-between;
754
+ .media-control-pip button svg {
755
+ height: 20px;
756
+ }*, :focus, :visited {
757
+ outline: none !important;
673
758
  }
674
- .speedtest-summary .speedtest-summary-header {
675
- width: 100%;
676
- padding-top: 4px;
677
- text-align: left;
678
- height: 32px;
759
+
760
+ .gear-wrapper .go-back {
761
+ font-weight: 600;
679
762
  font-size: 14px;
680
- font-weight: 500;
681
763
  line-height: 20px;
682
- }
683
- .speedtest-summary .speedtest-summary-block {
684
- position: relative;
685
- display: flex;
686
- flex-direction: row;
687
764
  width: 100%;
765
+ text-align: left;
766
+ padding: 12px;
688
767
  }
689
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
690
- width: 50%;
691
- margin-top: 4px;
692
- margin-bottom: 12px;
768
+ .gear-wrapper .go-back .arrow-left-icon {
769
+ float: left;
770
+ padding-top: 2px;
771
+ padding-right: 2px;
693
772
  }
694
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
695
- padding: 2px;
696
- width: 248px;
697
- max-width: 100%;
773
+ .gear-wrapper .go-back .arrow-left-icon svg {
774
+ height: 16px;
698
775
  }
699
-
700
- .speedtest-quality {
776
+ .gear-wrapper ul.gear-sub-menu {
701
777
  width: 100%;
702
- height: 36px;
703
- display: flex !important;
704
- flex-direction: column !important;
705
- justify-content: space-between !important;
778
+ list-style-type: none;
779
+ background-color: transparent;
780
+ min-width: 60px;
781
+ border-top: 2px solid rgb(36, 36, 36);
706
782
  }
707
- .speedtest-quality .speedtest-quality-header {
783
+ .gear-wrapper ul.gear-sub-menu li {
708
784
  font-size: 12px;
709
- height: 20px;
710
- border-left: 2px solid var(--secondary-background-color) !important;
711
- background-color: var(--secondary-background-color);
712
785
  text-align: left;
713
786
  }
714
- .speedtest-quality-content {
715
- width: 100%;
716
- margin-top: 8px;
717
- height: 8px;
718
- display: flex !important;
719
- flex-direction: row !important;
720
- align-items: stretch !important;
721
- justify-content: space-between;
722
- }
723
- .speedtest-quality-content-item {
724
- width: 18.8%;
725
- background-color: #fff;
726
- }
727
- .speedtest-quality-content-item.speedtest-quality-value-1 {
728
- background-color: var(--speedtest-red);
787
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
788
+ background-color: #c3c2c2;
789
+ padding: 5px;
729
790
  }
730
- .speedtest-quality-content-item.speedtest-quality-value-2 {
731
- background-color: var(--speedtest-orange);
791
+ .gear-wrapper ul.gear-sub-menu li a {
792
+ display: block;
793
+ text-decoration: none;
794
+ height: 32px;
795
+ padding: 5px 10px;
796
+ line-height: 22px;
797
+ color: #fffffe;
732
798
  }
733
- .speedtest-quality-content-item.speedtest-quality-value-3 {
734
- background-color: var(--speedtest-yellow);
799
+ .gear-wrapper ul.gear-sub-menu li a:hover {
800
+ color: white;
801
+ background-color: rgba(0, 0, 0, 0.4);
735
802
  }
736
- .speedtest-quality-content-item.speedtest-quality-value-4 {
737
- background-color: var(--speedtest-light-green);
738
- }
739
- .speedtest-quality-content-item.speedtest-quality-value-5 {
740
- background-color: var(--speedtest-green);
741
- }
742
-
743
- .speedtest-footer {
744
- position: relative;
745
- float: left;
746
- width: 100%;
747
- height: 30px;
748
- line-height: 16px;
749
- }
750
- .speedtest-footer-about-link {
751
- position: absolute;
752
- bottom: 0;
753
- left: 0;
754
- color: var(--secondary-text-color);
755
- text-decoration: underline !important;
756
- }
757
- .speedtest-footer-about-link:hover {
758
- color: var(--hover-text-color);
759
- }
760
- .speedtest-footer .speedtest-footer-refresh {
761
- position: absolute;
762
- bottom: 0;
763
- right: 0;
764
- color: var(--secondary-text-color);
765
- font-size: 14px;
766
- font-weight: 400;
767
- line-height: 16px;
768
- height: 16px;
769
- display: flex;
770
- align-items: center;
771
- gap: 4px;
772
- }
773
- .speedtest-footer .speedtest-footer-refresh svg path {
774
- fill: var(--secondary-text-color);
775
- }
776
- .speedtest-footer .speedtest-footer-refresh:hover {
777
- color: var(--hover-text-color);
778
- }
779
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
780
- fill: var(--hover-text-color);
781
- }
782
-
783
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
784
- position: fixed;
785
- height: auto;
786
- width: auto;
787
- inset: 0;
788
- min-width: 100vw;
789
- padding-bottom: 4px;
790
- padding-left: 4px;
791
- padding-right: 4px;
792
- }
793
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
794
- position: fixed;
795
- }
796
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
797
- width: 50%;
798
- }
799
-
800
- @media only screen and (orientation: portrait) {
801
- .mobile .speedtest-summary {
802
- padding: 0 5px;
803
- height: auto;
804
- }
805
- .mobile .speedtest-summary-block {
806
- width: 100%;
807
- flex-direction: column;
808
- }
809
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
810
- width: 100%;
811
- }
812
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
813
- width: 100%;
814
- }
815
- .mobile .speedtest-summary-header {
816
- padding-top: 12px;
817
- height: 38px;
818
- text-align: center;
819
- }
820
- .mobile .speedtest-quality-header {
821
- text-align: center;
822
- }
823
- .mobile .speedtest-footer .speedtest-footer-refresh {
824
- inset: 50% auto auto 50%;
825
- transform: translate(-50%, -50%);
826
- }
827
- }
828
- @media only screen and (orientation: landscape) {
829
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
830
- width: 25%;
831
- }
832
- }.player-poster[data-poster] {
833
- display: flex;
834
- justify-content: center;
835
- align-items: center;
836
- position: absolute;
837
- height: 100%;
838
- width: 100%;
839
- z-index: 998;
840
- top: 0;
841
- left: 0;
842
- background-color: #000;
843
- background-size: cover;
844
- background-repeat: no-repeat;
845
- background-position: 50% 50%;
846
- }
847
- .player-poster[data-poster].clickable {
848
- cursor: pointer;
849
- }
850
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
851
- opacity: 1;
852
- }
853
- .player-poster[data-poster] .play-wrapper[data-poster] {
854
- width: 100%;
855
- height: 25%;
856
- margin: 0 auto;
857
- opacity: 0.75;
858
- transition: opacity 0.1s ease;
859
- }
860
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
861
- height: 100%;
862
- display: inline;
863
- }
864
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
865
- fill: #fff;
866
- }.seek-time[data-seek-time] {
867
- position: absolute;
868
- white-space: nowrap;
869
- height: 20px;
870
- line-height: 20px;
871
- font-size: 0;
872
- left: -100%;
873
- bottom: 55px;
874
- background-color: rgba(2, 2, 2, 0.5);
875
- z-index: 9999;
876
- transition: opacity 0.1s ease;
877
- }
878
- .seek-time[data-seek-time].hidden[data-seek-time] {
879
- opacity: 0;
880
- }
881
- .seek-time[data-seek-time] [data-seek-time] {
882
- display: inline-block;
883
- color: white;
884
- font-size: 10px;
885
- padding-left: 7px;
886
- padding-right: 7px;
887
- vertical-align: top;
888
- }
889
- .seek-time[data-seek-time] [data-duration] {
890
- display: inline-block;
891
- color: rgba(255, 255, 255, 0.5);
892
- font-size: 10px;
893
- padding-right: 7px;
894
- vertical-align: top;
895
- }
896
- .seek-time[data-seek-time] [data-duration]::before {
897
- content: "|";
898
- margin-right: 7px;
899
- }.context-menu {
900
- z-index: 999;
901
- position: absolute;
902
- top: 0;
903
- left: 0;
904
- text-align: center;
905
- }
906
- .context-menu .context-menu-list {
907
- font-family: "Proxima Nova", sans-serif;
908
- font-size: 12px;
909
- line-height: 12px;
910
- list-style-type: none;
911
- text-align: left;
912
- padding: 5px;
913
- margin-left: auto;
914
- margin-right: auto;
915
- background-color: rgba(0, 0, 0, 0.75);
916
- border: 1px solid #666;
917
- border-radius: 4px;
918
- }
919
- .context-menu .context-menu-list .context-menu-list-item {
920
- color: white;
921
- padding: 5px;
922
- cursor: pointer;
923
- }.media-control-pip button {
924
- float: right;
925
- height: 40px;
926
- margin-right: 20px;
927
- }
928
- .media-control-pip button svg {
929
- height: 20px;
930
- }*, :focus, :visited {
931
- outline: none !important;
932
- }
933
-
934
- .multicamera[data-multicamera] {
935
- float: right;
936
- margin-top: 4px;
937
- position: relative;
938
- margin-right: 20px;
939
- width: 20px;
940
- }
941
- .multicamera[data-multicamera] button {
942
- background-color: transparent;
943
- color: #fff;
944
- font-family: Roboto, "Open Sans", Arial, sans-serif;
945
- -webkit-font-smoothing: antialiased;
946
- border: none;
947
- font-size: 14px;
948
- padding: 0;
949
- }
950
- .multicamera[data-multicamera] button svg {
951
- height: 20px;
952
- position: relative;
953
- margin-top: 6px;
954
- }
955
- .multicamera[data-multicamera] button:hover {
956
- color: #c9c9c9;
957
- }
958
- .multicamera[data-multicamera] button.changing {
959
- animation: pulse 0.5s infinite alternate;
960
- }
961
- .multicamera[data-multicamera] button span.quality-arrow {
962
- width: 9px;
963
- height: 6px;
964
- margin-top: 11px;
965
- margin-left: 5px;
966
- }
967
- .multicamera[data-multicamera] > ul {
968
- padding: 6px 0;
969
- right: -24px;
970
- width: 245px;
971
- list-style-type: none;
972
- position: absolute;
973
- bottom: 48px;
974
- border-radius: 4px;
975
- display: none;
976
- background-color: rgba(74, 74, 74, 0.9);
977
- }
978
- .multicamera[data-multicamera] > ul::after {
979
- content: "";
980
- position: absolute;
981
- top: 100%;
982
- left: 85%;
983
- margin-left: -10px;
984
- width: 0;
985
- height: 0;
986
- border-top: 10px solid rgba(74, 74, 74, 0.9);
987
- border-right: 10px solid transparent;
988
- border-left: 10px solid transparent;
989
- }
990
- .multicamera[data-multicamera] li {
991
- font-size: 10px;
992
- cursor: pointer;
993
- }
994
- .multicamera[data-multicamera] li .multicamera-item {
995
- display: flex;
996
- padding: 10px 0;
997
- justify-content: center;
998
- position: relative;
999
- }
1000
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1001
- pointer-events: none;
1002
- }
1003
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1004
- opacity: 0.5;
1005
- }
1006
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1007
- opacity: 0.5;
1008
- }
1009
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1010
- background-color: rgba(0, 0, 0, 0);
1011
- }
1012
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1013
- background-color: rgba(0, 0, 0, 0.3);
1014
- }
1015
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1016
- width: 80px;
1017
- height: 60px;
1018
- }
1019
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1020
- width: 80px;
1021
- height: 60px;
1022
- }
1023
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1024
- width: 120px;
1025
- text-align: left;
1026
- margin-left: 15px;
1027
- }
1028
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1029
- width: 120px;
1030
- height: 20px;
1031
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1032
- font-size: 14px;
1033
- font-weight: normal;
1034
- font-style: normal;
1035
- font-stretch: normal;
1036
- line-height: 1.43;
1037
- letter-spacing: normal;
1038
- text-align: left;
1039
- color: #fff;
1040
- text-overflow: ellipsis;
1041
- overflow: hidden;
1042
- }
1043
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1044
- opacity: 0.6;
1045
- }
1046
- .multicamera[data-multicamera] li[data-title] {
1047
- background-color: #c3c2c2;
1048
- padding: 5px;
1049
- }
1050
- .multicamera[data-multicamera] li a {
1051
- color: #444;
1052
- padding: 2px 10px;
1053
- display: block;
1054
- text-decoration: none;
1055
- }
1056
- .multicamera[data-multicamera] li a:hover {
1057
- background-color: #555;
1058
- color: white;
1059
- }
1060
- .multicamera[data-multicamera] li a:hover a {
1061
- color: white;
1062
- text-decoration: none;
1063
- }
1064
- .multicamera[data-multicamera] li.current a {
1065
- color: #f00;
1066
- }
1067
-
1068
- @keyframes pulse {
1069
- 0% {
1070
- color: #fff;
1071
- }
1072
- 50% {
1073
- color: #ff0101;
1074
- }
1075
- 100% {
1076
- color: #B80000;
1077
- }
1078
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1079
- height: 0;
1080
- }
1081
-
1082
- .skip_time_plugin[data-skip-time] {
1083
- position: absolute;
1084
- width: 100%;
1085
- height: calc(100% - 50px);
1086
- z-index: 9998;
1087
- background-color: transparent;
1088
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1089
- }
1090
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1091
- width: 100%;
1092
- height: 100%;
1093
- display: flex;
1094
- justify-content: space-between;
1095
- }
1096
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1097
- width: 33.3%;
1098
- height: 100%;
1099
- }*, :focus, :visited {
1100
- outline: none !important;
1101
- }
1102
-
1103
- .gear-wrapper .go-back {
1104
- font-weight: 600;
1105
- font-size: 14px;
1106
- line-height: 20px;
1107
- width: 100%;
1108
- text-align: left;
1109
- padding: 12px;
1110
- }
1111
- .gear-wrapper .go-back .arrow-left-icon {
1112
- float: left;
1113
- padding-top: 2px;
1114
- padding-right: 2px;
1115
- }
1116
- .gear-wrapper .go-back .arrow-left-icon svg {
1117
- height: 16px;
1118
- }
1119
- .gear-wrapper ul.gear-sub-menu {
1120
- width: 100%;
1121
- list-style-type: none;
1122
- background-color: transparent;
1123
- min-width: 60px;
1124
- border-top: 2px solid rgb(36, 36, 36);
1125
- }
1126
- .gear-wrapper ul.gear-sub-menu li {
1127
- font-size: 12px;
1128
- text-align: left;
1129
- }
1130
- .gear-wrapper ul.gear-sub-menu li[data-title] {
1131
- background-color: #c3c2c2;
1132
- padding: 5px;
1133
- }
1134
- .gear-wrapper ul.gear-sub-menu li a {
1135
- display: block;
1136
- text-decoration: none;
1137
- height: 32px;
1138
- padding: 5px 10px;
1139
- line-height: 22px;
1140
- color: #fffffe;
1141
- }
1142
- .gear-wrapper ul.gear-sub-menu li a:hover {
1143
- color: white;
1144
- background-color: rgba(0, 0, 0, 0.4);
1145
- }
1146
- .gear-wrapper ul.gear-sub-menu li a:hover a {
1147
- color: white;
1148
- text-decoration: none;
803
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
804
+ color: white;
805
+ text-decoration: none;
1149
806
  }
1150
807
  .gear-wrapper ul.gear-sub-menu li a .check-icon {
1151
808
  width: 30px;
@@ -1153,255 +810,166 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1153
810
  float: left;
1154
811
  display: block;
1155
812
  }
1156
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
1157
- display: none;
1158
- }
1159
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
1160
- display: inline;
1161
- }
1162
- .gear-wrapper svg {
1163
- height: 20px;
1164
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
1165
- float: right;
1166
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1167
- }
1168
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
1169
- height: 40px;
1170
- width: 40px;
1171
- padding-right: 20px;
1172
- }
1173
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
1174
- height: 20px;
1175
- }
1176
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1177
- position: absolute;
1178
- right: 16px;
1179
- bottom: 52px;
1180
- display: none;
1181
- width: 250px;
1182
- min-height: 48px;
1183
- z-index: 9999;
1184
- border-radius: 4px;
1185
- }
1186
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
1187
- padding: 8px 0;
1188
- }
1189
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
1190
- float: left;
1191
- margin-right: 10px;
1192
- }
1193
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
1194
- margin: 0;
1195
- text-align: left;
1196
- line-height: 22px;
1197
- padding: 5px 14px;
1198
- width: 250px;
1199
- font-size: 12px;
1200
- }
1201
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
1202
- float: right;
1203
- margin-right: -14px;
813
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
814
+ display: none;
1204
815
  }
1205
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
1206
- float: right;
1207
- margin-right: 8px;
816
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
817
+ display: inline;
1208
818
  }
1209
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
819
+ .gear-wrapper svg {
1210
820
  height: 20px;
1211
- }.level-disabled {
1212
- opacity: 0.5;
1213
- pointer-events: none;
1214
- }.share_plugin[data-share] {
1215
- pointer-events: auto;
1216
- z-index: 5;
1217
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1218
- }
1219
- .share_plugin[data-share].share-hide .share-button-container {
1220
- right: -50px;
821
+ }.dvr-controls[data-dvr-controls] {
822
+ display: inline-block;
823
+ float: left;
824
+ color: #fff;
825
+ line-height: 32px;
826
+ font-size: 10px;
827
+ font-weight: bold;
828
+ margin-left: 6px;
829
+ height: 40px;
830
+ line-height: 40px;
831
+ margin-left: 0;
1221
832
  }
1222
- .share_plugin[data-share] .share-button-container {
1223
- cursor: pointer;
1224
- width: 36px;
1225
- height: 36px;
1226
- background-color: rgba(74, 74, 74, 0.6);
1227
- border-radius: 4px;
1228
- position: absolute;
1229
- right: 10px;
1230
- top: 10px;
1231
- padding-top: 6px;
1232
- transition: all 0.3s ease-out;
833
+ .dvr-controls[data-dvr-controls] .live-info {
834
+ cursor: default;
835
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
836
+ text-transform: uppercase;
1233
837
  }
1234
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1235
- background-color: transparent;
1236
- border: 0;
1237
- margin: 0 6px;
1238
- padding: 0;
1239
- cursor: pointer;
838
+ .dvr-controls[data-dvr-controls] .live-info:before {
839
+ content: "";
1240
840
  display: inline-block;
1241
- width: 19px;
1242
- height: 20px;
841
+ position: relative;
842
+ width: 7px;
843
+ height: 7px;
844
+ border-radius: 3.5px;
845
+ margin-right: 3.5px;
846
+ background-color: #ff0101;
1243
847
  }
1244
- .share_plugin[data-share] .share-container {
1245
- pointer-events: auto;
1246
- position: absolute;
1247
- width: 280px;
1248
- background-color: white;
1249
- transform: translate(0, 50%);
1250
- transform: translate(-50%, -50%);
1251
- left: 50%;
1252
- /* margin-left: -140px; */
1253
- top: calc(50% - 20px);
1254
- /* margin-top: -170px; */
848
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
849
+ opacity: 0.3;
1255
850
  }
1256
- .share_plugin[data-share] .share-container .share-container-header {
1257
- text-align: left;
1258
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
851
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
852
+ background-color: #fff;
1259
853
  }
1260
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1261
- display: inline-block;
1262
- font-size: 16px;
1263
- margin: 5px;
854
+ .dvr-controls[data-dvr-controls] .live-button {
855
+ cursor: pointer;
856
+ outline: none;
857
+ display: none;
858
+ border: 0;
859
+ color: #fff;
860
+ background-color: transparent;
861
+ height: 32px;
862
+ padding: 0;
863
+ opacity: 0.7;
864
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
865
+ text-transform: uppercase;
866
+ transition: all 0.1s ease;
1264
867
  }
1265
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
868
+ .dvr-controls[data-dvr-controls] .live-button:before {
869
+ content: "";
1266
870
  display: inline-block;
1267
- width: 24px;
1268
- float: right;
1269
- margin: 5px;
1270
- cursor: pointer;
871
+ position: relative;
872
+ width: 7px;
873
+ height: 7px;
874
+ border-radius: 3.5px;
875
+ margin-right: 3.5px;
876
+ background-color: #fff;
1271
877
  }
1272
- .share_plugin[data-share] .share-container .share-container-main {
1273
- margin-bottom: 8px;
878
+ .dvr-controls[data-dvr-controls] .live-button:hover {
879
+ opacity: 1;
880
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1274
881
  }
1275
- .share_plugin[data-share] .share-container .share-container-main > div {
1276
- text-align: left;
882
+ .dvr-controls[data-dvr-controls] .live-info {
1277
883
  font-size: 14px;
1278
- padding: 5px;
1279
- }
1280
- .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 {
1281
- overflow: hidden;
1282
- text-overflow: ellipsis;
1283
- color: #818181;
1284
- border: solid 1px #d3d3d3;
1285
- width: calc(100% - 10px);
1286
- padding: 5px;
1287
- }
1288
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1289
- max-height: 90px;
1290
- resize: none;
1291
- }
1292
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1293
- width: 32px;
1294
- display: inline-block;
1295
- margin-right: 5px;
1296
- cursor: pointer;
1297
- }.spinner-three-bounce[data-spinner] {
1298
- position: absolute;
1299
- width: 70px;
1300
- text-align: center;
1301
- z-index: 999;
1302
- left: 0;
1303
- right: 0;
1304
- margin: 0 auto;
1305
- margin-left: auto;
1306
- margin-right: auto;
1307
- /* center vertically */
1308
- top: 50%;
1309
- transform: translateY(-50%);
884
+ letter-spacing: 0.8px;
885
+ font-weight: 500;
886
+ color: #fffffe;
887
+ margin-left: 21px;
1310
888
  }
1311
- .spinner-three-bounce[data-spinner] > div {
1312
- width: 18px;
1313
- height: 18px;
1314
- background-color: #FFF;
1315
- border-radius: 100%;
1316
- display: inline-block;
1317
- animation: bouncedelay 1.4s infinite ease-in-out;
1318
- /* Prevent first frame from flickering when animation starts */
1319
- animation-fill-mode: both;
889
+ .dvr-controls[data-dvr-controls] .live-info::before {
890
+ width: 10px;
891
+ height: 10px;
892
+ border-radius: 50%;
893
+ margin-right: 8px;
894
+ background-color: #ed4f4a;
1320
895
  }
1321
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1322
- animation-delay: -0.32s;
896
+ .dvr-controls[data-dvr-controls] .live-button {
897
+ height: 40px;
898
+ opacity: 1;
899
+ font-size: 14px;
900
+ letter-spacing: 0.8px;
901
+ font-weight: 500;
902
+ margin-left: 20px;
1323
903
  }
1324
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1325
- animation-delay: -0.16s;
904
+ .dvr-controls[data-dvr-controls] .live-button::before {
905
+ width: 10px;
906
+ height: 10px;
907
+ border-radius: 50%;
908
+ margin-right: 8px;
909
+ background-color: #cacaca;
1326
910
  }
1327
911
 
1328
- @keyframes bouncedelay {
1329
- 0%, 80%, 100% {
1330
- transform: scale(0);
1331
- }
1332
- 40% {
1333
- transform: scale(1);
1334
- }
1335
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1336
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
912
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
913
+ display: none;
914
+ }
915
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
1337
916
  display: block;
1338
917
  }
1339
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1340
- width: 40px;
1341
- margin-top: 0;
918
+ .dvr.media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
919
+ background-color: #005aff;
1342
920
  }
1343
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
921
+
922
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
923
+ background-color: #ff0101;
924
+ }.big-mute-icon-wrapper[data-big-mute] {
925
+ position: absolute;
926
+ z-index: 9998;
927
+ background-color: transparent;
1344
928
  display: flex;
1345
929
  justify-content: center;
1346
- padding: 0;
1347
- align-items: center;
1348
- }
1349
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1350
- color: white;
1351
- }
1352
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1353
- background-color: rgba(74, 74, 74, 0.6);
1354
- border: none;
1355
- width: auto;
1356
- transform: rotate(180deg);
1357
- border-radius: 4px;
1358
- bottom: 52px;
1359
- margin-left: -28px;
1360
- }
1361
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1362
- transform: rotate(-180deg);
1363
- font-size: 16px;
1364
- text-align: center;
1365
- white-space: nowrap;
1366
- height: 30px;
1367
- }
1368
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1369
- height: 30px;
1370
- padding: 5px 10px;
1371
- color: #fffffe;
1372
- }
1373
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1374
- background-color: rgba(0, 0, 0, 0.4);
1375
- }
1376
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1377
- background-color: rgba(0, 0, 0, 0.4);
930
+ width: 100%;
931
+ height: calc(100% - 50px);
932
+ margin: 0 auto;
933
+ opacity: 0.75;
934
+ transition: opacity 0.1s ease;
935
+ pointer-events: auto;
1378
936
  }
1379
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1380
- border-bottom-left-radius: 4px;
1381
- border-bottom-right-radius: 4px;
937
+ .big-mute-icon-wrapper[data-big-mute].hide {
938
+ display: none;
1382
939
  }
1383
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1384
- border-top-left-radius: 4px;
1385
- border-top-right-radius: 4px;
940
+ .big-mute-icon-wrapper[data-big-mute]:hover {
941
+ cursor: pointer;
1386
942
  }
1387
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1388
- height: 26px;
1389
- line-height: 26px;
1390
- bottom: 52px;
1391
- border-radius: 3px;
1392
- background-color: rgba(74, 74, 74, 0.7);
943
+
944
+ .big-mute-icon[data-big-mute-icon] {
945
+ display: flex;
946
+ align-items: center;
947
+ justify-content: center;
948
+ align-self: center;
949
+ width: 120px;
950
+ height: 120px;
951
+ border: 2px solid white;
952
+ border-radius: 50%;
953
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
954
+ filter: alpha(opacity=60);
955
+ opacity: 1;
956
+ box-shadow: 0 0 1px 0 white;
957
+ background: rgba(240, 243, 247, 0.9411764706);
958
+ z-index: 10000;
1393
959
  }
1394
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1395
- letter-spacing: 0.8px;
1396
- font-size: 14px;
1397
- font-family: Roboto, "Open Sans", Arial, sans-serif;
960
+ .big-mute-icon[data-big-mute-icon] svg {
961
+ margin-left: 5px;
962
+ width: 80px;
963
+ height: 80px;
1398
964
  }
1399
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1400
- padding-left: 8px;
1401
- padding-right: 8px;
965
+ .big-mute-icon[data-big-mute-icon] svg path {
966
+ fill: #1f1e1e !important;
1402
967
  }
1403
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1404
- display: none !important;
968
+ .big-mute-icon[data-big-mute-icon]:hover {
969
+ background: rgba(240, 243, 247, 0.8784313725);
970
+ }
971
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
972
+ fill: #151515 !important;
1405
973
  }[data-player] {
1406
974
  --bottom-panel: 40px;
1407
975
  }
@@ -1998,15 +1566,244 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1998
1566
  box-shadow: inset 2px 0 0 white;
1999
1567
  transition: transform 0.2s ease-out;
2000
1568
  }
2001
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
2002
- box-shadow: inset 2px 0 0 #fff;
2003
- opacity: 1;
1569
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume].fill {
1570
+ box-shadow: inset 2px 0 0 #fff;
1571
+ opacity: 1;
1572
+ }
1573
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
1574
+ padding-left: 0;
1575
+ }
1576
+ .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1577
+ transform: scaleY(1.5);
1578
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1579
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1580
+ display: block;
1581
+ }
1582
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1583
+ width: 40px;
1584
+ margin-top: 0;
1585
+ }
1586
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1587
+ display: flex;
1588
+ justify-content: center;
1589
+ padding: 0;
1590
+ align-items: center;
1591
+ }
1592
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1593
+ color: white;
1594
+ }
1595
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1596
+ background-color: rgba(74, 74, 74, 0.6);
1597
+ border: none;
1598
+ width: auto;
1599
+ transform: rotate(180deg);
1600
+ border-radius: 4px;
1601
+ bottom: 52px;
1602
+ margin-left: -28px;
1603
+ }
1604
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1605
+ transform: rotate(-180deg);
1606
+ font-size: 16px;
1607
+ text-align: center;
1608
+ white-space: nowrap;
1609
+ height: 30px;
1610
+ }
1611
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1612
+ height: 30px;
1613
+ padding: 5px 10px;
1614
+ color: #fffffe;
1615
+ }
1616
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1617
+ background-color: rgba(0, 0, 0, 0.4);
1618
+ }
1619
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1620
+ background-color: rgba(0, 0, 0, 0.4);
1621
+ }
1622
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1623
+ border-bottom-left-radius: 4px;
1624
+ border-bottom-right-radius: 4px;
1625
+ }
1626
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1627
+ border-top-left-radius: 4px;
1628
+ border-top-right-radius: 4px;
1629
+ }
1630
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1631
+ height: 26px;
1632
+ line-height: 26px;
1633
+ bottom: 52px;
1634
+ border-radius: 3px;
1635
+ background-color: rgba(74, 74, 74, 0.7);
1636
+ }
1637
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1638
+ letter-spacing: 0.8px;
1639
+ font-size: 14px;
1640
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1641
+ }
1642
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1643
+ padding-left: 8px;
1644
+ padding-right: 8px;
1645
+ }
1646
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1647
+ display: none !important;
1648
+ }.clips.bar-container[data-seekbar] {
1649
+ clip-path: url("#myClip");
1650
+ }.level-disabled {
1651
+ opacity: 0.5;
1652
+ pointer-events: none;
1653
+ }.share_plugin[data-share] {
1654
+ pointer-events: auto;
1655
+ z-index: 5;
1656
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1657
+ }
1658
+ .share_plugin[data-share].share-hide .share-button-container {
1659
+ right: -50px;
1660
+ }
1661
+ .share_plugin[data-share] .share-button-container {
1662
+ cursor: pointer;
1663
+ width: 36px;
1664
+ height: 36px;
1665
+ background-color: rgba(74, 74, 74, 0.6);
1666
+ border-radius: 4px;
1667
+ position: absolute;
1668
+ right: 10px;
1669
+ top: 10px;
1670
+ padding-top: 6px;
1671
+ transition: all 0.3s ease-out;
1672
+ }
1673
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1674
+ background-color: transparent;
1675
+ border: 0;
1676
+ margin: 0 6px;
1677
+ padding: 0;
1678
+ cursor: pointer;
1679
+ display: inline-block;
1680
+ width: 19px;
1681
+ height: 20px;
1682
+ }
1683
+ .share_plugin[data-share] .share-container {
1684
+ pointer-events: auto;
1685
+ position: absolute;
1686
+ width: 280px;
1687
+ background-color: white;
1688
+ transform: translate(0, 50%);
1689
+ transform: translate(-50%, -50%);
1690
+ left: 50%;
1691
+ /* margin-left: -140px; */
1692
+ top: calc(50% - 20px);
1693
+ /* margin-top: -170px; */
1694
+ }
1695
+ .share_plugin[data-share] .share-container .share-container-header {
1696
+ text-align: left;
1697
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1698
+ }
1699
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1700
+ display: inline-block;
1701
+ font-size: 16px;
1702
+ margin: 5px;
1703
+ }
1704
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1705
+ display: inline-block;
1706
+ width: 24px;
1707
+ float: right;
1708
+ margin: 5px;
1709
+ cursor: pointer;
1710
+ }
1711
+ .share_plugin[data-share] .share-container .share-container-main {
1712
+ margin-bottom: 8px;
1713
+ }
1714
+ .share_plugin[data-share] .share-container .share-container-main > div {
1715
+ text-align: left;
1716
+ font-size: 14px;
1717
+ padding: 5px;
1718
+ }
1719
+ .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 {
1720
+ overflow: hidden;
1721
+ text-overflow: ellipsis;
1722
+ color: #818181;
1723
+ border: solid 1px #d3d3d3;
1724
+ width: calc(100% - 10px);
1725
+ padding: 5px;
1726
+ }
1727
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1728
+ max-height: 90px;
1729
+ resize: none;
1730
+ }
1731
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1732
+ width: 32px;
1733
+ display: inline-block;
1734
+ margin-right: 5px;
1735
+ cursor: pointer;
1736
+ }.seek-time[data-seek-time] {
1737
+ position: absolute;
1738
+ white-space: nowrap;
1739
+ height: 20px;
1740
+ line-height: 20px;
1741
+ font-size: 0;
1742
+ left: -100%;
1743
+ bottom: 55px;
1744
+ background-color: rgba(2, 2, 2, 0.5);
1745
+ z-index: 9999;
1746
+ transition: opacity 0.1s ease;
1747
+ }
1748
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1749
+ opacity: 0;
1750
+ }
1751
+ .seek-time[data-seek-time] [data-seek-time] {
1752
+ display: inline-block;
1753
+ color: white;
1754
+ font-size: 10px;
1755
+ padding-left: 7px;
1756
+ padding-right: 7px;
1757
+ vertical-align: top;
1758
+ }
1759
+ .seek-time[data-seek-time] [data-duration] {
1760
+ display: inline-block;
1761
+ color: rgba(255, 255, 255, 0.5);
1762
+ font-size: 10px;
1763
+ padding-right: 7px;
1764
+ vertical-align: top;
1765
+ }
1766
+ .seek-time[data-seek-time] [data-duration]::before {
1767
+ content: "|";
1768
+ margin-right: 7px;
1769
+ }.spinner-three-bounce[data-spinner] {
1770
+ position: absolute;
1771
+ width: 70px;
1772
+ text-align: center;
1773
+ z-index: 999;
1774
+ left: 0;
1775
+ right: 0;
1776
+ margin: 0 auto;
1777
+ margin-left: auto;
1778
+ margin-right: auto;
1779
+ /* center vertically */
1780
+ top: 50%;
1781
+ transform: translateY(-50%);
1782
+ }
1783
+ .spinner-three-bounce[data-spinner] > div {
1784
+ width: 18px;
1785
+ height: 18px;
1786
+ background-color: #FFF;
1787
+ border-radius: 100%;
1788
+ display: inline-block;
1789
+ animation: bouncedelay 1.4s infinite ease-in-out;
1790
+ /* Prevent first frame from flickering when animation starts */
1791
+ animation-fill-mode: both;
2004
1792
  }
2005
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:nth-of-type(1) {
2006
- padding-left: 0;
1793
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1794
+ animation-delay: -0.32s;
2007
1795
  }
2008
- .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
2009
- transform: scaleY(1.5);
1796
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1797
+ animation-delay: -0.16s;
1798
+ }
1799
+
1800
+ @keyframes bouncedelay {
1801
+ 0%, 80%, 100% {
1802
+ transform: scale(0);
1803
+ }
1804
+ 40% {
1805
+ transform: scale(1);
1806
+ }
2010
1807
  }*, :focus, :visited {
2011
1808
  outline: none !important;
2012
1809
  }
@@ -2088,6 +1885,218 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2088
1885
  .ios-fullscreen::cue {
2089
1886
  visibility: visible !important;
2090
1887
  font-size: 1em !important;
1888
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1889
+ height: 0;
1890
+ }
1891
+
1892
+ .skip_time_plugin[data-skip-time] {
1893
+ position: absolute;
1894
+ width: 100%;
1895
+ height: calc(100% - 50px);
1896
+ z-index: 9998;
1897
+ background-color: transparent;
1898
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1899
+ }
1900
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1901
+ width: 100%;
1902
+ height: 100%;
1903
+ display: flex;
1904
+ justify-content: space-between;
1905
+ }
1906
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1907
+ width: 33.3%;
1908
+ height: 100%;
1909
+ }*, :focus, :visited {
1910
+ outline: none !important;
1911
+ }
1912
+
1913
+ .multicamera[data-multicamera] {
1914
+ float: right;
1915
+ margin-top: 4px;
1916
+ position: relative;
1917
+ margin-right: 20px;
1918
+ width: 20px;
1919
+ }
1920
+ .multicamera[data-multicamera] button {
1921
+ background-color: transparent;
1922
+ color: #fff;
1923
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1924
+ -webkit-font-smoothing: antialiased;
1925
+ border: none;
1926
+ font-size: 14px;
1927
+ padding: 0;
1928
+ }
1929
+ .multicamera[data-multicamera] button svg {
1930
+ height: 20px;
1931
+ position: relative;
1932
+ margin-top: 6px;
1933
+ }
1934
+ .multicamera[data-multicamera] button:hover {
1935
+ color: #c9c9c9;
1936
+ }
1937
+ .multicamera[data-multicamera] button.changing {
1938
+ animation: pulse 0.5s infinite alternate;
1939
+ }
1940
+ .multicamera[data-multicamera] button span.quality-arrow {
1941
+ width: 9px;
1942
+ height: 6px;
1943
+ margin-top: 11px;
1944
+ margin-left: 5px;
1945
+ }
1946
+ .multicamera[data-multicamera] > ul {
1947
+ padding: 6px 0;
1948
+ right: -24px;
1949
+ width: 245px;
1950
+ list-style-type: none;
1951
+ position: absolute;
1952
+ bottom: 48px;
1953
+ border-radius: 4px;
1954
+ display: none;
1955
+ background-color: rgba(74, 74, 74, 0.9);
1956
+ }
1957
+ .multicamera[data-multicamera] > ul::after {
1958
+ content: "";
1959
+ position: absolute;
1960
+ top: 100%;
1961
+ left: 85%;
1962
+ margin-left: -10px;
1963
+ width: 0;
1964
+ height: 0;
1965
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1966
+ border-right: 10px solid transparent;
1967
+ border-left: 10px solid transparent;
1968
+ }
1969
+ .multicamera[data-multicamera] li {
1970
+ font-size: 10px;
1971
+ cursor: pointer;
1972
+ }
1973
+ .multicamera[data-multicamera] li .multicamera-item {
1974
+ display: flex;
1975
+ padding: 10px 0;
1976
+ justify-content: center;
1977
+ position: relative;
1978
+ }
1979
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1980
+ pointer-events: none;
1981
+ }
1982
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1983
+ opacity: 0.5;
1984
+ }
1985
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1986
+ opacity: 0.5;
1987
+ }
1988
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1989
+ background-color: rgba(0, 0, 0, 0);
1990
+ }
1991
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1992
+ background-color: rgba(0, 0, 0, 0.3);
1993
+ }
1994
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1995
+ width: 80px;
1996
+ height: 60px;
1997
+ }
1998
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1999
+ width: 80px;
2000
+ height: 60px;
2001
+ }
2002
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
2003
+ width: 120px;
2004
+ text-align: left;
2005
+ margin-left: 15px;
2006
+ }
2007
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
2008
+ width: 120px;
2009
+ height: 20px;
2010
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2011
+ font-size: 14px;
2012
+ font-weight: normal;
2013
+ font-style: normal;
2014
+ font-stretch: normal;
2015
+ line-height: 1.43;
2016
+ letter-spacing: normal;
2017
+ text-align: left;
2018
+ color: #fff;
2019
+ text-overflow: ellipsis;
2020
+ overflow: hidden;
2021
+ }
2022
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
2023
+ opacity: 0.6;
2024
+ }
2025
+ .multicamera[data-multicamera] li[data-title] {
2026
+ background-color: #c3c2c2;
2027
+ padding: 5px;
2028
+ }
2029
+ .multicamera[data-multicamera] li a {
2030
+ color: #444;
2031
+ padding: 2px 10px;
2032
+ display: block;
2033
+ text-decoration: none;
2034
+ }
2035
+ .multicamera[data-multicamera] li a:hover {
2036
+ background-color: #555;
2037
+ color: white;
2038
+ }
2039
+ .multicamera[data-multicamera] li a:hover a {
2040
+ color: white;
2041
+ text-decoration: none;
2042
+ }
2043
+ .multicamera[data-multicamera] li.current a {
2044
+ color: #f00;
2045
+ }
2046
+
2047
+ @keyframes pulse {
2048
+ 0% {
2049
+ color: #fff;
2050
+ }
2051
+ 50% {
2052
+ color: #ff0101;
2053
+ }
2054
+ 100% {
2055
+ color: #B80000;
2056
+ }
2057
+ }.player-poster[data-poster] {
2058
+ display: flex;
2059
+ justify-content: center;
2060
+ align-items: center;
2061
+ position: absolute;
2062
+ height: 100%;
2063
+ width: 100%;
2064
+ z-index: 998;
2065
+ top: 0;
2066
+ left: 0;
2067
+ background-color: #000;
2068
+ background-size: cover;
2069
+ background-repeat: no-repeat;
2070
+ background-position: 50% 50%;
2071
+ }
2072
+ .player-poster[data-poster].clickable {
2073
+ cursor: pointer;
2074
+ }
2075
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2076
+ opacity: 1;
2077
+ }
2078
+ .player-poster[data-poster] .play-wrapper[data-poster] {
2079
+ width: 100%;
2080
+ height: 25%;
2081
+ margin: 0 auto;
2082
+ opacity: 0.75;
2083
+ transition: opacity 0.1s ease;
2084
+ }
2085
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
2086
+ height: 100%;
2087
+ display: inline;
2088
+ }
2089
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2090
+ fill: #fff;
2091
+ }.player-logo[data-logo] {
2092
+ position: absolute;
2093
+ z-index: 2;
2094
+ width: 100%;
2095
+ height: 100%;
2096
+ }
2097
+
2098
+ .clappr-logo {
2099
+ position: absolute;
2091
2100
  }.scrub-thumbnails {
2092
2101
  position: absolute;
2093
2102
  bottom: 52px;
@@ -2149,13 +2158,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2149
2158
  }
2150
2159
  .scrub-thumbnails .backdrop .carousel img {
2151
2160
  width: auto;
2152
- }.player-logo[data-logo] {
2153
- position: absolute;
2154
- z-index: 2;
2155
- width: 100%;
2156
- height: 100%;
2157
- }
2158
-
2159
- .clappr-logo {
2160
- position: absolute;
2161
2161
  }