diff options
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; |
