baggyeyes: Bugs Bunny and the Bull (0)
Baggyeyes ([personal profile] baggyeyes) wrote in [community profile] style_system 2010-12-19 02:01 am (UTC)

According to this from FM layout, the background takes its color, and properties from color_module_border, and color_page_title

#top-color { position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 25em;
background-color: $*color_module_border;
border-bottom: .5em solid $*color_page_title;
}


You can change the properties within the layer by removing that part, but you'll also lose the background color to the #header. For that, you can add in teh css box:
#header {
background:url("http://static2.grsites.com/archive/textures/dgren/dgren019.jpg") repeat scroll 0 0 transparent;
}

Does anybody else have any ideas?


Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting