aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fcmc
diff options
context:
space:
mode:
authorDaniel Molkentin2017-07-05 00:47:36 +0200
committerDaniel Molkentin2017-07-05 00:47:36 +0200
commit8e5f7e4c7adec8aac11e71e514aa248799976ffe (patch)
treec989ab44bc78dfe5eae7766e86ea7c18681e3def /configs/conferences/fcmc
parent554610f00918e1188eeafdb422942eee115aa5f9 (diff)
FCMC: use right colors
Diffstat (limited to 'configs/conferences/fcmc')
-rw-r--r--configs/conferences/fcmc/main.less36
1 files changed, 36 insertions, 0 deletions
diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less
index 54e80cf..b71f4d6 100644
--- a/configs/conferences/fcmc/main.less
+++ b/configs/conferences/fcmc/main.less
@@ -1,8 +1,18 @@
@import "../../../assets/css/_structure.less";
+@yellow: #c8b41e;
+@light-yellow: rgba(200, 180, 30, 0.7);
+
@navbar-default-color: #6f6f6f;
@navbar-default-bg: #000;
+@brand-primary: @yellow;
+@text-color: white;
+
+
+@link-color: white;
+@link-hover-color: white;
+
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('background.jpg');
background-position: top right;
@@ -16,3 +26,29 @@ body {
html {
min-height: 100%;
}
+
+.nav-tabs > li.active > a {
+ background-color: @yellow;
+ border-bottom: 2px solid black;
+ color: black;
+}
+
+.nav-tabs > li.active > a:hover {
+ background-color: #c8b41e;
+ border-bottom: 2px solid black;
+ color: black;
+}
+
+.nav-tabs > li > a:hover {
+ background-color: #c8b41e;
+ border-bottom: 2px solid black;
+ color: black;
+}
+
+.nav-tabs > li > a {
+ background-color: @light-yellow;
+ padding: 2px 5px;
+ text-decoration: none;
+ border-bottom: 2px solid #666;
+}
+