From da15fd33e4b6d4bb4089c42591de3574d383f874 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 27 Dec 2014 20:56:20 +0100 Subject: relive gui --- assets/css/src/lustige-styles.scss | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'assets/css/src/lustige-styles.scss') diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss index 95201b8..bd52c53 100644 --- a/assets/css/src/lustige-styles.scss +++ b/assets/css/src/lustige-styles.scss @@ -571,12 +571,28 @@ a.inverted { height: 120px; color: black; + &.live { + background-color: $brand-primary; + .metadata li, h3 { + color: white; + } + + &:hover { + .metadata li, h3 { + color: white; + } + + h3 { + text-decoration: underline; + } + } + } + &.template { display: none; } .video-thumbnail { float: left; height: 120px; - width: 160px; } &:hover, &:focus, &:active { @@ -600,7 +616,7 @@ a.inverted { } .caption { - margin-left: 160px; + margin-left: 220px; padding-left: $padding-large-horizontal; h3 { @@ -665,7 +681,7 @@ a.inverted { padding: 0; margin-top: 0; margin-bottom: 0; - min-width: 75px; + min-width: 95px; } .input-group { margin-bottom: $padding-small-vertical; @@ -751,6 +767,15 @@ a.inverted { margin-left: 60px; } } + + .rooms .room-group li.sendezentrum a { + .teaser { display: none; } + .title { + position: static; + margin-top: 10px; + text-align: center; + } + } } .program { -- cgit v1.2.3