Community Central
Community Central
Forums: Index Support Requests How do I make links glow?
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4305 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


Hello there.

As I have noticed in the Deadliest Faction Wiki (http://deadliestfiction.wikia.com/wiki/Main_Page) it is possible to have a glow effect on your links. I'm pretty sure that that is impossible from the Theme Designer alone, unless I have missed something. So, how exactly is it done?

Thanks in advance!

{{SUBST:RoundedSignature|Tightwad}} It was me against the world, and the world was winning! 23:41, July 4, 2012 (UTC)

This was the CSS they used for that:
a:visited:hover, .color2 a:visited:hover {
  color: #A0A0A0; 
  text-shadow: #0499f7 0 0 5px;
  text-decoration:none;
}
 
a:hover, .color2 a:hover {
  color: #A0A0A0;
  text-shadow: #FA0404 0 0 5px;
  text-decoration:none;
}
 
.WikiaFooter .tools-menu a:hover {
    text-shadow: #FF0000 0 1px 1px;
    background-image: url(http://images2.wikia.nocookie.net/deadliestfiction/images/c/c1/Bottomthing.png)
}

Sam Wang (talk) 02:17, July 5, 2012 (UTC)


Alright, thank you very much, I'll check it out!

{{SUBST:RoundedSignature|Tightwad}} It was me against the world, and the world was winning! 17:18, July 5, 2012 (UTC)