@gcorevideo/player 2.26.4 → 2.26.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -122,958 +122,924 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.media-control-skin-1 .media-control-item.media-control-gear {
126
- order: 99;
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;
127
136
  }
128
- .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
137
+
138
+ .clappr-nerd-stats {
139
+ cursor: default;
140
+ }
141
+ .clappr-nerd-stats .stats-box {
129
142
  position: absolute;
130
- right: 16px;
143
+ display: inline-block;
131
144
  bottom: 52px;
132
- width: 250px;
133
- min-height: 48px;
134
- z-index: 9999;
135
- border-radius: 4px;
136
- box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
137
- }
138
- .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
139
- padding: 8px 0;
140
- }
141
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
145
+ right: 0;
146
+ top: 0;
147
+ left: 0;
148
+ bottom: 0;
149
+ padding: 0 10px 12px;
142
150
  margin: 0;
143
- text-align: left;
144
- line-height: 22px;
145
- padding: 5px 14px;
146
- width: 250px;
151
+ line-height: 20px;
147
152
  font-size: 12px;
148
- display: flex;
149
- align-items: center;
150
- justify-content: flex-start;
151
- gap: 8px;
152
- }
153
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
154
- flex: 24px 0 0;
155
- height: 24px;
153
+ font-weight: 500;
154
+ background: var(--primary-background-color);
155
+ color: #fff;
156
+ z-index: 20000;
157
+ overflow: auto;
158
+ max-width: 100%;
156
159
  }
157
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
158
- visibility: hidden;
159
- display: inline-block;
160
+ .clappr-nerd-stats .stats-box-top {
161
+ position: absolute;
162
+ top: 0;
163
+ left: 0;
164
+ z-index: 9999;
165
+ width: 100%;
166
+ height: 32px;
167
+ background: var(--primary-background-color);
160
168
  }
161
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
162
- flex: 0 1 100%;
169
+ .clappr-nerd-stats .stats-box-top .close-button {
170
+ position: absolute;
171
+ right: 12px;
172
+ top: 10px;
173
+ display: block;
174
+ width: 12px;
175
+ height: 12px;
163
176
  }
164
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
165
- flex: 0 0 14px;
166
- height: 24px;
177
+ .clappr-nerd-stats .stats-box-top .close-button svg path {
178
+ fill: var(--primary-text-color);
167
179
  }
168
- .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
169
- flex: 1 0 auto;
170
- }*, :focus, :visited {
171
- outline: none !important;
180
+ .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
181
+ fill: var(--hover-text-color);
172
182
  }
173
-
174
- .gear-wrapper .go-back {
175
- font-weight: 600;
176
- font-size: 14px;
177
- line-height: 20px;
178
- width: 100%;
179
- text-align: left;
180
- padding: 12px;
183
+ .clappr-nerd-stats .stats-box-main {
184
+ overflow: hidden;
185
+ margin-top: 44px;
186
+ display: flex;
187
+ flex-wrap: wrap;
181
188
  }
182
- .gear-wrapper .go-back .arrow-left-icon {
183
- float: left;
184
- padding-top: 2px;
185
- padding-right: 2px;
189
+ .clappr-nerd-stats .stats-box-main ul {
190
+ flex: 0 1 1fr;
191
+ min-width: 200px;
186
192
  }
187
- .gear-wrapper .go-back .arrow-left-icon svg {
188
- height: 16px;
193
+ .clappr-nerd-stats .stats-box.wide {
194
+ width: 820px;
189
195
  }
190
- .gear-wrapper ul.gear-sub-menu {
191
- width: 100%;
196
+ .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
192
197
  list-style-type: none;
193
- min-width: 60px;
194
- border-top: 2px solid rgb(36, 36, 36);
195
- overflow-y: auto;
196
198
  }
197
- .gear-wrapper ul.gear-sub-menu li {
198
- font-size: 12px;
199
+ .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
200
+ padding-left: 2px;
201
+ padding-right: 2px;
202
+ background: var(--primary-background-color);
203
+ gap: 10px;
204
+ }
205
+ .clappr-nerd-stats .stats-box ul {
206
+ padding: 5px;
207
+ width: 200px;
208
+ flex: 0 1 50%;
209
+ }
210
+ .clappr-nerd-stats .stats-box ul li {
211
+ position: relative;
212
+ padding: 0 5px;
199
213
  text-align: left;
200
214
  }
201
- .gear-wrapper ul.gear-sub-menu li a {
202
- display: block;
203
- text-decoration: none;
204
- height: 30px;
205
- padding: 5px 10px;
206
- line-height: 22px;
207
- color: var(--gplayer-mc-text-dim-color);
215
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
216
+ padding: 0;
208
217
  }
209
- .gear-wrapper ul.gear-sub-menu li a:hover {
210
- color: var(--gplayer-mc-text-color);
211
- background-color: rgba(0, 0, 0, 0.4);
218
+ .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
219
+ width: 100%;
212
220
  }
213
- .gear-wrapper ul.gear-sub-menu li a:hover a {
214
- color: var(--gplayer-mc-text-color);
215
- text-decoration: none;
221
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
222
+ background: var(--secondary-background-color);
216
223
  }
217
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
218
- width: 30px;
219
- height: 20px;
220
- float: left;
221
- display: block;
224
+ .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
225
+ background: var(--secondary-background-color);
222
226
  }
223
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
224
- display: none;
227
+ .clappr-nerd-stats .stats-box ul li.title {
228
+ text-align: center;
229
+ font-weight: bold;
230
+ padding-bottom: 4px;
231
+ font-size: 14px;
225
232
  }
226
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
227
- display: inline;
228
- }div.player-error-screen, [data-player] div.player-error-screen {
229
- color: #CCCACA;
233
+ .clappr-nerd-stats .stats-box ul li div {
234
+ margin: 0;
230
235
  position: absolute;
236
+ right: 0;
231
237
  top: 0;
232
- height: 100%;
233
- width: 100%;
234
- background-color: rgba(0, 0, 0, 0.7);
235
- z-index: 2000;
236
- display: flex;
237
- flex-direction: column;
238
- justify-content: center;
239
238
  }
240
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
241
- font-size: 14px;
242
- color: #CCCACA;
243
- margin-top: 45px;
239
+
240
+ .desktop .clappr-nerd-stats .stats-box.narrow {
241
+ width: 250px;
244
242
  }
245
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
246
- font-weight: bold;
247
- line-height: 30px;
248
- font-size: 18px;
243
+ .desktop .clappr-nerd-stats .stats-box.narrow ul {
244
+ width: 100%;
249
245
  }
250
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
251
- width: 90%;
252
- margin: 0 auto;
246
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
247
+ padding: 0 5px;
248
+ height: auto;
253
249
  }
254
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
255
- font-size: 13px;
256
- margin-top: 15px;
250
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
251
+ width: 100%;
252
+ flex-direction: column;
257
253
  }
258
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
259
- cursor: pointer;
260
- width: 30px;
261
- margin: 15px auto 0;
262
- }.big-mute-icon-wrapper[data-big-mute] {
263
- position: absolute;
264
- z-index: 9998;
265
- background-color: transparent;
266
- display: flex;
267
- justify-content: center;
254
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
268
255
  width: 100%;
269
- height: calc(100% - 50px);
270
- margin: 0 auto;
271
- opacity: 0.75;
272
- transition: opacity 0.1s ease;
273
- pointer-events: auto;
274
256
  }
275
- .big-mute-icon-wrapper[data-big-mute].hide {
276
- display: none;
257
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
258
+ width: 100%;
277
259
  }
278
- .big-mute-icon-wrapper[data-big-mute]:hover {
279
- cursor: pointer;
260
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
261
+ padding-top: 12px;
262
+ height: 38px;
263
+ text-align: center;
280
264
  }
281
-
282
- .big-mute-icon[data-big-mute-icon] {
283
- display: flex;
284
- align-items: center;
285
- justify-content: center;
286
- align-self: center;
287
- width: 120px;
288
- height: 120px;
289
- border: 2px solid white;
290
- border-radius: 50%;
291
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
292
- filter: alpha(opacity=60);
293
- opacity: 1;
294
- box-shadow: 0 0 1px 0 white;
295
- background: rgba(240, 243, 247, 0.9411764706);
296
- z-index: 10000;
265
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
266
+ text-align: center;
297
267
  }
298
- .big-mute-icon[data-big-mute-icon] svg {
299
- margin-left: 5px;
300
- width: 80px;
268
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
301
269
  height: 80px;
302
270
  }
303
- .big-mute-icon[data-big-mute-icon] svg path {
304
- fill: #1f1e1e !important;
305
- }
306
- .big-mute-icon[data-big-mute-icon]:hover {
307
- background: rgba(240, 243, 247, 0.8784313725);
271
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
272
+ bottom: 0;
273
+ left: 0;
308
274
  }
309
- .big-mute-icon[data-big-mute-icon]:hover svg path {
310
- fill: #151515 !important;
311
- }.context-menu {
312
- z-index: 999;
275
+ .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
276
+ inset: 50% auto auto 50%;
277
+ transform: translate(-50%, -50%);
278
+ }
279
+
280
+ .speed-test-button {
281
+ margin: 10px 0 0;
282
+ color: #000;
283
+ }
284
+
285
+ .speed-test {
313
286
  position: absolute;
314
287
  top: 0;
315
288
  left: 0;
316
- text-align: center;
289
+ width: 100%;
290
+ height: 100%;
291
+ z-index: 9999;
317
292
  }
318
- .context-menu .context-menu-list {
319
- font-family: "Proxima Nova", sans-serif;
320
- font-size: 12px;
321
- line-height: 12px;
322
- list-style-type: none;
323
- text-align: left;
324
- padding: 5px;
325
- margin-left: auto;
326
- margin-right: auto;
327
- background-color: rgba(0, 0, 0, 0.75);
328
- border: 1px solid #666;
329
- border-radius: 4px;
293
+ .speed-test .speed-test-header {
294
+ width: 100%;
295
+ height: 32px;
330
296
  }
331
- .context-menu .context-menu-list-item button {
297
+ .speed-test .speed-test-header .close-speed-test {
298
+ float: right;
299
+ margin-right: 5px;
300
+ line-height: 32px;
301
+ cursor: pointer;
302
+ color: var(--primary-text-color);
303
+ }
304
+ .speed-test .speed-test-header .close-speed-test:hover {
305
+ color: var(--hover-text-color);
306
+ }
307
+
308
+ .settings-button {
309
+ float: right;
310
+ margin: 0 12px 0 0;
311
+ height: 40px;
312
+ width: 24px;
332
313
  border: none;
333
- background-color: transparent;
334
314
  padding: 0;
335
- color: white;
336
- display: flex;
337
- gap: 8px;
338
- align-items: center;
339
- justify-content: center;
340
- cursor: pointer;
341
- padding: 5px;
342
- width: 100%;
343
315
  }
344
- .context-menu .context-menu-list-item_icon {
345
- width: 20px;
346
- height: 20px;
347
- }.dvr-controls {
348
- --disabled-opacity: 0.3;
349
- --circle-radius: 5px;
350
- display: flex;
351
- align-items: center;
352
- color: var(--player-dvr-color);
353
- font-size: 10px;
354
- font-weight: 500;
355
- height: var(--bottom-panel);
356
- line-height: var(--bottom-panel);
357
- margin-left: 0;
316
+
317
+ .speedtest-summary {
318
+ width: 100%;
319
+ border-top: 1px solid var(--secondary-background-color) !important;
320
+ border-bottom: 1px solid var(--secondary-background-color) !important;
321
+ display: flex !important;
322
+ flex-direction: column;
323
+ align-items: stretch;
324
+ justify-content: space-between;
358
325
  }
359
- .dvr-controls .live-info,
360
- .dvr-controls .live-button {
326
+ .speedtest-summary .speedtest-summary-header {
327
+ width: 100%;
328
+ padding-top: 4px;
329
+ text-align: left;
330
+ height: 32px;
361
331
  font-size: 14px;
362
332
  font-weight: 500;
363
- margin-left: 20px;
364
- letter-spacing: 0.8px;
365
- text-transform: uppercase;
333
+ line-height: 20px;
366
334
  }
367
- .dvr-controls .live-info::before,
368
- .dvr-controls .live-button::before {
369
- margin-right: 8px;
370
- content: "";
371
- display: inline-block;
335
+ .speedtest-summary .speedtest-summary-block {
372
336
  position: relative;
373
- width: calc(var(--circle-radius) * 2);
374
- height: calc(var(--circle-radius) * 2);
375
- border-radius: var(--circle-radius);
376
- background-color: var(--player-dvr-color);
337
+ display: flex;
338
+ flex-direction: row;
339
+ width: 100%;
377
340
  }
378
- .dvr-controls.disabled {
379
- opacity: var(--disabled-opacity);
341
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
342
+ width: 50%;
343
+ margin-top: 4px;
344
+ margin-bottom: 12px;
380
345
  }
381
- .dvr-controls.disabled:before {
382
- background-color: var(--player-dvr-color);
346
+ .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
347
+ padding: 2px;
348
+ width: 248px;
349
+ max-width: 100%;
383
350
  }
384
- .dvr-controls .live-info {
385
- text-transform: uppercase;
386
- color: #fffffe;
351
+
352
+ .speedtest-quality {
353
+ width: 100%;
354
+ height: 36px;
355
+ display: flex !important;
356
+ flex-direction: column !important;
357
+ justify-content: space-between !important;
387
358
  }
388
- .dvr-controls .live-info::before {
389
- background-color: #ed4f4a;
359
+ .speedtest-quality .speedtest-quality-header {
360
+ font-size: 12px;
361
+ height: 20px;
362
+ border-left: 2px solid var(--secondary-background-color) !important;
363
+ background-color: var(--secondary-background-color);
364
+ text-align: left;
390
365
  }
391
- .dvr-controls .live-button {
392
- cursor: pointer;
393
- outline: none;
394
- border: 0;
395
- color: var(--player-dvr-color);
396
- background-color: transparent;
397
- padding: 0;
398
- opacity: 0.7;
399
- transition: all 0.1s ease;
366
+ .speedtest-quality-content {
367
+ width: 100%;
368
+ margin-top: 8px;
369
+ height: 8px;
370
+ display: flex !important;
371
+ flex-direction: row !important;
372
+ align-items: stretch !important;
373
+ justify-content: space-between;
400
374
  }
401
- .dvr-controls .live-button:hover {
402
- opacity: 1;
403
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
404
- }.share_plugin[data-share] {
405
- pointer-events: auto;
406
- z-index: 5;
407
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
375
+ .speedtest-quality-content-item {
376
+ width: 18.8%;
377
+ background-color: #fff;
408
378
  }
409
- .share_plugin[data-share].share-hide .share-button-container {
410
- right: -50px;
379
+ .speedtest-quality-content-item.speedtest-quality-value-1 {
380
+ background-color: var(--speedtest-red);
411
381
  }
412
- .share_plugin[data-share] .share-button-container {
413
- cursor: pointer;
414
- width: 36px;
415
- height: 36px;
416
- background-color: rgba(74, 74, 74, 0.6);
417
- border-radius: 4px;
418
- position: absolute;
419
- right: 10px;
420
- top: 10px;
421
- padding-top: 6px;
422
- transition: all 0.3s ease-out;
382
+ .speedtest-quality-content-item.speedtest-quality-value-2 {
383
+ background-color: var(--speedtest-orange);
423
384
  }
424
- .share_plugin[data-share] .share-button-container button[data-share-button] {
425
- background-color: transparent;
426
- border: 0;
427
- margin: 0 6px;
428
- padding: 0;
429
- cursor: pointer;
430
- display: inline-block;
431
- width: 19px;
432
- height: 20px;
385
+ .speedtest-quality-content-item.speedtest-quality-value-3 {
386
+ background-color: var(--speedtest-yellow);
433
387
  }
434
- .share_plugin[data-share] .share-container {
435
- pointer-events: auto;
436
- position: absolute;
437
- width: 280px;
438
- background-color: white;
439
- transform: translate(0, 50%);
440
- transform: translate(-50%, -50%);
441
- left: 50%;
442
- /* margin-left: -140px; */
443
- top: calc(50% - 20px);
444
- /* margin-top: -170px; */
388
+ .speedtest-quality-content-item.speedtest-quality-value-4 {
389
+ background-color: var(--speedtest-light-green);
445
390
  }
446
- .share_plugin[data-share] .share-container .share-container-header {
447
- text-align: left;
448
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
391
+ .speedtest-quality-content-item.speedtest-quality-value-5 {
392
+ background-color: var(--speedtest-green);
449
393
  }
450
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
451
- display: inline-block;
452
- font-size: 16px;
453
- margin: 5px;
394
+
395
+ .speedtest-footer {
396
+ position: relative;
397
+ float: left;
398
+ width: 100%;
399
+ height: 30px;
400
+ line-height: 16px;
454
401
  }
455
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
456
- display: inline-block;
457
- width: 24px;
458
- float: right;
459
- margin: 5px;
460
- cursor: pointer;
402
+ .speedtest-footer-about-link {
403
+ position: absolute;
404
+ bottom: 0;
405
+ left: 0;
406
+ color: var(--secondary-text-color);
407
+ text-decoration: underline !important;
461
408
  }
462
- .share_plugin[data-share] .share-container .share-container-main {
463
- margin-bottom: 8px;
409
+ .speedtest-footer-about-link:hover {
410
+ color: var(--hover-text-color);
464
411
  }
465
- .share_plugin[data-share] .share-container .share-container-main > div {
466
- text-align: left;
412
+ .speedtest-footer .speedtest-footer-refresh {
413
+ position: absolute;
414
+ bottom: 0;
415
+ right: 0;
416
+ color: var(--secondary-text-color);
467
417
  font-size: 14px;
468
- padding: 5px;
418
+ font-weight: 400;
419
+ line-height: 16px;
420
+ height: 16px;
421
+ display: flex;
422
+ align-items: center;
423
+ gap: 4px;
469
424
  }
470
- .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 {
471
- overflow: hidden;
472
- text-overflow: ellipsis;
473
- color: #818181;
474
- border: solid 1px #d3d3d3;
475
- width: calc(100% - 10px);
476
- padding: 5px;
477
- }
478
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
479
- max-height: 90px;
480
- resize: none;
481
- }
482
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
483
- width: 32px;
484
- display: inline-block;
485
- margin-right: 5px;
486
- cursor: pointer;
487
- }.media-control-skin-1 .media-control-item.media-control-pip {
488
- order: 95;
425
+ .speedtest-footer .speedtest-footer-refresh svg path {
426
+ fill: var(--secondary-text-color);
489
427
  }
490
- .media-control-skin-1 .media-control-item.media-control-pip button {
491
- height: 20px;
428
+ .speedtest-footer .speedtest-footer-refresh:hover {
429
+ color: var(--hover-text-color);
492
430
  }
493
- .media-control-skin-1 .media-control-item.media-control-pip button svg {
494
- height: 20px;
495
- }:root {
496
- --primary-background-color: #000;
497
- --secondary-background-color: #262626;
498
- --primary-text-color: #fff;
499
- --secondary-text-color: #fff4f2;
500
- --hover-text-color: #f9b090;
501
- --speedtest-red: #df564d;
502
- --speedtest-orange: #df934d;
503
- --speedtest-yellow: #dfd04d;
504
- --speedtest-light-green: #c2df4d;
505
- --speedtest-green: #73df4d;
431
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
432
+ fill: var(--hover-text-color);
506
433
  }
507
434
 
508
- .clappr-nerd-stats {
509
- cursor: default;
435
+ .mobile .clappr-nerd-stats .stats-box {
436
+ position: fixed;
437
+ height: auto;
438
+ width: auto;
439
+ inset: 0;
440
+ min-width: 100vw;
441
+ padding-bottom: 4px;
442
+ padding-left: 4px;
443
+ padding-right: 4px;
510
444
  }
511
- .clappr-nerd-stats .stats-box {
512
- position: absolute;
513
- display: inline-block;
514
- bottom: 52px;
515
- right: 0;
516
- top: 0;
517
- left: 0;
518
- bottom: 0;
519
- padding: 0 10px 12px;
520
- margin: 0;
521
- line-height: 20px;
522
- font-size: 12px;
523
- font-weight: 500;
524
- background: var(--primary-background-color);
525
- color: #fff;
526
- z-index: 20000;
527
- overflow: auto;
528
- max-width: 100%;
445
+ .mobile .clappr-nerd-stats .stats-box-top {
446
+ position: fixed;
529
447
  }
530
- .clappr-nerd-stats .stats-box-top {
531
- position: absolute;
532
- top: 0;
533
- left: 0;
534
- z-index: 9999;
535
- width: 100%;
536
- height: 32px;
537
- background: var(--primary-background-color);
448
+ .mobile .clappr-nerd-stats .stats-box-main ul {
449
+ flex: 0 1 50%;
538
450
  }
539
- .clappr-nerd-stats .stats-box-top .close-button {
540
- position: absolute;
541
- right: 12px;
542
- top: 10px;
543
- display: block;
544
- width: 12px;
545
- height: 12px;
451
+
452
+ @media only screen and (orientation: portrait) {
453
+ .mobile .speedtest-summary {
454
+ padding: 0 5px;
455
+ height: auto;
456
+ }
457
+ .mobile .speedtest-summary-block {
458
+ width: 100%;
459
+ flex-direction: column;
460
+ }
461
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
462
+ width: 100%;
463
+ }
464
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
465
+ width: 100%;
466
+ }
467
+ .mobile .speedtest-summary-header {
468
+ padding-top: 12px;
469
+ height: 38px;
470
+ text-align: center;
471
+ }
472
+ .mobile .speedtest-quality-header {
473
+ text-align: center;
474
+ }
475
+ .mobile .speedtest-footer .speedtest-footer-refresh {
476
+ inset: 50% auto auto 50%;
477
+ transform: translate(-50%, -50%);
478
+ }
546
479
  }
547
- .clappr-nerd-stats .stats-box-top .close-button svg path {
548
- fill: var(--primary-text-color);
480
+ @media only screen and (orientation: landscape) {
481
+ .mobile .clappr-nerd-stats .stats-box-main ul {
482
+ flex-basis: 1fr;
483
+ }
549
484
  }
550
- .clappr-nerd-stats .stats-box-top .close-button:hover svg path {
551
- fill: var(--hover-text-color);
485
+ @media only screen and (min-width: 1100px) {
486
+ .fullscreen .clappr-nerd-stats .stats-box {
487
+ top: unset;
488
+ }
489
+ }@charset "UTF-8";
490
+ .gplayer-mc-clips {
491
+ display: flex;
492
+ gap: 6px;
552
493
  }
553
- .clappr-nerd-stats .stats-box-main {
494
+ .gplayer-mc-clips .gplayer-mc-clips-text {
495
+ text-overflow: ellipsis;
496
+ white-space: nowrap;
554
497
  overflow: hidden;
555
- margin-top: 44px;
556
- display: flex;
557
- flex-wrap: wrap;
498
+ display: inline-block;
499
+ text-overflow: ellipsis;
500
+ color: white;
501
+ cursor: default;
502
+ line-height: var(--bottom-panel);
503
+ position: relative;
504
+ max-width: 150px;
558
505
  }
559
- .clappr-nerd-stats .stats-box-main ul {
560
- flex: 0 1 1fr;
561
- min-width: 200px;
506
+ .gplayer-mc-clips .gplayer-mc-clips-text::before {
507
+ content: "•";
508
+ padding-right: 6px;
562
509
  }
563
- .clappr-nerd-stats .stats-box.wide {
564
- width: 820px;
510
+ .gplayer-mc-clips .gplayer-mc-clips-text.compact {
511
+ max-width: 100px;
512
+ }.big-mute-icon-wrapper[data-big-mute] {
513
+ position: absolute;
514
+ z-index: 9998;
515
+ background-color: transparent;
516
+ display: flex;
517
+ justify-content: center;
518
+ width: 100%;
519
+ height: calc(100% - 50px);
520
+ margin: 0 auto;
521
+ opacity: 0.75;
522
+ transition: opacity 0.1s ease;
523
+ pointer-events: auto;
565
524
  }
566
- .clappr-nerd-stats .stats-box ul, .clappr-nerd-stats .stats-box li {
567
- list-style-type: none;
525
+ .big-mute-icon-wrapper[data-big-mute].hide {
526
+ display: none;
568
527
  }
569
- .clappr-nerd-stats .stats-box ul div, .clappr-nerd-stats .stats-box li div {
570
- padding-left: 2px;
571
- padding-right: 2px;
572
- background: var(--primary-background-color);
573
- gap: 10px;
528
+ .big-mute-icon-wrapper[data-big-mute]:hover {
529
+ cursor: pointer;
574
530
  }
575
- .clappr-nerd-stats .stats-box ul {
576
- padding: 5px;
577
- width: 200px;
578
- flex: 0 1 50%;
531
+
532
+ .big-mute-icon[data-big-mute-icon] {
533
+ display: flex;
534
+ align-items: center;
535
+ justify-content: center;
536
+ align-self: center;
537
+ width: 120px;
538
+ height: 120px;
539
+ border: 2px solid white;
540
+ border-radius: 50%;
541
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
542
+ filter: alpha(opacity=60);
543
+ opacity: 1;
544
+ box-shadow: 0 0 1px 0 white;
545
+ background: rgba(240, 243, 247, 0.9411764706);
546
+ z-index: 10000;
579
547
  }
580
- .clappr-nerd-stats .stats-box ul li {
581
- position: relative;
582
- padding: 0 5px;
583
- text-align: left;
548
+ .big-mute-icon[data-big-mute-icon] svg {
549
+ margin-left: 5px;
550
+ width: 80px;
551
+ height: 80px;
584
552
  }
585
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper {
586
- padding: 0;
553
+ .big-mute-icon[data-big-mute-icon] svg path {
554
+ fill: #1f1e1e !important;
587
555
  }
588
- .clappr-nerd-stats .stats-box ul li.canvas-wrapper canvas {
589
- width: 100%;
556
+ .big-mute-icon[data-big-mute-icon]:hover {
557
+ background: rgba(240, 243, 247, 0.8784313725);
590
558
  }
591
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) {
592
- background: var(--secondary-background-color);
559
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
560
+ fill: #151515 !important;
561
+ }div.player-error-screen, [data-player] div.player-error-screen {
562
+ color: #CCCACA;
563
+ position: absolute;
564
+ top: 0;
565
+ height: 100%;
566
+ width: 100%;
567
+ background-color: rgba(0, 0, 0, 0.7);
568
+ z-index: 2000;
569
+ display: flex;
570
+ flex-direction: column;
571
+ justify-content: center;
593
572
  }
594
- .clappr-nerd-stats .stats-box ul li:nth-child(2n) div {
595
- background: var(--secondary-background-color);
573
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
574
+ font-size: 14px;
575
+ color: #CCCACA;
576
+ margin-top: 45px;
596
577
  }
597
- .clappr-nerd-stats .stats-box ul li.title {
598
- text-align: center;
578
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
599
579
  font-weight: bold;
600
- padding-bottom: 4px;
601
- font-size: 14px;
580
+ line-height: 30px;
581
+ font-size: 18px;
602
582
  }
603
- .clappr-nerd-stats .stats-box ul li div {
604
- margin: 0;
605
- position: absolute;
606
- right: 0;
607
- top: 0;
583
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
584
+ width: 90%;
585
+ margin: 0 auto;
608
586
  }
609
-
610
- .desktop .clappr-nerd-stats .stats-box.narrow {
611
- width: 250px;
587
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
588
+ font-size: 13px;
589
+ margin-top: 15px;
612
590
  }
613
- .desktop .clappr-nerd-stats .stats-box.narrow ul {
614
- width: 100%;
615
- }
616
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary {
617
- padding: 0 5px;
618
- height: auto;
619
- }
620
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block {
621
- width: 100%;
622
- flex-direction: column;
623
- }
624
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
625
- width: 100%;
626
- }
627
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
628
- width: 100%;
629
- }
630
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-summary-header {
631
- padding-top: 12px;
632
- height: 38px;
633
- text-align: center;
634
- }
635
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-quality-header {
636
- text-align: center;
637
- }
638
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer {
639
- height: 80px;
591
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
592
+ cursor: pointer;
593
+ width: 30px;
594
+ margin: 15px auto 0;
595
+ }.media-control-skin-1 .media-control-item.media-control-gear {
596
+ order: 99;
640
597
  }
641
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer-about-link {
642
- bottom: 0;
643
- left: 0;
598
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-wrapper {
599
+ position: absolute;
600
+ right: 16px;
601
+ bottom: 52px;
602
+ width: 250px;
603
+ min-height: 48px;
604
+ z-index: 9999;
605
+ border-radius: 4px;
606
+ box-shadow: 0 0 1px 1px var(--gplayer-mc-popup-border-color);
644
607
  }
645
- .desktop .clappr-nerd-stats .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
646
- inset: 50% auto auto 50%;
647
- transform: translate(-50%, -50%);
608
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-options-list {
609
+ padding: 8px 0;
648
610
  }
649
-
650
- .speed-test-button {
651
- margin: 10px 0 0;
652
- color: #000;
611
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option {
612
+ margin: 0;
613
+ text-align: left;
614
+ line-height: 22px;
615
+ padding: 5px 14px;
616
+ width: 250px;
617
+ font-size: 12px;
618
+ display: flex;
619
+ align-items: center;
620
+ justify-content: flex-start;
621
+ gap: 8px;
653
622
  }
654
-
655
- .speed-test {
656
- position: absolute;
657
- top: 0;
658
- left: 0;
659
- width: 100%;
660
- height: 100%;
661
- z-index: 9999;
623
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon {
624
+ flex: 24px 0 0;
625
+ height: 24px;
662
626
  }
663
- .speed-test .speed-test-header {
664
- width: 100%;
665
- height: 32px;
627
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_icon.hidden {
628
+ visibility: hidden;
629
+ display: inline-block;
666
630
  }
667
- .speed-test .speed-test-header .close-speed-test {
668
- float: right;
669
- margin-right: 5px;
670
- line-height: 32px;
671
- cursor: pointer;
672
- color: var(--primary-text-color);
631
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_label {
632
+ flex: 0 1 100%;
673
633
  }
674
- .speed-test .speed-test-header .close-speed-test:hover {
675
- color: var(--hover-text-color);
634
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_arrow-right-icon {
635
+ flex: 0 0 14px;
636
+ height: 24px;
676
637
  }
677
-
678
- .settings-button {
679
- float: right;
680
- margin: 0 12px 0 0;
681
- height: 40px;
682
- width: 24px;
683
- border: none;
684
- padding: 0;
638
+ .media-control-skin-1 .media-control-item.media-control-gear .gear-option_value {
639
+ flex: 1 0 auto;
640
+ }*, :focus, :visited {
641
+ outline: none !important;
685
642
  }
686
643
 
687
- .speedtest-summary {
688
- width: 100%;
689
- border-top: 1px solid var(--secondary-background-color) !important;
690
- border-bottom: 1px solid var(--secondary-background-color) !important;
691
- display: flex !important;
692
- flex-direction: column;
693
- align-items: stretch;
694
- justify-content: space-between;
695
- }
696
- .speedtest-summary .speedtest-summary-header {
697
- width: 100%;
698
- padding-top: 4px;
699
- text-align: left;
700
- height: 32px;
644
+ .gear-wrapper .go-back {
645
+ font-weight: 600;
701
646
  font-size: 14px;
702
- font-weight: 500;
703
647
  line-height: 20px;
704
- }
705
- .speedtest-summary .speedtest-summary-block {
706
- position: relative;
707
- display: flex;
708
- flex-direction: row;
709
648
  width: 100%;
649
+ text-align: left;
650
+ padding: 12px;
710
651
  }
711
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
712
- width: 50%;
713
- margin-top: 4px;
714
- margin-bottom: 12px;
652
+ .gear-wrapper .go-back .arrow-left-icon {
653
+ float: left;
654
+ padding-top: 2px;
655
+ padding-right: 2px;
715
656
  }
716
- .speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
717
- padding: 2px;
718
- width: 248px;
719
- max-width: 100%;
657
+ .gear-wrapper .go-back .arrow-left-icon svg {
658
+ height: 16px;
720
659
  }
721
-
722
- .speedtest-quality {
660
+ .gear-wrapper ul.gear-sub-menu {
723
661
  width: 100%;
724
- height: 36px;
725
- display: flex !important;
726
- flex-direction: column !important;
727
- justify-content: space-between !important;
662
+ list-style-type: none;
663
+ min-width: 60px;
664
+ border-top: 2px solid rgb(36, 36, 36);
665
+ overflow-y: auto;
728
666
  }
729
- .speedtest-quality .speedtest-quality-header {
667
+ .gear-wrapper ul.gear-sub-menu li {
730
668
  font-size: 12px;
731
- height: 20px;
732
- border-left: 2px solid var(--secondary-background-color) !important;
733
- background-color: var(--secondary-background-color);
734
669
  text-align: left;
735
670
  }
736
- .speedtest-quality-content {
737
- width: 100%;
738
- margin-top: 8px;
739
- height: 8px;
740
- display: flex !important;
741
- flex-direction: row !important;
742
- align-items: stretch !important;
743
- justify-content: space-between;
671
+ .gear-wrapper ul.gear-sub-menu li a {
672
+ display: block;
673
+ text-decoration: none;
674
+ height: 30px;
675
+ padding: 5px 10px;
676
+ line-height: 22px;
677
+ color: var(--gplayer-mc-text-dim-color);
744
678
  }
745
- .speedtest-quality-content-item {
746
- width: 18.8%;
747
- background-color: #fff;
679
+ .gear-wrapper ul.gear-sub-menu li a:hover {
680
+ color: var(--gplayer-mc-text-color);
681
+ background-color: rgba(0, 0, 0, 0.4);
748
682
  }
749
- .speedtest-quality-content-item.speedtest-quality-value-1 {
750
- background-color: var(--speedtest-red);
683
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
684
+ color: var(--gplayer-mc-text-color);
685
+ text-decoration: none;
751
686
  }
752
- .speedtest-quality-content-item.speedtest-quality-value-2 {
753
- background-color: var(--speedtest-orange);
687
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
688
+ width: 30px;
689
+ height: 20px;
690
+ float: left;
691
+ display: block;
754
692
  }
755
- .speedtest-quality-content-item.speedtest-quality-value-3 {
756
- background-color: var(--speedtest-yellow);
693
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
694
+ display: none;
757
695
  }
758
- .speedtest-quality-content-item.speedtest-quality-value-4 {
759
- background-color: var(--speedtest-light-green);
696
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
697
+ display: inline;
698
+ }.dvr-controls {
699
+ --disabled-opacity: 0.3;
700
+ --circle-radius: 5px;
701
+ display: flex;
702
+ align-items: center;
703
+ color: var(--player-dvr-color);
704
+ font-size: 10px;
705
+ font-weight: 500;
706
+ height: var(--bottom-panel);
707
+ line-height: var(--bottom-panel);
708
+ margin-left: 0;
760
709
  }
761
- .speedtest-quality-content-item.speedtest-quality-value-5 {
762
- background-color: var(--speedtest-green);
710
+ .dvr-controls .live-info,
711
+ .dvr-controls .live-button {
712
+ font-size: 14px;
713
+ font-weight: 500;
714
+ margin-left: 20px;
715
+ letter-spacing: 0.8px;
716
+ text-transform: uppercase;
763
717
  }
764
-
765
- .speedtest-footer {
718
+ .dvr-controls .live-info::before,
719
+ .dvr-controls .live-button::before {
720
+ margin-right: 8px;
721
+ content: "";
722
+ display: inline-block;
766
723
  position: relative;
767
- float: left;
768
- width: 100%;
769
- height: 30px;
770
- line-height: 16px;
724
+ width: calc(var(--circle-radius) * 2);
725
+ height: calc(var(--circle-radius) * 2);
726
+ border-radius: var(--circle-radius);
727
+ background-color: var(--player-dvr-color);
771
728
  }
772
- .speedtest-footer-about-link {
773
- position: absolute;
774
- bottom: 0;
775
- left: 0;
776
- color: var(--secondary-text-color);
777
- text-decoration: underline !important;
729
+ .dvr-controls.disabled {
730
+ opacity: var(--disabled-opacity);
778
731
  }
779
- .speedtest-footer-about-link:hover {
780
- color: var(--hover-text-color);
732
+ .dvr-controls.disabled:before {
733
+ background-color: var(--player-dvr-color);
781
734
  }
782
- .speedtest-footer .speedtest-footer-refresh {
783
- position: absolute;
784
- bottom: 0;
785
- right: 0;
786
- color: var(--secondary-text-color);
787
- font-size: 14px;
788
- font-weight: 400;
789
- line-height: 16px;
790
- height: 16px;
791
- display: flex;
792
- align-items: center;
793
- gap: 4px;
735
+ .dvr-controls .live-info {
736
+ text-transform: uppercase;
737
+ color: #fffffe;
794
738
  }
795
- .speedtest-footer .speedtest-footer-refresh svg path {
796
- fill: var(--secondary-text-color);
739
+ .dvr-controls .live-info::before {
740
+ background-color: #ed4f4a;
797
741
  }
798
- .speedtest-footer .speedtest-footer-refresh:hover {
799
- color: var(--hover-text-color);
742
+ .dvr-controls .live-button {
743
+ cursor: pointer;
744
+ outline: none;
745
+ border: 0;
746
+ color: var(--player-dvr-color);
747
+ background-color: transparent;
748
+ padding: 0;
749
+ opacity: 0.7;
750
+ transition: all 0.1s ease;
800
751
  }
801
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
802
- fill: var(--hover-text-color);
752
+ .dvr-controls .live-button:hover {
753
+ opacity: 1;
754
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
755
+ }.context-menu {
756
+ z-index: 999;
757
+ position: absolute;
758
+ top: 0;
759
+ left: 0;
760
+ text-align: center;
803
761
  }
804
-
805
- .mobile .clappr-nerd-stats .stats-box {
806
- position: fixed;
807
- height: auto;
808
- width: auto;
809
- inset: 0;
810
- min-width: 100vw;
811
- padding-bottom: 4px;
812
- padding-left: 4px;
813
- padding-right: 4px;
762
+ .context-menu .context-menu-list {
763
+ font-family: "Proxima Nova", sans-serif;
764
+ font-size: 12px;
765
+ line-height: 12px;
766
+ list-style-type: none;
767
+ text-align: left;
768
+ padding: 5px;
769
+ margin-left: auto;
770
+ margin-right: auto;
771
+ background-color: rgba(0, 0, 0, 0.75);
772
+ border: 1px solid #666;
773
+ border-radius: 4px;
814
774
  }
815
- .mobile .clappr-nerd-stats .stats-box-top {
816
- position: fixed;
775
+ .context-menu .context-menu-list-item button {
776
+ border: none;
777
+ background-color: transparent;
778
+ padding: 0;
779
+ color: white;
780
+ display: flex;
781
+ gap: 8px;
782
+ align-items: center;
783
+ justify-content: center;
784
+ cursor: pointer;
785
+ padding: 5px;
786
+ width: 100%;
817
787
  }
818
- .mobile .clappr-nerd-stats .stats-box-main ul {
819
- flex: 0 1 50%;
788
+ .context-menu .context-menu-list-item_icon {
789
+ width: 20px;
790
+ height: 20px;
791
+ }*,
792
+ :focus,
793
+ :visited {
794
+ outline: none !important;
820
795
  }
821
796
 
822
- @media only screen and (orientation: portrait) {
823
- .mobile .speedtest-summary {
824
- padding: 0 5px;
825
- height: auto;
826
- }
827
- .mobile .speedtest-summary-block {
828
- width: 100%;
829
- flex-direction: column;
830
- }
831
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
832
- width: 100%;
833
- }
834
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
835
- width: 100%;
836
- }
837
- .mobile .speedtest-summary-header {
838
- padding-top: 12px;
839
- height: 38px;
840
- text-align: center;
841
- }
842
- .mobile .speedtest-quality-header {
843
- text-align: center;
844
- }
845
- .mobile .speedtest-footer .speedtest-footer-refresh {
846
- inset: 50% auto auto 50%;
847
- transform: translate(-50%, -50%);
848
- }
797
+ .multicamera[data-multicamera] {
798
+ float: right;
799
+ margin-top: 4px;
800
+ position: relative;
801
+ margin-right: 20px;
802
+ width: 20px;
849
803
  }
850
- @media only screen and (orientation: landscape) {
851
- .mobile .clappr-nerd-stats .stats-box-main ul {
852
- flex-basis: 1fr;
853
- }
804
+ .multicamera[data-multicamera] button {
805
+ background-color: transparent;
806
+ color: #fff;
807
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
808
+ -webkit-font-smoothing: antialiased;
809
+ border: none;
810
+ font-size: 14px;
811
+ padding: 0;
854
812
  }
855
- @media only screen and (min-width: 1100px) {
856
- .fullscreen .clappr-nerd-stats .stats-box {
857
- top: unset;
858
- }
859
- }.quality-levels li.disabled {
860
- opacity: 0.5;
861
- pointer-events: none;
813
+ .multicamera[data-multicamera] button svg {
814
+ height: 20px;
815
+ position: relative;
816
+ margin-top: 6px;
862
817
  }
863
- .quality-levels li.current {
864
- background-color: #000;
865
- }.player-poster {
866
- display: flex;
867
- justify-content: center;
868
- align-items: center;
818
+ .multicamera[data-multicamera] button:hover {
819
+ color: #c9c9c9;
820
+ }
821
+ .multicamera[data-multicamera] button.changing {
822
+ animation: pulse 0.5s infinite alternate;
823
+ }
824
+ .multicamera[data-multicamera] button span.quality-arrow {
825
+ width: 9px;
826
+ height: 6px;
827
+ margin-top: 11px;
828
+ margin-left: 5px;
829
+ }
830
+ .multicamera[data-multicamera] > ul {
831
+ padding: 6px 0;
832
+ right: -24px;
833
+ width: 245px;
834
+ list-style-type: none;
869
835
  position: absolute;
870
- height: 100%;
871
- width: 100%;
872
- z-index: 998;
873
- top: 0;
874
- left: 0;
875
- background-color: #000;
876
- background-size: cover;
877
- background-repeat: no-repeat;
878
- background-position: 50% 50%;
836
+ bottom: 48px;
837
+ border-radius: 4px;
838
+ display: none;
839
+ background-color: rgba(74, 74, 74, 0.9);
879
840
  }
880
- .player-poster.clickable {
841
+ .multicamera[data-multicamera] > ul::after {
842
+ content: "";
843
+ position: absolute;
844
+ top: 100%;
845
+ left: 85%;
846
+ margin-left: -10px;
847
+ width: 0;
848
+ height: 0;
849
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
850
+ border-right: 10px solid transparent;
851
+ border-left: 10px solid transparent;
852
+ }
853
+ .multicamera[data-multicamera] li {
854
+ font-size: 10px;
881
855
  cursor: pointer;
882
856
  }
883
- .player-poster:hover .play-wrapper {
884
- opacity: 1;
857
+ .multicamera[data-multicamera] li .multicamera-item {
858
+ display: flex;
859
+ padding: 10px 0;
860
+ justify-content: center;
861
+ position: relative;
885
862
  }
886
- .player-poster .play-wrapper {
887
- width: 100%;
888
- height: 25%;
889
- margin: 0 auto;
890
- opacity: 0.75;
891
- transition: opacity 0.1s ease;
863
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
864
+ pointer-events: none;
892
865
  }
893
- .player-poster .play-wrapper svg {
894
- height: 100%;
895
- display: inline;
866
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
867
+ opacity: 0.5;
896
868
  }
897
- .player-poster .play-wrapper svg path {
898
- fill: #fff;
899
- }.container-with-poster-clickable .mc-skip-time {
900
- height: 0;
869
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
870
+ opacity: 0.5;
901
871
  }
902
-
903
- .mc-skip-time {
904
- position: absolute;
905
- width: 100%;
906
- height: calc(100% - 50px);
907
- z-index: 9998;
908
- background-color: transparent;
909
- font-family: Roboto, "Open Sans", Arial, sans-serif;
872
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
873
+ background-color: rgba(0, 0, 0, 0);
910
874
  }
911
- .mc-skip-time .skip-container {
912
- width: 100%;
913
- height: 100%;
914
- display: flex;
915
- justify-content: space-between;
875
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
876
+ background-color: rgba(0, 0, 0, 0.3);
916
877
  }
917
- .mc-skip-time .skip-container .skip-item {
918
- flex: 1 0 0px;
919
- height: 100%;
920
- }.scrub-thumbnails {
921
- position: absolute;
922
- bottom: 52px;
923
- width: 100%;
924
- transition: opacity 0.3s ease;
878
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
879
+ width: 80px;
880
+ height: 60px;
925
881
  }
926
- .scrub-thumbnails.hidden {
927
- opacity: 0;
882
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
883
+ width: 80px;
884
+ height: 60px;
928
885
  }
929
- .scrub-thumbnails .thumbnail-container {
930
- display: inline-block;
931
- position: relative;
886
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
887
+ width: 120px;
888
+ text-align: left;
889
+ margin-left: 15px;
890
+ }
891
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
892
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
893
+ width: 120px;
894
+ height: 20px;
895
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
896
+ font-size: 14px;
897
+ font-weight: normal;
898
+ font-style: normal;
899
+ font-stretch: normal;
900
+ line-height: 1.43;
901
+ letter-spacing: normal;
902
+ text-align: left;
903
+ color: #fff;
904
+ text-overflow: ellipsis;
932
905
  overflow: hidden;
933
- background-color: #000;
934
906
  }
935
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
936
- position: absolute;
937
- width: auto;
907
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
908
+ opacity: 0.6;
938
909
  }
939
- .scrub-thumbnails .thumbnails-text {
940
- background-color: rgba(74, 74, 74, 0.7);
941
- border-radius: 3px;
942
- white-space: nowrap;
943
- overflow: hidden;
944
- text-overflow: ellipsis;
910
+ .multicamera[data-multicamera] li a {
911
+ color: #444;
912
+ padding: 2px 10px;
913
+ display: block;
914
+ text-decoration: none;
915
+ }
916
+ .multicamera[data-multicamera] li a:hover {
917
+ background-color: #555;
945
918
  color: white;
946
- position: absolute;
947
- bottom: 23px;
948
- width: 100px;
949
- padding: 0 4px;
950
- font-size: 12px;
951
919
  }
952
- .scrub-thumbnails .spotlight {
953
- background-color: #4a4a4a;
954
- overflow: hidden;
920
+ .multicamera[data-multicamera] li a:hover a {
921
+ color: white;
922
+ text-decoration: none;
923
+ }
924
+ .multicamera[data-multicamera] li.current a {
925
+ color: #f00;
926
+ }.share_plugin[data-share] {
927
+ pointer-events: auto;
928
+ z-index: 5;
929
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
930
+ }
931
+ .share_plugin[data-share].share-hide .share-button-container {
932
+ right: -50px;
933
+ }
934
+ .share_plugin[data-share] .share-button-container {
935
+ cursor: pointer;
936
+ width: 36px;
937
+ height: 36px;
938
+ background-color: rgba(74, 74, 74, 0.6);
939
+ border-radius: 4px;
955
940
  position: absolute;
956
- bottom: 0;
957
- left: 0;
958
- border-color: #4a4a4a;
959
- border-style: solid;
960
- border-width: 3px;
961
- border-radius: 3px;
941
+ right: 10px;
942
+ top: 10px;
943
+ padding-top: 6px;
944
+ transition: all 0.3s ease-out;
962
945
  }
963
- .scrub-thumbnails .spotlight img {
964
- width: auto;
946
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
947
+ background-color: transparent;
948
+ border: 0;
949
+ margin: 0 6px;
950
+ padding: 0;
951
+ cursor: pointer;
952
+ display: inline-block;
953
+ width: 19px;
954
+ height: 20px;
965
955
  }
966
- .scrub-thumbnails .backdrop {
956
+ .share_plugin[data-share] .share-container {
957
+ pointer-events: auto;
967
958
  position: absolute;
968
- left: 0;
969
- bottom: 0;
970
- right: 0;
971
- background-color: #000;
972
- overflow: hidden;
959
+ width: 280px;
960
+ background-color: white;
961
+ transform: translate(0, 50%);
962
+ transform: translate(-50%, -50%);
963
+ left: 50%;
964
+ /* margin-left: -140px; */
965
+ top: calc(50% - 20px);
966
+ /* margin-top: -170px; */
967
+ }
968
+ .share_plugin[data-share] .share-container .share-container-header {
969
+ text-align: left;
970
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
971
+ }
972
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
973
+ display: inline-block;
974
+ font-size: 16px;
975
+ margin: 5px;
973
976
  }
974
- .scrub-thumbnails .backdrop .carousel {
975
- position: absolute;
976
- top: 0;
977
- left: 0;
978
- height: 100%;
979
- white-space: nowrap;
977
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
978
+ display: inline-block;
979
+ width: 24px;
980
+ float: right;
981
+ margin: 5px;
982
+ cursor: pointer;
980
983
  }
981
- .scrub-thumbnails .backdrop .carousel img {
982
- width: auto;
983
- }@charset "UTF-8";
984
- .gplayer-mc-clips {
985
- display: flex;
986
- gap: 6px;
984
+ .share_plugin[data-share] .share-container .share-container-main {
985
+ margin-bottom: 8px;
987
986
  }
988
- .gplayer-mc-clips .gplayer-mc-clips-text {
989
- text-overflow: ellipsis;
990
- white-space: nowrap;
987
+ .share_plugin[data-share] .share-container .share-container-main > div {
988
+ text-align: left;
989
+ font-size: 14px;
990
+ padding: 5px;
991
+ }
992
+ .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 {
991
993
  overflow: hidden;
992
- display: inline-block;
993
994
  text-overflow: ellipsis;
994
- color: white;
995
- cursor: default;
996
- line-height: var(--bottom-panel);
997
- position: relative;
998
- max-width: 150px;
995
+ color: #818181;
996
+ border: solid 1px #d3d3d3;
997
+ width: calc(100% - 10px);
998
+ padding: 5px;
999
999
  }
1000
- .gplayer-mc-clips .gplayer-mc-clips-text::before {
1001
- content: "•";
1002
- padding-right: 6px;
1000
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1001
+ max-height: 90px;
1002
+ resize: none;
1003
1003
  }
1004
- .gplayer-mc-clips .gplayer-mc-clips-text.compact {
1005
- max-width: 100px;
1006
- }.spinner-three-bounce[data-spinner] {
1004
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1005
+ width: 32px;
1006
+ display: inline-block;
1007
+ margin-right: 5px;
1008
+ cursor: pointer;
1009
+ }.player-poster {
1010
+ display: flex;
1011
+ justify-content: center;
1012
+ align-items: center;
1007
1013
  position: absolute;
1008
- width: 70px;
1009
- text-align: center;
1010
- z-index: 999;
1014
+ height: 100%;
1015
+ width: 100%;
1016
+ z-index: 998;
1017
+ top: 0;
1011
1018
  left: 0;
1012
- right: 0;
1013
- margin: 0 auto;
1014
- margin-left: auto;
1015
- margin-right: auto;
1016
- /* center vertically */
1017
- top: 50%;
1018
- transform: translateY(-50%);
1019
- }
1020
- .spinner-three-bounce[data-spinner] > div {
1021
- width: 18px;
1022
- height: 18px;
1023
- background-color: #FFF;
1024
- border-radius: 100%;
1025
- display: inline-block;
1026
- animation: bouncedelay 1.4s infinite ease-in-out;
1027
- /* Prevent first frame from flickering when animation starts */
1028
- animation-fill-mode: both;
1019
+ background-color: #000;
1020
+ background-size: cover;
1021
+ background-repeat: no-repeat;
1022
+ background-position: 50% 50%;
1029
1023
  }
1030
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1031
- animation-delay: -0.32s;
1024
+ .player-poster.clickable {
1025
+ cursor: pointer;
1032
1026
  }
1033
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1034
- animation-delay: -0.16s;
1027
+ .player-poster:hover .play-wrapper {
1028
+ opacity: 1;
1035
1029
  }
1036
-
1037
- @keyframes bouncedelay {
1038
- 0%, 80%, 100% {
1039
- transform: scale(0);
1040
- }
1041
- 40% {
1042
- transform: scale(1);
1043
- }
1044
- }.seek-time {
1045
- position: absolute;
1046
- white-space: nowrap;
1047
- height: 20px;
1048
- line-height: 20px;
1049
- font-size: 0;
1050
- left: -100%;
1051
- bottom: 55px;
1052
- background-color: rgba(2, 2, 2, 0.5);
1053
- z-index: 9999;
1030
+ .player-poster .play-wrapper {
1031
+ width: 100%;
1032
+ height: 25%;
1033
+ margin: 0 auto;
1034
+ opacity: 0.75;
1054
1035
  transition: opacity 0.1s ease;
1055
1036
  }
1056
- .seek-time.hidden {
1057
- opacity: 0;
1058
- }
1059
- .seek-time .seek-time__pos {
1060
- display: inline-block;
1061
- color: white;
1062
- font-size: 10px;
1063
- padding-left: 7px;
1064
- padding-right: 7px;
1065
- vertical-align: top;
1066
- }
1067
- .seek-time .seek-time__duration {
1068
- display: inline-block;
1069
- color: rgba(255, 255, 255, 0.5);
1070
- font-size: 10px;
1071
- padding-right: 7px;
1072
- vertical-align: top;
1037
+ .player-poster .play-wrapper svg {
1038
+ height: 100%;
1039
+ display: inline;
1073
1040
  }
1074
- .seek-time .seek-time__duration::before {
1075
- content: "|";
1076
- margin-right: 7px;
1041
+ .player-poster .play-wrapper svg path {
1042
+ fill: #fff;
1077
1043
  }[data-player] {
1078
1044
  --bottom-panel: 40px;
1079
1045
  }
@@ -1469,14 +1435,10 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1469
1435
  cursor: default;
1470
1436
  display: none;
1471
1437
  }
1472
- .media-control-skin-1 .bar-container[data-seekbar].seek-disabled + .bar-scrubber[data-seekbar] {
1473
- cursor: default;
1474
- display: none;
1475
- }
1476
1438
  .media-control-skin-1 .bar-scrubber[data-seekbar] {
1477
1439
  position: absolute;
1478
1440
  transform: translateX(-50%);
1479
- top: -11.5px;
1441
+ top: 0;
1480
1442
  left: 0;
1481
1443
  width: 20px;
1482
1444
  height: 20px;
@@ -1662,52 +1624,174 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1662
1624
  text-align: right;
1663
1625
  height: 30px;
1664
1626
  }
1665
- .media-control-skin-1 .media-control-dd__popup li a {
1666
- display: block;
1667
- text-decoration: none;
1668
- text-overflow: ellipsis;
1627
+ .media-control-skin-1 .media-control-dd__popup li a {
1628
+ display: block;
1629
+ text-decoration: none;
1630
+ text-overflow: ellipsis;
1631
+ overflow: hidden;
1632
+ white-space: nowrap;
1633
+ padding: 5px 10px;
1634
+ line-height: 20px;
1635
+ color: #fffffe;
1636
+ }
1637
+ .media-control-skin-1 .media-control-dd__popup li a:hover {
1638
+ text-decoration: none;
1639
+ background-color: rgba(0, 0, 0, 0.4);
1640
+ color: var(--gplayer-mc-text-color);
1641
+ }
1642
+ .media-control-skin-1 .media-control-dd__popup li.current a {
1643
+ color: #f00;
1644
+ }
1645
+ .media-control-skin-1 .media-control-dd__popup li:first-child a {
1646
+ border-bottom-left-radius: 4px;
1647
+ border-bottom-right-radius: 4px;
1648
+ }
1649
+ .media-control-skin-1 .media-control-dd__popup li:last-child a {
1650
+ border-top-left-radius: 4px;
1651
+ border-top-right-radius: 4px;
1652
+ }
1653
+
1654
+ @keyframes pulse {
1655
+ 0% {
1656
+ color: #fff;
1657
+ }
1658
+ 50% {
1659
+ color: #ff0101;
1660
+ }
1661
+ 100% {
1662
+ color: #B80000;
1663
+ }
1664
+ }.seek-time {
1665
+ position: absolute;
1666
+ white-space: nowrap;
1667
+ height: 20px;
1668
+ line-height: 20px;
1669
+ font-size: 0;
1670
+ left: -100%;
1671
+ bottom: 55px;
1672
+ background-color: rgba(2, 2, 2, 0.5);
1673
+ z-index: 9999;
1674
+ transition: opacity 0.1s ease;
1675
+ }
1676
+ .seek-time.hidden {
1677
+ opacity: 0;
1678
+ }
1679
+ .seek-time .seek-time__pos {
1680
+ display: inline-block;
1681
+ color: white;
1682
+ font-size: 10px;
1683
+ padding-left: 7px;
1684
+ padding-right: 7px;
1685
+ vertical-align: top;
1686
+ }
1687
+ .seek-time .seek-time__duration {
1688
+ display: inline-block;
1689
+ color: rgba(255, 255, 255, 0.5);
1690
+ font-size: 10px;
1691
+ padding-right: 7px;
1692
+ vertical-align: top;
1693
+ }
1694
+ .seek-time .seek-time__duration::before {
1695
+ content: "|";
1696
+ margin-right: 7px;
1697
+ }.media-control-skin-1 .media-control-item.media-control-pip {
1698
+ order: 95;
1699
+ }
1700
+ .media-control-skin-1 .media-control-item.media-control-pip button {
1701
+ height: 20px;
1702
+ }
1703
+ .media-control-skin-1 .media-control-item.media-control-pip button svg {
1704
+ height: 20px;
1705
+ }.container-with-poster-clickable .mc-skip-time {
1706
+ height: 0;
1707
+ }
1708
+
1709
+ .mc-skip-time {
1710
+ position: absolute;
1711
+ width: 100%;
1712
+ height: calc(100% - 50px);
1713
+ z-index: 9998;
1714
+ background-color: transparent;
1715
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1716
+ }
1717
+ .mc-skip-time .skip-container {
1718
+ width: 100%;
1719
+ height: 100%;
1720
+ display: flex;
1721
+ justify-content: space-between;
1722
+ }
1723
+ .mc-skip-time .skip-container .skip-item {
1724
+ flex: 1 0 0px;
1725
+ height: 100%;
1726
+ }.scrub-thumbnails {
1727
+ position: absolute;
1728
+ bottom: 52px;
1729
+ width: 100%;
1730
+ transition: opacity 0.3s ease;
1731
+ }
1732
+ .scrub-thumbnails.hidden {
1733
+ opacity: 0;
1734
+ }
1735
+ .scrub-thumbnails .thumbnail-container {
1736
+ display: inline-block;
1737
+ position: relative;
1669
1738
  overflow: hidden;
1670
- white-space: nowrap;
1671
- padding: 5px 10px;
1672
- line-height: 20px;
1673
- color: #fffffe;
1739
+ background-color: #000;
1674
1740
  }
1675
- .media-control-skin-1 .media-control-dd__popup li a:hover {
1676
- text-decoration: none;
1677
- background-color: rgba(0, 0, 0, 0.4);
1678
- color: var(--gplayer-mc-text-color);
1741
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1742
+ position: absolute;
1743
+ width: auto;
1679
1744
  }
1680
- .media-control-skin-1 .media-control-dd__popup li.current a {
1681
- color: #f00;
1745
+ .scrub-thumbnails .thumbnails-text {
1746
+ background-color: rgba(74, 74, 74, 0.7);
1747
+ border-radius: 3px;
1748
+ white-space: nowrap;
1749
+ overflow: hidden;
1750
+ text-overflow: ellipsis;
1751
+ color: white;
1752
+ position: absolute;
1753
+ bottom: 23px;
1754
+ width: 100px;
1755
+ padding: 0 4px;
1756
+ font-size: 12px;
1682
1757
  }
1683
- .media-control-skin-1 .media-control-dd__popup li:first-child a {
1684
- border-bottom-left-radius: 4px;
1685
- border-bottom-right-radius: 4px;
1758
+ .scrub-thumbnails .spotlight {
1759
+ background-color: #4a4a4a;
1760
+ overflow: hidden;
1761
+ position: absolute;
1762
+ bottom: 0;
1763
+ left: 0;
1764
+ border-color: #4a4a4a;
1765
+ border-style: solid;
1766
+ border-width: 3px;
1767
+ border-radius: 3px;
1686
1768
  }
1687
- .media-control-skin-1 .media-control-dd__popup li:last-child a {
1688
- border-top-left-radius: 4px;
1689
- border-top-right-radius: 4px;
1769
+ .scrub-thumbnails .spotlight img {
1770
+ width: auto;
1690
1771
  }
1691
-
1692
- @keyframes pulse {
1693
- 0% {
1694
- color: #fff;
1695
- }
1696
- 50% {
1697
- color: #ff0101;
1698
- }
1699
- 100% {
1700
- color: #B80000;
1701
- }
1702
- }.player-logo[data-logo] {
1772
+ .scrub-thumbnails .backdrop {
1703
1773
  position: absolute;
1704
- z-index: 2;
1705
- width: 100%;
1706
- height: 100%;
1774
+ left: 0;
1775
+ bottom: 0;
1776
+ right: 0;
1777
+ background-color: #000;
1778
+ overflow: hidden;
1707
1779
  }
1708
-
1709
- .clappr-logo {
1780
+ .scrub-thumbnails .backdrop .carousel {
1710
1781
  position: absolute;
1782
+ top: 0;
1783
+ left: 0;
1784
+ height: 100%;
1785
+ white-space: nowrap;
1786
+ }
1787
+ .scrub-thumbnails .backdrop .carousel img {
1788
+ width: auto;
1789
+ }.quality-levels li.disabled {
1790
+ opacity: 0.5;
1791
+ pointer-events: none;
1792
+ }
1793
+ .quality-levels li.current {
1794
+ background-color: #000;
1711
1795
  }.media-control-skin-1 .media-control-cc button.media-control-button {
1712
1796
  display: flex;
1713
1797
  justify-content: center;
@@ -1755,139 +1839,51 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1755
1839
  background-color: rgba(0, 0, 0, 0.4);
1756
1840
  color: white;
1757
1841
  display: inline-block;
1758
- }*,
1759
- :focus,
1760
- :visited {
1761
- outline: none !important;
1762
- }
1763
-
1764
- .multicamera[data-multicamera] {
1765
- float: right;
1766
- margin-top: 4px;
1767
- position: relative;
1768
- margin-right: 20px;
1769
- width: 20px;
1770
- }
1771
- .multicamera[data-multicamera] button {
1772
- background-color: transparent;
1773
- color: #fff;
1774
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1775
- -webkit-font-smoothing: antialiased;
1776
- border: none;
1777
- font-size: 14px;
1778
- padding: 0;
1779
- }
1780
- .multicamera[data-multicamera] button svg {
1781
- height: 20px;
1782
- position: relative;
1783
- margin-top: 6px;
1842
+ }.spinner-three-bounce[data-spinner] {
1843
+ position: absolute;
1844
+ width: 70px;
1845
+ text-align: center;
1846
+ z-index: 999;
1847
+ left: 0;
1848
+ right: 0;
1849
+ margin: 0 auto;
1850
+ margin-left: auto;
1851
+ margin-right: auto;
1852
+ /* center vertically */
1853
+ top: 50%;
1854
+ transform: translateY(-50%);
1784
1855
  }
1785
- .multicamera[data-multicamera] button:hover {
1786
- color: #c9c9c9;
1856
+ .spinner-three-bounce[data-spinner] > div {
1857
+ width: 18px;
1858
+ height: 18px;
1859
+ background-color: #FFF;
1860
+ border-radius: 100%;
1861
+ display: inline-block;
1862
+ animation: bouncedelay 1.4s infinite ease-in-out;
1863
+ /* Prevent first frame from flickering when animation starts */
1864
+ animation-fill-mode: both;
1787
1865
  }
1788
- .multicamera[data-multicamera] button.changing {
1789
- animation: pulse 0.5s infinite alternate;
1866
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1867
+ animation-delay: -0.32s;
1790
1868
  }
1791
- .multicamera[data-multicamera] button span.quality-arrow {
1792
- width: 9px;
1793
- height: 6px;
1794
- margin-top: 11px;
1795
- margin-left: 5px;
1869
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1870
+ animation-delay: -0.16s;
1796
1871
  }
1797
- .multicamera[data-multicamera] > ul {
1798
- padding: 6px 0;
1799
- right: -24px;
1800
- width: 245px;
1801
- list-style-type: none;
1872
+
1873
+ @keyframes bouncedelay {
1874
+ 0%, 80%, 100% {
1875
+ transform: scale(0);
1876
+ }
1877
+ 40% {
1878
+ transform: scale(1);
1879
+ }
1880
+ }.player-logo[data-logo] {
1802
1881
  position: absolute;
1803
- bottom: 48px;
1804
- border-radius: 4px;
1805
- display: none;
1806
- background-color: rgba(74, 74, 74, 0.9);
1882
+ z-index: 2;
1883
+ width: 100%;
1884
+ height: 100%;
1807
1885
  }
1808
- .multicamera[data-multicamera] > ul::after {
1809
- content: "";
1886
+
1887
+ .clappr-logo {
1810
1888
  position: absolute;
1811
- top: 100%;
1812
- left: 85%;
1813
- margin-left: -10px;
1814
- width: 0;
1815
- height: 0;
1816
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1817
- border-right: 10px solid transparent;
1818
- border-left: 10px solid transparent;
1819
- }
1820
- .multicamera[data-multicamera] li {
1821
- font-size: 10px;
1822
- cursor: pointer;
1823
- }
1824
- .multicamera[data-multicamera] li .multicamera-item {
1825
- display: flex;
1826
- padding: 10px 0;
1827
- justify-content: center;
1828
- position: relative;
1829
- }
1830
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1831
- pointer-events: none;
1832
- }
1833
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1834
- opacity: 0.5;
1835
- }
1836
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1837
- opacity: 0.5;
1838
- }
1839
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1840
- background-color: rgba(0, 0, 0, 0);
1841
- }
1842
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1843
- background-color: rgba(0, 0, 0, 0.3);
1844
- }
1845
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1846
- width: 80px;
1847
- height: 60px;
1848
- }
1849
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1850
- width: 80px;
1851
- height: 60px;
1852
- }
1853
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1854
- width: 120px;
1855
- text-align: left;
1856
- margin-left: 15px;
1857
- }
1858
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title,
1859
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1860
- width: 120px;
1861
- height: 20px;
1862
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1863
- font-size: 14px;
1864
- font-weight: normal;
1865
- font-style: normal;
1866
- font-stretch: normal;
1867
- line-height: 1.43;
1868
- letter-spacing: normal;
1869
- text-align: left;
1870
- color: #fff;
1871
- text-overflow: ellipsis;
1872
- overflow: hidden;
1873
- }
1874
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1875
- opacity: 0.6;
1876
- }
1877
- .multicamera[data-multicamera] li a {
1878
- color: #444;
1879
- padding: 2px 10px;
1880
- display: block;
1881
- text-decoration: none;
1882
- }
1883
- .multicamera[data-multicamera] li a:hover {
1884
- background-color: #555;
1885
- color: white;
1886
- }
1887
- .multicamera[data-multicamera] li a:hover a {
1888
- color: white;
1889
- text-decoration: none;
1890
- }
1891
- .multicamera[data-multicamera] li.current a {
1892
- color: #f00;
1893
1889
  }