Cocoa (
momijizukamori) wrote in
dreamscapes2012-01-11 01:11 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
(no subject)
Theme name/layout: Marginless
Author:
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
branchandroot's Paletteable base.
-This name is boring :P
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
-This name is boring :P
no subject
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.
(no subject)
no subject
2) For one-column, you can also use 'display: inline-block; vertical-align: top; width: $*sidebar_width;'. It depends on how you want them to be aligned.
3) Use commas to separate names like so:
set layout_authors = [ { "name" => "name1", "type" => "user" }, { "name" => "name2", "type" => "user" } ];
4) I have nothing except 'Widescreen'. Well CinemaScope actually but I think it's a trademark.
(no subject)
(no subject)
(no subject)
no subject
(no subject)