From f400fd577388abf1fc1de2a768206ff9609b0607 Mon Sep 17 00:00:00 2001 From: Joss Date: Thu, 28 Nov 2024 08:49:39 +0100 Subject: [PATCH] Removed top nav bar --- static/style.css | 21 ++++----------------- template.tpl | 5 +---- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/static/style.css b/static/style.css index 39e0cf2..56402af 100644 --- a/static/style.css +++ b/static/style.css @@ -9,32 +9,19 @@ body { overflow: clip; } -.navbar { - background-color: Purple; - color: #FFFFFF; - padding: 10px; - border-bottom: 1px solid #AAAAAA; -} - .nav-name { font-weight: 1000; font-size: 1.25em; } -.navbar a { - float: right; - text-align: center; - padding-left: 25px; - display: block; - color: #FFFFFF; - text-decoration: none; -} - .sidebar { + background-color: Purple; + color: #FFF; height: 100%; width: 15%; float: left; border-right: 1px solid #AAAAAA; + padding: 1%; } .sidemenu li { @@ -47,7 +34,7 @@ body { display: block; text-decoration: none; font-weight: bold; - color: #000040; + color: #FFF; margin-bottom: 10px; } diff --git a/template.tpl b/template.tpl index f4bd1a7..a37ec78 100755 --- a/template.tpl +++ b/template.tpl @@ -6,11 +6,8 @@ -