Compare commits
5 commits
24df91e473
...
4e5e53d257
Author | SHA1 | Date | |
---|---|---|---|
coon | 4e5e53d257 | ||
coon | 5a8f3aee35 | ||
coon | 65ae36dfae | ||
coon | 9140707585 | ||
coon | 2f029dd7f6 |
|
@ -5,7 +5,7 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
border: 1px dashed white;
|
/* border: 1px dashed white; */
|
||||||
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
@ -28,6 +28,19 @@ table {
|
||||||
border-spacing: 0pt;
|
border-spacing: 0pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
background-image: url(../img/table-header-gradient.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 2px 2px 2px 14px;
|
||||||
|
border: solid #1c2c1a;
|
||||||
|
border-width: 0 1px 0 0;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 1px 1px 1px 0.5em;
|
padding: 1px 1px 1px 0.5em;
|
||||||
border: solid black;
|
border: solid black;
|
||||||
|
@ -79,6 +92,14 @@ td.playing {
|
||||||
#controls-top {
|
#controls-top {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
padding: 5px;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
background-image: url(../img/top-controls-bg.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
#controls-top div {
|
||||||
|
border-right: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-left-controls {
|
#top-left-controls {
|
||||||
|
@ -132,7 +153,8 @@ td.playing {
|
||||||
}
|
}
|
||||||
|
|
||||||
#sanic-logo {
|
#sanic-logo {
|
||||||
width: 50px;
|
width: 36px;
|
||||||
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#xfade {
|
#xfade {
|
||||||
|
@ -143,6 +165,7 @@ td.playing {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
border-bottom: 4px ridge #3a506b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#controls_bottom {
|
#controls_bottom {
|
||||||
|
@ -155,6 +178,7 @@ td.playing {
|
||||||
background-color: #171812;;
|
background-color: #171812;;
|
||||||
/* flex-grow: 1; */
|
/* flex-grow: 1; */
|
||||||
width: 20%; /* frickel? */
|
width: 20%; /* frickel? */
|
||||||
|
border-right: 4px ridge #3a506b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#playlist_tracklist {
|
#playlist_tracklist {
|
||||||
|
|
BIN
static/img/table-header-gradient.png
Normal file
BIN
static/img/table-header-gradient.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 602 B |
BIN
static/img/top-controls-bg.png
Normal file
BIN
static/img/top-controls-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in a new issue