@gcorevideo/player 2.22.15 → 2.22.17
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 -0
- package/assets/clips/clips.scss +23 -3
- package/assets/level-selector/list.ejs +9 -3
- package/assets/media-control/media-control.ejs +1 -9
- package/assets/media-control/media-control.scss +0 -25
- package/assets/media-control/width370.scss +4 -4
- package/dist/core.js +6 -8
- package/dist/index.css +855 -855
- package/dist/index.js +609 -664
- package/dist/player.d.ts +426 -302
- package/dist/plugins/index.css +551 -551
- package/dist/plugins/index.js +648 -703
- package/docs/api/{player.audioselector.md → player.audiotracks.md} +3 -3
- package/docs/api/player.clapprstats.exportmetrics.md +1 -1
- package/docs/api/player.clapprstats.md +5 -15
- package/docs/api/player.clapprstatssettings.md +13 -0
- package/docs/api/{player.contextmenupluginsettings.preventshowcontextmenu.md → player.clips.destroy.md} +7 -3
- package/docs/api/{player.contextmenupluginsettings.label.md → player.clips.disable.md} +7 -3
- package/docs/api/player.clips.enable.md +18 -0
- package/docs/api/player.clips.md +170 -0
- package/docs/api/player.clips.render.md +18 -0
- package/docs/api/player.clips.supportedversion.md +16 -0
- package/docs/api/player.clips.version.md +14 -0
- package/docs/api/player.clipspluginsettings.md +2 -2
- package/docs/api/player.clipspluginsettings.text.md +1 -1
- package/docs/api/player.contextmenu.md +2 -0
- package/docs/api/player.contextmenupluginsettings.md +2 -40
- package/docs/api/{player.contextmenupluginsettings.url.md → player.contextmenupluginsettings.options.md} +3 -3
- package/docs/api/player.md +101 -37
- package/docs/api/player.mediacontrol.md +9 -15
- package/docs/api/{player.mediacontrol.getelement.md → player.mediacontrol.mount.md} +20 -7
- package/docs/api/player.mediacontrolelement.md +4 -2
- package/docs/api/player.mediacontrollayerelement.md +16 -0
- package/docs/api/player.mediacontrolleftelement.md +16 -0
- package/docs/api/player.mediacontrolrightelement.md +16 -0
- package/docs/api/player.mediacontrolsettings.md +23 -0
- package/docs/api/player.menuoption.md +21 -0
- package/docs/api/{player.clapprnerdstats._constructor_.md → player.nerdstats._constructor_.md} +3 -3
- package/docs/api/{player.clapprnerdstats.md → player.nerdstats.md} +5 -5
- package/docs/api/player.playbackrate.md +1 -1
- package/docs/api/player.playerconfig.md +1 -1
- package/docs/api/player.playerconfig.playbacktype.md +1 -1
- package/docs/api/player.qualitylevel.height.md +1 -1
- package/docs/api/player.qualitylevel.level.md +1 -1
- package/docs/api/player.qualitylevel.md +4 -4
- package/docs/api/player.qualitylevel.width.md +1 -1
- package/docs/api/{player.levelselector.events.md → player.qualitylevels.events.md} +2 -2
- package/docs/api/{player.levelselector.md → player.qualitylevels.md} +6 -6
- package/docs/api/{player.levelselectorpluginsettings.labels.md → player.qualitylevelspluginsettings.labels.md} +2 -2
- package/docs/api/{player.levelselectorpluginsettings.md → player.qualitylevelspluginsettings.md} +6 -6
- package/docs/api/{player.levelselectorpluginsettings.restrictresolution.md → player.qualitylevelspluginsettings.restrictresolution.md} +2 -2
- package/docs/api/player.timeposition.current.md +1 -1
- package/docs/api/player.timeposition.md +2 -2
- package/docs/api/player.timeposition.total.md +1 -1
- package/docs/api/player.timeprogress.md +6 -4
- package/docs/api/player.timevalue.md +1 -1
- package/lib/index.plugins.d.ts +2 -1
- package/lib/index.plugins.d.ts.map +1 -1
- package/lib/index.plugins.js +2 -1
- package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
- package/lib/playback/dash-playback/DashPlayback.js +5 -7
- package/lib/playback.types.d.ts +22 -9
- package/lib/playback.types.d.ts.map +1 -1
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +4 -0
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +1 -1
- package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +20 -23
- package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts +83 -0
- package/lib/plugins/clappr-nerd-stats/NerdStats.d.ts.map +1 -0
- package/lib/plugins/clappr-nerd-stats/NerdStats.js +339 -0
- package/lib/plugins/clappr-stats/ClapprStats.d.ts +27 -32
- package/lib/plugins/clappr-stats/ClapprStats.d.ts.map +1 -1
- package/lib/plugins/clappr-stats/ClapprStats.js +94 -202
- package/lib/plugins/clappr-stats/types.d.ts +65 -24
- package/lib/plugins/clappr-stats/types.d.ts.map +1 -1
- package/lib/plugins/clappr-stats/types.js +37 -2
- package/lib/plugins/clappr-stats/utils.d.ts.map +1 -1
- package/lib/plugins/clappr-stats/utils.js +1 -2
- package/lib/plugins/clips/Clips.d.ts +21 -16
- package/lib/plugins/clips/Clips.d.ts.map +1 -1
- package/lib/plugins/clips/Clips.js +96 -98
- package/lib/plugins/clips/types.d.ts +19 -0
- package/lib/plugins/clips/types.d.ts.map +1 -0
- package/lib/plugins/clips/types.js +1 -0
- package/lib/plugins/clips/utils.d.ts +4 -0
- package/lib/plugins/clips/utils.d.ts.map +1 -0
- package/lib/plugins/clips/utils.js +36 -0
- package/lib/plugins/media-control/MediaControl.d.ts +4 -7
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +19 -31
- package/lib/plugins/utils.d.ts +9 -1
- package/lib/plugins/utils.d.ts.map +1 -1
- package/lib/plugins/utils.js +9 -10
- package/lib/plugins/vast-ads/loaderxml.js +2 -2
- package/lib/testUtils.d.ts +2 -1
- package/lib/testUtils.d.ts.map +1 -1
- package/lib/testUtils.js +5 -7
- package/package.json +1 -1
- package/src/index.plugins.ts +2 -1
- package/src/playback/dash-playback/DashPlayback.ts +5 -8
- package/src/playback.types.ts +23 -8
- package/src/plugins/clappr-nerd-stats/{ClapprNerdStats.ts → NerdStats.ts} +25 -30
- package/src/plugins/clappr-stats/ClapprStats.ts +242 -306
- package/src/plugins/clappr-stats/__tests__/ClapprStats.test.ts +133 -0
- package/src/plugins/clappr-stats/types.ts +72 -25
- package/src/plugins/clappr-stats/utils.ts +1 -2
- package/src/plugins/clips/Clips.ts +116 -135
- package/src/plugins/clips/__tests__/Clips.test.ts +72 -0
- package/src/plugins/clips/__tests__/__snapshots__/Clips.test.ts.snap +14 -0
- package/src/plugins/clips/types.ts +22 -0
- package/src/plugins/clips/utils.ts +54 -0
- package/src/plugins/error-screen/__tests__/ErrorScreen.test.ts +3 -4
- package/src/plugins/level-selector/__tests__/__snapshots__/QualityLevels.test.ts.snap +18 -18
- package/src/plugins/media-control/MediaControl.ts +31 -58
- package/src/plugins/media-control/__tests__/__snapshots__/MediaControl.test.ts.snap +7 -35
- package/src/plugins/subtitles/__tests__/ClosedCaptions.test.ts +1 -0
- package/src/plugins/utils.ts +9 -7
- package/src/plugins/vast-ads/loaderxml.ts +2 -2
- package/src/testUtils.ts +5 -7
- package/temp/player.api.json +693 -471
- package/tsconfig.tsbuildinfo +1 -1
- package/docs/api/player.clapprstats.setupdatemetrics.md +0 -56
- package/docs/api/player.clipsplugin.gettext.md +0 -58
- package/docs/api/player.clipsplugin.md +0 -59
- package/docs/api/player.mediacontrol.handlecustomarea.md +0 -52
package/dist/index.css
CHANGED
|
@@ -122,377 +122,335 @@
|
|
|
122
122
|
.gplayer-lite-btn::-moz-focus-inner {
|
|
123
123
|
border: 0;
|
|
124
124
|
padding: 0;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
--secondary-text-color: #fff4f2;
|
|
130
|
-
--hover-text-color: #f9b090;
|
|
131
|
-
--speedtest-red: #df564d;
|
|
132
|
-
--speedtest-orange: #df934d;
|
|
133
|
-
--speedtest-yellow: #dfd04d;
|
|
134
|
-
--speedtest-light-green: #c2df4d;
|
|
135
|
-
--speedtest-green: #73df4d;
|
|
125
|
+
}*,
|
|
126
|
+
:focus,
|
|
127
|
+
:visited {
|
|
128
|
+
outline: none !important;
|
|
136
129
|
}
|
|
137
130
|
|
|
138
|
-
.
|
|
139
|
-
position:
|
|
140
|
-
display: inline-block;
|
|
141
|
-
bottom: 52px;
|
|
142
|
-
right: 16px;
|
|
143
|
-
padding: 0 10px 12px;
|
|
144
|
-
margin: 0;
|
|
145
|
-
line-height: 20px;
|
|
146
|
-
font-size: 12px;
|
|
147
|
-
font-weight: 500;
|
|
148
|
-
background: var(--primary-background-color);
|
|
149
|
-
color: #fff;
|
|
150
|
-
z-index: 20000;
|
|
151
|
-
overflow: auto;
|
|
152
|
-
max-height: calc(100vh - 60px);
|
|
153
|
-
max-width: calc(100vw - 10px);
|
|
154
|
-
}
|
|
155
|
-
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
156
|
-
position: absolute;
|
|
157
|
-
top: 0;
|
|
158
|
-
left: 0;
|
|
159
|
-
z-index: 99990;
|
|
160
|
-
width: 100%;
|
|
161
|
-
height: 32px;
|
|
162
|
-
background: var(--primary-background-color);
|
|
131
|
+
.media-control-audiotracks {
|
|
132
|
+
position: relative;
|
|
163
133
|
}
|
|
164
|
-
.
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
134
|
+
.media-control-audiotracks button {
|
|
135
|
+
background-color: transparent;
|
|
136
|
+
color: #fff;
|
|
137
|
+
-webkit-font-smoothing: antialiased;
|
|
138
|
+
border: none;
|
|
139
|
+
cursor: pointer;
|
|
140
|
+
display: flex;
|
|
141
|
+
align-items: center;
|
|
142
|
+
padding: 0;
|
|
171
143
|
}
|
|
172
|
-
.
|
|
173
|
-
|
|
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;
|
|
174
153
|
}
|
|
175
|
-
.
|
|
176
|
-
|
|
154
|
+
.media-control-audiotracks button:hover {
|
|
155
|
+
color: white;
|
|
177
156
|
}
|
|
178
|
-
.
|
|
179
|
-
|
|
180
|
-
margin-top: 44px;
|
|
157
|
+
.media-control-audiotracks button.changing {
|
|
158
|
+
animation: pulse 0.5s infinite alternate;
|
|
181
159
|
}
|
|
182
|
-
.
|
|
183
|
-
width:
|
|
160
|
+
.media-control-audiotracks button span.audio-arrow {
|
|
161
|
+
width: 9px;
|
|
162
|
+
height: 6px;
|
|
163
|
+
margin-left: 5px;
|
|
184
164
|
}
|
|
185
|
-
.
|
|
165
|
+
.media-control-audiotracks .menu {
|
|
166
|
+
max-width: 114px;
|
|
186
167
|
list-style-type: none;
|
|
168
|
+
position: absolute;
|
|
169
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
170
|
+
border: none;
|
|
171
|
+
min-width: 60px;
|
|
172
|
+
border-radius: 4px;
|
|
173
|
+
bottom: 40px;
|
|
174
|
+
right: -2px;
|
|
187
175
|
}
|
|
188
|
-
.
|
|
189
|
-
|
|
190
|
-
padding-right: 2px;
|
|
191
|
-
background: var(--primary-background-color);
|
|
192
|
-
}
|
|
193
|
-
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
194
|
-
display: inline-block;
|
|
195
|
-
float: left;
|
|
196
|
-
padding: 5px;
|
|
197
|
-
width: 200px;
|
|
176
|
+
.media-control-audiotracks .menu.hidden {
|
|
177
|
+
display: none;
|
|
198
178
|
}
|
|
199
|
-
.
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
179
|
+
.media-control-audiotracks li {
|
|
180
|
+
font-size: var(--font-size-media-controls-dropdown);
|
|
181
|
+
text-align: right;
|
|
182
|
+
height: 30px;
|
|
203
183
|
}
|
|
204
|
-
.
|
|
205
|
-
|
|
184
|
+
.media-control-audiotracks li[data-title] {
|
|
185
|
+
background-color: #c3c2c2;
|
|
186
|
+
padding: 5px;
|
|
206
187
|
}
|
|
207
|
-
.
|
|
208
|
-
|
|
188
|
+
.media-control-audiotracks li a {
|
|
189
|
+
display: block;
|
|
190
|
+
text-decoration: none;
|
|
191
|
+
text-overflow: ellipsis;
|
|
192
|
+
overflow: hidden;
|
|
193
|
+
white-space: nowrap;
|
|
194
|
+
height: 30px;
|
|
195
|
+
padding: 5px 10px;
|
|
196
|
+
color: #fffffe;
|
|
209
197
|
}
|
|
210
|
-
.
|
|
211
|
-
|
|
198
|
+
.media-control-audiotracks li a:hover {
|
|
199
|
+
text-decoration: none;
|
|
200
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
201
|
+
color: white;
|
|
212
202
|
}
|
|
213
|
-
.
|
|
214
|
-
|
|
203
|
+
.media-control-audiotracks li.current a {
|
|
204
|
+
color: #f00;
|
|
215
205
|
}
|
|
216
|
-
.
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
padding-bottom: 4px;
|
|
220
|
-
font-size: 14px;
|
|
206
|
+
.media-control-audiotracks li:first-child a {
|
|
207
|
+
border-bottom-left-radius: 4px;
|
|
208
|
+
border-bottom-right-radius: 4px;
|
|
221
209
|
}
|
|
222
|
-
.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
right: 0;
|
|
226
|
-
top: 0;
|
|
210
|
+
.media-control-audiotracks li:last-child a {
|
|
211
|
+
border-top-left-radius: 4px;
|
|
212
|
+
border-top-right-radius: 4px;
|
|
227
213
|
}
|
|
228
214
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
215
|
+
@keyframes pulse {
|
|
216
|
+
0% {
|
|
217
|
+
color: #fff;
|
|
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;
|
|
233
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;
|
|
234
237
|
}
|
|
235
|
-
.
|
|
236
|
-
|
|
237
|
-
height: auto;
|
|
238
|
-
}
|
|
239
|
-
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
|
|
240
|
-
width: 100%;
|
|
241
|
-
flex-direction: column;
|
|
238
|
+
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
239
|
+
display: none;
|
|
242
240
|
}
|
|
243
|
-
.
|
|
244
|
-
|
|
241
|
+
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
242
|
+
cursor: pointer;
|
|
245
243
|
}
|
|
246
|
-
|
|
247
|
-
|
|
244
|
+
|
|
245
|
+
.big-mute-icon[data-big-mute-icon] {
|
|
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;
|
|
248
260
|
}
|
|
249
|
-
.
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
261
|
+
.big-mute-icon[data-big-mute-icon] svg {
|
|
262
|
+
margin-left: 5px;
|
|
263
|
+
width: 80px;
|
|
264
|
+
height: 80px;
|
|
253
265
|
}
|
|
254
|
-
.
|
|
255
|
-
|
|
266
|
+
.big-mute-icon[data-big-mute-icon] svg path {
|
|
267
|
+
fill: #1f1e1e !important;
|
|
256
268
|
}
|
|
257
|
-
.
|
|
258
|
-
|
|
269
|
+
.big-mute-icon[data-big-mute-icon]:hover {
|
|
270
|
+
background: rgba(240, 243, 247, 0.8784313725);
|
|
259
271
|
}
|
|
260
|
-
.
|
|
261
|
-
|
|
262
|
-
|
|
272
|
+
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
273
|
+
fill: #151515 !important;
|
|
274
|
+
}@charset "UTF-8";
|
|
275
|
+
.media-control-clips {
|
|
276
|
+
display: flex;
|
|
277
|
+
gap: 6px;
|
|
263
278
|
}
|
|
264
|
-
.
|
|
265
|
-
|
|
266
|
-
|
|
279
|
+
.media-control-clips .media-clip-text {
|
|
280
|
+
text-overflow: ellipsis;
|
|
281
|
+
white-space: nowrap;
|
|
282
|
+
overflow: hidden;
|
|
283
|
+
display: inline-block;
|
|
284
|
+
text-overflow: ellipsis;
|
|
285
|
+
color: white;
|
|
286
|
+
cursor: default;
|
|
287
|
+
line-height: var(--bottom-panel);
|
|
288
|
+
position: relative;
|
|
267
289
|
}
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
color: #000;
|
|
290
|
+
.media-control-clips .media-clip-text::before {
|
|
291
|
+
content: "•";
|
|
292
|
+
padding-right: 6px;
|
|
272
293
|
}
|
|
273
|
-
|
|
274
|
-
|
|
294
|
+
.media-control-clips .media-clip-text {
|
|
295
|
+
max-width: 100px;
|
|
296
|
+
}.context-menu {
|
|
297
|
+
z-index: 999;
|
|
275
298
|
position: absolute;
|
|
276
299
|
top: 0;
|
|
277
300
|
left: 0;
|
|
278
|
-
|
|
279
|
-
height: 100%;
|
|
280
|
-
z-index: 9999;
|
|
301
|
+
text-align: center;
|
|
281
302
|
}
|
|
282
|
-
.
|
|
283
|
-
|
|
284
|
-
|
|
303
|
+
.context-menu .context-menu-list {
|
|
304
|
+
font-family: "Proxima Nova", sans-serif;
|
|
305
|
+
font-size: 12px;
|
|
306
|
+
line-height: 12px;
|
|
307
|
+
list-style-type: none;
|
|
308
|
+
text-align: left;
|
|
309
|
+
padding: 5px;
|
|
310
|
+
margin-left: auto;
|
|
311
|
+
margin-right: auto;
|
|
312
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
313
|
+
border: 1px solid #666;
|
|
314
|
+
border-radius: 4px;
|
|
285
315
|
}
|
|
286
|
-
.
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
316
|
+
.context-menu .context-menu-list-item button {
|
|
317
|
+
border: none;
|
|
318
|
+
background-color: transparent;
|
|
319
|
+
padding: 0;
|
|
320
|
+
color: white;
|
|
321
|
+
display: flex;
|
|
322
|
+
gap: 8px;
|
|
323
|
+
align-items: center;
|
|
324
|
+
justify-content: center;
|
|
290
325
|
cursor: pointer;
|
|
291
|
-
|
|
326
|
+
padding: 5px;
|
|
327
|
+
width: 100%;
|
|
292
328
|
}
|
|
293
|
-
.
|
|
294
|
-
|
|
329
|
+
.context-menu .context-menu-list-item_icon {
|
|
330
|
+
width: 20px;
|
|
331
|
+
height: 20px;
|
|
332
|
+
}.quality-levels li.disabled {
|
|
333
|
+
opacity: 0.5;
|
|
334
|
+
pointer-events: none;
|
|
295
335
|
}
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
336
|
+
.quality-levels li.current {
|
|
337
|
+
background-color: #000;
|
|
338
|
+
}.dvr-controls[data-dvr] {
|
|
339
|
+
display: inline-block;
|
|
340
|
+
color: var(--player-dvr-color);
|
|
341
|
+
line-height: 32px;
|
|
342
|
+
font-size: 10px;
|
|
343
|
+
font-weight: bold;
|
|
344
|
+
margin-left: 6px;
|
|
300
345
|
height: 40px;
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
padding: 0;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.speedtest-summary {
|
|
307
|
-
width: 100%;
|
|
308
|
-
border-top: 1px solid var(--secondary-background-color) !important;
|
|
309
|
-
border-bottom: 1px solid var(--secondary-background-color) !important;
|
|
310
|
-
display: flex !important;
|
|
311
|
-
flex-direction: column;
|
|
312
|
-
align-items: stretch;
|
|
313
|
-
justify-content: space-between;
|
|
346
|
+
line-height: 40px;
|
|
347
|
+
margin-left: 0;
|
|
314
348
|
}
|
|
315
|
-
.
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
text-align: left;
|
|
319
|
-
height: 32px;
|
|
320
|
-
font-size: 14px;
|
|
321
|
-
font-weight: 500;
|
|
322
|
-
line-height: 20px;
|
|
349
|
+
.dvr-controls[data-dvr] .live-info {
|
|
350
|
+
cursor: default;
|
|
351
|
+
text-transform: uppercase;
|
|
323
352
|
}
|
|
324
|
-
.
|
|
353
|
+
.dvr-controls[data-dvr] .live-info:before {
|
|
354
|
+
content: "";
|
|
355
|
+
display: inline-block;
|
|
325
356
|
position: relative;
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
357
|
+
width: 7px;
|
|
358
|
+
height: 7px;
|
|
359
|
+
border-radius: 3.5px;
|
|
360
|
+
margin-right: 3.5px;
|
|
361
|
+
background-color: var(--player-live-color);
|
|
329
362
|
}
|
|
330
|
-
.
|
|
331
|
-
|
|
332
|
-
margin-top: 4px;
|
|
333
|
-
margin-bottom: 12px;
|
|
363
|
+
.dvr-controls[data-dvr] .live-info.disabled {
|
|
364
|
+
opacity: 0.3;
|
|
334
365
|
}
|
|
335
|
-
.
|
|
336
|
-
|
|
337
|
-
width: 248px;
|
|
338
|
-
max-width: 100%;
|
|
366
|
+
.dvr-controls[data-dvr] .live-info.disabled:before {
|
|
367
|
+
background-color: var(--player-dvr-color);
|
|
339
368
|
}
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
369
|
+
.dvr-controls[data-dvr] .live-button {
|
|
370
|
+
cursor: pointer;
|
|
371
|
+
outline: none;
|
|
372
|
+
display: none;
|
|
373
|
+
border: 0;
|
|
374
|
+
color: var(--player-dvr-color);
|
|
375
|
+
background-color: transparent;
|
|
376
|
+
height: 32px;
|
|
377
|
+
padding: 0;
|
|
378
|
+
opacity: 0.7;
|
|
379
|
+
text-transform: uppercase;
|
|
380
|
+
transition: all 0.1s ease;
|
|
347
381
|
}
|
|
348
|
-
.
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
382
|
+
.dvr-controls[data-dvr] .live-button:before {
|
|
383
|
+
content: "";
|
|
384
|
+
display: inline-block;
|
|
385
|
+
position: relative;
|
|
386
|
+
width: 7px;
|
|
387
|
+
height: 7px;
|
|
388
|
+
border-radius: 3.5px;
|
|
389
|
+
margin-right: 3.5px;
|
|
390
|
+
background-color: var(--player-dvr-color);
|
|
354
391
|
}
|
|
355
|
-
.
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
height: 8px;
|
|
359
|
-
display: flex !important;
|
|
360
|
-
flex-direction: row !important;
|
|
361
|
-
align-items: stretch !important;
|
|
362
|
-
justify-content: space-between;
|
|
392
|
+
.dvr-controls[data-dvr] .live-button:hover {
|
|
393
|
+
opacity: 1;
|
|
394
|
+
text-shadow: rgba(255, 255, 255, 0.75) 0 0 5px;
|
|
363
395
|
}
|
|
364
|
-
.
|
|
365
|
-
|
|
366
|
-
|
|
396
|
+
.dvr-controls[data-dvr] .live-info {
|
|
397
|
+
font-size: 14px;
|
|
398
|
+
letter-spacing: 0.8px;
|
|
399
|
+
font-weight: 500;
|
|
400
|
+
color: #fffffe;
|
|
401
|
+
margin-left: 21px;
|
|
367
402
|
}
|
|
368
|
-
.
|
|
369
|
-
|
|
403
|
+
.dvr-controls[data-dvr] .live-info::before {
|
|
404
|
+
width: 10px;
|
|
405
|
+
height: 10px;
|
|
406
|
+
border-radius: 50%;
|
|
407
|
+
margin-right: 8px;
|
|
408
|
+
background-color: #ed4f4a;
|
|
370
409
|
}
|
|
371
|
-
.
|
|
372
|
-
|
|
410
|
+
.dvr-controls[data-dvr] .live-button {
|
|
411
|
+
height: 40px;
|
|
412
|
+
opacity: 1;
|
|
413
|
+
font-size: 14px;
|
|
414
|
+
letter-spacing: 0.8px;
|
|
415
|
+
font-weight: 500;
|
|
416
|
+
margin-left: 20px;
|
|
373
417
|
}
|
|
374
|
-
.
|
|
375
|
-
|
|
418
|
+
.dvr-controls[data-dvr] .live-button::before {
|
|
419
|
+
width: 10px;
|
|
420
|
+
height: 10px;
|
|
421
|
+
border-radius: 50%;
|
|
422
|
+
margin-right: 8px;
|
|
423
|
+
background-color: #cacaca;
|
|
376
424
|
}
|
|
377
|
-
|
|
378
|
-
|
|
425
|
+
|
|
426
|
+
.dvr .dvr-controls[data-dvr] .live-info {
|
|
427
|
+
display: none;
|
|
379
428
|
}
|
|
380
|
-
.
|
|
381
|
-
|
|
429
|
+
.dvr .dvr-controls[data-dvr] .live-button {
|
|
430
|
+
display: block;
|
|
431
|
+
}[data-player] {
|
|
432
|
+
--bottom-panel: 40px;
|
|
382
433
|
}
|
|
383
434
|
|
|
384
|
-
.
|
|
385
|
-
|
|
386
|
-
float: left;
|
|
387
|
-
width: 100%;
|
|
388
|
-
height: 30px;
|
|
389
|
-
line-height: 16px;
|
|
435
|
+
.container .media-control-notransition {
|
|
436
|
+
transition: none !important;
|
|
390
437
|
}
|
|
391
|
-
.
|
|
392
|
-
|
|
393
|
-
bottom: 0;
|
|
394
|
-
left: 0;
|
|
395
|
-
color: var(--secondary-text-color);
|
|
396
|
-
text-decoration: underline !important;
|
|
438
|
+
.container .player-poster[data-poster] .play-wrapper[data-poster] {
|
|
439
|
+
opacity: 1;
|
|
397
440
|
}
|
|
398
|
-
.
|
|
399
|
-
|
|
441
|
+
.container.crop-video [data-html5-video] {
|
|
442
|
+
object-fit: cover;
|
|
400
443
|
}
|
|
401
|
-
.
|
|
444
|
+
.container .cc-line {
|
|
402
445
|
position: absolute;
|
|
403
|
-
bottom:
|
|
404
|
-
|
|
405
|
-
color: var(--secondary-text-color);
|
|
406
|
-
font-size: 14px;
|
|
407
|
-
font-weight: 400;
|
|
408
|
-
line-height: 16px;
|
|
409
|
-
height: 16px;
|
|
410
|
-
display: flex;
|
|
411
|
-
align-items: center;
|
|
412
|
-
gap: 4px;
|
|
413
|
-
}
|
|
414
|
-
.speedtest-footer .speedtest-footer-refresh svg path {
|
|
415
|
-
fill: var(--secondary-text-color);
|
|
416
|
-
}
|
|
417
|
-
.speedtest-footer .speedtest-footer-refresh:hover {
|
|
418
|
-
color: var(--hover-text-color);
|
|
419
|
-
}
|
|
420
|
-
.speedtest-footer .speedtest-footer-refresh:hover svg path {
|
|
421
|
-
fill: var(--hover-text-color);
|
|
446
|
+
bottom: calc(var(--bottom-panel) + 5px);
|
|
447
|
+
width: 100%;
|
|
422
448
|
}
|
|
423
|
-
|
|
424
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
425
|
-
position: fixed;
|
|
426
|
-
height: auto;
|
|
449
|
+
.container .cc-line p {
|
|
427
450
|
width: auto;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
padding-left: 4px;
|
|
432
|
-
padding-right: 4px;
|
|
433
|
-
}
|
|
434
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
435
|
-
position: fixed;
|
|
436
|
-
}
|
|
437
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
438
|
-
width: 50%;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
@media only screen and (orientation: portrait) {
|
|
442
|
-
.mobile .speedtest-summary {
|
|
443
|
-
padding: 0 5px;
|
|
444
|
-
height: auto;
|
|
445
|
-
}
|
|
446
|
-
.mobile .speedtest-summary-block {
|
|
447
|
-
width: 100%;
|
|
448
|
-
flex-direction: column;
|
|
449
|
-
}
|
|
450
|
-
.mobile .speedtest-summary-block .speedtest-summary-subblock {
|
|
451
|
-
width: 100%;
|
|
452
|
-
}
|
|
453
|
-
.mobile .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
454
|
-
width: 100%;
|
|
455
|
-
}
|
|
456
|
-
.mobile .speedtest-summary-header {
|
|
457
|
-
padding-top: 12px;
|
|
458
|
-
height: 38px;
|
|
459
|
-
text-align: center;
|
|
460
|
-
}
|
|
461
|
-
.mobile .speedtest-quality-header {
|
|
462
|
-
text-align: center;
|
|
463
|
-
}
|
|
464
|
-
.mobile .speedtest-footer .speedtest-footer-refresh {
|
|
465
|
-
inset: 50% auto auto 50%;
|
|
466
|
-
transform: translate(-50%, -50%);
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
@media only screen and (orientation: landscape) {
|
|
470
|
-
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
471
|
-
width: 25%;
|
|
472
|
-
}
|
|
473
|
-
}[data-player] {
|
|
474
|
-
--bottom-panel: 40px;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
.container .media-control-notransition {
|
|
478
|
-
transition: none !important;
|
|
479
|
-
}
|
|
480
|
-
.container .player-poster[data-poster] .play-wrapper[data-poster] {
|
|
481
|
-
opacity: 1;
|
|
482
|
-
}
|
|
483
|
-
.container.crop-video [data-html5-video] {
|
|
484
|
-
object-fit: cover;
|
|
485
|
-
}
|
|
486
|
-
.container .cc-line {
|
|
487
|
-
position: absolute;
|
|
488
|
-
bottom: calc(var(--bottom-panel) + 5px);
|
|
489
|
-
width: 100%;
|
|
490
|
-
}
|
|
491
|
-
.container .cc-line p {
|
|
492
|
-
width: auto;
|
|
493
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
494
|
-
color: white;
|
|
495
|
-
display: inline-block;
|
|
451
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
452
|
+
color: white;
|
|
453
|
+
display: inline-block;
|
|
496
454
|
}
|
|
497
455
|
.container .circle-poster[data-poster] {
|
|
498
456
|
top: 50%;
|
|
@@ -684,12 +642,13 @@
|
|
|
684
642
|
height: 17px;
|
|
685
643
|
}
|
|
686
644
|
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-clip-container .media-clip-text,
|
|
687
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-
|
|
645
|
+
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-control-clips .media-clip-text {
|
|
688
646
|
line-height: 33px;
|
|
689
647
|
font-size: 11px;
|
|
690
648
|
}
|
|
691
|
-
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-clip-container .media-clip-text
|
|
692
|
-
|
|
649
|
+
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-clip-container .media-clip-text,
|
|
650
|
+
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .media-control-clips .media-clip-text {
|
|
651
|
+
max-width: 50px;
|
|
693
652
|
}
|
|
694
653
|
.media-control-skin-1[data-media-control-skin-1].w370 .media-control-layer[data-controls] .drawer-container[data-volume] {
|
|
695
654
|
height: 32px;
|
|
@@ -860,27 +819,6 @@
|
|
|
860
819
|
content: "|";
|
|
861
820
|
margin-right: 7px;
|
|
862
821
|
}
|
|
863
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-clip-container {
|
|
864
|
-
display: none;
|
|
865
|
-
}
|
|
866
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-clip-container .media-clip-text,
|
|
867
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-clip-container .media-clip-point {
|
|
868
|
-
text-overflow: ellipsis;
|
|
869
|
-
white-space: nowrap;
|
|
870
|
-
overflow: hidden;
|
|
871
|
-
display: inline-block;
|
|
872
|
-
float: left;
|
|
873
|
-
color: white;
|
|
874
|
-
cursor: default;
|
|
875
|
-
line-height: var(--bottom-panel);
|
|
876
|
-
position: relative;
|
|
877
|
-
}
|
|
878
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-clip-container .media-clip-point {
|
|
879
|
-
margin-right: 6px;
|
|
880
|
-
}
|
|
881
|
-
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .media-clip-container .media-clip-text {
|
|
882
|
-
max-width: calc(80% - 240px);
|
|
883
|
-
}
|
|
884
822
|
.media-control-skin-1[data-media-control-skin-1] .media-control-layer[data-controls] .bar-container[data-seekbar] {
|
|
885
823
|
position: absolute;
|
|
886
824
|
top: -11px;
|
|
@@ -1107,274 +1045,53 @@
|
|
|
1107
1045
|
}
|
|
1108
1046
|
.media-control-skin-1[data-media-control-skin-1] .seek-time[data-seek-time] span[data-duration] {
|
|
1109
1047
|
display: none !important;
|
|
1110
|
-
}
|
|
1111
|
-
position: absolute;
|
|
1112
|
-
z-index: 9998;
|
|
1113
|
-
background-color: transparent;
|
|
1114
|
-
display: flex;
|
|
1115
|
-
justify-content: center;
|
|
1116
|
-
width: 100%;
|
|
1117
|
-
height: calc(100% - 50px);
|
|
1118
|
-
margin: 0 auto;
|
|
1119
|
-
opacity: 0.75;
|
|
1120
|
-
transition: opacity 0.1s ease;
|
|
1121
|
-
pointer-events: auto;
|
|
1122
|
-
}
|
|
1123
|
-
.big-mute-icon-wrapper[data-big-mute].hide {
|
|
1124
|
-
display: none;
|
|
1125
|
-
}
|
|
1126
|
-
.big-mute-icon-wrapper[data-big-mute]:hover {
|
|
1127
|
-
cursor: pointer;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.big-mute-icon[data-big-mute-icon] {
|
|
1131
|
-
display: flex;
|
|
1132
|
-
align-items: center;
|
|
1133
|
-
justify-content: center;
|
|
1134
|
-
align-self: center;
|
|
1135
|
-
width: 120px;
|
|
1136
|
-
height: 120px;
|
|
1137
|
-
border: 2px solid white;
|
|
1138
|
-
border-radius: 50%;
|
|
1139
|
-
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
1140
|
-
filter: alpha(opacity=60);
|
|
1141
|
-
opacity: 1;
|
|
1142
|
-
box-shadow: 0 0 1px 0 white;
|
|
1143
|
-
background: rgba(240, 243, 247, 0.9411764706);
|
|
1144
|
-
z-index: 10000;
|
|
1145
|
-
}
|
|
1146
|
-
.big-mute-icon[data-big-mute-icon] svg {
|
|
1147
|
-
margin-left: 5px;
|
|
1148
|
-
width: 80px;
|
|
1149
|
-
height: 80px;
|
|
1150
|
-
}
|
|
1151
|
-
.big-mute-icon[data-big-mute-icon] svg path {
|
|
1152
|
-
fill: #1f1e1e !important;
|
|
1153
|
-
}
|
|
1154
|
-
.big-mute-icon[data-big-mute-icon]:hover {
|
|
1155
|
-
background: rgba(240, 243, 247, 0.8784313725);
|
|
1156
|
-
}
|
|
1157
|
-
.big-mute-icon[data-big-mute-icon]:hover svg path {
|
|
1158
|
-
fill: #151515 !important;
|
|
1159
|
-
}.spinner-three-bounce[data-spinner] {
|
|
1160
|
-
position: absolute;
|
|
1161
|
-
width: 70px;
|
|
1162
|
-
text-align: center;
|
|
1163
|
-
z-index: 999;
|
|
1164
|
-
left: 0;
|
|
1165
|
-
right: 0;
|
|
1166
|
-
margin: 0 auto;
|
|
1167
|
-
margin-left: auto;
|
|
1168
|
-
margin-right: auto;
|
|
1169
|
-
/* center vertically */
|
|
1170
|
-
top: 50%;
|
|
1171
|
-
transform: translateY(-50%);
|
|
1172
|
-
}
|
|
1173
|
-
.spinner-three-bounce[data-spinner] > div {
|
|
1174
|
-
width: 18px;
|
|
1175
|
-
height: 18px;
|
|
1176
|
-
background-color: #FFF;
|
|
1177
|
-
border-radius: 100%;
|
|
1178
|
-
display: inline-block;
|
|
1179
|
-
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1180
|
-
/* Prevent first frame from flickering when animation starts */
|
|
1181
|
-
animation-fill-mode: both;
|
|
1182
|
-
}
|
|
1183
|
-
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1184
|
-
animation-delay: -0.32s;
|
|
1185
|
-
}
|
|
1186
|
-
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1187
|
-
animation-delay: -0.16s;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
@keyframes bouncedelay {
|
|
1191
|
-
0%, 80%, 100% {
|
|
1192
|
-
transform: scale(0);
|
|
1193
|
-
}
|
|
1194
|
-
40% {
|
|
1195
|
-
transform: scale(1);
|
|
1196
|
-
}
|
|
1197
|
-
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1198
|
-
color: #CCCACA;
|
|
1199
|
-
position: absolute;
|
|
1200
|
-
top: 0;
|
|
1201
|
-
height: 100%;
|
|
1202
|
-
width: 100%;
|
|
1203
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
1204
|
-
z-index: 2000;
|
|
1205
|
-
display: flex;
|
|
1206
|
-
flex-direction: column;
|
|
1207
|
-
justify-content: center;
|
|
1208
|
-
}
|
|
1209
|
-
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
1210
|
-
font-size: 14px;
|
|
1211
|
-
color: #CCCACA;
|
|
1212
|
-
margin-top: 45px;
|
|
1213
|
-
}
|
|
1214
|
-
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1215
|
-
font-weight: bold;
|
|
1216
|
-
line-height: 30px;
|
|
1217
|
-
font-size: 18px;
|
|
1218
|
-
}
|
|
1219
|
-
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1220
|
-
width: 90%;
|
|
1221
|
-
margin: 0 auto;
|
|
1222
|
-
}
|
|
1223
|
-
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1224
|
-
font-size: 13px;
|
|
1225
|
-
margin-top: 15px;
|
|
1226
|
-
}
|
|
1227
|
-
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1228
|
-
cursor: pointer;
|
|
1229
|
-
width: 30px;
|
|
1230
|
-
margin: 15px auto 0;
|
|
1231
|
-
}*,
|
|
1232
|
-
:focus,
|
|
1233
|
-
:visited {
|
|
1048
|
+
}*, :focus, :visited {
|
|
1234
1049
|
outline: none !important;
|
|
1235
1050
|
}
|
|
1236
1051
|
|
|
1237
|
-
.
|
|
1052
|
+
.multicamera[data-multicamera] {
|
|
1053
|
+
float: right;
|
|
1054
|
+
margin-top: 4px;
|
|
1238
1055
|
position: relative;
|
|
1056
|
+
margin-right: 20px;
|
|
1057
|
+
width: 20px;
|
|
1239
1058
|
}
|
|
1240
|
-
.
|
|
1059
|
+
.multicamera[data-multicamera] button {
|
|
1241
1060
|
background-color: transparent;
|
|
1242
1061
|
color: #fff;
|
|
1062
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1243
1063
|
-webkit-font-smoothing: antialiased;
|
|
1244
1064
|
border: none;
|
|
1245
|
-
|
|
1246
|
-
display: flex;
|
|
1247
|
-
align-items: center;
|
|
1065
|
+
font-size: 14px;
|
|
1248
1066
|
padding: 0;
|
|
1249
1067
|
}
|
|
1250
|
-
.
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
max-width: 100px;
|
|
1255
|
-
background-color: transparent;
|
|
1256
|
-
-webkit-font-smoothing: antialiased;
|
|
1257
|
-
border: none;
|
|
1258
|
-
cursor: pointer;
|
|
1068
|
+
.multicamera[data-multicamera] button svg {
|
|
1069
|
+
height: 20px;
|
|
1070
|
+
position: relative;
|
|
1071
|
+
margin-top: 6px;
|
|
1259
1072
|
}
|
|
1260
|
-
.
|
|
1261
|
-
color:
|
|
1073
|
+
.multicamera[data-multicamera] button:hover {
|
|
1074
|
+
color: #c9c9c9;
|
|
1262
1075
|
}
|
|
1263
|
-
.
|
|
1076
|
+
.multicamera[data-multicamera] button.changing {
|
|
1264
1077
|
animation: pulse 0.5s infinite alternate;
|
|
1265
1078
|
}
|
|
1266
|
-
.
|
|
1079
|
+
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1267
1080
|
width: 9px;
|
|
1268
1081
|
height: 6px;
|
|
1082
|
+
margin-top: 11px;
|
|
1269
1083
|
margin-left: 5px;
|
|
1270
1084
|
}
|
|
1271
|
-
.
|
|
1272
|
-
|
|
1085
|
+
.multicamera[data-multicamera] > ul {
|
|
1086
|
+
padding: 6px 0;
|
|
1087
|
+
right: -24px;
|
|
1088
|
+
width: 245px;
|
|
1273
1089
|
list-style-type: none;
|
|
1274
1090
|
position: absolute;
|
|
1275
|
-
|
|
1276
|
-
border: none;
|
|
1277
|
-
min-width: 60px;
|
|
1091
|
+
bottom: 48px;
|
|
1278
1092
|
border-radius: 4px;
|
|
1279
|
-
bottom: 40px;
|
|
1280
|
-
right: -2px;
|
|
1281
|
-
}
|
|
1282
|
-
.media-control-audiotracks .menu.hidden {
|
|
1283
1093
|
display: none;
|
|
1284
|
-
|
|
1285
|
-
.media-control-audiotracks li {
|
|
1286
|
-
font-size: var(--font-size-media-controls-dropdown);
|
|
1287
|
-
text-align: right;
|
|
1288
|
-
height: 30px;
|
|
1289
|
-
}
|
|
1290
|
-
.media-control-audiotracks li[data-title] {
|
|
1291
|
-
background-color: #c3c2c2;
|
|
1292
|
-
padding: 5px;
|
|
1293
|
-
}
|
|
1294
|
-
.media-control-audiotracks li a {
|
|
1295
|
-
display: block;
|
|
1296
|
-
text-decoration: none;
|
|
1297
|
-
text-overflow: ellipsis;
|
|
1298
|
-
overflow: hidden;
|
|
1299
|
-
white-space: nowrap;
|
|
1300
|
-
height: 30px;
|
|
1301
|
-
padding: 5px 10px;
|
|
1302
|
-
color: #fffffe;
|
|
1303
|
-
}
|
|
1304
|
-
.media-control-audiotracks li a:hover {
|
|
1305
|
-
text-decoration: none;
|
|
1306
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1307
|
-
color: white;
|
|
1308
|
-
}
|
|
1309
|
-
.media-control-audiotracks li.current a {
|
|
1310
|
-
color: #f00;
|
|
1311
|
-
}
|
|
1312
|
-
.media-control-audiotracks li:first-child a {
|
|
1313
|
-
border-bottom-left-radius: 4px;
|
|
1314
|
-
border-bottom-right-radius: 4px;
|
|
1315
|
-
}
|
|
1316
|
-
.media-control-audiotracks li:last-child a {
|
|
1317
|
-
border-top-left-radius: 4px;
|
|
1318
|
-
border-top-right-radius: 4px;
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
@keyframes pulse {
|
|
1322
|
-
0% {
|
|
1323
|
-
color: #fff;
|
|
1324
|
-
}
|
|
1325
|
-
50% {
|
|
1326
|
-
color: #ff0101;
|
|
1327
|
-
}
|
|
1328
|
-
100% {
|
|
1329
|
-
color: #B80000;
|
|
1330
|
-
}
|
|
1331
|
-
}*, :focus, :visited {
|
|
1332
|
-
outline: none !important;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
.multicamera[data-multicamera] {
|
|
1336
|
-
float: right;
|
|
1337
|
-
margin-top: 4px;
|
|
1338
|
-
position: relative;
|
|
1339
|
-
margin-right: 20px;
|
|
1340
|
-
width: 20px;
|
|
1341
|
-
}
|
|
1342
|
-
.multicamera[data-multicamera] button {
|
|
1343
|
-
background-color: transparent;
|
|
1344
|
-
color: #fff;
|
|
1345
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif;
|
|
1346
|
-
-webkit-font-smoothing: antialiased;
|
|
1347
|
-
border: none;
|
|
1348
|
-
font-size: 14px;
|
|
1349
|
-
padding: 0;
|
|
1350
|
-
}
|
|
1351
|
-
.multicamera[data-multicamera] button svg {
|
|
1352
|
-
height: 20px;
|
|
1353
|
-
position: relative;
|
|
1354
|
-
margin-top: 6px;
|
|
1355
|
-
}
|
|
1356
|
-
.multicamera[data-multicamera] button:hover {
|
|
1357
|
-
color: #c9c9c9;
|
|
1358
|
-
}
|
|
1359
|
-
.multicamera[data-multicamera] button.changing {
|
|
1360
|
-
animation: pulse 0.5s infinite alternate;
|
|
1361
|
-
}
|
|
1362
|
-
.multicamera[data-multicamera] button span.quality-arrow {
|
|
1363
|
-
width: 9px;
|
|
1364
|
-
height: 6px;
|
|
1365
|
-
margin-top: 11px;
|
|
1366
|
-
margin-left: 5px;
|
|
1367
|
-
}
|
|
1368
|
-
.multicamera[data-multicamera] > ul {
|
|
1369
|
-
padding: 6px 0;
|
|
1370
|
-
right: -24px;
|
|
1371
|
-
width: 245px;
|
|
1372
|
-
list-style-type: none;
|
|
1373
|
-
position: absolute;
|
|
1374
|
-
bottom: 48px;
|
|
1375
|
-
border-radius: 4px;
|
|
1376
|
-
display: none;
|
|
1377
|
-
background-color: rgba(74, 74, 74, 0.9);
|
|
1094
|
+
background-color: rgba(74, 74, 74, 0.9);
|
|
1378
1095
|
}
|
|
1379
1096
|
.multicamera[data-multicamera] > ul::after {
|
|
1380
1097
|
content: "";
|
|
@@ -1476,180 +1193,504 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1476
1193
|
100% {
|
|
1477
1194
|
color: #B80000;
|
|
1478
1195
|
}
|
|
1479
|
-
}.
|
|
1480
|
-
|
|
1196
|
+
}div.player-error-screen, [data-player] div.player-error-screen {
|
|
1197
|
+
color: #CCCACA;
|
|
1481
1198
|
position: absolute;
|
|
1482
1199
|
top: 0;
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1488
|
-
font-size: 12px;
|
|
1489
|
-
line-height: 12px;
|
|
1490
|
-
list-style-type: none;
|
|
1491
|
-
text-align: left;
|
|
1492
|
-
padding: 5px;
|
|
1493
|
-
margin-left: auto;
|
|
1494
|
-
margin-right: auto;
|
|
1495
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
1496
|
-
border: 1px solid #666;
|
|
1497
|
-
border-radius: 4px;
|
|
1498
|
-
}
|
|
1499
|
-
.context-menu .context-menu-list-item button {
|
|
1500
|
-
border: none;
|
|
1501
|
-
background-color: transparent;
|
|
1502
|
-
padding: 0;
|
|
1503
|
-
color: white;
|
|
1200
|
+
height: 100%;
|
|
1201
|
+
width: 100%;
|
|
1202
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
1203
|
+
z-index: 2000;
|
|
1504
1204
|
display: flex;
|
|
1505
|
-
|
|
1506
|
-
align-items: center;
|
|
1205
|
+
flex-direction: column;
|
|
1507
1206
|
justify-content: center;
|
|
1508
|
-
cursor: pointer;
|
|
1509
|
-
padding: 5px;
|
|
1510
|
-
width: 100%;
|
|
1511
|
-
}
|
|
1512
|
-
.context-menu .context-menu-list-item_icon {
|
|
1513
|
-
width: 20px;
|
|
1514
|
-
height: 20px;
|
|
1515
|
-
}.dvr-controls[data-dvr] {
|
|
1516
|
-
display: inline-block;
|
|
1517
|
-
color: var(--player-dvr-color);
|
|
1518
|
-
line-height: 32px;
|
|
1519
|
-
font-size: 10px;
|
|
1520
|
-
font-weight: bold;
|
|
1521
|
-
margin-left: 6px;
|
|
1522
|
-
height: 40px;
|
|
1523
|
-
line-height: 40px;
|
|
1524
|
-
margin-left: 0;
|
|
1525
1207
|
}
|
|
1526
|
-
.
|
|
1527
|
-
|
|
1528
|
-
|
|
1208
|
+
div.player-error-screen__content[data-error-screen], [data-player] div.player-error-screen__content[data-error-screen] {
|
|
1209
|
+
font-size: 14px;
|
|
1210
|
+
color: #CCCACA;
|
|
1211
|
+
margin-top: 45px;
|
|
1529
1212
|
}
|
|
1530
|
-
.
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
width: 7px;
|
|
1535
|
-
height: 7px;
|
|
1536
|
-
border-radius: 3.5px;
|
|
1537
|
-
margin-right: 3.5px;
|
|
1538
|
-
background-color: var(--player-live-color);
|
|
1213
|
+
div.player-error-screen__title[data-error-screen], [data-player] div.player-error-screen__title[data-error-screen] {
|
|
1214
|
+
font-weight: bold;
|
|
1215
|
+
line-height: 30px;
|
|
1216
|
+
font-size: 18px;
|
|
1539
1217
|
}
|
|
1540
|
-
.
|
|
1541
|
-
|
|
1218
|
+
div.player-error-screen__message[data-error-screen], [data-player] div.player-error-screen__message[data-error-screen] {
|
|
1219
|
+
width: 90%;
|
|
1220
|
+
margin: 0 auto;
|
|
1542
1221
|
}
|
|
1543
|
-
.
|
|
1544
|
-
|
|
1222
|
+
div.player-error-screen__code[data-error-screen], [data-player] div.player-error-screen__code[data-error-screen] {
|
|
1223
|
+
font-size: 13px;
|
|
1224
|
+
margin-top: 15px;
|
|
1545
1225
|
}
|
|
1546
|
-
.
|
|
1226
|
+
div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
1547
1227
|
cursor: pointer;
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
background-color:
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1228
|
+
width: 30px;
|
|
1229
|
+
margin: 15px auto 0;
|
|
1230
|
+
}:root {
|
|
1231
|
+
--primary-background-color: #000;
|
|
1232
|
+
--secondary-background-color: #262626;
|
|
1233
|
+
--primary-text-color: #fff;
|
|
1234
|
+
--secondary-text-color: #fff4f2;
|
|
1235
|
+
--hover-text-color: #f9b090;
|
|
1236
|
+
--speedtest-red: #df564d;
|
|
1237
|
+
--speedtest-orange: #df934d;
|
|
1238
|
+
--speedtest-yellow: #dfd04d;
|
|
1239
|
+
--speedtest-light-green: #c2df4d;
|
|
1240
|
+
--speedtest-green: #73df4d;
|
|
1558
1241
|
}
|
|
1559
|
-
|
|
1560
|
-
|
|
1242
|
+
|
|
1243
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
1244
|
+
position: absolute;
|
|
1561
1245
|
display: inline-block;
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1246
|
+
bottom: 52px;
|
|
1247
|
+
right: 16px;
|
|
1248
|
+
padding: 0 10px 12px;
|
|
1249
|
+
margin: 0;
|
|
1250
|
+
line-height: 20px;
|
|
1251
|
+
font-size: 12px;
|
|
1252
|
+
font-weight: 500;
|
|
1253
|
+
background: var(--primary-background-color);
|
|
1254
|
+
color: #fff;
|
|
1255
|
+
z-index: 20000;
|
|
1256
|
+
overflow: auto;
|
|
1257
|
+
max-height: calc(100vh - 60px);
|
|
1258
|
+
max-width: calc(100vw - 10px);
|
|
1568
1259
|
}
|
|
1569
|
-
.
|
|
1570
|
-
|
|
1571
|
-
|
|
1260
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
1261
|
+
position: absolute;
|
|
1262
|
+
top: 0;
|
|
1263
|
+
left: 0;
|
|
1264
|
+
z-index: 99990;
|
|
1265
|
+
width: 100%;
|
|
1266
|
+
height: 32px;
|
|
1267
|
+
background: var(--primary-background-color);
|
|
1572
1268
|
}
|
|
1573
|
-
.
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1269
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button {
|
|
1270
|
+
float: right;
|
|
1271
|
+
margin-right: 12px;
|
|
1272
|
+
margin-top: 10px;
|
|
1273
|
+
display: block;
|
|
1274
|
+
width: 12px;
|
|
1275
|
+
height: 12px;
|
|
1579
1276
|
}
|
|
1580
|
-
.
|
|
1581
|
-
|
|
1582
|
-
height: 10px;
|
|
1583
|
-
border-radius: 50%;
|
|
1584
|
-
margin-right: 8px;
|
|
1585
|
-
background-color: #ed4f4a;
|
|
1277
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button svg path {
|
|
1278
|
+
fill: var(--primary-text-color);
|
|
1586
1279
|
}
|
|
1587
|
-
.
|
|
1588
|
-
|
|
1589
|
-
opacity: 1;
|
|
1590
|
-
font-size: 14px;
|
|
1591
|
-
letter-spacing: 0.8px;
|
|
1592
|
-
font-weight: 500;
|
|
1593
|
-
margin-left: 20px;
|
|
1280
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top .close-button:hover svg path {
|
|
1281
|
+
fill: var(--hover-text-color);
|
|
1594
1282
|
}
|
|
1595
|
-
.
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
border-radius: 50%;
|
|
1599
|
-
margin-right: 8px;
|
|
1600
|
-
background-color: #cacaca;
|
|
1283
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-main {
|
|
1284
|
+
overflow: hidden;
|
|
1285
|
+
margin-top: 44px;
|
|
1601
1286
|
}
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
display: none;
|
|
1287
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.wide {
|
|
1288
|
+
width: 820px;
|
|
1605
1289
|
}
|
|
1606
|
-
.
|
|
1607
|
-
|
|
1608
|
-
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
1609
|
-
order: 99;
|
|
1610
|
-
height: 20px;
|
|
1290
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li {
|
|
1291
|
+
list-style-type: none;
|
|
1611
1292
|
}
|
|
1612
|
-
.
|
|
1293
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul div, .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box li div {
|
|
1294
|
+
padding-left: 2px;
|
|
1295
|
+
padding-right: 2px;
|
|
1296
|
+
background: var(--primary-background-color);
|
|
1297
|
+
}
|
|
1298
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
1299
|
+
display: inline-block;
|
|
1300
|
+
float: left;
|
|
1301
|
+
padding: 5px;
|
|
1302
|
+
width: 200px;
|
|
1303
|
+
}
|
|
1304
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li {
|
|
1305
|
+
position: relative;
|
|
1306
|
+
padding: 0 5px;
|
|
1307
|
+
text-align: left;
|
|
1308
|
+
}
|
|
1309
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper {
|
|
1310
|
+
padding: 0;
|
|
1311
|
+
}
|
|
1312
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.canvas-wrapper canvas {
|
|
1313
|
+
width: 100%;
|
|
1314
|
+
}
|
|
1315
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) {
|
|
1316
|
+
background: var(--secondary-background-color);
|
|
1317
|
+
}
|
|
1318
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li:nth-child(2n) div {
|
|
1319
|
+
background: var(--secondary-background-color);
|
|
1320
|
+
}
|
|
1321
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li.title {
|
|
1322
|
+
text-align: center;
|
|
1323
|
+
font-weight: bold;
|
|
1324
|
+
padding-bottom: 4px;
|
|
1325
|
+
font-size: 14px;
|
|
1326
|
+
}
|
|
1327
|
+
.clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul li div {
|
|
1328
|
+
margin: 0;
|
|
1613
1329
|
position: absolute;
|
|
1614
|
-
right:
|
|
1615
|
-
|
|
1330
|
+
right: 0;
|
|
1331
|
+
top: 0;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow {
|
|
1616
1335
|
width: 250px;
|
|
1617
|
-
|
|
1336
|
+
}
|
|
1337
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow ul {
|
|
1338
|
+
width: 100%;
|
|
1339
|
+
}
|
|
1340
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary {
|
|
1341
|
+
padding: 0 5px;
|
|
1342
|
+
height: auto;
|
|
1343
|
+
}
|
|
1344
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block {
|
|
1345
|
+
width: 100%;
|
|
1346
|
+
flex-direction: column;
|
|
1347
|
+
}
|
|
1348
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock {
|
|
1349
|
+
width: 100%;
|
|
1350
|
+
}
|
|
1351
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
1352
|
+
width: 100%;
|
|
1353
|
+
}
|
|
1354
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-summary-header {
|
|
1355
|
+
padding-top: 12px;
|
|
1356
|
+
height: 38px;
|
|
1357
|
+
text-align: center;
|
|
1358
|
+
}
|
|
1359
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-quality-header {
|
|
1360
|
+
text-align: center;
|
|
1361
|
+
}
|
|
1362
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer {
|
|
1363
|
+
height: 80px;
|
|
1364
|
+
}
|
|
1365
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer-about-link {
|
|
1366
|
+
bottom: 0;
|
|
1367
|
+
left: 0;
|
|
1368
|
+
}
|
|
1369
|
+
.desktop .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box.narrow .speedtest-footer .speedtest-footer-refresh {
|
|
1370
|
+
inset: 50% auto auto 50%;
|
|
1371
|
+
transform: translate(-50%, -50%);
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
.speed-test-button {
|
|
1375
|
+
margin: 10px 0 0;
|
|
1376
|
+
color: #000;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
.speed-test {
|
|
1380
|
+
position: absolute;
|
|
1381
|
+
top: 0;
|
|
1382
|
+
left: 0;
|
|
1383
|
+
width: 100%;
|
|
1384
|
+
height: 100%;
|
|
1618
1385
|
z-index: 9999;
|
|
1619
|
-
border-radius: 4px;
|
|
1620
1386
|
}
|
|
1621
|
-
.
|
|
1622
|
-
|
|
1387
|
+
.speed-test .speed-test-header {
|
|
1388
|
+
width: 100%;
|
|
1389
|
+
height: 32px;
|
|
1623
1390
|
}
|
|
1624
|
-
.
|
|
1625
|
-
|
|
1391
|
+
.speed-test .speed-test-header .close-speed-test {
|
|
1392
|
+
float: right;
|
|
1393
|
+
margin-right: 5px;
|
|
1394
|
+
line-height: 32px;
|
|
1395
|
+
cursor: pointer;
|
|
1396
|
+
color: var(--primary-text-color);
|
|
1397
|
+
}
|
|
1398
|
+
.speed-test .speed-test-header .close-speed-test:hover {
|
|
1399
|
+
color: var(--hover-text-color);
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.settings-button {
|
|
1403
|
+
float: right;
|
|
1404
|
+
margin: 0 12px 0 0;
|
|
1405
|
+
height: 40px;
|
|
1406
|
+
width: 24px;
|
|
1407
|
+
border: none;
|
|
1408
|
+
padding: 0;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.speedtest-summary {
|
|
1412
|
+
width: 100%;
|
|
1413
|
+
border-top: 1px solid var(--secondary-background-color) !important;
|
|
1414
|
+
border-bottom: 1px solid var(--secondary-background-color) !important;
|
|
1415
|
+
display: flex !important;
|
|
1416
|
+
flex-direction: column;
|
|
1417
|
+
align-items: stretch;
|
|
1418
|
+
justify-content: space-between;
|
|
1419
|
+
}
|
|
1420
|
+
.speedtest-summary .speedtest-summary-header {
|
|
1421
|
+
width: 100%;
|
|
1422
|
+
padding-top: 4px;
|
|
1626
1423
|
text-align: left;
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1424
|
+
height: 32px;
|
|
1425
|
+
font-size: 14px;
|
|
1426
|
+
font-weight: 500;
|
|
1427
|
+
line-height: 20px;
|
|
1428
|
+
}
|
|
1429
|
+
.speedtest-summary .speedtest-summary-block {
|
|
1430
|
+
position: relative;
|
|
1431
|
+
display: flex;
|
|
1432
|
+
flex-direction: row;
|
|
1433
|
+
width: 100%;
|
|
1434
|
+
}
|
|
1435
|
+
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock {
|
|
1436
|
+
width: 50%;
|
|
1437
|
+
margin-top: 4px;
|
|
1438
|
+
margin-bottom: 12px;
|
|
1439
|
+
}
|
|
1440
|
+
.speedtest-summary .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
1441
|
+
padding: 2px;
|
|
1442
|
+
width: 248px;
|
|
1443
|
+
max-width: 100%;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.speedtest-quality {
|
|
1447
|
+
width: 100%;
|
|
1448
|
+
height: 36px;
|
|
1449
|
+
display: flex !important;
|
|
1450
|
+
flex-direction: column !important;
|
|
1451
|
+
justify-content: space-between !important;
|
|
1452
|
+
}
|
|
1453
|
+
.speedtest-quality .speedtest-quality-header {
|
|
1630
1454
|
font-size: 12px;
|
|
1455
|
+
height: 20px;
|
|
1456
|
+
border-left: 2px solid var(--secondary-background-color) !important;
|
|
1457
|
+
background-color: var(--secondary-background-color);
|
|
1458
|
+
text-align: left;
|
|
1459
|
+
}
|
|
1460
|
+
.speedtest-quality-content {
|
|
1461
|
+
width: 100%;
|
|
1462
|
+
margin-top: 8px;
|
|
1463
|
+
height: 8px;
|
|
1464
|
+
display: flex !important;
|
|
1465
|
+
flex-direction: row !important;
|
|
1466
|
+
align-items: stretch !important;
|
|
1467
|
+
justify-content: space-between;
|
|
1468
|
+
}
|
|
1469
|
+
.speedtest-quality-content-item {
|
|
1470
|
+
width: 18.8%;
|
|
1471
|
+
background-color: #fff;
|
|
1472
|
+
}
|
|
1473
|
+
.speedtest-quality-content-item.speedtest-quality-value-1 {
|
|
1474
|
+
background-color: var(--speedtest-red);
|
|
1475
|
+
}
|
|
1476
|
+
.speedtest-quality-content-item.speedtest-quality-value-2 {
|
|
1477
|
+
background-color: var(--speedtest-orange);
|
|
1478
|
+
}
|
|
1479
|
+
.speedtest-quality-content-item.speedtest-quality-value-3 {
|
|
1480
|
+
background-color: var(--speedtest-yellow);
|
|
1481
|
+
}
|
|
1482
|
+
.speedtest-quality-content-item.speedtest-quality-value-4 {
|
|
1483
|
+
background-color: var(--speedtest-light-green);
|
|
1484
|
+
}
|
|
1485
|
+
.speedtest-quality-content-item.speedtest-quality-value-5 {
|
|
1486
|
+
background-color: var(--speedtest-green);
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
.speedtest-footer {
|
|
1490
|
+
position: relative;
|
|
1491
|
+
float: left;
|
|
1492
|
+
width: 100%;
|
|
1493
|
+
height: 30px;
|
|
1494
|
+
line-height: 16px;
|
|
1495
|
+
}
|
|
1496
|
+
.speedtest-footer-about-link {
|
|
1497
|
+
position: absolute;
|
|
1498
|
+
bottom: 0;
|
|
1499
|
+
left: 0;
|
|
1500
|
+
color: var(--secondary-text-color);
|
|
1501
|
+
text-decoration: underline !important;
|
|
1502
|
+
}
|
|
1503
|
+
.speedtest-footer-about-link:hover {
|
|
1504
|
+
color: var(--hover-text-color);
|
|
1505
|
+
}
|
|
1506
|
+
.speedtest-footer .speedtest-footer-refresh {
|
|
1507
|
+
position: absolute;
|
|
1508
|
+
bottom: 0;
|
|
1509
|
+
right: 0;
|
|
1510
|
+
color: var(--secondary-text-color);
|
|
1511
|
+
font-size: 14px;
|
|
1512
|
+
font-weight: 400;
|
|
1513
|
+
line-height: 16px;
|
|
1514
|
+
height: 16px;
|
|
1631
1515
|
display: flex;
|
|
1632
1516
|
align-items: center;
|
|
1633
|
-
|
|
1634
|
-
gap: 8px;
|
|
1517
|
+
gap: 4px;
|
|
1635
1518
|
}
|
|
1636
|
-
.
|
|
1637
|
-
|
|
1638
|
-
height: 24px;
|
|
1519
|
+
.speedtest-footer .speedtest-footer-refresh svg path {
|
|
1520
|
+
fill: var(--secondary-text-color);
|
|
1639
1521
|
}
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1522
|
+
.speedtest-footer .speedtest-footer-refresh:hover {
|
|
1523
|
+
color: var(--hover-text-color);
|
|
1524
|
+
}
|
|
1525
|
+
.speedtest-footer .speedtest-footer-refresh:hover svg path {
|
|
1526
|
+
fill: var(--hover-text-color);
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box {
|
|
1530
|
+
position: fixed;
|
|
1531
|
+
height: auto;
|
|
1532
|
+
width: auto;
|
|
1533
|
+
inset: 0;
|
|
1534
|
+
min-width: 100vw;
|
|
1535
|
+
padding-bottom: 4px;
|
|
1536
|
+
padding-left: 4px;
|
|
1537
|
+
padding-right: 4px;
|
|
1538
|
+
}
|
|
1539
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box-top {
|
|
1540
|
+
position: fixed;
|
|
1541
|
+
}
|
|
1542
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
1543
|
+
width: 50%;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
@media only screen and (orientation: portrait) {
|
|
1547
|
+
.mobile .speedtest-summary {
|
|
1548
|
+
padding: 0 5px;
|
|
1549
|
+
height: auto;
|
|
1550
|
+
}
|
|
1551
|
+
.mobile .speedtest-summary-block {
|
|
1552
|
+
width: 100%;
|
|
1553
|
+
flex-direction: column;
|
|
1554
|
+
}
|
|
1555
|
+
.mobile .speedtest-summary-block .speedtest-summary-subblock {
|
|
1556
|
+
width: 100%;
|
|
1557
|
+
}
|
|
1558
|
+
.mobile .speedtest-summary-block .speedtest-summary-subblock-content {
|
|
1559
|
+
width: 100%;
|
|
1560
|
+
}
|
|
1561
|
+
.mobile .speedtest-summary-header {
|
|
1562
|
+
padding-top: 12px;
|
|
1563
|
+
height: 38px;
|
|
1564
|
+
text-align: center;
|
|
1565
|
+
}
|
|
1566
|
+
.mobile .speedtest-quality-header {
|
|
1567
|
+
text-align: center;
|
|
1568
|
+
}
|
|
1569
|
+
.mobile .speedtest-footer .speedtest-footer-refresh {
|
|
1570
|
+
inset: 50% auto auto 50%;
|
|
1571
|
+
transform: translate(-50%, -50%);
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
@media only screen and (orientation: landscape) {
|
|
1575
|
+
.mobile .clappr-nerd-stats[data-clappr-nerd-stats] .stats-box ul {
|
|
1576
|
+
width: 25%;
|
|
1577
|
+
}
|
|
1578
|
+
}.seek-time[data-seek-time] {
|
|
1579
|
+
position: absolute;
|
|
1580
|
+
white-space: nowrap;
|
|
1581
|
+
height: 20px;
|
|
1582
|
+
line-height: 20px;
|
|
1583
|
+
font-size: 0;
|
|
1584
|
+
left: -100%;
|
|
1585
|
+
bottom: 55px;
|
|
1586
|
+
background-color: rgba(2, 2, 2, 0.5);
|
|
1587
|
+
z-index: 9999;
|
|
1588
|
+
transition: opacity 0.1s ease;
|
|
1589
|
+
}
|
|
1590
|
+
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1591
|
+
opacity: 0;
|
|
1592
|
+
}
|
|
1593
|
+
.seek-time[data-seek-time] [data-seek-time] {
|
|
1594
|
+
display: inline-block;
|
|
1595
|
+
color: white;
|
|
1596
|
+
font-size: 10px;
|
|
1597
|
+
padding-left: 7px;
|
|
1598
|
+
padding-right: 7px;
|
|
1599
|
+
vertical-align: top;
|
|
1600
|
+
}
|
|
1601
|
+
.seek-time[data-seek-time] [data-duration] {
|
|
1602
|
+
display: inline-block;
|
|
1603
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1604
|
+
font-size: 10px;
|
|
1605
|
+
padding-right: 7px;
|
|
1606
|
+
vertical-align: top;
|
|
1607
|
+
}
|
|
1608
|
+
.seek-time[data-seek-time] [data-duration]::before {
|
|
1609
|
+
content: "|";
|
|
1610
|
+
margin-right: 7px;
|
|
1611
|
+
}.share_plugin[data-share] {
|
|
1612
|
+
pointer-events: auto;
|
|
1613
|
+
z-index: 5;
|
|
1614
|
+
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1615
|
+
}
|
|
1616
|
+
.share_plugin[data-share].share-hide .share-button-container {
|
|
1617
|
+
right: -50px;
|
|
1618
|
+
}
|
|
1619
|
+
.share_plugin[data-share] .share-button-container {
|
|
1620
|
+
cursor: pointer;
|
|
1621
|
+
width: 36px;
|
|
1622
|
+
height: 36px;
|
|
1623
|
+
background-color: rgba(74, 74, 74, 0.6);
|
|
1624
|
+
border-radius: 4px;
|
|
1625
|
+
position: absolute;
|
|
1626
|
+
right: 10px;
|
|
1627
|
+
top: 10px;
|
|
1628
|
+
padding-top: 6px;
|
|
1629
|
+
transition: all 0.3s ease-out;
|
|
1630
|
+
}
|
|
1631
|
+
.share_plugin[data-share] .share-button-container button[data-share-button] {
|
|
1632
|
+
background-color: transparent;
|
|
1633
|
+
border: 0;
|
|
1634
|
+
margin: 0 6px;
|
|
1635
|
+
padding: 0;
|
|
1636
|
+
cursor: pointer;
|
|
1642
1637
|
display: inline-block;
|
|
1638
|
+
width: 19px;
|
|
1639
|
+
height: 20px;
|
|
1640
|
+
}
|
|
1641
|
+
.share_plugin[data-share] .share-container {
|
|
1642
|
+
pointer-events: auto;
|
|
1643
|
+
position: absolute;
|
|
1644
|
+
width: 280px;
|
|
1645
|
+
background-color: white;
|
|
1646
|
+
transform: translate(0, 50%);
|
|
1647
|
+
transform: translate(-50%, -50%);
|
|
1648
|
+
left: 50%;
|
|
1649
|
+
/* margin-left: -140px; */
|
|
1650
|
+
top: calc(50% - 20px);
|
|
1651
|
+
/* margin-top: -170px; */
|
|
1652
|
+
}
|
|
1653
|
+
.share_plugin[data-share] .share-container .share-container-header {
|
|
1654
|
+
text-align: left;
|
|
1655
|
+
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1656
|
+
}
|
|
1657
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1658
|
+
display: inline-block;
|
|
1659
|
+
font-size: 16px;
|
|
1660
|
+
margin: 5px;
|
|
1661
|
+
}
|
|
1662
|
+
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1663
|
+
display: inline-block;
|
|
1664
|
+
width: 24px;
|
|
1665
|
+
float: right;
|
|
1666
|
+
margin: 5px;
|
|
1667
|
+
cursor: pointer;
|
|
1668
|
+
}
|
|
1669
|
+
.share_plugin[data-share] .share-container .share-container-main {
|
|
1670
|
+
margin-bottom: 8px;
|
|
1671
|
+
}
|
|
1672
|
+
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1673
|
+
text-align: left;
|
|
1674
|
+
font-size: 14px;
|
|
1675
|
+
padding: 5px;
|
|
1643
1676
|
}
|
|
1644
|
-
.
|
|
1645
|
-
|
|
1677
|
+
.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 {
|
|
1678
|
+
overflow: hidden;
|
|
1679
|
+
text-overflow: ellipsis;
|
|
1680
|
+
color: #818181;
|
|
1681
|
+
border: solid 1px #d3d3d3;
|
|
1682
|
+
width: calc(100% - 10px);
|
|
1683
|
+
padding: 5px;
|
|
1646
1684
|
}
|
|
1647
|
-
.
|
|
1648
|
-
|
|
1649
|
-
|
|
1685
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1686
|
+
max-height: 90px;
|
|
1687
|
+
resize: none;
|
|
1650
1688
|
}
|
|
1651
|
-
.
|
|
1652
|
-
|
|
1689
|
+
.share_plugin[data-share] .share-container .share-container-main .share-container-header--socialicon > div {
|
|
1690
|
+
width: 32px;
|
|
1691
|
+
display: inline-block;
|
|
1692
|
+
margin-right: 5px;
|
|
1693
|
+
cursor: pointer;
|
|
1653
1694
|
}*, :focus, :visited {
|
|
1654
1695
|
outline: none !important;
|
|
1655
1696
|
}
|
|
@@ -1711,45 +1752,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1711
1752
|
}
|
|
1712
1753
|
.gear-wrapper ul.gear-sub-menu li.current a .check-icon svg {
|
|
1713
1754
|
display: inline;
|
|
1714
|
-
}.quality-levels li.disabled {
|
|
1715
|
-
opacity: 0.5;
|
|
1716
|
-
pointer-events: none;
|
|
1717
|
-
}
|
|
1718
|
-
.quality-levels li.current {
|
|
1719
|
-
background-color: #000;
|
|
1720
|
-
}.seek-time[data-seek-time] {
|
|
1721
|
-
position: absolute;
|
|
1722
|
-
white-space: nowrap;
|
|
1723
|
-
height: 20px;
|
|
1724
|
-
line-height: 20px;
|
|
1725
|
-
font-size: 0;
|
|
1726
|
-
left: -100%;
|
|
1727
|
-
bottom: 55px;
|
|
1728
|
-
background-color: rgba(2, 2, 2, 0.5);
|
|
1729
|
-
z-index: 9999;
|
|
1730
|
-
transition: opacity 0.1s ease;
|
|
1731
|
-
}
|
|
1732
|
-
.seek-time[data-seek-time].hidden[data-seek-time] {
|
|
1733
|
-
opacity: 0;
|
|
1734
|
-
}
|
|
1735
|
-
.seek-time[data-seek-time] [data-seek-time] {
|
|
1736
|
-
display: inline-block;
|
|
1737
|
-
color: white;
|
|
1738
|
-
font-size: 10px;
|
|
1739
|
-
padding-left: 7px;
|
|
1740
|
-
padding-right: 7px;
|
|
1741
|
-
vertical-align: top;
|
|
1742
|
-
}
|
|
1743
|
-
.seek-time[data-seek-time] [data-duration] {
|
|
1744
|
-
display: inline-block;
|
|
1745
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1746
|
-
font-size: 10px;
|
|
1747
|
-
padding-right: 7px;
|
|
1748
|
-
vertical-align: top;
|
|
1749
|
-
}
|
|
1750
|
-
.seek-time[data-seek-time] [data-duration]::before {
|
|
1751
|
-
content: "|";
|
|
1752
|
-
margin-right: 7px;
|
|
1753
1755
|
}.container-with-poster-clickable .skip_time_plugin[data-skip-time] {
|
|
1754
1756
|
height: 0;
|
|
1755
1757
|
}
|
|
@@ -1771,6 +1773,89 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1771
1773
|
.skip_time_plugin[data-skip-time] .skip-container[data-skip-container] .skip-item {
|
|
1772
1774
|
width: 33.3%;
|
|
1773
1775
|
height: 100%;
|
|
1776
|
+
}.media-control-skin-1[data-media-control-skin-1] .media-control-gear {
|
|
1777
|
+
order: 99;
|
|
1778
|
+
height: 20px;
|
|
1779
|
+
}
|
|
1780
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper {
|
|
1781
|
+
position: absolute;
|
|
1782
|
+
right: 16px;
|
|
1783
|
+
bottom: 52px;
|
|
1784
|
+
width: 250px;
|
|
1785
|
+
min-height: 48px;
|
|
1786
|
+
z-index: 9999;
|
|
1787
|
+
border-radius: 4px;
|
|
1788
|
+
}
|
|
1789
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list {
|
|
1790
|
+
padding: 8px 0;
|
|
1791
|
+
}
|
|
1792
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option {
|
|
1793
|
+
margin: 0;
|
|
1794
|
+
text-align: left;
|
|
1795
|
+
line-height: 22px;
|
|
1796
|
+
padding: 5px 14px;
|
|
1797
|
+
width: 250px;
|
|
1798
|
+
font-size: 12px;
|
|
1799
|
+
display: flex;
|
|
1800
|
+
align-items: center;
|
|
1801
|
+
justify-content: flex-start;
|
|
1802
|
+
gap: 8px;
|
|
1803
|
+
}
|
|
1804
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon {
|
|
1805
|
+
flex: 24px 0 0;
|
|
1806
|
+
height: 24px;
|
|
1807
|
+
}
|
|
1808
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_icon.hidden {
|
|
1809
|
+
visibility: hidden;
|
|
1810
|
+
display: inline-block;
|
|
1811
|
+
}
|
|
1812
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_label {
|
|
1813
|
+
flex: 0 1 100%;
|
|
1814
|
+
}
|
|
1815
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_arrow-right-icon {
|
|
1816
|
+
flex: 0 0 14px;
|
|
1817
|
+
height: 24px;
|
|
1818
|
+
}
|
|
1819
|
+
.media-control-skin-1[data-media-control-skin-1] .media-control-gear .gear-wrapper .gear-options-list .gear-option_value {
|
|
1820
|
+
flex: 1 0 auto;
|
|
1821
|
+
}.spinner-three-bounce[data-spinner] {
|
|
1822
|
+
position: absolute;
|
|
1823
|
+
width: 70px;
|
|
1824
|
+
text-align: center;
|
|
1825
|
+
z-index: 999;
|
|
1826
|
+
left: 0;
|
|
1827
|
+
right: 0;
|
|
1828
|
+
margin: 0 auto;
|
|
1829
|
+
margin-left: auto;
|
|
1830
|
+
margin-right: auto;
|
|
1831
|
+
/* center vertically */
|
|
1832
|
+
top: 50%;
|
|
1833
|
+
transform: translateY(-50%);
|
|
1834
|
+
}
|
|
1835
|
+
.spinner-three-bounce[data-spinner] > div {
|
|
1836
|
+
width: 18px;
|
|
1837
|
+
height: 18px;
|
|
1838
|
+
background-color: #FFF;
|
|
1839
|
+
border-radius: 100%;
|
|
1840
|
+
display: inline-block;
|
|
1841
|
+
animation: bouncedelay 1.4s infinite ease-in-out;
|
|
1842
|
+
/* Prevent first frame from flickering when animation starts */
|
|
1843
|
+
animation-fill-mode: both;
|
|
1844
|
+
}
|
|
1845
|
+
.spinner-three-bounce[data-spinner] [data-bounce1] {
|
|
1846
|
+
animation-delay: -0.32s;
|
|
1847
|
+
}
|
|
1848
|
+
.spinner-three-bounce[data-spinner] [data-bounce2] {
|
|
1849
|
+
animation-delay: -0.16s;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
@keyframes bouncedelay {
|
|
1853
|
+
0%, 80%, 100% {
|
|
1854
|
+
transform: scale(0);
|
|
1855
|
+
}
|
|
1856
|
+
40% {
|
|
1857
|
+
transform: scale(1);
|
|
1858
|
+
}
|
|
1774
1859
|
}*,
|
|
1775
1860
|
:focus,
|
|
1776
1861
|
:visited {
|
|
@@ -1845,89 +1930,24 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1845
1930
|
.ios-fullscreen::cue {
|
|
1846
1931
|
visibility: visible !important;
|
|
1847
1932
|
font-size: 1em !important;
|
|
1848
|
-
}.
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
font-family: Roboto, "Open Sans", Arial, sans-serif !important;
|
|
1852
|
-
}
|
|
1853
|
-
.share_plugin[data-share].share-hide .share-button-container {
|
|
1854
|
-
right: -50px;
|
|
1855
|
-
}
|
|
1856
|
-
.share_plugin[data-share] .share-button-container {
|
|
1857
|
-
cursor: pointer;
|
|
1858
|
-
width: 36px;
|
|
1859
|
-
height: 36px;
|
|
1860
|
-
background-color: rgba(74, 74, 74, 0.6);
|
|
1861
|
-
border-radius: 4px;
|
|
1862
|
-
position: absolute;
|
|
1863
|
-
right: 10px;
|
|
1864
|
-
top: 10px;
|
|
1865
|
-
padding-top: 6px;
|
|
1866
|
-
transition: all 0.3s ease-out;
|
|
1933
|
+
}.media-control-pip {
|
|
1934
|
+
order: 95;
|
|
1935
|
+
display: flex;
|
|
1867
1936
|
}
|
|
1868
|
-
.
|
|
1869
|
-
background-color: transparent;
|
|
1870
|
-
border: 0;
|
|
1871
|
-
margin: 0 6px;
|
|
1872
|
-
padding: 0;
|
|
1873
|
-
cursor: pointer;
|
|
1874
|
-
display: inline-block;
|
|
1875
|
-
width: 19px;
|
|
1937
|
+
.media-control-pip button {
|
|
1876
1938
|
height: 20px;
|
|
1877
1939
|
}
|
|
1878
|
-
.
|
|
1879
|
-
|
|
1940
|
+
.media-control-pip button svg {
|
|
1941
|
+
height: 20px;
|
|
1942
|
+
}.player-logo[data-logo] {
|
|
1880
1943
|
position: absolute;
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
transform: translate(-50%, -50%);
|
|
1885
|
-
left: 50%;
|
|
1886
|
-
/* margin-left: -140px; */
|
|
1887
|
-
top: calc(50% - 20px);
|
|
1888
|
-
/* margin-top: -170px; */
|
|
1889
|
-
}
|
|
1890
|
-
.share_plugin[data-share] .share-container .share-container-header {
|
|
1891
|
-
text-align: left;
|
|
1892
|
-
border-bottom: 1px solid rgba(155, 155, 155, 0.25);
|
|
1893
|
-
}
|
|
1894
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--title {
|
|
1895
|
-
display: inline-block;
|
|
1896
|
-
font-size: 16px;
|
|
1897
|
-
margin: 5px;
|
|
1898
|
-
}
|
|
1899
|
-
.share_plugin[data-share] .share-container .share-container-header .share-container-header--close {
|
|
1900
|
-
display: inline-block;
|
|
1901
|
-
width: 24px;
|
|
1902
|
-
float: right;
|
|
1903
|
-
margin: 5px;
|
|
1904
|
-
cursor: pointer;
|
|
1905
|
-
}
|
|
1906
|
-
.share_plugin[data-share] .share-container .share-container-main {
|
|
1907
|
-
margin-bottom: 8px;
|
|
1908
|
-
}
|
|
1909
|
-
.share_plugin[data-share] .share-container .share-container-main > div {
|
|
1910
|
-
text-align: left;
|
|
1911
|
-
font-size: 14px;
|
|
1912
|
-
padding: 5px;
|
|
1913
|
-
}
|
|
1914
|
-
.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 {
|
|
1915
|
-
overflow: hidden;
|
|
1916
|
-
text-overflow: ellipsis;
|
|
1917
|
-
color: #818181;
|
|
1918
|
-
border: solid 1px #d3d3d3;
|
|
1919
|
-
width: calc(100% - 10px);
|
|
1920
|
-
padding: 5px;
|
|
1921
|
-
}
|
|
1922
|
-
.share_plugin[data-share] .share-container .share-container-main .share-container-header--embed {
|
|
1923
|
-
max-height: 90px;
|
|
1924
|
-
resize: none;
|
|
1944
|
+
z-index: 2;
|
|
1945
|
+
width: 100%;
|
|
1946
|
+
height: 100%;
|
|
1925
1947
|
}
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
margin-right: 5px;
|
|
1930
|
-
cursor: pointer;
|
|
1948
|
+
|
|
1949
|
+
.clappr-logo {
|
|
1950
|
+
position: absolute;
|
|
1931
1951
|
}.player-poster[data-poster] {
|
|
1932
1952
|
display: flex;
|
|
1933
1953
|
justify-content: center;
|
|
@@ -1962,26 +1982,6 @@ div.player-error-screen__reload, [data-player] div.player-error-screen__reload {
|
|
|
1962
1982
|
}
|
|
1963
1983
|
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
|
|
1964
1984
|
fill: #fff;
|
|
1965
|
-
}.clips.bar-container[data-seekbar] {
|
|
1966
|
-
clip-path: url("#myClip");
|
|
1967
|
-
}.player-logo[data-logo] {
|
|
1968
|
-
position: absolute;
|
|
1969
|
-
z-index: 2;
|
|
1970
|
-
width: 100%;
|
|
1971
|
-
height: 100%;
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
.clappr-logo {
|
|
1975
|
-
position: absolute;
|
|
1976
|
-
}.media-control-pip {
|
|
1977
|
-
order: 95;
|
|
1978
|
-
display: flex;
|
|
1979
|
-
}
|
|
1980
|
-
.media-control-pip button {
|
|
1981
|
-
height: 20px;
|
|
1982
|
-
}
|
|
1983
|
-
.media-control-pip button svg {
|
|
1984
|
-
height: 20px;
|
|
1985
1985
|
}.scrub-thumbnails {
|
|
1986
1986
|
position: absolute;
|
|
1987
1987
|
bottom: 52px;
|