From 3de1fc65168f948ff088594fac4ae5fd3ac1ab66 Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Sun, 13 Feb 2022 16:55:04 -0500 Subject: Add front-matter for series I don't intend to finish --- haunt/static/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'haunt/static/css/style.css') diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 1063626..8c70dac 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -388,3 +388,17 @@ button { background-color: #4d4270; color: #fff; } + +.article-front-matter { + border: 1px solid; + border-radius: 3px; + padding: 0.25em 1em; +} + +.article-warning { + background-image: url('/static/image/tango-emblem-important.png'); + background-repeat: no-repeat; + background-size: 4em 4em; + background-position: 1.5em 50%; + padding: 0.25em 1em 0.25em 7em; +} -- cgit v1.3