![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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.
no subject
Date: 2010-12-18 03:36 pm (UTC)no subject
Date: 2010-12-19 02:01 am (UTC)#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?
no subject
Date: 2010-12-21 01:15 am (UTC)S2 Compiler Output at Tue Dec 21 01:14:48 2010
Error compiling layer:
Compile error: : Layer is declared layout but expecting a user layer
S2::Checker, S2/Checker.pm, 365
S2::Compiler, S2/Compiler.pm, 34
Ack.
no subject
Date: 2010-12-21 04:02 pm (UTC)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.
no subject
Date: 2010-12-21 10:07 pm (UTC)no subject
Date: 2010-12-21 10:26 pm (UTC)no subject
Date: 2010-12-21 10:56 pm (UTC)