aboutsummaryrefslogtreecommitdiff
path: root/haunt/static/css
diff options
context:
space:
mode:
authorJakob L. Kreuze2019-07-13 19:22:38 -0400
committerJakob L. Kreuze2019-07-13 19:41:24 -0400
commitb5153f76e28b0491cad90d529e969d0b92a63ed1 (patch)
treec301684312027ac6c79917088a6d34a3dd851edf /haunt/static/css
parentc9a30e04e8603c9796fec663a2d374e41e2e6031 (diff)
Reimplement tag-based navigation.
Diffstat (limited to 'haunt/static/css')
-rw-r--r--haunt/static/css/style.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css
index b9f7beb..ef354f9 100644
--- a/haunt/static/css/style.css
+++ b/haunt/static/css/style.css
@@ -73,13 +73,32 @@ body > header > nav > ul {
}
}
-/* Pagination navigation. */
+/* Pagination. */
#pagination {
display: flex;
justify-content: space-around;
}
+/* Tag clouds. */
+
+#tag-cloud a {
+ color: #000;
+}
+
+#tag-cloud li {
+ display: inline-block;
+ margin: 10px 5px;
+ padding: 5px 10px;
+ vertical-align: top;
+
+ text-align: center;
+
+ border-radius: 4px;
+ border-style: solid;
+ border-width: thin;
+}
+
/* Links. */
a:link, a:visited { color:#0000EE; }

© 2015 - 2026 Jakob L. Kreuze