@gcorevideo/player 2.24.13 → 2.25.0
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/assets/clips/clips.ejs +1 -1
- package/assets/clips/clips.scss +7 -5
- package/assets/dvr-controls/dvr_controls.scss +19 -20
- package/assets/media-control/width370.scss +3 -5
- package/dist/core.js +1 -1
- package/dist/index.css +689 -693
- package/dist/index.embed.js +172 -101
- package/dist/index.js +150 -78
- package/dist/player.d.ts +106 -42
- package/docs/api/player.md +18 -20
- package/docs/api/player.mediacontrol.defaultsettings.md +32 -0
- package/docs/api/player.mediacontrol.extendsettings.md +77 -0
- package/docs/api/player.mediacontrol.md +31 -11
- package/docs/api/player.mediacontrol.mount.md +8 -8
- package/docs/api/player.mediacontrol.slot.md +97 -0
- package/docs/api/player.mediacontrolelement.md +6 -3
- package/docs/api/player.mediacontrolpluginsettings.md +13 -0
- package/docs/api/player.mediacontrolsettings.md +5 -5
- package/docs/api/{player.mediacontrol.enablecontrolbutton.md → player.mediacontrolslotmountpoint.md} +4 -8
- package/docs/api/{player.mediacontrol.disabledcontrolbutton.md → player.standardmediacontrolelement.md} +4 -8
- package/lib/plugins/clips/Clips.d.ts +1 -0
- package/lib/plugins/clips/Clips.d.ts.map +1 -1
- package/lib/plugins/clips/Clips.js +16 -2
- package/lib/plugins/dvr-controls/DvrControls.js +1 -1
- package/lib/plugins/media-control/MediaControl.d.ts +87 -34
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +121 -76
- package/package.json +1 -1
- package/src/plugins/clips/Clips.ts +17 -2
- package/src/plugins/clips/__tests__/Clips.test.ts +1 -1
- package/src/plugins/clips/__tests__/__snapshots__/Clips.test.ts.snap +1 -1
- package/src/plugins/dvr-controls/DvrControls.ts +1 -1
- package/src/plugins/dvr-controls/__tests__/DvrControls.test.ts +1 -1
- package/src/plugins/media-control/MediaControl.ts +170 -141
- package/src/plugins/media-control/__tests__/MediaControl.test.ts +24 -17
- package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +125 -93
- package/temp/player.api.json +186 -108
- package/tsconfig.tsbuildinfo +1 -1
- package/docs/api/player.mediacontrollayerelement.md +0 -16
- package/docs/api/player.mediacontrolleftelement.md +0 -16
- package/docs/api/player.mediacontrolrightelement.md +0 -16
package/dist/index.css
CHANGED
|
@@ -122,249 +122,113 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}*,
|
|
126
|
-
:focus,
|
|
127
|
-
:visited {
|
|
125
|
+
}*, :focus, :visited {
|
|
128
126
|
outline: none !important;
|
|
129
127
|
}
|
|
130
128
|
|
|
131
|
-
.
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
border: none;
|
|
139
|
-
cursor: pointer;
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
padding: 0;
|
|
143
|
-
}
|
|
144
|
-
.media-control-audiotracks button .audio-text {
|
|
145
|
-
text-overflow: ellipsis;
|
|
146
|
-
overflow: hidden;
|
|
147
|
-
white-space: nowrap;
|
|
148
|
-
max-width: 100px;
|
|
149
|
-
background-color: transparent;
|
|
150
|
-
-webkit-font-smoothing: antialiased;
|
|
151
|
-
border: none;
|
|
152
|
-
cursor: pointer;
|
|
153
|
-
}
|
|
154
|
-
.media-control-audiotracks button:hover {
|
|
155
|
-
color: white;
|
|
129
|
+
.gear-wrapper .go-back {
|
|
130
|
+
font-weight: 600;
|
|
131
|
+
font-size: 14px;
|
|
132
|
+
line-height: 20px;
|
|
133
|
+
width: 100%;
|
|
134
|
+
text-align: left;
|
|
135
|
+
padding: 12px;
|
|
156
136
|
}
|
|
157
|
-
.
|
|
158
|
-
|
|
137
|
+
.gear-wrapper .go-back .arrow-left-icon {
|
|
138
|
+
float: left;
|
|
139
|
+
padding-top: 2px;
|
|
140
|
+
padding-right: 2px;
|
|
159
141
|
}
|
|
160
|
-
.
|
|
161
|
-
|
|
162
|
-
height: 6px;
|
|
163
|
-
margin-left: 5px;
|
|
142
|
+
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
143
|
+
height: 16px;
|
|
164
144
|
}
|
|
165
|
-
.
|
|
166
|
-
|
|
145
|
+
.gear-wrapper ul.gear-sub-menu {
|
|
146
|
+
width: 100%;
|
|
167
147
|
list-style-type: none;
|
|
168
|
-
position: absolute;
|
|
169
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
170
|
-
border: none;
|
|
171
148
|
min-width: 60px;
|
|
172
|
-
border-
|
|
173
|
-
|
|
174
|
-
right: -2px;
|
|
175
|
-
}
|
|
176
|
-
.media-control-audiotracks .menu.hidden {
|
|
177
|
-
display: none;
|
|
149
|
+
border-top: 2px solid rgb(36, 36, 36);
|
|
150
|
+
overflow-y: auto;
|
|
178
151
|
}
|
|
179
|
-
.
|
|
180
|
-
font-size:
|
|
181
|
-
text-align:
|
|
182
|
-
height: 30px;
|
|
152
|
+
.gear-wrapper ul.gear-sub-menu li {
|
|
153
|
+
font-size: 12px;
|
|
154
|
+
text-align: left;
|
|
183
155
|
}
|
|
184
|
-
.
|
|
156
|
+
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
185
157
|
background-color: #c3c2c2;
|
|
186
158
|
padding: 5px;
|
|
187
159
|
}
|
|
188
|
-
.
|
|
160
|
+
.gear-wrapper ul.gear-sub-menu li a {
|
|
189
161
|
display: block;
|
|
190
162
|
text-decoration: none;
|
|
191
|
-
|
|
192
|
-
overflow: hidden;
|
|
193
|
-
white-space: nowrap;
|
|
194
|
-
height: 30px;
|
|
163
|
+
height: 32px;
|
|
195
164
|
padding: 5px 10px;
|
|
165
|
+
line-height: 22px;
|
|
196
166
|
color: #fffffe;
|
|
197
167
|
}
|
|
198
|
-
.
|
|
199
|
-
text-decoration: none;
|
|
200
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
168
|
+
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
201
169
|
color: white;
|
|
170
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
202
171
|
}
|
|
203
|
-
.
|
|
204
|
-
color:
|
|
205
|
-
|
|
206
|
-
.media-control-audiotracks li:first-child a {
|
|
207
|
-
border-bottom-left-radius: 4px;
|
|
208
|
-
border-bottom-right-radius: 4px;
|
|
209
|
-
}
|
|
210
|
-
.media-control-audiotracks li:last-child a {
|
|
211
|
-
border-top-left-radius: 4px;
|
|
212
|
-
border-top-right-radius: 4px;
|
|
172
|
+
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
173
|
+
color: white;
|
|
174
|
+
text-decoration: none;
|
|
213
175
|
}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
50% {
|
|
220
|
-
color: #ff0101;
|
|
221
|
-
}
|
|
222
|
-
100% {
|
|
223
|
-
color: #B80000;
|
|
224
|
-
}
|
|
225
|
-
}.big-mute-icon-wrapper[data-big-mute] {
|
|
226
|
-
position: absolute;
|
|
227
|
-
z-index: 9998;
|
|
228
|
-
background-color: transparent;
|
|
229
|
-
display: flex;
|
|
230
|
-
justify-content: center;
|
|
231
|
-
width: 100%;
|
|
232
|
-
height: calc(100% - 50px);
|
|
233
|
-
margin: 0 auto;
|
|
234
|
-
opacity: 0.75;
|
|
235
|
-
transition: opacity 0.1s ease;
|
|
236
|
-
pointer-events: auto;
|
|
176
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
177
|
+
width: 30px;
|
|
178
|
+
height: 20px;
|
|
179
|
+
float: left;
|
|
180
|
+
display: block;
|
|
237
181
|
}
|
|
238
|
-
.
|
|
182
|
+
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
239
183
|
display: none;
|
|
240
184
|
}
|
|
241
|
-
.
|
|
242
|
-
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
display: flex;
|
|
247
|
-
align-items: center;
|
|
248
|
-
justify-content: center;
|
|
249
|
-
align-self: center;
|
|
250
|
-
width: 120px;
|
|
251
|
-
height: 120px;
|
|
252
|
-
border: 2px solid white;
|
|
253
|
-
border-radius: 50%;
|
|
254
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
255
|
-
filter: alpha(opacity=60);
|
|
256
|
-
opacity: 1;
|
|
257
|
-
box-shadow: 0 0 1px 0 white;
|
|
258
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
259
|
-
z-index: 10000;
|
|
260
|
-
}
|
|
261
|
-
.big-mute-icon[data-big-mute-icon] svg {
|
|
262
|
-
margin-left: 5px;
|
|
263
|
-
width: 80px;
|
|
264
|
-
height: 80px;
|
|
185
|
+
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
186
|
+
display: inline;
|
|
187
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
188
|
+
order: 99;
|
|
189
|
+
height: 20px;
|
|
265
190
|
}
|
|
266
|
-
.
|
|
267
|
-
|
|
191
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
192
|
+
position: absolute;
|
|
193
|
+
right: 16px;
|
|
194
|
+
bottom: 52px;
|
|
195
|
+
width: 250px;
|
|
196
|
+
min-height: 48px;
|
|
197
|
+
z-index: 9999;
|
|
198
|
+
border-radius: 4px;
|
|
268
199
|
}
|
|
269
|
-
.
|
|
270
|
-
|
|
200
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
201
|
+
padding: 8px 0;
|
|
271
202
|
}
|
|
272
|
-
.
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
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;
|
|
277
210
|
display: flex;
|
|
278
211
|
align-items: center;
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
font-weight: 500;
|
|
282
|
-
height: var(--bottom-panel);
|
|
283
|
-
line-height: var(--bottom-panel);
|
|
284
|
-
margin-left: 0;
|
|
212
|
+
justify-content: flex-start;
|
|
213
|
+
gap: 8px;
|
|
285
214
|
}
|
|
286
|
-
.
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
font-weight: 500;
|
|
290
|
-
margin-left: 20px;
|
|
291
|
-
letter-spacing: 0.8px;
|
|
292
|
-
text-transform: uppercase;
|
|
215
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
|
|
216
|
+
flex: 24px 0 0;
|
|
217
|
+
height: 24px;
|
|
293
218
|
}
|
|
294
|
-
.
|
|
295
|
-
|
|
296
|
-
margin-right: 8px;
|
|
297
|
-
content: "";
|
|
219
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
|
|
220
|
+
visibility: hidden;
|
|
298
221
|
display: inline-block;
|
|
299
|
-
position: relative;
|
|
300
|
-
width: calc(var(--circle-radius) * 2);
|
|
301
|
-
height: calc(var(--circle-radius) * 2);
|
|
302
|
-
border-radius: var(--circle-radius);
|
|
303
|
-
background-color: var(--player-dvr-color);
|
|
304
|
-
}
|
|
305
|
-
.dvr-controls.disabled {
|
|
306
|
-
opacity: var(--disabled-opacity);
|
|
307
|
-
}
|
|
308
|
-
.dvr-controls.disabled:before {
|
|
309
|
-
background-color: var(--player-dvr-color);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.live-info {
|
|
313
|
-
text-transform: uppercase;
|
|
314
|
-
color: #fffffe;
|
|
315
|
-
}
|
|
316
|
-
.live-info::before {
|
|
317
|
-
background-color: var(--player-live-color);
|
|
318
|
-
background-color: #ed4f4a;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.live-button {
|
|
322
|
-
cursor: pointer;
|
|
323
|
-
outline: none;
|
|
324
|
-
border: 0;
|
|
325
|
-
color: var(--player-dvr-color);
|
|
326
|
-
background-color: transparent;
|
|
327
|
-
padding: 0;
|
|
328
|
-
opacity: 0.7;
|
|
329
|
-
transition: all 0.1s ease;
|
|
330
222
|
}
|
|
331
|
-
.
|
|
332
|
-
|
|
333
|
-
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
334
|
-
}.player-poster {
|
|
335
|
-
display: flex;
|
|
336
|
-
justify-content: center;
|
|
337
|
-
align-items: center;
|
|
338
|
-
position: absolute;
|
|
339
|
-
height: 100%;
|
|
340
|
-
width: 100%;
|
|
341
|
-
z-index: 998;
|
|
342
|
-
top: 0;
|
|
343
|
-
left: 0;
|
|
344
|
-
background-color: #000;
|
|
345
|
-
background-size: cover;
|
|
346
|
-
background-repeat: no-repeat;
|
|
347
|
-
background-position: 50% 50%;
|
|
348
|
-
}
|
|
349
|
-
.player-poster.clickable {
|
|
350
|
-
cursor: pointer;
|
|
351
|
-
}
|
|
352
|
-
.player-poster:hover .play-wrapper {
|
|
353
|
-
opacity: 1;
|
|
354
|
-
}
|
|
355
|
-
.player-poster .play-wrapper {
|
|
356
|
-
width: 100%;
|
|
357
|
-
height: 25%;
|
|
358
|
-
margin: 0 auto;
|
|
359
|
-
opacity: 0.75;
|
|
360
|
-
transition: opacity 0.1s ease;
|
|
223
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
|
|
224
|
+
flex: 0 1 100%;
|
|
361
225
|
}
|
|
362
|
-
.
|
|
363
|
-
|
|
364
|
-
|
|
226
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
|
|
227
|
+
flex: 0 0 14px;
|
|
228
|
+
height: 24px;
|
|
365
229
|
}
|
|
366
|
-
.
|
|
367
|
-
|
|
230
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
231
|
+
flex: 1 0 auto;
|
|
368
232
|
}:root {
|
|
369
233
|
--primary-background-color: #000;
|
|
370
234
|
--secondary-background-color: #262626;
|
|
@@ -729,28 +593,115 @@
|
|
|
729
593
|
.fullscreen .clappr-nerd-stats .stats-box {
|
|
730
594
|
top: unset;
|
|
731
595
|
}
|
|
732
|
-
}
|
|
733
|
-
|
|
596
|
+
}*,
|
|
597
|
+
:focus,
|
|
598
|
+
:visited {
|
|
599
|
+
outline: none !important;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.media-control-audiotracks {
|
|
603
|
+
position: relative;
|
|
604
|
+
}
|
|
605
|
+
.media-control-audiotracks button {
|
|
606
|
+
background-color: transparent;
|
|
607
|
+
color: #fff;
|
|
608
|
+
-webkit-font-smoothing: antialiased;
|
|
609
|
+
border: none;
|
|
610
|
+
cursor: pointer;
|
|
734
611
|
display: flex;
|
|
735
|
-
|
|
612
|
+
align-items: center;
|
|
613
|
+
padding: 0;
|
|
614
|
+
}
|
|
615
|
+
.media-control-audiotracks button .audio-text {
|
|
616
|
+
text-overflow: ellipsis;
|
|
617
|
+
overflow: hidden;
|
|
618
|
+
white-space: nowrap;
|
|
619
|
+
max-width: 100px;
|
|
620
|
+
background-color: transparent;
|
|
621
|
+
-webkit-font-smoothing: antialiased;
|
|
622
|
+
border: none;
|
|
623
|
+
cursor: pointer;
|
|
624
|
+
}
|
|
625
|
+
.media-control-audiotracks button:hover {
|
|
626
|
+
color: white;
|
|
627
|
+
}
|
|
628
|
+
.media-control-audiotracks button.changing {
|
|
629
|
+
animation: pulse 0.5s infinite alternate;
|
|
630
|
+
}
|
|
631
|
+
.media-control-audiotracks button span.audio-arrow {
|
|
632
|
+
width: 9px;
|
|
633
|
+
height: 6px;
|
|
634
|
+
margin-left: 5px;
|
|
635
|
+
}
|
|
636
|
+
.media-control-audiotracks .menu {
|
|
637
|
+
max-width: 114px;
|
|
638
|
+
list-style-type: none;
|
|
639
|
+
position: absolute;
|
|
640
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
641
|
+
border: none;
|
|
642
|
+
min-width: 60px;
|
|
643
|
+
border-radius: 4px;
|
|
644
|
+
bottom: 40px;
|
|
645
|
+
right: -2px;
|
|
646
|
+
}
|
|
647
|
+
.media-control-audiotracks .menu.hidden {
|
|
648
|
+
display: none;
|
|
649
|
+
}
|
|
650
|
+
.media-control-audiotracks li {
|
|
651
|
+
font-size: var(--font-size-media-controls-dropdown);
|
|
652
|
+
text-align: right;
|
|
653
|
+
height: 30px;
|
|
654
|
+
}
|
|
655
|
+
.media-control-audiotracks li[data-title] {
|
|
656
|
+
background-color: #c3c2c2;
|
|
657
|
+
padding: 5px;
|
|
736
658
|
}
|
|
737
|
-
.media-control-
|
|
659
|
+
.media-control-audiotracks li a {
|
|
660
|
+
display: block;
|
|
661
|
+
text-decoration: none;
|
|
738
662
|
text-overflow: ellipsis;
|
|
739
|
-
white-space: nowrap;
|
|
740
663
|
overflow: hidden;
|
|
741
|
-
|
|
742
|
-
|
|
664
|
+
white-space: nowrap;
|
|
665
|
+
height: 30px;
|
|
666
|
+
padding: 5px 10px;
|
|
667
|
+
color: #fffffe;
|
|
668
|
+
}
|
|
669
|
+
.media-control-audiotracks li a:hover {
|
|
670
|
+
text-decoration: none;
|
|
671
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
743
672
|
color: white;
|
|
744
|
-
cursor: default;
|
|
745
|
-
line-height: var(--bottom-panel);
|
|
746
|
-
position: relative;
|
|
747
673
|
}
|
|
748
|
-
.media-control-
|
|
749
|
-
|
|
750
|
-
padding-right: 6px;
|
|
674
|
+
.media-control-audiotracks li.current a {
|
|
675
|
+
color: #f00;
|
|
751
676
|
}
|
|
752
|
-
.media-control-
|
|
753
|
-
|
|
677
|
+
.media-control-audiotracks li:first-child a {
|
|
678
|
+
border-bottom-left-radius: 4px;
|
|
679
|
+
border-bottom-right-radius: 4px;
|
|
680
|
+
}
|
|
681
|
+
.media-control-audiotracks li:last-child a {
|
|
682
|
+
border-top-left-radius: 4px;
|
|
683
|
+
border-top-right-radius: 4px;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
@keyframes pulse {
|
|
687
|
+
0% {
|
|
688
|
+
color: #fff;
|
|
689
|
+
}
|
|
690
|
+
50% {
|
|
691
|
+
color: #ff0101;
|
|
692
|
+
}
|
|
693
|
+
100% {
|
|
694
|
+
color: #B80000;
|
|
695
|
+
}
|
|
696
|
+
}.media-control-pip {
|
|
697
|
+
order: 95;
|
|
698
|
+
display: flex;
|
|
699
|
+
}
|
|
700
|
+
.media-control-pip button {
|
|
701
|
+
height: 20px;
|
|
702
|
+
}
|
|
703
|
+
.media-control-pip button svg {
|
|
704
|
+
height: 20px;
|
|
754
705
|
}.context-menu {
|
|
755
706
|
z-index: 999;
|
|
756
707
|
position: absolute;
|
|
@@ -787,196 +738,63 @@
|
|
|
787
738
|
.context-menu .context-menu-list-item_icon {
|
|
788
739
|
width: 20px;
|
|
789
740
|
height: 20px;
|
|
790
|
-
}
|
|
791
|
-
outline: none !important;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
.gear-wrapper .go-back {
|
|
795
|
-
font-weight: 600;
|
|
796
|
-
font-size: 14px;
|
|
797
|
-
line-height: 20px;
|
|
798
|
-
width: 100%;
|
|
799
|
-
text-align: left;
|
|
800
|
-
padding: 12px;
|
|
801
|
-
}
|
|
802
|
-
.gear-wrapper .go-back .arrow-left-icon {
|
|
803
|
-
float: left;
|
|
804
|
-
padding-top: 2px;
|
|
805
|
-
padding-right: 2px;
|
|
806
|
-
}
|
|
807
|
-
.gear-wrapper .go-back .arrow-left-icon svg {
|
|
808
|
-
height: 16px;
|
|
809
|
-
}
|
|
810
|
-
.gear-wrapper ul.gear-sub-menu {
|
|
811
|
-
width: 100%;
|
|
812
|
-
list-style-type: none;
|
|
813
|
-
min-width: 60px;
|
|
814
|
-
border-top: 2px solid rgb(36, 36, 36);
|
|
815
|
-
overflow-y: auto;
|
|
816
|
-
}
|
|
817
|
-
.gear-wrapper ul.gear-sub-menu li {
|
|
818
|
-
font-size: 12px;
|
|
819
|
-
text-align: left;
|
|
820
|
-
}
|
|
821
|
-
.gear-wrapper ul.gear-sub-menu li[data-title] {
|
|
822
|
-
background-color: #c3c2c2;
|
|
823
|
-
padding: 5px;
|
|
824
|
-
}
|
|
825
|
-
.gear-wrapper ul.gear-sub-menu li a {
|
|
826
|
-
display: block;
|
|
827
|
-
text-decoration: none;
|
|
828
|
-
height: 32px;
|
|
829
|
-
padding: 5px 10px;
|
|
830
|
-
line-height: 22px;
|
|
831
|
-
color: #fffffe;
|
|
832
|
-
}
|
|
833
|
-
.gear-wrapper ul.gear-sub-menu li a:hover {
|
|
834
|
-
color: white;
|
|
835
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
836
|
-
}
|
|
837
|
-
.gear-wrapper ul.gear-sub-menu li a:hover a {
|
|
838
|
-
color: white;
|
|
839
|
-
text-decoration: none;
|
|
840
|
-
}
|
|
841
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon {
|
|
842
|
-
width: 30px;
|
|
843
|
-
height: 20px;
|
|
844
|
-
float: left;
|
|
845
|
-
display: block;
|
|
846
|
-
}
|
|
847
|
-
.gear-wrapper ul.gear-sub-menu li a .check-icon svg {
|
|
848
|
-
display: none;
|
|
849
|
-
}
|
|
850
|
-
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
851
|
-
display: inline;
|
|
852
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
853
|
-
order: 99;
|
|
854
|
-
height: 20px;
|
|
855
|
-
}
|
|
856
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
857
|
-
position: absolute;
|
|
858
|
-
right: 16px;
|
|
859
|
-
bottom: 52px;
|
|
860
|
-
width: 250px;
|
|
861
|
-
min-height: 48px;
|
|
862
|
-
z-index: 9999;
|
|
863
|
-
border-radius: 4px;
|
|
864
|
-
}
|
|
865
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
866
|
-
padding: 8px 0;
|
|
867
|
-
}
|
|
868
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
869
|
-
margin: 0;
|
|
870
|
-
text-align: left;
|
|
871
|
-
line-height: 22px;
|
|
872
|
-
padding: 5px 14px;
|
|
873
|
-
width: 250px;
|
|
874
|
-
font-size: 12px;
|
|
741
|
+
}.player-poster {
|
|
875
742
|
display: flex;
|
|
743
|
+
justify-content: center;
|
|
876
744
|
align-items: center;
|
|
877
|
-
justify-content: flex-start;
|
|
878
|
-
gap: 8px;
|
|
879
|
-
}
|
|
880
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
|
|
881
|
-
flex: 24px 0 0;
|
|
882
|
-
height: 24px;
|
|
883
|
-
}
|
|
884
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
|
|
885
|
-
visibility: hidden;
|
|
886
|
-
display: inline-block;
|
|
887
|
-
}
|
|
888
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
|
|
889
|
-
flex: 0 1 100%;
|
|
890
|
-
}
|
|
891
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
|
|
892
|
-
flex: 0 0 14px;
|
|
893
|
-
height: 24px;
|
|
894
|
-
}
|
|
895
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
896
|
-
flex: 1 0 auto;
|
|
897
|
-
}.share_plugin[data-share] {
|
|
898
|
-
pointer-events: auto;
|
|
899
|
-
z-index: 5;
|
|
900
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
901
|
-
}
|
|
902
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
903
|
-
right: -50px;
|
|
904
|
-
}
|
|
905
|
-
.share_plugin[data-share] .share-button-container {
|
|
906
|
-
cursor: pointer;
|
|
907
|
-
width: 36px;
|
|
908
|
-
height: 36px;
|
|
909
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
910
|
-
border-radius: 4px;
|
|
911
745
|
position: absolute;
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
746
|
+
height: 100%;
|
|
747
|
+
width: 100%;
|
|
748
|
+
z-index: 998;
|
|
749
|
+
top: 0;
|
|
750
|
+
left: 0;
|
|
751
|
+
background-color: #000;
|
|
752
|
+
background-size: cover;
|
|
753
|
+
background-repeat: no-repeat;
|
|
754
|
+
background-position: 50% 50%;
|
|
916
755
|
}
|
|
917
|
-
.
|
|
918
|
-
background-color: transparent;
|
|
919
|
-
border: 0;
|
|
920
|
-
margin: 0 6px;
|
|
921
|
-
padding: 0;
|
|
756
|
+
.player-poster.clickable {
|
|
922
757
|
cursor: pointer;
|
|
923
|
-
display: inline-block;
|
|
924
|
-
width: 19px;
|
|
925
|
-
height: 20px;
|
|
926
|
-
}
|
|
927
|
-
.share_plugin[data-share] .share-container {
|
|
928
|
-
pointer-events: auto;
|
|
929
|
-
position: absolute;
|
|
930
|
-
width: 280px;
|
|
931
|
-
background-color: white;
|
|
932
|
-
transform: translate(0, 50%);
|
|
933
|
-
transform: translate(-50%, -50%);
|
|
934
|
-
left: 50%;
|
|
935
|
-
/* margin-left: -140px; */
|
|
936
|
-
top: calc(50% - 20px);
|
|
937
|
-
/* margin-top: -170px; */
|
|
938
758
|
}
|
|
939
|
-
.
|
|
940
|
-
|
|
941
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
942
|
-
}
|
|
943
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
944
|
-
display: inline-block;
|
|
945
|
-
font-size: 16px;
|
|
946
|
-
margin: 5px;
|
|
759
|
+
.player-poster:hover .play-wrapper {
|
|
760
|
+
opacity: 1;
|
|
947
761
|
}
|
|
948
|
-
.
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
762
|
+
.player-poster .play-wrapper {
|
|
763
|
+
width: 100%;
|
|
764
|
+
height: 25%;
|
|
765
|
+
margin: 0 auto;
|
|
766
|
+
opacity: 0.75;
|
|
767
|
+
transition: opacity 0.1s ease;
|
|
954
768
|
}
|
|
955
|
-
.
|
|
956
|
-
|
|
769
|
+
.player-poster .play-wrapper svg {
|
|
770
|
+
height: 100%;
|
|
771
|
+
display: inline;
|
|
957
772
|
}
|
|
958
|
-
.
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
773
|
+
.player-poster .play-wrapper svg path {
|
|
774
|
+
fill: #fff;
|
|
775
|
+
}@charset "UTF-8";
|
|
776
|
+
.gplayer-mc-clips {
|
|
777
|
+
display: flex;
|
|
778
|
+
gap: 6px;
|
|
962
779
|
}
|
|
963
|
-
.
|
|
780
|
+
.gplayer-mc-clips .gplayer-mc-clips-text {
|
|
781
|
+
text-overflow: ellipsis;
|
|
782
|
+
white-space: nowrap;
|
|
964
783
|
overflow: hidden;
|
|
784
|
+
display: inline-block;
|
|
965
785
|
text-overflow: ellipsis;
|
|
966
|
-
color:
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
786
|
+
color: white;
|
|
787
|
+
cursor: default;
|
|
788
|
+
line-height: var(--bottom-panel);
|
|
789
|
+
position: relative;
|
|
790
|
+
max-width: 150px;
|
|
970
791
|
}
|
|
971
|
-
.
|
|
972
|
-
|
|
973
|
-
|
|
792
|
+
.gplayer-mc-clips .gplayer-mc-clips-text::before {
|
|
793
|
+
content: "•";
|
|
794
|
+
padding-right: 6px;
|
|
974
795
|
}
|
|
975
|
-
.
|
|
976
|
-
width:
|
|
977
|
-
display: inline-block;
|
|
978
|
-
margin-right: 5px;
|
|
979
|
-
cursor: pointer;
|
|
796
|
+
.gplayer-mc-clips .gplayer-mc-clips-text.compact {
|
|
797
|
+
max-width: 100px;
|
|
980
798
|
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
981
799
|
color: #CCCACA;
|
|
982
800
|
position: absolute;
|
|
@@ -1011,75 +829,298 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1011
829
|
cursor: pointer;
|
|
1012
830
|
width: 30px;
|
|
1013
831
|
margin: 15px auto 0;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
display: flex;
|
|
832
|
+
}*, :focus, :visited {
|
|
833
|
+
outline: none !important;
|
|
1017
834
|
}
|
|
1018
|
-
|
|
1019
|
-
|
|
835
|
+
|
|
836
|
+
.multicamera[data-multicamera] {
|
|
837
|
+
float: right;
|
|
838
|
+
margin-top: 4px;
|
|
839
|
+
position: relative;
|
|
840
|
+
margin-right: 20px;
|
|
841
|
+
width: 20px;
|
|
1020
842
|
}
|
|
1021
|
-
.
|
|
843
|
+
.multicamera[data-multicamera] button {
|
|
844
|
+
background-color: transparent;
|
|
845
|
+
color: #fff;
|
|
846
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
847
|
+
-webkit-font-smoothing: antialiased;
|
|
848
|
+
border: none;
|
|
849
|
+
font-size: 14px;
|
|
850
|
+
padding: 0;
|
|
851
|
+
}
|
|
852
|
+
.multicamera[data-multicamera] button svg {
|
|
1022
853
|
height: 20px;
|
|
1023
|
-
|
|
854
|
+
position: relative;
|
|
855
|
+
margin-top: 6px;
|
|
856
|
+
}
|
|
857
|
+
.multicamera[data-multicamera] button:hover {
|
|
858
|
+
color: #c9c9c9;
|
|
859
|
+
}
|
|
860
|
+
.multicamera[data-multicamera] button.changing {
|
|
861
|
+
animation: pulse 0.5s infinite alternate;
|
|
862
|
+
}
|
|
863
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
864
|
+
width: 9px;
|
|
865
|
+
height: 6px;
|
|
866
|
+
margin-top: 11px;
|
|
867
|
+
margin-left: 5px;
|
|
868
|
+
}
|
|
869
|
+
.multicamera[data-multicamera] > ul {
|
|
870
|
+
padding: 6px 0;
|
|
871
|
+
right: -24px;
|
|
872
|
+
width: 245px;
|
|
873
|
+
list-style-type: none;
|
|
874
|
+
position: absolute;
|
|
875
|
+
bottom: 48px;
|
|
876
|
+
border-radius: 4px;
|
|
877
|
+
display: none;
|
|
878
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
879
|
+
}
|
|
880
|
+
.multicamera[data-multicamera] > ul::after {
|
|
881
|
+
content: "";
|
|
882
|
+
position: absolute;
|
|
883
|
+
top: 100%;
|
|
884
|
+
left: 85%;
|
|
885
|
+
margin-left: -10px;
|
|
886
|
+
width: 0;
|
|
1024
887
|
height: 0;
|
|
888
|
+
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
889
|
+
border-right: 10px solid transparent;
|
|
890
|
+
border-left: 10px solid transparent;
|
|
891
|
+
}
|
|
892
|
+
.multicamera[data-multicamera] li {
|
|
893
|
+
font-size: 10px;
|
|
894
|
+
cursor: pointer;
|
|
895
|
+
}
|
|
896
|
+
.multicamera[data-multicamera] li .multicamera-item {
|
|
897
|
+
display: flex;
|
|
898
|
+
padding: 10px 0;
|
|
899
|
+
justify-content: center;
|
|
900
|
+
position: relative;
|
|
901
|
+
}
|
|
902
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
903
|
+
pointer-events: none;
|
|
904
|
+
}
|
|
905
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
906
|
+
opacity: 0.5;
|
|
907
|
+
}
|
|
908
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
909
|
+
opacity: 0.5;
|
|
910
|
+
}
|
|
911
|
+
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
912
|
+
background-color: rgba(0, 0, 0, 0);
|
|
913
|
+
}
|
|
914
|
+
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
915
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
916
|
+
}
|
|
917
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot {
|
|
918
|
+
width: 80px;
|
|
919
|
+
height: 60px;
|
|
920
|
+
}
|
|
921
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-screenshot img {
|
|
922
|
+
width: 80px;
|
|
923
|
+
height: 60px;
|
|
924
|
+
}
|
|
925
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text {
|
|
926
|
+
width: 120px;
|
|
927
|
+
text-align: left;
|
|
928
|
+
margin-left: 15px;
|
|
929
|
+
}
|
|
930
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-title, .multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
931
|
+
width: 120px;
|
|
932
|
+
height: 20px;
|
|
933
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
934
|
+
font-size: 14px;
|
|
935
|
+
font-weight: normal;
|
|
936
|
+
font-style: normal;
|
|
937
|
+
font-stretch: normal;
|
|
938
|
+
line-height: 1.43;
|
|
939
|
+
letter-spacing: normal;
|
|
940
|
+
text-align: left;
|
|
941
|
+
color: #fff;
|
|
942
|
+
text-overflow: ellipsis;
|
|
943
|
+
overflow: hidden;
|
|
944
|
+
}
|
|
945
|
+
.multicamera[data-multicamera] li .multicamera-item .multicamera-text .multicamera-description {
|
|
946
|
+
opacity: 0.6;
|
|
947
|
+
}
|
|
948
|
+
.multicamera[data-multicamera] li[data-title] {
|
|
949
|
+
background-color: #c3c2c2;
|
|
950
|
+
padding: 5px;
|
|
951
|
+
}
|
|
952
|
+
.multicamera[data-multicamera] li a {
|
|
953
|
+
color: #444;
|
|
954
|
+
padding: 2px 10px;
|
|
955
|
+
display: block;
|
|
956
|
+
text-decoration: none;
|
|
957
|
+
}
|
|
958
|
+
.multicamera[data-multicamera] li a:hover {
|
|
959
|
+
background-color: #555;
|
|
960
|
+
color: white;
|
|
961
|
+
}
|
|
962
|
+
.multicamera[data-multicamera] li a:hover a {
|
|
963
|
+
color: white;
|
|
964
|
+
text-decoration: none;
|
|
965
|
+
}
|
|
966
|
+
.multicamera[data-multicamera] li.current a {
|
|
967
|
+
color: #f00;
|
|
1025
968
|
}
|
|
1026
969
|
|
|
1027
|
-
|
|
970
|
+
@keyframes pulse {
|
|
971
|
+
0% {
|
|
972
|
+
color: #fff;
|
|
973
|
+
}
|
|
974
|
+
50% {
|
|
975
|
+
color: #ff0101;
|
|
976
|
+
}
|
|
977
|
+
100% {
|
|
978
|
+
color: #B80000;
|
|
979
|
+
}
|
|
980
|
+
}.big-mute-icon-wrapper[data-big-mute] {
|
|
1028
981
|
position: absolute;
|
|
1029
|
-
width: 100%;
|
|
1030
|
-
height: calc(100% - 50px);
|
|
1031
982
|
z-index: 9998;
|
|
1032
983
|
background-color: transparent;
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
.mc-skip-time .skip-container {
|
|
984
|
+
display: flex;
|
|
985
|
+
justify-content: center;
|
|
1036
986
|
width: 100%;
|
|
1037
|
-
height: 100
|
|
987
|
+
height: calc(100% - 50px);
|
|
988
|
+
margin: 0 auto;
|
|
989
|
+
opacity: 0.75;
|
|
990
|
+
transition: opacity 0.1s ease;
|
|
991
|
+
pointer-events: auto;
|
|
992
|
+
}
|
|
993
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
994
|
+
display: none;
|
|
995
|
+
}
|
|
996
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
997
|
+
cursor: pointer;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
1038
1001
|
display: flex;
|
|
1039
|
-
|
|
1002
|
+
align-items: center;
|
|
1003
|
+
justify-content: center;
|
|
1004
|
+
align-self: center;
|
|
1005
|
+
width: 120px;
|
|
1006
|
+
height: 120px;
|
|
1007
|
+
border: 2px solid white;
|
|
1008
|
+
border-radius: 50%;
|
|
1009
|
+
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
1010
|
+
filter: alpha(opacity=60);
|
|
1011
|
+
opacity: 1;
|
|
1012
|
+
box-shadow: 0 0 1px 0 white;
|
|
1013
|
+
background: rgba(240, 243, 247, 0.9411764706);
|
|
1014
|
+
z-index: 10000;
|
|
1040
1015
|
}
|
|
1041
|
-
.
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1016
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
1017
|
+
margin-left: 5px;
|
|
1018
|
+
width: 80px;
|
|
1019
|
+
height: 80px;
|
|
1020
|
+
}
|
|
1021
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
1022
|
+
fill: #1f1e1e !important;
|
|
1023
|
+
}
|
|
1024
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
1025
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
1026
|
+
}
|
|
1027
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
1028
|
+
fill: #151515 !important;
|
|
1029
|
+
}.dvr-controls {
|
|
1030
|
+
--disabled-opacity: 0.3;
|
|
1031
|
+
--circle-radius: 5px;
|
|
1032
|
+
display: flex;
|
|
1033
|
+
align-items: center;
|
|
1034
|
+
color: var(--player-dvr-color);
|
|
1035
|
+
font-size: 10px;
|
|
1036
|
+
font-weight: 500;
|
|
1037
|
+
height: var(--bottom-panel);
|
|
1038
|
+
line-height: var(--bottom-panel);
|
|
1039
|
+
margin-left: 0;
|
|
1040
|
+
}
|
|
1041
|
+
.dvr-controls .live-info,
|
|
1042
|
+
.dvr-controls .live-button {
|
|
1043
|
+
font-size: 14px;
|
|
1044
|
+
font-weight: 500;
|
|
1045
|
+
margin-left: 20px;
|
|
1046
|
+
letter-spacing: 0.8px;
|
|
1047
|
+
text-transform: uppercase;
|
|
1048
|
+
}
|
|
1049
|
+
.dvr-controls .live-info::before,
|
|
1050
|
+
.dvr-controls .live-button::before {
|
|
1051
|
+
margin-right: 8px;
|
|
1052
|
+
content: "";
|
|
1053
|
+
display: inline-block;
|
|
1054
|
+
position: relative;
|
|
1055
|
+
width: calc(var(--circle-radius) * 2);
|
|
1056
|
+
height: calc(var(--circle-radius) * 2);
|
|
1057
|
+
border-radius: var(--circle-radius);
|
|
1058
|
+
background-color: var(--player-dvr-color);
|
|
1059
|
+
}
|
|
1060
|
+
.dvr-controls.disabled {
|
|
1061
|
+
opacity: var(--disabled-opacity);
|
|
1062
|
+
}
|
|
1063
|
+
.dvr-controls.disabled:before {
|
|
1064
|
+
background-color: var(--player-dvr-color);
|
|
1065
|
+
}
|
|
1066
|
+
.dvr-controls .live-info {
|
|
1067
|
+
text-transform: uppercase;
|
|
1068
|
+
color: #fffffe;
|
|
1047
1069
|
}
|
|
1048
|
-
.
|
|
1049
|
-
background-color: #
|
|
1050
|
-
}.seek-time {
|
|
1051
|
-
position: absolute;
|
|
1052
|
-
white-space: nowrap;
|
|
1053
|
-
height: 20px;
|
|
1054
|
-
line-height: 20px;
|
|
1055
|
-
font-size: 0;
|
|
1056
|
-
left: -100%;
|
|
1057
|
-
bottom: 55px;
|
|
1058
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1059
|
-
z-index: 9999;
|
|
1060
|
-
transition: opacity 0.1s ease;
|
|
1070
|
+
.dvr-controls .live-info::before {
|
|
1071
|
+
background-color: #ed4f4a;
|
|
1061
1072
|
}
|
|
1062
|
-
.
|
|
1063
|
-
|
|
1073
|
+
.dvr-controls .live-button {
|
|
1074
|
+
cursor: pointer;
|
|
1075
|
+
outline: none;
|
|
1076
|
+
border: 0;
|
|
1077
|
+
color: var(--player-dvr-color);
|
|
1078
|
+
background-color: transparent;
|
|
1079
|
+
padding: 0;
|
|
1080
|
+
opacity: 0.7;
|
|
1081
|
+
transition: all 0.1s ease;
|
|
1064
1082
|
}
|
|
1065
|
-
.
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1083
|
+
.dvr-controls .live-button:hover {
|
|
1084
|
+
opacity: 1;
|
|
1085
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
1086
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1087
|
+
position: absolute;
|
|
1088
|
+
width: 70px;
|
|
1089
|
+
text-align: center;
|
|
1090
|
+
z-index: 999;
|
|
1091
|
+
left: 0;
|
|
1092
|
+
right: 0;
|
|
1093
|
+
margin: 0 auto;
|
|
1094
|
+
margin-left: auto;
|
|
1095
|
+
margin-right: auto;
|
|
1096
|
+
/* center vertically */
|
|
1097
|
+
top: 50%;
|
|
1098
|
+
transform: translateY(-50%);
|
|
1072
1099
|
}
|
|
1073
|
-
.
|
|
1100
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1101
|
+
width: 18px;
|
|
1102
|
+
height: 18px;
|
|
1103
|
+
background-color: #FFF;
|
|
1104
|
+
border-radius: 100%;
|
|
1074
1105
|
display: inline-block;
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
vertical-align: top;
|
|
1106
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1107
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1108
|
+
animation-fill-mode: both;
|
|
1079
1109
|
}
|
|
1080
|
-
.
|
|
1081
|
-
|
|
1082
|
-
|
|
1110
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1111
|
+
animation-delay: -0.32s;
|
|
1112
|
+
}
|
|
1113
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1114
|
+
animation-delay: -0.16s;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
@keyframes bouncedelay {
|
|
1118
|
+
0%, 80%, 100% {
|
|
1119
|
+
transform: scale(0);
|
|
1120
|
+
}
|
|
1121
|
+
40% {
|
|
1122
|
+
transform: scale(1);
|
|
1123
|
+
}
|
|
1083
1124
|
}[data-player] {
|
|
1084
1125
|
--bottom-panel: 40px;
|
|
1085
1126
|
}
|
|
@@ -1292,13 +1333,11 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1292
1333
|
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] button.media-control-button svg {
|
|
1293
1334
|
height: 17px;
|
|
1294
1335
|
}
|
|
1295
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .
|
|
1296
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-control-clips .media-clip-text {
|
|
1336
|
+
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
|
|
1297
1337
|
line-height: 33px;
|
|
1298
1338
|
font-size: 11px;
|
|
1299
1339
|
}
|
|
1300
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .
|
|
1301
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-control-clips .media-clip-text {
|
|
1340
|
+
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .gplayer-mc-clips .gplayer-mc-clips-text {
|
|
1302
1341
|
max-width: 50px;
|
|
1303
1342
|
}
|
|
1304
1343
|
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .drawer-container[data-volume] {
|
|
@@ -1636,249 +1675,63 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1636
1675
|
}
|
|
1637
1676
|
|
|
1638
1677
|
/* TODO distribute between plugins' styles */
|
|
1639
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button] {
|
|
1640
|
-
display: flex;
|
|
1641
|
-
justify-content: center;
|
|
1642
|
-
padding: 0;
|
|
1643
|
-
align-items: center;
|
|
1644
|
-
}
|
|
1645
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button]:hover {
|
|
1646
|
-
color: white;
|
|
1647
|
-
}
|
|
1648
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul {
|
|
1649
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1650
|
-
border: none;
|
|
1651
|
-
width: auto;
|
|
1652
|
-
border-radius: 4px;
|
|
1653
|
-
bottom: 52px;
|
|
1654
|
-
margin-left: -28px;
|
|
1655
|
-
}
|
|
1656
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li {
|
|
1657
|
-
font-size: 16px;
|
|
1658
|
-
text-align: center;
|
|
1659
|
-
white-space: nowrap;
|
|
1660
|
-
height: 30px;
|
|
1661
|
-
}
|
|
1662
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a {
|
|
1663
|
-
height: 30px;
|
|
1664
|
-
padding: 5px 10px;
|
|
1665
|
-
color: #fffffe;
|
|
1666
|
-
}
|
|
1667
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
|
|
1668
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1669
|
-
}
|
|
1670
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
|
|
1671
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1672
|
-
}
|
|
1673
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
|
|
1674
|
-
border-bottom-left-radius: 4px;
|
|
1675
|
-
border-bottom-right-radius: 4px;
|
|
1676
|
-
}
|
|
1677
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
|
|
1678
|
-
border-top-left-radius: 4px;
|
|
1679
|
-
border-top-right-radius: 4px;
|
|
1680
|
-
}
|
|
1681
|
-
.media-control-skin-1[data-media-control-skin-1] .seek-time {
|
|
1682
|
-
height: 26px;
|
|
1683
|
-
line-height: 26px;
|
|
1684
|
-
bottom: 52px;
|
|
1685
|
-
border-radius: 3px;
|
|
1686
|
-
background-color: rgba(74, 74, 74, 0.7);
|
|
1687
|
-
}
|
|
1688
|
-
.media-control-skin-1[data-media-control-skin-1] .seek-time span {
|
|
1689
|
-
letter-spacing: 0.8px;
|
|
1690
|
-
font-size: 14px;
|
|
1691
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1692
|
-
}
|
|
1693
|
-
.media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
|
|
1694
|
-
padding-left: 8px;
|
|
1695
|
-
padding-right: 8px;
|
|
1696
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1697
|
-
position: absolute;
|
|
1698
|
-
width: 70px;
|
|
1699
|
-
text-align: center;
|
|
1700
|
-
z-index: 999;
|
|
1701
|
-
left: 0;
|
|
1702
|
-
right: 0;
|
|
1703
|
-
margin: 0 auto;
|
|
1704
|
-
margin-left: auto;
|
|
1705
|
-
margin-right: auto;
|
|
1706
|
-
/* center vertically */
|
|
1707
|
-
top: 50%;
|
|
1708
|
-
transform: translateY(-50%);
|
|
1709
|
-
}
|
|
1710
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1711
|
-
width: 18px;
|
|
1712
|
-
height: 18px;
|
|
1713
|
-
background-color: #FFF;
|
|
1714
|
-
border-radius: 100%;
|
|
1715
|
-
display: inline-block;
|
|
1716
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1717
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1718
|
-
animation-fill-mode: both;
|
|
1719
|
-
}
|
|
1720
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1721
|
-
animation-delay: -0.32s;
|
|
1722
|
-
}
|
|
1723
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1724
|
-
animation-delay: -0.16s;
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
@keyframes bouncedelay {
|
|
1728
|
-
0%, 80%, 100% {
|
|
1729
|
-
transform: scale(0);
|
|
1730
|
-
}
|
|
1731
|
-
40% {
|
|
1732
|
-
transform: scale(1);
|
|
1733
|
-
}
|
|
1734
|
-
}*, :focus, :visited {
|
|
1735
|
-
outline: none !important;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
.multicamera[data-multicamera] {
|
|
1739
|
-
float: right;
|
|
1740
|
-
margin-top: 4px;
|
|
1741
|
-
position: relative;
|
|
1742
|
-
margin-right: 20px;
|
|
1743
|
-
width: 20px;
|
|
1744
|
-
}
|
|
1745
|
-
.multicamera[data-multicamera] button {
|
|
1746
|
-
background-color: transparent;
|
|
1747
|
-
color: #fff;
|
|
1748
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1749
|
-
-webkit-font-smoothing: antialiased;
|
|
1750
|
-
border: none;
|
|
1751
|
-
font-size: 14px;
|
|
1752
|
-
padding: 0;
|
|
1753
|
-
}
|
|
1754
|
-
.multicamera[data-multicamera] button svg {
|
|
1755
|
-
height: 20px;
|
|
1756
|
-
position: relative;
|
|
1757
|
-
margin-top: 6px;
|
|
1758
|
-
}
|
|
1759
|
-
.multicamera[data-multicamera] button:hover {
|
|
1760
|
-
color: #c9c9c9;
|
|
1761
|
-
}
|
|
1762
|
-
.multicamera[data-multicamera] button.changing {
|
|
1763
|
-
animation: pulse 0.5s infinite alternate;
|
|
1764
|
-
}
|
|
1765
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1766
|
-
width: 9px;
|
|
1767
|
-
height: 6px;
|
|
1768
|
-
margin-top: 11px;
|
|
1769
|
-
margin-left: 5px;
|
|
1770
|
-
}
|
|
1771
|
-
.multicamera[data-multicamera] > ul {
|
|
1772
|
-
padding: 6px 0;
|
|
1773
|
-
right: -24px;
|
|
1774
|
-
width: 245px;
|
|
1775
|
-
list-style-type: none;
|
|
1776
|
-
position: absolute;
|
|
1777
|
-
bottom: 48px;
|
|
1778
|
-
border-radius: 4px;
|
|
1779
|
-
display: none;
|
|
1780
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
1781
|
-
}
|
|
1782
|
-
.multicamera[data-multicamera] > ul::after {
|
|
1783
|
-
content: "";
|
|
1784
|
-
position: absolute;
|
|
1785
|
-
top: 100%;
|
|
1786
|
-
left: 85%;
|
|
1787
|
-
margin-left: -10px;
|
|
1788
|
-
width: 0;
|
|
1789
|
-
height: 0;
|
|
1790
|
-
border-top: 10px solid rgba(74, 74, 74, 0.9);
|
|
1791
|
-
border-right: 10px solid transparent;
|
|
1792
|
-
border-left: 10px solid transparent;
|
|
1793
|
-
}
|
|
1794
|
-
.multicamera[data-multicamera] li {
|
|
1795
|
-
font-size: 10px;
|
|
1796
|
-
cursor: pointer;
|
|
1797
|
-
}
|
|
1798
|
-
.multicamera[data-multicamera] li .multicamera-item {
|
|
1799
|
-
display: flex;
|
|
1800
|
-
padding: 10px 0;
|
|
1801
|
-
justify-content: center;
|
|
1802
|
-
position: relative;
|
|
1803
|
-
}
|
|
1804
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] {
|
|
1805
|
-
pointer-events: none;
|
|
1806
|
-
}
|
|
1807
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-screenshot {
|
|
1808
|
-
opacity: 0.5;
|
|
1809
|
-
}
|
|
1810
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false] .multicamera-text {
|
|
1811
|
-
opacity: 0.5;
|
|
1812
|
-
}
|
|
1813
|
-
.multicamera[data-multicamera] li .multicamera-item[data-mulitcamera-selector-live=false]:hover {
|
|
1814
|
-
background-color: rgba(0, 0, 0, 0);
|
|
1815
|
-
}
|
|
1816
|
-
.multicamera[data-multicamera] li .multicamera-item:hover, .multicamera[data-multicamera] li .multicamera-item.multicamera-active {
|
|
1817
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
1678
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button] {
|
|
1679
|
+
display: flex;
|
|
1680
|
+
justify-content: center;
|
|
1681
|
+
padding: 0;
|
|
1682
|
+
align-items: center;
|
|
1818
1683
|
}
|
|
1819
|
-
.
|
|
1820
|
-
|
|
1821
|
-
height: 60px;
|
|
1684
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc button[data-cc-button]:hover {
|
|
1685
|
+
color: white;
|
|
1822
1686
|
}
|
|
1823
|
-
.
|
|
1824
|
-
|
|
1825
|
-
|
|
1687
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul {
|
|
1688
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1689
|
+
border: none;
|
|
1690
|
+
width: auto;
|
|
1691
|
+
border-radius: 4px;
|
|
1692
|
+
bottom: 52px;
|
|
1693
|
+
margin-left: -28px;
|
|
1826
1694
|
}
|
|
1827
|
-
.
|
|
1828
|
-
|
|
1829
|
-
text-align:
|
|
1830
|
-
|
|
1695
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li {
|
|
1696
|
+
font-size: 16px;
|
|
1697
|
+
text-align: center;
|
|
1698
|
+
white-space: nowrap;
|
|
1699
|
+
height: 30px;
|
|
1831
1700
|
}
|
|
1832
|
-
.
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
font-size: 14px;
|
|
1837
|
-
font-weight: normal;
|
|
1838
|
-
font-style: normal;
|
|
1839
|
-
font-stretch: normal;
|
|
1840
|
-
line-height: 1.43;
|
|
1841
|
-
letter-spacing: normal;
|
|
1842
|
-
text-align: left;
|
|
1843
|
-
color: #fff;
|
|
1844
|
-
text-overflow: ellipsis;
|
|
1845
|
-
overflow: hidden;
|
|
1701
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a {
|
|
1702
|
+
height: 30px;
|
|
1703
|
+
padding: 5px 10px;
|
|
1704
|
+
color: #fffffe;
|
|
1846
1705
|
}
|
|
1847
|
-
.
|
|
1848
|
-
|
|
1706
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li a:hover {
|
|
1707
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1849
1708
|
}
|
|
1850
|
-
.
|
|
1851
|
-
background-color:
|
|
1852
|
-
padding: 5px;
|
|
1709
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li.current a {
|
|
1710
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
1853
1711
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
display: block;
|
|
1858
|
-
text-decoration: none;
|
|
1712
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:first-child a {
|
|
1713
|
+
border-bottom-left-radius: 4px;
|
|
1714
|
+
border-bottom-right-radius: 4px;
|
|
1859
1715
|
}
|
|
1860
|
-
.
|
|
1861
|
-
|
|
1862
|
-
|
|
1716
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-cc ul li:last-child a {
|
|
1717
|
+
border-top-left-radius: 4px;
|
|
1718
|
+
border-top-right-radius: 4px;
|
|
1863
1719
|
}
|
|
1864
|
-
.
|
|
1865
|
-
|
|
1866
|
-
|
|
1720
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time {
|
|
1721
|
+
height: 26px;
|
|
1722
|
+
line-height: 26px;
|
|
1723
|
+
bottom: 52px;
|
|
1724
|
+
border-radius: 3px;
|
|
1725
|
+
background-color: rgba(74, 74, 74, 0.7);
|
|
1867
1726
|
}
|
|
1868
|
-
.
|
|
1869
|
-
|
|
1727
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time span {
|
|
1728
|
+
letter-spacing: 0.8px;
|
|
1729
|
+
font-size: 14px;
|
|
1730
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1870
1731
|
}
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
color: #fff;
|
|
1875
|
-
}
|
|
1876
|
-
50% {
|
|
1877
|
-
color: #ff0101;
|
|
1878
|
-
}
|
|
1879
|
-
100% {
|
|
1880
|
-
color: #B80000;
|
|
1881
|
-
}
|
|
1732
|
+
.media-control-skin-1[data-media-control-skin-1] .seek-time .seek-time__pos {
|
|
1733
|
+
padding-left: 8px;
|
|
1734
|
+
padding-right: 8px;
|
|
1882
1735
|
}*,
|
|
1883
1736
|
:focus,
|
|
1884
1737
|
:visited {
|
|
@@ -1952,6 +1805,125 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1952
1805
|
.ios-fullscreen::cue {
|
|
1953
1806
|
visibility: visible !important;
|
|
1954
1807
|
font-size: 1em !important;
|
|
1808
|
+
}.share_plugin[data-share] {
|
|
1809
|
+
pointer-events: auto;
|
|
1810
|
+
z-index: 5;
|
|
1811
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1812
|
+
}
|
|
1813
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1814
|
+
right: -50px;
|
|
1815
|
+
}
|
|
1816
|
+
.share_plugin[data-share] .share-button-container {
|
|
1817
|
+
cursor: pointer;
|
|
1818
|
+
width: 36px;
|
|
1819
|
+
height: 36px;
|
|
1820
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1821
|
+
border-radius: 4px;
|
|
1822
|
+
position: absolute;
|
|
1823
|
+
right: 10px;
|
|
1824
|
+
top: 10px;
|
|
1825
|
+
padding-top: 6px;
|
|
1826
|
+
transition: all 0.3s ease-out;
|
|
1827
|
+
}
|
|
1828
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1829
|
+
background-color: transparent;
|
|
1830
|
+
border: 0;
|
|
1831
|
+
margin: 0 6px;
|
|
1832
|
+
padding: 0;
|
|
1833
|
+
cursor: pointer;
|
|
1834
|
+
display: inline-block;
|
|
1835
|
+
width: 19px;
|
|
1836
|
+
height: 20px;
|
|
1837
|
+
}
|
|
1838
|
+
.share_plugin[data-share] .share-container {
|
|
1839
|
+
pointer-events: auto;
|
|
1840
|
+
position: absolute;
|
|
1841
|
+
width: 280px;
|
|
1842
|
+
background-color: white;
|
|
1843
|
+
transform: translate(0, 50%);
|
|
1844
|
+
transform: translate(-50%, -50%);
|
|
1845
|
+
left: 50%;
|
|
1846
|
+
/* margin-left: -140px; */
|
|
1847
|
+
top: calc(50% - 20px);
|
|
1848
|
+
/* margin-top: -170px; */
|
|
1849
|
+
}
|
|
1850
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1851
|
+
text-align: left;
|
|
1852
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1853
|
+
}
|
|
1854
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1855
|
+
display: inline-block;
|
|
1856
|
+
font-size: 16px;
|
|
1857
|
+
margin: 5px;
|
|
1858
|
+
}
|
|
1859
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1860
|
+
display: inline-block;
|
|
1861
|
+
width: 24px;
|
|
1862
|
+
float: right;
|
|
1863
|
+
margin: 5px;
|
|
1864
|
+
cursor: pointer;
|
|
1865
|
+
}
|
|
1866
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1867
|
+
margin-bottom: 8px;
|
|
1868
|
+
}
|
|
1869
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1870
|
+
text-align: left;
|
|
1871
|
+
font-size: 14px;
|
|
1872
|
+
padding: 5px;
|
|
1873
|
+
}
|
|
1874
|
+
.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 {
|
|
1875
|
+
overflow: hidden;
|
|
1876
|
+
text-overflow: ellipsis;
|
|
1877
|
+
color: #818181;
|
|
1878
|
+
border: solid 1px #d3d3d3;
|
|
1879
|
+
width: calc(100% - 10px);
|
|
1880
|
+
padding: 5px;
|
|
1881
|
+
}
|
|
1882
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1883
|
+
max-height: 90px;
|
|
1884
|
+
resize: none;
|
|
1885
|
+
}
|
|
1886
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1887
|
+
width: 32px;
|
|
1888
|
+
display: inline-block;
|
|
1889
|
+
margin-right: 5px;
|
|
1890
|
+
cursor: pointer;
|
|
1891
|
+
}.quality-levels li.disabled {
|
|
1892
|
+
opacity: 0.5;
|
|
1893
|
+
pointer-events: none;
|
|
1894
|
+
}
|
|
1895
|
+
.quality-levels li.current {
|
|
1896
|
+
background-color: #000;
|
|
1897
|
+
}.container-with-poster-clickable .mc-skip-time {
|
|
1898
|
+
height: 0;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
.mc-skip-time {
|
|
1902
|
+
position: absolute;
|
|
1903
|
+
width: 100%;
|
|
1904
|
+
height: calc(100% - 50px);
|
|
1905
|
+
z-index: 9998;
|
|
1906
|
+
background-color: transparent;
|
|
1907
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1908
|
+
}
|
|
1909
|
+
.mc-skip-time .skip-container {
|
|
1910
|
+
width: 100%;
|
|
1911
|
+
height: 100%;
|
|
1912
|
+
display: flex;
|
|
1913
|
+
justify-content: space-between;
|
|
1914
|
+
}
|
|
1915
|
+
.mc-skip-time .skip-container .skip-item {
|
|
1916
|
+
flex: 1 0 0px;
|
|
1917
|
+
height: 100%;
|
|
1918
|
+
}.player-logo[data-logo] {
|
|
1919
|
+
position: absolute;
|
|
1920
|
+
z-index: 2;
|
|
1921
|
+
width: 100%;
|
|
1922
|
+
height: 100%;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
.clappr-logo {
|
|
1926
|
+
position: absolute;
|
|
1955
1927
|
}.scrub-thumbnails {
|
|
1956
1928
|
position: absolute;
|
|
1957
1929
|
bottom: 52px;
|
|
@@ -2015,13 +1987,37 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
2015
1987
|
}
|
|
2016
1988
|
.scrub-thumbnails .backdrop .carousel img {
|
|
2017
1989
|
width: auto;
|
|
2018
|
-
}.
|
|
1990
|
+
}.seek-time {
|
|
2019
1991
|
position: absolute;
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
height:
|
|
1992
|
+
white-space: nowrap;
|
|
1993
|
+
height: 20px;
|
|
1994
|
+
line-height: 20px;
|
|
1995
|
+
font-size: 0;
|
|
1996
|
+
left: -100%;
|
|
1997
|
+
bottom: 55px;
|
|
1998
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1999
|
+
z-index: 9999;
|
|
2000
|
+
transition: opacity 0.1s ease;
|
|
2023
2001
|
}
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2002
|
+
.seek-time.hidden {
|
|
2003
|
+
opacity: 0;
|
|
2004
|
+
}
|
|
2005
|
+
.seek-time .seek-time__pos {
|
|
2006
|
+
display: inline-block;
|
|
2007
|
+
color: white;
|
|
2008
|
+
font-size: 10px;
|
|
2009
|
+
padding-left: 7px;
|
|
2010
|
+
padding-right: 7px;
|
|
2011
|
+
vertical-align: top;
|
|
2012
|
+
}
|
|
2013
|
+
.seek-time .seek-time__duration {
|
|
2014
|
+
display: inline-block;
|
|
2015
|
+
color: rgba(255, 255, 255, 0.5);
|
|
2016
|
+
font-size: 10px;
|
|
2017
|
+
padding-right: 7px;
|
|
2018
|
+
vertical-align: top;
|
|
2019
|
+
}
|
|
2020
|
+
.seek-time .seek-time__duration::before {
|
|
2021
|
+
content: "|";
|
|
2022
|
+
margin-right: 7px;
|
|
2027
2023
|
}
|