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!

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.
  • ah the url is not something to download, its the url you can put into the user defined style sheet if you have the custom stylesheets extension installed. i forgot not everyone has that, I should have clarified. I will try the !important though, I'm unfamiliar with that technique. Thanks!
  • I assumed that if the directory was 403 then its contents would be also.

    Love the colors!
  • Thanks! Unfortunately the !important trick didnt work. Any other ideas?
  • last try. anyone? :)
  • u should atleast give a valid link. how are we suppose to help u if we can't see whats wrong
  • edited October 2006
    oops! as i said above, the url is not something to download, its the url you can put into the user defined style sheet if you have the custom stylesheets extension installed. ill zip it up right now tho so its easy to dl. www.onetwentyeight.com/dump/sffixed.zip
  • edited October 2006
    techically what wallphone wrote was correct. but i dunno why that !important isn't working. so this it works

    .WhisperFrom, .WhisperFrom .CommentHeader, .WhisperFrom .CommentBody { background-color:#fcfbbc!important; }

    do the same for .WhisperTo but with slight different color
  • That did the trick! Thanks a ton!
This discussion has been closed.