aboutsummaryrefslogtreecommitdiff
path: root/haunt/static/css/style.css
diff options
context:
space:
mode:
authorJakob L. Kreuze2022-02-13 16:55:04 -0500
committerJakob L. Kreuze2022-02-21 14:30:55 -0500
commit3de1fc65168f948ff088594fac4ae5fd3ac1ab66 (patch)
tree5a3e252005fb18d5637d7e1f4c206aca071fddcb /haunt/static/css/style.css
parent3d23420555de13ca808151cd452dd6a0e3409283 (diff)
Add front-matter for series I don't intend to finish
Diffstat (limited to 'haunt/static/css/style.css')
-rw-r--r--haunt/static/css/style.css14
1 files changed, 14 insertions, 0 deletions
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;
+}

© 2015 - 2026 Jakob L. Kreuze