Color suggestion

Psionicist

Explorer
The current colorscheme looks a bit odd, with a dark green color when you hover links with your pointer, and some disgusting pink/grey color for active links.

I'd suggest anyone to replace the dark green color with a light color insteed, which makes everything easier to read.

My suggestion.

Replace
Code:
[color=#FFFFFF]
A:link { 
COLOR: #FFFF99; 
} 
A:visited { 
COLOR: #CCCCCC; 
} 
A:active { 
COLOR: #EECCCC; 
} 
A:hover {
	COLOR: #009900;
}
[/color]

with
Code:
[color=#FFFFFF]
A:link { 
COLOR: #FFFF99; 
} 
A:visited { 
COLOR: #CCCCCC; 
} 
A:active { 
COLOR: #CCCCCC; 
} 
A:hover {
COLOR: #FF9900;
}
[/color]

In the vBulletin control panel where one can edit colors and stylesheets.

A link will still be in a light shade of yellow...

If you hover the link with your pointer, it will change to this nice, happy orange flavo(u)r

Compare it with the current, dull and boring dark green color

Visited and active links will be plain grey.

Whaddya think?
 

log in or register to remove this ad





Remove ads

Top