Files
nutty-tools/now-playing/themes/classic/index.html
T
nutty 1e423ee2fe • Removed all references to 'SetAlbumArtSize()'
• Added progress info to Simple theme
2026-07-01 05:04:28 +10:00

30 lines
1023 B
HTML

<div id="main-wrapper">
<div id="yet-another-wrapper-yup">
<div id="album-art-container">
<div id="album-art-layer"></div>
<div id="album-art-transition-layer"></div>
</div>
<div id="song-info-container">
<div id="background-layer"></div>
<div id="background-transition-layer"></div>
<div id="song-info-wrapper">
<div id="track-label" class="text-label">&nbsp;</div>
<div id="artist-label" class="text-label">&nbsp;</div>
<div id="progress-container">
<div id="progress-bar-track">
<div id="progress-bar-fill"></div>
<div></div>
</div>
<div id="time-container">
<div id="current-time">0:00</div>
<div id="duration">0:00</div>
</div>
</div>
</div>
</div>
</div>
</div>