summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-04-06 09:52:17 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-04-06 09:52:17 +0300
commit16875af62740fbc217491042dd34bae890c7b3cc (patch)
tree78f3a1fd99546e0a20667d45bc24ccc8e58be010 /static/style.css
parent72ab6099d2f841d59ed942da61331b83961c1b5c (diff)
Improvements, add unfold.js
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css32
1 files changed, 32 insertions, 0 deletions
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);
+}
+