Overunity.com Archives is Temporarily on Read Mode Only!



Free Energy will change the World - Free Energy will stop Climate Change - Free Energy will give us hope
and we will not surrender until free energy will be enabled all over the world, to power planes, cars, ships and trains.
Free energy will help the poor to become independent of needing expensive fuels.
So all in all Free energy will bring far more peace to the world than any other invention has already brought to the world.
Those beautiful words were written by Stefan Hartmann/Owner/Admin at overunity.com
Unfortunately now, Stefan Hartmann is very ill and He needs our help
Stefan wanted that I have all these massive data to get it back online
even being as ill as Stefan is, he transferred all databases and folders
that without his help, this Forum Archives would have never been published here
so, please, as the Webmaster and Creator of this Forum, I am asking that you help him
by making a donation on the Paypal Button above
Thanks to ALL for your help!!


Link Color

Started by orbs, April 22, 2008, 09:03:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

orbs

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