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/archive/fiffkon18/main.less | 93 +++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100755 configs/archive/fiffkon18/main.less (limited to 'configs/archive/fiffkon18/main.less') diff --git a/configs/archive/fiffkon18/main.less b/configs/archive/fiffkon18/main.less new file mode 100755 index 0000000..de56a68 --- /dev/null +++ b/configs/archive/fiffkon18/main.less @@ -0,0 +1,93 @@ +@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