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/fusion19/main.less | 91 ---------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 configs/conferences/fusion19/main.less (limited to 'configs/conferences/fusion19/main.less') diff --git a/configs/conferences/fusion19/main.less b/configs/conferences/fusion19/main.less deleted file mode 100644 index 88f3409..0000000 --- a/configs/conferences/fusion19/main.less +++ /dev/null @@ -1,91 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@link-color: #ffffff; -@panel-bg: #212020; -@well-bg: @panel-bg; -@panel-primary-border: #212020; -@panel-default-heading-bg: #212020; -@panel-default-text: black; - -@navbar-default-link-color: white; - -//@nav-link-hover-bg: #ff0000; - -@navbar-default-bg: black; - -// conference specific styles here - -@font-face { - font-family: 'Dosis'; - src: url("/configs/conferences/fusion19/dosis-v6-latin-regular.woff2"); -} - -h1, h2, h3, a, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { - font-family: 'Dosis',sans-serif; - color: white; -} - - -body { - background-color: black; - background-image: url("/configs/conferences/fusion19/bg.png"); - background-repeat: repeat; - font-family: 'Open Sans',Helvetica; - border: None; - color: white; - -} - -.banner { - color: #94002f; - - h2 { - font-weight: normal; - } -} - -.navbar-brand { - //color: transparent !important;// - color: white; - height: 50px; - background-image: url('logo.png');// - background-repeat: no-repeat; - background-size: auto 30px; - background-position: 0px 10px; - .icon { - display: none !important; - } -} - -footer a { - color: @link-color; -} - -.well { - background: #212020; - border: #212020; - color: #b7b5b5; -} - -.nav > li > a:hover, .nav > li > a:focus { - background: #333; - color: white; - border: None; -} - -.nav > li > a{ - background: #333; - color: white; - border: None; -} - - -.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{ - background: #94002f; - color: white; - border: None; -} - -.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { - border: None; -} -- cgit v1.2.3