I'm trying to make my entire blog all one color, but I can't figure out what I'm missing. I keep trying various things, but nothing seems to manage it. I've got a gray line that goes across all the way from one side to the other (horizontal) near the header section. And the background of 'Designed by' is the original gray, as well.
Thoughts?
My CSS:
/* to add header */
#header-inner {
background: url(
http://pics.livejournal.com/jack_cowboy/pic/00002rty) center top no-repeat; height:270px; margin-top: 20px; margin-bottom: 20px;
}
/* to eliminate any other header */
#header, #header-content {
background-image: none;
}
/* dump the journal name */
#header-name, #header-description {
display: none;
}
/* move header navigation */
#header-text {display: none;
}
/* change background color */
body, #page-inner, #header, #footer
{ color: black; background-color: #a9847c; }
(By the way, where can I view my full stylesheet? I've looked and looked here at the community, but I can't seem to discover that...)
THANKS!