PDA

View Full Version : Group Styling (group colors on multible skins)


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

miner
03-09-2007, 05:18 AM
thanks very useful...

Chicago_VLNU_4s
03-25-2007, 10:11 AM
nice, could use this for future use.

Atakan KOC
03-26-2007, 06:32 AM
Thanks....

FUSE322
03-17-2008, 05:34 PM
why dont you just do the last part and never do the ccs part what does the ccs part do ?

richman2007
03-24-2008, 02:39 AM
Heh doesnt work that good, ill just stick to the color script ;)

MiahBeSmokin420
03-24-2008, 06:19 AM
why dont you just do the last part and never do the ccs part what does the ccs part do ?


that way if you have more the one skin you can have each skin be different since you can customize the css for each skin

Ellendway
01-22-2012, 05:16 PM
Anyone got something like this for new vBulletin?

HMBeaty
01-22-2012, 05:33 PM
Anyone got something like this for new vBulletin?
It should still work on "new vBulletin". I'm assuming you're talking about vBulletin 4? Anyhow, I don't see any reason why it shouldn't still work.

Ellendway
01-22-2012, 06:10 PM
Yeah I'm talking about vBulletin 4.

HMBeaty
01-22-2012, 06:24 PM
Yeah I'm talking about vBulletin 4.

It should still work on "new vBulletin". I'm assuming you're talking about vBulletin 4? Anyhow, I don't see any reason why it shouldn't still work.
;) Only difference between vB 3 and vB 4 is the location of the additional.css.