@gcorevideo/player 2.19.8 → 2.19.10

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,187 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.context-menu {
126
- z-index: 999;
127
- position: absolute;
128
- top: 0;
129
- left: 0;
130
- text-align: center;
131
- }
132
- .context-menu .context-menu-list {
133
- font-family: "Proxima Nova", sans-serif;
134
- font-size: 12px;
135
- line-height: 12px;
136
- list-style-type: none;
137
- text-align: left;
138
- padding: 5px;
139
- margin-left: auto;
140
- margin-right: auto;
141
- background-color: rgba(0, 0, 0, 0.75);
142
- border: 1px solid #666;
143
- border-radius: 4px;
144
- }
145
- .context-menu .context-menu-list .context-menu-list-item {
146
- color: white;
147
- padding: 5px;
148
- cursor: pointer;
149
- }.big-mute-icon-wrapper[data-big-mute] {
150
- position: absolute;
151
- z-index: 9998;
152
- background-color: transparent;
153
- display: flex;
154
- justify-content: center;
155
- width: 100%;
156
- height: calc(100% - 50px);
157
- margin: 0 auto;
158
- opacity: 0.75;
159
- transition: opacity 0.1s ease;
160
- pointer-events: auto;
161
- }
162
- .big-mute-icon-wrapper[data-big-mute].hide {
163
- display: none;
164
- }
165
- .big-mute-icon-wrapper[data-big-mute]:hover {
166
- cursor: pointer;
167
- }
168
-
169
- .big-mute-icon[data-big-mute-icon] {
170
- display: flex;
171
- align-items: center;
172
- justify-content: center;
173
- align-self: center;
174
- width: 120px;
175
- height: 120px;
176
- border: 2px solid white;
177
- border-radius: 50%;
178
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
179
- filter: alpha(opacity=60);
180
- opacity: 1;
181
- box-shadow: 0 0 1px 0 white;
182
- background: rgba(240, 243, 247, 0.9411764706);
183
- z-index: 10000;
184
- }
185
- .big-mute-icon[data-big-mute-icon] svg {
186
- margin-left: 5px;
187
- width: 80px;
188
- height: 80px;
189
- }
190
- .big-mute-icon[data-big-mute-icon] svg path {
191
- fill: #1f1e1e !important;
192
- }
193
- .big-mute-icon[data-big-mute-icon]:hover {
194
- background: rgba(240, 243, 247, 0.8784313725);
195
- }
196
- .big-mute-icon[data-big-mute-icon]:hover svg path {
197
- fill: #151515 !important;
198
- }.clips.bar-container[data-seekbar] {
199
- clip-path: url("#myClip");
200
- }.dvr-controls[data-dvr-controls] {
201
- display: inline-block;
202
- float: left;
203
- color: #fff;
204
- line-height: 32px;
205
- font-size: 10px;
206
- font-weight: bold;
207
- margin-left: 6px;
208
- }
209
- .dvr-controls[data-dvr-controls] .live-info {
210
- cursor: default;
211
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
212
- text-transform: uppercase;
213
- }
214
- .dvr-controls[data-dvr-controls] .live-info:before {
215
- content: "";
216
- display: inline-block;
217
- position: relative;
218
- width: 7px;
219
- height: 7px;
220
- border-radius: 3.5px;
221
- margin-right: 3.5px;
222
- background-color: #ff0101;
223
- }
224
- .dvr-controls[data-dvr-controls] .live-info.disabled {
225
- opacity: 0.3;
226
- }
227
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
228
- background-color: #fff;
229
- }
230
- .dvr-controls[data-dvr-controls] .live-button {
231
- cursor: pointer;
232
- outline: none;
233
- display: none;
234
- border: 0;
235
- color: #fff;
236
- background-color: transparent;
237
- height: 32px;
238
- padding: 0;
239
- opacity: 0.7;
240
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
241
- text-transform: uppercase;
242
- transition: all 0.1s ease;
243
- }
244
- .dvr-controls[data-dvr-controls] .live-button:before {
245
- content: "";
246
- display: inline-block;
247
- position: relative;
248
- width: 7px;
249
- height: 7px;
250
- border-radius: 3.5px;
251
- margin-right: 3.5px;
252
- background-color: #fff;
253
- }
254
- .dvr-controls[data-dvr-controls] .live-button:hover {
255
- opacity: 1;
256
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
257
- }
258
-
259
- .dvr-controls[data-dvr-controls] {
260
- height: 40px;
261
- line-height: 40px;
262
- margin-left: 0;
263
- }
264
- .dvr-controls[data-dvr-controls] .live-info {
265
- font-size: 14px;
266
- letter-spacing: 0.8px;
267
- font-weight: 500;
268
- color: #fffffe;
269
- margin-left: 21px;
270
- }
271
- .dvr-controls[data-dvr-controls] .live-info::before {
272
- width: 10px;
273
- height: 10px;
274
- border-radius: 50%;
275
- margin-right: 8px;
276
- background-color: #ed4f4a;
277
- }
278
- .dvr-controls[data-dvr-controls] .live-button {
279
- height: 40px;
280
- opacity: 1;
281
- font-size: 14px;
282
- letter-spacing: 0.8px;
283
- font-weight: 500;
284
- margin-left: 20px;
285
- }
286
- .dvr-controls[data-dvr-controls] .live-button::before {
287
- width: 10px;
288
- height: 10px;
289
- border-radius: 50%;
290
- margin-right: 8px;
291
- background-color: #cacaca;
292
- }
293
-
294
- .dvr .dvr-controls[data-dvr-controls] .live-info {
295
- display: none;
296
- }
297
- .dvr .dvr-controls[data-dvr-controls] .live-button {
298
- display: block;
299
- }
300
- .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] {
301
- background-color: #005aff;
302
- }
303
-
304
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
305
- background-color: #ff0101;
306
125
  }*, :focus, :visited {
307
126
  outline: none !important;
308
127
  }
@@ -415,40 +234,79 @@
415
234
  }
416
235
  .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
417
236
  height: 20px;
418
- }div.player-error-screen, [data-player] div.player-error-screen {
419
- color: #CCCACA;
237
+ }.context-menu {
238
+ z-index: 999;
420
239
  position: absolute;
421
240
  top: 0;
422
- height: 100%;
423
- width: 100%;
424
- background-color: rgba(0, 0, 0, 0.7);
425
- z-index: 2000;
241
+ left: 0;
242
+ text-align: center;
243
+ }
244
+ .context-menu .context-menu-list {
245
+ font-family: "Proxima Nova", sans-serif;
246
+ font-size: 12px;
247
+ line-height: 12px;
248
+ list-style-type: none;
249
+ text-align: left;
250
+ padding: 5px;
251
+ margin-left: auto;
252
+ margin-right: auto;
253
+ background-color: rgba(0, 0, 0, 0.75);
254
+ border: 1px solid #666;
255
+ border-radius: 4px;
256
+ }
257
+ .context-menu .context-menu-list .context-menu-list-item {
258
+ color: white;
259
+ padding: 5px;
260
+ cursor: pointer;
261
+ }.big-mute-icon-wrapper[data-big-mute] {
262
+ position: absolute;
263
+ z-index: 9998;
264
+ background-color: transparent;
426
265
  display: flex;
427
- flex-direction: column;
428
266
  justify-content: center;
267
+ width: 100%;
268
+ height: calc(100% - 50px);
269
+ margin: 0 auto;
270
+ opacity: 0.75;
271
+ transition: opacity 0.1s ease;
272
+ pointer-events: auto;
429
273
  }
430
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
431
- font-size: 14px;
432
- color: #CCCACA;
433
- margin-top: 45px;
274
+ .big-mute-icon-wrapper[data-big-mute].hide {
275
+ display: none;
434
276
  }
435
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
436
- font-weight: bold;
437
- line-height: 30px;
438
- font-size: 18px;
277
+ .big-mute-icon-wrapper[data-big-mute]:hover {
278
+ cursor: pointer;
439
279
  }
440
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
441
- width: 90%;
442
- margin: 0 auto;
280
+
281
+ .big-mute-icon[data-big-mute-icon] {
282
+ display: flex;
283
+ align-items: center;
284
+ justify-content: center;
285
+ align-self: center;
286
+ width: 120px;
287
+ height: 120px;
288
+ border: 2px solid white;
289
+ border-radius: 50%;
290
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
291
+ filter: alpha(opacity=60);
292
+ opacity: 1;
293
+ box-shadow: 0 0 1px 0 white;
294
+ background: rgba(240, 243, 247, 0.9411764706);
295
+ z-index: 10000;
443
296
  }
444
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
445
- font-size: 13px;
446
- margin-top: 15px;
297
+ .big-mute-icon[data-big-mute-icon] svg {
298
+ margin-left: 5px;
299
+ width: 80px;
300
+ height: 80px;
447
301
  }
448
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
449
- cursor: pointer;
450
- width: 30px;
451
- margin: 15px auto 0;
302
+ .big-mute-icon[data-big-mute-icon] svg path {
303
+ fill: #1f1e1e !important;
304
+ }
305
+ .big-mute-icon[data-big-mute-icon]:hover {
306
+ background: rgba(240, 243, 247, 0.8784313725);
307
+ }
308
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
309
+ fill: #151515 !important;
452
310
  }*, :focus, :visited {
453
311
  outline: none !important;
454
312
  }
@@ -504,78 +362,262 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
504
362
  .audio_selector[data-track-selector] li {
505
363
  font-size: 10px;
506
364
  }
507
- .audio_selector[data-track-selector] li[data-title] {
365
+ .audio_selector[data-track-selector] li[data-title] {
366
+ background-color: #c3c2c2;
367
+ padding: 5px;
368
+ }
369
+ .audio_selector[data-track-selector] li a {
370
+ color: #444;
371
+ padding: 2px 10px;
372
+ display: block;
373
+ text-decoration: none;
374
+ text-overflow: ellipsis;
375
+ overflow: hidden;
376
+ white-space: nowrap;
377
+ }
378
+ .audio_selector[data-track-selector] li a:hover {
379
+ background-color: #555;
380
+ color: white;
381
+ }
382
+ .audio_selector[data-track-selector] li a:hover a {
383
+ color: white;
384
+ text-decoration: none;
385
+ }
386
+ .audio_selector[data-track-selector] li.current a {
387
+ color: #f00;
388
+ }
389
+
390
+ .audio_selector[data-track-selector] {
391
+ width: auto;
392
+ margin-top: 7px;
393
+ margin-right: 20px;
394
+ }
395
+ .audio_selector[data-track-selector] button[data-level-selector-button],
396
+ .audio_selector[data-track-selector] button[data-track-selector-button] {
397
+ display: flex;
398
+ justify-content: center;
399
+ padding: 0;
400
+ }
401
+ .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
402
+ .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
403
+ color: white;
404
+ }
405
+ .audio_selector[data-track-selector] ul {
406
+ background-color: rgba(74, 74, 74, 0.6);
407
+ border: none;
408
+ min-width: 60px;
409
+ transform: rotate(180deg);
410
+ border-radius: 4px;
411
+ bottom: 40px;
412
+ right: -2px;
413
+ }
414
+ .audio_selector[data-track-selector] ul li {
415
+ transform: rotate(-180deg);
416
+ font-size: 16px;
417
+ text-align: right;
418
+ height: 30px;
419
+ }
420
+ .audio_selector[data-track-selector] ul li a {
421
+ height: 30px;
422
+ padding: 5px 10px;
423
+ color: #fffffe;
424
+ }
425
+ .audio_selector[data-track-selector] ul li a:hover {
426
+ background-color: rgba(0, 0, 0, 0.4);
427
+ }
428
+ .audio_selector[data-track-selector] ul li:first-child a {
429
+ border-bottom-left-radius: 4px;
430
+ border-bottom-right-radius: 4px;
431
+ }
432
+ .audio_selector[data-track-selector] ul li:last-child a {
433
+ border-top-left-radius: 4px;
434
+ border-top-right-radius: 4px;
435
+ }
436
+
437
+ @keyframes pulse {
438
+ 0% {
439
+ color: #fff;
440
+ }
441
+ 50% {
442
+ color: #ff0101;
443
+ }
444
+ 100% {
445
+ color: #B80000;
446
+ }
447
+ }div.player-error-screen, [data-player] div.player-error-screen {
448
+ color: #CCCACA;
449
+ position: absolute;
450
+ top: 0;
451
+ height: 100%;
452
+ width: 100%;
453
+ background-color: rgba(0, 0, 0, 0.7);
454
+ z-index: 2000;
455
+ display: flex;
456
+ flex-direction: column;
457
+ justify-content: center;
458
+ }
459
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
460
+ font-size: 14px;
461
+ color: #CCCACA;
462
+ margin-top: 45px;
463
+ }
464
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
465
+ font-weight: bold;
466
+ line-height: 30px;
467
+ font-size: 18px;
468
+ }
469
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
470
+ width: 90%;
471
+ margin: 0 auto;
472
+ }
473
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
474
+ font-size: 13px;
475
+ margin-top: 15px;
476
+ }
477
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
478
+ cursor: pointer;
479
+ width: 30px;
480
+ margin: 15px auto 0;
481
+ }.clips.bar-container[data-seekbar] {
482
+ clip-path: url("#myClip");
483
+ }*, :focus, :visited {
484
+ outline: none !important;
485
+ }
486
+
487
+ .multicamera[data-multicamera] {
488
+ float: right;
489
+ margin-top: 4px;
490
+ position: relative;
491
+ margin-right: 20px;
492
+ width: 20px;
493
+ }
494
+ .multicamera[data-multicamera] button {
495
+ background-color: transparent;
496
+ color: #fff;
497
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
498
+ -webkit-font-smoothing: antialiased;
499
+ border: none;
500
+ font-size: 14px;
501
+ padding: 0;
502
+ }
503
+ .multicamera[data-multicamera] button svg {
504
+ height: 20px;
505
+ position: relative;
506
+ margin-top: 6px;
507
+ }
508
+ .multicamera[data-multicamera] button:hover {
509
+ color: #c9c9c9;
510
+ }
511
+ .multicamera[data-multicamera] button.changing {
512
+ animation: pulse 0.5s infinite alternate;
513
+ }
514
+ .multicamera[data-multicamera] button span.quality-arrow {
515
+ width: 9px;
516
+ height: 6px;
517
+ margin-top: 11px;
518
+ margin-left: 5px;
519
+ }
520
+ .multicamera[data-multicamera] > ul {
521
+ padding: 6px 0;
522
+ right: -24px;
523
+ width: 245px;
524
+ list-style-type: none;
525
+ position: absolute;
526
+ bottom: 48px;
527
+ border-radius: 4px;
528
+ display: none;
529
+ background-color: rgba(74, 74, 74, 0.9);
530
+ }
531
+ .multicamera[data-multicamera] > ul::after {
532
+ content: "";
533
+ position: absolute;
534
+ top: 100%;
535
+ left: 85%;
536
+ margin-left: -10px;
537
+ width: 0;
538
+ height: 0;
539
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
540
+ border-right: 10px solid transparent;
541
+ border-left: 10px solid transparent;
542
+ }
543
+ .multicamera[data-multicamera] li {
544
+ font-size: 10px;
545
+ cursor: pointer;
546
+ }
547
+ .multicamera[data-multicamera] li .multicamera-item {
548
+ display: flex;
549
+ padding: 10px 0;
550
+ justify-content: center;
551
+ position: relative;
552
+ }
553
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
554
+ pointer-events: none;
555
+ }
556
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
557
+ opacity: 0.5;
558
+ }
559
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
560
+ opacity: 0.5;
561
+ }
562
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
563
+ background-color: rgba(0, 0, 0, 0);
564
+ }
565
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
566
+ background-color: rgba(0, 0, 0, 0.3);
567
+ }
568
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
569
+ width: 80px;
570
+ height: 60px;
571
+ }
572
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
573
+ width: 80px;
574
+ height: 60px;
575
+ }
576
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
577
+ width: 120px;
578
+ text-align: left;
579
+ margin-left: 15px;
580
+ }
581
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
582
+ width: 120px;
583
+ height: 20px;
584
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
585
+ font-size: 14px;
586
+ font-weight: normal;
587
+ font-style: normal;
588
+ font-stretch: normal;
589
+ line-height: 1.43;
590
+ letter-spacing: normal;
591
+ text-align: left;
592
+ color: #fff;
593
+ text-overflow: ellipsis;
594
+ overflow: hidden;
595
+ }
596
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
597
+ opacity: 0.6;
598
+ }
599
+ .multicamera[data-multicamera] li[data-title] {
508
600
  background-color: #c3c2c2;
509
601
  padding: 5px;
510
602
  }
511
- .audio_selector[data-track-selector] li a {
603
+ .multicamera[data-multicamera] li a {
512
604
  color: #444;
513
605
  padding: 2px 10px;
514
606
  display: block;
515
607
  text-decoration: none;
516
- text-overflow: ellipsis;
517
- overflow: hidden;
518
- white-space: nowrap;
519
608
  }
520
- .audio_selector[data-track-selector] li a:hover {
609
+ .multicamera[data-multicamera] li a:hover {
521
610
  background-color: #555;
522
611
  color: white;
523
612
  }
524
- .audio_selector[data-track-selector] li a:hover a {
613
+ .multicamera[data-multicamera] li a:hover a {
525
614
  color: white;
526
615
  text-decoration: none;
527
616
  }
528
- .audio_selector[data-track-selector] li.current a {
617
+ .multicamera[data-multicamera] li.current a {
529
618
  color: #f00;
530
619
  }
531
620
 
532
- .audio_selector[data-track-selector] {
533
- width: auto;
534
- margin-top: 7px;
535
- margin-right: 20px;
536
- }
537
- .audio_selector[data-track-selector] button[data-level-selector-button],
538
- .audio_selector[data-track-selector] button[data-track-selector-button] {
539
- display: flex;
540
- justify-content: center;
541
- padding: 0;
542
- }
543
- .audio_selector[data-track-selector] button[data-level-selector-button]:hover,
544
- .audio_selector[data-track-selector] button[data-track-selector-button]:hover {
545
- color: white;
546
- }
547
- .audio_selector[data-track-selector] ul {
548
- background-color: rgba(74, 74, 74, 0.6);
549
- border: none;
550
- min-width: 60px;
551
- transform: rotate(180deg);
552
- border-radius: 4px;
553
- bottom: 40px;
554
- right: -2px;
555
- }
556
- .audio_selector[data-track-selector] ul li {
557
- transform: rotate(-180deg);
558
- font-size: 16px;
559
- text-align: right;
560
- height: 30px;
561
- }
562
- .audio_selector[data-track-selector] ul li a {
563
- height: 30px;
564
- padding: 5px 10px;
565
- color: #fffffe;
566
- }
567
- .audio_selector[data-track-selector] ul li a:hover {
568
- background-color: rgba(0, 0, 0, 0.4);
569
- }
570
- .audio_selector[data-track-selector] ul li:first-child a {
571
- border-bottom-left-radius: 4px;
572
- border-bottom-right-radius: 4px;
573
- }
574
- .audio_selector[data-track-selector] ul li:last-child a {
575
- border-top-left-radius: 4px;
576
- border-top-right-radius: 4px;
577
- }
578
-
579
621
  @keyframes pulse {
580
622
  0% {
581
623
  color: #fff;
@@ -586,6 +628,9 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
586
628
  100% {
587
629
  color: #B80000;
588
630
  }
631
+ }.level-disabled {
632
+ opacity: 0.5;
633
+ pointer-events: none;
589
634
  }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
590
635
  .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
591
636
  display: block;
@@ -656,13 +701,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
656
701
  }
657
702
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
658
703
  display: none !important;
659
- }.media-control-pip button {
660
- float: right;
661
- height: 40px;
662
- margin-right: 20px;
663
- }
664
- .media-control-pip button svg {
665
- height: 20px;
666
704
  }[data-player] {
667
705
  --bottom-panel: 40px;
668
706
  }
@@ -1268,178 +1306,236 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1268
1306
  }
1269
1307
  .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 {
1270
1308
  transform: scaleY(1.5);
1271
- }*, :focus, :visited {
1272
- outline: none !important;
1309
+ }.dvr-controls[data-dvr-controls] {
1310
+ display: inline-block;
1311
+ float: left;
1312
+ color: #fff;
1313
+ line-height: 32px;
1314
+ font-size: 10px;
1315
+ font-weight: bold;
1316
+ margin-left: 6px;
1273
1317
  }
1274
-
1275
- .multicamera[data-multicamera] {
1276
- float: right;
1277
- margin-top: 4px;
1318
+ .dvr-controls[data-dvr-controls] .live-info {
1319
+ cursor: default;
1320
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
1321
+ text-transform: uppercase;
1322
+ }
1323
+ .dvr-controls[data-dvr-controls] .live-info:before {
1324
+ content: "";
1325
+ display: inline-block;
1278
1326
  position: relative;
1279
- margin-right: 20px;
1280
- width: 20px;
1327
+ width: 7px;
1328
+ height: 7px;
1329
+ border-radius: 3.5px;
1330
+ margin-right: 3.5px;
1331
+ background-color: #ff0101;
1281
1332
  }
1282
- .multicamera[data-multicamera] button {
1283
- background-color: transparent;
1333
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
1334
+ opacity: 0.3;
1335
+ }
1336
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
1337
+ background-color: #fff;
1338
+ }
1339
+ .dvr-controls[data-dvr-controls] .live-button {
1340
+ cursor: pointer;
1341
+ outline: none;
1342
+ display: none;
1343
+ border: 0;
1284
1344
  color: #fff;
1285
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1286
- -webkit-font-smoothing: antialiased;
1287
- border: none;
1288
- font-size: 14px;
1345
+ background-color: transparent;
1346
+ height: 32px;
1289
1347
  padding: 0;
1348
+ opacity: 0.7;
1349
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
1350
+ text-transform: uppercase;
1351
+ transition: all 0.1s ease;
1290
1352
  }
1291
- .multicamera[data-multicamera] button svg {
1292
- height: 20px;
1353
+ .dvr-controls[data-dvr-controls] .live-button:before {
1354
+ content: "";
1355
+ display: inline-block;
1293
1356
  position: relative;
1294
- margin-top: 6px;
1357
+ width: 7px;
1358
+ height: 7px;
1359
+ border-radius: 3.5px;
1360
+ margin-right: 3.5px;
1361
+ background-color: #fff;
1295
1362
  }
1296
- .multicamera[data-multicamera] button:hover {
1297
- color: #c9c9c9;
1363
+ .dvr-controls[data-dvr-controls] .live-button:hover {
1364
+ opacity: 1;
1365
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
1298
1366
  }
1299
- .multicamera[data-multicamera] button.changing {
1300
- animation: pulse 0.5s infinite alternate;
1367
+
1368
+ .dvr-controls[data-dvr-controls] {
1369
+ height: 40px;
1370
+ line-height: 40px;
1371
+ margin-left: 0;
1301
1372
  }
1302
- .multicamera[data-multicamera] button span.quality-arrow {
1303
- width: 9px;
1304
- height: 6px;
1305
- margin-top: 11px;
1306
- margin-left: 5px;
1373
+ .dvr-controls[data-dvr-controls] .live-info {
1374
+ font-size: 14px;
1375
+ letter-spacing: 0.8px;
1376
+ font-weight: 500;
1377
+ color: #fffffe;
1378
+ margin-left: 21px;
1307
1379
  }
1308
- .multicamera[data-multicamera] > ul {
1309
- padding: 6px 0;
1310
- right: -24px;
1311
- width: 245px;
1312
- list-style-type: none;
1313
- position: absolute;
1314
- bottom: 48px;
1315
- border-radius: 4px;
1380
+ .dvr-controls[data-dvr-controls] .live-info::before {
1381
+ width: 10px;
1382
+ height: 10px;
1383
+ border-radius: 50%;
1384
+ margin-right: 8px;
1385
+ background-color: #ed4f4a;
1386
+ }
1387
+ .dvr-controls[data-dvr-controls] .live-button {
1388
+ height: 40px;
1389
+ opacity: 1;
1390
+ font-size: 14px;
1391
+ letter-spacing: 0.8px;
1392
+ font-weight: 500;
1393
+ margin-left: 20px;
1394
+ }
1395
+ .dvr-controls[data-dvr-controls] .live-button::before {
1396
+ width: 10px;
1397
+ height: 10px;
1398
+ border-radius: 50%;
1399
+ margin-right: 8px;
1400
+ background-color: #cacaca;
1401
+ }
1402
+
1403
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
1316
1404
  display: none;
1317
- background-color: rgba(74, 74, 74, 0.9);
1318
1405
  }
1319
- .multicamera[data-multicamera] > ul::after {
1320
- content: "";
1321
- position: absolute;
1322
- top: 100%;
1323
- left: 85%;
1324
- margin-left: -10px;
1325
- width: 0;
1326
- height: 0;
1327
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1328
- border-right: 10px solid transparent;
1329
- border-left: 10px solid transparent;
1406
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
1407
+ display: block;
1330
1408
  }
1331
- .multicamera[data-multicamera] li {
1332
- font-size: 10px;
1333
- cursor: pointer;
1409
+ .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] {
1410
+ background-color: #005aff;
1334
1411
  }
1335
- .multicamera[data-multicamera] li .multicamera-item {
1336
- display: flex;
1337
- padding: 10px 0;
1338
- justify-content: center;
1339
- position: relative;
1412
+
1413
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
1414
+ background-color: #ff0101;
1415
+ }.share_plugin[data-share] {
1416
+ pointer-events: auto;
1417
+ z-index: 5;
1418
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1340
1419
  }
1341
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1342
- pointer-events: none;
1420
+ .share_plugin[data-share].share-hide .share-button-container {
1421
+ right: -50px;
1343
1422
  }
1344
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1345
- opacity: 0.5;
1423
+ .share_plugin[data-share] .share-button-container {
1424
+ cursor: pointer;
1425
+ width: 36px;
1426
+ height: 36px;
1427
+ background-color: rgba(74, 74, 74, 0.6);
1428
+ border-radius: 4px;
1429
+ position: absolute;
1430
+ right: 10px;
1431
+ top: 10px;
1432
+ padding-top: 6px;
1433
+ transition: all 0.3s ease-out;
1346
1434
  }
1347
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1348
- opacity: 0.5;
1435
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1436
+ background-color: transparent;
1437
+ border: 0;
1438
+ margin: 0 6px;
1439
+ padding: 0;
1440
+ cursor: pointer;
1441
+ display: inline-block;
1442
+ width: 19px;
1443
+ height: 20px;
1444
+ }
1445
+ .share_plugin[data-share] .share-container {
1446
+ pointer-events: auto;
1447
+ position: absolute;
1448
+ width: 280px;
1449
+ background-color: white;
1450
+ transform: translate(0, 50%);
1451
+ transform: translate(-50%, -50%);
1452
+ left: 50%;
1453
+ /* margin-left: -140px; */
1454
+ top: calc(50% - 20px);
1455
+ /* margin-top: -170px; */
1349
1456
  }
1350
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1351
- background-color: rgba(0, 0, 0, 0);
1457
+ .share_plugin[data-share] .share-container .share-container-header {
1458
+ text-align: left;
1459
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1352
1460
  }
1353
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1354
- background-color: rgba(0, 0, 0, 0.3);
1461
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1462
+ display: inline-block;
1463
+ font-size: 16px;
1464
+ margin: 5px;
1355
1465
  }
1356
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1357
- width: 80px;
1358
- height: 60px;
1466
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1467
+ display: inline-block;
1468
+ width: 24px;
1469
+ float: right;
1470
+ margin: 5px;
1471
+ cursor: pointer;
1359
1472
  }
1360
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1361
- width: 80px;
1362
- height: 60px;
1473
+ .share_plugin[data-share] .share-container .share-container-main {
1474
+ margin-bottom: 8px;
1363
1475
  }
1364
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1365
- width: 120px;
1476
+ .share_plugin[data-share] .share-container .share-container-main > div {
1366
1477
  text-align: left;
1367
- margin-left: 15px;
1368
- }
1369
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1370
- width: 120px;
1371
- height: 20px;
1372
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1373
1478
  font-size: 14px;
1374
- font-weight: normal;
1375
- font-style: normal;
1376
- font-stretch: normal;
1377
- line-height: 1.43;
1378
- letter-spacing: normal;
1379
- text-align: left;
1380
- color: #fff;
1381
- text-overflow: ellipsis;
1382
- overflow: hidden;
1383
- }
1384
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1385
- opacity: 0.6;
1386
- }
1387
- .multicamera[data-multicamera] li[data-title] {
1388
- background-color: #c3c2c2;
1389
1479
  padding: 5px;
1390
1480
  }
1391
- .multicamera[data-multicamera] li a {
1392
- color: #444;
1393
- padding: 2px 10px;
1394
- display: block;
1395
- text-decoration: none;
1481
+ .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 {
1482
+ overflow: hidden;
1483
+ text-overflow: ellipsis;
1484
+ color: #818181;
1485
+ border: solid 1px #d3d3d3;
1486
+ width: calc(100% - 10px);
1487
+ padding: 5px;
1396
1488
  }
1397
- .multicamera[data-multicamera] li a:hover {
1398
- background-color: #555;
1399
- color: white;
1489
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1490
+ max-height: 90px;
1491
+ resize: none;
1400
1492
  }
1401
- .multicamera[data-multicamera] li a:hover a {
1402
- color: white;
1403
- text-decoration: none;
1493
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1494
+ width: 32px;
1495
+ display: inline-block;
1496
+ margin-right: 5px;
1497
+ cursor: pointer;
1498
+ }.player-poster[data-poster] {
1499
+ display: flex;
1500
+ justify-content: center;
1501
+ align-items: center;
1502
+ position: absolute;
1503
+ height: 100%;
1504
+ width: 100%;
1505
+ z-index: 998;
1506
+ top: 0;
1507
+ left: 0;
1508
+ background-color: #000;
1509
+ background-size: cover;
1510
+ background-repeat: no-repeat;
1511
+ background-position: 50% 50%;
1404
1512
  }
1405
- .multicamera[data-multicamera] li.current a {
1406
- color: #f00;
1513
+ .player-poster[data-poster].clickable {
1514
+ cursor: pointer;
1407
1515
  }
1408
-
1409
- @keyframes pulse {
1410
- 0% {
1411
- color: #fff;
1412
- }
1413
- 50% {
1414
- color: #ff0101;
1415
- }
1416
- 100% {
1417
- color: #B80000;
1418
- }
1419
- }.level-disabled {
1420
- opacity: 0.5;
1421
- pointer-events: none;
1422
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1423
- height: 0;
1516
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1517
+ opacity: 1;
1424
1518
  }
1425
-
1426
- .skip_time_plugin[data-skip-time] {
1427
- position: absolute;
1519
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1428
1520
  width: 100%;
1429
- height: calc(100% - 50px);
1430
- z-index: 9998;
1431
- background-color: transparent;
1432
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1521
+ height: 25%;
1522
+ margin: 0 auto;
1523
+ opacity: 0.75;
1524
+ transition: opacity 0.1s ease;
1433
1525
  }
1434
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1435
- width: 100%;
1526
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1436
1527
  height: 100%;
1437
- display: flex;
1438
- justify-content: space-between;
1528
+ display: inline;
1439
1529
  }
1440
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1441
- width: 33.3%;
1442
- height: 100%;
1530
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1531
+ fill: #fff;
1532
+ }.media-control-pip button {
1533
+ float: right;
1534
+ height: 40px;
1535
+ margin-right: 20px;
1536
+ }
1537
+ .media-control-pip button svg {
1538
+ height: 20px;
1443
1539
  }:root {
1444
1540
  --primary-background-color: #000;
1445
1541
  --secondary-background-color: #262626;
@@ -1764,136 +1860,64 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1764
1860
  gap: 4px;
1765
1861
  }
1766
1862
  .speedtest-footer .speedtest-footer-refresh svg path {
1767
- fill: var(--secondary-text-color);
1768
- }
1769
- .speedtest-footer .speedtest-footer-refresh:hover {
1770
- color: var(--hover-text-color);
1771
- }
1772
- .speedtest-footer .speedtest-footer-refresh:hover svg path {
1773
- fill: var(--hover-text-color);
1774
- }
1775
-
1776
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1777
- position: fixed;
1778
- height: auto;
1779
- width: auto;
1780
- inset: 0;
1781
- min-width: 100vw;
1782
- padding-bottom: 4px;
1783
- padding-left: 4px;
1784
- padding-right: 4px;
1785
- }
1786
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1787
- position: fixed;
1788
- }
1789
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1790
- width: 50%;
1791
- }
1792
-
1793
- @media only screen and (orientation: portrait) {
1794
- .mobile .speedtest-summary {
1795
- padding: 0 5px;
1796
- height: auto;
1797
- }
1798
- .mobile .speedtest-summary-block {
1799
- width: 100%;
1800
- flex-direction: column;
1801
- }
1802
- .mobile .speedtest-summary-block .speedtest-summary-subblock {
1803
- width: 100%;
1804
- }
1805
- .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1806
- width: 100%;
1807
- }
1808
- .mobile .speedtest-summary-header {
1809
- padding-top: 12px;
1810
- height: 38px;
1811
- text-align: center;
1812
- }
1813
- .mobile .speedtest-quality-header {
1814
- text-align: center;
1815
- }
1816
- .mobile .speedtest-footer .speedtest-footer-refresh {
1817
- inset: 50% auto auto 50%;
1818
- transform: translate(-50%, -50%);
1819
- }
1820
- }
1821
- @media only screen and (orientation: landscape) {
1822
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1823
- width: 25%;
1824
- }
1825
- }.spinner-three-bounce[data-spinner] {
1826
- position: absolute;
1827
- width: 70px;
1828
- text-align: center;
1829
- z-index: 999;
1830
- left: 0;
1831
- right: 0;
1832
- margin: 0 auto;
1833
- margin-left: auto;
1834
- margin-right: auto;
1835
- /* center vertically */
1836
- top: 50%;
1837
- transform: translateY(-50%);
1838
- }
1839
- .spinner-three-bounce[data-spinner] > div {
1840
- width: 18px;
1841
- height: 18px;
1842
- background-color: #FFF;
1843
- border-radius: 100%;
1844
- display: inline-block;
1845
- animation: bouncedelay 1.4s infinite ease-in-out;
1846
- /* Prevent first frame from flickering when animation starts */
1847
- animation-fill-mode: both;
1848
- }
1849
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1850
- animation-delay: -0.32s;
1851
- }
1852
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1853
- animation-delay: -0.16s;
1854
- }
1855
-
1856
- @keyframes bouncedelay {
1857
- 0%, 80%, 100% {
1858
- transform: scale(0);
1859
- }
1860
- 40% {
1861
- transform: scale(1);
1862
- }
1863
- }.player-poster[data-poster] {
1864
- display: flex;
1865
- justify-content: center;
1866
- align-items: center;
1867
- position: absolute;
1868
- height: 100%;
1869
- width: 100%;
1870
- z-index: 998;
1871
- top: 0;
1872
- left: 0;
1873
- background-color: #000;
1874
- background-size: cover;
1875
- background-repeat: no-repeat;
1876
- background-position: 50% 50%;
1863
+ fill: var(--secondary-text-color);
1877
1864
  }
1878
- .player-poster[data-poster].clickable {
1879
- cursor: pointer;
1865
+ .speedtest-footer .speedtest-footer-refresh:hover {
1866
+ color: var(--hover-text-color);
1880
1867
  }
1881
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1882
- opacity: 1;
1868
+ .speedtest-footer .speedtest-footer-refresh:hover svg path {
1869
+ fill: var(--hover-text-color);
1883
1870
  }
1884
- .player-poster[data-poster] .play-wrapper[data-poster] {
1885
- width: 100%;
1886
- height: 25%;
1887
- margin: 0 auto;
1888
- opacity: 0.75;
1889
- transition: opacity 0.1s ease;
1871
+
1872
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
1873
+ position: fixed;
1874
+ height: auto;
1875
+ width: auto;
1876
+ inset: 0;
1877
+ min-width: 100vw;
1878
+ padding-bottom: 4px;
1879
+ padding-left: 4px;
1880
+ padding-right: 4px;
1890
1881
  }
1891
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1892
- height: 100%;
1893
- display: inline;
1882
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
1883
+ position: fixed;
1894
1884
  }
1895
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1896
- fill: #fff;
1885
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1886
+ width: 50%;
1887
+ }
1888
+
1889
+ @media only screen and (orientation: portrait) {
1890
+ .mobile .speedtest-summary {
1891
+ padding: 0 5px;
1892
+ height: auto;
1893
+ }
1894
+ .mobile .speedtest-summary-block {
1895
+ width: 100%;
1896
+ flex-direction: column;
1897
+ }
1898
+ .mobile .speedtest-summary-block .speedtest-summary-subblock {
1899
+ width: 100%;
1900
+ }
1901
+ .mobile .speedtest-summary-block .speedtest-summary-subblock-content {
1902
+ width: 100%;
1903
+ }
1904
+ .mobile .speedtest-summary-header {
1905
+ padding-top: 12px;
1906
+ height: 38px;
1907
+ text-align: center;
1908
+ }
1909
+ .mobile .speedtest-quality-header {
1910
+ text-align: center;
1911
+ }
1912
+ .mobile .speedtest-footer .speedtest-footer-refresh {
1913
+ inset: 50% auto auto 50%;
1914
+ transform: translate(-50%, -50%);
1915
+ }
1916
+ }
1917
+ @media only screen and (orientation: landscape) {
1918
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1919
+ width: 25%;
1920
+ }
1897
1921
  }*, :focus, :visited {
1898
1922
  outline: none !important;
1899
1923
  }
@@ -1975,6 +1999,39 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1975
1999
  .ios-fullscreen::cue {
1976
2000
  visibility: visible !important;
1977
2001
  font-size: 1em !important;
2002
+ }.seek-time[data-seek-time] {
2003
+ position: absolute;
2004
+ white-space: nowrap;
2005
+ height: 20px;
2006
+ line-height: 20px;
2007
+ font-size: 0;
2008
+ left: -100%;
2009
+ bottom: 55px;
2010
+ background-color: rgba(2, 2, 2, 0.5);
2011
+ z-index: 9999;
2012
+ transition: opacity 0.1s ease;
2013
+ }
2014
+ .seek-time[data-seek-time].hidden[data-seek-time] {
2015
+ opacity: 0;
2016
+ }
2017
+ .seek-time[data-seek-time] [data-seek-time] {
2018
+ display: inline-block;
2019
+ color: white;
2020
+ font-size: 10px;
2021
+ padding-left: 7px;
2022
+ padding-right: 7px;
2023
+ vertical-align: top;
2024
+ }
2025
+ .seek-time[data-seek-time] [data-duration] {
2026
+ display: inline-block;
2027
+ color: rgba(255, 255, 255, 0.5);
2028
+ font-size: 10px;
2029
+ padding-right: 7px;
2030
+ vertical-align: top;
2031
+ }
2032
+ .seek-time[data-seek-time] [data-duration]::before {
2033
+ content: "|";
2034
+ margin-right: 7px;
1978
2035
  }.scrub-thumbnails {
1979
2036
  position: absolute;
1980
2037
  bottom: 52px;
@@ -2036,122 +2093,65 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2036
2093
  }
2037
2094
  .scrub-thumbnails .backdrop .carousel img {
2038
2095
  width: auto;
2039
- }.seek-time[data-seek-time] {
2040
- position: absolute;
2041
- white-space: nowrap;
2042
- height: 20px;
2043
- line-height: 20px;
2044
- font-size: 0;
2045
- left: -100%;
2046
- bottom: 55px;
2047
- background-color: rgba(2, 2, 2, 0.5);
2048
- z-index: 9999;
2049
- transition: opacity 0.1s ease;
2050
- }
2051
- .seek-time[data-seek-time].hidden[data-seek-time] {
2052
- opacity: 0;
2053
- }
2054
- .seek-time[data-seek-time] [data-seek-time] {
2055
- display: inline-block;
2056
- color: white;
2057
- font-size: 10px;
2058
- padding-left: 7px;
2059
- padding-right: 7px;
2060
- vertical-align: top;
2061
- }
2062
- .seek-time[data-seek-time] [data-duration] {
2063
- display: inline-block;
2064
- color: rgba(255, 255, 255, 0.5);
2065
- font-size: 10px;
2066
- padding-right: 7px;
2067
- vertical-align: top;
2068
- }
2069
- .seek-time[data-seek-time] [data-duration]::before {
2070
- content: "|";
2071
- margin-right: 7px;
2072
- }.share_plugin[data-share] {
2073
- pointer-events: auto;
2074
- z-index: 5;
2075
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
2076
- }
2077
- .share_plugin[data-share].share-hide .share-button-container {
2078
- right: -50px;
2096
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
2097
+ height: 0;
2079
2098
  }
2080
- .share_plugin[data-share] .share-button-container {
2081
- cursor: pointer;
2082
- width: 36px;
2083
- height: 36px;
2084
- background-color: rgba(74, 74, 74, 0.6);
2085
- border-radius: 4px;
2099
+
2100
+ .skip_time_plugin[data-skip-time] {
2086
2101
  position: absolute;
2087
- right: 10px;
2088
- top: 10px;
2089
- padding-top: 6px;
2090
- transition: all 0.3s ease-out;
2091
- }
2092
- .share_plugin[data-share] .share-button-container button[data-share-button] {
2102
+ width: 100%;
2103
+ height: calc(100% - 50px);
2104
+ z-index: 9998;
2093
2105
  background-color: transparent;
2094
- border: 0;
2095
- margin: 0 6px;
2096
- padding: 0;
2097
- cursor: pointer;
2098
- display: inline-block;
2099
- width: 19px;
2100
- height: 20px;
2101
- }
2102
- .share_plugin[data-share] .share-container {
2103
- pointer-events: auto;
2104
- position: absolute;
2105
- width: 280px;
2106
- background-color: white;
2107
- transform: translate(0, 50%);
2108
- transform: translate(-50%, -50%);
2109
- left: 50%;
2110
- /* margin-left: -140px; */
2111
- top: calc(50% - 20px);
2112
- /* margin-top: -170px; */
2106
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
2113
2107
  }
2114
- .share_plugin[data-share] .share-container .share-container-header {
2115
- text-align: left;
2116
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
2108
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2109
+ width: 100%;
2110
+ height: 100%;
2111
+ display: flex;
2112
+ justify-content: space-between;
2117
2113
  }
2118
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
2119
- display: inline-block;
2120
- font-size: 16px;
2121
- margin: 5px;
2114
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
2115
+ width: 33.3%;
2116
+ height: 100%;
2117
+ }.spinner-three-bounce[data-spinner] {
2118
+ position: absolute;
2119
+ width: 70px;
2120
+ text-align: center;
2121
+ z-index: 999;
2122
+ left: 0;
2123
+ right: 0;
2124
+ margin: 0 auto;
2125
+ margin-left: auto;
2126
+ margin-right: auto;
2127
+ /* center vertically */
2128
+ top: 50%;
2129
+ transform: translateY(-50%);
2122
2130
  }
2123
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
2131
+ .spinner-three-bounce[data-spinner] > div {
2132
+ width: 18px;
2133
+ height: 18px;
2134
+ background-color: #FFF;
2135
+ border-radius: 100%;
2124
2136
  display: inline-block;
2125
- width: 24px;
2126
- float: right;
2127
- margin: 5px;
2128
- cursor: pointer;
2129
- }
2130
- .share_plugin[data-share] .share-container .share-container-main {
2131
- margin-bottom: 8px;
2132
- }
2133
- .share_plugin[data-share] .share-container .share-container-main > div {
2134
- text-align: left;
2135
- font-size: 14px;
2136
- padding: 5px;
2137
+ animation: bouncedelay 1.4s infinite ease-in-out;
2138
+ /* Prevent first frame from flickering when animation starts */
2139
+ animation-fill-mode: both;
2137
2140
  }
2138
- .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 {
2139
- overflow: hidden;
2140
- text-overflow: ellipsis;
2141
- color: #818181;
2142
- border: solid 1px #d3d3d3;
2143
- width: calc(100% - 10px);
2144
- padding: 5px;
2141
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
2142
+ animation-delay: -0.32s;
2145
2143
  }
2146
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
2147
- max-height: 90px;
2148
- resize: none;
2144
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
2145
+ animation-delay: -0.16s;
2149
2146
  }
2150
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
2151
- width: 32px;
2152
- display: inline-block;
2153
- margin-right: 5px;
2154
- cursor: pointer;
2147
+
2148
+ @keyframes bouncedelay {
2149
+ 0%, 80%, 100% {
2150
+ transform: scale(0);
2151
+ }
2152
+ 40% {
2153
+ transform: scale(1);
2154
+ }
2155
2155
  }.player-logo[data-logo] {
2156
2156
  position: absolute;
2157
2157
  z-index: 2;