Sinistra
03-06-2007, 10:00 PM
Alot of people use more then one skin. and its hard to get matching colors to work that won't clash with the other skins on your site. I hope this will help those with more then one skin come up with better group color themes ^_^
First lets create the CSS for your usergrups
Near the bottom of your main CSS you can add some custom CSS lets do that now
Goto your stle manager-> {Style to edit} -> main CSS
then scroll to the bottom
.owner{
color:#ffd880;
}
.admin{
color:#ff8080;
}
.smod{
color:#80ffb0;
}
.mod{
color:#80d4ff;
}
So on and so forth. Do this for every skin you want to add group color to and this will allow you to change the group color.
Now goto your manage usergroups and edit your admin/owener usergroup if you have your board setup like mine
in the Username HTML Markup
in the prefix put
<span class="owner">
then close out the span tag
</span>
and there you go this should be real easy and for those that have more then one skin. alot more productive and easy to use different colors with
First lets create the CSS for your usergrups
Near the bottom of your main CSS you can add some custom CSS lets do that now
Goto your stle manager-> {Style to edit} -> main CSS
then scroll to the bottom
.owner{
color:#ffd880;
}
.admin{
color:#ff8080;
}
.smod{
color:#80ffb0;
}
.mod{
color:#80d4ff;
}
So on and so forth. Do this for every skin you want to add group color to and this will allow you to change the group color.
Now goto your manage usergroups and edit your admin/owener usergroup if you have your board setup like mine
in the Username HTML Markup
in the prefix put
<span class="owner">
then close out the span tag
</span>
and there you go this should be real easy and for those that have more then one skin. alot more productive and easy to use different colors with