From 08ced77fb1fcb29c41c1e7075f57453addd867db Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Jul 2019 16:39:01 +0200 Subject: Manage frontpage (jumbotron, logo, brand name, etc.) --- scss/ishtar_public.scss | 55 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 52 insertions(+), 3 deletions(-) (limited to 'scss') diff --git a/scss/ishtar_public.scss b/scss/ishtar_public.scss index 1a72052..62cf259 100644 --- a/scss/ishtar_public.scss +++ b/scss/ishtar_public.scss @@ -1,5 +1,54 @@ +@import "custom"; @import "bootstrap-src/scss/bootstrap"; -main { - background-color:#EEE; - } +.navbar.navlogo{ + padding: 0; +} + +.navbar.navlogo .navbar-brand{ + padding: 0; +} + +.footer { + padding: 1rem 0; + margin-top: 2rem; + font-size: 85%; + text-align: left; +} + +.footer.text-light a{ + color: $light !important; + text-decoration: underline; +} + +.jumbotron { + position: relative; + overflow: hidden; + min-height: 250px; +} + +.jumbotron h2{ + font-size: 3rem; +} + +.jumbotron .container { + position: relative; + z-index: 2; + background:rgba(0,0,0,0.2); + padding: 2rem; + border: 1px solid rgba(0,0,0,0.1); + border-radius: 3px; +} + +.jumbotron-background img { + object-fit: cover; + font-family: 'object-fit: cover;'; + position: absolute; + top: 0; + z-index: 1; + width: 100%; + height: 100%; + opacity: 0.9; +} + +@import "custom_post"; \ No newline at end of file -- cgit v1.2.3