From 9628e1242c3c52e2d2a1bfa30ff00c4145a3051a Mon Sep 17 00:00:00 2001 From: Peter Hasse Date: Tue, 6 Nov 2018 10:58:19 +0100 Subject: removed main.less as it breaks current php version --- configs/conferences/bub2018/main.less | 93 ----------------------------------- 1 file changed, 93 deletions(-) delete mode 100755 configs/conferences/bub2018/main.less (limited to 'configs') diff --git a/configs/conferences/bub2018/main.less b/configs/conferences/bub2018/main.less deleted file mode 100755 index de56a68..0000000 --- a/configs/conferences/bub2018/main.less +++ /dev/null @@ -1,93 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@font-face { - font-family: SourceSansPro; - src: url('fonts/SourceSansPro-Regular.otf'); -} -@font-face { - font-family: SourceSansPro; - src: url('fonts/SourceSansPro-Bold.otf'); - font-weight: bold; -} -@font-face { - font-family: SourceSansPro; - src: url('fonts/SourceSansPro-Italic.otf'); - font-style: italic; -} -@font-face { - font-family: SourceSansPro; - src: url('fonts/SourceSansPro-BoldItalic.otf'); - font-weight: bold; - font-style: italic; -} -@font-face { - font-family: SourceSansPro; - src: url('fonts/SourceSansPro-Light.otf'); - font-weight: 300; -} -@font-face { - font-family: SourceSansPro; - src: url('fonts/SourceSansPro-LightItalic.otf'); - font-style: italic; - font-weight: 300; -} - -// conference specific styles here -@grey: #fafafa; -@white: #FFFFFF; -@dsred: #ff4141; -@dstext: #480202; -@black: #000000; - -// often configured values (and their defaults): -// -@brand-primary: @white; -@text-color: black; - -@link-color: @dsred; -@link-hover-color: darken(@dsred, 20%); - -@navbar-default-color: @dsred; -@navbar-default-bg: @black; - -@navbar-default-link-color: @dsred; -@navbar-default-link-hover-color: darken(@dsred, 20%); - -@panel-default-border: @grey; - -.tab-pane { background-color: @black; } - -.tab-pane h3 { color: @dsred; }; -h1,h2,h3 { color: @white; }; - -.desktop-player-hint h3 {} - -.nav-tabs > li > a { - background-color: darken(@dsred, 33%); - color: @white - -} - -nav .navbar-brand .icon { - background-image: url("/assets/img/voctocat-inverse.svg"); - background-size: 27px 27px; -} - - -body { - color: @dstext; - font-family: "Source Sans Pro", Helvetica, sans-serif; - background-image: url("/configs/conferences/fiffkon18/logo.png"); - background-size: cover; -} - - -@font-face { - font-weight: normal; - font-style: normal; -} - -.panel-body a { - font-weight: lighter; -} - -- cgit v1.2.3