diff options
author | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
commit | d3c805518a0a0349f56288559254f3107cf5e96c (patch) | |
tree | d8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/archive/bigbrotherawards2019/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/archive/bigbrotherawards2019/main.less')
-rw-r--r-- | configs/archive/bigbrotherawards2019/main.less | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/configs/archive/bigbrotherawards2019/main.less b/configs/archive/bigbrotherawards2019/main.less new file mode 100644 index 0000000..b3ac2fb --- /dev/null +++ b/configs/archive/bigbrotherawards2019/main.less @@ -0,0 +1,70 @@ +@import "../../../assets/css/_structure.less"; + +@link-color: #23285a; +@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; +} + +.bba19 { + background-image: url(banner.png); + background-repeat: no-repeat; + background-size: 613px 301px; + + margin: 0 auto; + + width: 631px; + height: 301px; + + opacity: 1; + z-index: -100; + + @media (max-width: @screen-sm-min) { + display: none; + } +} +body.overview .room .panel-heading { + display: block !important; +} |