Veel kleine puntjes weggewerkt

This commit is contained in:
2020-02-05 00:40:31 +01:00
parent d1210e1441
commit 74d3219e10
26 changed files with 305 additions and 230 deletions

View File

@@ -34,7 +34,7 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
width: 100%;
}
.header .now-playing-header {
.now-playing-header {
width: 100% !important;
margin-top: 30px !important;
}
@@ -70,6 +70,9 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
.header .now-playing-header {
float: right;
}
.now-playing-header {
font-size: 16pt;
font-family: 'Roboto Condensed';
font-weight: 300;
@@ -81,23 +84,23 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
display: block;
overflow: hidden;
position: relative;
margin: 0;
margin: auto;
padding-top: 10px;
padding-bottom: 30px;
}
.header .now-playing-header .title,
.header .now-playing-header .artist {
.now-playing-header .title,
.now-playing-header .artist {
padding: 3px;
}
.header .now-playing-header .title {
.now-playing-header .title {
font-weight: bold;
font-size: 120%;
}
.header .now-playing-header .controls {
.now-playing-header .controls {
font-size: 75%;
bottom: 0;
position: absolute;
@@ -106,11 +109,11 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
background-color: inherit;
}
.header .now-playing-header .controls li {
.now-playing-header .controls li {
display: inline-block;
}
.header .now-playing-header .controls li a {
.now-playing-header .controls li a {
line-height: 120%;
font-size: 80%;
color: #ABABAB;
@@ -120,7 +123,7 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
margin-right: 5px;
}
.header .now-playing-header .controls li a:hover {
.now-playing-header .controls li a:hover {
background-color: #E0E0E0;
transition: 500ms;
}