diff options
| author | Jakob L. Kreuze | 2022-02-13 16:55:04 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze | 2022-02-21 14:30:55 -0500 |
| commit | 3de1fc65168f948ff088594fac4ae5fd3ac1ab66 (patch) | |
| tree | 5a3e252005fb18d5637d7e1f4c206aca071fddcb /haunt/static/css/style.css | |
| parent | 3d23420555de13ca808151cd452dd6a0e3409283 (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.css | 14 |
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; +} |