From b5153f76e28b0491cad90d529e969d0b92a63ed1 Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Sat, 13 Jul 2019 19:22:38 -0400 Subject: Reimplement tag-based navigation. --- haunt/static/css/style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'haunt/static/css') 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; } -- cgit v1.3