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:
Multiquote (on) Multiquote (off)
Add Reply
What is the CSS Code for....
Topic Started: Sep 11 2011, 01:36 PM (627 Views)
Deleted User
Deleted User

What is the CSS Code for the Tables that are posted in posts/signatures? Is there a way to code it to change background or no? Same with the Colors in the BBcode. Green will still be green, but just a different shade. All I want is CSS class code, If it can't be done with CSS I don't care about it. No Javascrpit or any of that stuff.
Quote Post Goto Top
 
Pando-ZNS
Member Avatar
Member
[ *  *  *  * ]
td.c_sig table td { }
That's for the tds in the signature tables.

td.c_post span[style="color:#HEX"] { color:#HEX!important; }
You can use that for changing what the color is. Change the first #HEX to the hex code that is default in Zetaboards (don't add a ; after it though), the second #HEX to what you want as a new hex code (keep the !important).
Offline Profile Quote Post Goto Top
 
Deleted User
Deleted User

Pando
Sep 11 2011, 02:20 PM
td.c_sig table td { }
That's for the tds in the signature tables.

td.c_post span[style="color:#HEX"] { color:#HEX!important; }
You can use that for changing what the color is. Change the first #HEX to the hex code that is default in Zetaboards (don't add a ; after it though), the second #HEX to what you want as a new hex code (keep the !important).
Thank you.
Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards - Theme & Code Support · Next Topic »
Add Reply