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/foss4g-2019/main.less | 45 ------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 configs/conferences/foss4g-2019/main.less (limited to 'configs/conferences/foss4g-2019/main.less') diff --git a/configs/conferences/foss4g-2019/main.less b/configs/conferences/foss4g-2019/main.less deleted file mode 100644 index 757c10e..0000000 --- a/configs/conferences/foss4g-2019/main.less +++ /dev/null @@ -1,45 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -// conference specific styles here - -@brand-primary: @chaosblue; -@chaosblue: #0076ba; -@commyellow: #ffc600; -@campgreen: #99ba00; - -body.overview .room-tent-1 .panel-default > .panel-heading { - background-color: @chaosblue; -} - -body.overview .room-tent-2 .panel-default > .panel-heading { - background-color: @commyellow; -} - -body.overview .room-thm .panel-default > .panel-heading { - background-color: @campgreen; -} - -body.overview .room-toc .panel-default > .panel-heading { - background-color: @chaosblue; -} - -body.overview .room-thm .panel-heading { - display: block; -} - -body.overview .room-toc .panel-heading { - display: block; -} - -body { - background-image: url(foss4g19_logo.png); - background-repeat: no-repeat; - background-size: 468px 676px; - background-position: left bottom; - background-attachment: fixed; -} - -nav .navbar-brand .icon { - background-image: url(foss4g19_logo.png); - background-size: contain; -} -- cgit v1.2.3