Customizing tags list in sidebar

Sep 30, 2009 16:30

Journal Preview: dj_aidaStyle Name: Smooth Sailing ( Read more... )

sidebar, css, tags, layers

Leave a comment

Comments 5

marilla_pm67 September 30 2009, 15:08:17 UTC
Like for this ( ... )

Reply

valiha September 30 2009, 19:25:51 UTC
Ooh, that does seem pretty! Thank you, I will try it out now.

Reply

valiha September 30 2009, 20:00:52 UTC
...and it works! I tweaked it some, to increase the font size which is too small for my eyes, and reduce the padding-left. I like it very much, thank you.

(If I may, in a previous post I had a question on how to make the "View subjects" text appear on the Archive page? I see you have that; it's not visible in my layout, and I don't know what's hiding it.)

Reply

marilla_pm67 September 30 2009, 20:23:00 UTC
The layout I have currently up, is a Flexible Square one, The one YOU have up is a Smoothsailing one...

To see the Subject, you have to click on the month ...
change
.entryHeader {
color:#eee;
font-family:"georgia", sans-serif;
text-decoration:none;
text-align:right;
font-size:0;
letter-spacing:-0.5pt;
border-bottom:1px solid #e9e2c5;
min-height:7px;
padding:15px 20px 0 0;
}

to

.entryHeader {
color:#eee; font-family:"georgia", sans-serif; text-decoration:none; text-align:right; letter-spacing:-0.5pt; border-bottom:1px solid #e9e2c5;
min-height:7px; padding:15px 20px 0 0; }

It should work.

Sam.

Reply


Leave a comment

Up