From dfa682e1d252c1e8fe6d130cd33288099a418269 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 4 Dec 2014 23:03:01 +0100 Subject: 31C3 style --- assets/css/lustige-styles.css | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'assets/css/lustige-styles.css') diff --git a/assets/css/lustige-styles.css b/assets/css/lustige-styles.css index 7f3cae6..757056c 100644 --- a/assets/css/lustige-styles.css +++ b/assets/css/lustige-styles.css @@ -5361,7 +5361,11 @@ p { /* navigation bar */ .navbar { - border: none; } + border: none; + background-image: url("../img/video-blur.png"); + background-position: 50% 75; } + body.rooms .navbar { + background-image: none; } .navbar .navbar-brand { font-size: 24px; padding: 12px 15px; } @@ -5494,29 +5498,20 @@ a.inverted { /* banner area */ .banner { width: 100%; - height: 300px; + height: 280px; overflow: hidden; text-align: center; - background-image: url("../img/promoted_bg.jpg"); + background-image: url("../img/video-blur.png"); + background-position: 50% 50%; position: relative; } - .banner img { + .banner .logo { position: relative; z-index: 1; - height: 190px; display: inline-block; margin-top: 12px; + padding: 25px; border: 1px solid rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.3); } - .banner .titlebar { - width: 100%; - height: 112px; - background-color: rgba(255, 255, 255, 0.3); - position: absolute; - line-height: 112px; - bottom: 0; - color: white; - font-size: 30px; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .rooms .room-group { background-color: #222222; -- cgit v1.2.3