Need Help... "April" style

Jul 07, 2006 15:55

Hi guys ( Read more... )

Leave a comment

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

Re: p.s. how do I change the font size? boxer_ferret July 10 2006, 05:26:49 UTC
The main font for your layout is defined in...

body
{
margin: 0;
color: #333333;
background: #CCDEF0;
font-family: Georgia, Times, serif;
font-weight: normal;
font-size: small;
line-height: 150%;
}

You can change the "small" to some number px.. or pt.

Or you can change the size of more specific things...

.date-header {font-size: #px;}
.entry-header {font-size: #px;}
.entry-body {font-size: #px;}
.entry-footer {font-size: #px;}

Sidebar headers:
.module-header {font-size: #px;}

Sidebar list items:
.module-list-item {font-size: #px;}

Reply

Re: p.s. how do I change the font size? strochka July 10 2006, 16:50:20 UTC
Great! I did a bit of sneaking around, and actualy figured a bit out. But I will use this too!:)
Thank you so much.

Reply


Leave a comment

Up