The Arcive of vBulletin Modifications Site. |
|
Group Styling (group colors on multible skins) Details »»
|
|||||||||||||||||||||||||||
|
Group Styling (group colors on multible skins)
Developer Last Online: Jul 2016
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 Code:
.owner{
color:#ffd880;
}
.admin{
color:#ff8080;
}
.smod{
color:#80ffb0;
}
.mod{
color:#80d4ff;
}
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 Code:
<span class="owner"> Code:
</span> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
thanks very useful...
|
|
#3
|
|||
|
|||
|
nice, could use this for future use.
|
|
#4
|
||||
|
||||
|
Thanks....
|
|
#5
|
|||
|
|||
|
why dont you just do the last part and never do the ccs part what does the ccs part do ?
|
|
#6
|
|||
|
|||
|
Heh doesnt work that good, ill just stick to the color script
|
|
#7
|
|||
|
|||
|
Quote:
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 |
|
#8
|
|||
|
|||
|
Anyone got something like this for new vBulletin?
|
|
#9
|
||||
|
||||
|
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.
|
|
#10
|
|||
|
|||
|
Yeah I'm talking about vBulletin 4.
|
![]() |
|
|