From 8b02c345ed76ea4b68d8f583f2b3a0a769674cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 27 Apr 2020 15:20:36 +0200 Subject: STABEN. --- config.scm | 11 +++++++++++ static/style.css | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/config.scm b/config.scm index fb09deb3..f234c81e 100644 --- a/config.scm +++ b/config.scm @@ -66,6 +66,17 @@ (parse-html (regexp-substitute/global #f "
" str 'pre "
" 'post))] + [(member (attr (parent ev) 'NAME) + '("Nolle-P")) + (parse-html + (regexp-substitute/global + #f "STAB(EN)?\\w*" str + 'pre + (lambda (m) + (string-append "" + (match:substring m) + "")) + 'post))] [else (parse-links str)]))) (set-config! 'week-start (@ (datetime util) mon)) diff --git a/static/style.css b/static/style.css index e17f2715..2f499c56 100644 --- a/static/style.css +++ b/static/style.css @@ -678,5 +678,12 @@ along with their colors. left: -1em; } +.staben { + font-family: Rocky AOE; + color: red; + font-size: 150%; + font-style: initial; +} + /* vim:expandtab:softtabstop=4:shiftwidth=4: */ -- cgit v1.2.3