Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Text color on front page
Topic Started: Feb 27 2008, 09:47 PM (594 Views)
Chaoticrambo
Member
[ * ]
http://s1.zetaboards.com/TheBloodFaction/index/

If you go there, why are the forum titles in that weird blue, and how would I change it?

And under those why is the text in grey, I cant figure out how to change them!
Offline Profile Quote Post Goto Top
 
Nicola
Darth Vader's Sewing Instructor
[ *  *  *  *  *  *  * ]
Forum names:
Code:
 
.c_forum strong a,.c_last strong a {
color:#425384;
}


Light grey text:
Code:
 
.c_forum {
color:#666;
font-size:80%;
width:60%;
}
Offline Profile Quote Post Goto Top
 
Chaoticrambo
Member
[ * ]
thank you!, I will try that when I get home (on school computer).

Also, quick side question, when the hex code is just 3 letters/numbers, does that mean that the 6 digit hex code is the same as the 3 digits?

so like there it is #666, is that = to #666666?

and how do you change the color of text in - text boxes, drop down boxes, and buttons
Edited by Chaoticrambo, Feb 28 2008, 03:15 PM.
Offline Profile Quote Post Goto Top
 
Dromin
Member Avatar
Color Member
[ *  * ]
You can shorten hex code when every two digits are the same n_n

For example, #aabbcc is the same as #abc
#666666 can be shortened to #666 in the same way n_n
Offline Profile Quote Post Goto Top
 
Chaoticrambo
Member
[ * ]
thanks, i think i may have edited it while you were replying, but i also have another question:

how do you change the color of text in - text boxes, drop down boxes, and buttons
Offline Profile Quote Post Goto Top
 
Dromin
Member Avatar
Color Member
[ *  * ]
Quote:
 
input, select, textarea, button, a.btn_fake {
background:#FAFAFA none repeat scroll 0%;
border:1px solid #BFC8E3;
color:#333333;
padding:3px 5px;
vertical-align:middle;
}
Find this part in your CSS and edit the color property to change text color for text boxes and dropdown boxes n_n

Quote:
 
button, a.btn_fake {
background:#F8F8F8 url(http://z3.ifrm.com/static/1/css/btn.png) repeat-x scroll center top;
color:#666666;
cursor:default;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:90%;
overflow:visible;
width:auto;
}
Editting this part will change the color of the buttons.
Offline Profile Quote Post Goto Top
 
Chaoticrambo
Member
[ * ]
thanks, worked perfectly
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Theme & Code Help · Next Topic »
Add Reply