Raederle (
seleneheart) wrote in
acme_graphics2008-07-30 10:45 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Your Huckleberry Bloggish Layout
Click thumbnail for a full size preview.

This layout will work for Firefox 3 and Safari. It will not work in IE. The zip file includes all graphics, the stylesheet and installation instructions.
Download the zip file.

This layout will work for Firefox 3 and Safari. It will not work in IE. The zip file includes all graphics, the stylesheet and installation instructions.
Download the zip file.

no subject
thanks muchly. I notice that the userpic box for journal entries is cramped and long user names get cut off (can't be read clearly). Can the theme be tweaked in order to make the columns wider? I'm primarily thinking of the width of the white journal entry boxes. Forgive me if I'm coming across garbled, but my knowledge of coding is very limited.
no subject
This is the code to change:
Make the width 900px instead, and then also change this:
.layout-two-column-left #beta {
width: 600px;
float: right;
}
Make the width of the beta container 700px. The side bar is 200px, so that plus the content needs to add up to your total content width.
Also, the header won't line up perfectly at the top anymore because it's only 800px wide. You can change that also or leave it. It shouldn't be that noticeable because of the background tiles.
no subject
no subject
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
And then you need to put in the following codes to style it yourself:
The hex code I put it is for white, so you can go from there.
no subject