View Single Post
Old 05-08-2008, 03:19 AM   #5 (permalink)
MountainGoat
WARNING! May ask stupid questions...
 
MountainGoat's Avatar
 
Join Date: Feb 2008
Location: Catalan Pyrenees...
Posts: 533
Points: 975
Send a message via MSN to MountainGoat Send a message via Skype™ to MountainGoat
I have had a look in the CSS file, and cannot find much, there is a reference to
PHP Code:
.post h2 a{color#6348411;} 
on line 319. You could add your own commands in the CSS though, if you are wanting. Below is how they would look, just replacing the XXXXXX with what colours you want.

PHP Code:
.post a {color#xxxxxx; font-weight: bold; text-decoration: none;}
.post a:link {color#xxxxxx;font-weight: bold;text-decoration: none;}
.post a:hover{text-decorationnonecolor#xxxxxx;}
.post a:active {text-decorationnone;    color#xxxxxx;} 
Hope it is a bit of help.
__________________
I would change the world, but they would not give me the source code.
MountainGoat is online now   Reply With Quote Send a private message to MountainGoat