rj_anderson: (Default)
rj_anderson ([personal profile] rj_anderson) wrote2006-12-13 01:20 pm
Entry tags:

The Blog is Dead, Long Live the LiveJournal

And to celebrate the change, I've treated myself to a nice new color scheme for my LJ front page. Yay!

Can anyone tell me how to put a vertical line between the content and sidebar areas, and (thanks, [livejournal.com profile] sreya!) make the date headers more closely resemble the ones on the old blog (which I really liked)? I know not the mysterious ways of S2.

Now I must go forth and do Christmas shopping.

[identity profile] sreya.livejournal.com 2006-12-14 02:06 am (UTC)(link)
Try creating a layer with this code in it:

layerinfo "type" = "theme";
layerinfo "name" = "Parabolic";

function custom_styles() {
"""
#main {
float:left;
}
#paraphernalia {
float:right;
border-left: solid 1px #000000;
}

""";
}


Just change the 000000 to the color you want it to be. And I love the new look, very classy!

[identity profile] rj-anderson.livejournal.com 2006-12-14 02:16 am (UTC)(link)
Cool! Only I created a layout-specific layer of the "theme" type and pasted the above code into it, and it compiled OK, but it didn't seem to make any difference in my layout.

Wah?

[identity profile] sreya.livejournal.com 2006-12-14 02:31 am (UTC)(link)
Did you select the layer in your customize area?

[identity profile] rj-anderson.livejournal.com 2006-12-14 02:37 am (UTC)(link)
It took me a while to find it, but I've got it now. Thanks so much!

Now I just have to figure out how to make the date headers like the old blog...