wrong but wromantic (
sally_maria) wrote in
style_system2012-12-18 09:55 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Creating a franken-layout
I like the colours and images in Koi, the Wide Open layout, but I prefer to have my entries and sidebar modules more clearly defined. So I had the bright idea of trying to use them in an Abstractia layout (Au Lait, to be precise, as the colours seemed to match best.)
I can change the background easily enough - you can see it on
sally_test but even though I have the file name for the header image, putting it into the header box on the Abstractia layout doesn't seem to do anything.
Am I attempting something beyond the powers of man? or is it just something obvious that I've missed.
Thank you for any help you can give me.
I can change the background easily enough - you can see it on
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Am I attempting something beyond the powers of man? or is it just something obvious that I've missed.
Thank you for any help you can give me.
no subject
It's only something I was playing with, so I'll wait and see when it gets fixed.
no subject
Pasting the temporary fix via custom CSS (http://www.dreamwidth.org/customize/options?group=customcss) if you or someone else needs it:
#header {
background: url(http://yourimage) no-repeat top center;
padding-top: 100px;
}
'padding-top' being the height of your image.
And to make sure the image is centered in left or right sidebar mode:
.two-columns-right #header,
.two-columns-left #header {
margin-right: 5%;
margin-left: 5%;
width: 89%;
}
no subject
Ah, Glitch. :-( I didn't think to make an icon of my glitch, I'll have to see if I can do something with one of my screen shots.
no subject
no subject
no subject
As it is, there were gaps, both at the top and the sides, where the image only spread as far as the main column and sidebar, and didn't stretch all the way across the window.
I changed it to:
#header {
background: url(http://www.dreamwidth.org/img/styles/wideopen/koi_header_background.gif) no-repeat top center;
padding-top: 137px;
margin-top: -10px;
}
.two-columns-right #header,
.two-columns-left #header {
margin-right: 5%;
margin-left: 0%;
width: 100%;
Which makes the image look right, but then the title and page description also spread right to the sides of the window, when it would be better if they stayed above the columns. Is it possible to fix that?
no subject
.two-columns-left #header .inner {
margin-left: 6% !important;
margin-right: 6% !important;
}
no subject
I put a margin-top as well in to move the title up a bit, and I'm very pleased with how it looks.
Thank you again for all your help with this.