diff options
author | Andreas Hubel | 2019-06-07 12:14:21 +0200 |
---|---|---|
committer | Andreas Hubel | 2019-06-07 12:54:52 +0200 |
commit | 17eb5058e29d3dc91fc034d36fafe5e3a86290b6 (patch) | |
tree | b3ee1320b0d5f910793455d8c9d2e98246828532 /configs/conferences/podstock/main.less | |
parent | 190fae94809005db5049d61e82fd9eb8a617f9b6 (diff) |
podstock2019: init
Diffstat (limited to 'configs/conferences/podstock/main.less')
-rw-r--r-- | configs/conferences/podstock/main.less | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/configs/conferences/podstock/main.less b/configs/conferences/podstock/main.less new file mode 100644 index 0000000..b704591 --- /dev/null +++ b/configs/conferences/podstock/main.less @@ -0,0 +1,49 @@ +@import "../../../assets/css/_structure.less"; + +@link-color: #81a541; +@panel-bg: #ddd; +@well-bg: @panel-bg; +@panel-primary-border: #FFFFFF; +@panel-default-heading-bg: #333333; +@panel-default-text: #FFFFFF; + +@navbar-default-link-color: #FFFFFF; + +@nav-link-hover-bg: #000000; + +@navbar-default-bg: #81a541; + +// conference specific styles here + +.banner { + color: #999; + + h2 { + font-weight: normal; + } +} + +.navbar-brand { + color: transparent !important; + 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: #fff; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: #eee; +} + +body.overview .panel-body { + min-height: 10px; +} |