From 01fec0b462998e6d1f7a4422b02719c07b9f311e Mon Sep 17 00:00:00 2001 From: Sandra Date: Tue, 14 Apr 2020 12:40:18 +0200 Subject: [PATCH] title page changes --- static/title.css | 20 ++++++++++++-------- templates/title.html | 1 + 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/static/title.css b/static/title.css index c68f3fc..05969db 100644 --- a/static/title.css +++ b/static/title.css @@ -1,6 +1,6 @@ body { - background-color: #aaa4a0; - font-family: Arial, Helvetica, sans-serif; + background-color: #F4EBE8; + font-family: Roboto Mono; } .grid-container { display: grid; @@ -47,6 +47,7 @@ a:hover { color: blue; } + h1 { position: fixed; right:0%; @@ -167,20 +168,20 @@ p { position: fixed; top:5%; left:0%; - background-color: ; + background-color: transparent; width: 40%; z-index: 10; - opacity: 0.7; + opacity: 1; } .collapsible { - background-color: #777; - color: white; + background-color: transparent; + color: black; cursor: pointer; padding: 18px; width: 10%; height: auto; - border: none; + border: solid 1px; text-align: right; outline: none; font-size: 15px; @@ -246,12 +247,15 @@ a.content:link { .timelinelink { position: fixed; bottom:0%; - right:10%; + left:5%; background-color: white; z-index: 10; font-size: 30px; + padding-left: 5px; } +.timelinelink:hover {timeline} + .orglink { position: fixed; bottom:0%; diff --git a/templates/title.html b/templates/title.html index f47d886..eacdabf 100644 --- a/templates/title.html +++ b/templates/title.html @@ -6,6 +6,7 @@ + {{ page.name }}