From 098fa10cf6cb51f0a56f2693a0b0fb37806b681b Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Sat, 5 May 2018 13:15:31 +0100 Subject: [PATCH] new logo --- flux.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/flux.css b/flux.css index f4268355..541ead5f 100644 --- a/flux.css +++ b/flux.css @@ -1,3 +1,9 @@ +@import url('https://fonts.googleapis.com/css?family=Lato:400,400i'); + +body { + font-family: Lato, "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; +} + nav.toc { padding-top: 0; background: rgb(240, 240, 240); @@ -13,17 +19,19 @@ h1+h2 { /* Green banner in ToC */ nav.toc > h1 { margin-top: 0; - padding-top: 1em; - padding-bottom: 1em; + padding-top: 0.4em; + padding-bottom: 0.5em; border-bottom: 5px solid white; box-shadow: 0px -2px 5px rgb(60,60,60); margin-bottom: 0.5em; - text-indent: 100%; - - background: url(//fluxml.ai/flux-white.png) rgb(60, 150, 60); - background-size: 80px; - background-repeat: no-repeat; - background-position: center; + background: rgb(60, 150, 60); + + font-style: italic; + font-weight: normal; + font-size: 50pt; + text-transform: lowercase; + text-shadow: 2px 2px 5px rgba(0,0,0,0.2); + color: white; } /* Reduce ToC font size */