From 0f2e5093af19f7685dad11ecb255240aab8d7b3e Mon Sep 17 00:00:00 2001 From: Lars Windauer Date: Wed, 1 Apr 2020 11:19:30 +0200 Subject: added new lecture 'cadus debate no.12' --- configs/conferences/debate12/main.less | 50 ++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 configs/conferences/debate12/main.less (limited to 'configs/conferences/debate12/main.less') diff --git a/configs/conferences/debate12/main.less b/configs/conferences/debate12/main.less new file mode 100644 index 0000000..b648d68 --- /dev/null +++ b/configs/conferences/debate12/main.less @@ -0,0 +1,50 @@ +@import "../../../assets/css/_structure.less"; + +@link-color: #e22129; +@panel-bg: #ddd; +@well-bg: @panel-bg; +@panel-primary-border: #FFFFFF; +@panel-default-heading-bg: #333333; +@panel-default-text: #e22129; + +@navbar-default-link-color: #FFFFFF; + +@nav-link-hover-bg: #000000; + +@navbar-default-bg: #ccc; + +// conference specific styles here + +body { +/* background-color: #215c68; */ +} + +.banner { + color: #e22129; + + h2 { + font-weight: normal; + } +} + +.navbar-brand { + // color: transparent !important; + height: 50px; + background-image: url('logo.svg'); + background-repeat: no-repeat; + background-size: auto 30px; + background-position: 15px 10px; + padding-left: 120px; + color: #e22129 !important; + .icon { + display: none !important; + } +} + +footer a { + color: @link-color; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: #e22129; +} -- cgit v1.2.3