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/occon18/main.less | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/archive/occon18/main.less (limited to 'configs/archive/occon18/main.less') diff --git a/configs/archive/occon18/main.less b/configs/archive/occon18/main.less new file mode 100644 index 0000000..add6561 --- /dev/null +++ b/configs/archive/occon18/main.less @@ -0,0 +1,20 @@ +@import "../../../assets/css/_structure.less"; + +body { + background: url(bg.jpg) no-repeat top left; + background-attachment: fixed; + background-position: 0px 50px; +} + +.logo { + background: url('logo.svg') no-repeat center; + height: 170px; + position: absolute; + bottom: 30px + 25px; + z-index: -100; + + left: 0; + right: 0; +} + +@text-color: white; -- cgit v1.2.3