Here is another new color scheme, this one uses a background tile from citrusmoon. If you use an image from online, always be sure to read and adhere to the terms of use published on the website.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxr6AuoIXayR3D0e2ZnIM0WHAiWV3uQUeKtvKYHMYypUJBBXleoq65KSv9_YX5oGMGloGlka58F9O97mM2NjwaOKPs_BM0LhQtB98ZUKNGtJE2OObuo5f_Y144936i1nBTA2MaxdzVBVW3/s1600/aug2008scheme.jpg)
The colors I used in this scheme are:
#FFFFFF
#C0B284
#5C624F
#884A1F
#71542A
#5D4117
You don't need to use a background image to use these colors. To add a background image, first save a copy of your current template to your hard drive in case you need to go back to it. You must upload the image to an online image host. Then go to the Edit HTML page and replace this:
body {
margin:0px;
padding:0px;
background:$bgcolor;
font:$bodyfont;
}
with this, inserting the correct url to your background image in the appropriate place:
body {
margin:0px;
padding:0px;
background:$bgcolor url(http://url-to-image-goes-here.jpg);
font:$bodyfont;
}
If you use the free tile, show your appreciation and give a link back to citrusmoon on your blog. Copy and paste into an HTML/Javascript widget:
Background image courtesy of <a href="http://citrusmoon.typepad.com/">citrusmoon</a>.
Have fun changing the look of your blog!
0 comments:
Post a Comment