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
@@ -19,6 +19,9 @@
|
|
19
19
|
/* Colors
|
20
20
|
# --------------------------------------------------------- */
|
21
21
|
:root {
|
22
|
+
|
23
|
+
/* Base colors
|
24
|
+
# ------------------------------------------------------- */
|
22
25
|
--ajs-theme-uno--blue: #2196F3;
|
23
26
|
--ajs-theme-uno--blue-50: #E3F2FD;
|
24
27
|
--ajs-theme-uno--blue-100: #BBDEFB;
|
@@ -67,10 +70,48 @@
|
|
67
70
|
|
68
71
|
--ajs-theme-uno--white: #FFFFFF;
|
69
72
|
--ajs-theme-uno--black: #000000;
|
73
|
+
|
74
|
+
/* Additional colors
|
75
|
+
# ------------------------------------------------------- */
|
76
|
+
--ajs-theme-uno--lighten-50: rgba(255, 255, 255, 0.05);
|
77
|
+
--ajs-theme-uno--lighten-100: rgba(255, 255, 255, 0.1);
|
78
|
+
--ajs-theme-uno--lighten-200: rgba(255, 255, 255, 0.2);
|
79
|
+
--ajs-theme-uno--lighten-300: rgba(255, 255, 255, 0.3);
|
80
|
+
--ajs-theme-uno--lighten-400: rgba(255, 255, 255, 0.4);
|
81
|
+
--ajs-theme-uno--lighten-500: rgba(255, 255, 255, 0.5);
|
82
|
+
--ajs-theme-uno--lighten-600: rgba(255, 255, 255, 0.6);
|
83
|
+
--ajs-theme-uno--lighten-700: rgba(255, 255, 255, 0.7);
|
84
|
+
--ajs-theme-uno--lighten-800: rgba(255, 255, 255, 0.8);
|
85
|
+
--ajs-theme-uno--lighten-900: rgba(255, 255, 255, 0.9);
|
86
|
+
--ajs-theme-uno--lighten: rgba(255, 255, 255, 0.5);
|
87
|
+
|
88
|
+
--ajs-theme-uno--darken-50: rgba(0, 0, 0, 0.05);
|
89
|
+
--ajs-theme-uno--darken-100: rgba(0, 0, 0, 0.1);
|
90
|
+
--ajs-theme-uno--darken-200: rgba(0, 0, 0, 0.2);
|
91
|
+
--ajs-theme-uno--darken-300: rgba(0, 0, 0, 0.3);
|
92
|
+
--ajs-theme-uno--darken-400: rgba(0, 0, 0, 0.4);
|
93
|
+
--ajs-theme-uno--darken-500: rgba(0, 0, 0, 0.5);
|
94
|
+
--ajs-theme-uno--darken-600: rgba(0, 0, 0, 0.6);
|
95
|
+
--ajs-theme-uno--darken-700: rgba(0, 0, 0, 0.7);
|
96
|
+
--ajs-theme-uno--darken-800: rgba(0, 0, 0, 0.8);
|
97
|
+
--ajs-theme-uno--darken-900: rgba(0, 0, 0, 0.9);
|
98
|
+
--ajs-theme-uno--darken: rgba(0, 0, 0, 0.5);
|
70
99
|
}
|
71
100
|
|
72
101
|
/* Styles
|
73
102
|
# --------------------------------------------------------- */
|
103
|
+
|
104
|
+
a {
|
105
|
+
border-bottom: unset;
|
106
|
+
}
|
107
|
+
|
108
|
+
.album-cover-image {
|
109
|
+
display: block;
|
110
|
+
/* max-height: 500px; */
|
111
|
+
/* max-width: 500px; */
|
112
|
+
/* object-fit: cover; */
|
113
|
+
}
|
114
|
+
|
74
115
|
.amplitude-player {
|
75
116
|
max-width: max-content;
|
76
117
|
}
|
@@ -94,6 +135,53 @@
|
|
94
135
|
/* 2. Components
|
95
136
|
# --------------------------------------------------------- */
|
96
137
|
|
138
|
+
/* Scroller styles
|
139
|
+
------------------------------------------------------------ */
|
140
|
+
.amplitude-scroller::-webkit-scrollbar {
|
141
|
+
width: 10px;
|
142
|
+
background-color: var(--ajs-theme-uno--gray-100);
|
143
|
+
}
|
144
|
+
|
145
|
+
.amplitude-scroller::-webkit-scrollbar-track {
|
146
|
+
border-radius: 0px;
|
147
|
+
-webkit-box-shadow: inset 0 0 6px var(--ajs-theme-uno--darken-300);
|
148
|
+
background-color: var(--ajs-theme-uno--gray-100);
|
149
|
+
}
|
150
|
+
|
151
|
+
.amplitude-scroller::-webkit-scrollbar-thumb {
|
152
|
+
border-radius: 0px;
|
153
|
+
background-color: var(--ajs-theme-uno--blue-gray-500);
|
154
|
+
background-image: -webkit-gradient(
|
155
|
+
linear,
|
156
|
+
0 0, 0 100%,
|
157
|
+
color-stop(.5, var(--ajs-theme-uno--lighten-200)),
|
158
|
+
color-stop(.5, transparent), to(transparent)
|
159
|
+
);
|
160
|
+
}
|
161
|
+
|
162
|
+
.amplitude-scroller-gradient::-webkit-scrollbar {
|
163
|
+
width: 10px;
|
164
|
+
background-color: var(--ajs-theme-uno--gray-100);
|
165
|
+
}
|
166
|
+
|
167
|
+
.amplitude-scroller-gradient::-webkit-scrollbar-track {
|
168
|
+
border-radius: 0px;
|
169
|
+
-webkit-box-shadow: inset 0 0 6px var(--ajs-theme-uno--darken-300);
|
170
|
+
background-color: var(--ajs-theme-uno--gray-100);
|
171
|
+
}
|
172
|
+
|
173
|
+
.amplitude-scroller-gradient::-webkit-scrollbar-thumb {
|
174
|
+
border-radius: 0px;
|
175
|
+
background-image: -webkit-gradient(
|
176
|
+
linear,
|
177
|
+
left bottom,
|
178
|
+
left top,
|
179
|
+
color-stop(0.44, var(--ajs-theme-uno--blue-300)),
|
180
|
+
color-stop(0.72, var(--ajs-theme-uno--blue)),
|
181
|
+
color-stop(0.86, var(--ajs-theme-uno--blue-900))
|
182
|
+
)
|
183
|
+
}
|
184
|
+
|
97
185
|
/* time container
|
98
186
|
# --------------------------------------------------------- */
|
99
187
|
.time-container {
|
@@ -138,9 +226,8 @@
|
|
138
226
|
|
139
227
|
.meta-container .song-name {
|
140
228
|
display: block;
|
141
|
-
/* margin-bottom: 5px; */
|
142
229
|
margin: 0 15px 8px 15px;
|
143
|
-
font-size:
|
230
|
+
font-size: 18px;
|
144
231
|
font-family: "Lato", sans-serif;
|
145
232
|
white-space: nowrap;
|
146
233
|
overflow: hidden;
|
@@ -172,7 +259,8 @@ input[type=range].amplitude-volume-slider {
|
|
172
259
|
height: 1px;
|
173
260
|
margin-top: 10px;
|
174
261
|
margin-left: 5px;
|
175
|
-
width: calc(100% - 100px);
|
262
|
+
/* width: calc(100% - 100px); */
|
263
|
+
width: calc(100% - 140px);
|
176
264
|
background: transparent;
|
177
265
|
}
|
178
266
|
|
@@ -233,25 +321,6 @@ input[type=range].amplitude-volume-slider::-moz-range-thumb:hover {
|
|
233
321
|
background-color: var(--ajs-theme-uno--blue-700);
|
234
322
|
}
|
235
323
|
|
236
|
-
/* Small only
|
237
|
-
# --------------------------------------------------------- */
|
238
|
-
@media screen and (max-width: 39.9375em) {
|
239
|
-
|
240
|
-
input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
|
241
|
-
width: 30px;
|
242
|
-
height: 30px;
|
243
|
-
border-radius: 30px;
|
244
|
-
margin-top: -15px;
|
245
|
-
}
|
246
|
-
|
247
|
-
input[type=range].amplitude-volume-slider::-moz-range-thumb {
|
248
|
-
width: 30px;
|
249
|
-
height: 30px;
|
250
|
-
margin-top: -15px;
|
251
|
-
border-radius: 30px;
|
252
|
-
}
|
253
|
-
}
|
254
|
-
|
255
324
|
/* progress bars
|
256
325
|
# --------------------------------------------------------- */
|
257
326
|
progress.mini-player-progress,
|
@@ -279,12 +348,50 @@ progress::-ms-fill {
|
|
279
348
|
background-color: var(--ajs-theme-uno--blue);
|
280
349
|
}
|
281
350
|
|
282
|
-
|
351
|
+
|
352
|
+
/* 3. Layout
|
353
|
+
# ------------------------------------------------------------------------------ */
|
354
|
+
|
355
|
+
/*
|
356
|
+
Bootstrap grid breakpoints
|
357
|
+
SN: 576px Mobile
|
358
|
+
MD: 768px Small Desktop|Tablet
|
359
|
+
LG: 992px Default Desktop
|
360
|
+
XL: 1200px Large Desktop
|
361
|
+
XXL: 1400px X Large Desktop
|
362
|
+
*/
|
363
|
+
|
364
|
+
/* max-width: -webkit-fill-available; Chrome, Safari, Edge */
|
365
|
+
/* max-width: -moz-available; Firefox */
|
366
|
+
|
367
|
+
/* BS SM (Mobile)
|
283
368
|
# --------------------------------------------------------- */
|
284
|
-
|
369
|
+
|
370
|
+
@media screen and (max-width: 576px) {
|
371
|
+
|
372
|
+
input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
|
373
|
+
width: 30px;
|
374
|
+
height: 30px;
|
375
|
+
border-radius: 30px;
|
376
|
+
margin-top: -15px;
|
377
|
+
}
|
378
|
+
|
379
|
+
input[type=range].amplitude-volume-slider::-moz-range-thumb {
|
380
|
+
width: 30px;
|
381
|
+
height: 30px;
|
382
|
+
margin-top: -15px;
|
383
|
+
border-radius: 30px;
|
384
|
+
}
|
385
|
+
|
285
386
|
progress.mini-player-progress,
|
286
387
|
progress.compact-player-progress,
|
287
388
|
progress.large-player-progress {
|
288
389
|
height: 16px;
|
289
390
|
}
|
391
|
+
|
392
|
+
.meta-container .song-name,
|
393
|
+
.meta-container .audio-artist-album {
|
394
|
+
font-size: 16px;
|
395
|
+
}
|
396
|
+
|
290
397
|
}
|
@@ -13,4 +13,4 @@
|
|
13
13
|
# -----------------------------------------------------------------------------
|
14
14
|
*/
|
15
15
|
|
16
|
-
|
16
|
+
::root{--ajs-theme-uno--blue:#2196f3;--ajs-theme-uno--blue-50:#e3f2fd;--ajs-theme-uno--blue-100:#bbdefb;--ajs-theme-uno--blue-200:#90caf9;--ajs-theme-uno--blue-300:#64b5f6;--ajs-theme-uno--blue-400:#42a5f5;--ajs-theme-uno--blue-500:#2196f3;--ajs-theme-uno--blue-600:#1e88e5;--ajs-theme-uno--blue-700:#1976d2;--ajs-theme-uno--blue-800:#1565c0;--ajs-theme-uno--blue-900:#0d47a1;--ajs-theme-uno--gray:#9e9e9e;--ajs-theme-uno--gray-50:#fafafa;--ajs-theme-uno--gray-100:#f5f5f5;--ajs-theme-uno--gray-200:#eee;--ajs-theme-uno--gray-300:#e0e0e0;--ajs-theme-uno--gray-400:#bdbdbd;--ajs-theme-uno--gray-500:#9e9e9e;--ajs-theme-uno--gray-600:#757575;--ajs-theme-uno--gray-700:#616161;--ajs-theme-uno--gray-800:#424242;--ajs-theme-uno--gray-900:#212121;--ajs-theme-uno--blue-gray:#607d8b;--ajs-theme-uno--blue-gray-50:#eceff1;--ajs-theme-uno--blue-gray-100:#cfd8dc;--ajs-theme-uno--blue-gray-200:#b0bec5;--ajs-theme-uno--blue-gray-300:#90a4ae;--ajs-theme-uno--blue-gray-400:#78909c;--ajs-theme-uno--blue-gray-500:#607d8b;--ajs-theme-uno--blue-gray-600:#546e7a;--ajs-theme-uno--blue-gray-700:#455a64;--ajs-theme-uno--blue-gray-800:#37474f;--ajs-theme-uno--blue-gray-900:#263238;--ajs-theme-uno--silver-200:#748295;--ajs-theme-uno--silver-500:#586372;--ajs-theme-uno--silver-700:#141920;--ajs-theme-uno--silver-800:#242b33;--ajs-theme-uno--light-silver:#748295;--ajs-theme-uno--medium-silver:#586372;--ajs-theme-uno--dark-silver:#141920;--ajs-theme-uno--darker-silver:#242b33;--ajs-theme-uno--white:#fff;--ajs-theme-uno--black:#000}a{border-bottom:unset}.album-cover-image{display:block}.amplitude-player{max-width:max-content}.audio-player-theme-uno{max-width:max-content}.player-title{display:flex;align-items:center;text-rendering:optimizeLegibility;text-align:left;line-height:1.25;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.time-container{height:40px;padding:10px 20px 10px 20px;font-family:"Lato",sans-serif;font-weight:bold;font-size:14px;color:var(--ajs-theme-uno--white)}.time-container span.current-time{float:left}.time-container span.duration{float:right}.playlist-screen-controls{cursor:default;top:0;position:sticky;height:80px;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)}.meta-container{text-align:center;border-top:0 !important}.meta-container .song-name{display:block;margin:0 15px 8px 15px;font-size:18px;font-family:"Lato",sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--gray-100)}.meta-container .audio-artist-album{font-size:18px;font-weight:bold;font-family:"Lato",sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--blue-gray-300)}.meta-container .audio-artist-album span{display:block}input[type=range].amplitude-volume-slider{-webkit-appearance:none;-moz-appearance:none;float:left;height:1px;margin-top:10px;margin-left:5px;width:calc(100% - 140px);background:transparent}input[type=range].amplitude-volume-slider.compact-player-volume-slider{width:calc(100% - 53px);margin-top:-12px;margin-left:29px}input[type=range].amplitude-volume-slider::-webkit-slider-runnable-track{width:100%;height:1px;background:var(--ajs-theme-uno--blue-gray-100)}input[type=range].amplitude-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;width:16px;height:16px;border-radius:16px;margin-top:-8px;border:0;background-color:var(--ajs-theme-uno--blue)}input[type=range].amplitude-volume-slider::-webkit-slider-thumb:focus{outline:0}input[type=range].amplitude-volume-slider::-webkit-slider-thumb:hover{background-color:var(--ajs-theme-uno--blue-700)}input[type=range].amplitude-volume-slider::-moz-range-track{width:100%;height:1px;background-color:var(--ajs-theme-uno--blue-gray-100)}input[type=range].amplitude-volume-slider::-moz-range-thumb{cursor:pointer;width:16px;height:16px;margin-top:-8px;border-radius:16px;border:0;background-color:var(--ajs-theme-uno--blue)}input[type=range].amplitude-volume-slider::-moz-range-thumb:focus{outline:0}input[type=range].amplitude-volume-slider::-moz-range-thumb:hover{background-color:var(--ajs-theme-uno--blue-700)}progress.mini-player-progress,progress.compact-player-progress,progress.large-player-progress{display:block;cursor:pointer;width:100%;height:8px;border:0;background-color:var(--ajs-theme-uno--silver-500);-webkit-appearance:none;-moz-appearance:none}progress::-webkit-progress-value{background-color:var(--ajs-theme-uno--blue)}progress::-moz-progress-bar{background-color:var(--ajs-theme-uno--blue)}progress::-ms-fill{background-color:var(--ajs-theme-uno--blue)}@media screen and (max-width:576px){input[type=range].amplitude-volume-slider::-webkit-slider-thumb{width:30px;height:30px;border-radius:30px;margin-top:-15px}input[type=range].amplitude-volume-slider::-moz-range-thumb{width:30px;height:30px;margin-top:-15px;border-radius:30px}progress.mini-player-progress,progress.compact-player-progress,progress.large-player-progress{height:16px}.meta-container .song-name,.meta-container .audio-artist-album{font-size:16px}}
|
@@ -15,8 +15,10 @@
|
|
15
15
|
|
16
16
|
/* 1. Base
|
17
17
|
# --------------------------------------------------------- */
|
18
|
+
|
18
19
|
.compact-player {
|
19
|
-
|
20
|
+
width: 500px;
|
21
|
+
height: auto;
|
20
22
|
border: solid 1px;
|
21
23
|
border-color: var(--ajs-theme-uno--medium-silver);
|
22
24
|
}
|
@@ -29,20 +31,24 @@
|
|
29
31
|
|
30
32
|
.meta-container.compact-player {
|
31
33
|
height: 120px;
|
34
|
+
border: 0px; /* jadams 2024-11-06: workaround, prevent double borders */
|
32
35
|
}
|
33
36
|
|
34
37
|
/* 2. Components
|
35
38
|
# --------------------------------------------------------- */
|
36
39
|
|
37
|
-
/*
|
40
|
+
/* Player TOP
|
38
41
|
# --------------------------------------------------------- */
|
39
42
|
div.player-top {
|
40
43
|
position: relative;
|
41
44
|
}
|
42
45
|
|
46
|
+
/* jadams, 2024-11-04: Overload user agent styles for width|height */
|
43
47
|
div.player-top
|
44
48
|
img[data-amplitude-song-info="cover_art_url"] {
|
45
|
-
width:
|
49
|
+
width: 498px; /* size of cover image (rendered) - 1px borders left|right */
|
50
|
+
height: auto;
|
51
|
+
object-fit: cover;
|
46
52
|
}
|
47
53
|
|
48
54
|
div.compact-player-header {
|
@@ -65,12 +71,11 @@ div.compact-player-header {
|
|
65
71
|
background: url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/up.svg") no-repeat;
|
66
72
|
}
|
67
73
|
|
68
|
-
|
69
74
|
.compact-player-header-arrows.arrow-up {
|
70
75
|
background: url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/down.svg") no-repeat;
|
71
76
|
}
|
72
77
|
|
73
|
-
/*
|
78
|
+
/* Player MIDDLE
|
74
79
|
# --------------------------------------------------------- */
|
75
80
|
div#compact_player_control_container {
|
76
81
|
margin-top: 20px;
|
@@ -113,7 +118,7 @@ div.amplitude-mute {
|
|
113
118
|
cursor: pointer;
|
114
119
|
width: 25px;
|
115
120
|
height: 19px;
|
116
|
-
margin-left:
|
121
|
+
margin-left: 40px;
|
117
122
|
}
|
118
123
|
|
119
124
|
div#compact_player_control_container
|
@@ -153,7 +158,6 @@ div#compact_player_shuffle {
|
|
153
158
|
width: 24px;
|
154
159
|
height: 24px;
|
155
160
|
vertical-align: middle;
|
156
|
-
/* margin-right: 25px; */
|
157
161
|
}
|
158
162
|
|
159
163
|
div.compact-player-middle
|
@@ -350,7 +354,7 @@ div.amplitude-mute.amplitude-muted {
|
|
350
354
|
background: url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg") no-repeat;
|
351
355
|
}
|
352
356
|
|
353
|
-
/*
|
357
|
+
/* Player BOTTOM
|
354
358
|
# --------------------------------------------------------- */
|
355
359
|
div.player-bottom {
|
356
360
|
background-color: var(--ajs-theme-uno--black);
|
@@ -358,18 +362,50 @@ div.player-bottom {
|
|
358
362
|
|
359
363
|
|
360
364
|
/* 3. Layout
|
361
|
-
#
|
365
|
+
# ------------------------------------------------------------------------------ */
|
366
|
+
|
367
|
+
/*
|
368
|
+
Bootstrap (BS) grid breakpoints
|
369
|
+
SN: 576px Mobile
|
370
|
+
MD: 768px Small Desktop|Tablet
|
371
|
+
LG: 992px Desktop
|
372
|
+
XL: 1200px Large Desktop
|
373
|
+
XXL: 1400px X Large Desktop
|
374
|
+
*/
|
362
375
|
|
363
|
-
/*
|
376
|
+
/* max-width: -webkit-fill-available; Chrome, Safari, Edge */
|
377
|
+
/* max-width: -moz-available; Firefox */
|
378
|
+
|
379
|
+
|
380
|
+
/* BS SM (Mobile)
|
364
381
|
# --------------------------------------------------------- */
|
365
|
-
|
382
|
+
|
383
|
+
@media screen and (max-width: 576px) {
|
384
|
+
|
385
|
+
/* jadams, workaround to limit player width on smart phones */
|
386
|
+
.compact-player {
|
387
|
+
max-width: -webkit-fill-available; /* Chrome, Safari, Edge */
|
388
|
+
max-width: -moz-available; /* Firefox */
|
389
|
+
}
|
390
|
+
|
391
|
+
div.player-top img[data-amplitude-song-info="cover_art_url"] {
|
392
|
+
max-width: -webkit-fill-available; /* Chrome, Safari, Edge */
|
393
|
+
max-width: -moz-available; /* Firefox */
|
394
|
+
}
|
395
|
+
|
366
396
|
input[type=range].amplitude-volume-slider {
|
367
397
|
width: calc(100% - 100px);
|
368
398
|
}
|
399
|
+
|
400
|
+
div.compact-player-playlist {
|
401
|
+
width: calc(100% - 1px);
|
402
|
+
}
|
403
|
+
|
369
404
|
}
|
370
405
|
|
406
|
+
|
371
407
|
/* 4. Pages
|
372
|
-
#
|
408
|
+
# ------------------------------------------------------------------------------ */
|
373
409
|
|
374
410
|
/* playlist
|
375
411
|
# --------------------------------------------------------- */
|
@@ -389,15 +425,16 @@ div.compact-player-volume-container {
|
|
389
425
|
}
|
390
426
|
|
391
427
|
div.compact-player-playlist {
|
392
|
-
|
428
|
+
display: none;
|
393
429
|
position: absolute;
|
394
430
|
top: 0;
|
395
431
|
right: 0;
|
396
432
|
left: 0;
|
397
433
|
bottom: 0;
|
398
|
-
|
399
|
-
|
400
|
-
|
434
|
+
/* jadams 2024-11-07, workaround (reason unclear) */
|
435
|
+
/* NOTE: make playlist 1 pixel wider to fit in width */
|
436
|
+
width: calc(100% + 1px);
|
437
|
+
background-color: var(--ajs-theme-uno--black);
|
401
438
|
}
|
402
439
|
|
403
440
|
div.compact-player-playlist
|
@@ -411,16 +448,19 @@ div.compact-player-title-list
|
|
411
448
|
div.song {
|
412
449
|
padding: 15px;
|
413
450
|
cursor: pointer;
|
414
|
-
line-height:
|
451
|
+
line-height: 20px;
|
415
452
|
background-color: var(--ajs-theme-uno--darker-silver);
|
416
453
|
}
|
417
454
|
|
418
455
|
div.compact-player-playlist
|
419
456
|
div.compact-player-title-list
|
420
|
-
div.song
|
421
|
-
|
422
|
-
|
423
|
-
|
457
|
+
div.song
|
458
|
+
span.song-number-now-playing {
|
459
|
+
float: left;
|
460
|
+
width: 5px;
|
461
|
+
height: 20px;
|
462
|
+
margin-top: 8px;
|
463
|
+
margin-right: 20px;
|
424
464
|
}
|
425
465
|
|
426
466
|
div.compact-player-playlist
|
@@ -431,7 +471,6 @@ span.number {
|
|
431
471
|
opacity: 0.5;
|
432
472
|
font-family: "Lato", sans-serif;
|
433
473
|
font-size: 14px;
|
434
|
-
letter-spacing: 0.5px;
|
435
474
|
color: var(--ajs-theme-uno--white);
|
436
475
|
}
|
437
476
|
|
@@ -448,8 +487,6 @@ div.compact-player-title-list
|
|
448
487
|
div.song
|
449
488
|
div.song-meta-container {
|
450
489
|
display: inline-block;
|
451
|
-
margin-left: 20px;
|
452
|
-
vertical-align: middle;
|
453
490
|
width: calc(100% - 120px);
|
454
491
|
}
|
455
492
|
|
@@ -459,23 +496,39 @@ div.song
|
|
459
496
|
div.song-meta-container
|
460
497
|
span.song-name {
|
461
498
|
display: block;
|
499
|
+
width: calc(100% - 40px);
|
500
|
+
margin-left: 10px;
|
462
501
|
font-family: "Lato", sans-serif;
|
463
|
-
font-size:
|
464
|
-
|
465
|
-
|
502
|
+
font-size: 18px;
|
503
|
+
white-space: nowrap;
|
504
|
+
overflow: hidden;
|
505
|
+
text-overflow: ellipsis;
|
466
506
|
color: var(--ajs-theme-uno--blue);
|
467
507
|
}
|
468
508
|
|
509
|
+
div.compact-player-playlist
|
510
|
+
div.compact-player-title-list
|
511
|
+
div.song
|
512
|
+
div.song-meta-container
|
513
|
+
span.audio-rating {
|
514
|
+
display: flex;
|
515
|
+
align-items: center;
|
516
|
+
float: right;
|
517
|
+
font-size: 18px;
|
518
|
+
margin-top: -24px;
|
519
|
+
margin-right: -20px;
|
520
|
+
color: var(--ajs-theme-uno--gray-400);
|
521
|
+
}
|
522
|
+
|
469
523
|
div.compact-player-playlist
|
470
524
|
div.compact-player-title-list
|
471
525
|
div.song
|
472
526
|
div.song-meta-container
|
473
527
|
span.song-artist-album {
|
474
528
|
display: block;
|
529
|
+
margin-left: 10px;
|
475
530
|
font-family: "Lato", sans-serif;
|
476
531
|
font-size: 16px;
|
477
|
-
line-height: 28px;
|
478
|
-
letter-spacing: 0.47px;
|
479
532
|
color: var(--ajs-theme-uno--gray-300);
|
480
533
|
}
|
481
534
|
|
@@ -483,9 +536,11 @@ div.compact-player-playlist
|
|
483
536
|
div.compact-player-title-list
|
484
537
|
div.song
|
485
538
|
span.audio-duration {
|
539
|
+
float: right;
|
540
|
+
margin-top: -46px;
|
541
|
+
margin-right: -108px;
|
486
542
|
font-family: "Lato", sans-serif;
|
487
543
|
font-size: 16px;
|
488
|
-
line-height: 28px;
|
489
544
|
color: var(--ajs-theme-uno--gray-300);
|
490
545
|
}
|
491
546
|
|
@@ -498,7 +553,6 @@ span.song-duration {
|
|
498
553
|
width: 35px;
|
499
554
|
font-family: "Lato", sans-serif;
|
500
555
|
font-size: 18px;
|
501
|
-
letter-spacing: 0.5px;
|
502
556
|
text-align: center;
|
503
557
|
color: var(--ajs-theme-uno--white);
|
504
558
|
}
|
@@ -506,19 +560,10 @@ span.song-duration {
|
|
506
560
|
div.compact-player-playlist
|
507
561
|
div.compact-player-title-list
|
508
562
|
div.song
|
509
|
-
|
563
|
+
span.audio-info {
|
510
564
|
float: right;
|
511
|
-
|
512
|
-
margin-
|
513
|
-
}
|
514
|
-
|
515
|
-
div.compact-player-playlist
|
516
|
-
div.compact-player-title-list
|
517
|
-
div.song
|
518
|
-
img.audio-info-white {
|
519
|
-
float: right;
|
520
|
-
display: none;
|
521
|
-
margin-top: 10px;
|
565
|
+
margin-top: -24px;
|
566
|
+
margin-right: -110px;
|
522
567
|
}
|
523
568
|
|
524
569
|
div.compact-player-playlist
|
@@ -535,8 +580,8 @@ img.now-playing {
|
|
535
580
|
display: inline-block;
|
536
581
|
height: 16px;
|
537
582
|
width: 16px;
|
538
|
-
margin-top:
|
539
|
-
margin-left:
|
583
|
+
margin-top: 2px;
|
584
|
+
margin-left: 4px;
|
540
585
|
}
|
541
586
|
|
542
587
|
div.compact-player-playlist
|
@@ -559,10 +604,11 @@ div.playlist-screen-controls
|
|
559
604
|
div.playlist-screen-meta-container
|
560
605
|
span.song-name {
|
561
606
|
font-family: "Lato", sans-serif;
|
562
|
-
font-size:
|
563
|
-
letter-spacing: 0.5px;
|
607
|
+
font-size: 18px;
|
564
608
|
line-height: 24px;
|
565
|
-
|
609
|
+
white-space: nowrap;
|
610
|
+
overflow: hidden;
|
611
|
+
text-overflow: ellipsis;
|
566
612
|
color: var(--ajs-theme-uno--white);
|
567
613
|
}
|
568
614
|
|
@@ -572,10 +618,8 @@ div.playlist-screen-meta-container
|
|
572
618
|
div.song-artist-album {
|
573
619
|
opacity: 0.5;
|
574
620
|
font-family: "Lato", sans-serif;
|
575
|
-
font-size:
|
576
|
-
|
577
|
-
line-height: 16px;
|
578
|
-
margin-left: 38px;
|
621
|
+
font-size: 15px;
|
622
|
+
line-height: 18px;
|
579
623
|
color: var(--ajs-theme-uno--white);
|
580
624
|
}
|
581
625
|
|
@@ -583,8 +627,7 @@ div.compact-player-playlist
|
|
583
627
|
div.playlist-screen-controls
|
584
628
|
div.list-controls {
|
585
629
|
float: right;
|
586
|
-
|
587
|
-
margin-top: 8px;
|
630
|
+
margin-top: 48px;
|
588
631
|
}
|
589
632
|
|
590
633
|
div.compact-player-playlist
|
@@ -662,36 +705,19 @@ div.list-next:hover {
|
|
662
705
|
opacity: 0.5;
|
663
706
|
}
|
664
707
|
|
665
|
-
/* 3. Layout
|
666
|
-
# --------------------------------------------------------- */
|
667
|
-
|
668
|
-
/* Small only
|
669
|
-
# --------------------------------------------------------- */
|
670
|
-
@media screen and (max-width: 39.9375em) {
|
671
|
-
|
672
|
-
/* jadams, workaround to limit player width on smart phones */
|
673
|
-
div.compact-player-playlist
|
674
|
-
div.playlist-screen-controls
|
675
|
-
div.playlist-screen-meta-container
|
676
|
-
span.song-name {
|
677
|
-
margin-left: 0;
|
678
|
-
}
|
679
|
-
}
|
680
|
-
|
681
|
-
/* 4. Pages
|
682
|
-
# --------------------------------------------------------- */
|
683
708
|
|
684
709
|
/* 5. Themes
|
685
|
-
#
|
710
|
+
# ------------------------------------------------------------------------------ */
|
686
711
|
|
687
712
|
/* 6. Utils
|
688
|
-
#
|
713
|
+
# ------------------------------------------------------------------------------ */
|
689
714
|
|
690
715
|
/* 7. Vendors
|
691
|
-
#
|
716
|
+
# ------------------------------------------------------------------------------ */
|
717
|
+
|
692
718
|
|
693
719
|
/* 8. Animations
|
694
|
-
#
|
720
|
+
# ------------------------------------------------------------------------------ */
|
695
721
|
|
696
722
|
.slide-in-top {
|
697
723
|
-webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
|
@@ -13,4 +13,4 @@
|
|
13
13
|
# -----------------------------------------------------------------------------
|
14
14
|
*/
|
15
15
|
|
16
|
-
.compact-player{max-width:475px;border:solid 1px;border-color:var(--ajs-theme-uno--medium-silver)}.compact-player-container{position:relative;max-width:max-content;overflow-y:clip}.meta-container.compact-player{height:120px}div.player-top{position:relative}div.player-top img[data-amplitude-song-info="cover_art_url"]{width:100%}div.compact-player-header{position:relative;padding:15px;cursor:pointer;text-align:center;font-family:"Lato",sans-serif;color:var(--ajs-theme-uno--white);background-color:var(--ajs-theme-uno--dark-silver)}.compact-player-header-arrows{position:absolute;top:23px;left:15px}.compact-player-header-arrows.arrow-down{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/up.svg") no-repeat}.compact-player-header-arrows.arrow-up{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/down.svg") no-repeat}div#compact_player_control_container{margin-top:20px;margin-bottom:20px}div#compact_player_control_container:after{content:"";display:table;clear:both}div#compact_player_control_container div.volume-container{float:left;width:88%;margin-top:20px;margin-left:12px}div#compact_player_control_container div.volume-container:after{content:"";display:table;clear:both}div#compact_player_control_container div.volume-container div.volume-controls input[type=range]{width:calc(100% - 45px)}div#compact_player_control_container div.amplitude-mute{float:left;cursor:pointer;width:25px;height:19px;margin-left:6px}div#compact_player_control_container div.amplitude-mute.amplitude-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg") no-repeat}div#compact_player_control_container div.amplitude-mute.amplitude-not-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg") no-repeat}div#compact_player_controls{height:65px}div#compact_player_controls div.compact-player-controls-container{text-align:center}div.compact-player-middle{padding:10px 10px 10px 10px;background-color:var(--ajs-theme-uno--blue-gray-900)}div.compact-player-middle div.compact-player-controls-container{display:block}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle{display:inline-block;cursor:pointer;width:24px;height:24px;vertical-align:middle}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle.amplitude-shuffle-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-off.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle.amplitude-shuffle-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-on.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_previous{display:inline-block;cursor:pointer;vertical-align:middle;width:24px;height:24px;margin-right:20px;margin-left:20px}div.compact-player-middle div.compact-player-controls-container div#compact_player_previous{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/previous.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_previous:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div.compact-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.compact-player-middle div.compact-player-controls-container div.compact-player-skip-backward:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause{display:inline-block;cursor:pointer;width:60px;height:60px;vertical-align:middle}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause.amplitude-paused{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/play.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause.amplitude-playing{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/pause.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div.compact-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.compact-player-middle div.compact-player-controls-container div.compact-player-skip-forward:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_next{display:inline-block;cursor:pointer;height:24px;width:24px;margin-right:25px;margin-left:20px;vertical-align:middle;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_next:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_repeat{display:inline-block;cursor:pointer;width:24px;height:24px;vertical-align:middle;margin-right:25px}div.compact-player-middle div.large-player-controls-container div#compact_player_repeat:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_repeat.amplitude-repeat-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-off.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_repeat.amplitude-repeat-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-on.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container::after{content:"";display:table;clear:both}div.compact-player-middle div.volume-container img{display:block;float:left}div.compact-player-middle div.volume-container:after{content:"";display:table;clear:both}div.compact-player-middle div.volume-controls div.amplitude-mute.amplitude-not-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg") no-repeat}div.compact-player-middle div.volume-controls div.amplitude-mute.amplitude-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg") no-repeat}div.player-bottom{background-color:var(--ajs-theme-uno--black)}@media screen and (max-width:39.9375em){input[type=range].amplitude-volume-slider{width:calc(100% - 100px)}}.compact-player-title-list{display:block;height:550px;overflow-y:scroll}.playlist-screen-meta-container{float:left;width:calc(100% - 123px)}div.compact-player-volume-container{margin-top:20px}div.compact-player-playlist{background-color:var(--ajs-theme-uno--black);position:absolute;top:0;right:0;left:0;bottom:0;z-index:9999;display:none;max-width:475px}div.compact-player-playlist div.compact-player-title-list{height:600px;overflow-y:scroll}div.compact-player-playlist div.compact-player-title-list div.song{padding:15px;cursor:pointer;line-height:24px;background-color:var(--ajs-theme-uno--darker-silver)}div.compact-player-playlist div.compact-player-title-list div.song span.song-number-now-playing{display:inline-block;width:24px;text-align:center}div.compact-player-playlist div.compact-player-title-list div.song span.song-number-now-playing span.number{opacity:.5;font-family:"Lato",sans-serif;font-size:14px;letter-spacing:.5px;color:var(--ajs-theme-uno--white)}div.compact-player-playlist div.compact-player-title-list div.song span.song-number-now-playing img.now-playing{display:none}div.compact-player-playlist div.compact-player-title-list div.song div.song-meta-container{display:inline-block;margin-left:20px;vertical-align:middle;width:calc(100% - 120px)}div.compact-player-playlist div.compact-player-title-list div.song div.song-meta-container span.song-name{display:block;font-family:"Lato",sans-serif;font-size:20px;line-height:20px;letter-spacing:.47px;color:var(--ajs-theme-uno--blue)}div.compact-player-playlist div.compact-player-title-list div.song div.song-meta-container span.song-artist-album{display:block;font-family:"Lato",sans-serif;font-size:16px;line-height:28px;letter-spacing:.47px;color:var(--ajs-theme-uno--gray-300)}div.compact-player-playlist div.compact-player-title-list div.song span.audio-duration{font-family:"Lato",sans-serif;font-size:16px;line-height:28px;color:var(--ajs-theme-uno--gray-300)}div.compact-player-playlist div.compact-player-title-list div.song span.song-duration{display:inline-block;opacity:.5;width:35px;font-family:"Lato",sans-serif;font-size:18px;letter-spacing:.5px;text-align:center;color:var(--ajs-theme-uno--white)}div.compact-player-playlist div.compact-player-title-list div.song img.audio-info-blue{float:right;display:block;margin-top:10px}div.compact-player-playlist div.compact-player-title-list div.song img.audio-info-white{float:right;display:none;margin-top:10px}div.compact-player-playlist div.compact-player-title-list div.song.amplitude-active-song-container{background-color:var(--ajs-theme-uno--medium-silver) !important}div.compact-player-playlist div.compact-player-title-list div.song.amplitude-active-song-container span.song-number-now-playing img.now-playing{display:inline-block;height:16px;width:16px;margin-top:5px;margin-left:10px}div.compact-player-playlist div.compact-player-title-list div.song.amplitude-active-song-container span.song-number-now-playing span.number{display:none}div.compact-player-playlist div.playlist-screen-controls div.playlist-screen-meta-container{float:left;width:calc(100% - 123px)}div.compact-player-playlist div.playlist-screen-controls div.playlist-screen-meta-container span.song-name{font-family:"Lato",sans-serif;font-size:22px;letter-spacing:.5px;line-height:24px;margin-left:38px;color:var(--ajs-theme-uno--white)}div.compact-player-playlist 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;margin-left:38px;color:var(--ajs-theme-uno--white)}div.compact-player-playlist div.playlist-screen-controls div.list-controls{float:right;width:90px;margin-top:8px}div.compact-player-playlist 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-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg")}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-previous:hover{opacity:.5}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause{float:left;cursor:pointer;width:17px;height:24px}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause:hover{opacity:.5}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-playing{background-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/pause.svg")}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-paused{background-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/play.svg")}div.compact-player-playlist 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-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg")}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-next:hover{opacity:.5}@media screen and (max-width:39.9375em){div.compact-player-playlist div.playlist-screen-controls div.playlist-screen-meta-container span.song-name{margin-left:0}}.slide-in-top{-webkit-animation:slide-in-top .5s cubic-bezier(0.25,0.46,0.45,0.94) both;animation:slide-in-top .5s cubic-bezier(0.25,0.46,0.45,0.94) both}@-webkit-keyframes slide-in-top{0{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-top{0{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.slide-out-top{-webkit-animation:slide-out-top .5s cubic-bezier(0.55,0.085,0.68,0.53) both;animation:slide-out-top .5s cubic-bezier(0.55,0.085,0.68,0.53) both}@-webkit-keyframes slide-out-top{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}}@keyframes slide-out-top{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}}
|
16
|
+
.compact-player{width:500px;height:auto;border:solid 1px;border-color:var(--ajs-theme-uno--medium-silver)}.compact-player-container{position:relative;max-width:max-content;overflow-y:clip}.meta-container.compact-player{height:120px;border:0}div.player-top{position:relative}div.player-top img[data-amplitude-song-info="cover_art_url"]{width:498px;height:auto;object-fit:cover}div.compact-player-header{position:relative;padding:15px;cursor:pointer;text-align:center;font-family:"Lato",sans-serif;color:var(--ajs-theme-uno--white);background-color:var(--ajs-theme-uno--dark-silver)}.compact-player-header-arrows{position:absolute;top:23px;left:15px}.compact-player-header-arrows.arrow-down{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/up.svg") no-repeat}.compact-player-header-arrows.arrow-up{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/down.svg") no-repeat}div#compact_player_control_container{margin-top:20px;margin-bottom:20px}div#compact_player_control_container:after{content:"";display:table;clear:both}div#compact_player_control_container div.volume-container{float:left;width:88%;margin-top:20px;margin-left:12px}div#compact_player_control_container div.volume-container:after{content:"";display:table;clear:both}div#compact_player_control_container div.volume-container div.volume-controls input[type=range]{width:calc(100% - 45px)}div#compact_player_control_container div.amplitude-mute{float:left;cursor:pointer;width:25px;height:19px;margin-left:40px}div#compact_player_control_container div.amplitude-mute.amplitude-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg") no-repeat}div#compact_player_control_container div.amplitude-mute.amplitude-not-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg") no-repeat}div#compact_player_controls{height:65px}div#compact_player_controls div.compact-player-controls-container{text-align:center}div.compact-player-middle{padding:10px 10px 10px 10px;background-color:var(--ajs-theme-uno--blue-gray-900)}div.compact-player-middle div.compact-player-controls-container{display:block}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle{display:inline-block;cursor:pointer;width:24px;height:24px;vertical-align:middle}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle.amplitude-shuffle-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-off.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_shuffle.amplitude-shuffle-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-on.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_previous{display:inline-block;cursor:pointer;vertical-align:middle;width:24px;height:24px;margin-right:20px;margin-left:20px}div.compact-player-middle div.compact-player-controls-container div#compact_player_previous{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/previous.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_previous:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div.compact-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.compact-player-middle div.compact-player-controls-container div.compact-player-skip-backward:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause{display:inline-block;cursor:pointer;width:60px;height:60px;vertical-align:middle}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause.amplitude-paused{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/play.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_play_pause.amplitude-playing{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/pause.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div.compact-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.compact-player-middle div.compact-player-controls-container div.compact-player-skip-forward:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_next{display:inline-block;cursor:pointer;height:24px;width:24px;margin-right:25px;margin-left:20px;vertical-align:middle;background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_next:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_repeat{display:inline-block;cursor:pointer;width:24px;height:24px;vertical-align:middle;margin-right:25px}div.compact-player-middle div.large-player-controls-container div#compact_player_repeat:hover{opacity:.5}div.compact-player-middle div.compact-player-controls-container div#compact_player_repeat.amplitude-repeat-off{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-off.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container div#compact_player_repeat.amplitude-repeat-on{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-on.svg") no-repeat}div.compact-player-middle div.compact-player-controls-container::after{content:"";display:table;clear:both}div.compact-player-middle div.volume-container img{display:block;float:left}div.compact-player-middle div.volume-container:after{content:"";display:table;clear:both}div.compact-player-middle div.volume-controls div.amplitude-mute.amplitude-not-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg") no-repeat}div.compact-player-middle div.volume-controls div.amplitude-mute.amplitude-muted{background:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg") no-repeat}div.player-bottom{background-color:var(--ajs-theme-uno--black)}@media screen and (max-width:576px){.compact-player{max-width:-webkit-fill-available;max-width:-moz-available}div.player-top img[data-amplitude-song-info="cover_art_url"]{max-width:-webkit-fill-available;max-width:-moz-available}input[type=range].amplitude-volume-slider{width:calc(100% - 100px)}div.compact-player-playlist{width:calc(100% - 1px)}}.compact-player-title-list{display:block;height:550px;overflow-y:scroll}.playlist-screen-meta-container{float:left;width:calc(100% - 123px)}div.compact-player-volume-container{margin-top:20px}div.compact-player-playlist{display:none;position:absolute;top:0;right:0;left:0;bottom:0;width:calc(100%+1px);background-color:var(--ajs-theme-uno--black)}div.compact-player-playlist div.compact-player-title-list{height:600px;overflow-y:scroll}div.compact-player-playlist div.compact-player-title-list div.song{padding:15px;cursor:pointer;line-height:20px;background-color:var(--ajs-theme-uno--darker-silver)}div.compact-player-playlist div.compact-player-title-list div.song span.song-number-now-playing{float:left;width:5px;height:20px;margin-top:8px;margin-right:20px}div.compact-player-playlist div.compact-player-title-list div.song span.song-number-now-playing span.number{opacity:.5;font-family:"Lato",sans-serif;font-size:14px;color:var(--ajs-theme-uno--white)}div.compact-player-playlist div.compact-player-title-list div.song span.song-number-now-playing img.now-playing{display:none}div.compact-player-playlist div.compact-player-title-list div.song div.song-meta-container{display:inline-block;width:calc(100% - 120px)}div.compact-player-playlist div.compact-player-title-list div.song div.song-meta-container span.song-name{display:block;width:calc(100% - 40px);margin-left:10px;font-family:"Lato",sans-serif;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ajs-theme-uno--blue)}div.compact-player-playlist div.compact-player-title-list div.song div.song-meta-container span.audio-rating{display:flex;align-items:center;float:right;font-size:18px;margin-top:-24px;margin-right:-20px;color:var(--ajs-theme-uno--gray-400)}div.compact-player-playlist div.compact-player-title-list div.song div.song-meta-container span.song-artist-album{display:block;margin-left:10px;font-family:"Lato",sans-serif;font-size:16px;color:var(--ajs-theme-uno--gray-300)}div.compact-player-playlist div.compact-player-title-list div.song span.audio-duration{float:right;margin-top:-46px;margin-right:-108px;font-family:"Lato",sans-serif;font-size:16px;color:var(--ajs-theme-uno--gray-300)}div.compact-player-playlist div.compact-player-title-list div.song span.song-duration{display:inline-block;opacity:.5;width:35px;font-family:"Lato",sans-serif;font-size:18px;text-align:center;color:var(--ajs-theme-uno--white)}div.compact-player-playlist div.compact-player-title-list div.song span.audio-info{float:right;margin-top:-24px;margin-right:-110px}div.compact-player-playlist div.compact-player-title-list div.song.amplitude-active-song-container{background-color:var(--ajs-theme-uno--medium-silver) !important}div.compact-player-playlist div.compact-player-title-list div.song.amplitude-active-song-container span.song-number-now-playing img.now-playing{display:inline-block;height:16px;width:16px;margin-top:2px;margin-left:4px}div.compact-player-playlist div.compact-player-title-list div.song.amplitude-active-song-container span.song-number-now-playing span.number{display:none}div.compact-player-playlist div.playlist-screen-controls div.playlist-screen-meta-container{float:left;width:calc(100% - 123px)}div.compact-player-playlist 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.compact-player-playlist div.playlist-screen-controls div.playlist-screen-meta-container div.song-artist-album{opacity:.5;font-family:"Lato",sans-serif;font-size:15px;line-height:18px;color:var(--ajs-theme-uno--white)}div.compact-player-playlist div.playlist-screen-controls div.list-controls{float:right;margin-top:48px}div.compact-player-playlist 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-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg")}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-previous:hover{opacity:.5}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause{float:left;cursor:pointer;width:17px;height:24px}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause:hover{opacity:.5}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-playing{background-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/pause.svg")}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-play-pause.amplitude-paused{background-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/play.svg")}div.compact-player-playlist 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-repeat:no-repeat;background-image:url("/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg")}div.compact-player-playlist div.playlist-screen-controls div.list-controls div.list-next:hover{opacity:.5}.slide-in-top{-webkit-animation:slide-in-top .5s cubic-bezier(0.25,0.46,0.45,0.94) both;animation:slide-in-top .5s cubic-bezier(0.25,0.46,0.45,0.94) both}@-webkit-keyframes slide-in-top{0{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-top{0{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.slide-out-top{-webkit-animation:slide-out-top .5s cubic-bezier(0.55,0.085,0.68,0.53) both;animation:slide-out-top .5s cubic-bezier(0.55,0.085,0.68,0.53) both}@-webkit-keyframes slide-out-top{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}}@keyframes slide-out-top{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}}
|