From 20844187e7af1f274363560ea41aec40ed802839 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 27 Aug 2016 18:07:49 +0200 Subject: [PATCH] more awesome --- content/static/datenspuren/2016/style/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/static/datenspuren/2016/style/style.css b/content/static/datenspuren/2016/style/style.css index f866f723d..f3c2dd6bd 100644 --- a/content/static/datenspuren/2016/style/style.css +++ b/content/static/datenspuren/2016/style/style.css @@ -8,6 +8,10 @@ body { color: black; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; + background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url(../images/logo.png); + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; } .wrapper { @@ -318,6 +322,9 @@ article dl dd a { /** Circular menu **/ @media (min-width: 1000px) { + body { + background-image: none; + } nav { position: fixed; top: 0;