aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/nietheater/main.less
diff options
context:
space:
mode:
authorderpeter2019-03-28 20:10:34 +0100
committerderpeter2019-03-28 20:10:34 +0100
commit1c3d6e749e4e2005f17238876914e3dbcb7afab6 (patch)
tree433309b6134eb1155afd92e2dea778c908b29c43 /configs/conferences/nietheater/main.less
parent68e498748caa8e334e4b3a638861ca0a1089e414 (diff)
updated nietheater
Diffstat (limited to 'configs/conferences/nietheater/main.less')
-rw-r--r--configs/conferences/nietheater/main.less58
1 files changed, 51 insertions, 7 deletions
diff --git a/configs/conferences/nietheater/main.less b/configs/conferences/nietheater/main.less
index e198cb2..4af06b7 100644
--- a/configs/conferences/nietheater/main.less
+++ b/configs/conferences/nietheater/main.less
@@ -1,13 +1,57 @@
@import "../../../assets/css/_structure.less";
+@link-color: #aaaaaa;
+@panel-bg: darkgrey ;
+@well-bg: @panel-bg;
+@panel-primary-border: white;
+@panel-default-heading-bg: white;
+@panel-default-text: white;
+
+@navbar-default-link-color: #FFFFFF;
+
+//@nav-link-hover-bg: #ff0000;
+
+@navbar-default-bg: #ff0000;
+
// conference specific styles here
-@brand-primary: #aaa;
+body {
+ background-color: black;
+}
+
+.banner {
+ color: black;
+
+ h2 {
+ font-weight: normal;
+ }
+}
+
+.navbar-brand {
+ //color: transparent !important;//
+ color: white;
+ height: 50px;
+ //background-image: url('logo.png');//
+ background-repeat: no-repeat;
+ background-size: auto 30px;
+ background-position: 15px 10px;
+ .icon {
+ display: none !important;
+ }
+}
+
+footer a {
+ color: @link-color;
+}
+
+.nav > li > a:hover, .nav > li > a:focus {
+ background: #ff0000;
+ color: white;
+ border: black;
+}
-img.jhberlin {
- width: 400px;
- position: absolute;
- bottom: 30px;
- left: 10px;
- z-index: -100;
+.nav > li > a{
+ background: #ff0000;
+ color: white;
+ border: white;
}