This commit is contained in:
+41
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user