in reply to Private message (/msg) notification

Try adding this to your CSS. I'm guessing this is right anyway. I just read the site HTML to see that.

#Chatterbox * SPAN { font-color: red; }

Replies are listed 'Best First'.
Re^2: Private message (/msg) notification
by eric256 (Parson) on Aug 13, 2004 at 15:10 UTC

    Here is the CSS that worked for me

    span.privatemessage { background-color: rgb(255,200,200); }


    ___________
    Eric Hodges
      Interesting. I didn't see the privatemessage class. I must get my eyes fixed. Just as a nit, you *can* just say 'red' instead of the longhand with 'rgb( ... )'.

        True but that is awfully red. :). I wonder if there is a CSS way to define a color you want to reuse threwout the style....wonders off to find more info on css.


        ___________
        Eric Hodges
      A reply falls below the community's threshold of quality. You may see it by logging in.