Logged Out
Create an Account
Login:
Password:

Forgot your password?
Link colors in Post Text

Link colors in Post Text
[Back to Index]
Thread Tags
Primary: [General]
Secondary: None

I put in the WoW template. The only problem I have with it is colors on the parchment pages. green links are very hard to read so item links for green items are really poor.

I set the colors for links in the listitem and menus to be readable on the lighter and darker background.

I found the .PostText class and set link colors for that class.
.PostText A:visited {color: #00cc66;}
.PostText A:link {color: #00cc66;}
.PostText A:active {color: #00ff99;}
.PostText A:hover {color: #00ff99;}

The only problem I have now is that they seem to be overriding the item link coloring. Now all my links even for items show up in these colors. How do I prevent that from happening.


--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!
You will probably need to overwrite the rules in the thott.css by including them in your style.css and putting !importants in there.

//Everything Beyond this point is for the item popup stuff
{ color: #FFFFFF; }
.quality-1,.quality-1:link,.quality-1:visited { color: #FFCC00 !important; }
.quality0,.quality0:link,.quality0:visited { color: #808080 !important; }
.quality,.quality:link,.quality:visited,.quality1,.quality1:link,.quality1:visited { color: #FFFFFF !important; }
.quality2,.quality2:link,.quality2:visited { color: #00FF00 !important; }
.quality3,.quality3:link,.quality3:visited { color: #0068FF !important; }
.quality4,.quality4:link,.quality4:visited { color: #8000FF !important; }
.quality5,.quality5:link,.quality5:visited { color: #FF8000 !important; }
.quality6,.quality6:link,.quality6:visited { color: #FF0000 !important; }


--
It's all in the reflexes.
Perfect. Worked great.


--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!


[Back to Index]