diff options
author | David Robillard <d@drobilla.net> | 2022-08-15 17:21:49 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-15 17:21:49 -0400 |
commit | de9b7d1aafbde2fc608634ec384bc36110dd8ce9 (patch) | |
tree | 91cb10fc6cf11545194793fb09f3560e4c91bcf4 /themes | |
parent | 88ea76d908e9307bb0a5a9e2efa38d01a6ca57ca (diff) | |
download | lv2site-de9b7d1aafbde2fc608634ec384bc36110dd8ce9.tar.xz |
Add host compatibility data, generator script, and page
Diffstat (limited to 'themes')
-rw-r--r-- | themes/lv2/static/css/main.css | 29 |
1 files changed, 29 insertions, 0 deletions
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; |