Added a 'Vinyl' theme

This commit is contained in:
nutty
2026-06-30 04:38:15 +10:00
parent 3e058b5433
commit 18ee927009
6 changed files with 277 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
<div id="main-wrapper">
<svg id="progress-svg" viewBox="0 0 100 100">
<circle id="progress-pie-circle" cx="50" cy="50" r="25"></circle>
</svg>
<div id="vinyl-container">
<img id="vinyl-background" src="/now-playing/themes/vinyl/images/vinyl.png">
<div id="album-art-container">
<div id="album-art-layer"></div>
<div id="album-art-transition-layer"></div>
</div>
</div>
</div>