lilacsinrain: (Default)
sewingunderclouds ([personal profile] lilacsinrain) wrote in [community profile] style_system2010-12-16 10:36 pm

Changing a color background to transparent

I have tried 5 different themes, but when I try to change the background image, it only shows the default color of that theme.  I can change the header to the image I want, but nothing else.  I haven't found a way to change the color to transparent, and need idiot-proof instructions for that.  I tried 6 different tutorials, but the only advanced code I'm seeing is for the specific color code, not the entire layout code. Any help would be so appreciated, thanks.
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2010-12-18 02:30 pm (UTC)(link)
Do you want a solid color for the background?
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2010-12-19 02:01 am (UTC)(link)
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?

Edited 2010-12-19 02:05 (UTC)
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2010-12-21 04:02 pm (UTC)(link)
Hi,
It appears that you made a theme layer by mistake.

Create a top-level layer, choose layout in the dropdown, and keep the core version at 2.

I forgot you should also make a theme layer (Use Fluid Measure (######) where the set of characters are, you'll actually find your layout layer's number. It will be below the official layouts)

Paste in Forest Green's theme code and then you'll find the background is one solid color. Don't forget about the #header css in the css box.
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2010-12-21 10:26 pm (UTC)(link)
Did you go into http://www.dreamwidth.org/customize/?cat=custom and select your Forest Green theme? You can check out how it would look at my journal. I'll leave it up for a bit to give you time to see it.