Little Fighter Empire - Forums
Signature on hover could be more visible - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: Empire Zone (https://lf-empire.de/forum/forumdisplay.php?fid=1)
+--- Forum: Website Improvements (https://lf-empire.de/forum/forumdisplay.php?fid=5)
+--- Thread: Signature on hover could be more visible (/showthread.php?tid=11715)



Signature on hover could be more visible - MangaD - 07-26-2026

I'd like to request the addition of the following CSS to the forum styles. The reason is that I find the current user signatures a bit too faded, and hovering over them to show the clear text and/or picture would be great.

    CSS-Code:
.post_content .signature:hover {
  opacity: 1;
}
.post_content .signature {
  transition: 1s;
}