baisemain: (Default)
Marin ([personal profile] baisemain) wrote2022-12-06 10:00 am
Entry tags:

CODE: Collapsible Playlist

The Kids Aren't Alright
Sylvester Stoker
0:00
6:13
Young and MenaceFall Out Boy
Oops I, did it again, I forgot what I was losing my mind about Oh, I only wrote this down to make you press rewind And send a message: I was young and a menace
Choked OutThe Mountain Goats
No brakes down An endless dark incline Most of the boys Won't ever cross this line If they all want to die dead broke that's fine, that's fine Everybody's got their limits Nobody's found mine
BloodSons and Daughters
With the same eyes as me The same fearing frame We can try and disguise Compromise rights And I know what you're thinking We wear the same dress The same colours right Is this what suits our weakened pride? How do I know? 'Cause you're my blood (Sy & Rosy)

UPDATED 12/6/2022: Accidentally posted this with messed up spacing for the lyrics. Oops. Fixed now.

I can't think of a name, so this is just Collapsible Playlist for now. This code was inspired by Spotify, but you can sub in whatever music service of your choice. I think it's fairly easy to edit and customize, but please comment below if you need any help. I made a few variants in white or black, but since this is pure HTML/CSS, you can change anything, including the colours of the control icons. This code is compatible with mobile and IJ.

By default, the code shows the playlist and the first song's lyrics. If you'd like to change this, you can delete open from <details class="SONG_ENTRY" open> to hide the lyrics, or delete open from <details class="PLAYLIST" open ...> to hide the whole playlist until the user clicks on the header.


We are Bulletproof: the Eternal
BTS
0:00
4:22
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here

WHITE, NO DROPSHADOW


COLOURS
#FFFFFF
- title, subtitle, playbar, timecodes, control icons
#CCC   
- borders
#EEE   
- playlist background
#111   
- playlist text
#E5DFEC
- playlist lyrics text
#6D5389
- footer background
#FEFEFE
- footer link

TEXT REPLACEMENTS
BACKGROUND_IMG_URL - background image for the "player"
PLAYLIST_URL - link to your playlist (on Spotify, etc.)
NOTES
There is a subtle dark overlay on the background image. To remove this, find and delete background:rgba(0 0 0/0.2);

To change the position of the playbar, find width:33% and change the number to anything between 0-100.

The colour of the tracking bar is at background:rgba(255 255 255/0.3); - to change this, find the RGB value of the colour you want and replace 255 255 255.





Savage
Megan Thee Stallion
0:00
2:35
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here

BLACK, NO DROPSHADOW (click above to expand)


COLOURS
#121212
- title, subtitle, playbar, timecodes, control icons
#CCC   
- borders
#EEE   
- playlist background
#111   
- playlist text
#DDDDDD
- playlist lyrics text
#000000
- footer background
#FEFEFE
- footer link

TEXT REPLACEMENTS
BACKGROUND_IMG_URL - background image for the "player"
PLAYLIST_URL - link to your playlist (on Spotify, etc.)
NOTES
There is a subtle light overlay on the background image. To remove this, find and delete background:rgba(255 255 255/0.2);

To change the position of the playbar, find width:33% and change the number to anything between 0-100.

The colour of the tracking bar is at background:rgba(0 0 0/0.3); - to change this, find the RGB value of the colour you want and replace 0 0 0.





Goddess
Astrid Leong
0:00
4:22
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here

WHITE, WITH DROPSHADOW (click above to expand)


COLOURS
#FFFFFF
- title, subtitle, playbar, timecodes, control icons
#F44336
- dropshadow
#CCC   
- borders
#EEE   
- playlist background
#111   
- playlist text
#FCD2CF
- playlist lyrics text
#F44336
- footer background
#FEFEFE
- footer link

TEXT REPLACEMENTS
BACKGROUND_IMG_URL - background image for the "player"
PLAYLIST_URL - link to your playlist (on Spotify, etc.)
NOTES
There is a subtle dark overlay on the background image. To remove this, find and delete background:rgba(0 0 0/0.2);

To change the position of the playbar, find width:33% and change the number to anything between 0-100.

The colour of the tracking bar is at background:rgba(255 255 255/0.3); - to change this, find the RGB value of the colour you want and replace 255 255 255.





Butter (Hotter Remix)
BTS
0:00
2:35
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here
Song_Name_HereArtist_Name_Here
Lyrics here Lyrics here Lyrics here

BLACK, WITH DROPSHADOW (click above to expand)


COLOURS
#121212
- title, subtitle, playbar, timecodes, control icons
#FFC107
- dropshadow
#CCC   
- borders
#EEE   
- playlist background
#111   
- playlist text
#FFF2CC
- playlist lyrics text
#000000
- footer background
#FFC107
- footer link

TEXT REPLACEMENTS
BACKGROUND_IMG_URL - background image for the "player"
PLAYLIST_URL - link to your playlist (on Spotify, etc.)
NOTES
There is a subtle light overlay on the background image. To remove this, find and delete background:rgba(255 255 255/0.2);

To change the position of the playbar, find width:33% and change the number to anything between 0-100.

The colour of the tracking bar is at background:rgba(0 0 0/0.3); - to change this, find the RGB value of the colour you want and replace 0 0 0.


10billionghosts: (Default)

[personal profile] 10billionghosts 2022-12-06 05:53 pm (UTC)(link)
😍😍😍😍
amdapor: (Default)

[personal profile] amdapor 2022-12-07 12:40 am (UTC)(link)
how you used the summary element to make a collapsible playlist is so sexy YES YESSS