Need Help... "April" style

Jul 07, 2006 15:55

Hi guys ( Read more... )

Leave a comment

Comments 8

boxer_ferret July 8 2006, 05:10:01 UTC
To widen, change the #container and #beta widths by the same amount...

.layout-two-column-left #container
{
width: 702px;
}

.layout-two-column-left #beta
{
width: 500px;
}

Change to 752 and 550, for example.

To hide tags...

.module-categories {display:none;}

For a dashed line between entries, I'd put a bottom border on the entry footer and add some padding at the bottom...

.entry-footer {padding-bottom: 20px; border-bottom: 1px dashed;}

or you can use "dotted" instead of "dashed"

Border on userpics...

.entry-userpic {border: 1px solid;}

.comment-userpic {border: 1px solid;}

Add any CSS changes to the "custom CSS" box under the custom settings.

Reply

scramblings August 24 2006, 00:28:46 UTC
How do you hide the tags displayed at the bottom of each entry?

Reply


scifigirl July 8 2006, 06:15:06 UTC
Thanks! I didn't make this entry, but you answered a question I needed answered. My tags are now hidden!

Reply

boxer_ferret July 8 2006, 07:19:50 UTC
You can also put them in a scroll box if want them, but not in a long list...

.module-categories .module-list {height: 200px; overflow: auto;}

Reply

Thank you!!!! strochka July 8 2006, 19:55:04 UTC
So much!:)))))))
I love how it looks right now! And it was so easy to change too.
Thank you, thank you, thank you:))))

Reply

p.s. how do I change the font size? strochka July 9 2006, 00:28:32 UTC
?:))

Reply


Leave a comment

Up