PDA

View Full Version : [vbulletin] CSS - links color


sid6.5
07-27-2006, 10:19 AM
[vbulletin] CSS - links color

You may should consider to change the color how links in posts are displayed.

At the moment they do not stand out of the main text.

admincp -> Styles & Templates -> your style -> Main CSS -> Body

Normal Links CSS
Visited Links CSS
Hover Links CSS


If those settings are overwritten by your main page css you would need to create one specific css for the forum that is loaded with the header and footer.
in that forum.css you can remove the link style declarations so vbulletin has control over it again.

regards
chris

<}US{>BlackHawkPilot73
07-27-2006, 09:48 PM
stop spamming the fourms with these...if the admins wanted them im sure they would have used them.

Sevigon
07-27-2006, 10:51 PM
Thank you for the feedback on it though, sid.

But we're pretty content on the way links are right now.

sid6.5
07-28-2006, 05:54 AM
stop spamming the fourms with these...if the admins wanted them im sure they would have used them.
i do not understand why you rate my post as spam :confused:
have read the forum description?

Feedback Website feedback, report broken links, site suggestions etc

especially the last point site suggestions

@Sevigon
no problem :)
i just run into that with the forums i am maintaining.
Many complains about the link color which was too close on the main text color.

keep up the great work
regards
chris

Desertfox
07-28-2006, 08:24 AM
I agree this is a good idea

YAY FOR THIS IDEA (LOL)

And agreed this is for site suggestion and that is just what he did.

Sovetskeey
07-29-2006, 07:40 AM
I agree this is a good idea

YAY FOR THIS IDEA (LOL)

And agreed this is for site suggestion and that is just what he did.
You know the URL for that link is "http://lol/" right? :)

Desertfox
07-29-2006, 08:45 AM
yes im doignt aht to show it does look the same :-/

Sir. Elxx
07-29-2006, 09:52 AM
All you Firefox users can actually fix this yourself. Go to your C:\Documents and Settings\User Name\Application Data\Mozilla\Firefox\Profiles\randomfoldername\chr ome folder and create a new file called userContent.css. Then, copy this into it:

@-moz-document domain(totalbf2.com), domain(www.totalbf2.com), domain(forums.totalbf2.com) {
div div div div div div div div table tbody tr td.alt1 div a { color:#3D59AB !important; }
}

This'll make the links a snazzy blue, but you can change this by just changing that color value. Get some colors here (http://cloford.com/resources/colours/500col.htm), and use the Hex values.

What it looks like:
http://img157.imageshack.us/img157/1534/yayuf2.png (http://imageshack.us)