diff options
author | jwacalex | 2018-09-19 23:38:56 +0200 |
---|---|---|
committer | jwacalex | 2018-09-19 23:38:56 +0200 |
commit | 9a603d06a14e77ef4d9c657eb03d669685de3859 (patch) | |
tree | 164073d142875de535ccf6dafa59c836fbb98822 /configs/conferences/datenspuren18/main.less | |
parent | 9b9754b0c75cd659694ec846d99ca2e38c4b43cb (diff) |
added datenspuren
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/datenspuren18/main.less | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/configs/conferences/datenspuren18/main.less b/configs/conferences/datenspuren18/main.less new file mode 100644 index 0000000..319e049 --- /dev/null +++ b/configs/conferences/datenspuren18/main.less @@ -0,0 +1,55 @@ +@import "../../../assets/css/_structure.less"; + +@datenspuren: #1a1a1a; + +@brand-primary: darken(@datenspuren, 20%); + +@link-color: #fe0080; +@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: @datenspuren; +} + +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 { + height: 170px; + position: absolute; + bottom: 30px + 25px; + z-index: -100; + + left: 0; + right: 0; +} |