JeremyStCyr Posted July 10, 2005 Posted July 10, 2005 How about adding a feature for group colors for each skin? becuase everyone knows if you choose a skin sometimes it won't match your group colors, so maybe on User Groups you can set something up that it will let you have different colors for each skin for groups, kinda confusing what im saying, but am sure everyone gets the idea! :lol:
Wolfie Posted July 11, 2005 Posted July 11, 2005 Just modify the skin to have the shown users not conflict :) Overall nice idea, but.. it'd be bloat. Better as a mod.
Chris Griego Posted July 11, 2005 Posted July 11, 2005 This would probably be confusing to most people to directly support this and if you are worried about this, then you are able to do this with simple editing to a skin. Just setup the group prefix to use a CSS class instead of an inline style and configure the skin stylesheets to trigger the desired look.
Quillz Posted July 12, 2005 Posted July 12, 2005 This would probably be confusing to most people to directly support this and if you are worried about this, then you are able to do this with simple editing to a skin. Just setup the group prefix to use a CSS class instead of an inline style and configure the skin stylesheets to trigger the desired look.I'm interested in doing this, since I have many skins that vary from being dark in tones to being light in tones. Can you explain how to assign a CSS class on a per skin basis?
Chris Griego Posted July 13, 2005 Posted July 13, 2005 Instead of <span style="..."> in the prefix, use <span class="theGroupNameHere">. Then edit each skin's CSS in Advanced mode and add the CSS classes to the stylesheet..theGroupNameHere { ... }
Quillz Posted July 14, 2005 Posted July 14, 2005 Instead of <span style="..."> in the prefix, use <span class="theGroupNameHere">. Then edit each skin's CSS in Advanced mode and add the CSS classes to the stylesheet..theGroupNameHere { ... }I'll try that, thanks.
Antony Posted July 18, 2005 Posted July 18, 2005 Yep, using CSS classes is by far the best way to do this. :thumbsup:
Quillz Posted July 19, 2005 Posted July 19, 2005 Can the CSS class name be anything, or does it have to match the name of your user group?
RawkBob Posted July 19, 2005 Posted July 19, 2005 Can the CSS class name be anything, or does it have to match the name of your user group? It doesn't need to match the group name), it would need to be what you put in the span tag <span class="anythinghereaslongasitsthesameasthecss"> css would be .anythinghereaslongasitsthesameasthecss { color:purple; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.