From 0e9e96bbe609d4e0c72da1624c79ff6672e0e1d1 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 1 Oct 2022 08:05:13 -0400 Subject: Added top navigation bar --- static/css/main.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index c9342852..5195c924 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -311,3 +311,28 @@ summary { max-height: 50vh; max-width: 100%; } + +.topnav { + list-style: none; + padding: 0; + margin: 0; + text-align: right; +} + +.topnav > li { + display: inline-block; + margin-left: 10px; + font-size: 14px; + padding: 0px 10px; + border-right: solid 1px #cecece; +} + +.topnav > li > a { + color: #feffcf; +} + +.topnav > li > a > img { + height: 14px; + position: relative; + top: 2px; +} -- cgit v1.2.3