diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 934fe0ca..81db03f7 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -256,8 +256,22 @@ figcaption { left: 0; right: 0; opacity: 1; + font-size: 80%; } +.normal-figheader { + background: rgba(0, 0, 0, 0.2); + color: #FFF; + position: absolute; + top: 0; + left: 0; + right: 0; + opacity: 1; + font-size: 80%; +} + + + .alarmed-figcaption { background: #ba3e3e; color: #ffffff; |
