From c4eff083f2dc1b51057e8bea7a4ecc6cd2dab4a4 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 19 Oct 2014 16:35:35 +0200 Subject: player config & style --- assets/css/src/lustige-styles.scss | 40 +++++++++++++------------------------- 1 file changed, 13 insertions(+), 27 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 18326ad..0722697 100644 --- a/assets/css/src/lustige-styles.scss +++ b/assets/css/src/lustige-styles.scss @@ -59,6 +59,7 @@ p { .container, .container-fluid { max-width: $max-width; + padding: 0; } .label { @@ -169,38 +170,21 @@ h1 + .news-item { .tab-content { background-color: $gray-dark; - - .tab-pane { - display: block; - } - .tab-pane:not(:target) { - // hide unselected tab panes - // browser not supporting this selector will show all panes - display: none; - } - - #video { - text-align: center; - .video { - margin: auto; - } - * { - max-width: 100%; - } - } - - #audio * { - max-width: 100%; + + .mejs-container { + margin: auto; } - + .switcher { padding: $padding-large-horizontal; + h3 { color: $gray-light; &:first-child { margin-top: 0; } } + ul { list-style-type: none; padding: 0; @@ -212,6 +196,7 @@ h1 + .news-item { margin: 0 $padding-xs-horizontal; } } + .filetype { text-transform: uppercase; margin-right: $padding-small-horizontal; @@ -219,6 +204,7 @@ h1 + .news-item { background-color: #fff; min-width: 4em; } + a:hover, a:focus, a:active { text-decoration: none; } @@ -320,7 +306,7 @@ a.inverted { margin: 0; padding: 0; margin-top: 1%; - height: 4em; + height: 6em; float: left; a { @@ -328,7 +314,7 @@ a.inverted { display: block; width: 100%; height: 100%; - line-height: 2.4em; + line-height: 3.4em; font-size: 1.75em; font-weight: bold; text-align: center; @@ -409,8 +395,8 @@ a.inverted { } } - /* promoted videos */ - .promoted { + /* banner area */ + .banner { height: 230px; img { height: 120px; -- cgit v1.2.3