Quite Lickable newbie.

May 25, 2006 16:51

Forgive me if I'm asking something rather obvious/stupid/impossible, but I was wondering if it's possible to:

01. move the sidebar over to the left hand side?
02. insert a dividing line between entries?
03. change "Previous 20" to a different word?
04. change "Tags" to a different word, or de-capitalise it?
05. insert a dividing line between the ( Read more... )

Leave a comment

Comments 9

mart May 25 2006, 17:51:33 UTC

A custom theme or user layer is the answer here. If you don't know how to create one, please see the tutorials in other places. I'm afraid I don't know where they are, but I'm sure someone else will point one out.

function custom_styles() {
"""
#main {
float:right;
}
#paraphernalia {
float:left;
}
.entry {
border-bottom: 1px solid;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
""";
}
set text_skiplinks_back = "a different word #";

Unfortunately the text “Tags” is currently hardcoded into the layout and cannot easily be changed. This is a bug, though, and will probably be fixed in future.

Reply

doublefourtime May 25 2006, 18:07:32 UTC
I had a user layer set up already - it works perfectly, thank you!

Yeah, I figured that changing the "Tags" wording might not possible.

And, er, something I completely forgot to ask in my original post - is it possible to have a dividing line between the sidebar and entries?

Reply

ems May 25 2006, 21:34:23 UTC
Yes, if you create a background (it says "sidebar background" but it's actually a background for the whole text area) and draw a line down the side. See my journal for an example. :)

Reply

doublefourtime May 25 2006, 21:42:31 UTC
Ah. So you just made the background and... tiled it?

If that's the case, then I knew I should've installed that graphics programme. Stupid MS Paint!

Thanks, though. At least I'll know what to do later. :)

Reply


Leave a comment

Up