Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Links
Topic Started: Nov 9 2009, 06:23 PM (129 Views)
blakefire
Member Avatar
Member
[ *  * ]
How do i change the link colors?
http://s1.zetaboards.com/ShadowSpace/
Edited by blakefire, Nov 9 2009, 11:03 PM.
Offline Profile Quote Post Goto Top
 
ElementalAlchemist
Member Avatar
ERROR: This title does not exist.
[ *  *  *  *  * ]
In your theme's CSS:
Code:
 
a {
color:#e77700;
text-decoration:none;
}

a:hover {
color:#FB9E3B;
text-decoration:none;
}

(This CSS snippet taken from the default ZB CSS.)

Change those colors to change link colors. One is link color (a) and one is the color of links with the cursor over them (a:hover).
Offline Profile Quote Post Goto Top
 
blakefire
Member Avatar
Member
[ *  * ]
ElementalAlchemist
Nov 10 2009, 10:40 AM
In your theme's CSS:
Code:
 
a {
color:#e77700;
text-decoration:none;
}

a:hover {
color:#FB9E3B;
text-decoration:none;
}

(This CSS snippet taken from the default ZB CSS.)

Change those colors to change link colors. One is link color (a) and one is the color of links with the cursor over them (a:hover).
This changes ALL links, i just want hyper links.
Offline Profile Quote Post Goto Top
 
cvn-tv-dip
Member Avatar
Retired Soliloquist
[ *  *  *  *  *  * ]
What links do you mean by hyperlinks?
Online Profile Quote Post Goto Top
 
blakefire
Member Avatar
Member
[ *  * ]
cvn-tv-dip
Nov 10 2009, 07:52 PM
What links do you mean by hyperlinks?
Link from post only like when you use the BB code like the button on the top the says "URL"
Offline Profile Quote Post Goto Top
 
ElementalAlchemist
Member Avatar
ERROR: This title does not exist.
[ *  *  *  *  * ]
blakefire
Nov 10 2009, 07:56 PM
cvn-tv-dip
Nov 10 2009, 07:52 PM
What links do you mean by hyperlinks?
Link from post only like when you use the BB code like the button on the top the says "URL"
Links posted in a topic are the same as links posted anywhere else. There is no difference between them.
Offline Profile Quote Post Goto Top
 
blakefire
Member Avatar
Member
[ *  * ]
ElementalAlchemist
Nov 10 2009, 09:18 PM
blakefire
Nov 10 2009, 07:56 PM
cvn-tv-dip
Nov 10 2009, 07:52 PM
What links do you mean by hyperlinks?
Link from post only like when you use the BB code like the button on the top the says "URL"
Links posted in a topic are the same as links posted anywhere else. There is no difference between them.
Hmm is there a code to make links underlined?
Offline Profile Quote Post Goto Top
 
ElementalAlchemist
Member Avatar
ERROR: This title does not exist.
[ *  *  *  *  * ]
blakefire
Nov 10 2009, 10:33 PM
ElementalAlchemist
Nov 10 2009, 09:18 PM
blakefire
Nov 10 2009, 07:56 PM
cvn-tv-dip
Nov 10 2009, 07:52 PM
What links do you mean by hyperlinks?
Link from post only like when you use the BB code like the button on the top the says "URL"
Links posted in a topic are the same as links posted anywhere else. There is no difference between them.
Hmm is there a code to make links underlined?
Change this line:
Code:
 
text-decoration: none;
to this:
Code:
 
text-decoration: underline;
Unless, of course, you mean only links in posts, which are exactly the same as links outside of posts and can't be changed separately.
Offline Profile Quote Post Goto Top
 
Zedboards
Member
[ *  * ]
I don't know if I'm misunderstanding this, but I understand there to be a distinction in this topic between links as buttons in the forum, like the names of your forums, and links which are url's that appear in your posts. You can make a link appear the way you want it to appear with BB code if you use the following format (in the code box).


Code:
 

[url=http://www.foxitsoftware.com/pdf/reader/][color=blue][b]Foxit Reader[/b][/color][/url] or
[url=http://get.adobe.com/de/reader/][color=blue][b]Adobe Reader[/b][/color][/url]


In a normal post without the code box, those would look like this:

Foxit Reader or Adobe Reader

You can also see the coding of these two links, by hitting the quotes button and Add Reply and you'll see how they are made. If you want to underline them, you can do this by adding [ u ] and [ /u ] (without the spaces) before and after whatever word you choose for your link, in this case Foxit Reader or Adobe Reader which are now surrounded with b for bold and color=blue to make them blue.

There may be a way to change the URL button itself in the posting box, so that when someone clicks on the URL button, this format happens automatically, and maybe that is what is being suggested here, but in the coding I looked at for the board, I could only see url used to point at a certain url, not url as an aspect of the bbcoding. In the list of BBCode, it also shows only the simple format without color, bold or underline, so I believe to achieve what you want, you have to enter an altered button. We've added some BBButtons to our forum which are added into the footer box, but we hadn't thought before to work on the URL button.

Zed



Edited by Zedboards, Nov 11 2009, 10:50 AM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Support - ZB · Next Topic »
Add Reply