From 705040e9965584b172f411a93f6b7449f2328961 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 21 May 2020 20:01:45 +0200 Subject: Paste sidebar style branding setup from sirireiter.dk, add logo --- style.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'style.scss') diff --git a/style.scss b/style.scss index a057668..bce431f 100644 --- a/style.scss +++ b/style.scss @@ -15,6 +15,18 @@ h1 { font-size: 2.75em; } +.branding { + z-index: -1; + position: fixed; + bottom: 0; // full height isn't enough on Replicant browser + height: 100%; + width: 100%; + background-color: transparent; + background-image: url("logo.jpg"); + background-repeat: no-repeat; + background-position: right bottom; +} + .pageheader { padding: 1em; } @@ -49,6 +61,26 @@ a { } } + +.sidebar { + background: none; + padding: 1em; + border: none; + margin-top: 4em; + margin-right: 2em; + margin-bottom: 2em; + margin-left: 2em; +} + +.sidebar ul li { + list-style-type: none; +} + +.sidebar ul li .selflink { + color: $linkHoverColor; +} + + #content { width: 100%; max-width: 52em; -- cgit v1.2.3