Leave a comment

Comments 24

babydykecate December 4 2008, 10:29:02 UTC
I saw your layout on whiteboardaward, and I came over here to snag. I credited, and the layout is working great.

I was curious- is it possible to change the color of the links in the entries (such as a website, or the text of an lj-cut)?

Thank you for the layout :). Cate.

Reply

twentynine_ December 6 2008, 00:11:03 UTC
Sorry for the delayed response! Find this in the code:

a {
color : #5d5d55;
text-decoration : none;
}

Change the hex (#5d5d55) with the color of your choice.

The code below that (a:hover) is the color you see when you hover over a link.

Hope I helped! :)

Reply


shes_so_undead January 14 2009, 03:06:16 UTC
I love the layout and I'm currently using it, but I have just a minor problem that I was wondering if you could help me with.

For some reason the subject on my entries doesn't
show up, the date & time does but not the subject.

If you like highlight it, it's there but I can't seem to
get the color to be different, I've tried the same
hex code as the date & time but nothing seems to
work.

Reply

twentynine_ January 19 2009, 00:58:36 UTC
Sorry for the late reply.

Livejournal started making the entry header into a link, thus changing the coding. I have yet to fix any of the layouts here.

Find .entryHeaderSubject and add , .entryHeaderSubject a after it but before the {.

If you find any other layout that has this issue, you can find the proper fix here for every type of S2 layout.

Reply


(The comment has been removed)

twentynine_ January 19 2009, 00:52:40 UTC
That's because your images in your posts are stretching the layout out (actually I'm pretty sure it is this one). At the moment, I don't have time to go through the code and make it so it doesn't stretch. Sorry.

Reply


Leave a comment

Up