aboutsummaryrefslogtreecommitdiff
path: root/assets/css/src/lustige-styles.scss
diff options
context:
space:
mode:
authorMaZderMind2014-12-04 23:03:01 +0100
committerMaZderMind2014-12-04 23:03:01 +0100
commitdfa682e1d252c1e8fe6d130cd33288099a418269 (patch)
tree9ab19cdf704849eab184e035498f903733659845 /assets/css/src/lustige-styles.scss
parent9a3c16aecb0fcd28f3c9cd126db4495d7a783769 (diff)
31C3 style
Diffstat (limited to '')
-rw-r--r--assets/css/src/lustige-styles.scss31
1 files changed, 14 insertions, 17 deletions
diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss
index af27ed1..f072e20 100644
--- a/assets/css/src/lustige-styles.scss
+++ b/assets/css/src/lustige-styles.scss
@@ -76,7 +76,14 @@ p {
/* navigation bar */
.navbar {
border: none;
-
+
+ background-image: url('../img/video-blur.png');
+ background-position: 50% 75;
+
+ body.rooms & {
+ background-image: none;
+ }
+
.navbar-brand {
font-size: 24px;
padding: 12px 15px;
@@ -259,32 +266,22 @@ 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;
- img {
+ .logo {
position: relative;
z-index: 1;
- height: 190px;
display: inline-block;
margin-top: 12px;
- border: 1px solid $transparent-white;
- background-color: $transparent-white;
- }
- .titlebar {
- width: 100%;
- height: 112px;
+ padding: 25px;
+ border: 1px solid $transparent-white;
background-color: $transparent-white;
- position: absolute;
- line-height: 112px;
- bottom: 0;
- color: white;
- font-size: 30px;
- text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
}