From c00ae4e38b44247b50d4ba36366323b3d2bba978 Mon Sep 17 00:00:00 2001 From: Radiohotline Date: Mon, 16 Feb 2026 17:41:55 +0000 Subject: major site redesign --- house.css | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'house.css') diff --git a/house.css b/house.css index 5354fa1..42a40f8 100644 --- a/house.css +++ b/house.css @@ -6,13 +6,6 @@ h1, h2, h3, h4, h5, h6, p, li { font-family: 'Courier New', Courier, monospace; } -.j li { - font-family: 'Courier New', Courier, monospace; - font-size: 0.75rem; - line-height: 1.5; - padding-bottom: 5px; -} - .m { text-decoration: line-through; color: red; @@ -43,6 +36,7 @@ a:active { shape-outside: square(50%); display: block; margin-bottom: 5px; + margin-right: 5px; border: 2px solid blue; } @@ -59,7 +53,7 @@ a:active { overflow: scroll; text-align: justify; margin-right: 5px; - margin-top: 20px; + margin-top: 5px; padding: 0px; } @@ -83,4 +77,27 @@ a:active { body { margin: 20px; + margin-bottom: 0px; + margin-top: 0px; +} + +.top { + display: flex; + justify-content: space-between; +} + +.top h1 { + flex: 0 0 auto; + display: inline-block; + position: relative; } + +.logo a { + color: black; + text-decoration: none; +} + +.logo:hover { + font-style: italic; + text-decoration: underline; +} \ No newline at end of file -- cgit v1.3