shadowsong: (Default)
shadowsong ([personal profile] shadowsong) wrote in [community profile] style_system2010-09-10 12:51 pm

LJ "Classic" Layout

Before I try to duplicate Classic as a custom layout on Dreamwidth, I figured I should check to see if it had already been done. The style search turns up nothing - is it here under another name?

If I do need to create it myself, are this tutorial and addendum all I need to accomplish that task?
ninetydegrees: Art: self-portrait (Default)

Quite OT

[personal profile] ninetydegrees 2010-09-10 08:09 pm (UTC)(link)
This isn't an answer to your question (sorry about that) but if anyone wants to try and duplicate this style using existing Dreamwidth style I think EasyRead or Transmogrified in one-column mode are good bases. There are plans on making modules more flexible in terms of placement in more styles but for now these two are the closest thing.
snakeling: Statue of the Minoan Snake Goddess (Default)

Re: Quite OT

[personal profile] snakeling 2010-09-10 09:13 pm (UTC)(link)
Try playing with this code:
.entry {
border-left-width: 131px !important;
}

.userpic {
position: absolute;
left: -131px;
top: 75px;
}

.has-userpic .header {
margin: 0;
}

Basically, I widened the left border to look like a solid-coloured column, and absolute-positioned the userpic inside it.
snakeling: Statue of the Minoan Snake Goddess (Default)

Re: Quite OT

[personal profile] snakeling 2010-09-14 08:50 pm (UTC)(link)
span.ljuser {
display: block;
}

span.poster {
text-align: center;
display: block;
position: absolute;
left: -131px;
top: 130px;
width: 131px;
}

.no-userpic span.poster {
top: 10px;
}
To be honest, this is a bit of a hack, and won't look so good when the username is long :/