By the way, those are my set parameters. Look up the six-digit color coding on Google/Google Images if you don't know how to do it. Also, beware if you use a custom font other than the typical or else it might choose a substitute for those that don't have that type of font.
I have a question: is it possible to delete the green background of your comments? (I managed to hide it behind the background & border of the comments, but then the background of the page isn't visible anymore)
in the source code its class="comment self", so i would have to add ."comment self" to my css or something like that
but the picture isn't mentioned in the source code
KoG said
a long time ago | Post #1BODY { background: white url(--INSERT IMAGE URL HERE--) }
[YES, YOU CAN USE ANIMATED .GIFS]
##Getting a different color background for comments section, small profile part, and (if you have any) flash game descriptions in your profile##
P { background: #99FFFF }
##Getting a different colored text for the letters on top of your colored background##
P { color: #0000FF }
##Getting a different font for the letters on top of your colored background##
P { font-family: "Sakurachan", Times, serif }
There's probably more, but this is all I use.