From d8b4c14c247e89dd3ce141c4a4422a4a91e302ad Mon Sep 17 00:00:00 2001 From: Björn Heller Date: Sat, 13 Oct 2018 13:35:19 +0200 Subject: added unteilbar18 added unteilbar18 --- configs/conferences/unteilbar18/main.less | 56 +++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 configs/conferences/unteilbar18/main.less (limited to 'configs/conferences/unteilbar18/main.less') diff --git a/configs/conferences/unteilbar18/main.less b/configs/conferences/unteilbar18/main.less new file mode 100644 index 0000000..e43c9ca --- /dev/null +++ b/configs/conferences/unteilbar18/main.less @@ -0,0 +1,56 @@ +@import "../../../assets/css/_structure.less"; + +@green: #2f5361; + +@brand-primary: darken(@green, 20%); + +@link-color: #02a892; +@panel-primary-border: white; + +@text-color: white; + +@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 { + background-color: @green; +} + +footer { + background-color: white; + + color: @link-color; + a { + color: @link-color; + &:hover { + text-decoration: underline; + color: @link-color; + } + } +} + +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 From 0e198beb7550ff3382f54ec4355b28e857c3d89e Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sat, 13 Oct 2018 14:30:45 +0200 Subject: unteilbar18: neutrale Farben --- configs/conferences/unteilbar18/main.less | 44 +++++++------------------------ 1 file changed, 10 insertions(+), 34 deletions(-) (limited to 'configs/conferences/unteilbar18/main.less') diff --git a/configs/conferences/unteilbar18/main.less b/configs/conferences/unteilbar18/main.less index e43c9ca..8b346fc 100644 --- a/configs/conferences/unteilbar18/main.less +++ b/configs/conferences/unteilbar18/main.less @@ -1,14 +1,5 @@ @import "../../../assets/css/_structure.less"; -@green: #2f5361; - -@brand-primary: darken(@green, 20%); - -@link-color: #02a892; -@panel-primary-border: white; - -@text-color: white; - @font-face { font-family: 'Source Sans Pro Light'; font-style: normal; @@ -22,35 +13,20 @@ url('SourceSansPro-Light.svg#SourceSansPro-Light') format('svg'); /* Legacy iOS */ } -body { - background-color: @green; -} - -footer { - background-color: white; - - color: @link-color; - a { - color: @link-color; - &:hover { - text-decoration: underline; - color: @link-color; - } - } -} 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; +//.logo { +// background: url('logo.svg') no-repeat center; +// height: 170px; +// position: absolute; +// bottom: 30px + 25px; +// z-index: -100; +// +// left: 0; +// right: 0; +//} - left: 0; - right: 0; -} -- cgit v1.2.3