@gcorevideo/player 2.22.21 → 2.22.23

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.
Files changed (60) hide show
  1. package/assets/clappr-nerd-stats/clappr-nerd-stats.ejs +30 -30
  2. package/assets/clappr-nerd-stats/clappr-nerd-stats.scss +18 -14
  3. package/dist/core.js +1 -1
  4. package/dist/index.css +1433 -1425
  5. package/dist/index.js +4335 -4299
  6. package/dist/player.d.ts +32 -10
  7. package/dist/plugins/index.css +632 -624
  8. package/dist/plugins/index.js +5366 -5334
  9. package/docs/api/player.extendedevents.md +45 -0
  10. package/docs/api/player.md +21 -1
  11. package/docs/api/player.volumefade._constructor_.md +50 -0
  12. package/docs/api/player.volumefade.md +40 -1
  13. package/docs/api/player.volumefadesettings.md +18 -0
  14. package/lib/index.plugins.d.ts +2 -2
  15. package/lib/index.plugins.d.ts.map +1 -1
  16. package/lib/index.plugins.js +2 -2
  17. package/lib/plugins/audio-selector/AudioTracks.d.ts +67 -0
  18. package/lib/plugins/audio-selector/AudioTracks.d.ts.map +1 -0
  19. package/lib/plugins/audio-selector/AudioTracks.js +176 -0
  20. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  21. package/lib/plugins/bottom-gear/BottomGear.js +6 -0
  22. package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts +2 -1
  23. package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts.map +1 -1
  24. package/lib/plugins/clappr-nerd-stats/NerdStats.js +19 -3
  25. package/lib/plugins/clappr-nerd-stats/speedtest/index.js +1 -1
  26. package/lib/plugins/clappr-nerd-stats/utils.d.ts.map +1 -1
  27. package/lib/plugins/clappr-nerd-stats/utils.js +14 -15
  28. package/lib/plugins/clappr-stats/ClapprStats.d.ts +1 -0
  29. package/lib/plugins/clappr-stats/ClapprStats.d.ts.map +1 -1
  30. package/lib/plugins/clappr-stats/ClapprStats.js +3 -0
  31. package/lib/plugins/click-to-pause/ClickToPause.js +6 -7
  32. package/lib/plugins/media-control/MediaControl.d.ts +2 -1
  33. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  34. package/lib/plugins/media-control/MediaControl.js +1 -0
  35. package/lib/plugins/skip-time/SkipTime.d.ts +2 -2
  36. package/lib/plugins/skip-time/SkipTime.d.ts.map +1 -1
  37. package/lib/plugins/skip-time/SkipTime.js +6 -5
  38. package/lib/plugins/subtitles/ClosedCaptions.d.ts.map +1 -1
  39. package/lib/plugins/subtitles/ClosedCaptions.js +10 -3
  40. package/lib/plugins/volume-fade/VolumeFade.d.ts +3 -1
  41. package/lib/plugins/volume-fade/VolumeFade.d.ts.map +1 -1
  42. package/lib/plugins/volume-fade/VolumeFade.js +6 -3
  43. package/package.json +1 -1
  44. package/src/index.plugins.ts +2 -2
  45. package/src/plugins/audio-selector/{AudioSelector.ts → AudioTracks.ts} +6 -3
  46. package/src/plugins/audio-selector/__tests__/{AudioSelector.test.ts → AudioTracks.test.ts} +24 -24
  47. package/src/plugins/audio-selector/__tests__/__snapshots__/AudioSelector.test.ts.snap +66 -0
  48. package/src/plugins/audio-selector/__tests__/__snapshots__/AudioTracks.test.ts.snap +67 -0
  49. package/src/plugins/bottom-gear/BottomGear.ts +10 -0
  50. package/src/plugins/clappr-nerd-stats/NerdStats.ts +26 -7
  51. package/src/plugins/clappr-nerd-stats/speedtest/index.ts +1 -1
  52. package/src/plugins/clappr-nerd-stats/utils.ts +20 -13
  53. package/src/plugins/clappr-stats/ClapprStats.ts +4 -0
  54. package/src/plugins/click-to-pause/ClickToPause.ts +6 -6
  55. package/src/plugins/media-control/MediaControl.ts +1 -0
  56. package/src/plugins/skip-time/SkipTime.ts +45 -38
  57. package/src/plugins/subtitles/ClosedCaptions.ts +17 -7
  58. package/src/plugins/volume-fade/VolumeFade.ts +6 -3
  59. package/temp/player.api.json +100 -2
  60. package/tsconfig.tsbuildinfo +1 -1
@@ -122,112 +122,106 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
- order: 99;
127
- height: 20px;
128
- }
129
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
130
- position: absolute;
131
- right: 16px;
132
- bottom: 52px;
133
- width: 250px;
134
- min-height: 48px;
135
- z-index: 9999;
136
- border-radius: 4px;
125
+ }*,
126
+ :focus,
127
+ :visited {
128
+ outline: none !important;
137
129
  }
138
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
139
- padding: 8px 0;
130
+
131
+ .media-control-audiotracks {
132
+ position: relative;
140
133
  }
141
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
142
- margin: 0;
143
- text-align: left;
144
- line-height: 22px;
145
- padding: 5px 14px;
146
- width: 250px;
147
- font-size: 12px;
134
+ .media-control-audiotracks button {
135
+ background-color: transparent;
136
+ color: #fff;
137
+ -webkit-font-smoothing: antialiased;
138
+ border: none;
139
+ cursor: pointer;
148
140
  display: flex;
149
141
  align-items: center;
150
- justify-content: flex-start;
151
- gap: 8px;
152
- }
153
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
154
- flex: 24px 0 0;
155
- height: 24px;
156
- }
157
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
158
- visibility: hidden;
159
- display: inline-block;
160
- }
161
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
162
- flex: 0 1 100%;
163
- }
164
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
165
- flex: 0 0 14px;
166
- height: 24px;
142
+ padding: 0;
167
143
  }
168
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
169
- flex: 1 0 auto;
170
- }*, :focus, :visited {
171
- outline: none !important;
144
+ .media-control-audiotracks button .audio-text {
145
+ text-overflow: ellipsis;
146
+ overflow: hidden;
147
+ white-space: nowrap;
148
+ max-width: 100px;
149
+ background-color: transparent;
150
+ -webkit-font-smoothing: antialiased;
151
+ border: none;
152
+ cursor: pointer;
172
153
  }
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;
154
+ .media-control-audiotracks button:hover {
155
+ color: white;
181
156
  }
182
- .gear-wrapper .go-back .arrow-left-icon {
183
- float: left;
184
- padding-top: 2px;
185
- padding-right: 2px;
157
+ .media-control-audiotracks button.changing {
158
+ animation: pulse 0.5s infinite alternate;
186
159
  }
187
- .gear-wrapper .go-back .arrow-left-icon svg {
188
- height: 16px;
160
+ .media-control-audiotracks button span.audio-arrow {
161
+ width: 9px;
162
+ height: 6px;
163
+ margin-left: 5px;
189
164
  }
190
- .gear-wrapper ul.gear-sub-menu {
191
- width: 100%;
165
+ .media-control-audiotracks .menu {
166
+ max-width: 114px;
192
167
  list-style-type: none;
168
+ position: absolute;
169
+ background-color: rgba(74, 74, 74, 0.6);
170
+ border: none;
193
171
  min-width: 60px;
194
- border-top: 2px solid rgb(36, 36, 36);
172
+ border-radius: 4px;
173
+ bottom: 40px;
174
+ right: -2px;
195
175
  }
196
- .gear-wrapper ul.gear-sub-menu li {
197
- font-size: 12px;
198
- text-align: left;
176
+ .media-control-audiotracks .menu.hidden {
177
+ display: none;
199
178
  }
200
- .gear-wrapper ul.gear-sub-menu li[data-title] {
179
+ .media-control-audiotracks li {
180
+ font-size: var(--font-size-media-controls-dropdown);
181
+ text-align: right;
182
+ height: 30px;
183
+ }
184
+ .media-control-audiotracks li[data-title] {
201
185
  background-color: #c3c2c2;
202
186
  padding: 5px;
203
187
  }
204
- .gear-wrapper ul.gear-sub-menu li a {
188
+ .media-control-audiotracks li a {
205
189
  display: block;
206
190
  text-decoration: none;
207
- height: 32px;
191
+ text-overflow: ellipsis;
192
+ overflow: hidden;
193
+ white-space: nowrap;
194
+ height: 30px;
208
195
  padding: 5px 10px;
209
- line-height: 22px;
210
196
  color: #fffffe;
211
197
  }
212
- .gear-wrapper ul.gear-sub-menu li a:hover {
213
- color: white;
198
+ .media-control-audiotracks li a:hover {
199
+ text-decoration: none;
214
200
  background-color: rgba(0, 0, 0, 0.4);
215
- }
216
- .gear-wrapper ul.gear-sub-menu li a:hover a {
217
201
  color: white;
218
- text-decoration: none;
219
202
  }
220
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
221
- width: 30px;
222
- height: 20px;
223
- float: left;
224
- display: block;
203
+ .media-control-audiotracks li.current a {
204
+ color: #f00;
225
205
  }
226
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
227
- display: none;
206
+ .media-control-audiotracks li:first-child a {
207
+ border-bottom-left-radius: 4px;
208
+ border-bottom-right-radius: 4px;
228
209
  }
229
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
230
- display: inline;
210
+ .media-control-audiotracks li:last-child a {
211
+ border-top-left-radius: 4px;
212
+ border-top-right-radius: 4px;
213
+ }
214
+
215
+ @keyframes pulse {
216
+ 0% {
217
+ color: #fff;
218
+ }
219
+ 50% {
220
+ color: #ff0101;
221
+ }
222
+ 100% {
223
+ color: #B80000;
224
+ }
231
225
  }.dvr-controls[data-dvr] {
232
226
  display: inline-block;
233
227
  color: var(--player-dvr-color);
@@ -314,124 +308,73 @@
314
308
  border-radius: 50%;
315
309
  margin-right: 8px;
316
310
  background-color: #cacaca;
317
- }*,
318
- :focus,
319
- :visited {
320
- outline: none !important;
311
+ }.big-mute-icon-wrapper[data-big-mute] {
312
+ position: absolute;
313
+ z-index: 9998;
314
+ background-color: transparent;
315
+ display: flex;
316
+ justify-content: center;
317
+ width: 100%;
318
+ height: calc(100% - 50px);
319
+ margin: 0 auto;
320
+ opacity: 0.75;
321
+ transition: opacity 0.1s ease;
322
+ pointer-events: auto;
321
323
  }
322
-
323
- .media-control-audiotracks {
324
- position: relative;
324
+ .big-mute-icon-wrapper[data-big-mute].hide {
325
+ display: none;
325
326
  }
326
- .media-control-audiotracks button {
327
- background-color: transparent;
328
- color: #fff;
329
- -webkit-font-smoothing: antialiased;
330
- border: none;
327
+ .big-mute-icon-wrapper[data-big-mute]:hover {
331
328
  cursor: pointer;
329
+ }
330
+
331
+ .big-mute-icon[data-big-mute-icon] {
332
332
  display: flex;
333
333
  align-items: center;
334
- padding: 0;
334
+ justify-content: center;
335
+ align-self: center;
336
+ width: 120px;
337
+ height: 120px;
338
+ border: 2px solid white;
339
+ border-radius: 50%;
340
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
341
+ filter: alpha(opacity=60);
342
+ opacity: 1;
343
+ box-shadow: 0 0 1px 0 white;
344
+ background: rgba(240, 243, 247, 0.9411764706);
345
+ z-index: 10000;
335
346
  }
336
- .media-control-audiotracks button .audio-text {
337
- text-overflow: ellipsis;
338
- overflow: hidden;
339
- white-space: nowrap;
340
- max-width: 100px;
341
- background-color: transparent;
342
- -webkit-font-smoothing: antialiased;
343
- border: none;
344
- cursor: pointer;
347
+ .big-mute-icon[data-big-mute-icon] svg {
348
+ margin-left: 5px;
349
+ width: 80px;
350
+ height: 80px;
345
351
  }
346
- .media-control-audiotracks button:hover {
347
- color: white;
352
+ .big-mute-icon[data-big-mute-icon] svg path {
353
+ fill: #1f1e1e !important;
348
354
  }
349
- .media-control-audiotracks button.changing {
350
- animation: pulse 0.5s infinite alternate;
355
+ .big-mute-icon[data-big-mute-icon]:hover {
356
+ background: rgba(240, 243, 247, 0.8784313725);
351
357
  }
352
- .media-control-audiotracks button span.audio-arrow {
353
- width: 9px;
354
- height: 6px;
355
- margin-left: 5px;
358
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
359
+ fill: #151515 !important;
360
+ }.context-menu {
361
+ z-index: 999;
362
+ position: absolute;
363
+ top: 0;
364
+ left: 0;
365
+ text-align: center;
356
366
  }
357
- .media-control-audiotracks .menu {
358
- max-width: 114px;
367
+ .context-menu .context-menu-list {
368
+ font-family: "Proxima Nova", sans-serif;
369
+ font-size: 12px;
370
+ line-height: 12px;
359
371
  list-style-type: none;
360
- position: absolute;
361
- background-color: rgba(74, 74, 74, 0.6);
362
- border: none;
363
- min-width: 60px;
364
- border-radius: 4px;
365
- bottom: 40px;
366
- right: -2px;
367
- }
368
- .media-control-audiotracks .menu.hidden {
369
- display: none;
370
- }
371
- .media-control-audiotracks li {
372
- font-size: var(--font-size-media-controls-dropdown);
373
- text-align: right;
374
- height: 30px;
375
- }
376
- .media-control-audiotracks li[data-title] {
377
- background-color: #c3c2c2;
378
- padding: 5px;
379
- }
380
- .media-control-audiotracks li a {
381
- display: block;
382
- text-decoration: none;
383
- text-overflow: ellipsis;
384
- overflow: hidden;
385
- white-space: nowrap;
386
- height: 30px;
387
- padding: 5px 10px;
388
- color: #fffffe;
389
- }
390
- .media-control-audiotracks li a:hover {
391
- text-decoration: none;
392
- background-color: rgba(0, 0, 0, 0.4);
393
- color: white;
394
- }
395
- .media-control-audiotracks li.current a {
396
- color: #f00;
397
- }
398
- .media-control-audiotracks li:first-child a {
399
- border-bottom-left-radius: 4px;
400
- border-bottom-right-radius: 4px;
401
- }
402
- .media-control-audiotracks li:last-child a {
403
- border-top-left-radius: 4px;
404
- border-top-right-radius: 4px;
405
- }
406
-
407
- @keyframes pulse {
408
- 0% {
409
- color: #fff;
410
- }
411
- 50% {
412
- color: #ff0101;
413
- }
414
- 100% {
415
- color: #B80000;
416
- }
417
- }.context-menu {
418
- z-index: 999;
419
- position: absolute;
420
- top: 0;
421
- left: 0;
422
- text-align: center;
423
- }
424
- .context-menu .context-menu-list {
425
- font-family: "Proxima Nova", sans-serif;
426
- font-size: 12px;
427
- line-height: 12px;
428
- list-style-type: none;
429
- text-align: left;
430
- padding: 5px;
431
- margin-left: auto;
432
- margin-right: auto;
433
- background-color: rgba(0, 0, 0, 0.75);
434
- border: 1px solid #666;
372
+ text-align: left;
373
+ padding: 5px;
374
+ margin-left: auto;
375
+ margin-right: auto;
376
+ background-color: rgba(0, 0, 0, 0.75);
377
+ border: 1px solid #666;
435
378
  border-radius: 4px;
436
379
  }
437
380
  .context-menu .context-menu-list-item button {
@@ -450,6 +393,85 @@
450
393
  .context-menu .context-menu-list-item_icon {
451
394
  width: 20px;
452
395
  height: 20px;
396
+ }div.player-error-screen, [data-player] div.player-error-screen {
397
+ color: #CCCACA;
398
+ position: absolute;
399
+ top: 0;
400
+ height: 100%;
401
+ width: 100%;
402
+ background-color: rgba(0, 0, 0, 0.7);
403
+ z-index: 2000;
404
+ display: flex;
405
+ flex-direction: column;
406
+ justify-content: center;
407
+ }
408
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
409
+ font-size: 14px;
410
+ color: #CCCACA;
411
+ margin-top: 45px;
412
+ }
413
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
414
+ font-weight: bold;
415
+ line-height: 30px;
416
+ font-size: 18px;
417
+ }
418
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
419
+ width: 90%;
420
+ margin: 0 auto;
421
+ }
422
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
423
+ font-size: 13px;
424
+ margin-top: 15px;
425
+ }
426
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
427
+ cursor: pointer;
428
+ width: 30px;
429
+ margin: 15px auto 0;
430
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
431
+ order: 99;
432
+ height: 20px;
433
+ }
434
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
435
+ position: absolute;
436
+ right: 16px;
437
+ bottom: 52px;
438
+ width: 250px;
439
+ min-height: 48px;
440
+ z-index: 9999;
441
+ border-radius: 4px;
442
+ }
443
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
444
+ padding: 8px 0;
445
+ }
446
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
447
+ margin: 0;
448
+ text-align: left;
449
+ line-height: 22px;
450
+ padding: 5px 14px;
451
+ width: 250px;
452
+ font-size: 12px;
453
+ display: flex;
454
+ align-items: center;
455
+ justify-content: flex-start;
456
+ gap: 8px;
457
+ }
458
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
459
+ flex: 24px 0 0;
460
+ height: 24px;
461
+ }
462
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
463
+ visibility: hidden;
464
+ display: inline-block;
465
+ }
466
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
467
+ flex: 0 1 100%;
468
+ }
469
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
470
+ flex: 0 0 14px;
471
+ height: 24px;
472
+ }
473
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
474
+ flex: 1 0 auto;
453
475
  }:root {
454
476
  --primary-background-color: #000;
455
477
  --secondary-background-color: #262626;
@@ -463,6 +485,9 @@
463
485
  --speedtest-green: #73df4d;
464
486
  }
465
487
 
488
+ .clappr-nerd-stats {
489
+ cursor: default;
490
+ }
466
491
  .clappr-nerd-stats .stats-box {
467
492
  position: absolute;
468
493
  display: inline-block;
@@ -485,15 +510,15 @@
485
510
  position: absolute;
486
511
  top: 0;
487
512
  left: 0;
488
- z-index: 99990;
513
+ z-index: 9999;
489
514
  width: 100%;
490
515
  height: 32px;
491
516
  background: var(--primary-background-color);
492
517
  }
493
518
  .clappr-nerd-stats .stats-box-top .close-button {
494
- float: right;
495
- margin-right: 12px;
496
- margin-top: 10px;
519
+ position: absolute;
520
+ right: 12px;
521
+ top: 10px;
497
522
  display: block;
498
523
  width: 12px;
499
524
  height: 12px;
@@ -507,6 +532,12 @@
507
532
  .clappr-nerd-stats .stats-box-main {
508
533
  overflow: hidden;
509
534
  margin-top: 44px;
535
+ display: flex;
536
+ flex-wrap: wrap;
537
+ }
538
+ .clappr-nerd-stats .stats-box-main ul {
539
+ flex: 0 1 1fr;
540
+ min-width: 200px;
510
541
  }
511
542
  .clappr-nerd-stats .stats-box.wide {
512
543
  width: 820px;
@@ -518,10 +549,9 @@
518
549
  padding-left: 2px;
519
550
  padding-right: 2px;
520
551
  background: var(--primary-background-color);
552
+ gap: 10px;
521
553
  }
522
554
  .clappr-nerd-stats .stats-box ul {
523
- display: inline-block;
524
- float: left;
525
555
  padding: 5px;
526
556
  width: 200px;
527
557
  }
@@ -763,8 +793,8 @@
763
793
  .mobile .clappr-nerd-stats .stats-box-top {
764
794
  position: fixed;
765
795
  }
766
- .mobile .clappr-nerd-stats .stats-box ul {
767
- width: 50%;
796
+ .mobile .clappr-nerd-stats .stats-box-main ul {
797
+ flex: 0 1 50%;
768
798
  }
769
799
 
770
800
  @media only screen and (orientation: portrait) {
@@ -796,249 +826,134 @@
796
826
  }
797
827
  }
798
828
  @media only screen and (orientation: landscape) {
799
- .mobile .clappr-nerd-stats .stats-box ul {
800
- width: 25%;
829
+ .mobile .clappr-nerd-stats .stats-box-main ul {
830
+ flex-basis: 1fr;
801
831
  }
802
- }.big-mute-icon-wrapper[data-big-mute] {
803
- position: absolute;
804
- z-index: 9998;
805
- background-color: transparent;
832
+ }.media-control-pip {
833
+ order: 95;
806
834
  display: flex;
807
- justify-content: center;
808
- width: 100%;
809
- height: calc(100% - 50px);
810
- margin: 0 auto;
811
- opacity: 0.75;
812
- transition: opacity 0.1s ease;
813
- pointer-events: auto;
814
835
  }
815
- .big-mute-icon-wrapper[data-big-mute].hide {
816
- display: none;
836
+ .media-control-pip button {
837
+ height: 20px;
817
838
  }
818
- .big-mute-icon-wrapper[data-big-mute]:hover {
819
- cursor: pointer;
839
+ .media-control-pip button svg {
840
+ height: 20px;
841
+ }*, :focus, :visited {
842
+ outline: none !important;
820
843
  }
821
844
 
822
- .big-mute-icon[data-big-mute-icon] {
823
- display: flex;
824
- align-items: center;
825
- justify-content: center;
826
- align-self: center;
827
- width: 120px;
828
- height: 120px;
829
- border: 2px solid white;
830
- border-radius: 50%;
831
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
832
- filter: alpha(opacity=60);
833
- opacity: 1;
834
- box-shadow: 0 0 1px 0 white;
835
- background: rgba(240, 243, 247, 0.9411764706);
836
- z-index: 10000;
845
+ .gear-wrapper .go-back {
846
+ font-weight: 600;
847
+ font-size: 14px;
848
+ line-height: 20px;
849
+ width: 100%;
850
+ text-align: left;
851
+ padding: 12px;
837
852
  }
838
- .big-mute-icon[data-big-mute-icon] svg {
839
- margin-left: 5px;
840
- width: 80px;
841
- height: 80px;
853
+ .gear-wrapper .go-back .arrow-left-icon {
854
+ float: left;
855
+ padding-top: 2px;
856
+ padding-right: 2px;
842
857
  }
843
- .big-mute-icon[data-big-mute-icon] svg path {
844
- fill: #1f1e1e !important;
858
+ .gear-wrapper .go-back .arrow-left-icon svg {
859
+ height: 16px;
845
860
  }
846
- .big-mute-icon[data-big-mute-icon]:hover {
847
- background: rgba(240, 243, 247, 0.8784313725);
861
+ .gear-wrapper ul.gear-sub-menu {
862
+ width: 100%;
863
+ list-style-type: none;
864
+ min-width: 60px;
865
+ border-top: 2px solid rgb(36, 36, 36);
848
866
  }
849
- .big-mute-icon[data-big-mute-icon]:hover svg path {
850
- fill: #151515 !important;
851
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
852
- height: 0;
867
+ .gear-wrapper ul.gear-sub-menu li {
868
+ font-size: 12px;
869
+ text-align: left;
853
870
  }
854
-
855
- .skip_time_plugin[data-skip-time] {
856
- position: absolute;
857
- width: 100%;
858
- height: calc(100% - 50px);
859
- z-index: 9998;
860
- background-color: transparent;
861
- font-family: Roboto, "Open Sans", Arial, sans-serif;
871
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
872
+ background-color: #c3c2c2;
873
+ padding: 5px;
862
874
  }
863
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
864
- width: 100%;
865
- height: 100%;
866
- display: flex;
867
- justify-content: space-between;
875
+ .gear-wrapper ul.gear-sub-menu li a {
876
+ display: block;
877
+ text-decoration: none;
878
+ height: 32px;
879
+ padding: 5px 10px;
880
+ line-height: 22px;
881
+ color: #fffffe;
868
882
  }
869
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
870
- width: 33.3%;
871
- height: 100%;
872
- }@charset "UTF-8";
873
- .media-control-clips {
874
- display: flex;
875
- gap: 6px;
883
+ .gear-wrapper ul.gear-sub-menu li a:hover {
884
+ color: white;
885
+ background-color: rgba(0, 0, 0, 0.4);
876
886
  }
877
- .media-control-clips .media-clip-text {
878
- text-overflow: ellipsis;
879
- white-space: nowrap;
880
- overflow: hidden;
881
- display: inline-block;
882
- text-overflow: ellipsis;
887
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
883
888
  color: white;
884
- cursor: default;
885
- line-height: var(--bottom-panel);
886
- position: relative;
887
- }
888
- .media-control-clips .media-clip-text::before {
889
- content: "•";
890
- padding-right: 6px;
891
- }
892
- .media-control-clips .media-clip-text {
893
- max-width: 100px;
894
- }*, :focus, :visited {
895
- outline: none !important;
896
- }
897
-
898
- .multicamera[data-multicamera] {
899
- float: right;
900
- margin-top: 4px;
901
- position: relative;
902
- margin-right: 20px;
903
- width: 20px;
904
- }
905
- .multicamera[data-multicamera] button {
906
- background-color: transparent;
907
- color: #fff;
908
- font-family: Roboto, "Open Sans", Arial, sans-serif;
909
- -webkit-font-smoothing: antialiased;
910
- border: none;
911
- font-size: 14px;
912
- padding: 0;
889
+ text-decoration: none;
913
890
  }
914
- .multicamera[data-multicamera] button svg {
891
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
892
+ width: 30px;
915
893
  height: 20px;
916
- position: relative;
917
- margin-top: 6px;
918
- }
919
- .multicamera[data-multicamera] button:hover {
920
- color: #c9c9c9;
921
- }
922
- .multicamera[data-multicamera] button.changing {
923
- animation: pulse 0.5s infinite alternate;
924
- }
925
- .multicamera[data-multicamera] button span.quality-arrow {
926
- width: 9px;
927
- height: 6px;
928
- margin-top: 11px;
929
- margin-left: 5px;
894
+ float: left;
895
+ display: block;
930
896
  }
931
- .multicamera[data-multicamera] > ul {
932
- padding: 6px 0;
933
- right: -24px;
934
- width: 245px;
935
- list-style-type: none;
936
- position: absolute;
937
- bottom: 48px;
938
- border-radius: 4px;
897
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
939
898
  display: none;
940
- background-color: rgba(74, 74, 74, 0.9);
941
899
  }
942
- .multicamera[data-multicamera] > ul::after {
943
- content: "";
900
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
901
+ display: inline;
902
+ }.seek-time[data-seek-time] {
944
903
  position: absolute;
945
- top: 100%;
946
- left: 85%;
947
- margin-left: -10px;
948
- width: 0;
949
- height: 0;
950
- border-top: 10px solid rgba(74, 74, 74, 0.9);
951
- border-right: 10px solid transparent;
952
- border-left: 10px solid transparent;
953
- }
954
- .multicamera[data-multicamera] li {
955
- font-size: 10px;
956
- cursor: pointer;
957
- }
958
- .multicamera[data-multicamera] li .multicamera-item {
959
- display: flex;
960
- padding: 10px 0;
961
- justify-content: center;
962
- position: relative;
963
- }
964
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
965
- pointer-events: none;
966
- }
967
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
968
- opacity: 0.5;
969
- }
970
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
971
- opacity: 0.5;
972
- }
973
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
974
- background-color: rgba(0, 0, 0, 0);
904
+ white-space: nowrap;
905
+ height: 20px;
906
+ line-height: 20px;
907
+ font-size: 0;
908
+ left: -100%;
909
+ bottom: 55px;
910
+ background-color: rgba(2, 2, 2, 0.5);
911
+ z-index: 9999;
912
+ transition: opacity 0.1s ease;
975
913
  }
976
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
977
- background-color: rgba(0, 0, 0, 0.3);
914
+ .seek-time[data-seek-time].hidden[data-seek-time] {
915
+ opacity: 0;
978
916
  }
979
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
980
- width: 80px;
981
- height: 60px;
917
+ .seek-time[data-seek-time] [data-seek-time] {
918
+ display: inline-block;
919
+ color: white;
920
+ font-size: 10px;
921
+ padding-left: 7px;
922
+ padding-right: 7px;
923
+ vertical-align: top;
982
924
  }
983
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
984
- width: 80px;
985
- height: 60px;
925
+ .seek-time[data-seek-time] [data-duration] {
926
+ display: inline-block;
927
+ color: rgba(255, 255, 255, 0.5);
928
+ font-size: 10px;
929
+ padding-right: 7px;
930
+ vertical-align: top;
986
931
  }
987
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
988
- width: 120px;
989
- text-align: left;
990
- margin-left: 15px;
932
+ .seek-time[data-seek-time] [data-duration]::before {
933
+ content: "|";
934
+ margin-right: 7px;
935
+ }@charset "UTF-8";
936
+ .media-control-clips {
937
+ display: flex;
938
+ gap: 6px;
991
939
  }
992
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
993
- width: 120px;
994
- height: 20px;
995
- font-family: Roboto, "Open Sans", Arial, sans-serif;
996
- font-size: 14px;
997
- font-weight: normal;
998
- font-style: normal;
999
- font-stretch: normal;
1000
- line-height: 1.43;
1001
- letter-spacing: normal;
1002
- text-align: left;
1003
- color: #fff;
940
+ .media-control-clips .media-clip-text {
1004
941
  text-overflow: ellipsis;
942
+ white-space: nowrap;
1005
943
  overflow: hidden;
1006
- }
1007
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1008
- opacity: 0.6;
1009
- }
1010
- .multicamera[data-multicamera] li[data-title] {
1011
- background-color: #c3c2c2;
1012
- padding: 5px;
1013
- }
1014
- .multicamera[data-multicamera] li a {
1015
- color: #444;
1016
- padding: 2px 10px;
1017
- display: block;
1018
- text-decoration: none;
1019
- }
1020
- .multicamera[data-multicamera] li a:hover {
1021
- background-color: #555;
1022
- color: white;
1023
- }
1024
- .multicamera[data-multicamera] li a:hover a {
944
+ display: inline-block;
945
+ text-overflow: ellipsis;
1025
946
  color: white;
1026
- text-decoration: none;
947
+ cursor: default;
948
+ line-height: var(--bottom-panel);
949
+ position: relative;
1027
950
  }
1028
- .multicamera[data-multicamera] li.current a {
1029
- color: #f00;
951
+ .media-control-clips .media-clip-text::before {
952
+ content: "•";
953
+ padding-right: 6px;
1030
954
  }
1031
-
1032
- @keyframes pulse {
1033
- 0% {
1034
- color: #fff;
1035
- }
1036
- 50% {
1037
- color: #ff0101;
1038
- }
1039
- 100% {
1040
- color: #B80000;
1041
- }
955
+ .media-control-clips .media-clip-text {
956
+ max-width: 100px;
1042
957
  }[data-player] {
1043
958
  --bottom-panel: 40px;
1044
959
  }
@@ -1656,95 +1571,215 @@
1656
1571
  }
1657
1572
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1658
1573
  display: none !important;
1574
+ }.player-poster[data-poster] {
1575
+ display: flex;
1576
+ justify-content: center;
1577
+ align-items: center;
1578
+ position: absolute;
1579
+ height: 100%;
1580
+ width: 100%;
1581
+ z-index: 998;
1582
+ top: 0;
1583
+ left: 0;
1584
+ background-color: #000;
1585
+ background-size: cover;
1586
+ background-repeat: no-repeat;
1587
+ background-position: 50% 50%;
1588
+ }
1589
+ .player-poster[data-poster].clickable {
1590
+ cursor: pointer;
1591
+ }
1592
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1593
+ opacity: 1;
1594
+ }
1595
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1596
+ width: 100%;
1597
+ height: 25%;
1598
+ margin: 0 auto;
1599
+ opacity: 0.75;
1600
+ transition: opacity 0.1s ease;
1601
+ }
1602
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1603
+ height: 100%;
1604
+ display: inline;
1605
+ }
1606
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1607
+ fill: #fff;
1659
1608
  }.quality-levels li.disabled {
1660
1609
  opacity: 0.5;
1661
1610
  pointer-events: none;
1662
1611
  }
1663
1612
  .quality-levels li.current {
1664
1613
  background-color: #000;
1665
- }.share_plugin[data-share] {
1666
- pointer-events: auto;
1667
- z-index: 5;
1668
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1614
+ }*, :focus, :visited {
1615
+ outline: none !important;
1669
1616
  }
1670
- .share_plugin[data-share].share-hide .share-button-container {
1671
- right: -50px;
1617
+
1618
+ .multicamera[data-multicamera] {
1619
+ float: right;
1620
+ margin-top: 4px;
1621
+ position: relative;
1622
+ margin-right: 20px;
1623
+ width: 20px;
1672
1624
  }
1673
- .share_plugin[data-share] .share-button-container {
1674
- cursor: pointer;
1675
- width: 36px;
1676
- height: 36px;
1677
- background-color: rgba(74, 74, 74, 0.6);
1678
- border-radius: 4px;
1679
- position: absolute;
1680
- right: 10px;
1681
- top: 10px;
1682
- padding-top: 6px;
1683
- transition: all 0.3s ease-out;
1684
- }
1685
- .share_plugin[data-share] .share-button-container button[data-share-button] {
1625
+ .multicamera[data-multicamera] button {
1686
1626
  background-color: transparent;
1687
- border: 0;
1688
- margin: 0 6px;
1627
+ color: #fff;
1628
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1629
+ -webkit-font-smoothing: antialiased;
1630
+ border: none;
1631
+ font-size: 14px;
1689
1632
  padding: 0;
1690
- cursor: pointer;
1691
- display: inline-block;
1692
- width: 19px;
1633
+ }
1634
+ .multicamera[data-multicamera] button svg {
1693
1635
  height: 20px;
1636
+ position: relative;
1637
+ margin-top: 6px;
1694
1638
  }
1695
- .share_plugin[data-share] .share-container {
1696
- pointer-events: auto;
1697
- position: absolute;
1698
- width: 280px;
1699
- background-color: white;
1700
- transform: translate(0, 50%);
1701
- transform: translate(-50%, -50%);
1702
- left: 50%;
1703
- /* margin-left: -140px; */
1704
- top: calc(50% - 20px);
1705
- /* margin-top: -170px; */
1639
+ .multicamera[data-multicamera] button:hover {
1640
+ color: #c9c9c9;
1706
1641
  }
1707
- .share_plugin[data-share] .share-container .share-container-header {
1708
- text-align: left;
1709
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1642
+ .multicamera[data-multicamera] button.changing {
1643
+ animation: pulse 0.5s infinite alternate;
1710
1644
  }
1711
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1712
- display: inline-block;
1713
- font-size: 16px;
1714
- margin: 5px;
1645
+ .multicamera[data-multicamera] button span.quality-arrow {
1646
+ width: 9px;
1647
+ height: 6px;
1648
+ margin-top: 11px;
1649
+ margin-left: 5px;
1715
1650
  }
1716
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1717
- display: inline-block;
1718
- width: 24px;
1719
- float: right;
1720
- margin: 5px;
1651
+ .multicamera[data-multicamera] > ul {
1652
+ padding: 6px 0;
1653
+ right: -24px;
1654
+ width: 245px;
1655
+ list-style-type: none;
1656
+ position: absolute;
1657
+ bottom: 48px;
1658
+ border-radius: 4px;
1659
+ display: none;
1660
+ background-color: rgba(74, 74, 74, 0.9);
1661
+ }
1662
+ .multicamera[data-multicamera] > ul::after {
1663
+ content: "";
1664
+ position: absolute;
1665
+ top: 100%;
1666
+ left: 85%;
1667
+ margin-left: -10px;
1668
+ width: 0;
1669
+ height: 0;
1670
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1671
+ border-right: 10px solid transparent;
1672
+ border-left: 10px solid transparent;
1673
+ }
1674
+ .multicamera[data-multicamera] li {
1675
+ font-size: 10px;
1721
1676
  cursor: pointer;
1722
1677
  }
1723
- .share_plugin[data-share] .share-container .share-container-main {
1724
- margin-bottom: 8px;
1678
+ .multicamera[data-multicamera] li .multicamera-item {
1679
+ display: flex;
1680
+ padding: 10px 0;
1681
+ justify-content: center;
1682
+ position: relative;
1725
1683
  }
1726
- .share_plugin[data-share] .share-container .share-container-main > div {
1684
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1685
+ pointer-events: none;
1686
+ }
1687
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1688
+ opacity: 0.5;
1689
+ }
1690
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1691
+ opacity: 0.5;
1692
+ }
1693
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1694
+ background-color: rgba(0, 0, 0, 0);
1695
+ }
1696
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1697
+ background-color: rgba(0, 0, 0, 0.3);
1698
+ }
1699
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1700
+ width: 80px;
1701
+ height: 60px;
1702
+ }
1703
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1704
+ width: 80px;
1705
+ height: 60px;
1706
+ }
1707
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1708
+ width: 120px;
1727
1709
  text-align: left;
1728
- font-size: 14px;
1729
- padding: 5px;
1710
+ margin-left: 15px;
1730
1711
  }
1731
- .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 {
1732
- overflow: hidden;
1712
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1713
+ width: 120px;
1714
+ height: 20px;
1715
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1716
+ font-size: 14px;
1717
+ font-weight: normal;
1718
+ font-style: normal;
1719
+ font-stretch: normal;
1720
+ line-height: 1.43;
1721
+ letter-spacing: normal;
1722
+ text-align: left;
1723
+ color: #fff;
1733
1724
  text-overflow: ellipsis;
1734
- color: #818181;
1735
- border: solid 1px #d3d3d3;
1736
- width: calc(100% - 10px);
1725
+ overflow: hidden;
1726
+ }
1727
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1728
+ opacity: 0.6;
1729
+ }
1730
+ .multicamera[data-multicamera] li[data-title] {
1731
+ background-color: #c3c2c2;
1737
1732
  padding: 5px;
1738
1733
  }
1739
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1740
- max-height: 90px;
1741
- resize: none;
1734
+ .multicamera[data-multicamera] li a {
1735
+ color: #444;
1736
+ padding: 2px 10px;
1737
+ display: block;
1738
+ text-decoration: none;
1742
1739
  }
1743
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1744
- width: 32px;
1745
- display: inline-block;
1746
- margin-right: 5px;
1747
- cursor: pointer;
1740
+ .multicamera[data-multicamera] li a:hover {
1741
+ background-color: #555;
1742
+ color: white;
1743
+ }
1744
+ .multicamera[data-multicamera] li a:hover a {
1745
+ color: white;
1746
+ text-decoration: none;
1747
+ }
1748
+ .multicamera[data-multicamera] li.current a {
1749
+ color: #f00;
1750
+ }
1751
+
1752
+ @keyframes pulse {
1753
+ 0% {
1754
+ color: #fff;
1755
+ }
1756
+ 50% {
1757
+ color: #ff0101;
1758
+ }
1759
+ 100% {
1760
+ color: #B80000;
1761
+ }
1762
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1763
+ height: 0;
1764
+ }
1765
+
1766
+ .skip_time_plugin[data-skip-time] {
1767
+ position: absolute;
1768
+ width: 100%;
1769
+ height: calc(100% - 50px);
1770
+ z-index: 9998;
1771
+ background-color: transparent;
1772
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1773
+ }
1774
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1775
+ width: 100%;
1776
+ height: 100%;
1777
+ display: flex;
1778
+ justify-content: space-between;
1779
+ }
1780
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1781
+ width: 33.3%;
1782
+ height: 100%;
1748
1783
  }.spinner-three-bounce[data-spinner] {
1749
1784
  position: absolute;
1750
1785
  width: 70px;
@@ -1783,177 +1818,89 @@
1783
1818
  40% {
1784
1819
  transform: scale(1);
1785
1820
  }
1786
- }div.player-error-screen, [data-player] div.player-error-screen {
1787
- color: #CCCACA;
1788
- position: absolute;
1789
- top: 0;
1790
- height: 100%;
1791
- width: 100%;
1792
- background-color: rgba(0, 0, 0, 0.7);
1793
- z-index: 2000;
1794
- display: flex;
1795
- flex-direction: column;
1796
- justify-content: center;
1797
- }
1798
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
1799
- font-size: 14px;
1800
- color: #CCCACA;
1801
- margin-top: 45px;
1802
- }
1803
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
1804
- font-weight: bold;
1805
- line-height: 30px;
1806
- font-size: 18px;
1807
- }
1808
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
1809
- width: 90%;
1810
- margin: 0 auto;
1821
+ }.share_plugin[data-share] {
1822
+ pointer-events: auto;
1823
+ z-index: 5;
1824
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1811
1825
  }
1812
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
1813
- font-size: 13px;
1814
- margin-top: 15px;
1826
+ .share_plugin[data-share].share-hide .share-button-container {
1827
+ right: -50px;
1815
1828
  }
1816
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1829
+ .share_plugin[data-share] .share-button-container {
1817
1830
  cursor: pointer;
1818
- width: 30px;
1819
- margin: 15px auto 0;
1820
- }.player-poster[data-poster] {
1821
- display: flex;
1822
- justify-content: center;
1823
- align-items: center;
1831
+ width: 36px;
1832
+ height: 36px;
1833
+ background-color: rgba(74, 74, 74, 0.6);
1834
+ border-radius: 4px;
1824
1835
  position: absolute;
1825
- height: 100%;
1826
- width: 100%;
1827
- z-index: 998;
1828
- top: 0;
1829
- left: 0;
1830
- background-color: #000;
1831
- background-size: cover;
1832
- background-repeat: no-repeat;
1833
- background-position: 50% 50%;
1836
+ right: 10px;
1837
+ top: 10px;
1838
+ padding-top: 6px;
1839
+ transition: all 0.3s ease-out;
1834
1840
  }
1835
- .player-poster[data-poster].clickable {
1841
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1842
+ background-color: transparent;
1843
+ border: 0;
1844
+ margin: 0 6px;
1845
+ padding: 0;
1836
1846
  cursor: pointer;
1847
+ display: inline-block;
1848
+ width: 19px;
1849
+ height: 20px;
1837
1850
  }
1838
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1839
- opacity: 1;
1840
- }
1841
- .player-poster[data-poster] .play-wrapper[data-poster] {
1842
- width: 100%;
1843
- height: 25%;
1844
- margin: 0 auto;
1845
- opacity: 0.75;
1846
- transition: opacity 0.1s ease;
1847
- }
1848
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1849
- height: 100%;
1850
- display: inline;
1851
- }
1852
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1853
- fill: #fff;
1854
- }.scrub-thumbnails {
1851
+ .share_plugin[data-share] .share-container {
1852
+ pointer-events: auto;
1855
1853
  position: absolute;
1856
- bottom: 52px;
1857
- width: 100%;
1858
- transition: opacity 0.3s ease;
1854
+ width: 280px;
1855
+ background-color: white;
1856
+ transform: translate(0, 50%);
1857
+ transform: translate(-50%, -50%);
1858
+ left: 50%;
1859
+ /* margin-left: -140px; */
1860
+ top: calc(50% - 20px);
1861
+ /* margin-top: -170px; */
1859
1862
  }
1860
- .scrub-thumbnails.hidden {
1861
- opacity: 0;
1863
+ .share_plugin[data-share] .share-container .share-container-header {
1864
+ text-align: left;
1865
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1862
1866
  }
1863
- .scrub-thumbnails .thumbnail-container {
1867
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1864
1868
  display: inline-block;
1865
- position: relative;
1866
- overflow: hidden;
1867
- background-color: #000;
1868
- }
1869
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1870
- position: absolute;
1871
- width: auto;
1869
+ font-size: 16px;
1870
+ margin: 5px;
1872
1871
  }
1873
- .scrub-thumbnails .thumbnails-text {
1874
- background-color: rgba(74, 74, 74, 0.7);
1875
- border-radius: 3px;
1876
- white-space: nowrap;
1877
- overflow: hidden;
1878
- text-overflow: ellipsis;
1879
- color: white;
1880
- position: absolute;
1881
- bottom: 23px;
1882
- width: 100px;
1872
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1873
+ display: inline-block;
1874
+ width: 24px;
1875
+ float: right;
1876
+ margin: 5px;
1877
+ cursor: pointer;
1883
1878
  }
1884
- .scrub-thumbnails .spotlight {
1885
- background-color: #4a4a4a;
1886
- overflow: hidden;
1887
- position: absolute;
1888
- bottom: 0;
1889
- left: 0;
1890
- border-color: #4a4a4a;
1891
- border-style: solid;
1892
- border-width: 3px;
1893
- border-radius: 3px;
1879
+ .share_plugin[data-share] .share-container .share-container-main {
1880
+ margin-bottom: 8px;
1894
1881
  }
1895
- .scrub-thumbnails .spotlight img {
1896
- width: auto;
1882
+ .share_plugin[data-share] .share-container .share-container-main > div {
1883
+ text-align: left;
1884
+ font-size: 14px;
1885
+ padding: 5px;
1897
1886
  }
1898
- .scrub-thumbnails .backdrop {
1899
- position: absolute;
1900
- left: 0;
1901
- bottom: 0;
1902
- right: 0;
1903
- background-color: #000;
1887
+ .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 {
1904
1888
  overflow: hidden;
1889
+ text-overflow: ellipsis;
1890
+ color: #818181;
1891
+ border: solid 1px #d3d3d3;
1892
+ width: calc(100% - 10px);
1893
+ padding: 5px;
1905
1894
  }
1906
- .scrub-thumbnails .backdrop .carousel {
1907
- position: absolute;
1908
- top: 0;
1909
- left: 0;
1910
- height: 100%;
1911
- white-space: nowrap;
1912
- }
1913
- .scrub-thumbnails .backdrop .carousel img {
1914
- width: auto;
1915
- }.media-control-pip {
1916
- order: 95;
1917
- display: flex;
1918
- }
1919
- .media-control-pip button {
1920
- height: 20px;
1921
- }
1922
- .media-control-pip button svg {
1923
- height: 20px;
1924
- }.seek-time[data-seek-time] {
1925
- position: absolute;
1926
- white-space: nowrap;
1927
- height: 20px;
1928
- line-height: 20px;
1929
- font-size: 0;
1930
- left: -100%;
1931
- bottom: 55px;
1932
- background-color: rgba(2, 2, 2, 0.5);
1933
- z-index: 9999;
1934
- transition: opacity 0.1s ease;
1935
- }
1936
- .seek-time[data-seek-time].hidden[data-seek-time] {
1937
- opacity: 0;
1938
- }
1939
- .seek-time[data-seek-time] [data-seek-time] {
1940
- display: inline-block;
1941
- color: white;
1942
- font-size: 10px;
1943
- padding-left: 7px;
1944
- padding-right: 7px;
1945
- vertical-align: top;
1895
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1896
+ max-height: 90px;
1897
+ resize: none;
1946
1898
  }
1947
- .seek-time[data-seek-time] [data-duration] {
1899
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1900
+ width: 32px;
1948
1901
  display: inline-block;
1949
- color: rgba(255, 255, 255, 0.5);
1950
- font-size: 10px;
1951
- padding-right: 7px;
1952
- vertical-align: top;
1953
- }
1954
- .seek-time[data-seek-time] [data-duration]::before {
1955
- content: "|";
1956
- margin-right: 7px;
1902
+ margin-right: 5px;
1903
+ cursor: pointer;
1957
1904
  }*,
1958
1905
  :focus,
1959
1906
  :visited {
@@ -2028,6 +1975,67 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2028
1975
  .ios-fullscreen::cue {
2029
1976
  visibility: visible !important;
2030
1977
  font-size: 1em !important;
1978
+ }.scrub-thumbnails {
1979
+ position: absolute;
1980
+ bottom: 52px;
1981
+ width: 100%;
1982
+ transition: opacity 0.3s ease;
1983
+ }
1984
+ .scrub-thumbnails.hidden {
1985
+ opacity: 0;
1986
+ }
1987
+ .scrub-thumbnails .thumbnail-container {
1988
+ display: inline-block;
1989
+ position: relative;
1990
+ overflow: hidden;
1991
+ background-color: #000;
1992
+ }
1993
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
1994
+ position: absolute;
1995
+ width: auto;
1996
+ }
1997
+ .scrub-thumbnails .thumbnails-text {
1998
+ background-color: rgba(74, 74, 74, 0.7);
1999
+ border-radius: 3px;
2000
+ white-space: nowrap;
2001
+ overflow: hidden;
2002
+ text-overflow: ellipsis;
2003
+ color: white;
2004
+ position: absolute;
2005
+ bottom: 23px;
2006
+ width: 100px;
2007
+ }
2008
+ .scrub-thumbnails .spotlight {
2009
+ background-color: #4a4a4a;
2010
+ overflow: hidden;
2011
+ position: absolute;
2012
+ bottom: 0;
2013
+ left: 0;
2014
+ border-color: #4a4a4a;
2015
+ border-style: solid;
2016
+ border-width: 3px;
2017
+ border-radius: 3px;
2018
+ }
2019
+ .scrub-thumbnails .spotlight img {
2020
+ width: auto;
2021
+ }
2022
+ .scrub-thumbnails .backdrop {
2023
+ position: absolute;
2024
+ left: 0;
2025
+ bottom: 0;
2026
+ right: 0;
2027
+ background-color: #000;
2028
+ overflow: hidden;
2029
+ }
2030
+ .scrub-thumbnails .backdrop .carousel {
2031
+ position: absolute;
2032
+ top: 0;
2033
+ left: 0;
2034
+ height: 100%;
2035
+ white-space: nowrap;
2036
+ }
2037
+ .scrub-thumbnails .backdrop .carousel img {
2038
+ width: auto;
2031
2039
  }.player-logo[data-logo] {
2032
2040
  position: absolute;
2033
2041
  z-index: 2;