momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)
Cocoa ([personal profile] momijizukamori) wrote in [site community profile] dreamscapes2012-01-11 01:11 am

(no subject)

Theme name/layout: Marginless
Author: [personal profile] momijizukamori
Layout info: Source Code / Preview with a Paletteable color theme
Image info: N/A
Additional info (for layouts): Tagging this as draft, because I have a handful of known issues I'm trying to work out:

-I can't figure out the property for custom circle colors. Ideally I'd like the userpic border to change to that when it's set for a user.
-Not sure how to be the modules to wrap on one-column view - right now, they display in one huuuge column, even if more than one can fit across the width.
-I don't know how to set more than one author in the code! This is a modified version of [personal profile] branchandroot's Paletteable base.
-This name is boring :P
branchandroot: oak against sky (Default)

[personal profile] branchandroot 2012-01-11 03:56 pm (UTC)(link)
The preview link is a little broken. Once I took out the "dreamscapes" on the front, though, that looks really snazzy!

For the modules in one-column, I think what you want is probably:

.one-column #secondary, .one-column #tertiary { width: 100%; }
.one-column .module { float: left; }

The results aren't always predictable, but that's probably the best bet.