Just a few tweaks.

May 27, 2007 16:00

I just recently decided to tackle the task of changing my own layout instead of having a friend do it for me. I found carriep63's "Lime" layout over at freelayouts and thankfully, it's almost exactly the way I want it, so I don't have to deal with trying to change too many things. I do, however, have a few questions about things I'd like changed.

My current overrides and questions. )

Leave a comment

Comments 8

carriep63 May 27 2007, 23:44:23 UTC
#1
.module-header, .module-viewlinks a{
color:#666;
}

#2 - The tags will not be separated by a comma because that is a feature of the Smooth Sailing style, not Bloggish. Here is how to display them next to each other, though:

.module-categories li{
display:inline;
}

#3

.module-pagesummary{
display:none;
}

#4 - No. The "separator" is a line that is used between each link at the bottom of the entry. There is more than one way to add an entry divider. This is the way I would go (change the padding to suit your needs):

.entry{
background: url(http://www.carriep63.com/layouts/lime/images/lime-date.jpg) no-repeat bottom center;
padding-bottom:40px;
}

Reply

hantastic May 27 2007, 23:50:50 UTC
Fabulous! I don't mind no commas between the tags, I just didn't want them to take up quite as much space. Thank you not only for your help, but for providing such great free layouts! I really appreciate it :)

Reply

calzamante June 11 2007, 21:31:01 UTC
Hello, sorry to butt in here, but I too would like to have my tags displayed as a group, rather than a list.

I used the code you mentioned in #2, but now they only display inline - there is no wrapping at the end of the line, so only the first couple are actually visible.

I am pants at explaining stuff, so here's a screencap.

... )

Reply

carriep63 June 11 2007, 21:32:22 UTC
I need to see it in action, please.

Reply


Leave a comment

Up