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/sogehtsolidarisch/main.less | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 configs/archive/sogehtsolidarisch/main.less (limited to 'configs/archive/sogehtsolidarisch/main.less') diff --git a/configs/archive/sogehtsolidarisch/main.less b/configs/archive/sogehtsolidarisch/main.less new file mode 100644 index 0000000..8b346fc --- /dev/null +++ b/configs/archive/sogehtsolidarisch/main.less @@ -0,0 +1,32 @@ +@import "../../../assets/css/_structure.less"; + +@font-face { + font-family: 'Source Sans Pro Light'; + font-style: normal; + font-weight: normal; + src: url('SourceCodePro-Light.eot'); /* IE9 Compat Modes */ + src: local('Source Code Pro Light'), local('SourceCodePro-Light'), + url('SourceCodePro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('SourceCodePro-Light.otf.woff2') format('woff2'), /* Super Modern Browsers */ + url('SourceCodePro-Light.otf.woff') format('woff'), /* Modern Browsers */ + url('SourceCodePro-Light.ttf') format('truetype'), /* Safari, Android, iOS */ + url('SourceSansPro-Light.svg#SourceSansPro-Light') format('svg'); /* Legacy iOS */ +} + + +body { + padding-bottom: 170px + 30px + 30px + 60px; + position: relative; +} + +//.logo { +// background: url('logo.svg') no-repeat center; +// height: 170px; +// position: absolute; +// bottom: 30px + 25px; +// z-index: -100; +// +// left: 0; +// right: 0; +//} + -- cgit v1.2.3