Journal Layout: My Love As Rare
Contents: Full Journal Layout
Exclusive: No
Subject: General / William Shakespeare - Sonnet #130
Layout Style: Dear Diary
Status: As Is
Credit: Credit
lilbreck in either the sidebar or your user info.
Comments: Zip file includes three layout images, an icon, and instructions.
Working Preview
CSS copy/paste.
Download the zip file.
Exclusive: No
Subject: General / William Shakespeare - Sonnet #130
Layout Style: Dear Diary
Status: As Is
Credit: Credit
Comments: Zip file includes three layout images, an icon, and instructions.
Working Preview
CSS copy/paste.
Download the zip file.
CSS File. You'll just have to copy/paste this.
Sorry about that!
In case there's confusion, it's this image that you're missing:
body {
background-color: #bbeee7;
background-attachment: scroll;
background-image: url();
background-position: top right;
background-repeat: repeat-x;
color: #ffffff;
margin: 0;
padding: 0;
border: 0;
font-family: "Garamond", "Palatino", "Palatino Linotype", serif;
font-size: 14px;
width: 100%;
height: 100%;
}
It needs to say this:
body {
background-color: #bbeee7;
background-attachment: scroll;
background-image: url(images/bg.jpg);
background-position: top right;
background-repeat: repeat-x;
color: #ffffff;
margin: 0;
padding: 0;
border: 0;
font-family: "Garamond", "Palatino", "Palatino Linotype", serif;
font-size: 14px;
width: 100%;
height: 100%;
}
Just change that, and it should be fine.