I love it. :D
body {
background: #444;
}
span {
color: #000;
text-shadow: #FFF 0px 0px 8px;
}
#blog_wrapper {
background: #000;
-moz-border-radius: 16px;
border-radius: 16px;
border: #222;
}
I love it. :D
body {
background: #444;
}
span {
color: #000;
text-shadow: #FFF 0px 0px 8px;
}
#blog_wrapper {
background: #000;
-moz-border-radius: 16px;
border-radius: 16px;
border: #222;
}
Comments don't seem to have any class, so you can't style them via CSS. Looks like repeating the same inline style on every comment is preferred lol
I had them almost styled by using
You may be able to do:
.middlecontent .div .divThat should give you the entire comment. Two more divs will give both the comment area as well as the footer of each comment.I'm facepalming so hard D=Kaz, I am disappointed in you. :)
Of course what you just suggested is the same as .middlecontent .divwhat you probably wanted to suggest was something like .middlecontent > div > div… unless some divs actually have a class called 'div'. I can't check this since I'm on my iPhone.Disregard that. This is what happens when I only just start getting back into going to this site. I forget everything.
EVERYTHING.