chiming: (Default)
Li ([personal profile] chiming) wrote in [community profile] dreamwidthlayouts 2012-01-15 04:16 pm (UTC)

1.) For step two, where you paste in the text for the theme layer, paste this in instead:



(That will put the tags above the entry-poster.)

Find this:

#canvas #content #primary .entry .tag, #canvas #content #primary .footer .multiform-checkbox {
margin-top: 8px;
width: 80%;
float: left;
}


Replace it with this:

#canvas #content #primary .entry .tag, #canvas #content #primary .footer .multiform-checkbox {
width: 80%;
float: left;
}

#canvas #content #primary .footer .multiform-checkbox {
margin-top: 8px;
}


(Basically removing the top margin from .tag, since it no longer needs it.)

2. If you want to tweak things, go ahead, but I recoded it from scratch so it might be a little tricky. Removing the borders should be really easy, though, since I gathered them all together for a single line. Search for
border: 1px solid;
and get rid of the whole declaration.

3. No reason why not! You should be able to add one like this:

#canvas #header {
background: url(http://example.com/);
}


The text will appear on top of it by default, so you should add
padding-top: IMAGEHEIGHTpx;
to the declaration if that isn't what you want. Should work just fine!

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting