From de9b7d1aafbde2fc608634ec384bc36110dd8ce9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 Aug 2022 17:21:49 -0400 Subject: Add host compatibility data, generator script, and page --- themes/lv2/static/css/main.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'themes/lv2/static/css/main.css') diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index c6636e2..237a4cf 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -212,10 +212,27 @@ header a#page-title { color: #444; } +footer { + margin-top: 2em; + font-size: small; +} + #content { padding: 0; } +.error { + color: #990A1B; +} + +.warning { + color: #7B6000; +} + +.success { + color: #546E00; +} + .highlight { font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; border: solid 1px #EEE; @@ -557,6 +574,18 @@ header a#page-title { color: #DDD; } + .error { + color: #DC322F; + } + + .warning { + color: #B58900; + } + + .success { + color: #859900; + } + .highlight { color: #BBB; border: solid 1px #444; -- cgit v1.2.1