Showing posts with label background. Show all posts
Showing posts with label background. Show all posts

2009-05-29

Header Background

If you want to have a separate paper behind your header so that it appears to span the whole page you need to add this in the Html code.

On my original blog design I chose to have the same paper as the bottom layer of my header so it appears to be all one piece. But the header actually floats above it. (I have changed the header background paper so you can see the difference.)

The header itself is just uploaded via Blogger



Here is the whole of the header Html code on my blog=

/* Header
-----------------------------------------------
*/

#header-wrapper {
padding:0 2% 0px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizYE75vS1Zkf1nJZ6O5QXKI0S5co2DAnp-nN9OeWe24tWcXzt_NysvexFcLJZQ5JbamlFx318dbt-YDHKSCtOgV5eWowWQGjvHjbsX4vn6mxtcby3XaOKTj1zA5EJH8g9JDHrAA20sPO6N/s660/KPertiet_KraftyElegance-7.jpg);
}

#header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}

#header-inner {
background-position: center;
margin-$startSide: auto;
margin-$endSide: auto;
}

#header h1 {
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: $pagetitlefont;
}

#header a {
color:$pagetitlecolor;
text-decoration:none;
}

#header a:hover {
color:$pagetitlecolor;
}

#header .description {
margin:0 5px 5px;
padding:0 20px 15px;
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font: $descriptionfont;
color: $descriptioncolor;
}

#header img {
margin-$startSide: auto;
margin-$endSide: auto;
}

2009-05-26

Background Image

To begin with... I've used a very handy ebook that was my guide for designing my blog. I've found the instructions to be quite straight-forward and if I follow them, I get the results I'm looking for. (At this very minute the site is down... so I hope that doesn't mean that it is gone forever!)

What I did was load the *paper* I wanted as a gadget (choose photo) at the bottom of my test blog. If you look carefully you can see it below the other two other papers.

Then you right click the paper you want to use as the background, choose properties and then copy that code... (example- http://2.bp.blogspot.com/_dz-CBiw_zcs/STWesGNa5RI/AAAAAAAABFU/BmU01Z0Y430/S660/KPertiet_KraftyElegance-7.jpg)

background Html code



Navigate to the layout tab, sub-tab Edit Html in Blogger.
** Blogger suggests that you backup your blog template before you proceed... good idea.
Scroll down until you find the background: Html code. Paste/replace the new code inside the parenthesis. Then click the preview button. You should see your paper as the blog background.

I noticed when I replaced my background that if you have a very directional or noticeable print you will see tiling in the background. This particular paper is busy enough that you don't notice that.

Hope this helps...