Transmogrified

Apr 12, 2005 02:57

This is a CSS based layout. There are lots of options to fiddle around with in the wizard, which is both good and bad because it is kind of overwhelming. The components in the sidebar can be added, removed, and reordered as needed. One of the more interesting things about this layout is the sidebar. There is an option to remove the sidebar in the ( Read more... )

Leave a comment

vanbeast April 13 2005, 05:43:14 UTC
Okay, so I know it's too late for the contest, but would you accept a patch to add support for setting the userpic location? I'm so used to having mine on the right, it's just not natural otherwise :)

Reply

absolut April 13 2005, 17:43:25 UTC
Sure! I might just change it to have the userpic on the right for the default, because the style looks kinda funny when an entry doesn't have a userpic attached to it - there's a huge gap on the left. :)

Reply

vanbeast April 13 2005, 19:36:03 UTC
Cool :) I don't know if you can cope with an actual patch file or not, but it was a really trivial change. I just added a new property whose value could be 'left' or 'right', and then changed two places in the stylesheet:

in the .entrypic class, "float: left" became "float: $*entry_userpic_location"

in the h3.title etc class, "margin-left: $title_margin;" became "margin-$*entry_userpic_location: $title_margin;".

That's all it was :)

Reply

absolut April 13 2005, 21:29:58 UTC
OK, I added it in. Thanks!

Reply

zabby1982 April 16 2005, 16:43:34 UTC
Is there any way you could maybe extend the table over that area when the userpic is not present?

Reply

absolut April 17 2005, 00:15:02 UTC
Yep, I can do that.

Reply

absolut April 25 2005, 02:16:51 UTC
Hey there, I updated the code for the style quite a bit, added some new stuff, fixed some bugs, etc. Feel free to get a copy of the new stuff. :)

Reply


Leave a comment

Up