added music players to music page
Deploy static site / deploy (push) Successful in 38s

This commit is contained in:
2026-04-24 13:31:09 +02:00
parent e36501a6fd
commit 6e3715af7b
5 changed files with 102 additions and 9 deletions
+41 -3
View File
@@ -77,14 +77,52 @@ a:hover {
iframe {
border: none;
overflow: hidden
}
#nowplayingwidget {
iframe.nowplaying {
width: 400px;
height: 170px;
}
div.nowplaying {
position: fixed;
bottom: 15px;
left: 15px;
float: left;
}
div.audiocard {
background-color: #51324A;
display: inline-flex;
text-align: left;
flex-direction: row;
box-sizing: border-box;
padding: 15px;
border-radius: 15px;
}
div.audioinner {
padding-left: 15px;
display: inline-flex;
flex-direction: column;
justify-content: space-between;
}
img.albumcoversmall {
height: 100px;
width: 90px;
}
div.audioinner a,
p {
margin: 5px;
}
iframe.bandcamptracksmall {
border: 0;
width: 400px;
height: 42px
}
/*colors: