diff options
author | Sophie Schiller | 2019-04-18 10:18:27 +0200 |
---|---|---|
committer | Sophie Schiller | 2019-04-18 10:18:27 +0200 |
commit | 6a52225f61f168f602cb34ca26909470bf69232d (patch) | |
tree | 7d68a74e0b7755c68c920511955b7fe969f465d4 /configs/conferences/eh19/main.less | |
parent | 28f5c5a01d1cb9c4c7c6e972b4081271504c3bc0 (diff) |
add eh19 config
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/eh19/main.less | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/configs/conferences/eh19/main.less b/configs/conferences/eh19/main.less new file mode 100644 index 0000000..05f9c0b --- /dev/null +++ b/configs/conferences/eh19/main.less @@ -0,0 +1,49 @@ +@import "../../../assets/css/_structure.less"; + +@link-color: #006699; +@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: #ccc; + +// conference specific styles here + +body { +/* background-color: #215c68; */ +} + +.banner { + color: #006699; + + 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: @link-color; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: #eee; +} |