j1-template 2024.3.14 → 2024.3.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/amplitude.html +111 -58
- data/assets/data/cookieconsent.html +8 -8
- data/assets/data/panel.html +4 -3
- data/assets/data/speak2me.html +11 -11
- data/assets/data/translator.html +29 -29
- data/assets/theme/j1/adapter/js/amplitude.js +112 -88
- data/assets/theme/j1/adapter/js/j1.js +4 -4
- data/assets/theme/j1/adapter/js/masonry.js +2 -2
- data/assets/theme/j1/adapter/js/themes.js +42 -4
- data/assets/theme/j1/adapter/js/videojs.js +212 -0
- data/assets/theme/j1/core/css/icon-fonts/mdib.css +24 -4
- data/assets/theme/j1/core/css/icon-fonts/mdib.css.map +1 -1
- data/assets/theme/j1/core/css/icon-fonts/mdib.min.css +1 -1
- data/assets/theme/j1/core/css/icon-fonts/mdib.min.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +9 -6
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
- data/assets/theme/j1/core/js/template.js +262 -275
- data/assets/theme/j1/core/js/template.min.js +7 -7
- data/assets/theme/j1/core/js/template.min.js.map +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +131 -24
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +102 -76
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +109 -78
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
- data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
- data/assets/theme/j1/modules/amplitudejs/js/tech/youtube_example.js +211 -0
- data/assets/theme/j1/modules/gemini/js/gemini.js.map +1 -1
- data/assets/theme/j1/modules/jquery/js/jquery.min.map +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
- data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
- data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
- data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.js +2 -2
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/config.rb +0 -4
- data/lib/starter_web/Gemfile +45 -22
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +4 -6
- data/lib/starter_web/_data/modules/amplitude.yml +67 -37
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +1 -0
- data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
- data/lib/starter_web/_data/modules/gallery.yml +30 -14
- data/lib/starter_web/_data/modules/lazyLoader.yml +8 -8
- data/lib/starter_web/_data/modules/masonry.yml +15 -0
- data/lib/starter_web/_data/modules/masterslider.yml +6 -6
- data/lib/starter_web/_data/modules/videojs.yml +57 -0
- data/lib/starter_web/_data/resources.yml +9 -26
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
- data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +2 -1
- data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +2 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +145 -24
- data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/audio/cover/spontanorama/spontanorama.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.png +0 -0
- data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.psd +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +20 -7
- data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
- data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
- data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +1 -1
- data/lib/starter_web/pages/public/tour/highlghter_rouge.adoc +1 -1
- data/lib/starter_web/pages/public/tour/modal_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/tour/play_audio.adoc +30 -29
- data/lib/starter_web/pages/public/tour/play_video.adoc +65 -39
- data/lib/starter_web/pages/public/tour/present_images.adoc +17 -16
- data/lib/starter_web/pages/public/tour/quicksearch.adoc +1 -1
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
- data/lib/starter_web/pages/public/tour/typography.adoc +1 -1
- metadata +37 -20
- data/assets/data/amplitude.28.html +0 -887
- data/assets/data/amplitude.29.html +0 -923
- data/assets/theme/j1/adapter/js/amplitude.23.js +0 -1165
- data/assets/theme/j1/adapter/js/amplitude.24.js +0 -1164
- data/assets/theme/j1/adapter/js/amplitude.25.js +0 -1268
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
- data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
- data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
- data/lib/starter_web/_data/modules/lazyLoader.0.yml +0 -118
@@ -14,7 +14,7 @@
|
|
14
14
|
*/
|
15
15
|
|
16
16
|
/* 1. Base
|
17
|
-
#
|
17
|
+
# ------------------------------------------------------------------------------ */
|
18
18
|
|
19
19
|
.large-player {
|
20
20
|
-webkit-font-smoothing: antialiased; /* Chrome, Safari, Edge */
|
@@ -26,8 +26,11 @@
|
|
26
26
|
background: var(--ajs-theme-uno--white);
|
27
27
|
}
|
28
28
|
|
29
|
+
/* jadams, 2024-11-04: Overload user agent styles (img) for width|height */
|
29
30
|
.player-left-top img {
|
30
|
-
width:
|
31
|
+
width: 500px;
|
32
|
+
/* height: auto; */
|
33
|
+
height: 500px;
|
31
34
|
object-fit: cover;
|
32
35
|
}
|
33
36
|
|
@@ -35,7 +38,6 @@
|
|
35
38
|
cursor: pointer;
|
36
39
|
top: 0;
|
37
40
|
position: sticky;
|
38
|
-
width: 100%;
|
39
41
|
padding: 15px;
|
40
42
|
font-family: "Lato", sans-serif;
|
41
43
|
text-align: center;
|
@@ -60,9 +62,7 @@
|
|
60
62
|
|
61
63
|
.playlist-screen-controls {
|
62
64
|
cursor: default;
|
63
|
-
|
64
|
-
position: sticky;
|
65
|
-
height: 90px;
|
65
|
+
height: 100px;
|
66
66
|
padding: 15px;
|
67
67
|
max-width: -webkit-fill-available;
|
68
68
|
max-width: -moz-available;
|
@@ -72,15 +72,15 @@
|
|
72
72
|
}
|
73
73
|
|
74
74
|
/* 2. Components
|
75
|
-
#
|
75
|
+
# ------------------------------------------------------------------------------ */
|
76
76
|
|
77
77
|
div#large_player_left {
|
78
78
|
display: flex;
|
79
79
|
flex: 1;
|
80
80
|
flex-direction: column;
|
81
|
-
|
82
|
-
|
83
|
-
width:
|
81
|
+
/* jadams, 2014-11-07: width (overall) DISABLED on the left */
|
82
|
+
/* width: 50%; */
|
83
|
+
max-width: fit-content;
|
84
84
|
border: solid 1px;
|
85
85
|
border-color: var(--ajs-theme-uno--medium-silver);
|
86
86
|
background-color: var(--ajs-theme-uno--darker-silver) !important;
|
@@ -101,9 +101,9 @@ div#large_player_right {
|
|
101
101
|
display: flex;
|
102
102
|
flex: 1;
|
103
103
|
flex-direction: column;
|
104
|
-
|
105
|
-
|
106
|
-
width:
|
104
|
+
flex-grow: 1;
|
105
|
+
width: 50%; /* make flex colums same in width (overall) */
|
106
|
+
min-width: 500px;
|
107
107
|
border-top: solid 1px;
|
108
108
|
border-right: solid 1px;
|
109
109
|
border-bottom: solid 1px;
|
@@ -119,19 +119,18 @@ div.play-button-container {
|
|
119
119
|
|
120
120
|
div#large_player_right
|
121
121
|
div.song.amplitude-active-song-container
|
122
|
-
div.song-now-playing
|
122
|
+
div.song-number-now-playing
|
123
123
|
span.number {
|
124
124
|
display: inline-flex;
|
125
125
|
opacity: 0.5;
|
126
126
|
font-family: "Lato", sans-serif;
|
127
127
|
font-size: 16px;
|
128
|
-
letter-spacing: 0.5px;
|
129
128
|
color: var(--ajs-theme-uno--gray-200);
|
130
129
|
}
|
131
130
|
|
132
131
|
div#large_player_right
|
133
132
|
div.song.amplitude-active-song-container
|
134
|
-
div.song-now-playing
|
133
|
+
div.song-number-now-playing
|
135
134
|
img.now-playing {
|
136
135
|
display: block;
|
137
136
|
margin-top: 5px;
|
@@ -158,8 +157,8 @@ div#large_player_right
|
|
158
157
|
div.song
|
159
158
|
div.audio-meta-data
|
160
159
|
span.audio-artist {
|
161
|
-
display: block;
|
162
160
|
font-size: 16px;
|
161
|
+
line-height: 18px;
|
163
162
|
white-space: nowrap;
|
164
163
|
overflow: hidden;
|
165
164
|
text-overflow: ellipsis;
|
@@ -170,32 +169,36 @@ div#large_player_right
|
|
170
169
|
div.song
|
171
170
|
div.audio-meta-data
|
172
171
|
span.audio-title {
|
172
|
+
display: block;
|
173
|
+
width: calc(100% - 25px);
|
173
174
|
font-family: "Lato", sans-serif;
|
174
|
-
|
175
|
-
|
176
|
-
line-height: 20px;
|
177
|
-
letter-spacing: 0.47px;
|
175
|
+
font-size: 18px;
|
176
|
+
line-height: 24px;
|
178
177
|
white-space: nowrap;
|
178
|
+
overflow: hidden;
|
179
|
+
text-overflow: ellipsis;
|
179
180
|
color: var(--ajs-theme-uno--blue);
|
180
181
|
}
|
181
182
|
|
182
183
|
div#large_player_right
|
183
184
|
div.song
|
184
|
-
|
185
|
+
div.audio-meta-data
|
186
|
+
span.audio-rating {
|
187
|
+
display: flex;
|
188
|
+
align-items: center;
|
185
189
|
float: right;
|
186
|
-
|
187
|
-
|
188
|
-
margin-
|
189
|
-
|
190
|
+
font-size: 16px;
|
191
|
+
margin-top: -24px;
|
192
|
+
margin-right: -20px;
|
193
|
+
color: var(--ajs-theme-uno--gray-400);
|
190
194
|
}
|
191
195
|
|
192
196
|
div#large_player_right
|
193
197
|
div.song
|
194
|
-
|
198
|
+
div.audio-meta-data
|
199
|
+
span.audio-info {
|
195
200
|
float: right;
|
196
|
-
|
197
|
-
margin-top: 10px;
|
198
|
-
margin-right: 10px;
|
201
|
+
margin-right: -102px;
|
199
202
|
}
|
200
203
|
|
201
204
|
/* clearfix */
|
@@ -207,34 +210,28 @@ div.song:after {
|
|
207
210
|
}
|
208
211
|
|
209
212
|
div#large_player_right
|
210
|
-
div.song
|
211
|
-
div.song-now-playing
|
213
|
+
div.song
|
214
|
+
div.song-number-now-playing {
|
212
215
|
float: left;
|
213
|
-
width:
|
216
|
+
width: 40px;
|
214
217
|
height: 20px;
|
215
|
-
margin-top:
|
216
|
-
margin-right:
|
218
|
+
margin-top: 8px;
|
219
|
+
margin-right: 12px;
|
217
220
|
}
|
218
221
|
|
219
222
|
div#large_player_right
|
220
223
|
div.song
|
221
|
-
div.song-now-playing
|
224
|
+
div.song-number-now-playing
|
222
225
|
img.now-playing {
|
223
226
|
display: none;
|
224
227
|
}
|
225
228
|
|
226
229
|
div#large_player_right
|
227
|
-
div.song
|
228
|
-
span.audio-duration {
|
230
|
+
div.song span.audio-duration {
|
229
231
|
float: left;
|
230
|
-
margin-
|
231
|
-
margin-left: -5px;
|
232
|
-
width: 50px;
|
232
|
+
margin-left: 28px;
|
233
233
|
font-family: "Lato", sans-serif;
|
234
|
-
text-align: center;
|
235
|
-
line-height: 45px;
|
236
234
|
font-size: 16px;
|
237
|
-
font-weight: 500;
|
238
235
|
color: var(--ajs-theme-uno--gray-300);
|
239
236
|
}
|
240
237
|
|
@@ -244,9 +241,7 @@ div.playlist-screen-meta-container
|
|
244
241
|
span.song-name {
|
245
242
|
font-family: "Lato", sans-serif;
|
246
243
|
font-size: 18px;
|
247
|
-
letter-spacing: 0.5px;
|
248
244
|
line-height: 24px;
|
249
|
-
/* margin-left: 38px; */
|
250
245
|
white-space: nowrap;
|
251
246
|
overflow: hidden;
|
252
247
|
text-overflow: ellipsis;
|
@@ -260,9 +255,7 @@ div.song-artist-album {
|
|
260
255
|
opacity: 0.5;
|
261
256
|
font-family: "Lato", sans-serif;
|
262
257
|
font-size: 16px;
|
263
|
-
|
264
|
-
line-height: 16px;
|
265
|
-
/* margin-left: 38px; */
|
258
|
+
line-height: 18px;
|
266
259
|
color: var(--ajs-theme-uno--white);
|
267
260
|
}
|
268
261
|
|
@@ -271,8 +264,8 @@ div.playlist-screen-controls
|
|
271
264
|
div.list-controls {
|
272
265
|
float: right;
|
273
266
|
width: 90px;
|
274
|
-
|
275
|
-
margin-
|
267
|
+
margin-top: 50px;
|
268
|
+
margin-right: -12px;
|
276
269
|
}
|
277
270
|
|
278
271
|
div#large_player_right
|
@@ -392,7 +385,7 @@ div.amplitude-mute {
|
|
392
385
|
cursor: pointer;
|
393
386
|
width: 25px;
|
394
387
|
height: 19px;
|
395
|
-
margin-left:
|
388
|
+
margin-left: 40px;
|
396
389
|
}
|
397
390
|
|
398
391
|
div#large_player_control_container
|
@@ -410,7 +403,6 @@ span.title-number {
|
|
410
403
|
opacity: 0.5;
|
411
404
|
font-family: "Lato", sans-serif;
|
412
405
|
font-size: 16px;
|
413
|
-
letter-spacing: 0.5px;
|
414
406
|
color: var(--ajs-theme-uno--gray-200);
|
415
407
|
}
|
416
408
|
|
@@ -582,18 +574,41 @@ div#large_player_repeat.amplitude-repeat-on {
|
|
582
574
|
}
|
583
575
|
|
584
576
|
/* 3. Layout
|
585
|
-
#
|
577
|
+
# ------------------------------------------------------------------------------ */
|
578
|
+
|
579
|
+
/*
|
580
|
+
Bootstrap grid breakpoints
|
581
|
+
SN: 576px Mobile
|
582
|
+
MD: 768px Small Desktop|Tablet
|
583
|
+
LG: 992px Default Desktop
|
584
|
+
XL: 1200px Large Desktop
|
585
|
+
XXL: 1400px X Large Desktop
|
586
|
+
*/
|
587
|
+
|
588
|
+
/* max-width: -webkit-fill-available; Chrome, Safari, Edge */
|
589
|
+
/* max-width: -moz-available; Firefox */
|
586
590
|
|
587
|
-
|
591
|
+
|
592
|
+
/* BS LG|MD|SM
|
588
593
|
# --------------------------------------------------------- */
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
594
|
+
|
595
|
+
@media screen and (max-width: 992px),
|
596
|
+
screen and (max-width: 768px),
|
597
|
+
screen and (max-width: 576px) {
|
598
|
+
|
599
|
+
.large-player {
|
600
|
+
max-width: -webkit-fill-available; /* Chrome, Safari, Edge */
|
601
|
+
max-width: -moz-available; /* Firefox */
|
593
602
|
}
|
594
603
|
|
595
|
-
|
604
|
+
/* .compact-player-title-list {
|
596
605
|
max-height: 500px;
|
606
|
+
} */
|
607
|
+
|
608
|
+
div#large_player_left {
|
609
|
+
max-width: unset;
|
610
|
+
border: solid 1px;
|
611
|
+
border-color: var(--ajs-theme-uno--medium-silver);
|
597
612
|
}
|
598
613
|
|
599
614
|
div.large-player-container {
|
@@ -605,16 +620,13 @@ div#large_player_repeat.amplitude-repeat-on {
|
|
605
620
|
|
606
621
|
div.large-player-container
|
607
622
|
div#large_player_right {
|
608
|
-
width:
|
609
|
-
|
610
|
-
border-left: solid 1px;
|
611
|
-
border-color: var(--ajs-theme-uno--medium-silver);
|
623
|
+
width: auto;
|
624
|
+
min-width: unset;
|
612
625
|
}
|
613
626
|
|
614
|
-
|
615
|
-
|
616
|
-
width:
|
617
|
-
height: auto;
|
627
|
+
.player-left-top img {
|
628
|
+
width: -webkit-fill-available; /* Chrome, Safari, Edge */
|
629
|
+
width: -moz-available; /* Firefox */
|
618
630
|
}
|
619
631
|
|
620
632
|
div#large_player_control_container {
|
@@ -622,25 +634,44 @@ div#large_player_repeat.amplitude-repeat-on {
|
|
622
634
|
margin-bottom: 25px;
|
623
635
|
}
|
624
636
|
|
625
|
-
div
|
626
|
-
div
|
627
|
-
|
628
|
-
|
629
|
-
|
637
|
+
div#large_player_right
|
638
|
+
div.playlist-screen-controls
|
639
|
+
div.playlist-screen-meta-container
|
640
|
+
span.song-name {
|
641
|
+
font-size: 16px;
|
642
|
+
}
|
643
|
+
|
644
|
+
.playlist-screen-controls.large-player {
|
645
|
+
display: none;
|
630
646
|
}
|
647
|
+
|
648
|
+
div#large_player_right {
|
649
|
+
border-top: 0px;
|
650
|
+
border-right: 1px solid;
|
651
|
+
border-bottom: 1px solid;
|
652
|
+
border-left: 1px solid;
|
653
|
+
border-color: var(--ajs-theme-uno--medium-silver);
|
654
|
+
}
|
655
|
+
|
656
|
+
.large-player-title-list {
|
657
|
+
border-bottom: 1px solid;
|
658
|
+
border-color: var(--ajs-theme-uno--medium-silver);
|
659
|
+
}
|
660
|
+
|
631
661
|
}
|
632
662
|
|
663
|
+
|
633
664
|
/* 4. Pages
|
634
|
-
#
|
665
|
+
# ------------------------------------------------------------------------------ */
|
635
666
|
|
636
667
|
/* 5. Themes
|
637
|
-
#
|
668
|
+
# ------------------------------------------------------------------------------ */
|
638
669
|
|
639
670
|
/* 6. Utils
|
640
|
-
#
|
671
|
+
# ------------------------------------------------------------------------------ */
|
641
672
|
|
642
673
|
/* 7. Vendors
|
643
|
-
#
|
674
|
+
# ------------------------------------------------------------------------------ */
|
644
675
|
|
645
676
|
/* 8. Animations
|
646
|
-
#
|
677
|
+
# ------------------------------------------------------------------------------ */
|
@@ -13,4 +13,4 @@
|
|
13
13
|
# -----------------------------------------------------------------------------
|
14
14
|
*/
|
15
15
|
|
16
|
-
.large-player{-webkit-font-smoothing:antialiased}.large-player-container{display:flex;max-width:fit-content;background:var(--ajs-theme-uno--white)}.player-left-top img{width:100%;object-fit:cover}.large-player-playlist-header{cursor:pointer;top:0;position:sticky;width:100%;padding:15px;font-family:"Lato",sans-serif;text-align:center;color:var(--ajs-theme-uno--white);background-color:var(--ajs-theme-uno--dark-silver)}.large-player-title-list{display:block;max-height:600px;overflow-y:scroll}.meta-container.large-player{height:120px}.playlist-screen-meta-container{width:calc(100% - 123px);float:left}.playlist-screen-controls{cursor:default;top:0;position:sticky;height:90px;padding:15px;max-width:-webkit-fill-available;max-width:-moz-available;font-family:"Lato",sans-serif;color:var(--ajs-theme-uno--white);background-color:var(--ajs-theme-uno--black)}div#large_player_left{display:flex;flex:1;flex-direction:column;overflow-y:clip;padding:0;width:50%;border:solid 1px;border-color:var(--ajs-theme-uno--medium-silver);background-color:var(--ajs-theme-uno--darker-silver) !important}div#large_player_left img.album-art{width:100%}div#large_player_left div#player-left-bottom{flex:1;background-color:var(--ajs-theme-uno--blue-gray-900)}div#large_player_right{display:flex;flex:1;flex-direction:column;padding:0;overflow-y:scroll;width:50%;border-top:solid 1px;border-right:solid 1px;border-bottom:solid 1px;border-color:var(--ajs-theme-uno--medium-silver);background-color:var(--ajs-theme-uno--darker-silver) !important}div#large_player_right div.song.amplitude-active-song-container:hover div.play-button-container{display:none}div#large_player_right div.song.amplitude-active-song-container div.song-now-playing-icon-container span.number{display:inline-flex;opacity:.5;font-family:"Lato",sans-serif;font-size:16px;letter-spacing:.5px;color:var(--ajs-theme-uno--gray-200)}div#large_player_right div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing{display:block;margin-top:5px;margin-left:4px;height:16px;width:16px}div#large_player_right div.song{cursor:pointer;padding:12px;background-color:var(--ajs-theme-uno--darker-silver)}div#large_player_right div.song div.audio-meta-data{float:left;width:calc(100% - 145px)}div#large_player_right div.song div.audio-meta-data span.audio-artist{display:block;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--gray-300)}div#large_player_right div.song div.audio-meta-data span.audio-title{font-family:"Lato",sans-serif;font-size:16px;line-height:20px;letter-spacing:.47px;white-space:nowrap;color:var(--ajs-theme-uno--blue)}div#large_player_right div.song img.audio-info-blue{float:right;display:block;margin-top:28px;margin-right:5px}div#large_player_right div.song img.audio-info-white{float:right;display:none;margin-top:10px;margin-right:10px}div#large_player_right div.song:after{content:"";display:table;clear:both}div#large_player_right div.song div.song-now-playing-icon-container{float:left;width:26px;height:20px;margin-top:12px;margin-right:20px}div#large_player_right div.song div.song-now-playing-icon-container img.now-playing{display:none}div#large_player_right div.song span.audio-duration{float:left;margin-top:18px;margin-left:-5px;width:50px;font-family:"Lato",sans-serif;text-align:center;line-height:45px;font-size:16px;font-weight:500;color:var(--ajs-theme-uno--gray-300)}div#large_player_right div.playlist-screen-controls div.playlist-screen-meta-container span.song-name{font-family:"Lato",sans-serif;font-size:18px;letter-spacing:.5px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--white)}div#large_player_right div.playlist-screen-controls div.playlist-screen-meta-container div.song-artist-album{opacity:.5;font-family:"Lato",sans-serif;font-size:16px;letter-spacing:.5px;line-height:16px;color:var(--ajs-theme-uno--white)}div#large_player_right div.playlist-screen-controls div.list-controls{float:right;width:90px;margin-top:38px}div#large_player_right div.playlist-screen-controls div.list-controls div.list-previous{float:left;cursor:pointer;width:15px;height:17px;margin-right:15px;margin-top:4px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg") no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-previous:hover{opacity:.5}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-paused{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/play.svg") no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause{float:left;cursor:pointer;width:17px;height:24px}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause:hover{opacity:.5}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-playing{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/pause.svg") no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-next{float:left;cursor:pointer;width:15px;height:17px;margin-left:15px;margin-top:4px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg")no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-next:hover{opacity:.5}div#large_player_right div.song.amplitude-song-container.amplitude-play-pause.amplitude-active-song-container{background-color:var(--ajs-theme-uno--medium-silver) !important}div#large_player_control_container{margin-top:20px;margin-bottom:20px}div#large_player_control_container:after{content:"";display:table;clear:both}div#large_player_control_container div.volume-container{float:left;width:88%;margin-top:20px;margin-left:12px}div#large_player_control_container div.volume-container:after{content:"";display:table;clear:both}div#large_player_control_container div.volume-container div.volume-controls input[type=range]{width:calc(100% - 45px)}div#large_player_control_container div.amplitude-mute{float:left;cursor:pointer;width:25px;height:19px;margin-left:20px}div#large_player_control_container div.amplitude-mute.amplitude-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg") no-repeat}div#large_player_control_container div.amplitude-mute.amplitude-not-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg") no-repeat}span.title-number{display:inline-flex;opacity:.5;font-family:"Lato",sans-serif;font-size:16px;letter-spacing:.5px;color:var(--ajs-theme-uno--gray-200)}div#large_player_controls{height:65px}div#large_player_controls div.large-player-controls-container{text-align:center}div#large_player_controls div.large-player-controls-container div#large_player_shuffle{display:inline-block;width:24px;height:24px;cursor:pointer;vertical-align:middle;margin-right:25px}div#large_player_controls div.large-player-controls-container div#large_player_shuffle:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_shuffle.amplitude-shuffle-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-on.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_shuffle.amplitude-shuffle-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-off.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_previous{display:inline-block;height:24px;width:24px;cursor:pointer;vertical-align:middle;margin-right:20px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_previous:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div.large-player-skip-backward{display:inline-block;cursor:pointer;height:24px;width:24px;margin-right:20px;vertical-align:middle;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg") no-repeat}div#large_player_controls div.large-player-controls-container div.large-player-skip-backward:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_play_pause{display:inline-block;width:60px;height:60px;cursor:pointer;vertical-align:middle}div#large_player_controls div.large-player-controls-container div#large_player_play_pause:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_play_pause.amplitude-paused{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/play.svg") no-repeat}div#large_player_controls div.large-player-controls-container div.large-player-skip-forward{display:inline-block;cursor:pointer;height:24px;width:24px;margin-left:20px;vertical-align:middle;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg") no-repeat}div#large_player_controls div.large-player-controls-container div.large-player-skip-forward:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_play_pause.amplitude-playing{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/pause.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_next{display:inline-block;height:24px;width:24px;cursor:pointer;vertical-align:middle;margin-right:25px;margin-left:20px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_next:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_repeat{display:inline-block;width:24px;height:24px;cursor:pointer;vertical-align:middle}div#large_player_controls div.large-player-controls-container div#large_player_repeat:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_repeat.amplitude-repeat-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-off.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_repeat.amplitude-repeat-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-on.svg") no-repeat}@media screen and (max-width:39.9375em){.lage-player{max-width:-webkit-fill-available;max-width:-moz-available}.compact-player-title-list{max-height:500px}div.large-player-container{position:relative;flex-direction:column;max-height:fit-content;max-width:fit-content}div.large-player-container div#large_player_right{width:100%;height:auto;border-left:solid 1px;border-color:var(--ajs-theme-uno--medium-silver)}div.large-player-container div#large_player_left{width:100%;height:auto}div#large_player_control_container{margin-top:25px;margin-bottom:25px}div.large-player-container div#large_player_left img[amplitude-song-info="cover_art_url"]{width:auto;height:auto}}
|
16
|
+
.large-player{-webkit-font-smoothing:antialiased}.large-player-container{display:flex;max-width:fit-content;background:var(--ajs-theme-uno--white)}.player-left-top img{width:500px;height:500px;object-fit:cover}.large-player-playlist-header{cursor:pointer;top:0;position:sticky;padding:15px;font-family:"Lato",sans-serif;text-align:center;color:var(--ajs-theme-uno--white);background-color:var(--ajs-theme-uno--dark-silver)}.large-player-title-list{display:block;max-height:600px;overflow-y:scroll}.meta-container.large-player{height:120px}.playlist-screen-meta-container{width:calc(100% - 123px);float:left}.playlist-screen-controls{cursor:default;height:100px;padding:15px;max-width:-webkit-fill-available;max-width:-moz-available;font-family:"Lato",sans-serif;color:var(--ajs-theme-uno--white);background-color:var(--ajs-theme-uno--black)}div#large_player_left{display:flex;flex:1;flex-direction:column;max-width:fit-content;border:solid 1px;border-color:var(--ajs-theme-uno--medium-silver);background-color:var(--ajs-theme-uno--darker-silver) !important}div#large_player_left img.album-art{width:100%}div#large_player_left div#player-left-bottom{flex:1;background-color:var(--ajs-theme-uno--blue-gray-900)}div#large_player_right{display:flex;flex:1;flex-direction:column;flex-grow:1;width:50%;min-width:500px;border-top:solid 1px;border-right:solid 1px;border-bottom:solid 1px;border-color:var(--ajs-theme-uno--medium-silver);background-color:var(--ajs-theme-uno--darker-silver) !important}div#large_player_right div.song.amplitude-active-song-container:hover div.play-button-container{display:none}div#large_player_right div.song.amplitude-active-song-container div.song-number-now-playing span.number{display:inline-flex;opacity:.5;font-family:"Lato",sans-serif;font-size:16px;color:var(--ajs-theme-uno--gray-200)}div#large_player_right div.song.amplitude-active-song-container div.song-number-now-playing img.now-playing{display:block;margin-top:5px;margin-left:4px;height:16px;width:16px}div#large_player_right div.song{cursor:pointer;padding:12px;background-color:var(--ajs-theme-uno--darker-silver)}div#large_player_right div.song div.audio-meta-data{float:left;width:calc(100% - 145px)}div#large_player_right div.song div.audio-meta-data span.audio-artist{font-size:16px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--gray-300)}div#large_player_right div.song div.audio-meta-data span.audio-title{display:block;width:calc(100% - 25px);font-family:"Lato",sans-serif;font-size:18px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--blue)}div#large_player_right div.song div.audio-meta-data span.audio-rating{display:flex;align-items:center;float:right;font-size:16px;margin-top:-24px;margin-right:-20px;color:var(--ajs-theme-uno--gray-400)}div#large_player_right div.song div.audio-meta-data span.audio-info{float:right;margin-right:-102px}div#large_player_right div.song:after{content:"";display:table;clear:both}div#large_player_right div.song div.song-number-now-playing{float:left;width:40px;height:20px;margin-top:8px;margin-right:12px}div#large_player_right div.song div.song-number-now-playing img.now-playing{display:none}div#large_player_right div.song span.audio-duration{float:left;margin-left:28px;font-family:"Lato",sans-serif;font-size:16px;color:var(--ajs-theme-uno--gray-300)}div#large_player_right div.playlist-screen-controls div.playlist-screen-meta-container span.song-name{font-family:"Lato",sans-serif;font-size:18px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--white)}div#large_player_right div.playlist-screen-controls div.playlist-screen-meta-container div.song-artist-album{opacity:.5;font-family:"Lato",sans-serif;font-size:16px;line-height:18px;color:var(--ajs-theme-uno--white)}div#large_player_right div.playlist-screen-controls div.list-controls{float:right;width:90px;margin-top:50px;margin-right:-12px}div#large_player_right div.playlist-screen-controls div.list-controls div.list-previous{float:left;cursor:pointer;width:15px;height:17px;margin-right:15px;margin-top:4px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg") no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-previous:hover{opacity:.5}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-paused{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/play.svg") no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause{float:left;cursor:pointer;width:17px;height:24px}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause:hover{opacity:.5}div#large_player_right div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-playing{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/pause.svg") no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-next{float:left;cursor:pointer;width:15px;height:17px;margin-left:15px;margin-top:4px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg")no-repeat}div#large_player_right div.playlist-screen-controls div.list-controls div.list-next:hover{opacity:.5}div#large_player_right div.song.amplitude-song-container.amplitude-play-pause.amplitude-active-song-container{background-color:var(--ajs-theme-uno--medium-silver) !important}div#large_player_control_container{margin-top:20px;margin-bottom:20px}div#large_player_control_container:after{content:"";display:table;clear:both}div#large_player_control_container div.volume-container{float:left;width:88%;margin-top:20px;margin-left:12px}div#large_player_control_container div.volume-container:after{content:"";display:table;clear:both}div#large_player_control_container div.volume-container div.volume-controls input[type=range]{width:calc(100% - 45px)}div#large_player_control_container div.amplitude-mute{float:left;cursor:pointer;width:25px;height:19px;margin-left:40px}div#large_player_control_container div.amplitude-mute.amplitude-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg") no-repeat}div#large_player_control_container div.amplitude-mute.amplitude-not-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg") no-repeat}span.title-number{display:inline-flex;opacity:.5;font-family:"Lato",sans-serif;font-size:16px;color:var(--ajs-theme-uno--gray-200)}div#large_player_controls{height:65px}div#large_player_controls div.large-player-controls-container{text-align:center}div#large_player_controls div.large-player-controls-container div#large_player_shuffle{display:inline-block;width:24px;height:24px;cursor:pointer;vertical-align:middle;margin-right:25px}div#large_player_controls div.large-player-controls-container div#large_player_shuffle:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_shuffle.amplitude-shuffle-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-on.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_shuffle.amplitude-shuffle-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-off.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_previous{display:inline-block;height:24px;width:24px;cursor:pointer;vertical-align:middle;margin-right:20px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_previous:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div.large-player-skip-backward{display:inline-block;cursor:pointer;height:24px;width:24px;margin-right:20px;vertical-align:middle;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg") no-repeat}div#large_player_controls div.large-player-controls-container div.large-player-skip-backward:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_play_pause{display:inline-block;width:60px;height:60px;cursor:pointer;vertical-align:middle}div#large_player_controls div.large-player-controls-container div#large_player_play_pause:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_play_pause.amplitude-paused{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/play.svg") no-repeat}div#large_player_controls div.large-player-controls-container div.large-player-skip-forward{display:inline-block;cursor:pointer;height:24px;width:24px;margin-left:20px;vertical-align:middle;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg") no-repeat}div#large_player_controls div.large-player-controls-container div.large-player-skip-forward:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_play_pause.amplitude-playing{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/pause.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_next{display:inline-block;height:24px;width:24px;cursor:pointer;vertical-align:middle;margin-right:25px;margin-left:20px;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_next:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_repeat{display:inline-block;width:24px;height:24px;cursor:pointer;vertical-align:middle}div#large_player_controls div.large-player-controls-container div#large_player_repeat:hover{opacity:.5}div#large_player_controls div.large-player-controls-container div#large_player_repeat.amplitude-repeat-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-off.svg") no-repeat}div#large_player_controls div.large-player-controls-container div#large_player_repeat.amplitude-repeat-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-on.svg") no-repeat}@media screen and (max-width:992px),screen and (max-width:768px),screen and (max-width:576px){.large-player{max-width:-webkit-fill-available;max-width:-moz-available}div#large_player_left{max-width:unset;border:solid 1px;border-color:var(--ajs-theme-uno--medium-silver)}div.large-player-container{position:relative;flex-direction:column;max-height:fit-content;max-width:fit-content}div.large-player-container div#large_player_right{width:auto;min-width:unset}.player-left-top img{width:-webkit-fill-available;width:-moz-available}div#large_player_control_container{margin-top:25px;margin-bottom:25px}div#large_player_right div.playlist-screen-controls div.playlist-screen-meta-container span.song-name{font-size:16px}.playlist-screen-controls.large-player{display:none}div#large_player_right{border-top:0;border-right:1px solid;border-bottom:1px solid;border-left:1px solid;border-color:var(--ajs-theme-uno--medium-silver)}.large-player-title-list{border-bottom:1px solid;border-color:var(--ajs-theme-uno--medium-silver)}}
|
@@ -0,0 +1,78 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
width="48"
|
4
|
+
height="48"
|
5
|
+
viewBox="0 0 48.000002 48"
|
6
|
+
version="1.1"
|
7
|
+
id="svg13"
|
8
|
+
sodipodi:docname="artist.svg"
|
9
|
+
inkscape:export-filename="D:\j1\github\j1-theme\j1-template\packages\300_theme_src\assets\themes\j1\modules\amplitudejs\examples\flat-black\img\now-playing.png"
|
10
|
+
inkscape:export-xdpi="96"
|
11
|
+
inkscape:export-ydpi="96"
|
12
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
13
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
14
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
17
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
18
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
19
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
20
|
+
<metadata
|
21
|
+
id="metadata17">
|
22
|
+
<rdf:RDF>
|
23
|
+
<cc:Work
|
24
|
+
rdf:about="">
|
25
|
+
<dc:format>image/svg+xml</dc:format>
|
26
|
+
<dc:type
|
27
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
28
|
+
<dc:title>Shape</dc:title>
|
29
|
+
</cc:Work>
|
30
|
+
</rdf:RDF>
|
31
|
+
</metadata>
|
32
|
+
<sodipodi:namedview
|
33
|
+
pagecolor="#ffffff"
|
34
|
+
bordercolor="#666666"
|
35
|
+
borderopacity="1"
|
36
|
+
objecttolerance="10"
|
37
|
+
gridtolerance="10"
|
38
|
+
guidetolerance="10"
|
39
|
+
inkscape:pageopacity="0"
|
40
|
+
inkscape:pageshadow="2"
|
41
|
+
inkscape:window-width="1596"
|
42
|
+
inkscape:window-height="1102"
|
43
|
+
id="namedview15"
|
44
|
+
showgrid="true"
|
45
|
+
inkscape:zoom="14.754589"
|
46
|
+
inkscape:cx="30.092333"
|
47
|
+
inkscape:cy="24.263638"
|
48
|
+
inkscape:window-x="528"
|
49
|
+
inkscape:window-y="112"
|
50
|
+
inkscape:window-maximized="0"
|
51
|
+
inkscape:current-layer="svg13"
|
52
|
+
inkscape:document-rotation="0"
|
53
|
+
inkscape:pagecheckerboard="true"
|
54
|
+
inkscape:showpageshadow="false"
|
55
|
+
units="px"
|
56
|
+
width="24mm"
|
57
|
+
inkscape:deskcolor="#d1d1d1">
|
58
|
+
<inkscape:grid
|
59
|
+
type="xygrid"
|
60
|
+
id="grid13"
|
61
|
+
originx="0"
|
62
|
+
originy="0"
|
63
|
+
spacingy="1"
|
64
|
+
spacingx="1"
|
65
|
+
units="px" />
|
66
|
+
</sodipodi:namedview>
|
67
|
+
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
68
|
+
<title
|
69
|
+
id="title2">Shape</title>
|
70
|
+
<desc
|
71
|
+
id="desc4">Created with Sketch.</desc>
|
72
|
+
<defs
|
73
|
+
id="defs6" />
|
74
|
+
<path
|
75
|
+
d="m 39.221721,18.636638 h 8.843565 v 5.261699 h -5.053465 v 14.469666 q 0,2.762391 -1.831881,4.669757 -1.83188,1.907364 -4.48495,1.907364 -2.65307,0 -4.484953,-1.907364 -1.83188,-1.907366 -1.83188,-4.669757 0,-2.762391 1.83188,-4.669757 1.831883,-1.907363 4.484953,-1.907363 0.505346,0 1.137028,0.09866 0.631685,0.09866 1.389703,0.427515 z M 0.05736316,44.945124 v -7.366375 q 0,-2.301993 1.10544564,-4.143587 1.1054455,-1.841594 2.9373269,-2.828163 3.916436,-2.038906 7.9592093,-3.058361 4.042772,-1.019453 8.211882,-1.019453 2.653067,0 5.274553,0.427514 2.621486,0.427511 5.274555,1.282537 -1.263366,0.789254 -2.274059,1.907364 -1.010694,1.118113 -1.768713,2.433537 -1.642377,-0.394627 -3.25317,-0.591942 -1.610791,-0.197312 -3.253166,-0.197312 -3.600595,0 -7.074853,0.920795 -3.4742574,0.920798 -6.8221787,2.63085 -0.5685149,0.328855 -0.9159407,0.920795 -0.3474256,0.591943 -0.3474256,1.315426 v 2.104678 h 20.27703 q 0.126338,1.315424 0.600099,2.630849 0.473763,1.315425 1.294951,2.630848 z M 20.271227,23.898337 q -4.16911,0 -7.138022,-3.091246 -2.96891,-3.091248 -2.96891,-7.432148 0,-4.3409006 2.96891,-7.4321476 2.968912,-3.0912471 7.138022,-3.0912471 4.169107,0 7.138019,3.0912471 2.968911,3.091247 2.968911,7.4321476 0,4.3409 -2.968911,7.432148 -2.968912,3.091246 -7.138019,3.091246 z m 0,-5.261699 q 2.084554,0 3.569008,-1.545623 1.484456,-1.545622 1.484456,-3.716072 0,-2.170451 -1.484456,-3.7160739 -1.484454,-1.5456235 -3.569008,-1.5456235 -2.084556,0 -3.56901,1.5456235 -1.484456,1.5456229 -1.484456,3.7160739 0,2.17045 1.484456,3.716072 1.484454,1.545623 3.56901,1.545623 z m 0,-5.261695 z m 0,26.308484 z"
|
76
|
+
id="path1-0"
|
77
|
+
style="stroke-width:0.0644565;fill:#ffffff" />
|
78
|
+
</svg>
|
@@ -1,19 +1,19 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
2
|
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
3
|
viewBox="0 0 25 18"
|
11
4
|
version="1.1"
|
12
5
|
id="svg4"
|
13
6
|
sodipodi:docname="mute.svg"
|
7
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
14
8
|
width="25"
|
15
9
|
height="18"
|
16
|
-
inkscape
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
17
17
|
<metadata
|
18
18
|
id="metadata10">
|
19
19
|
<rdf:RDF>
|
@@ -22,7 +22,6 @@
|
|
22
22
|
<dc:format>image/svg+xml</dc:format>
|
23
23
|
<dc:type
|
24
24
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
25
|
-
<dc:title></dc:title>
|
26
25
|
</cc:Work>
|
27
26
|
</rdf:RDF>
|
28
27
|
</metadata>
|
@@ -37,19 +36,52 @@
|
|
37
36
|
guidetolerance="10"
|
38
37
|
inkscape:pageopacity="0"
|
39
38
|
inkscape:pageshadow="2"
|
40
|
-
inkscape:window-width="
|
41
|
-
inkscape:window-height="
|
39
|
+
inkscape:window-width="3440"
|
40
|
+
inkscape:window-height="1369"
|
42
41
|
id="namedview6"
|
43
|
-
showgrid="
|
42
|
+
showgrid="true"
|
44
43
|
inkscape:zoom="30.625"
|
45
|
-
inkscape:cx="12"
|
44
|
+
inkscape:cx="12.016327"
|
46
45
|
inkscape:cy="12"
|
47
|
-
inkscape:window-x="
|
48
|
-
inkscape:window-y="
|
49
|
-
inkscape:window-maximized="
|
50
|
-
inkscape:current-layer="svg4"
|
46
|
+
inkscape:window-x="-8"
|
47
|
+
inkscape:window-y="-8"
|
48
|
+
inkscape:window-maximized="1"
|
49
|
+
inkscape:current-layer="svg4"
|
50
|
+
inkscape:document-rotation="0"
|
51
|
+
inkscape:showpageshadow="false"
|
52
|
+
inkscape:pagecheckerboard="true"
|
53
|
+
inkscape:deskcolor="#d1d1d1">
|
54
|
+
<inkscape:grid
|
55
|
+
id="grid1"
|
56
|
+
units="px"
|
57
|
+
originx="0"
|
58
|
+
originy="0"
|
59
|
+
spacingx="1"
|
60
|
+
spacingy="1"
|
61
|
+
empcolor="#0099e5"
|
62
|
+
empopacity="0.30196078"
|
63
|
+
color="#0099e5"
|
64
|
+
opacity="0.14901961"
|
65
|
+
empspacing="5"
|
66
|
+
enabled="true"
|
67
|
+
visible="true" />
|
68
|
+
<inkscape:grid
|
69
|
+
id="grid2"
|
70
|
+
units="px"
|
71
|
+
originx="0"
|
72
|
+
originy="0"
|
73
|
+
spacingx="1"
|
74
|
+
spacingy="1"
|
75
|
+
empcolor="#0099e5"
|
76
|
+
empopacity="0.30196078"
|
77
|
+
color="#0099e5"
|
78
|
+
opacity="0.14901961"
|
79
|
+
empspacing="5"
|
80
|
+
enabled="true"
|
81
|
+
visible="true" />
|
82
|
+
</sodipodi:namedview>
|
51
83
|
<path
|
52
|
-
d="m
|
53
|
-
id="
|
54
|
-
style="fill:#
|
84
|
+
d="m 16.745496,16.967347 -2.595975,-2.431349 q -0.536359,0.3215 -1.13708,0.552579 -0.600722,0.231079 -1.244352,0.371735 v -1.647691 q 0.300361,-0.100469 0.589994,-0.200938 0.289634,-0.100469 0.547086,-0.241126 l -2.853427,-2.672474 v 4.179509 L 5.7608741,10.858833 H 2.32818 V 6.0363225 H 5.0743353 L 0.95510232,2.1783138 2.1565453,1.0530613 17.946939,15.842094 Z m -0.171635,-4.661761 -1.244352,-1.16544 q 0.364724,-0.622907 0.547086,-1.3060965 0.182362,-0.683189 0.182362,-1.4065657 0,-1.8888165 -1.179989,-3.3757573 Q 13.69898,3.5647857 11.768089,3.042347 V 1.3946558 q 2.660338,0.5626263 4.333777,2.5217713 1.673438,1.959145 1.673438,4.5110567 0,1.0649712 -0.311088,2.0495672 -0.311088,0.984596 -0.890355,1.828535 z M 13.69898,9.6130177 11.768089,7.8045764 V 5.1923831 q 1.008354,0.4420635 1.576894,1.3261904 0.56854,0.884127 0.56854,1.9290041 0,0.301407 -0.05364,0.592767 -0.05364,0.29136 -0.160907,0.5726731 z M 10.051742,6.1970728 7.8204907,4.1073181 10.051742,2.0175635 Z M 8.3353948,10.979396 V 9.0905791 L 6.7906824,7.6438261 H 4.0445272 V 9.2513294 H 6.4903217 Z M 7.5630386,8.3672024 Z"
|
85
|
+
id="path1-4"
|
86
|
+
style="fill:#b3b3b3;stroke-width:0.020763" />
|
55
87
|
</svg>
|