Storing Cookies (See : http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm ) help us to bring you our services at overunity.com . If you use this website and our services you declare yourself okay with using cookies .More Infos here:
https://overunity.com/5553/privacy-policy/
If you do not agree with storing cookies, please LEAVE this website now. From the 25th of May 2018, every existing user has to accept the GDPR agreement at first login. If a user is unwilling to accept the GDPR, he should email us and request to erase his account. Many thanks for your understanding

User Menu

Custom Search

Author Topic: Link Color  (Read 6757 times)

orbs

  • Guest
Link Color
« on: April 22, 2008, 03:03:14 PM »
Is there a simple way to change how the embedded hyper links look like?

Currently, the default CSS (<-- this is a link) overrides:
a:link
{
        color: #000000;
        text-decoration: none;
}
a:visited
{
        color: #800000;
        text-decoration: none;
}
a:hover
{
        color: orange;
}

So you only recognize a link when you over it with the mouse (or use the tab key) or have already visited it in the past, since it is otherwise black instead of blue and not underlined. I know one can override that in Firefox by unticking Tools -> Options... -> Content -> Colors... -> [ ] Allow page to choose their own colors, instead of my selection above but having, for example, a third style sheet to choose from using Menu View -> Page Style would be nice.

orbs

  • Guest
Re: Link Color
« Reply #1 on: May 04, 2008, 12:41:00 PM »
Danke, Stefan!