From 2330bb06ececee220d854883a2870a3adf17c277 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Oct 2014 03:54:53 +0200 Subject: Version 4.1. Support for photo galleries and advanced caching. --- static/style.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'static/style.css') 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; +} -- cgit v1.2.3