@gcorevideo/player 2.19.14 → 2.19.15

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 (77) hide show
  1. package/assets/level-selector/list.ejs +2 -2
  2. package/dist/core.js +1 -1
  3. package/dist/index.css +1054 -1054
  4. package/dist/index.js +1232 -1154
  5. package/dist/player.d.ts +157 -22
  6. package/dist/plugins/index.css +634 -634
  7. package/dist/plugins/index.js +1024 -944
  8. package/docs/api/player.bottomgear.getelement.md +56 -0
  9. package/docs/api/player.bottomgear.md +51 -0
  10. package/docs/api/player.bottomgear.setcontent.md +56 -0
  11. package/docs/api/{player.subtitles.levelelement.md → player.gearevents.md} +11 -13
  12. package/docs/api/{player.sourcecontroller.name.md → player.gearitemelement.md} +5 -3
  13. package/docs/api/player.levelselector.md +9 -1
  14. package/docs/api/player.md +37 -0
  15. package/docs/api/{player.sourcecontroller.supportedversion.md → player.mediacontrol.getrightpanel.md} +11 -5
  16. package/docs/api/player.mediacontrol.md +14 -0
  17. package/docs/api/player.mediacontrolelement.md +1 -1
  18. package/docs/api/player.sourcecontroller.md +0 -90
  19. package/docs/api/player.spinnerevents.md +49 -0
  20. package/docs/api/player.spinnerthreebounce._constructor_.md +3 -0
  21. package/docs/api/player.spinnerthreebounce.hide.md +5 -0
  22. package/docs/api/player.spinnerthreebounce.md +14 -95
  23. package/docs/api/player.spinnerthreebounce.show.md +6 -37
  24. package/docs/api/player.subtitles.hide.md +5 -0
  25. package/docs/api/player.subtitles.md +23 -275
  26. package/docs/api/player.subtitles.show.md +5 -0
  27. package/lib/plugins/bottom-gear/BottomGear.d.ts +20 -1
  28. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  29. package/lib/plugins/bottom-gear/BottomGear.js +28 -7
  30. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +4 -4
  31. package/lib/plugins/level-selector/LevelSelector.d.ts +10 -3
  32. package/lib/plugins/level-selector/LevelSelector.d.ts.map +1 -1
  33. package/lib/plugins/level-selector/LevelSelector.js +20 -19
  34. package/lib/plugins/media-control/MediaControl.d.ts +6 -2
  35. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  36. package/lib/plugins/media-control/MediaControl.js +40 -39
  37. package/lib/plugins/source-controller/SourceController.d.ts +9 -0
  38. package/lib/plugins/source-controller/SourceController.d.ts.map +1 -1
  39. package/lib/plugins/source-controller/SourceController.js +11 -1
  40. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +35 -1
  41. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
  42. package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +46 -23
  43. package/lib/plugins/subtitles/Subtitles.d.ts +65 -16
  44. package/lib/plugins/subtitles/Subtitles.d.ts.map +1 -1
  45. package/lib/plugins/subtitles/Subtitles.js +131 -109
  46. package/package.json +1 -1
  47. package/src/plugins/bottom-gear/BottomGear.ts +26 -4
  48. package/src/plugins/clappr-nerd-stats/ClapprNerdStats.ts +4 -4
  49. package/src/plugins/level-selector/LevelSelector.ts +22 -19
  50. package/src/plugins/media-control/MediaControl.ts +43 -41
  51. package/src/plugins/source-controller/SourceController.ts +11 -1
  52. package/src/plugins/source-controller/__tests__/SourceController.test.ts +1 -1
  53. package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +46 -22
  54. package/src/plugins/subtitles/Subtitles.ts +146 -155
  55. package/temp/player.api.json +293 -822
  56. package/tsconfig.tsbuildinfo +1 -1
  57. package/docs/api/player.sourcecontroller.version.md +0 -14
  58. package/docs/api/player.spinnerthreebounce.attributes.md +0 -14
  59. package/docs/api/player.spinnerthreebounce.name.md +0 -11
  60. package/docs/api/player.spinnerthreebounce.render.md +0 -15
  61. package/docs/api/player.spinnerthreebounce.supportedversion.md +0 -13
  62. package/docs/api/player.subtitles.attributes.md +0 -14
  63. package/docs/api/player.subtitles.bindevents.md +0 -15
  64. package/docs/api/player.subtitles.buttonelement.md +0 -15
  65. package/docs/api/player.subtitles.events.md +0 -14
  66. package/docs/api/player.subtitles.name.md +0 -11
  67. package/docs/api/player.subtitles.preselectedlanguage.md +0 -11
  68. package/docs/api/player.subtitles.reload.md +0 -15
  69. package/docs/api/player.subtitles.render.md +0 -15
  70. package/docs/api/player.subtitles.selectsubtitles.md +0 -15
  71. package/docs/api/player.subtitles.startlevelswitch.md +0 -15
  72. package/docs/api/player.subtitles.stoplevelswitch.md +0 -15
  73. package/docs/api/player.subtitles.supportedversion.md +0 -13
  74. package/docs/api/player.subtitles.template.md +0 -11
  75. package/docs/api/player.subtitles.templatestring.md +0 -11
  76. package/docs/api/player.subtitles.unbindevents.md +0 -15
  77. package/docs/api/player.subtitles.version.md +0 -11
@@ -122,6 +122,112 @@
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
+ }
134
+ .dvr-controls[data-dvr-controls] .live-info {
135
+ cursor: default;
136
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
137
+ text-transform: uppercase;
138
+ }
139
+ .dvr-controls[data-dvr-controls] .live-info:before {
140
+ content: "";
141
+ display: inline-block;
142
+ position: relative;
143
+ width: 7px;
144
+ height: 7px;
145
+ border-radius: 3.5px;
146
+ margin-right: 3.5px;
147
+ background-color: #ff0101;
148
+ }
149
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
150
+ opacity: 0.3;
151
+ }
152
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
153
+ background-color: #fff;
154
+ }
155
+ .dvr-controls[data-dvr-controls] .live-button {
156
+ cursor: pointer;
157
+ outline: none;
158
+ display: none;
159
+ border: 0;
160
+ color: #fff;
161
+ background-color: transparent;
162
+ height: 32px;
163
+ padding: 0;
164
+ opacity: 0.7;
165
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
166
+ text-transform: uppercase;
167
+ transition: all 0.1s ease;
168
+ }
169
+ .dvr-controls[data-dvr-controls] .live-button:before {
170
+ content: "";
171
+ display: inline-block;
172
+ position: relative;
173
+ width: 7px;
174
+ height: 7px;
175
+ border-radius: 3.5px;
176
+ margin-right: 3.5px;
177
+ background-color: #fff;
178
+ }
179
+ .dvr-controls[data-dvr-controls] .live-button:hover {
180
+ opacity: 1;
181
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
182
+ }
183
+
184
+ .dvr-controls[data-dvr-controls] {
185
+ height: 40px;
186
+ line-height: 40px;
187
+ margin-left: 0;
188
+ }
189
+ .dvr-controls[data-dvr-controls] .live-info {
190
+ font-size: 14px;
191
+ letter-spacing: 0.8px;
192
+ font-weight: 500;
193
+ color: #fffffe;
194
+ margin-left: 21px;
195
+ }
196
+ .dvr-controls[data-dvr-controls] .live-info::before {
197
+ width: 10px;
198
+ height: 10px;
199
+ border-radius: 50%;
200
+ margin-right: 8px;
201
+ background-color: #ed4f4a;
202
+ }
203
+ .dvr-controls[data-dvr-controls] .live-button {
204
+ height: 40px;
205
+ opacity: 1;
206
+ font-size: 14px;
207
+ letter-spacing: 0.8px;
208
+ font-weight: 500;
209
+ margin-left: 20px;
210
+ }
211
+ .dvr-controls[data-dvr-controls] .live-button::before {
212
+ width: 10px;
213
+ height: 10px;
214
+ border-radius: 50%;
215
+ margin-right: 8px;
216
+ background-color: #cacaca;
217
+ }
218
+
219
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
220
+ display: none;
221
+ }
222
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
223
+ display: block;
224
+ }
225
+ .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] {
226
+ background-color: #005aff;
227
+ }
228
+
229
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
230
+ background-color: #ff0101;
125
231
  }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
126
232
  float: right;
127
233
  font-family: Roboto, "Open Sans", Arial, sans-serif;
@@ -234,91 +340,30 @@
234
340
  }
235
341
  .gear-wrapper svg {
236
342
  height: 20px;
237
- }.big-mute-icon-wrapper[data-big-mute] {
238
- position: absolute;
239
- z-index: 9998;
240
- background-color: transparent;
241
- display: flex;
242
- justify-content: center;
243
- width: 100%;
244
- height: calc(100% - 50px);
245
- margin: 0 auto;
246
- opacity: 0.75;
247
- transition: opacity 0.1s ease;
248
- pointer-events: auto;
249
- }
250
- .big-mute-icon-wrapper[data-big-mute].hide {
251
- display: none;
252
- }
253
- .big-mute-icon-wrapper[data-big-mute]:hover {
254
- cursor: pointer;
255
- }
256
-
257
- .big-mute-icon[data-big-mute-icon] {
258
- display: flex;
259
- align-items: center;
260
- justify-content: center;
261
- align-self: center;
262
- width: 120px;
263
- height: 120px;
264
- border: 2px solid white;
265
- border-radius: 50%;
266
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
267
- filter: alpha(opacity=60);
268
- opacity: 1;
269
- box-shadow: 0 0 1px 0 white;
270
- background: rgba(240, 243, 247, 0.9411764706);
271
- z-index: 10000;
272
- }
273
- .big-mute-icon[data-big-mute-icon] svg {
274
- margin-left: 5px;
275
- width: 80px;
276
- height: 80px;
277
- }
278
- .big-mute-icon[data-big-mute-icon] svg path {
279
- fill: #1f1e1e !important;
280
- }
281
- .big-mute-icon[data-big-mute-icon]:hover {
282
- background: rgba(240, 243, 247, 0.8784313725);
283
- }
284
- .big-mute-icon[data-big-mute-icon]:hover svg path {
285
- fill: #151515 !important;
286
- }div.player-error-screen, [data-player] div.player-error-screen {
287
- color: #CCCACA;
343
+ }.context-menu {
344
+ z-index: 999;
288
345
  position: absolute;
289
346
  top: 0;
290
- height: 100%;
291
- width: 100%;
292
- background-color: rgba(0, 0, 0, 0.7);
293
- z-index: 2000;
294
- display: flex;
295
- flex-direction: column;
296
- justify-content: center;
297
- }
298
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
299
- font-size: 14px;
300
- color: #CCCACA;
301
- margin-top: 45px;
302
- }
303
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
304
- font-weight: bold;
305
- line-height: 30px;
306
- font-size: 18px;
307
- }
308
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
309
- width: 90%;
310
- margin: 0 auto;
347
+ left: 0;
348
+ text-align: center;
311
349
  }
312
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
313
- font-size: 13px;
314
- margin-top: 15px;
350
+ .context-menu .context-menu-list {
351
+ font-family: "Proxima Nova", sans-serif;
352
+ font-size: 12px;
353
+ line-height: 12px;
354
+ list-style-type: none;
355
+ text-align: left;
356
+ padding: 5px;
357
+ margin-left: auto;
358
+ margin-right: auto;
359
+ background-color: rgba(0, 0, 0, 0.75);
360
+ border: 1px solid #666;
361
+ border-radius: 4px;
315
362
  }
316
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
363
+ .context-menu .context-menu-list .context-menu-list-item {
364
+ color: white;
365
+ padding: 5px;
317
366
  cursor: pointer;
318
- width: 30px;
319
- margin: 15px auto 0;
320
- }.clips.bar-container[data-seekbar] {
321
- clip-path: url("#myClip");
322
367
  }*, :focus, :visited {
323
368
  outline: none !important;
324
369
  }
@@ -456,169 +501,258 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
456
501
  100% {
457
502
  color: #B80000;
458
503
  }
459
- }.seek-time[data-seek-time] {
504
+ }div.player-error-screen, [data-player] div.player-error-screen {
505
+ color: #CCCACA;
460
506
  position: absolute;
461
- white-space: nowrap;
462
- height: 20px;
463
- line-height: 20px;
464
- font-size: 0;
465
- left: -100%;
466
- bottom: 55px;
467
- background-color: rgba(2, 2, 2, 0.5);
468
- z-index: 9999;
469
- transition: opacity 0.1s ease;
507
+ top: 0;
508
+ height: 100%;
509
+ width: 100%;
510
+ background-color: rgba(0, 0, 0, 0.7);
511
+ z-index: 2000;
512
+ display: flex;
513
+ flex-direction: column;
514
+ justify-content: center;
470
515
  }
471
- .seek-time[data-seek-time].hidden[data-seek-time] {
472
- opacity: 0;
516
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
517
+ font-size: 14px;
518
+ color: #CCCACA;
519
+ margin-top: 45px;
473
520
  }
474
- .seek-time[data-seek-time] [data-seek-time] {
475
- display: inline-block;
476
- color: white;
477
- font-size: 10px;
478
- padding-left: 7px;
479
- padding-right: 7px;
480
- vertical-align: top;
521
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
522
+ font-weight: bold;
523
+ line-height: 30px;
524
+ font-size: 18px;
481
525
  }
482
- .seek-time[data-seek-time] [data-duration] {
483
- display: inline-block;
484
- color: rgba(255, 255, 255, 0.5);
485
- font-size: 10px;
486
- padding-right: 7px;
487
- vertical-align: top;
526
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
527
+ width: 90%;
528
+ margin: 0 auto;
488
529
  }
489
- .seek-time[data-seek-time] [data-duration]::before {
490
- content: "|";
491
- margin-right: 7px;
492
- }.context-menu {
493
- z-index: 999;
494
- position: absolute;
495
- top: 0;
496
- left: 0;
497
- text-align: center;
498
- }
499
- .context-menu .context-menu-list {
500
- font-family: "Proxima Nova", sans-serif;
501
- font-size: 12px;
502
- line-height: 12px;
503
- list-style-type: none;
504
- text-align: left;
505
- padding: 5px;
506
- margin-left: auto;
507
- margin-right: auto;
508
- background-color: rgba(0, 0, 0, 0.75);
509
- border: 1px solid #666;
510
- border-radius: 4px;
530
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
531
+ font-size: 13px;
532
+ margin-top: 15px;
511
533
  }
512
- .context-menu .context-menu-list .context-menu-list-item {
513
- color: white;
514
- padding: 5px;
534
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
515
535
  cursor: pointer;
516
- }.dvr-controls[data-dvr-controls] {
517
- display: inline-block;
518
- float: left;
519
- color: #fff;
520
- line-height: 32px;
521
- font-size: 10px;
522
- font-weight: bold;
523
- margin-left: 6px;
536
+ width: 30px;
537
+ margin: 15px auto 0;
538
+ }*, :focus, :visited {
539
+ outline: none !important;
524
540
  }
525
- .dvr-controls[data-dvr-controls] .live-info {
526
- cursor: default;
527
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
528
- text-transform: uppercase;
541
+
542
+ .multicamera[data-multicamera] {
543
+ float: right;
544
+ margin-top: 4px;
545
+ position: relative;
546
+ margin-right: 20px;
547
+ width: 20px;
529
548
  }
530
- .dvr-controls[data-dvr-controls] .live-info:before {
531
- content: "";
532
- display: inline-block;
549
+ .multicamera[data-multicamera] button {
550
+ background-color: transparent;
551
+ color: #fff;
552
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
553
+ -webkit-font-smoothing: antialiased;
554
+ border: none;
555
+ font-size: 14px;
556
+ padding: 0;
557
+ }
558
+ .multicamera[data-multicamera] button svg {
559
+ height: 20px;
533
560
  position: relative;
534
- width: 7px;
535
- height: 7px;
536
- border-radius: 3.5px;
537
- margin-right: 3.5px;
538
- background-color: #ff0101;
561
+ margin-top: 6px;
539
562
  }
540
- .dvr-controls[data-dvr-controls] .live-info.disabled {
541
- opacity: 0.3;
563
+ .multicamera[data-multicamera] button:hover {
564
+ color: #c9c9c9;
542
565
  }
543
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
544
- background-color: #fff;
566
+ .multicamera[data-multicamera] button.changing {
567
+ animation: pulse 0.5s infinite alternate;
545
568
  }
546
- .dvr-controls[data-dvr-controls] .live-button {
547
- cursor: pointer;
548
- outline: none;
569
+ .multicamera[data-multicamera] button span.quality-arrow {
570
+ width: 9px;
571
+ height: 6px;
572
+ margin-top: 11px;
573
+ margin-left: 5px;
574
+ }
575
+ .multicamera[data-multicamera] > ul {
576
+ padding: 6px 0;
577
+ right: -24px;
578
+ width: 245px;
579
+ list-style-type: none;
580
+ position: absolute;
581
+ bottom: 48px;
582
+ border-radius: 4px;
549
583
  display: none;
550
- border: 0;
551
- color: #fff;
552
- background-color: transparent;
553
- height: 32px;
554
- padding: 0;
555
- opacity: 0.7;
556
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
557
- text-transform: uppercase;
558
- transition: all 0.1s ease;
584
+ background-color: rgba(74, 74, 74, 0.9);
559
585
  }
560
- .dvr-controls[data-dvr-controls] .live-button:before {
586
+ .multicamera[data-multicamera] > ul::after {
561
587
  content: "";
562
- display: inline-block;
588
+ position: absolute;
589
+ top: 100%;
590
+ left: 85%;
591
+ margin-left: -10px;
592
+ width: 0;
593
+ height: 0;
594
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
595
+ border-right: 10px solid transparent;
596
+ border-left: 10px solid transparent;
597
+ }
598
+ .multicamera[data-multicamera] li {
599
+ font-size: 10px;
600
+ cursor: pointer;
601
+ }
602
+ .multicamera[data-multicamera] li .multicamera-item {
603
+ display: flex;
604
+ padding: 10px 0;
605
+ justify-content: center;
563
606
  position: relative;
564
- width: 7px;
565
- height: 7px;
566
- border-radius: 3.5px;
567
- margin-right: 3.5px;
568
- background-color: #fff;
569
607
  }
570
- .dvr-controls[data-dvr-controls] .live-button:hover {
571
- opacity: 1;
572
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
608
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
609
+ pointer-events: none;
573
610
  }
574
-
575
- .dvr-controls[data-dvr-controls] {
576
- height: 40px;
577
- line-height: 40px;
578
- margin-left: 0;
611
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
612
+ opacity: 0.5;
579
613
  }
580
- .dvr-controls[data-dvr-controls] .live-info {
581
- font-size: 14px;
582
- letter-spacing: 0.8px;
583
- font-weight: 500;
584
- color: #fffffe;
585
- margin-left: 21px;
614
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
615
+ opacity: 0.5;
586
616
  }
587
- .dvr-controls[data-dvr-controls] .live-info::before {
588
- width: 10px;
589
- height: 10px;
590
- border-radius: 50%;
591
- margin-right: 8px;
592
- background-color: #ed4f4a;
617
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
618
+ background-color: rgba(0, 0, 0, 0);
593
619
  }
594
- .dvr-controls[data-dvr-controls] .live-button {
595
- height: 40px;
596
- opacity: 1;
620
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
621
+ background-color: rgba(0, 0, 0, 0.3);
622
+ }
623
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
624
+ width: 80px;
625
+ height: 60px;
626
+ }
627
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
628
+ width: 80px;
629
+ height: 60px;
630
+ }
631
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
632
+ width: 120px;
633
+ text-align: left;
634
+ margin-left: 15px;
635
+ }
636
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
637
+ width: 120px;
638
+ height: 20px;
639
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
597
640
  font-size: 14px;
598
- letter-spacing: 0.8px;
599
- font-weight: 500;
600
- margin-left: 20px;
641
+ font-weight: normal;
642
+ font-style: normal;
643
+ font-stretch: normal;
644
+ line-height: 1.43;
645
+ letter-spacing: normal;
646
+ text-align: left;
647
+ color: #fff;
648
+ text-overflow: ellipsis;
649
+ overflow: hidden;
601
650
  }
602
- .dvr-controls[data-dvr-controls] .live-button::before {
603
- width: 10px;
604
- height: 10px;
605
- border-radius: 50%;
606
- margin-right: 8px;
607
- background-color: #cacaca;
651
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
652
+ opacity: 0.6;
608
653
  }
609
-
610
- .dvr .dvr-controls[data-dvr-controls] .live-info {
611
- display: none;
654
+ .multicamera[data-multicamera] li[data-title] {
655
+ background-color: #c3c2c2;
656
+ padding: 5px;
612
657
  }
613
- .dvr .dvr-controls[data-dvr-controls] .live-button {
658
+ .multicamera[data-multicamera] li a {
659
+ color: #444;
660
+ padding: 2px 10px;
614
661
  display: block;
662
+ text-decoration: none;
615
663
  }
616
- .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] {
617
- background-color: #005aff;
664
+ .multicamera[data-multicamera] li a:hover {
665
+ background-color: #555;
666
+ color: white;
667
+ }
668
+ .multicamera[data-multicamera] li a:hover a {
669
+ color: white;
670
+ text-decoration: none;
671
+ }
672
+ .multicamera[data-multicamera] li.current a {
673
+ color: #f00;
618
674
  }
619
675
 
620
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
621
- background-color: #ff0101;
676
+ @keyframes pulse {
677
+ 0% {
678
+ color: #fff;
679
+ }
680
+ 50% {
681
+ color: #ff0101;
682
+ }
683
+ 100% {
684
+ color: #B80000;
685
+ }
686
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
687
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
688
+ display: block;
689
+ }
690
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
691
+ width: 40px;
692
+ margin-top: 0;
693
+ }
694
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
695
+ display: flex;
696
+ justify-content: center;
697
+ padding: 0;
698
+ align-items: center;
699
+ }
700
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
701
+ color: white;
702
+ }
703
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
704
+ background-color: rgba(74, 74, 74, 0.6);
705
+ border: none;
706
+ width: auto;
707
+ transform: rotate(180deg);
708
+ border-radius: 4px;
709
+ bottom: 52px;
710
+ margin-left: -28px;
711
+ }
712
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
713
+ transform: rotate(-180deg);
714
+ font-size: 16px;
715
+ text-align: center;
716
+ white-space: nowrap;
717
+ height: 30px;
718
+ }
719
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
720
+ height: 30px;
721
+ padding: 5px 10px;
722
+ color: #fffffe;
723
+ }
724
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
725
+ background-color: rgba(0, 0, 0, 0.4);
726
+ }
727
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
728
+ background-color: rgba(0, 0, 0, 0.4);
729
+ }
730
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
731
+ border-bottom-left-radius: 4px;
732
+ border-bottom-right-radius: 4px;
733
+ }
734
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
735
+ border-top-left-radius: 4px;
736
+ border-top-right-radius: 4px;
737
+ }
738
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
739
+ height: 26px;
740
+ line-height: 26px;
741
+ bottom: 52px;
742
+ border-radius: 3px;
743
+ background-color: rgba(74, 74, 74, 0.7);
744
+ }
745
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
746
+ letter-spacing: 0.8px;
747
+ font-size: 14px;
748
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
749
+ }
750
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
751
+ padding-left: 8px;
752
+ padding-right: 8px;
753
+ }
754
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
755
+ display: none !important;
622
756
  }[data-player] {
623
757
  --bottom-panel: 40px;
624
758
  }
@@ -1224,212 +1358,336 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1224
1358
  }
1225
1359
  .media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] .segmented-bar-element[data-volume]:hover {
1226
1360
  transform: scaleY(1.5);
1227
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1228
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1229
- display: block;
1361
+ }.big-mute-icon-wrapper[data-big-mute] {
1362
+ position: absolute;
1363
+ z-index: 9998;
1364
+ background-color: transparent;
1365
+ display: flex;
1366
+ justify-content: center;
1367
+ width: 100%;
1368
+ height: calc(100% - 50px);
1369
+ margin: 0 auto;
1370
+ opacity: 0.75;
1371
+ transition: opacity 0.1s ease;
1372
+ pointer-events: auto;
1230
1373
  }
1231
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1232
- width: 40px;
1233
- margin-top: 0;
1374
+ .big-mute-icon-wrapper[data-big-mute].hide {
1375
+ display: none;
1234
1376
  }
1235
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1377
+ .big-mute-icon-wrapper[data-big-mute]:hover {
1378
+ cursor: pointer;
1379
+ }
1380
+
1381
+ .big-mute-icon[data-big-mute-icon] {
1236
1382
  display: flex;
1237
- justify-content: center;
1238
- padding: 0;
1239
1383
  align-items: center;
1384
+ justify-content: center;
1385
+ align-self: center;
1386
+ width: 120px;
1387
+ height: 120px;
1388
+ border: 2px solid white;
1389
+ border-radius: 50%;
1390
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
1391
+ filter: alpha(opacity=60);
1392
+ opacity: 1;
1393
+ box-shadow: 0 0 1px 0 white;
1394
+ background: rgba(240, 243, 247, 0.9411764706);
1395
+ z-index: 10000;
1240
1396
  }
1241
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1397
+ .big-mute-icon[data-big-mute-icon] svg {
1398
+ margin-left: 5px;
1399
+ width: 80px;
1400
+ height: 80px;
1401
+ }
1402
+ .big-mute-icon[data-big-mute-icon] svg path {
1403
+ fill: #1f1e1e !important;
1404
+ }
1405
+ .big-mute-icon[data-big-mute-icon]:hover {
1406
+ background: rgba(240, 243, 247, 0.8784313725);
1407
+ }
1408
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
1409
+ fill: #151515 !important;
1410
+ }.clips.bar-container[data-seekbar] {
1411
+ clip-path: url("#myClip");
1412
+ }.seek-time[data-seek-time] {
1413
+ position: absolute;
1414
+ white-space: nowrap;
1415
+ height: 20px;
1416
+ line-height: 20px;
1417
+ font-size: 0;
1418
+ left: -100%;
1419
+ bottom: 55px;
1420
+ background-color: rgba(2, 2, 2, 0.5);
1421
+ z-index: 9999;
1422
+ transition: opacity 0.1s ease;
1423
+ }
1424
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1425
+ opacity: 0;
1426
+ }
1427
+ .seek-time[data-seek-time] [data-seek-time] {
1428
+ display: inline-block;
1242
1429
  color: white;
1430
+ font-size: 10px;
1431
+ padding-left: 7px;
1432
+ padding-right: 7px;
1433
+ vertical-align: top;
1243
1434
  }
1244
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1435
+ .seek-time[data-seek-time] [data-duration] {
1436
+ display: inline-block;
1437
+ color: rgba(255, 255, 255, 0.5);
1438
+ font-size: 10px;
1439
+ padding-right: 7px;
1440
+ vertical-align: top;
1441
+ }
1442
+ .seek-time[data-seek-time] [data-duration]::before {
1443
+ content: "|";
1444
+ margin-right: 7px;
1445
+ }.share_plugin[data-share] {
1446
+ pointer-events: auto;
1447
+ z-index: 5;
1448
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
1449
+ }
1450
+ .share_plugin[data-share].share-hide .share-button-container {
1451
+ right: -50px;
1452
+ }
1453
+ .share_plugin[data-share] .share-button-container {
1454
+ cursor: pointer;
1455
+ width: 36px;
1456
+ height: 36px;
1245
1457
  background-color: rgba(74, 74, 74, 0.6);
1246
- border: none;
1247
- width: auto;
1248
- transform: rotate(180deg);
1249
1458
  border-radius: 4px;
1250
- bottom: 52px;
1251
- margin-left: -28px;
1459
+ position: absolute;
1460
+ right: 10px;
1461
+ top: 10px;
1462
+ padding-top: 6px;
1463
+ transition: all 0.3s ease-out;
1464
+ }
1465
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
1466
+ background-color: transparent;
1467
+ border: 0;
1468
+ margin: 0 6px;
1469
+ padding: 0;
1470
+ cursor: pointer;
1471
+ display: inline-block;
1472
+ width: 19px;
1473
+ height: 20px;
1474
+ }
1475
+ .share_plugin[data-share] .share-container {
1476
+ pointer-events: auto;
1477
+ position: absolute;
1478
+ width: 280px;
1479
+ background-color: white;
1480
+ transform: translate(0, 50%);
1481
+ transform: translate(-50%, -50%);
1482
+ left: 50%;
1483
+ /* margin-left: -140px; */
1484
+ top: calc(50% - 20px);
1485
+ /* margin-top: -170px; */
1486
+ }
1487
+ .share_plugin[data-share] .share-container .share-container-header {
1488
+ text-align: left;
1489
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1490
+ }
1491
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1492
+ display: inline-block;
1493
+ font-size: 16px;
1494
+ margin: 5px;
1495
+ }
1496
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1497
+ display: inline-block;
1498
+ width: 24px;
1499
+ float: right;
1500
+ margin: 5px;
1501
+ cursor: pointer;
1502
+ }
1503
+ .share_plugin[data-share] .share-container .share-container-main {
1504
+ margin-bottom: 8px;
1505
+ }
1506
+ .share_plugin[data-share] .share-container .share-container-main > div {
1507
+ text-align: left;
1508
+ font-size: 14px;
1509
+ padding: 5px;
1510
+ }
1511
+ .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 {
1512
+ overflow: hidden;
1513
+ text-overflow: ellipsis;
1514
+ color: #818181;
1515
+ border: solid 1px #d3d3d3;
1516
+ width: calc(100% - 10px);
1517
+ padding: 5px;
1518
+ }
1519
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1520
+ max-height: 90px;
1521
+ resize: none;
1522
+ }
1523
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1524
+ width: 32px;
1525
+ display: inline-block;
1526
+ margin-right: 5px;
1527
+ cursor: pointer;
1528
+ }.spinner-three-bounce[data-spinner] {
1529
+ position: absolute;
1530
+ width: 70px;
1531
+ text-align: center;
1532
+ z-index: 999;
1533
+ left: 0;
1534
+ right: 0;
1535
+ margin: 0 auto;
1536
+ margin-left: auto;
1537
+ margin-right: auto;
1538
+ /* center vertically */
1539
+ top: 50%;
1540
+ transform: translateY(-50%);
1541
+ }
1542
+ .spinner-three-bounce[data-spinner] > div {
1543
+ width: 18px;
1544
+ height: 18px;
1545
+ background-color: #FFF;
1546
+ border-radius: 100%;
1547
+ display: inline-block;
1548
+ animation: bouncedelay 1.4s infinite ease-in-out;
1549
+ /* Prevent first frame from flickering when animation starts */
1550
+ animation-fill-mode: both;
1252
1551
  }
1253
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1254
- transform: rotate(-180deg);
1255
- font-size: 16px;
1256
- text-align: center;
1257
- white-space: nowrap;
1258
- height: 30px;
1552
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
1553
+ animation-delay: -0.32s;
1259
1554
  }
1260
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1261
- height: 30px;
1262
- padding: 5px 10px;
1263
- color: #fffffe;
1555
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
1556
+ animation-delay: -0.16s;
1264
1557
  }
1265
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1266
- background-color: rgba(0, 0, 0, 0.4);
1558
+
1559
+ @keyframes bouncedelay {
1560
+ 0%, 80%, 100% {
1561
+ transform: scale(0);
1562
+ }
1563
+ 40% {
1564
+ transform: scale(1);
1565
+ }
1566
+ }.media-control-pip button {
1567
+ float: right;
1568
+ height: 40px;
1569
+ margin-right: 20px;
1267
1570
  }
1268
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1269
- background-color: rgba(0, 0, 0, 0.4);
1571
+ .media-control-pip button svg {
1572
+ height: 20px;
1573
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1574
+ height: 0;
1270
1575
  }
1271
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1272
- border-bottom-left-radius: 4px;
1273
- border-bottom-right-radius: 4px;
1576
+
1577
+ .skip_time_plugin[data-skip-time] {
1578
+ position: absolute;
1579
+ width: 100%;
1580
+ height: calc(100% - 50px);
1581
+ z-index: 9998;
1582
+ background-color: transparent;
1583
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1274
1584
  }
1275
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1276
- border-top-left-radius: 4px;
1277
- border-top-right-radius: 4px;
1585
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1586
+ width: 100%;
1587
+ height: 100%;
1588
+ display: flex;
1589
+ justify-content: space-between;
1278
1590
  }
1279
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1280
- height: 26px;
1281
- line-height: 26px;
1282
- bottom: 52px;
1283
- border-radius: 3px;
1284
- background-color: rgba(74, 74, 74, 0.7);
1591
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1592
+ width: 33.3%;
1593
+ height: 100%;
1594
+ }.player-poster[data-poster] {
1595
+ display: flex;
1596
+ justify-content: center;
1597
+ align-items: center;
1598
+ position: absolute;
1599
+ height: 100%;
1600
+ width: 100%;
1601
+ z-index: 998;
1602
+ top: 0;
1603
+ left: 0;
1604
+ background-color: #000;
1605
+ background-size: cover;
1606
+ background-repeat: no-repeat;
1607
+ background-position: 50% 50%;
1285
1608
  }
1286
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1287
- letter-spacing: 0.8px;
1288
- font-size: 14px;
1289
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1609
+ .player-poster[data-poster].clickable {
1610
+ cursor: pointer;
1290
1611
  }
1291
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1292
- padding-left: 8px;
1293
- padding-right: 8px;
1612
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1613
+ opacity: 1;
1294
1614
  }
1295
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1296
- display: none !important;
1615
+ .player-poster[data-poster] .play-wrapper[data-poster] {
1616
+ width: 100%;
1617
+ height: 25%;
1618
+ margin: 0 auto;
1619
+ opacity: 0.75;
1620
+ transition: opacity 0.1s ease;
1621
+ }
1622
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
1623
+ height: 100%;
1624
+ display: inline;
1625
+ }
1626
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1627
+ fill: #fff;
1628
+ }.level-disabled {
1629
+ opacity: 0.5;
1630
+ pointer-events: none;
1297
1631
  }*, :focus, :visited {
1298
1632
  outline: none !important;
1299
1633
  }
1300
1634
 
1301
- .multicamera[data-multicamera] {
1635
+ .subtitles[data-subtitles] {
1302
1636
  float: right;
1303
- margin-top: 4px;
1304
1637
  position: relative;
1305
- margin-right: 20px;
1306
- width: 20px;
1638
+ width: 50px;
1307
1639
  }
1308
- .multicamera[data-multicamera] button {
1640
+ .subtitles[data-subtitles] button {
1309
1641
  background-color: transparent;
1310
1642
  color: #fff;
1311
1643
  font-family: Roboto, "Open Sans", Arial, sans-serif;
1312
1644
  -webkit-font-smoothing: antialiased;
1313
1645
  border: none;
1314
1646
  font-size: 14px;
1315
- padding: 0;
1647
+ cursor: pointer;
1316
1648
  }
1317
- .multicamera[data-multicamera] button svg {
1318
- height: 20px;
1319
- position: relative;
1320
- margin-top: 6px;
1649
+ .subtitles[data-subtitles] button .subtitle-text svg {
1650
+ fill: white;
1321
1651
  }
1322
- .multicamera[data-multicamera] button:hover {
1652
+ .subtitles[data-subtitles] button:hover {
1323
1653
  color: #c9c9c9;
1324
1654
  }
1325
- .multicamera[data-multicamera] button.changing {
1655
+ .subtitles[data-subtitles] button.changing {
1326
1656
  animation: pulse 0.5s infinite alternate;
1327
1657
  }
1328
- .multicamera[data-multicamera] button span.quality-arrow {
1329
- width: 9px;
1330
- height: 6px;
1331
- margin-top: 11px;
1332
- margin-left: 5px;
1333
- }
1334
- .multicamera[data-multicamera] > ul {
1335
- padding: 6px 0;
1336
- right: -24px;
1337
- width: 245px;
1658
+ .subtitles[data-subtitles] > ul {
1659
+ width: 80px;
1338
1660
  list-style-type: none;
1339
1661
  position: absolute;
1340
- bottom: 48px;
1341
- border-radius: 4px;
1662
+ bottom: 25px;
1663
+ border: 1px solid black;
1342
1664
  display: none;
1343
- background-color: rgba(74, 74, 74, 0.9);
1344
- }
1345
- .multicamera[data-multicamera] > ul::after {
1346
- content: "";
1347
- position: absolute;
1348
- top: 100%;
1349
- left: 85%;
1350
- margin-left: -10px;
1351
- width: 0;
1352
- height: 0;
1353
- border-top: 10px solid rgba(74, 74, 74, 0.9);
1354
- border-right: 10px solid transparent;
1355
- border-left: 10px solid transparent;
1665
+ background-color: #e6e6e6;
1356
1666
  }
1357
- .multicamera[data-multicamera] li {
1667
+ .subtitles[data-subtitles] li {
1358
1668
  font-size: 10px;
1359
- cursor: pointer;
1360
- }
1361
- .multicamera[data-multicamera] li .multicamera-item {
1362
- display: flex;
1363
- padding: 10px 0;
1364
- justify-content: center;
1365
- position: relative;
1366
- }
1367
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1368
- pointer-events: none;
1369
- }
1370
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1371
- opacity: 0.5;
1372
- }
1373
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1374
- opacity: 0.5;
1375
- }
1376
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1377
- background-color: rgba(0, 0, 0, 0);
1378
- }
1379
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1380
- background-color: rgba(0, 0, 0, 0.3);
1381
- }
1382
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1383
- width: 80px;
1384
- height: 60px;
1385
- }
1386
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1387
- width: 80px;
1388
- height: 60px;
1389
- }
1390
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1391
- width: 120px;
1392
- text-align: left;
1393
- margin-left: 15px;
1394
- }
1395
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1396
- width: 120px;
1397
- height: 20px;
1398
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1399
- font-size: 14px;
1400
- font-weight: normal;
1401
- font-style: normal;
1402
- font-stretch: normal;
1403
- line-height: 1.43;
1404
- letter-spacing: normal;
1405
- text-align: left;
1406
- color: #fff;
1407
- text-overflow: ellipsis;
1408
- overflow: hidden;
1409
1669
  }
1410
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1411
- opacity: 0.6;
1412
- }
1413
- .multicamera[data-multicamera] li[data-title] {
1670
+ .subtitles[data-subtitles] li[data-title] {
1414
1671
  background-color: #c3c2c2;
1415
1672
  padding: 5px;
1416
1673
  }
1417
- .multicamera[data-multicamera] li a {
1674
+ .subtitles[data-subtitles] li a {
1418
1675
  color: #444;
1419
1676
  padding: 2px 10px;
1420
1677
  display: block;
1421
1678
  text-decoration: none;
1422
1679
  }
1423
- .multicamera[data-multicamera] li a:hover {
1680
+ .subtitles[data-subtitles] li a:hover {
1424
1681
  background-color: #555;
1425
1682
  color: white;
1426
1683
  }
1427
- .multicamera[data-multicamera] li a:hover a {
1684
+ .subtitles[data-subtitles] li a:hover a {
1428
1685
  color: white;
1429
1686
  text-decoration: none;
1430
1687
  }
1431
- .multicamera[data-multicamera] li.current a {
1688
+ .subtitles[data-subtitles] li.current a {
1432
1689
  color: #f00;
1690
+ background-color: #555;
1433
1691
  }
1434
1692
 
1435
1693
  @keyframes pulse {
@@ -1442,6 +1700,15 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1442
1700
  100% {
1443
1701
  color: #B80000;
1444
1702
  }
1703
+ }
1704
+ ::cue {
1705
+ visibility: hidden !important;
1706
+ font-size: 0 !important;
1707
+ }
1708
+
1709
+ .ios-fullscreen::cue {
1710
+ visibility: visible !important;
1711
+ font-size: 1em !important;
1445
1712
  }:root {
1446
1713
  --primary-background-color: #000;
1447
1714
  --secondary-background-color: #262626;
@@ -1816,35 +2083,14 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1816
2083
  text-align: center;
1817
2084
  }
1818
2085
  .mobile .speedtest-footer .speedtest-footer-refresh {
1819
- inset: 50% auto auto 50%;
1820
- transform: translate(-50%, -50%);
1821
- }
1822
- }
1823
- @media only screen and (orientation: landscape) {
1824
- .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
1825
- width: 25%;
1826
- }
1827
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1828
- height: 0;
1829
- }
1830
-
1831
- .skip_time_plugin[data-skip-time] {
1832
- position: absolute;
1833
- width: 100%;
1834
- height: calc(100% - 50px);
1835
- z-index: 9998;
1836
- background-color: transparent;
1837
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1838
- }
1839
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1840
- width: 100%;
1841
- height: 100%;
1842
- display: flex;
1843
- justify-content: space-between;
2086
+ inset: 50% auto auto 50%;
2087
+ transform: translate(-50%, -50%);
2088
+ }
1844
2089
  }
1845
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1846
- width: 33.3%;
1847
- height: 100%;
2090
+ @media only screen and (orientation: landscape) {
2091
+ .mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
2092
+ width: 25%;
2093
+ }
1848
2094
  }.scrub-thumbnails {
1849
2095
  position: absolute;
1850
2096
  bottom: 52px;
@@ -1906,47 +2152,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1906
2152
  }
1907
2153
  .scrub-thumbnails .backdrop .carousel img {
1908
2154
  width: auto;
1909
- }.level-disabled {
1910
- opacity: 0.5;
1911
- pointer-events: none;
1912
- }.spinner-three-bounce[data-spinner] {
1913
- position: absolute;
1914
- width: 70px;
1915
- text-align: center;
1916
- z-index: 999;
1917
- left: 0;
1918
- right: 0;
1919
- margin: 0 auto;
1920
- margin-left: auto;
1921
- margin-right: auto;
1922
- /* center vertically */
1923
- top: 50%;
1924
- transform: translateY(-50%);
1925
- }
1926
- .spinner-three-bounce[data-spinner] > div {
1927
- width: 18px;
1928
- height: 18px;
1929
- background-color: #FFF;
1930
- border-radius: 100%;
1931
- display: inline-block;
1932
- animation: bouncedelay 1.4s infinite ease-in-out;
1933
- /* Prevent first frame from flickering when animation starts */
1934
- animation-fill-mode: both;
1935
- }
1936
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1937
- animation-delay: -0.32s;
1938
- }
1939
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1940
- animation-delay: -0.16s;
1941
- }
1942
-
1943
- @keyframes bouncedelay {
1944
- 0%, 80%, 100% {
1945
- transform: scale(0);
1946
- }
1947
- 40% {
1948
- transform: scale(1);
1949
- }
1950
2155
  }.player-logo[data-logo] {
1951
2156
  position: absolute;
1952
2157
  z-index: 2;
@@ -1956,209 +2161,4 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1956
2161
 
1957
2162
  .clappr-logo {
1958
2163
  position: absolute;
1959
- }*, :focus, :visited {
1960
- outline: none !important;
1961
- }
1962
-
1963
- .subtitles[data-subtitles] {
1964
- float: right;
1965
- position: relative;
1966
- width: 50px;
1967
- }
1968
- .subtitles[data-subtitles] button {
1969
- background-color: transparent;
1970
- color: #fff;
1971
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1972
- -webkit-font-smoothing: antialiased;
1973
- border: none;
1974
- font-size: 14px;
1975
- cursor: pointer;
1976
- }
1977
- .subtitles[data-subtitles] button .subtitle-text svg {
1978
- fill: white;
1979
- }
1980
- .subtitles[data-subtitles] button:hover {
1981
- color: #c9c9c9;
1982
- }
1983
- .subtitles[data-subtitles] button.changing {
1984
- animation: pulse 0.5s infinite alternate;
1985
- }
1986
- .subtitles[data-subtitles] > ul {
1987
- width: 80px;
1988
- list-style-type: none;
1989
- position: absolute;
1990
- bottom: 25px;
1991
- border: 1px solid black;
1992
- display: none;
1993
- background-color: #e6e6e6;
1994
- }
1995
- .subtitles[data-subtitles] li {
1996
- font-size: 10px;
1997
- }
1998
- .subtitles[data-subtitles] li[data-title] {
1999
- background-color: #c3c2c2;
2000
- padding: 5px;
2001
- }
2002
- .subtitles[data-subtitles] li a {
2003
- color: #444;
2004
- padding: 2px 10px;
2005
- display: block;
2006
- text-decoration: none;
2007
- }
2008
- .subtitles[data-subtitles] li a:hover {
2009
- background-color: #555;
2010
- color: white;
2011
- }
2012
- .subtitles[data-subtitles] li a:hover a {
2013
- color: white;
2014
- text-decoration: none;
2015
- }
2016
- .subtitles[data-subtitles] li.current a {
2017
- color: #f00;
2018
- background-color: #555;
2019
- }
2020
-
2021
- @keyframes pulse {
2022
- 0% {
2023
- color: #fff;
2024
- }
2025
- 50% {
2026
- color: #ff0101;
2027
- }
2028
- 100% {
2029
- color: #B80000;
2030
- }
2031
- }
2032
- ::cue {
2033
- visibility: hidden !important;
2034
- font-size: 0 !important;
2035
- }
2036
-
2037
- .ios-fullscreen::cue {
2038
- visibility: visible !important;
2039
- font-size: 1em !important;
2040
- }.share_plugin[data-share] {
2041
- pointer-events: auto;
2042
- z-index: 5;
2043
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
2044
- }
2045
- .share_plugin[data-share].share-hide .share-button-container {
2046
- right: -50px;
2047
- }
2048
- .share_plugin[data-share] .share-button-container {
2049
- cursor: pointer;
2050
- width: 36px;
2051
- height: 36px;
2052
- background-color: rgba(74, 74, 74, 0.6);
2053
- border-radius: 4px;
2054
- position: absolute;
2055
- right: 10px;
2056
- top: 10px;
2057
- padding-top: 6px;
2058
- transition: all 0.3s ease-out;
2059
- }
2060
- .share_plugin[data-share] .share-button-container button[data-share-button] {
2061
- background-color: transparent;
2062
- border: 0;
2063
- margin: 0 6px;
2064
- padding: 0;
2065
- cursor: pointer;
2066
- display: inline-block;
2067
- width: 19px;
2068
- height: 20px;
2069
- }
2070
- .share_plugin[data-share] .share-container {
2071
- pointer-events: auto;
2072
- position: absolute;
2073
- width: 280px;
2074
- background-color: white;
2075
- transform: translate(0, 50%);
2076
- transform: translate(-50%, -50%);
2077
- left: 50%;
2078
- /* margin-left: -140px; */
2079
- top: calc(50% - 20px);
2080
- /* margin-top: -170px; */
2081
- }
2082
- .share_plugin[data-share] .share-container .share-container-header {
2083
- text-align: left;
2084
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
2085
- }
2086
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
2087
- display: inline-block;
2088
- font-size: 16px;
2089
- margin: 5px;
2090
- }
2091
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
2092
- display: inline-block;
2093
- width: 24px;
2094
- float: right;
2095
- margin: 5px;
2096
- cursor: pointer;
2097
- }
2098
- .share_plugin[data-share] .share-container .share-container-main {
2099
- margin-bottom: 8px;
2100
- }
2101
- .share_plugin[data-share] .share-container .share-container-main > div {
2102
- text-align: left;
2103
- font-size: 14px;
2104
- padding: 5px;
2105
- }
2106
- .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 {
2107
- overflow: hidden;
2108
- text-overflow: ellipsis;
2109
- color: #818181;
2110
- border: solid 1px #d3d3d3;
2111
- width: calc(100% - 10px);
2112
- padding: 5px;
2113
- }
2114
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
2115
- max-height: 90px;
2116
- resize: none;
2117
- }
2118
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
2119
- width: 32px;
2120
- display: inline-block;
2121
- margin-right: 5px;
2122
- cursor: pointer;
2123
- }.media-control-pip button {
2124
- float: right;
2125
- height: 40px;
2126
- margin-right: 20px;
2127
- }
2128
- .media-control-pip button svg {
2129
- height: 20px;
2130
- }.player-poster[data-poster] {
2131
- display: flex;
2132
- justify-content: center;
2133
- align-items: center;
2134
- position: absolute;
2135
- height: 100%;
2136
- width: 100%;
2137
- z-index: 998;
2138
- top: 0;
2139
- left: 0;
2140
- background-color: #000;
2141
- background-size: cover;
2142
- background-repeat: no-repeat;
2143
- background-position: 50% 50%;
2144
- }
2145
- .player-poster[data-poster].clickable {
2146
- cursor: pointer;
2147
- }
2148
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2149
- opacity: 1;
2150
- }
2151
- .player-poster[data-poster] .play-wrapper[data-poster] {
2152
- width: 100%;
2153
- height: 25%;
2154
- margin: 0 auto;
2155
- opacity: 0.75;
2156
- transition: opacity 0.1s ease;
2157
- }
2158
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
2159
- height: 100%;
2160
- display: inline;
2161
- }
2162
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2163
- fill: #fff;
2164
2164
  }