aboutsummaryrefslogtreecommitdiff
path: root/assets/css/lustige-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/lustige-styles.css')
-rw-r--r--assets/css/lustige-styles.css25
1 files changed, 10 insertions, 15 deletions
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;