The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing Usergroup colors with skin?
Is there a way to have different usergroup colors for each skin/theme? Here is the problem. We have quite a few different groups and to make sure that all the groups are distinguishable from each other, we've ended up using black for a usergroup. Our themes have light backgrounds, so everything works fine at the moment. But, I'd like to make a new theme with a dark/black background, and that would make the black colored usergroup unable to be seen.
So, I thought that if I could make it so the black usergroup switches to white or light gray when the dark theme is used, it would make things a lot easier. I guess I could also make sure there is a colored background everywhere that usernames display so that there is enough contrast between text and backgrouind. Or I could go back to the drawing board and try to find new colors for all groups so that nobody is using white or black. I'm just looking for other options. Is there a way to do this? If not, how do you deal with usergroup colors when using light vs. dark themes at the same time? I'm new to making themes, so I'm sure I'm missing something. Thanks |
#2
|
||||
|
||||
Usergroup Manager > select usergroup > HTML Markup > use a span tag and apply a class - ie. <span class="usergroup1">
Style Manager > Main CSS > bottom box > define the class .usergroup1 If you have problems with this, post *exactly* what you have done. |
#3
|
|||
|
|||
Quote:
HTML Code:
.usergroup1 { color: #000000 } |
#4
|
|||
|
|||
Ahh thanks. I haven't tried it yet, but I get what you're saying. I knew I was forgetting/missing something
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|