From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/conferences/technikcamp2019/main.less | 57 --------------------------- 1 file changed, 57 deletions(-) delete mode 100644 configs/conferences/technikcamp2019/main.less (limited to 'configs/conferences/technikcamp2019/main.less') diff --git a/configs/conferences/technikcamp2019/main.less b/configs/conferences/technikcamp2019/main.less deleted file mode 100644 index 25195b1..0000000 --- a/configs/conferences/technikcamp2019/main.less +++ /dev/null @@ -1,57 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@link-color: #006699; -@panel-bg: #ddd; -@well-bg: @panel-bg; -@panel-primary-border: #1d212c; -@panel-default-heading-bg: #333333; -@panel-default-text: #FFFFFF; - -@navbar-default-link-color: #FFFFFF; - -//@nav-link-hover-bg: #000000; - -@navbar-default-bg: #1d212c; - -// conference specific styles here - -body { - /*font-family: Fira Code,Monaco,Consolas,Ubuntu Mono,monospace;*/ - background-color: #1d212c; - color: #fff; -} - -.banner { - color: #006699; - - h2 { - font-weight: normal; - } -} - -.well { - background: #212020; - border: #212020; - color: #b7b5b5; -} - - -footer a { - color: @link-color; -} - -.nav > li > a:hover, .nav > li > a:focus { - background: #eee; -} - -.logo { - background: url('logo.svg') no-repeat center; - height: 170px; - position: absolute; - bottom: 30px + 25px; - z-index: -100; - - left: 0; - right: 0; -} - -- cgit v1.2.3