Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Trying to customize a style, need a little css help.
Hello!
I'm trying to modify the Yayhooray style sheet to match my site's design but I'm having a problem with the styling of whispered messages. The link to the stylesheet is at http://www.onetwentyeight.com/dump/YHBeta/
im trying to get the whispers to be all a solid color (the yellow) but cant find out where the beige is creeping into the messages and where the user name is. Any help would be greatly appreciated.
Cheers!
0
This discussion has been closed.
Comments
Forbidden
You don't have permission to access /dump/YHBeta/ on this server.You probably want something like this:
.WhisperFrom, .WhisperTo { background-color:yellow!important; }
You can try it without the !important, but if that doesn't work, adding it should get your color forced on.
Love the colors!
.WhisperFrom, .WhisperFrom .CommentHeader, .WhisperFrom .CommentBody { background-color:#fcfbbc!important; }
do the same for .WhisperTo but with slight different color