diff options
Diffstat (limited to 'configs/archive/nietheater/main.less')
-rw-r--r-- | configs/archive/nietheater/main.less | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/configs/archive/nietheater/main.less b/configs/archive/nietheater/main.less new file mode 100644 index 0000000..4af06b7 --- /dev/null +++ b/configs/archive/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; +} |