summaryrefslogtreecommitdiff
path: root/lisp/webapps/bogenherr/static
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/webapps/bogenherr/static')
-rw-r--r--lisp/webapps/bogenherr/static/css/stylesheet.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/lisp/webapps/bogenherr/static/css/stylesheet.css b/lisp/webapps/bogenherr/static/css/stylesheet.css
index 29f18d5..8b9b740 100644
--- a/lisp/webapps/bogenherr/static/css/stylesheet.css
+++ b/lisp/webapps/bogenherr/static/css/stylesheet.css
@@ -16,6 +16,10 @@ hr {
width: 200px;
}
+a {
+ color: #ffd081;
+}
+
.container-fluid {
width: 100%;
margin: 20px auto;
@@ -31,12 +35,48 @@ hr {
cursor: hand;
}
+.nav-pills {
+ .nav-link.active,
+ .show > .nav-link {
+ background-color: #59200e;
+ }
+}
+
.well {
background-color: #2c180d;
border: 1px black solid;
text-align: center;
}
+.btn,
+.btn-primary,
+.dropdown-toggle {
+ color: white;
+ background-color: #59200e;
+ border-color: #59200e;
+ &:hover {
+ color: white;
+ background-color: #59200e;
+ border-color: #59200e;
+ }
+}
+
+.show > .btn-primary.dropdown-toggle {
+ color: white;
+ background-color: #59200e;
+ border-color: #59200e;
+}
+
+.dropdown-menu {
+ color: white;
+ background-color: #59200e;
+}
+
+.dropdown-item {
+ color: white;
+ background-color: #59200e;
+}
+
.banner {
height: 90px;
background-image: url("/static/images/violin-strip.jpg");