From 4e7b4db2e70deb665e63cc49d0623fc8430e6aaf Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 14 Jun 2018 21:19:47 +0200 Subject: Changes from the last two years --- themes/erdgeist/assets/css/erdgeist.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'themes') diff --git a/themes/erdgeist/assets/css/erdgeist.css b/themes/erdgeist/assets/css/erdgeist.css index d521c0d..5c80e38 100644 --- a/themes/erdgeist/assets/css/erdgeist.css +++ b/themes/erdgeist/assets/css/erdgeist.css @@ -291,6 +291,20 @@ a:focus { font-weight:bold; } +.foot-tooltip { + background-color: #222; + color: white; + padding-top: 0.5em; + padding-bottom: 0.5em; + padding-left: 1em; + padding-right: 1em; + margin-right: 10%; + margin-left: 10%; + opacity: 0; + border-radius: 10px; + transition: opacity 0.5s linear; +} + .image-reference img { max-height: 260px; margin: 0 36px 36px 0; -- cgit v1.2.3