@gcorevideo/player 2.20.14 → 2.20.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.
package/dist/index.css CHANGED
@@ -122,6 +122,191 @@
122
122
  .gplayer-lite-btn::-moz-focus-inner {
123
123
  border: 0;
124
124
  padding: 0;
125
+ }.big-mute-icon-wrapper[data-big-mute] {
126
+ position: absolute;
127
+ z-index: 9998;
128
+ background-color: transparent;
129
+ display: flex;
130
+ justify-content: center;
131
+ width: 100%;
132
+ height: calc(100% - 50px);
133
+ margin: 0 auto;
134
+ opacity: 0.75;
135
+ transition: opacity 0.1s ease;
136
+ pointer-events: auto;
137
+ }
138
+ .big-mute-icon-wrapper[data-big-mute].hide {
139
+ display: none;
140
+ }
141
+ .big-mute-icon-wrapper[data-big-mute]:hover {
142
+ cursor: pointer;
143
+ }
144
+
145
+ .big-mute-icon[data-big-mute-icon] {
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ align-self: center;
150
+ width: 120px;
151
+ height: 120px;
152
+ border: 2px solid white;
153
+ border-radius: 50%;
154
+ filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
155
+ filter: alpha(opacity=60);
156
+ opacity: 1;
157
+ box-shadow: 0 0 1px 0 white;
158
+ background: rgba(240, 243, 247, 0.9411764706);
159
+ z-index: 10000;
160
+ }
161
+ .big-mute-icon[data-big-mute-icon] svg {
162
+ margin-left: 5px;
163
+ width: 80px;
164
+ height: 80px;
165
+ }
166
+ .big-mute-icon[data-big-mute-icon] svg path {
167
+ fill: #1f1e1e !important;
168
+ }
169
+ .big-mute-icon[data-big-mute-icon]:hover {
170
+ background: rgba(240, 243, 247, 0.8784313725);
171
+ }
172
+ .big-mute-icon[data-big-mute-icon]:hover svg path {
173
+ fill: #151515 !important;
174
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
175
+ float: right;
176
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
177
+ }
178
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
179
+ height: 40px;
180
+ width: 40px;
181
+ padding-right: 20px;
182
+ }
183
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
184
+ height: 20px;
185
+ }
186
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
187
+ position: absolute;
188
+ right: 16px;
189
+ bottom: 52px;
190
+ display: none;
191
+ width: 250px;
192
+ min-height: 48px;
193
+ z-index: 9999;
194
+ border-radius: 4px;
195
+ }
196
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
197
+ padding: 8px 0;
198
+ }
199
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
200
+ float: left;
201
+ margin-right: 10px;
202
+ }
203
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
204
+ margin: 0;
205
+ text-align: left;
206
+ line-height: 22px;
207
+ padding: 5px 14px;
208
+ width: 250px;
209
+ font-size: 12px;
210
+ }
211
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
212
+ float: right;
213
+ margin-right: -14px;
214
+ }
215
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
216
+ float: right;
217
+ margin-right: 8px;
218
+ }
219
+ .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
220
+ height: 20px;
221
+ }.context-menu {
222
+ z-index: 999;
223
+ position: absolute;
224
+ top: 0;
225
+ left: 0;
226
+ text-align: center;
227
+ }
228
+ .context-menu .context-menu-list {
229
+ font-family: "Proxima Nova", sans-serif;
230
+ font-size: 12px;
231
+ line-height: 12px;
232
+ list-style-type: none;
233
+ text-align: left;
234
+ padding: 5px;
235
+ margin-left: auto;
236
+ margin-right: auto;
237
+ background-color: rgba(0, 0, 0, 0.75);
238
+ border: 1px solid #666;
239
+ border-radius: 4px;
240
+ }
241
+ .context-menu .context-menu-list .context-menu-list-item {
242
+ color: white;
243
+ padding: 5px;
244
+ cursor: pointer;
245
+ }*, :focus, :visited {
246
+ outline: none !important;
247
+ }
248
+
249
+ .gear-wrapper .go-back {
250
+ font-weight: 600;
251
+ font-size: 14px;
252
+ line-height: 20px;
253
+ width: 100%;
254
+ text-align: left;
255
+ padding: 12px;
256
+ }
257
+ .gear-wrapper .go-back .arrow-left-icon {
258
+ float: left;
259
+ padding-top: 2px;
260
+ padding-right: 2px;
261
+ }
262
+ .gear-wrapper .go-back .arrow-left-icon svg {
263
+ height: 16px;
264
+ }
265
+ .gear-wrapper ul.gear-sub-menu {
266
+ width: 100%;
267
+ list-style-type: none;
268
+ background-color: transparent;
269
+ min-width: 60px;
270
+ border-top: 2px solid rgb(36, 36, 36);
271
+ }
272
+ .gear-wrapper ul.gear-sub-menu li {
273
+ font-size: 12px;
274
+ text-align: left;
275
+ }
276
+ .gear-wrapper ul.gear-sub-menu li[data-title] {
277
+ background-color: #c3c2c2;
278
+ padding: 5px;
279
+ }
280
+ .gear-wrapper ul.gear-sub-menu li a {
281
+ display: block;
282
+ text-decoration: none;
283
+ height: 32px;
284
+ padding: 5px 10px;
285
+ line-height: 22px;
286
+ color: #fffffe;
287
+ }
288
+ .gear-wrapper ul.gear-sub-menu li a:hover {
289
+ color: white;
290
+ background-color: rgba(0, 0, 0, 0.4);
291
+ }
292
+ .gear-wrapper ul.gear-sub-menu li a:hover a {
293
+ color: white;
294
+ text-decoration: none;
295
+ }
296
+ .gear-wrapper ul.gear-sub-menu li a .check-icon {
297
+ width: 30px;
298
+ height: 20px;
299
+ float: left;
300
+ display: block;
301
+ }
302
+ .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
303
+ display: none;
304
+ }
305
+ .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
306
+ display: inline;
307
+ }
308
+ .gear-wrapper svg {
309
+ height: 20px;
125
310
  }*, :focus, :visited {
126
311
  outline: none !important;
127
312
  }
@@ -259,59 +444,289 @@
259
444
  100% {
260
445
  color: #B80000;
261
446
  }
262
- }.clips.bar-container[data-seekbar] {
263
- clip-path: url("#myClip");
264
- }:root {
265
- --primary-background-color: #000;
266
- --secondary-background-color: #262626;
267
- --primary-text-color: #fff;
268
- --secondary-text-color: #fff4f2;
269
- --hover-text-color: #f9b090;
270
- --speedtest-red: #df564d;
271
- --speedtest-orange: #df934d;
272
- --speedtest-yellow: #dfd04d;
273
- --speedtest-light-green: #c2df4d;
274
- --speedtest-green: #73df4d;
275
- }
276
-
277
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
278
- position: absolute;
447
+ }.dvr-controls[data-dvr-controls] {
279
448
  display: inline-block;
280
- bottom: 52px;
281
- right: 16px;
282
- padding: 0 10px 12px;
283
- margin: 0;
284
- line-height: 20px;
285
- font-size: 12px;
286
- font-weight: 500;
287
- background: var(--primary-background-color);
449
+ float: left;
288
450
  color: #fff;
289
- z-index: 20000;
290
- overflow: auto;
291
- max-height: calc(100vh - 60px);
292
- max-width: calc(100vw - 10px);
451
+ line-height: 32px;
452
+ font-size: 10px;
453
+ font-weight: bold;
454
+ margin-left: 6px;
455
+ height: 40px;
456
+ line-height: 40px;
457
+ margin-left: 0;
293
458
  }
294
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
295
- position: absolute;
296
- top: 0;
297
- left: 0;
298
- z-index: 99990;
299
- width: 100%;
300
- height: 32px;
301
- background: var(--primary-background-color);
459
+ .dvr-controls[data-dvr-controls] .live-info {
460
+ cursor: default;
461
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
462
+ text-transform: uppercase;
302
463
  }
303
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
304
- float: right;
305
- margin-right: 12px;
306
- margin-top: 10px;
307
- display: block;
308
- width: 12px;
309
- height: 12px;
464
+ .dvr-controls[data-dvr-controls] .live-info:before {
465
+ content: "";
466
+ display: inline-block;
467
+ position: relative;
468
+ width: 7px;
469
+ height: 7px;
470
+ border-radius: 3.5px;
471
+ margin-right: 3.5px;
472
+ background-color: #ff0101;
310
473
  }
311
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
312
- fill: var(--primary-text-color);
474
+ .dvr-controls[data-dvr-controls] .live-info.disabled {
475
+ opacity: 0.3;
313
476
  }
314
- .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
477
+ .dvr-controls[data-dvr-controls] .live-info.disabled:before {
478
+ background-color: #fff;
479
+ }
480
+ .dvr-controls[data-dvr-controls] .live-button {
481
+ cursor: pointer;
482
+ outline: none;
483
+ display: none;
484
+ border: 0;
485
+ color: #fff;
486
+ background-color: transparent;
487
+ height: 32px;
488
+ padding: 0;
489
+ opacity: 0.7;
490
+ font-family: "Roboto", "Open Sans", Arial, sans-serif;
491
+ text-transform: uppercase;
492
+ transition: all 0.1s ease;
493
+ }
494
+ .dvr-controls[data-dvr-controls] .live-button:before {
495
+ content: "";
496
+ display: inline-block;
497
+ position: relative;
498
+ width: 7px;
499
+ height: 7px;
500
+ border-radius: 3.5px;
501
+ margin-right: 3.5px;
502
+ background-color: #fff;
503
+ }
504
+ .dvr-controls[data-dvr-controls] .live-button:hover {
505
+ opacity: 1;
506
+ text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
507
+ }
508
+ .dvr-controls[data-dvr-controls] .live-info {
509
+ font-size: 14px;
510
+ letter-spacing: 0.8px;
511
+ font-weight: 500;
512
+ color: #fffffe;
513
+ margin-left: 21px;
514
+ }
515
+ .dvr-controls[data-dvr-controls] .live-info::before {
516
+ width: 10px;
517
+ height: 10px;
518
+ border-radius: 50%;
519
+ margin-right: 8px;
520
+ background-color: #ed4f4a;
521
+ }
522
+ .dvr-controls[data-dvr-controls] .live-button {
523
+ height: 40px;
524
+ opacity: 1;
525
+ font-size: 14px;
526
+ letter-spacing: 0.8px;
527
+ font-weight: 500;
528
+ margin-left: 20px;
529
+ }
530
+ .dvr-controls[data-dvr-controls] .live-button::before {
531
+ width: 10px;
532
+ height: 10px;
533
+ border-radius: 50%;
534
+ margin-right: 8px;
535
+ background-color: #cacaca;
536
+ }
537
+
538
+ .dvr .dvr-controls[data-dvr-controls] .live-info {
539
+ display: none;
540
+ }
541
+ .dvr .dvr-controls[data-dvr-controls] .live-button {
542
+ display: block;
543
+ }
544
+ .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] {
545
+ background-color: #005aff;
546
+ }
547
+
548
+ .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
549
+ background-color: #ff0101;
550
+ }.clips.bar-container[data-seekbar] {
551
+ clip-path: url("#myClip");
552
+ }div.player-error-screen, [data-player] div.player-error-screen {
553
+ color: #CCCACA;
554
+ position: absolute;
555
+ top: 0;
556
+ height: 100%;
557
+ width: 100%;
558
+ background-color: rgba(0, 0, 0, 0.7);
559
+ z-index: 2000;
560
+ display: flex;
561
+ flex-direction: column;
562
+ justify-content: center;
563
+ }
564
+ div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
565
+ font-size: 14px;
566
+ color: #CCCACA;
567
+ margin-top: 45px;
568
+ }
569
+ div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
570
+ font-weight: bold;
571
+ line-height: 30px;
572
+ font-size: 18px;
573
+ }
574
+ div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
575
+ width: 90%;
576
+ margin: 0 auto;
577
+ }
578
+ div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
579
+ font-size: 13px;
580
+ margin-top: 15px;
581
+ }
582
+ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
583
+ cursor: pointer;
584
+ width: 30px;
585
+ margin: 15px auto 0;
586
+ }.level-disabled {
587
+ opacity: 0.5;
588
+ pointer-events: none;
589
+ }.media-control-pip button {
590
+ float: right;
591
+ height: 40px;
592
+ margin-right: 20px;
593
+ }
594
+ .media-control-pip button svg {
595
+ height: 20px;
596
+ }.share_plugin[data-share] {
597
+ pointer-events: auto;
598
+ z-index: 5;
599
+ font-family: Roboto, "Open Sans", Arial, sans-serif !important;
600
+ }
601
+ .share_plugin[data-share].share-hide .share-button-container {
602
+ right: -50px;
603
+ }
604
+ .share_plugin[data-share] .share-button-container {
605
+ cursor: pointer;
606
+ width: 36px;
607
+ height: 36px;
608
+ background-color: rgba(74, 74, 74, 0.6);
609
+ border-radius: 4px;
610
+ position: absolute;
611
+ right: 10px;
612
+ top: 10px;
613
+ padding-top: 6px;
614
+ transition: all 0.3s ease-out;
615
+ }
616
+ .share_plugin[data-share] .share-button-container button[data-share-button] {
617
+ background-color: transparent;
618
+ border: 0;
619
+ margin: 0 6px;
620
+ padding: 0;
621
+ cursor: pointer;
622
+ display: inline-block;
623
+ width: 19px;
624
+ height: 20px;
625
+ }
626
+ .share_plugin[data-share] .share-container {
627
+ pointer-events: auto;
628
+ position: absolute;
629
+ width: 280px;
630
+ background-color: white;
631
+ transform: translate(0, 50%);
632
+ transform: translate(-50%, -50%);
633
+ left: 50%;
634
+ /* margin-left: -140px; */
635
+ top: calc(50% - 20px);
636
+ /* margin-top: -170px; */
637
+ }
638
+ .share_plugin[data-share] .share-container .share-container-header {
639
+ text-align: left;
640
+ border-bottom: 1px solid rgba(155, 155, 155, 0.25);
641
+ }
642
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
643
+ display: inline-block;
644
+ font-size: 16px;
645
+ margin: 5px;
646
+ }
647
+ .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
648
+ display: inline-block;
649
+ width: 24px;
650
+ float: right;
651
+ margin: 5px;
652
+ cursor: pointer;
653
+ }
654
+ .share_plugin[data-share] .share-container .share-container-main {
655
+ margin-bottom: 8px;
656
+ }
657
+ .share_plugin[data-share] .share-container .share-container-main > div {
658
+ text-align: left;
659
+ font-size: 14px;
660
+ padding: 5px;
661
+ }
662
+ .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 {
663
+ overflow: hidden;
664
+ text-overflow: ellipsis;
665
+ color: #818181;
666
+ border: solid 1px #d3d3d3;
667
+ width: calc(100% - 10px);
668
+ padding: 5px;
669
+ }
670
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
671
+ max-height: 90px;
672
+ resize: none;
673
+ }
674
+ .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
675
+ width: 32px;
676
+ display: inline-block;
677
+ margin-right: 5px;
678
+ cursor: pointer;
679
+ }:root {
680
+ --primary-background-color: #000;
681
+ --secondary-background-color: #262626;
682
+ --primary-text-color: #fff;
683
+ --secondary-text-color: #fff4f2;
684
+ --hover-text-color: #f9b090;
685
+ --speedtest-red: #df564d;
686
+ --speedtest-orange: #df934d;
687
+ --speedtest-yellow: #dfd04d;
688
+ --speedtest-light-green: #c2df4d;
689
+ --speedtest-green: #73df4d;
690
+ }
691
+
692
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
693
+ position: absolute;
694
+ display: inline-block;
695
+ bottom: 52px;
696
+ right: 16px;
697
+ padding: 0 10px 12px;
698
+ margin: 0;
699
+ line-height: 20px;
700
+ font-size: 12px;
701
+ font-weight: 500;
702
+ background: var(--primary-background-color);
703
+ color: #fff;
704
+ z-index: 20000;
705
+ overflow: auto;
706
+ max-height: calc(100vh - 60px);
707
+ max-width: calc(100vw - 10px);
708
+ }
709
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
710
+ position: absolute;
711
+ top: 0;
712
+ left: 0;
713
+ z-index: 99990;
714
+ width: 100%;
715
+ height: 32px;
716
+ background: var(--primary-background-color);
717
+ }
718
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
719
+ float: right;
720
+ margin-right: 12px;
721
+ margin-top: 10px;
722
+ display: block;
723
+ width: 12px;
724
+ height: 12px;
725
+ }
726
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
727
+ fill: var(--primary-text-color);
728
+ }
729
+ .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
315
730
  fill: var(--hover-text-color);
316
731
  }
317
732
  .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
@@ -647,547 +1062,150 @@
647
1062
  outline: none !important;
648
1063
  }
649
1064
 
650
- .gear-wrapper .go-back {
651
- font-weight: 600;
652
- font-size: 14px;
653
- line-height: 20px;
654
- width: 100%;
655
- text-align: left;
656
- padding: 12px;
657
- }
658
- .gear-wrapper .go-back .arrow-left-icon {
659
- float: left;
660
- padding-top: 2px;
661
- padding-right: 2px;
662
- }
663
- .gear-wrapper .go-back .arrow-left-icon svg {
664
- height: 16px;
1065
+ .multicamera[data-multicamera] {
1066
+ float: right;
1067
+ margin-top: 4px;
1068
+ position: relative;
1069
+ margin-right: 20px;
1070
+ width: 20px;
665
1071
  }
666
- .gear-wrapper ul.gear-sub-menu {
667
- width: 100%;
668
- list-style-type: none;
1072
+ .multicamera[data-multicamera] button {
669
1073
  background-color: transparent;
670
- min-width: 60px;
671
- border-top: 2px solid rgb(36, 36, 36);
672
- }
673
- .gear-wrapper ul.gear-sub-menu li {
674
- font-size: 12px;
675
- text-align: left;
676
- }
677
- .gear-wrapper ul.gear-sub-menu li[data-title] {
678
- background-color: #c3c2c2;
679
- padding: 5px;
680
- }
681
- .gear-wrapper ul.gear-sub-menu li a {
682
- display: block;
683
- text-decoration: none;
684
- height: 32px;
685
- padding: 5px 10px;
686
- line-height: 22px;
687
- color: #fffffe;
688
- }
689
- .gear-wrapper ul.gear-sub-menu li a:hover {
690
- color: white;
691
- background-color: rgba(0, 0, 0, 0.4);
692
- }
693
- .gear-wrapper ul.gear-sub-menu li a:hover a {
694
- color: white;
695
- text-decoration: none;
1074
+ color: #fff;
1075
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1076
+ -webkit-font-smoothing: antialiased;
1077
+ border: none;
1078
+ font-size: 14px;
1079
+ padding: 0;
696
1080
  }
697
- .gear-wrapper ul.gear-sub-menu li a .check-icon {
698
- width: 30px;
1081
+ .multicamera[data-multicamera] button svg {
699
1082
  height: 20px;
700
- float: left;
701
- display: block;
702
- }
703
- .gear-wrapper ul.gear-sub-menu li a .check-icon svg {
704
- display: none;
705
- }
706
- .gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
707
- display: inline;
1083
+ position: relative;
1084
+ margin-top: 6px;
708
1085
  }
709
- .gear-wrapper svg {
710
- height: 20px;
711
- }.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
712
- float: right;
713
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1086
+ .multicamera[data-multicamera] button:hover {
1087
+ color: #c9c9c9;
714
1088
  }
715
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear {
716
- height: 40px;
717
- width: 40px;
718
- padding-right: 20px;
1089
+ .multicamera[data-multicamera] button.changing {
1090
+ animation: pulse 0.5s infinite alternate;
719
1091
  }
720
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .button-gear svg {
721
- height: 20px;
1092
+ .multicamera[data-multicamera] button span.quality-arrow {
1093
+ width: 9px;
1094
+ height: 6px;
1095
+ margin-top: 11px;
1096
+ margin-left: 5px;
722
1097
  }
723
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
1098
+ .multicamera[data-multicamera] > ul {
1099
+ padding: 6px 0;
1100
+ right: -24px;
1101
+ width: 245px;
1102
+ list-style-type: none;
724
1103
  position: absolute;
725
- right: 16px;
726
- bottom: 52px;
727
- display: none;
728
- width: 250px;
729
- min-height: 48px;
730
- z-index: 9999;
1104
+ bottom: 48px;
731
1105
  border-radius: 4px;
1106
+ display: none;
1107
+ background-color: rgba(74, 74, 74, 0.9);
732
1108
  }
733
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
734
- padding: 8px 0;
735
- }
736
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list svg {
737
- float: left;
738
- margin-right: 10px;
739
- }
740
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
741
- margin: 0;
742
- text-align: left;
743
- line-height: 22px;
744
- padding: 5px 14px;
745
- width: 250px;
746
- font-size: 12px;
747
- }
748
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_arrow-right-icon {
749
- float: right;
750
- margin-right: -14px;
751
- }
752
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option .gear-option_value {
753
- float: right;
754
- margin-right: 8px;
755
- }
756
- .media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option svg {
757
- height: 20px;
758
- }.big-mute-icon-wrapper[data-big-mute] {
1109
+ .multicamera[data-multicamera] > ul::after {
1110
+ content: "";
759
1111
  position: absolute;
760
- z-index: 9998;
761
- background-color: transparent;
762
- display: flex;
763
- justify-content: center;
764
- width: 100%;
765
- height: calc(100% - 50px);
766
- margin: 0 auto;
767
- opacity: 0.75;
768
- transition: opacity 0.1s ease;
769
- pointer-events: auto;
770
- }
771
- .big-mute-icon-wrapper[data-big-mute].hide {
772
- display: none;
1112
+ top: 100%;
1113
+ left: 85%;
1114
+ margin-left: -10px;
1115
+ width: 0;
1116
+ height: 0;
1117
+ border-top: 10px solid rgba(74, 74, 74, 0.9);
1118
+ border-right: 10px solid transparent;
1119
+ border-left: 10px solid transparent;
773
1120
  }
774
- .big-mute-icon-wrapper[data-big-mute]:hover {
1121
+ .multicamera[data-multicamera] li {
1122
+ font-size: 10px;
775
1123
  cursor: pointer;
776
1124
  }
777
-
778
- .big-mute-icon[data-big-mute-icon] {
1125
+ .multicamera[data-multicamera] li .multicamera-item {
779
1126
  display: flex;
780
- align-items: center;
1127
+ padding: 10px 0;
781
1128
  justify-content: center;
782
- align-self: center;
783
- width: 120px;
784
- height: 120px;
785
- border: 2px solid white;
786
- border-radius: 50%;
787
- filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
788
- filter: alpha(opacity=60);
789
- opacity: 1;
790
- box-shadow: 0 0 1px 0 white;
791
- background: rgba(240, 243, 247, 0.9411764706);
792
- z-index: 10000;
793
- }
794
- .big-mute-icon[data-big-mute-icon] svg {
795
- margin-left: 5px;
796
- width: 80px;
797
- height: 80px;
798
- }
799
- .big-mute-icon[data-big-mute-icon] svg path {
800
- fill: #1f1e1e !important;
1129
+ position: relative;
801
1130
  }
802
- .big-mute-icon[data-big-mute-icon]:hover {
803
- background: rgba(240, 243, 247, 0.8784313725);
1131
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
1132
+ pointer-events: none;
804
1133
  }
805
- .big-mute-icon[data-big-mute-icon]:hover svg path {
806
- fill: #151515 !important;
807
- }.dvr-controls[data-dvr-controls] {
808
- display: inline-block;
809
- float: left;
810
- color: #fff;
811
- line-height: 32px;
812
- font-size: 10px;
813
- font-weight: bold;
814
- margin-left: 6px;
815
- height: 40px;
816
- line-height: 40px;
817
- margin-left: 0;
1134
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
1135
+ opacity: 0.5;
818
1136
  }
819
- .dvr-controls[data-dvr-controls] .live-info {
820
- cursor: default;
821
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
822
- text-transform: uppercase;
1137
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
1138
+ opacity: 0.5;
823
1139
  }
824
- .dvr-controls[data-dvr-controls] .live-info:before {
825
- content: "";
826
- display: inline-block;
827
- position: relative;
828
- width: 7px;
829
- height: 7px;
830
- border-radius: 3.5px;
831
- margin-right: 3.5px;
832
- background-color: #ff0101;
1140
+ .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
1141
+ background-color: rgba(0, 0, 0, 0);
833
1142
  }
834
- .dvr-controls[data-dvr-controls] .live-info.disabled {
835
- opacity: 0.3;
1143
+ .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
1144
+ background-color: rgba(0, 0, 0, 0.3);
836
1145
  }
837
- .dvr-controls[data-dvr-controls] .live-info.disabled:before {
838
- background-color: #fff;
1146
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
1147
+ width: 80px;
1148
+ height: 60px;
839
1149
  }
840
- .dvr-controls[data-dvr-controls] .live-button {
841
- cursor: pointer;
842
- outline: none;
843
- display: none;
844
- border: 0;
845
- color: #fff;
846
- background-color: transparent;
847
- height: 32px;
848
- padding: 0;
849
- opacity: 0.7;
850
- font-family: "Roboto", "Open Sans", Arial, sans-serif;
851
- text-transform: uppercase;
852
- transition: all 0.1s ease;
1150
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
1151
+ width: 80px;
1152
+ height: 60px;
853
1153
  }
854
- .dvr-controls[data-dvr-controls] .live-button:before {
855
- content: "";
856
- display: inline-block;
857
- position: relative;
858
- width: 7px;
859
- height: 7px;
860
- border-radius: 3.5px;
861
- margin-right: 3.5px;
862
- background-color: #fff;
1154
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
1155
+ width: 120px;
1156
+ text-align: left;
1157
+ margin-left: 15px;
863
1158
  }
864
- .dvr-controls[data-dvr-controls] .live-button:hover {
865
- opacity: 1;
866
- text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
867
- }
868
- .dvr-controls[data-dvr-controls] .live-info {
869
- font-size: 14px;
870
- letter-spacing: 0.8px;
871
- font-weight: 500;
872
- color: #fffffe;
873
- margin-left: 21px;
874
- }
875
- .dvr-controls[data-dvr-controls] .live-info::before {
876
- width: 10px;
877
- height: 10px;
878
- border-radius: 50%;
879
- margin-right: 8px;
880
- background-color: #ed4f4a;
881
- }
882
- .dvr-controls[data-dvr-controls] .live-button {
883
- height: 40px;
884
- opacity: 1;
885
- font-size: 14px;
886
- letter-spacing: 0.8px;
887
- font-weight: 500;
888
- margin-left: 20px;
889
- }
890
- .dvr-controls[data-dvr-controls] .live-button::before {
891
- width: 10px;
892
- height: 10px;
893
- border-radius: 50%;
894
- margin-right: 8px;
895
- background-color: #cacaca;
896
- }
897
-
898
- .dvr .dvr-controls[data-dvr-controls] .live-info {
899
- display: none;
900
- }
901
- .dvr .dvr-controls[data-dvr-controls] .live-button {
902
- display: block;
903
- }
904
- .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] {
905
- background-color: #005aff;
906
- }
907
-
908
- .media-control.live[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] .bar-background[data-seekbar] .bar-fill-2[data-seekbar] {
909
- background-color: #ff0101;
910
- }div.player-error-screen, [data-player] div.player-error-screen {
911
- color: #CCCACA;
912
- position: absolute;
913
- top: 0;
914
- height: 100%;
915
- width: 100%;
916
- background-color: rgba(0, 0, 0, 0.7);
917
- z-index: 2000;
918
- display: flex;
919
- flex-direction: column;
920
- justify-content: center;
921
- }
922
- div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
923
- font-size: 14px;
924
- color: #CCCACA;
925
- margin-top: 45px;
926
- }
927
- div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
928
- font-weight: bold;
929
- line-height: 30px;
930
- font-size: 18px;
931
- }
932
- div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
933
- width: 90%;
934
- margin: 0 auto;
935
- }
936
- div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
937
- font-size: 13px;
938
- margin-top: 15px;
939
- }
940
- div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
941
- cursor: pointer;
942
- width: 30px;
943
- margin: 15px auto 0;
944
- }.level-disabled {
945
- opacity: 0.5;
946
- pointer-events: none;
947
- }.context-menu {
948
- z-index: 999;
949
- position: absolute;
950
- top: 0;
951
- left: 0;
952
- text-align: center;
953
- }
954
- .context-menu .context-menu-list {
955
- font-family: "Proxima Nova", sans-serif;
956
- font-size: 12px;
957
- line-height: 12px;
958
- list-style-type: none;
959
- text-align: left;
960
- padding: 5px;
961
- margin-left: auto;
962
- margin-right: auto;
963
- background-color: rgba(0, 0, 0, 0.75);
964
- border: 1px solid #666;
965
- border-radius: 4px;
966
- }
967
- .context-menu .context-menu-list .context-menu-list-item {
968
- color: white;
969
- padding: 5px;
970
- cursor: pointer;
971
- }.share_plugin[data-share] {
972
- pointer-events: auto;
973
- z-index: 5;
974
- font-family: Roboto, "Open Sans", Arial, sans-serif !important;
975
- }
976
- .share_plugin[data-share].share-hide .share-button-container {
977
- right: -50px;
978
- }
979
- .share_plugin[data-share] .share-button-container {
980
- cursor: pointer;
981
- width: 36px;
982
- height: 36px;
983
- background-color: rgba(74, 74, 74, 0.6);
984
- border-radius: 4px;
985
- position: absolute;
986
- right: 10px;
987
- top: 10px;
988
- padding-top: 6px;
989
- transition: all 0.3s ease-out;
990
- }
991
- .share_plugin[data-share] .share-button-container button[data-share-button] {
992
- background-color: transparent;
993
- border: 0;
994
- margin: 0 6px;
995
- padding: 0;
996
- cursor: pointer;
997
- display: inline-block;
998
- width: 19px;
999
- height: 20px;
1000
- }
1001
- .share_plugin[data-share] .share-container {
1002
- pointer-events: auto;
1003
- position: absolute;
1004
- width: 280px;
1005
- background-color: white;
1006
- transform: translate(0, 50%);
1007
- transform: translate(-50%, -50%);
1008
- left: 50%;
1009
- /* margin-left: -140px; */
1010
- top: calc(50% - 20px);
1011
- /* margin-top: -170px; */
1012
- }
1013
- .share_plugin[data-share] .share-container .share-container-header {
1014
- text-align: left;
1015
- border-bottom: 1px solid rgba(155, 155, 155, 0.25);
1016
- }
1017
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
1018
- display: inline-block;
1019
- font-size: 16px;
1020
- margin: 5px;
1021
- }
1022
- .share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
1023
- display: inline-block;
1024
- width: 24px;
1025
- float: right;
1026
- margin: 5px;
1027
- cursor: pointer;
1028
- }
1029
- .share_plugin[data-share] .share-container .share-container-main {
1030
- margin-bottom: 8px;
1031
- }
1032
- .share_plugin[data-share] .share-container .share-container-main > div {
1033
- text-align: left;
1034
- font-size: 14px;
1035
- padding: 5px;
1036
- }
1037
- .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 {
1038
- overflow: hidden;
1039
- text-overflow: ellipsis;
1040
- color: #818181;
1041
- border: solid 1px #d3d3d3;
1042
- width: calc(100% - 10px);
1043
- padding: 5px;
1044
- }
1045
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
1046
- max-height: 90px;
1047
- resize: none;
1048
- }
1049
- .share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
1050
- width: 32px;
1051
- display: inline-block;
1052
- margin-right: 5px;
1053
- cursor: pointer;
1054
- }.player-poster[data-poster] {
1055
- display: flex;
1056
- justify-content: center;
1057
- align-items: center;
1058
- position: absolute;
1059
- height: 100%;
1060
- width: 100%;
1061
- z-index: 998;
1062
- top: 0;
1063
- left: 0;
1064
- background-color: #000;
1065
- background-size: cover;
1066
- background-repeat: no-repeat;
1067
- background-position: 50% 50%;
1068
- }
1069
- .player-poster[data-poster].clickable {
1070
- cursor: pointer;
1071
- }
1072
- .player-poster[data-poster]:hover .play-wrapper[data-poster] {
1073
- opacity: 1;
1074
- }
1075
- .player-poster[data-poster] .play-wrapper[data-poster] {
1076
- width: 100%;
1077
- height: 25%;
1078
- margin: 0 auto;
1079
- opacity: 0.75;
1080
- transition: opacity 0.1s ease;
1081
- }
1082
- .player-poster[data-poster] .play-wrapper[data-poster] svg {
1083
- height: 100%;
1084
- display: inline;
1085
- }
1086
- .player-poster[data-poster] .play-wrapper[data-poster] svg path {
1087
- fill: #fff;
1088
- }.seek-time[data-seek-time] {
1089
- position: absolute;
1090
- white-space: nowrap;
1091
- height: 20px;
1092
- line-height: 20px;
1093
- font-size: 0;
1094
- left: -100%;
1095
- bottom: 55px;
1096
- background-color: rgba(2, 2, 2, 0.5);
1097
- z-index: 9999;
1098
- transition: opacity 0.1s ease;
1099
- }
1100
- .seek-time[data-seek-time].hidden[data-seek-time] {
1101
- opacity: 0;
1102
- }
1103
- .seek-time[data-seek-time] [data-seek-time] {
1104
- display: inline-block;
1105
- color: white;
1106
- font-size: 10px;
1107
- padding-left: 7px;
1108
- padding-right: 7px;
1109
- vertical-align: top;
1110
- }
1111
- .seek-time[data-seek-time] [data-duration] {
1112
- display: inline-block;
1113
- color: rgba(255, 255, 255, 0.5);
1114
- font-size: 10px;
1115
- padding-right: 7px;
1116
- vertical-align: top;
1117
- }
1118
- .seek-time[data-seek-time] [data-duration]::before {
1119
- content: "|";
1120
- margin-right: 7px;
1121
- }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1122
- .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1123
- display: block;
1124
- }
1125
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1126
- width: 40px;
1127
- margin-top: 0;
1128
- }
1129
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1130
- display: flex;
1131
- justify-content: center;
1132
- padding: 0;
1133
- align-items: center;
1134
- }
1135
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1136
- color: white;
1137
- }
1138
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1139
- background-color: rgba(74, 74, 74, 0.6);
1140
- border: none;
1141
- width: auto;
1142
- transform: rotate(180deg);
1143
- border-radius: 4px;
1144
- bottom: 52px;
1145
- margin-left: -28px;
1146
- }
1147
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1148
- transform: rotate(-180deg);
1149
- font-size: 16px;
1150
- text-align: center;
1151
- white-space: nowrap;
1152
- height: 30px;
1153
- }
1154
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1155
- height: 30px;
1156
- padding: 5px 10px;
1157
- color: #fffffe;
1158
- }
1159
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1160
- background-color: rgba(0, 0, 0, 0.4);
1159
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1160
+ width: 120px;
1161
+ height: 20px;
1162
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1163
+ font-size: 14px;
1164
+ font-weight: normal;
1165
+ font-style: normal;
1166
+ font-stretch: normal;
1167
+ line-height: 1.43;
1168
+ letter-spacing: normal;
1169
+ text-align: left;
1170
+ color: #fff;
1171
+ text-overflow: ellipsis;
1172
+ overflow: hidden;
1161
1173
  }
1162
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1163
- background-color: rgba(0, 0, 0, 0.4);
1174
+ .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
1175
+ opacity: 0.6;
1164
1176
  }
1165
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1166
- border-bottom-left-radius: 4px;
1167
- border-bottom-right-radius: 4px;
1177
+ .multicamera[data-multicamera] li[data-title] {
1178
+ background-color: #c3c2c2;
1179
+ padding: 5px;
1168
1180
  }
1169
- .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1170
- border-top-left-radius: 4px;
1171
- border-top-right-radius: 4px;
1181
+ .multicamera[data-multicamera] li a {
1182
+ color: #444;
1183
+ padding: 2px 10px;
1184
+ display: block;
1185
+ text-decoration: none;
1172
1186
  }
1173
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1174
- height: 26px;
1175
- line-height: 26px;
1176
- bottom: 52px;
1177
- border-radius: 3px;
1178
- background-color: rgba(74, 74, 74, 0.7);
1187
+ .multicamera[data-multicamera] li a:hover {
1188
+ background-color: #555;
1189
+ color: white;
1179
1190
  }
1180
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1181
- letter-spacing: 0.8px;
1182
- font-size: 14px;
1183
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1191
+ .multicamera[data-multicamera] li a:hover a {
1192
+ color: white;
1193
+ text-decoration: none;
1184
1194
  }
1185
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1186
- padding-left: 8px;
1187
- padding-right: 8px;
1195
+ .multicamera[data-multicamera] li.current a {
1196
+ color: #f00;
1188
1197
  }
1189
- .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1190
- display: none !important;
1198
+
1199
+ @keyframes pulse {
1200
+ 0% {
1201
+ color: #fff;
1202
+ }
1203
+ 50% {
1204
+ color: #ff0101;
1205
+ }
1206
+ 100% {
1207
+ color: #B80000;
1208
+ }
1191
1209
  }[data-player] {
1192
1210
  --bottom-panel: 40px;
1193
1211
  }
@@ -1793,289 +1811,136 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
1793
1811
  }
1794
1812
  .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 {
1795
1813
  transform: scaleY(1.5);
1796
- }.media-control-pip button {
1797
- float: right;
1798
- height: 40px;
1799
- margin-right: 20px;
1800
- }
1801
- .media-control-pip button svg {
1802
- height: 20px;
1803
- }*, :focus, :visited {
1804
- outline: none !important;
1805
- }
1806
-
1807
- .subtitles[data-subtitles] {
1808
- float: right;
1809
- position: relative;
1810
- width: 50px;
1811
- }
1812
- .subtitles[data-subtitles] button {
1813
- background-color: transparent;
1814
- color: #fff;
1815
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1816
- -webkit-font-smoothing: antialiased;
1817
- border: none;
1818
- font-size: 14px;
1819
- cursor: pointer;
1820
- }
1821
- .subtitles[data-subtitles] button .subtitle-text svg {
1822
- fill: white;
1823
- }
1824
- .subtitles[data-subtitles] button:hover {
1825
- color: #c9c9c9;
1826
- }
1827
- .subtitles[data-subtitles] button.changing {
1828
- animation: pulse 0.5s infinite alternate;
1829
- }
1830
- .subtitles[data-subtitles] > ul {
1831
- width: 80px;
1832
- list-style-type: none;
1833
- position: absolute;
1834
- bottom: 25px;
1835
- border: 1px solid black;
1836
- display: none;
1837
- background-color: #e6e6e6;
1838
- }
1839
- .subtitles[data-subtitles] li {
1840
- font-size: 10px;
1841
- }
1842
- .subtitles[data-subtitles] li[data-title] {
1843
- background-color: #c3c2c2;
1844
- padding: 5px;
1845
- }
1846
- .subtitles[data-subtitles] li a {
1847
- color: #444;
1848
- padding: 2px 10px;
1814
+ }.media-control-skin-1[data-media-control-skin-1] .media-control-quality,
1815
+ .media-control-skin-1[data-media-control-skin-1] .media-control-audio-tracks {
1849
1816
  display: block;
1850
- text-decoration: none;
1851
1817
  }
1852
- .subtitles[data-subtitles] li a:hover {
1853
- background-color: #555;
1854
- color: white;
1818
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] {
1819
+ width: 40px;
1820
+ margin-top: 0;
1855
1821
  }
1856
- .subtitles[data-subtitles] li a:hover a {
1822
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button] {
1823
+ display: flex;
1824
+ justify-content: center;
1825
+ padding: 0;
1826
+ align-items: center;
1827
+ }
1828
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] button[data-subtitles-button]:hover {
1857
1829
  color: white;
1858
- text-decoration: none;
1859
1830
  }
1860
- .subtitles[data-subtitles] li.current a {
1861
- color: #f00;
1862
- background-color: #555;
1831
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul {
1832
+ background-color: rgba(74, 74, 74, 0.6);
1833
+ border: none;
1834
+ width: auto;
1835
+ transform: rotate(180deg);
1836
+ border-radius: 4px;
1837
+ bottom: 52px;
1838
+ margin-left: -28px;
1863
1839
  }
1864
-
1865
- @keyframes pulse {
1866
- 0% {
1867
- color: #fff;
1868
- }
1869
- 50% {
1870
- color: #ff0101;
1871
- }
1872
- 100% {
1873
- color: #B80000;
1874
- }
1840
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li {
1841
+ transform: rotate(-180deg);
1842
+ font-size: 16px;
1843
+ text-align: center;
1844
+ white-space: nowrap;
1845
+ height: 30px;
1875
1846
  }
1876
- ::cue {
1877
- visibility: hidden !important;
1878
- font-size: 0 !important;
1847
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a {
1848
+ height: 30px;
1849
+ padding: 5px 10px;
1850
+ color: #fffffe;
1879
1851
  }
1880
-
1881
- .ios-fullscreen::cue {
1882
- visibility: visible !important;
1883
- font-size: 1em !important;
1884
- }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1885
- height: 0;
1852
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li a:hover {
1853
+ background-color: rgba(0, 0, 0, 0.4);
1886
1854
  }
1887
-
1888
- .skip_time_plugin[data-skip-time] {
1889
- position: absolute;
1890
- width: 100%;
1891
- height: calc(100% - 50px);
1892
- z-index: 9998;
1893
- background-color: transparent;
1894
- font-family: Roboto, "Open Sans", Arial, sans-serif;
1855
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li.current a {
1856
+ background-color: rgba(0, 0, 0, 0.4);
1895
1857
  }
1896
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
1897
- width: 100%;
1898
- height: 100%;
1899
- display: flex;
1900
- justify-content: space-between;
1858
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:first-child a {
1859
+ border-bottom-left-radius: 4px;
1860
+ border-bottom-right-radius: 4px;
1901
1861
  }
1902
- .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1903
- width: 33.3%;
1904
- height: 100%;
1905
- }.spinner-three-bounce[data-spinner] {
1906
- position: absolute;
1907
- width: 70px;
1908
- text-align: center;
1909
- z-index: 999;
1910
- left: 0;
1911
- right: 0;
1912
- margin: 0 auto;
1913
- margin-left: auto;
1914
- margin-right: auto;
1915
- /* center vertically */
1916
- top: 50%;
1917
- transform: translateY(-50%);
1862
+ .media-control-skin-1[data-media-control-skin-1] .media-control-subtitles .subtitles[data-subtitles] ul li:last-child a {
1863
+ border-top-left-radius: 4px;
1864
+ border-top-right-radius: 4px;
1918
1865
  }
1919
- .spinner-three-bounce[data-spinner] > div {
1920
- width: 18px;
1921
- height: 18px;
1922
- background-color: #FFF;
1923
- border-radius: 100%;
1924
- display: inline-block;
1925
- animation: bouncedelay 1.4s infinite ease-in-out;
1926
- /* Prevent first frame from flickering when animation starts */
1927
- animation-fill-mode: both;
1866
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] {
1867
+ height: 26px;
1868
+ line-height: 26px;
1869
+ bottom: 52px;
1870
+ border-radius: 3px;
1871
+ background-color: rgba(74, 74, 74, 0.7);
1928
1872
  }
1929
- .spinner-three-bounce[data-spinner] [data-bounce1] {
1930
- animation-delay: -0.32s;
1873
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span {
1874
+ letter-spacing: 0.8px;
1875
+ font-size: 14px;
1876
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1931
1877
  }
1932
- .spinner-three-bounce[data-spinner] [data-bounce2] {
1933
- animation-delay: -0.16s;
1878
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-seek-time] {
1879
+ padding-left: 8px;
1880
+ padding-right: 8px;
1934
1881
  }
1935
-
1936
- @keyframes bouncedelay {
1937
- 0%, 80%, 100% {
1938
- transform: scale(0);
1939
- }
1940
- 40% {
1941
- transform: scale(1);
1942
- }
1882
+ .media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
1883
+ display: none !important;
1943
1884
  }*, :focus, :visited {
1944
1885
  outline: none !important;
1945
1886
  }
1946
1887
 
1947
- .multicamera[data-multicamera] {
1888
+ .subtitles[data-subtitles] {
1948
1889
  float: right;
1949
- margin-top: 4px;
1950
1890
  position: relative;
1951
- margin-right: 20px;
1952
- width: 20px;
1891
+ width: 50px;
1953
1892
  }
1954
- .multicamera[data-multicamera] button {
1893
+ .subtitles[data-subtitles] button {
1955
1894
  background-color: transparent;
1956
1895
  color: #fff;
1957
1896
  font-family: Roboto, "Open Sans", Arial, sans-serif;
1958
1897
  -webkit-font-smoothing: antialiased;
1959
1898
  border: none;
1960
1899
  font-size: 14px;
1961
- padding: 0;
1900
+ cursor: pointer;
1962
1901
  }
1963
- .multicamera[data-multicamera] button svg {
1964
- height: 20px;
1965
- position: relative;
1966
- margin-top: 6px;
1902
+ .subtitles[data-subtitles] button .subtitle-text svg {
1903
+ fill: white;
1967
1904
  }
1968
- .multicamera[data-multicamera] button:hover {
1905
+ .subtitles[data-subtitles] button:hover {
1969
1906
  color: #c9c9c9;
1970
1907
  }
1971
- .multicamera[data-multicamera] button.changing {
1908
+ .subtitles[data-subtitles] button.changing {
1972
1909
  animation: pulse 0.5s infinite alternate;
1973
1910
  }
1974
- .multicamera[data-multicamera] button span.quality-arrow {
1975
- width: 9px;
1976
- height: 6px;
1977
- margin-top: 11px;
1978
- margin-left: 5px;
1979
- }
1980
- .multicamera[data-multicamera] > ul {
1981
- padding: 6px 0;
1982
- right: -24px;
1983
- width: 245px;
1911
+ .subtitles[data-subtitles] > ul {
1912
+ width: 80px;
1984
1913
  list-style-type: none;
1985
1914
  position: absolute;
1986
- bottom: 48px;
1987
- border-radius: 4px;
1915
+ bottom: 25px;
1916
+ border: 1px solid black;
1988
1917
  display: none;
1989
- background-color: rgba(74, 74, 74, 0.9);
1990
- }
1991
- .multicamera[data-multicamera] > ul::after {
1992
- content: "";
1993
- position: absolute;
1994
- top: 100%;
1995
- left: 85%;
1996
- margin-left: -10px;
1997
- width: 0;
1998
- height: 0;
1999
- border-top: 10px solid rgba(74, 74, 74, 0.9);
2000
- border-right: 10px solid transparent;
2001
- border-left: 10px solid transparent;
1918
+ background-color: #e6e6e6;
2002
1919
  }
2003
- .multicamera[data-multicamera] li {
1920
+ .subtitles[data-subtitles] li {
2004
1921
  font-size: 10px;
2005
- cursor: pointer;
2006
- }
2007
- .multicamera[data-multicamera] li .multicamera-item {
2008
- display: flex;
2009
- padding: 10px 0;
2010
- justify-content: center;
2011
- position: relative;
2012
- }
2013
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
2014
- pointer-events: none;
2015
- }
2016
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
2017
- opacity: 0.5;
2018
- }
2019
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
2020
- opacity: 0.5;
2021
- }
2022
- .multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
2023
- background-color: rgba(0, 0, 0, 0);
2024
- }
2025
- .multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
2026
- background-color: rgba(0, 0, 0, 0.3);
2027
- }
2028
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
2029
- width: 80px;
2030
- height: 60px;
2031
- }
2032
- .multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
2033
- width: 80px;
2034
- height: 60px;
2035
- }
2036
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text {
2037
- width: 120px;
2038
- text-align: left;
2039
- margin-left: 15px;
2040
- }
2041
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
2042
- width: 120px;
2043
- height: 20px;
2044
- font-family: Roboto, "Open Sans", Arial, sans-serif;
2045
- font-size: 14px;
2046
- font-weight: normal;
2047
- font-style: normal;
2048
- font-stretch: normal;
2049
- line-height: 1.43;
2050
- letter-spacing: normal;
2051
- text-align: left;
2052
- color: #fff;
2053
- text-overflow: ellipsis;
2054
- overflow: hidden;
2055
- }
2056
- .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
2057
- opacity: 0.6;
2058
1922
  }
2059
- .multicamera[data-multicamera] li[data-title] {
1923
+ .subtitles[data-subtitles] li[data-title] {
2060
1924
  background-color: #c3c2c2;
2061
1925
  padding: 5px;
2062
1926
  }
2063
- .multicamera[data-multicamera] li a {
1927
+ .subtitles[data-subtitles] li a {
2064
1928
  color: #444;
2065
1929
  padding: 2px 10px;
2066
1930
  display: block;
2067
1931
  text-decoration: none;
2068
1932
  }
2069
- .multicamera[data-multicamera] li a:hover {
1933
+ .subtitles[data-subtitles] li a:hover {
2070
1934
  background-color: #555;
2071
1935
  color: white;
2072
1936
  }
2073
- .multicamera[data-multicamera] li a:hover a {
1937
+ .subtitles[data-subtitles] li a:hover a {
2074
1938
  color: white;
2075
1939
  text-decoration: none;
2076
1940
  }
2077
- .multicamera[data-multicamera] li.current a {
1941
+ .subtitles[data-subtitles] li.current a {
2078
1942
  color: #f00;
1943
+ background-color: #555;
2079
1944
  }
2080
1945
 
2081
1946
  @keyframes pulse {
@@ -2088,15 +1953,103 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2088
1953
  100% {
2089
1954
  color: #B80000;
2090
1955
  }
2091
- }.player-logo[data-logo] {
1956
+ }
1957
+ ::cue {
1958
+ visibility: hidden !important;
1959
+ font-size: 0 !important;
1960
+ }
1961
+
1962
+ .ios-fullscreen::cue {
1963
+ visibility: visible !important;
1964
+ font-size: 1em !important;
1965
+ }.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
1966
+ height: 0;
1967
+ }
1968
+
1969
+ .skip_time_plugin[data-skip-time] {
2092
1970
  position: absolute;
2093
- z-index: 2;
1971
+ width: 100%;
1972
+ height: calc(100% - 50px);
1973
+ z-index: 9998;
1974
+ background-color: transparent;
1975
+ font-family: Roboto, "Open Sans", Arial, sans-serif;
1976
+ }
1977
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] {
2094
1978
  width: 100%;
2095
1979
  height: 100%;
1980
+ display: flex;
1981
+ justify-content: space-between;
2096
1982
  }
2097
-
2098
- .clappr-logo {
1983
+ .skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
1984
+ width: 33.3%;
1985
+ height: 100%;
1986
+ }.seek-time[data-seek-time] {
1987
+ position: absolute;
1988
+ white-space: nowrap;
1989
+ height: 20px;
1990
+ line-height: 20px;
1991
+ font-size: 0;
1992
+ left: -100%;
1993
+ bottom: 55px;
1994
+ background-color: rgba(2, 2, 2, 0.5);
1995
+ z-index: 9999;
1996
+ transition: opacity 0.1s ease;
1997
+ }
1998
+ .seek-time[data-seek-time].hidden[data-seek-time] {
1999
+ opacity: 0;
2000
+ }
2001
+ .seek-time[data-seek-time] [data-seek-time] {
2002
+ display: inline-block;
2003
+ color: white;
2004
+ font-size: 10px;
2005
+ padding-left: 7px;
2006
+ padding-right: 7px;
2007
+ vertical-align: top;
2008
+ }
2009
+ .seek-time[data-seek-time] [data-duration] {
2010
+ display: inline-block;
2011
+ color: rgba(255, 255, 255, 0.5);
2012
+ font-size: 10px;
2013
+ padding-right: 7px;
2014
+ vertical-align: top;
2015
+ }
2016
+ .seek-time[data-seek-time] [data-duration]::before {
2017
+ content: "|";
2018
+ margin-right: 7px;
2019
+ }.player-poster[data-poster] {
2020
+ display: flex;
2021
+ justify-content: center;
2022
+ align-items: center;
2099
2023
  position: absolute;
2024
+ height: 100%;
2025
+ width: 100%;
2026
+ z-index: 998;
2027
+ top: 0;
2028
+ left: 0;
2029
+ background-color: #000;
2030
+ background-size: cover;
2031
+ background-repeat: no-repeat;
2032
+ background-position: 50% 50%;
2033
+ }
2034
+ .player-poster[data-poster].clickable {
2035
+ cursor: pointer;
2036
+ }
2037
+ .player-poster[data-poster]:hover .play-wrapper[data-poster] {
2038
+ opacity: 1;
2039
+ }
2040
+ .player-poster[data-poster] .play-wrapper[data-poster] {
2041
+ width: 100%;
2042
+ height: 25%;
2043
+ margin: 0 auto;
2044
+ opacity: 0.75;
2045
+ transition: opacity 0.1s ease;
2046
+ }
2047
+ .player-poster[data-poster] .play-wrapper[data-poster] svg {
2048
+ height: 100%;
2049
+ display: inline;
2050
+ }
2051
+ .player-poster[data-poster] .play-wrapper[data-poster] svg path {
2052
+ fill: #fff;
2100
2053
  }.scrub-thumbnails {
2101
2054
  position: absolute;
2102
2055
  bottom: 52px;
@@ -2158,4 +2111,51 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
2158
2111
  }
2159
2112
  .scrub-thumbnails .backdrop .carousel img {
2160
2113
  width: auto;
2114
+ }.player-logo[data-logo] {
2115
+ position: absolute;
2116
+ z-index: 2;
2117
+ width: 100%;
2118
+ height: 100%;
2119
+ }
2120
+
2121
+ .clappr-logo {
2122
+ position: absolute;
2123
+ }.spinner-three-bounce[data-spinner] {
2124
+ position: absolute;
2125
+ width: 70px;
2126
+ text-align: center;
2127
+ z-index: 999;
2128
+ left: 0;
2129
+ right: 0;
2130
+ margin: 0 auto;
2131
+ margin-left: auto;
2132
+ margin-right: auto;
2133
+ /* center vertically */
2134
+ top: 50%;
2135
+ transform: translateY(-50%);
2136
+ }
2137
+ .spinner-three-bounce[data-spinner] > div {
2138
+ width: 18px;
2139
+ height: 18px;
2140
+ background-color: #FFF;
2141
+ border-radius: 100%;
2142
+ display: inline-block;
2143
+ animation: bouncedelay 1.4s infinite ease-in-out;
2144
+ /* Prevent first frame from flickering when animation starts */
2145
+ animation-fill-mode: both;
2146
+ }
2147
+ .spinner-three-bounce[data-spinner] [data-bounce1] {
2148
+ animation-delay: -0.32s;
2149
+ }
2150
+ .spinner-three-bounce[data-spinner] [data-bounce2] {
2151
+ animation-delay: -0.16s;
2152
+ }
2153
+
2154
+ @keyframes bouncedelay {
2155
+ 0%, 80%, 100% {
2156
+ transform: scale(0);
2157
+ }
2158
+ 40% {
2159
+ transform: scale(1);
2160
+ }
2161
2161
  }