Overunity.com Archives

Discussion board help and admin topics => Help to access this discussion board => Topic started by: orbs on April 22, 2008, 09:03:14 AM

Title: Link Color
Post by: orbs on April 22, 2008, 09:03:14 AM
Is there a simple way to change how the embedded hyper links look like?

Currently, the default CSS (http://www.overunity.com/Themes/azure_11final_tp/style.css?fin11) (<-- 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.
Title: Re: Link Color
Post by: orbs on May 04, 2008, 06:41:00 AM
Danke, Stefan!