aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/36c3/main.less
diff options
context:
space:
mode:
authorderchris2019-12-23 22:37:19 +0100
committerderchris2019-12-23 22:37:19 +0100
commitfc7218c7662f71eb2b3186928bb3b14105660868 (patch)
tree897bc1673748cae0654d9c3c0eb885a5c135be0c /configs/conferences/36c3/main.less
parent018f194c0fddfad5ce215183d53e184937c81741 (diff)
36c3: add congress motto
Diffstat (limited to 'configs/conferences/36c3/main.less')
-rw-r--r--configs/conferences/36c3/main.less30
1 files changed, 25 insertions, 5 deletions
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;