From fc7218c7662f71eb2b3186928bb3b14105660868 Mon Sep 17 00:00:00 2001
From: derchris
Date: Mon, 23 Dec 2019 22:37:19 +0100
Subject: 36c3: add congress motto
---
configs/conferences/36c3/config.php | 2 +-
configs/conferences/36c3/main.less | 30 +++++++++++++++++++++++-----
configs/conferences/36c3/motto_vertical.png | Bin 0 -> 42023 bytes
3 files changed, 26 insertions(+), 6 deletions(-)
create mode 100644 configs/conferences/36c3/motto_vertical.png
(limited to 'configs')
diff --git a/configs/conferences/36c3/config.php b/configs/conferences/36c3/config.php
index b8e7f52..c76d9f0 100644
--- a/configs/conferences/36c3/config.php
+++ b/configs/conferences/36c3/config.php
@@ -80,7 +80,7 @@ $CONFIG['CONFERENCE'] = array(
* Wird diese Zeile auskommentiert, wird kein Banner ausgegeben.
*/
/** 'BANNER_HTML' => '
', **/
- 'BANNER_HTML' => '
',
+ 'BANNER_HTML' => '',
/**
* Link zu den Recordings
diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less
index 8172972..e92c2d8 100644
--- a/configs/conferences/36c3/main.less
+++ b/configs/conferences/36c3/main.less
@@ -136,15 +136,35 @@ nav.navbar {
}
.congress {
- background-image: url(36c3_vert.png);
+ background-image: url(36c3_vert.png);
+ background-repeat: no-repeat;
+ background-size: 160px 780px;
+
+ position: fixed;
+ left: 10px;
+ bottom: 100px;
+
+ width: 160px;
+ height: 780px;
+
+ opacity: 1;
+ z-index: -100;
+
+ @media (max-width: @screen-sm-min) {
+ display: none;
+ }
+ }
+
+.congress-motto {
+ background-image: url(motto_vertical.png);
background-repeat: no-repeat;
- background-size: 160px 780px;
+ background-size: 116px 780px;
position: fixed;
- left: 10px;
- bottom: 40px;
+ right: 10px;
+ bottom: 100px;
- width: 160px;
+ width: 116px;
height: 780px;
opacity: 1;
diff --git a/configs/conferences/36c3/motto_vertical.png b/configs/conferences/36c3/motto_vertical.png
new file mode 100644
index 0000000..2bb9a52
Binary files /dev/null and b/configs/conferences/36c3/motto_vertical.png differ
--
cgit v1.2.3