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/foss4g-2016/main.less | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 configs/archive/foss4g-2016/main.less (limited to 'configs/archive/foss4g-2016/main.less') diff --git a/configs/archive/foss4g-2016/main.less b/configs/archive/foss4g-2016/main.less new file mode 100644 index 0000000..1371d25 --- /dev/null +++ b/configs/archive/foss4g-2016/main.less @@ -0,0 +1,35 @@ +@import "../../../assets/css/_structure.less"; + +@green: #49a942; +@blue: #2980b9; +@dark: #2c3e50; + +@link-color: @green; +@panel-primary-border: @green; + +@text-color: @dark; + +footer { + background-color: #444; + color: #ccc; + box-shadow: inset 0 5px 10px -5px black; + + a { + font-style: italic; + color: #ddd; + &:hover { + text-decoration: underline; + color: #ddd; + } + } +} + + +.logo { + background-image: url(foss4g-logo_slogan.svg); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 200px; + margin: 20px 0; +} -- cgit v1.2.3