@@ -59,10 +48,7 @@
diff --git a/static/style.css b/static/style.css
index 17832f8..a4dbff6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -4,10 +4,6 @@
--background-color: #041936;
--text-color: #bbb;
-
- --input-background-color: #28374a;
- --input-border-light: #545454;
- --input-border-dark: #3a3a3a;
}
/* #################### */
@@ -197,12 +193,12 @@ a {
}
button {
- background-color: var(--input-background-color);
+ background-color: #28374a;
color: var(--text-color);
- border-top-color: var(--input-border-light);
- border-right-color: var(--input-border-dark);
- border-bottom-color: var(--input-border-dark);
- border-left-color: var(--input-border-light);
+ border-top-color: #545454;
+ border-right-color: #3a3a3a;
+ border-bottom-color: #3a3a3a;
+ border-left-color: #545454;
}
button[disabled] {
@@ -245,47 +241,11 @@ button .loader {
}
input[type=text] {
- background-color: var(--input-background-color);
+ background-color: #28374a;
color: var(--text-color);
border: 1px solid black;
- border-right-color: var(--input-border-light);
- border-bottom-color: var(--input-border-light);
-}
-
-.marquee {
- display: flex;
- position: relative;
- overflow: hidden;
- white-space: nowrap;
- width: var(--ribbon-width);
- font-size: 10pt;
- background-color: var(--input-background-color);
- color: var(--text-color);
- border: 1px solid black;
- border-right-color: var(--input-border-light);
- border-bottom-color: var(--input-border-light);
- container-type: inline-size;
-}
-
-.wide {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
-}
-
-.marquee > * {
- -webkit-animation: marquee 10s linear infinite both alternate;
- animation: marquee 10s linear infinite both alternate;
-}
-@-webkit-keyframes marquee {
- to {
- transform: translateX(min(100cqw - 100%, 0px));
- }
-}
-@keyframes marquee {
- to {
- transform: translateX(min(100cqw - 100%, 0px));
- }
+ border-right-color: #545454;
+ border-bottom-color: #545454;
}
#nav {
@@ -298,7 +258,8 @@ input[type=text] {
}
thead {
- background: #0F1D2F linear-gradient(0deg, rgba(15, 29, 47, 1) 0%, rgba(15, 29, 47, 1) 50%, rgba(7, 14, 23, 1) 100%);
+ background: rgb(15,29,47);
+ background: linear-gradient(0deg, rgba(15,29,47,1) 0%, rgba(15,29,47,1) 50%, rgba(7,14,23,1) 100%);
}
th {
@@ -334,7 +295,7 @@ tbody td.actions {
/* make arrow for currently playing song look nice */
#queue table tr.playing td:first-of-type::before {
- content: '\2BC8'; /* ⯈ Black Medium Right-Pointing Triangle Centred */
+ content: '\2BC8'; // ⯈
}
#queue table tr td:first-of-type {
@@ -349,11 +310,11 @@ tbody td.actions {
}
table tr:nth-child(odd) td {
- background-color: #1e1f1a;
+ background: #1e1f1a;
}
table tr:nth-child(even) td {
- background-color: #171812;
+ background: #171812;
}
#queue table tr:nth-child(odd).playing td,
@@ -362,7 +323,7 @@ table tr:nth-child(even) td {
}
table tr:hover td {
- background-color: #354158;
+ background-color: #354158 !important; /* TODO: remove !important */
}
#tabs {
@@ -374,9 +335,9 @@ table tr:hover td {
padding: 3pt;
display: inline-block;
text-align: center;
- background-color: var(--input-background-color);
+ background-color: #28374a;
color: var(--text-color);
- border: 1px solid var(--input-border-light);
+ border: 1px solid #545454;
border-top-left-radius: 5pt;
border-top-right-radius: 5pt;
}
@@ -385,6 +346,10 @@ table tr:hover td {
background-color: #1a1a1a;
color: var(--text-color);
border-bottom: none;
+ /*border-top-color: #1a1a1a;*/
+ /*border-right-color: #545454;*/
+ /*border-bottom-color: #545454;*/
+ /*border-left-color: #1a1a1a;*/
}
#browser {
@@ -395,11 +360,11 @@ table tr:hover td {
#control-playlist-list {
font-size: 12pt;
width: 100%;
- background-color: var(--input-background-color);
+ background-color: #28374a;
color: var(--text-color);
border: 1px solid black;
- border-right-color: var(--input-border-light);
- border-bottom-color: var(--input-border-light);
+ border-right-color: #545454;
+ border-bottom-color: #545454;
scrollbar-color: #490b00 #09101d; /* only in firefox: https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color */
}
@@ -408,21 +373,3 @@ footer svg {
width: 12pt;
height: 12pt;
}
-
-/*dialog {*/
-/* position: fixed;*/
-/* left: 50%;*/
-/* top: 50%;*/
-/* transform: translate(-50%, -50%);*/
-/*}*/
-
-dialog {
- background-color: var(--background-color);
- color: var(--text-color);
-}
-
-dialog .close {
- position: absolute;
- top: 1pt;
- right: 1pt;
-}
-
-
- Fall On Your Sword - Shatner Of The Mount by Fall On Your Sword
-
+
@@ -121,10 +107,9 @@
-
-
-
-
+
+
+