From 1ccfeb7aec7e49c909a66df24899215a9d0e6b51 Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 13 Mar 2015 13:03:31 +0100 Subject: improvements --- public/css/sublab.bootstrap.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'public/css/sublab.bootstrap.css') diff --git a/public/css/sublab.bootstrap.css b/public/css/sublab.bootstrap.css index ace4aac..c83351c 100644 --- a/public/css/sublab.bootstrap.css +++ b/public/css/sublab.bootstrap.css @@ -5,10 +5,10 @@ background-size:cover; } + h1 { - visibility: hidden; + color: #fff; } - /* Stolen from: http://www.jonathanbriehl.com/2014/01/17/vertical-menu-for-bootstrap-3 */ /* make sidebar nav vertical */ @media (min-width: 768px) { @@ -31,3 +31,17 @@ h1 { padding-bottom: 12px; } } + +.content { + + background: rgba(0, 0, 0, 0.75); +} + +.full { + background: url(/img/background.jpg) no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} + -- cgit v1.2.1