1

Topic: Different Colors

Hi, I am curios is there a way on my forums so I could make it that when an admin posts a message it has a different color post background then the other users?

Re: Different Colors

You could use code similar to this: http://wiki.punres.org/Add_a_different_ … for_admins

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Different Colors

pogenwurst wrote:

You could use code similar to this: http://wiki.punres.org/Add_a_different_ … for_admins

This mod doesn't work good for different backgrounds, as it only is for the text, not the full post.
But yeah, if you don't mind, just add "background-color: #whatever" to the CSS.

Re: Different Colors

Hence the phrase "code similar to this" rather than "this code".

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Different Colors

Maybe this could be made in Javascript :\

Anyone up to actually making this mod? I'd love to use it smile

Re: Different Colors

Why Javascript? This is perfect and uncomplicated for CSS.

Re: Different Colors

Because, I wish to be able to change both the left and the right parts of the post for admins/moderators/other ranks, not just the font color...

Re: Different Colors

...which is 100% CSS. You add a new class to the surrounding div and specify new colors based on that.

Re: Different Colors

Where do I add a div like that?