aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/unteilbar18/main.less
diff options
context:
space:
mode:
authorSophie Schiller2018-11-03 14:00:39 +0100
committerSophie Schiller2018-11-03 14:00:39 +0100
commit8902033279043e8c2a6e6e92e3630cfeaec89b5c (patch)
tree1ab9826bf5af47e5c969471ca8b9c8f983f58423 /configs/conferences/unteilbar18/main.less
parent740c954b211efd525c82b3475359960981720e1a (diff)
parente43a34fae03af3c052d0876e5bf8b065aebefee0 (diff)
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to 'configs/conferences/unteilbar18/main.less')
-rw-r--r--configs/conferences/unteilbar18/main.less32
1 files changed, 32 insertions, 0 deletions
diff --git a/configs/conferences/unteilbar18/main.less b/configs/conferences/unteilbar18/main.less
new file mode 100644
index 0000000..8b346fc
--- /dev/null
+++ b/configs/conferences/unteilbar18/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;
+//}
+