Options
css and style question
is there anyway to change the background color of the comments being shown without messing up the "whispered to" "whispered from" color highlights
0
This discussion has been closed.
Comments
/* Main comment background and default text */ #Comments { background-color:#efe; color:#f00; } /* Main comment text * keep this and the value above the same */ #Comments .CommentBody { color:#f00; } /* Commenter username */ #Comments .CommentHeader a { color:#00f; } /* Comment header links (grey by default) * As of 2006-12-13, this works with AjaxQuote 1.0, Comment Removal 2.0, Comments Permalinks 1.0 and IP History 1.0 */ #Comments .CommentHeader li, #Comments .CommentHeader li em, #Comments .CommentHeader span, #Comments .CommentHeader a.WhisperBack, #Comments .CommentHeader span a { color:#0f0; }