[Suggestion] Link Color

Do you want to say something about UT99.org?
Post Reply
Dale
Novice
Posts: 16
Joined: Tue May 20, 2008 7:59 am
Personal rank: Me
Location: London, UK
Contact:

[Suggestion] Link Color

Post by Dale »

Hey,

I was just wondering could you change the colors of the links in posts as they are the same color as the text and also have "text-decoration: none" on them too so they have no underline... it's really hard to notice them. :)
User avatar
Dare
Inhuman
Posts: 899
Joined: Tue Feb 05, 2008 4:26 pm
Personal rank: UT99 God
Location: England FTW
Contact:

Re: [Suggestion] Link Color

Post by Dare »

Yeah sometimes the links are hidden and I don't nitice them.
Image
Image
User avatar
Shade
Site Admin
Posts: 1480
Joined: Sun Jan 27, 2008 12:03 pm
Personal rank: Founder of UT99.org
Location: Germany
Contact:

Re: [Suggestion] Link Color

Post by Shade »

Yes i know thats bad...
But when i chance it to text-decoration: underline; for example, ALL links are underlined (topic-subject and forum-links too) :/

Im still searching a good alternative...
UT99.org Discord Server: https://discord.gg/6CP2UjZ
UT Server Browser: https://ut99.org/servers
Dale
Novice
Posts: 16
Joined: Tue May 20, 2008 7:59 am
Personal rank: Me
Location: London, UK
Contact:

Re: [Suggestion] Link Color

Post by Dale »

Shade, try this...

Code: Select all

.postbody a {
	color: rgb(0, 153, 255);
}
Place that in the CSS file. :-)


----
Here is a "fake" link, just to see if the color changing does work.
Last edited by Dale on Sun May 25, 2008 2:19 pm, edited 1 time in total.
User avatar
Shade
Site Admin
Posts: 1480
Joined: Sun Jan 27, 2008 12:03 pm
Personal rank: Founder of UT99.org
Location: Germany
Contact:

Re: [Suggestion] Link Color

Post by Shade »

DAMN you made it! :gj: :tu:


But..why ive never get this idea before? Its so simple.. .postbody a , what else?

Whaaa :lol2:
UT99.org Discord Server: https://discord.gg/6CP2UjZ
UT Server Browser: https://ut99.org/servers
Dale
Novice
Posts: 16
Joined: Tue May 20, 2008 7:59 am
Personal rank: Me
Location: London, UK
Contact:

Re: [Suggestion] Link Color

Post by Dale »

Woohoo!! :D Nicely done!
Post Reply