commit 585a6d46485de1ebefe9f6ebbe47ad670b45441f
parent 2dee8bfd012740a42eda4918f3fd1420963e4f3d
Author: sin <sin@2f30.org>
Date: Mon, 18 Sep 2017 19:24:06 +0100
Redesigned style.css, thanks tarug0!
Diffstat:
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/css/style.css b/css/style.css
@@ -9,17 +9,17 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
- color: #eee;
- background-color: #000;
+ color: #f8f8f8;
+ background-color: #111;
margin: 0;
}
a {
background-color: transparent;
- color: #337ab7;
+ color: #8dc;
text-decoration: none;
}
a:focus, a:hover {
- color: #539ad7;
+ color: #8fc;
text-decoration: underline;
}
h1 {
@@ -111,36 +111,38 @@ ol, ul {
position: relative;
display: block;
padding: 10px 15px;
+ border-bottom: 1px solid #333;
}
.nav > li > a:focus, .nav > li > a:hover {
text-decoration: none;
- background-color: #000;
- border-bottom: 1px solid #777;
+ background-color: #0a0a0a;
+ border-bottom: 1px solid #8fc;
}
.nav-tabs {
border-bottom: 1px solid #333;
}
.nav-tabs > li {
float: left;
+ margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857;
- border: 1px solid transparent;
}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:focus,
-.nav-tabs > li.active > a:hover {
- color: #eee;
+.nav-tabs > li.active > a {
cursor: default;
- background-color: #000;
- border-bottom: 1px solid #539ad7;
+ border-bottom: 1px solid #8dc;
}
.modal-footer {
text-align: right;
border-top: 1px solid #333;
padding: 15px;
}
+#header h1 {
+ font-family: monospace;
+ font-size: 60px;
+ font-weight: 700;
+}
#icecast {
width: 80%;
height: 100%;