Jan 2, 2003, 5:53 PM
Veteran (1240 posts)
Jan 2, 2003, 5:53 PM
Post #2 of 6
Views: 2466
Boomer:
In include_css.html
specifically: .button { background-color:#FEECDA; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
dave
Big Cartoon DataBase
Big Comic Book DataBase
In include_css.html
specifically: .button { background-color:#FEECDA; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
dave
Big Cartoon DataBase
Big Comic Book DataBase
Thanks Dave, but I'm not sure I understand how that controls the colors for all three, or two or only one of the buttons.
Sorry, but I'm an idiot at this type of code!
Steve
Visit The Guitar Diner
Jan 3, 2003, 8:06 AM
Veteran (1240 posts)
Jan 3, 2003, 8:06 AM
Post #4 of 6
Views: 2459
Boomer:
I, too, find it hard to "see" a color from hex code. I would suggest you just play around with the code- change the numbers to colors of your liking, and then view your site, and see what has changed. If it works, great. If not, change them again.
I beleive that someone put up a chart of what lines change what parts of the page.... I think I saw that on the FAQ page. That should help, too.
Good Luck!
dave
Big Cartoon DataBase
Big Comic Book DataBase
I, too, find it hard to "see" a color from hex code. I would suggest you just play around with the code- change the numbers to colors of your liking, and then view your site, and see what has changed. If it works, great. If not, change them again.
I beleive that someone put up a chart of what lines change what parts of the page.... I think I saw that on the FAQ page. That should help, too.
Good Luck!
dave
Big Cartoon DataBase
Big Comic Book DataBase
Dave:
I have that chart and have made changes to the colors of our forum, but finding the spot to change the color of the "New Post" and "New Poll" buttons is beyond me.
Thanks fro trying.
Steve
Visit The Guitar Diner
I have that chart and have made changes to the colors of our forum, but finding the spot to change the color of the "New Post" and "New Poll" buttons is beyond me.
Thanks fro trying.
Steve
Visit The Guitar Diner
Jan 8, 2003, 10:50 AM
Veteran (1240 posts)
Jan 8, 2003, 10:50 AM
Post #6 of 6
Views: 2431
Boomer:
I do not know offhand where these are changed, either (sorry). But here is how I would find out!
Open ALL of the tempoletes in a web editor, and search all documents for a specific term (like "New Post" and "New Poll") When you find it, read the code right before it, and you will see class="xxxxx". Go to includes_css.html (or whatever it is called) and find class xxxxx- that is what you have to edit!
dave
Big Cartoon DataBase
Big Comic Book DataBase
I do not know offhand where these are changed, either (sorry). But here is how I would find out!
Open ALL of the tempoletes in a web editor, and search all documents for a specific term (like "New Post" and "New Poll") When you find it, read the code right before it, and you will see class="xxxxx". Go to includes_css.html (or whatever it is called) and find class xxxxx- that is what you have to edit!
dave
Big Cartoon DataBase
Big Comic Book DataBase