From 008abff7be3e9810fb3693bf8f33635d9524b5c2 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 12 Dec 2025 14:50:15 +0500 Subject: feat: navigation bar --- static/style.css | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 74332eb..6070bdb 100644 --- a/static/style.css +++ b/static/style.css @@ -40,26 +40,48 @@ p img { vertical-align: bottom; } -.status { +/** HEADER */ +header .links { display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + flex-direction: row; + + border-top: dashed 2px black; + border-bottom: dashed 2px black; + margin: 4px 0; + + font-size: 18px; } -.main-links { +.links .crosspage-links { display: flex; flex-direction: row; - justify-content: space-around; + flex-grow: 1; +} + +.crosspage-links a { + padding: 4px 8px; +} + +.external-links a:hover { + background: unset; + color: black; } -.main-links img { +.external-links img { vertical-align: middle; + height: 24px; +} + +.status { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } .rain { width: 100%; - min-height: 10%; + min-height: 96px; background-image: url('/static/img/rain.gif'); background-repeat: repeat; -- cgit v1.2.3