From 99cf0bc71e19a2f05357a891cbc8bc1fd14da483 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 9 Dec 2014 13:16:00 +0100 Subject: use white logo instead of ugly box, use fallback image, keep option for video-blur-image --- assets/css/lustige-styles.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'assets/css/lustige-styles.css') diff --git a/assets/css/lustige-styles.css b/assets/css/lustige-styles.css index 5717bc7..7d12707 100644 --- a/assets/css/lustige-styles.css +++ b/assets/css/lustige-styles.css @@ -5362,7 +5362,7 @@ p { /* navigation bar */ .navbar { border: none; - background-image: url("../img/video-blur.jpg"); + background-image: url("../img/bg.png"); background-position: 50% 75; } body.rooms .navbar { background-image: none; } @@ -5501,17 +5501,15 @@ a.inverted { height: 280px; overflow: hidden; text-align: center; - background-image: url("../img/video-blur.jpg"); + background-image: url("../img/bg.png"); background-position: 50% 50%; + background-repeat: repeat-x; position: relative; } .banner .logo { position: relative; z-index: 1; 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); } + margin-top: 37px; } .rooms .room-group { background-color: #222222; -- cgit v1.2.3