diff options
author | derchris | 2019-04-21 17:23:05 +0200 |
---|---|---|
committer | derchris | 2019-04-21 17:23:05 +0200 |
commit | 34291fa240ea12d2b04ba5741d61b062a67d081f (patch) | |
tree | 19dd2d2a19a03e8154a136af855a46aa13dea21c /configs/conferences/nietheater/main.less | |
parent | fd72b0f50a355006069c5a336441f08beb7d3c50 (diff) | |
parent | 9e9e444e052b9cd887d8d5fbda51b40ad2eafcfa (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to 'configs/conferences/nietheater/main.less')
-rw-r--r-- | configs/conferences/nietheater/main.less | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/configs/conferences/nietheater/main.less b/configs/conferences/nietheater/main.less new file mode 100644 index 0000000..4af06b7 --- /dev/null +++ b/configs/conferences/nietheater/main.less @@ -0,0 +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 + +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; +} + +.nav > li > a{ + background: #ff0000; + color: white; + border: white; +} |