@gcorevideo/player 2.21.4 → 2.21.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -46,7 +46,7 @@
46
46
  }
47
47
 
48
48
  .gcore-skin-main-color {
49
- background-color: var(--theme-foreground-color) !important;
49
+ background-color: var(--theme-foreground-color);
50
50
  }
51
51
 
52
52
  .gcore-skin-border-color {
@@ -122,133 +122,6 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
- }.dvr-controls[data-dvr-controls] {
126
- display: inline-block;
127
- float: left;
128
- color: #fff;
129
- line-height: 32px;
130
- font-size: 10px;
131
- font-weight: bold;
132
- margin-left: 6px;
133
- height: 40px;
134
- line-height: 40px;
135
- margin-left: 0;
136
- }
137
- .dvr-controls[data-dvr-controls] .live-info {
138
- cursor: default;
139
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
140
- text-transform: uppercase;
141
- }
142
- .dvr-controls[data-dvr-controls] .live-info:before {
143
- content: "";
144
- display: inline-block;
145
- position: relative;
146
- width: 7px;
147
- height: 7px;
148
- border-radius: 3.5px;
149
- margin-right: 3.5px;
150
- background-color: #ff0101;
151
- }
152
- .dvr-controls[data-dvr-controls] .live-info.disabled {
153
- opacity: 0.3;
154
- }
155
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
156
- background-color: #fff;
157
- }
158
- .dvr-controls[data-dvr-controls] .live-button {
159
- cursor: pointer;
160
- outline: none;
161
- display: none;
162
- border: 0;
163
- color: #fff;
164
- background-color: transparent;
165
- height: 32px;
166
- padding: 0;
167
- opacity: 0.7;
168
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
169
- text-transform: uppercase;
170
- transition: all 0.1s ease;
171
- }
172
- .dvr-controls[data-dvr-controls] .live-button:before {
173
- content: "";
174
- display: inline-block;
175
- position: relative;
176
- width: 7px;
177
- height: 7px;
178
- border-radius: 3.5px;
179
- margin-right: 3.5px;
180
- background-color: #fff;
181
- }
182
- .dvr-controls[data-dvr-controls] .live-button:hover {
183
- opacity: 1;
184
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
185
- }
186
- .dvr-controls[data-dvr-controls] .live-info {
187
- font-size: 14px;
188
- letter-spacing: 0.8px;
189
- font-weight: 500;
190
- color: #fffffe;
191
- margin-left: 21px;
192
- }
193
- .dvr-controls[data-dvr-controls] .live-info::before {
194
- width: 10px;
195
- height: 10px;
196
- border-radius: 50%;
197
- margin-right: 8px;
198
- background-color: #ed4f4a;
199
- }
200
- .dvr-controls[data-dvr-controls] .live-button {
201
- height: 40px;
202
- opacity: 1;
203
- font-size: 14px;
204
- letter-spacing: 0.8px;
205
- font-weight: 500;
206
- margin-left: 20px;
207
- }
208
- .dvr-controls[data-dvr-controls] .live-button::before {
209
- width: 10px;
210
- height: 10px;
211
- border-radius: 50%;
212
- margin-right: 8px;
213
- background-color: #cacaca;
214
- }
215
-
216
- .dvr .dvr-controls[data-dvr-controls] .live-info {
217
- display: none;
218
- }
219
- .dvr .dvr-controls[data-dvr-controls] .live-button {
220
- display: block;
221
- }
222
- .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] {
223
- background-color: #005aff;
224
- }
225
-
226
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
227
- background-color: #ff0101;
228
- }.context-menu {
229
- z-index: 999;
230
- position: absolute;
231
- top: 0;
232
- left: 0;
233
- text-align: center;
234
- }
235
- .context-menu .context-menu-list {
236
- font-family: "Proxima Nova", sans-serif;
237
- font-size: 12px;
238
- line-height: 12px;
239
- list-style-type: none;
240
- text-align: left;
241
- padding: 5px;
242
- margin-left: auto;
243
- margin-right: auto;
244
- background-color: rgba(0, 0, 0, 0.75);
245
- border: 1px solid #666;
246
- border-radius: 4px;
247
- }
248
- .context-menu .context-menu-list .context-menu-list-item {
249
- color: white;
250
- padding: 5px;
251
- cursor: pointer;
252
125
  }.big-mute-icon-wrapper[data-big-mute] {
253
126
  position: absolute;
254
127
  z-index: 9998;
@@ -298,6 +171,107 @@
298
171
  }
299
172
  .big-mute-icon[data-big-mute-icon]:hover svg path {
300
173
  fill: #151515 !important;
174
+ }*, :focus, :visited {
175
+ outline: none !important;
176
+ }
177
+
178
+ .gear-wrapper .go-back {
179
+ font-weight: 600;
180
+ font-size: 14px;
181
+ line-height: 20px;
182
+ width: 100%;
183
+ text-align: left;
184
+ padding: 12px;
185
+ }
186
+ .gear-wrapper .go-back .arrow-left-icon {
187
+ float: left;
188
+ padding-top: 2px;
189
+ padding-right: 2px;
190
+ }
191
+ .gear-wrapper .go-back .arrow-left-icon svg {
192
+ height: 16px;
193
+ }
194
+ .gear-wrapper ul.gear-sub-menu {
195
+ width: 100%;
196
+ list-style-type: none;
197
+ background-color: transparent;
198
+ min-width: 60px;
199
+ border-top: 2px solid rgb(36, 36, 36);
200
+ }
201
+ .gear-wrapper ul.gear-sub-menu li {
202
+ font-size: 12px;
203
+ text-align: left;
204
+ }
205
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
206
+ background-color: #c3c2c2;
207
+ padding: 5px;
208
+ }
209
+ .gear-wrapper ul.gear-sub-menu li a {
210
+ display: block;
211
+ text-decoration: none;
212
+ height: 32px;
213
+ padding: 5px 10px;
214
+ line-height: 22px;
215
+ color: #fffffe;
216
+ }
217
+ .gear-wrapper ul.gear-sub-menu li a:hover {
218
+ color: white;
219
+ background-color: rgba(0, 0, 0, 0.4);
220
+ }
221
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
222
+ color: white;
223
+ text-decoration: none;
224
+ }
225
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
226
+ width: 30px;
227
+ height: 20px;
228
+ float: left;
229
+ display: block;
230
+ }
231
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
232
+ display: none;
233
+ }
234
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
235
+ display: inline;
236
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
237
+ order: 99;
238
+ height: 20px;
239
+ }
240
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
241
+ position: absolute;
242
+ right: 16px;
243
+ bottom: 52px;
244
+ display: none;
245
+ width: 250px;
246
+ min-height: 48px;
247
+ z-index: 9999;
248
+ border-radius: 4px;
249
+ }
250
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
251
+ padding: 8px 0;
252
+ }
253
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
254
+ float: left;
255
+ margin-right: 10px;
256
+ }
257
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
258
+ margin: 0;
259
+ text-align: left;
260
+ line-height: 22px;
261
+ padding: 5px 14px;
262
+ width: 250px;
263
+ font-size: 12px;
264
+ }
265
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
266
+ float: right;
267
+ margin-right: -14px;
268
+ }
269
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
270
+ float: right;
271
+ margin-right: 8px;
272
+ }
273
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
274
+ height: 20px;
301
275
  }*,
302
276
  :focus,
303
277
  :visited {
@@ -396,107 +370,135 @@
396
370
  100% {
397
371
  color: #B80000;
398
372
  }
399
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
400
- order: 99;
401
- height: 20px;
402
- }
403
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
404
- position: absolute;
405
- right: 16px;
406
- bottom: 52px;
407
- display: none;
408
- width: 250px;
409
- min-height: 48px;
410
- z-index: 9999;
411
- border-radius: 4px;
373
+ }.dvr-controls[data-dvr] {
374
+ display: inline-block;
375
+ color: var(--player-dvr-color);
376
+ line-height: 32px;
377
+ font-size: 10px;
378
+ font-weight: bold;
379
+ margin-left: 6px;
380
+ height: 40px;
381
+ line-height: 40px;
382
+ margin-left: 0;
412
383
  }
413
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
414
- padding: 8px 0;
384
+ .dvr-controls[data-dvr] .live-info {
385
+ cursor: default;
386
+ text-transform: uppercase;
415
387
  }
416
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
417
- float: left;
418
- margin-right: 10px;
388
+ .dvr-controls[data-dvr] .live-info:before {
389
+ content: "";
390
+ display: inline-block;
391
+ position: relative;
392
+ width: 7px;
393
+ height: 7px;
394
+ border-radius: 3.5px;
395
+ margin-right: 3.5px;
396
+ background-color: var(--player-live-color);
419
397
  }
420
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
421
- margin: 0;
422
- text-align: left;
423
- line-height: 22px;
424
- padding: 5px 14px;
425
- width: 250px;
426
- font-size: 12px;
398
+ .dvr-controls[data-dvr] .live-info.disabled {
399
+ opacity: 0.3;
427
400
  }
428
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
429
- float: right;
430
- margin-right: -14px;
401
+ .dvr-controls[data-dvr] .live-info.disabled:before {
402
+ background-color: var(--player-dvr-color);
431
403
  }
432
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
433
- float: right;
434
- margin-right: 8px;
404
+ .dvr-controls[data-dvr] .live-button {
405
+ cursor: pointer;
406
+ outline: none;
407
+ display: none;
408
+ border: 0;
409
+ color: var(--player-dvr-color);
410
+ background-color: transparent;
411
+ height: 32px;
412
+ padding: 0;
413
+ opacity: 0.7;
414
+ text-transform: uppercase;
415
+ transition: all 0.1s ease;
435
416
  }
436
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
437
- height: 20px;
438
- }*, :focus, :visited {
439
- outline: none !important;
417
+ .dvr-controls[data-dvr] .live-button:before {
418
+ content: "";
419
+ display: inline-block;
420
+ position: relative;
421
+ width: 7px;
422
+ height: 7px;
423
+ border-radius: 3.5px;
424
+ margin-right: 3.5px;
425
+ background-color: var(--player-dvr-color);
440
426
  }
441
-
442
- .gear-wrapper .go-back {
443
- font-weight: 600;
444
- font-size: 14px;
445
- line-height: 20px;
446
- width: 100%;
447
- text-align: left;
448
- padding: 12px;
427
+ .dvr-controls[data-dvr] .live-button:hover {
428
+ opacity: 1;
429
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
449
430
  }
450
- .gear-wrapper .go-back .arrow-left-icon {
451
- float: left;
452
- padding-top: 2px;
453
- padding-right: 2px;
431
+ .dvr-controls[data-dvr] .live-info {
432
+ font-size: 14px;
433
+ letter-spacing: 0.8px;
434
+ font-weight: 500;
435
+ color: #fffffe;
436
+ margin-left: 21px;
454
437
  }
455
- .gear-wrapper .go-back .arrow-left-icon svg {
456
- height: 16px;
438
+ .dvr-controls[data-dvr] .live-info::before {
439
+ width: 10px;
440
+ height: 10px;
441
+ border-radius: 50%;
442
+ margin-right: 8px;
443
+ background-color: #ed4f4a;
457
444
  }
458
- .gear-wrapper ul.gear-sub-menu {
459
- width: 100%;
460
- list-style-type: none;
461
- background-color: transparent;
462
- min-width: 60px;
463
- border-top: 2px solid rgb(36, 36, 36);
445
+ .dvr-controls[data-dvr] .live-button {
446
+ height: 40px;
447
+ opacity: 1;
448
+ font-size: 14px;
449
+ letter-spacing: 0.8px;
450
+ font-weight: 500;
451
+ margin-left: 20px;
464
452
  }
465
- .gear-wrapper ul.gear-sub-menu li {
466
- font-size: 12px;
467
- text-align: left;
453
+ .dvr-controls[data-dvr] .live-button::before {
454
+ width: 10px;
455
+ height: 10px;
456
+ border-radius: 50%;
457
+ margin-right: 8px;
458
+ background-color: #cacaca;
468
459
  }
469
- .gear-wrapper ul.gear-sub-menu li[data-title] {
470
- background-color: #c3c2c2;
471
- padding: 5px;
460
+
461
+ .dvr .dvr-controls[data-dvr] .live-info {
462
+ display: none;
472
463
  }
473
- .gear-wrapper ul.gear-sub-menu li a {
464
+ .dvr .dvr-controls[data-dvr] .live-button {
474
465
  display: block;
475
- text-decoration: none;
476
- height: 32px;
477
- padding: 5px 10px;
478
- line-height: 22px;
479
- color: #fffffe;
466
+ }.clips.bar-container[data-seekbar] {
467
+ clip-path: url("#myClip");
468
+ }div.player-error-screen, [data-player] div.player-error-screen {
469
+ color: #CCCACA;
470
+ position: absolute;
471
+ top: 0;
472
+ height: 100%;
473
+ width: 100%;
474
+ background-color: rgba(0, 0, 0, 0.7);
475
+ z-index: 2000;
476
+ display: flex;
477
+ flex-direction: column;
478
+ justify-content: center;
480
479
  }
481
- .gear-wrapper ul.gear-sub-menu li a:hover {
482
- color: white;
483
- background-color: rgba(0, 0, 0, 0.4);
480
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
481
+ font-size: 14px;
482
+ color: #CCCACA;
483
+ margin-top: 45px;
484
484
  }
485
- .gear-wrapper ul.gear-sub-menu li a:hover a {
486
- color: white;
487
- text-decoration: none;
485
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
486
+ font-weight: bold;
487
+ line-height: 30px;
488
+ font-size: 18px;
488
489
  }
489
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
490
- width: 30px;
491
- height: 20px;
492
- float: left;
493
- display: block;
490
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
491
+ width: 90%;
492
+ margin: 0 auto;
494
493
  }
495
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
496
- display: none;
494
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
495
+ font-size: 13px;
496
+ margin-top: 15px;
497
497
  }
498
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
499
- display: inline;
498
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
499
+ cursor: pointer;
500
+ width: 30px;
501
+ margin: 15px auto 0;
500
502
  }*, :focus, :visited {
501
503
  outline: none !important;
502
504
  }
@@ -645,276 +647,89 @@
645
647
  100% {
646
648
  color: #B80000;
647
649
  }
648
- }div.player-error-screen, [data-player] div.player-error-screen {
649
- color: #CCCACA;
650
+ }:root {
651
+ --primary-background-color: #000;
652
+ --secondary-background-color: #262626;
653
+ --primary-text-color: #fff;
654
+ --secondary-text-color: #fff4f2;
655
+ --hover-text-color: #f9b090;
656
+ --speedtest-red: #df564d;
657
+ --speedtest-orange: #df934d;
658
+ --speedtest-yellow: #dfd04d;
659
+ --speedtest-light-green: #c2df4d;
660
+ --speedtest-green: #73df4d;
661
+ }
662
+
663
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
664
+ position: absolute;
665
+ display: inline-block;
666
+ bottom: 52px;
667
+ right: 16px;
668
+ padding: 0 10px 12px;
669
+ margin: 0;
670
+ line-height: 20px;
671
+ font-size: 12px;
672
+ font-weight: 500;
673
+ background: var(--primary-background-color);
674
+ color: #fff;
675
+ z-index: 20000;
676
+ overflow: auto;
677
+ max-height: calc(100vh - 60px);
678
+ max-width: calc(100vw - 10px);
679
+ }
680
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
650
681
  position: absolute;
651
682
  top: 0;
652
- height: 100%;
683
+ left: 0;
684
+ z-index: 99990;
653
685
  width: 100%;
654
- background-color: rgba(0, 0, 0, 0.7);
655
- z-index: 2000;
656
- display: flex;
657
- flex-direction: column;
658
- justify-content: center;
686
+ height: 32px;
687
+ background: var(--primary-background-color);
659
688
  }
660
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
661
- font-size: 14px;
662
- color: #CCCACA;
663
- margin-top: 45px;
689
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
690
+ float: right;
691
+ margin-right: 12px;
692
+ margin-top: 10px;
693
+ display: block;
694
+ width: 12px;
695
+ height: 12px;
664
696
  }
665
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
666
- font-weight: bold;
667
- line-height: 30px;
668
- font-size: 18px;
697
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
698
+ fill: var(--primary-text-color);
669
699
  }
670
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
671
- width: 90%;
672
- margin: 0 auto;
700
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
701
+ fill: var(--hover-text-color);
673
702
  }
674
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
675
- font-size: 13px;
676
- margin-top: 15px;
703
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
704
+ overflow: hidden;
705
+ margin-top: 44px;
677
706
  }
678
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
679
- cursor: pointer;
680
- width: 30px;
681
- margin: 15px auto 0;
682
- }.seek-time[data-seek-time] {
683
- position: absolute;
684
- white-space: nowrap;
685
- height: 20px;
686
- line-height: 20px;
687
- font-size: 0;
688
- left: -100%;
689
- bottom: 55px;
690
- background-color: rgba(2, 2, 2, 0.5);
691
- z-index: 9999;
692
- transition: opacity 0.1s ease;
707
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
708
+ width: 820px;
693
709
  }
694
- .seek-time[data-seek-time].hidden[data-seek-time] {
695
- opacity: 0;
710
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
711
+ list-style-type: none;
696
712
  }
697
- .seek-time[data-seek-time] [data-seek-time] {
698
- display: inline-block;
699
- color: white;
700
- font-size: 10px;
701
- padding-left: 7px;
702
- padding-right: 7px;
703
- vertical-align: top;
713
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
714
+ padding-left: 2px;
715
+ padding-right: 2px;
716
+ background: var(--primary-background-color);
704
717
  }
705
- .seek-time[data-seek-time] [data-duration] {
718
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
706
719
  display: inline-block;
707
- color: rgba(255, 255, 255, 0.5);
708
- font-size: 10px;
709
- padding-right: 7px;
710
- vertical-align: top;
720
+ float: left;
721
+ padding: 5px;
722
+ width: 200px;
711
723
  }
712
- .seek-time[data-seek-time] [data-duration]::before {
713
- content: "|";
714
- margin-right: 7px;
715
- }.player-poster[data-poster] {
716
- display: flex;
717
- justify-content: center;
718
- align-items: center;
719
- position: absolute;
720
- height: 100%;
721
- width: 100%;
722
- z-index: 998;
723
- top: 0;
724
- left: 0;
725
- background-color: #000;
726
- background-size: cover;
727
- background-repeat: no-repeat;
728
- background-position: 50% 50%;
729
- }
730
- .player-poster[data-poster].clickable {
731
- cursor: pointer;
732
- }
733
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
734
- opacity: 1;
735
- }
736
- .player-poster[data-poster] .play-wrapper[data-poster] {
737
- width: 100%;
738
- height: 25%;
739
- margin: 0 auto;
740
- opacity: 0.75;
741
- transition: opacity 0.1s ease;
742
- }
743
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
744
- height: 100%;
745
- display: inline;
746
- }
747
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
748
- fill: #fff;
749
- }.level-disabled {
750
- opacity: 0.5;
751
- pointer-events: none;
752
- }.share_plugin[data-share] {
753
- pointer-events: auto;
754
- z-index: 5;
755
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
756
- }
757
- .share_plugin[data-share].share-hide .share-button-container {
758
- right: -50px;
759
- }
760
- .share_plugin[data-share] .share-button-container {
761
- cursor: pointer;
762
- width: 36px;
763
- height: 36px;
764
- background-color: rgba(74, 74, 74, 0.6);
765
- border-radius: 4px;
766
- position: absolute;
767
- right: 10px;
768
- top: 10px;
769
- padding-top: 6px;
770
- transition: all 0.3s ease-out;
771
- }
772
- .share_plugin[data-share] .share-button-container button[data-share-button] {
773
- background-color: transparent;
774
- border: 0;
775
- margin: 0 6px;
776
- padding: 0;
777
- cursor: pointer;
778
- display: inline-block;
779
- width: 19px;
780
- height: 20px;
781
- }
782
- .share_plugin[data-share] .share-container {
783
- pointer-events: auto;
784
- position: absolute;
785
- width: 280px;
786
- background-color: white;
787
- transform: translate(0, 50%);
788
- transform: translate(-50%, -50%);
789
- left: 50%;
790
- /* margin-left: -140px; */
791
- top: calc(50% - 20px);
792
- /* margin-top: -170px; */
793
- }
794
- .share_plugin[data-share] .share-container .share-container-header {
795
- text-align: left;
796
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
797
- }
798
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
799
- display: inline-block;
800
- font-size: 16px;
801
- margin: 5px;
802
- }
803
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
804
- display: inline-block;
805
- width: 24px;
806
- float: right;
807
- margin: 5px;
808
- cursor: pointer;
809
- }
810
- .share_plugin[data-share] .share-container .share-container-main {
811
- margin-bottom: 8px;
812
- }
813
- .share_plugin[data-share] .share-container .share-container-main > div {
814
- text-align: left;
815
- font-size: 14px;
816
- padding: 5px;
817
- }
818
- .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 {
819
- overflow: hidden;
820
- text-overflow: ellipsis;
821
- color: #818181;
822
- border: solid 1px #d3d3d3;
823
- width: calc(100% - 10px);
824
- padding: 5px;
825
- }
826
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
827
- max-height: 90px;
828
- resize: none;
829
- }
830
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
831
- width: 32px;
832
- display: inline-block;
833
- margin-right: 5px;
834
- cursor: pointer;
835
- }:root {
836
- --primary-background-color: #000;
837
- --secondary-background-color: #262626;
838
- --primary-text-color: #fff;
839
- --secondary-text-color: #fff4f2;
840
- --hover-text-color: #f9b090;
841
- --speedtest-red: #df564d;
842
- --speedtest-orange: #df934d;
843
- --speedtest-yellow: #dfd04d;
844
- --speedtest-light-green: #c2df4d;
845
- --speedtest-green: #73df4d;
846
- }
847
-
848
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
849
- position: absolute;
850
- display: inline-block;
851
- bottom: 52px;
852
- right: 16px;
853
- padding: 0 10px 12px;
854
- margin: 0;
855
- line-height: 20px;
856
- font-size: 12px;
857
- font-weight: 500;
858
- background: var(--primary-background-color);
859
- color: #fff;
860
- z-index: 20000;
861
- overflow: auto;
862
- max-height: calc(100vh - 60px);
863
- max-width: calc(100vw - 10px);
864
- }
865
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
866
- position: absolute;
867
- top: 0;
868
- left: 0;
869
- z-index: 99990;
870
- width: 100%;
871
- height: 32px;
872
- background: var(--primary-background-color);
873
- }
874
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
875
- float: right;
876
- margin-right: 12px;
877
- margin-top: 10px;
878
- display: block;
879
- width: 12px;
880
- height: 12px;
881
- }
882
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
883
- fill: var(--primary-text-color);
884
- }
885
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
886
- fill: var(--hover-text-color);
887
- }
888
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
889
- overflow: hidden;
890
- margin-top: 44px;
891
- }
892
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
893
- width: 820px;
894
- }
895
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
896
- list-style-type: none;
897
- }
898
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
899
- padding-left: 2px;
900
- padding-right: 2px;
901
- background: var(--primary-background-color);
902
- }
903
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
904
- display: inline-block;
905
- float: left;
906
- padding: 5px;
907
- width: 200px;
908
- }
909
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
910
- position: relative;
911
- padding: 0 5px;
912
- text-align: left;
913
- }
914
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
915
- padding: 0;
916
- }
917
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
724
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
725
+ position: relative;
726
+ padding: 0 5px;
727
+ text-align: left;
728
+ }
729
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
730
+ padding: 0;
731
+ }
732
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
918
733
  width: 100%;
919
734
  }
920
735
  .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
@@ -1214,43 +1029,151 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1214
1029
  .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1215
1030
  width: 25%;
1216
1031
  }
1217
- }[data-player] {
1218
- --bottom-panel: 40px;
1032
+ }.player-poster[data-poster] {
1033
+ display: flex;
1034
+ justify-content: center;
1035
+ align-items: center;
1036
+ position: absolute;
1037
+ height: 100%;
1038
+ width: 100%;
1039
+ z-index: 998;
1040
+ top: 0;
1041
+ left: 0;
1042
+ background-color: #000;
1043
+ background-size: cover;
1044
+ background-repeat: no-repeat;
1045
+ background-position: 50% 50%;
1219
1046
  }
1220
-
1221
- .container .media-control-notransition {
1222
- transition: none !important;
1047
+ .player-poster[data-poster].clickable {
1048
+ cursor: pointer;
1223
1049
  }
1224
- .container .player-poster[data-poster] .play-wrapper[data-poster] {
1050
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1225
1051
  opacity: 1;
1226
1052
  }
1227
- .container.crop-video [data-html5-video] {
1228
- object-fit: cover;
1229
- }
1230
- .container .cc-line {
1231
- position: absolute;
1232
- bottom: calc(var(--bottom-panel) + 5px);
1053
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1233
1054
  width: 100%;
1055
+ height: 25%;
1056
+ margin: 0 auto;
1057
+ opacity: 0.75;
1058
+ transition: opacity 0.1s ease;
1234
1059
  }
1235
- .container .cc-line p {
1236
- width: auto;
1237
- background-color: rgba(0, 0, 0, 0.4);
1238
- color: white;
1239
- display: inline-block;
1060
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1061
+ height: 100%;
1062
+ display: inline;
1240
1063
  }
1241
- .container .circle-poster[data-poster] {
1242
- top: 50%;
1243
- margin-top: -60px;
1244
- left: 50%;
1245
- margin-left: -60px;
1064
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1065
+ fill: #fff;
1066
+ }.level-disabled {
1067
+ opacity: 0.5;
1068
+ pointer-events: none;
1069
+ }.context-menu {
1070
+ z-index: 999;
1246
1071
  position: absolute;
1247
- width: 120px;
1248
- height: 120px;
1249
- border: 2px solid white;
1250
- border-radius: 50%;
1251
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1252
- filter: alpha(opacity=60);
1253
- opacity: 1;
1072
+ top: 0;
1073
+ left: 0;
1074
+ text-align: center;
1075
+ }
1076
+ .context-menu .context-menu-list {
1077
+ font-family: "Proxima Nova", sans-serif;
1078
+ font-size: 12px;
1079
+ line-height: 12px;
1080
+ list-style-type: none;
1081
+ text-align: left;
1082
+ padding: 5px;
1083
+ margin-left: auto;
1084
+ margin-right: auto;
1085
+ background-color: rgba(0, 0, 0, 0.75);
1086
+ border: 1px solid #666;
1087
+ border-radius: 4px;
1088
+ }
1089
+ .context-menu .context-menu-list .context-menu-list-item {
1090
+ color: white;
1091
+ padding: 5px;
1092
+ cursor: pointer;
1093
+ }.spinner-three-bounce[data-spinner] {
1094
+ position: absolute;
1095
+ width: 70px;
1096
+ text-align: center;
1097
+ z-index: 999;
1098
+ left: 0;
1099
+ right: 0;
1100
+ margin: 0 auto;
1101
+ margin-left: auto;
1102
+ margin-right: auto;
1103
+ /* center vertically */
1104
+ top: 50%;
1105
+ transform: translateY(-50%);
1106
+ }
1107
+ .spinner-three-bounce[data-spinner] > div {
1108
+ width: 18px;
1109
+ height: 18px;
1110
+ background-color: #FFF;
1111
+ border-radius: 100%;
1112
+ display: inline-block;
1113
+ animation: bouncedelay 1.4s infinite ease-in-out;
1114
+ /* Prevent first frame from flickering when animation starts */
1115
+ animation-fill-mode: both;
1116
+ }
1117
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1118
+ animation-delay: -0.32s;
1119
+ }
1120
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1121
+ animation-delay: -0.16s;
1122
+ }
1123
+
1124
+ @keyframes bouncedelay {
1125
+ 0%, 80%, 100% {
1126
+ transform: scale(0);
1127
+ }
1128
+ 40% {
1129
+ transform: scale(1);
1130
+ }
1131
+ }.media-control-pip {
1132
+ order: 95;
1133
+ display: flex;
1134
+ }
1135
+ .media-control-pip button {
1136
+ height: 20px;
1137
+ }
1138
+ .media-control-pip button svg {
1139
+ height: 20px;
1140
+ }[data-player] {
1141
+ --bottom-panel: 40px;
1142
+ }
1143
+
1144
+ .container .media-control-notransition {
1145
+ transition: none !important;
1146
+ }
1147
+ .container .player-poster[data-poster] .play-wrapper[data-poster] {
1148
+ opacity: 1;
1149
+ }
1150
+ .container.crop-video [data-html5-video] {
1151
+ object-fit: cover;
1152
+ }
1153
+ .container .cc-line {
1154
+ position: absolute;
1155
+ bottom: calc(var(--bottom-panel) + 5px);
1156
+ width: 100%;
1157
+ }
1158
+ .container .cc-line p {
1159
+ width: auto;
1160
+ background-color: rgba(0, 0, 0, 0.4);
1161
+ color: white;
1162
+ display: inline-block;
1163
+ }
1164
+ .container .circle-poster[data-poster] {
1165
+ top: 50%;
1166
+ margin-top: -60px;
1167
+ left: 50%;
1168
+ margin-left: -60px;
1169
+ position: absolute;
1170
+ width: 120px;
1171
+ height: 120px;
1172
+ border: 2px solid white;
1173
+ border-radius: 50%;
1174
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1175
+ filter: alpha(opacity=60);
1176
+ opacity: 1;
1254
1177
  box-shadow: 0 0 1px 0 white;
1255
1178
  }
1256
1179
  .container .circle-poster[data-poster] svg {
@@ -1389,10 +1312,10 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1389
1312
  font-size: 11px;
1390
1313
  line-height: 32px;
1391
1314
  }
1392
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr-controls] {
1315
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr] {
1393
1316
  height: 32px;
1394
1317
  }
1395
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr-controls] .live-button {
1318
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr] .live-button {
1396
1319
  margin-left: 10px;
1397
1320
  height: 32px;
1398
1321
  font-size: 12px;
@@ -1400,12 +1323,12 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1400
1323
  text-shadow: none;
1401
1324
  letter-spacing: 0.6px;
1402
1325
  }
1403
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr-controls] .live-button::before {
1326
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr] .live-button::before {
1404
1327
  width: 8px;
1405
1328
  height: 8px;
1406
1329
  margin-right: 4px;
1407
1330
  }
1408
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr-controls] .live-info {
1331
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr] .live-info {
1409
1332
  margin-left: 10px;
1410
1333
  height: 32px;
1411
1334
  font-size: 12px;
@@ -1413,7 +1336,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1413
1336
  text-shadow: none;
1414
1337
  letter-spacing: 0.6px;
1415
1338
  }
1416
- .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr-controls] .live-info::before {
1339
+ .media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .dvr-controls[data-dvr] .live-info::before {
1417
1340
  width: 8px;
1418
1341
  height: 8px;
1419
1342
  margin-right: 4px;
@@ -1459,6 +1382,11 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1459
1382
  :root {
1460
1383
  --font-size-media-controls: 14px;
1461
1384
  --font-size-media-controls-dropdown: 16px;
1385
+ --player-vod-color: #005aff;
1386
+ --player-dvr-color: #fff;
1387
+ --player-live-color: #ff0101;
1388
+ --player-seekbar-current-color: #ff5700;
1389
+ --player-seekbar-buffer-color: #fff;
1462
1390
  }
1463
1391
 
1464
1392
  .media-control-skin-1[data-media-control-skin-1] {
@@ -1643,7 +1571,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1643
1571
  left: 0;
1644
1572
  width: 0;
1645
1573
  height: 100%;
1646
- background-color: white;
1574
+ background-color: var(--player-seekbar-buffer-color);
1647
1575
  transition: all 0.1s ease-out;
1648
1576
  }
1649
1577
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
@@ -1652,7 +1580,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1652
1580
  left: 0;
1653
1581
  width: 0;
1654
1582
  height: 100%;
1655
- background-color: #ff5700;
1583
+ background-color: var(--player-seekbar-current-color);
1656
1584
  transition: all 0.1s ease-out;
1657
1585
  }
1658
1586
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .bar-container[data-seekbar].seek-disabled {
@@ -1743,7 +1671,7 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1743
1671
  left: 0;
1744
1672
  width: 0;
1745
1673
  height: 100%;
1746
- background-color: #005aff;
1674
+ background-color: var(--player-vod-color);
1747
1675
  transition: all 0.1s ease-out;
1748
1676
  }
1749
1677
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .bar-scrubber[data-volume] {
@@ -1846,8 +1774,39 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1846
1774
  }
1847
1775
  .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1848
1776
  display: none !important;
1849
- }.clips.bar-container[data-seekbar] {
1850
- clip-path: url("#myClip");
1777
+ }.seek-time[data-seek-time] {
1778
+ position: absolute;
1779
+ white-space: nowrap;
1780
+ height: 20px;
1781
+ line-height: 20px;
1782
+ font-size: 0;
1783
+ left: -100%;
1784
+ bottom: 55px;
1785
+ background-color: rgba(2, 2, 2, 0.5);
1786
+ z-index: 9999;
1787
+ transition: opacity 0.1s ease;
1788
+ }
1789
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1790
+ opacity: 0;
1791
+ }
1792
+ .seek-time[data-seek-time] [data-seek-time] {
1793
+ display: inline-block;
1794
+ color: white;
1795
+ font-size: 10px;
1796
+ padding-left: 7px;
1797
+ padding-right: 7px;
1798
+ vertical-align: top;
1799
+ }
1800
+ .seek-time[data-seek-time] [data-duration] {
1801
+ display: inline-block;
1802
+ color: rgba(255, 255, 255, 0.5);
1803
+ font-size: 10px;
1804
+ padding-right: 7px;
1805
+ vertical-align: top;
1806
+ }
1807
+ .seek-time[data-seek-time] [data-duration]::before {
1808
+ content: "|";
1809
+ margin-right: 7px;
1851
1810
  }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1852
1811
  height: 0;
1853
1812
  }
@@ -1869,76 +1828,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1869
1828
  .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1870
1829
  width: 33.3%;
1871
1830
  height: 100%;
1872
- }.media-control-pip {
1873
- order: 95;
1874
- display: flex;
1875
- }
1876
- .media-control-pip button {
1877
- height: 20px;
1878
- }
1879
- .media-control-pip button svg {
1880
- height: 20px;
1881
- }.scrub-thumbnails {
1882
- position: absolute;
1883
- bottom: 52px;
1884
- width: 100%;
1885
- transition: opacity 0.3s ease;
1886
- }
1887
- .scrub-thumbnails.hidden {
1888
- opacity: 0;
1889
- }
1890
- .scrub-thumbnails .thumbnail-container {
1891
- display: inline-block;
1892
- position: relative;
1893
- overflow: hidden;
1894
- background-color: #000;
1895
- }
1896
- .scrub-thumbnails .thumbnail-container .thumbnail-img {
1897
- position: absolute;
1898
- width: auto;
1899
- }
1900
- .scrub-thumbnails .thumbnails-text {
1901
- background-color: rgba(74, 74, 74, 0.7);
1902
- border-radius: 3px;
1903
- white-space: nowrap;
1904
- overflow: hidden;
1905
- text-overflow: ellipsis;
1906
- color: white;
1907
- position: absolute;
1908
- bottom: 23px;
1909
- width: 100px;
1910
- }
1911
- .scrub-thumbnails .spotlight {
1912
- background-color: #4a4a4a;
1913
- overflow: hidden;
1914
- position: absolute;
1915
- bottom: 0;
1916
- left: 0;
1917
- border-color: #4a4a4a;
1918
- border-style: solid;
1919
- border-width: 3px;
1920
- border-radius: 3px;
1921
- }
1922
- .scrub-thumbnails .spotlight img {
1923
- width: auto;
1924
- }
1925
- .scrub-thumbnails .backdrop {
1926
- position: absolute;
1927
- left: 0;
1928
- bottom: 0;
1929
- right: 0;
1930
- background-color: #000;
1931
- overflow: hidden;
1932
- }
1933
- .scrub-thumbnails .backdrop .carousel {
1934
- position: absolute;
1935
- top: 0;
1936
- left: 0;
1937
- height: 100%;
1938
- white-space: nowrap;
1939
- }
1940
- .scrub-thumbnails .backdrop .carousel img {
1941
- width: auto;
1942
1831
  }*,
1943
1832
  :focus,
1944
1833
  :visited {
@@ -2013,44 +1902,150 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2013
1902
  .ios-fullscreen::cue {
2014
1903
  visibility: visible !important;
2015
1904
  font-size: 1em !important;
2016
- }.spinner-three-bounce[data-spinner] {
1905
+ }.share_plugin[data-share] {
1906
+ pointer-events: auto;
1907
+ z-index: 5;
1908
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1909
+ }
1910
+ .share_plugin[data-share].share-hide .share-button-container {
1911
+ right: -50px;
1912
+ }
1913
+ .share_plugin[data-share] .share-button-container {
1914
+ cursor: pointer;
1915
+ width: 36px;
1916
+ height: 36px;
1917
+ background-color: rgba(74, 74, 74, 0.6);
1918
+ border-radius: 4px;
2017
1919
  position: absolute;
2018
- width: 70px;
2019
- text-align: center;
2020
- z-index: 999;
2021
- left: 0;
2022
- right: 0;
2023
- margin: 0 auto;
2024
- margin-left: auto;
2025
- margin-right: auto;
2026
- /* center vertically */
2027
- top: 50%;
2028
- transform: translateY(-50%);
1920
+ right: 10px;
1921
+ top: 10px;
1922
+ padding-top: 6px;
1923
+ transition: all 0.3s ease-out;
2029
1924
  }
2030
- .spinner-three-bounce[data-spinner] > div {
2031
- width: 18px;
2032
- height: 18px;
2033
- background-color: #FFF;
2034
- border-radius: 100%;
1925
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1926
+ background-color: transparent;
1927
+ border: 0;
1928
+ margin: 0 6px;
1929
+ padding: 0;
1930
+ cursor: pointer;
2035
1931
  display: inline-block;
2036
- animation: bouncedelay 1.4s infinite ease-in-out;
2037
- /* Prevent first frame from flickering when animation starts */
2038
- animation-fill-mode: both;
1932
+ width: 19px;
1933
+ height: 20px;
2039
1934
  }
2040
- .spinner-three-bounce[data-spinner] [data-bounce1] {
2041
- animation-delay: -0.32s;
1935
+ .share_plugin[data-share] .share-container {
1936
+ pointer-events: auto;
1937
+ position: absolute;
1938
+ width: 280px;
1939
+ background-color: white;
1940
+ transform: translate(0, 50%);
1941
+ transform: translate(-50%, -50%);
1942
+ left: 50%;
1943
+ /* margin-left: -140px; */
1944
+ top: calc(50% - 20px);
1945
+ /* margin-top: -170px; */
2042
1946
  }
2043
- .spinner-three-bounce[data-spinner] [data-bounce2] {
2044
- animation-delay: -0.16s;
1947
+ .share_plugin[data-share] .share-container .share-container-header {
1948
+ text-align: left;
1949
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
2045
1950
  }
2046
-
2047
- @keyframes bouncedelay {
2048
- 0%, 80%, 100% {
2049
- transform: scale(0);
2050
- }
2051
- 40% {
2052
- transform: scale(1);
2053
- }
1951
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1952
+ display: inline-block;
1953
+ font-size: 16px;
1954
+ margin: 5px;
1955
+ }
1956
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1957
+ display: inline-block;
1958
+ width: 24px;
1959
+ float: right;
1960
+ margin: 5px;
1961
+ cursor: pointer;
1962
+ }
1963
+ .share_plugin[data-share] .share-container .share-container-main {
1964
+ margin-bottom: 8px;
1965
+ }
1966
+ .share_plugin[data-share] .share-container .share-container-main > div {
1967
+ text-align: left;
1968
+ font-size: 14px;
1969
+ padding: 5px;
1970
+ }
1971
+ .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 {
1972
+ overflow: hidden;
1973
+ text-overflow: ellipsis;
1974
+ color: #818181;
1975
+ border: solid 1px #d3d3d3;
1976
+ width: calc(100% - 10px);
1977
+ padding: 5px;
1978
+ }
1979
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1980
+ max-height: 90px;
1981
+ resize: none;
1982
+ }
1983
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1984
+ width: 32px;
1985
+ display: inline-block;
1986
+ margin-right: 5px;
1987
+ cursor: pointer;
1988
+ }.scrub-thumbnails {
1989
+ position: absolute;
1990
+ bottom: 52px;
1991
+ width: 100%;
1992
+ transition: opacity 0.3s ease;
1993
+ }
1994
+ .scrub-thumbnails.hidden {
1995
+ opacity: 0;
1996
+ }
1997
+ .scrub-thumbnails .thumbnail-container {
1998
+ display: inline-block;
1999
+ position: relative;
2000
+ overflow: hidden;
2001
+ background-color: #000;
2002
+ }
2003
+ .scrub-thumbnails .thumbnail-container .thumbnail-img {
2004
+ position: absolute;
2005
+ width: auto;
2006
+ }
2007
+ .scrub-thumbnails .thumbnails-text {
2008
+ background-color: rgba(74, 74, 74, 0.7);
2009
+ border-radius: 3px;
2010
+ white-space: nowrap;
2011
+ overflow: hidden;
2012
+ text-overflow: ellipsis;
2013
+ color: white;
2014
+ position: absolute;
2015
+ bottom: 23px;
2016
+ width: 100px;
2017
+ }
2018
+ .scrub-thumbnails .spotlight {
2019
+ background-color: #4a4a4a;
2020
+ overflow: hidden;
2021
+ position: absolute;
2022
+ bottom: 0;
2023
+ left: 0;
2024
+ border-color: #4a4a4a;
2025
+ border-style: solid;
2026
+ border-width: 3px;
2027
+ border-radius: 3px;
2028
+ }
2029
+ .scrub-thumbnails .spotlight img {
2030
+ width: auto;
2031
+ }
2032
+ .scrub-thumbnails .backdrop {
2033
+ position: absolute;
2034
+ left: 0;
2035
+ bottom: 0;
2036
+ right: 0;
2037
+ background-color: #000;
2038
+ overflow: hidden;
2039
+ }
2040
+ .scrub-thumbnails .backdrop .carousel {
2041
+ position: absolute;
2042
+ top: 0;
2043
+ left: 0;
2044
+ height: 100%;
2045
+ white-space: nowrap;
2046
+ }
2047
+ .scrub-thumbnails .backdrop .carousel img {
2048
+ width: auto;
2054
2049
  }.player-logo[data-logo] {
2055
2050
  position: absolute;
2056
2051
  z-index: 2;