diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2018-06-14 21:19:47 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2018-06-14 21:19:47 +0200 |
| commit | 4e7b4db2e70deb665e63cc49d0623fc8430e6aaf (patch) | |
| tree | 1a00bbe7c62b787a87400486a0a25dab2f3b535e /themes | |
| parent | 2d1b713a523ffbe5d9a29e36266cf9af8b852ad3 (diff) | |
Changes from the last two years
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/erdgeist/assets/css/erdgeist.css | 14 |
1 files changed, 14 insertions, 0 deletions
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 { | |||
| 291 | font-weight:bold; | 291 | font-weight:bold; |
| 292 | } | 292 | } |
| 293 | 293 | ||
| 294 | .foot-tooltip { | ||
| 295 | background-color: #222; | ||
| 296 | color: white; | ||
| 297 | padding-top: 0.5em; | ||
| 298 | padding-bottom: 0.5em; | ||
| 299 | padding-left: 1em; | ||
| 300 | padding-right: 1em; | ||
| 301 | margin-right: 10%; | ||
| 302 | margin-left: 10%; | ||
| 303 | opacity: 0; | ||
| 304 | border-radius: 10px; | ||
| 305 | transition: opacity 0.5s linear; | ||
| 306 | } | ||
| 307 | |||
| 294 | .image-reference img { | 308 | .image-reference img { |
| 295 | max-height: 260px; | 309 | max-height: 260px; |
| 296 | margin: 0 36px 36px 0; | 310 | margin: 0 36px 36px 0; |
