diff options
author | derchris | 2019-12-23 22:37:19 +0100 |
---|---|---|
committer | derchris | 2019-12-23 22:37:19 +0100 |
commit | fc7218c7662f71eb2b3186928bb3b14105660868 (patch) | |
tree | 897bc1673748cae0654d9c3c0eb885a5c135be0c /configs/conferences | |
parent | 018f194c0fddfad5ce215183d53e184937c81741 (diff) |
36c3: add congress motto
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/36c3/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/36c3/main.less | 30 | ||||
-rw-r--r-- | configs/conferences/36c3/motto_vertical.png | bin | 0 -> 42023 bytes |
3 files changed, 26 insertions, 6 deletions
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' => '<img src="../configs/conferences/fiffkon16/logo.png" class="FIfFKon">', **/ - 'BANNER_HTML' => '<div class="congress"></div>', + 'BANNER_HTML' => '<div class="congress"></div><div class="congress-motto"></div>', /** * 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 Binary files differnew file mode 100644 index 0000000..2bb9a52 --- /dev/null +++ b/configs/conferences/36c3/motto_vertical.png |