From 16875af62740fbc217491042dd34bae890c7b3cc Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 6 Apr 2024 09:52:17 +0300 Subject: Improvements, add unfold.js --- static/style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 7c385c6..43b6096 100644 --- a/static/style.css +++ b/static/style.css @@ -94,6 +94,7 @@ a, a:visited { color: var(--link-color); text-decoration: none; font-weight: bold; + cursor: pointer; } a:hover { @@ -204,3 +205,34 @@ em { padding: 0 2px; background-color: var(--em-bg-color); } + +.webrings p { + margin: 0 !important; +} + +.archive-list { + margin-left: 15px; + padding-left: 0; +} + +.archive-entry { + list-style: disclosure-closed; + margin-bottom: 8px; +} + +.archive-entry a { + line-height: 25px; + display: block; + margin-bottom: 6px; +} + +.archive-entry small { + margin-top: -10px; + display: block; + font-size: 16px; +} + +.archive-entry small span { + color: var(--header-color); +} + -- cgit v1.3