Links Highlight In Post

Other talk about Salix
Post Reply
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Links Highlight In Post

Post by laprjns »

I don't know if its the themes that I 'm using but I cannot distinguish links in post on this forum. Links look like the other non link text until I hover over them, then they get highlighted, which is red in my case.
Is it the themes that I use?
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Links Highlight In Post

Post by thenktor »

Are you using the standard theme? I think it does not highlight links, so I have to fix it.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Links Highlight In Post

Post by laprjns »

No, but I don't have this problem on other forums
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Links Highlight In Post

Post by Shador »

thenktor wrote:Are you using the standard theme? I think it does not highlight links, so I have to fix it.
Yes, I also noticed this, but didn't take it too serious. Anyway, it would be great if you could do so. :)
Image
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Links Highlight In Post

Post by JRD »

+1. I usually make my links in bold since I discovered this problem.
Image
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Links Highlight In Post

Post by Akuna »

+ 1 ;)
Image
What really matters is where you are going, not where you come from.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Links Highlight In Post

Post by thenktor »

Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Links Highlight In Post

Post by thenktor »

laprjns wrote:No, but I don't have this problem on other forums
I'm sure you are using the standard forum theme because with the other 2 available themes the links are blu ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Links Highlight In Post

Post by thenktor »

Hmm, net easy to change, because it changes the color of every link in the forum.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Links Highlight In Post

Post by JRD »

Use this type of CSS :

Code: Select all

.postbody a, .postbody a:visited {
  font-weight: bold;
  color: #008000
}
For example.
Image
Post Reply