Quote by DiomaMany CSS questions:
how do you remove signatures and ads?
how to change the color of "replying as"?
how to change those weird things with wings next to my wall thumbnails?
how to separate the comment from user's info in the guestbook? you has 2 colors?
aaand... that last line under all the comments? How do I do that?
simple answer: get firebug for firefox, or get google chrome. inspect element will make your life heavenly with css.
ads are in #leaderboard and #skyscraper but you need to hack your background so it works without these two.
now sure how to change replying as, but try form p {color: }.. really you should be using #content * {} to change those colors.
the two colors are actually a hack, you need to make an image 250px wide 1px high and then set it as the background of #posts, repeat-y.
the line is just #posts * {} i believe. but it really depends on how you've written your css.
you might want to enable your shoutbox and fix the coding there also =]


