diff options
| author | root | 2014-10-19 03:54:53 +0200 |
|---|---|---|
| committer | root | 2014-10-19 03:54:53 +0200 |
| commit | 2330bb06ececee220d854883a2870a3adf17c277 (patch) | |
| tree | e49f6b561faf5b39a81d57d54fa57a1550074c0f /static/style.css | |
| parent | a3009bf57d50fbc25a707b32fb3c5c170d011680 (diff) | |
| download | jungegemeinde-2330bb06ececee220d854883a2870a3adf17c277.tar.gz | |
Version 4.1. Support for photo galleries and advanced caching.
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 8d19477..62f0c50 100644 --- a/static/style.css +++ b/static/style.css @@ -44,9 +44,13 @@ a { width: 100%; } -#copyright-text { +.footer-a { color: white; } +.footer-a:hover { + color: white; + text-decoration: underline; +} /* noscript */ @@ -103,3 +107,21 @@ a { margin: -20px 0 0 -20px; visibility: hidden; } +.fa-external-link { + font-size: .5em; +} +.a-black{ + color: black; +} +.a-restore:hover{ + text-decoration: none; +} +.desc{ + color: #666666; +} +.font-small{ + font-size: .8em; +} +.nav-tabs{ + margin: 20px; +} |
