mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added a 'Vinyl' theme
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user