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
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2012-01-11 08:35 pm (UTC)(link)
1) In Tabula Rasa this is what customs colors are set to by default:

set custom_foreground_element = "userpic_border";
set custom_background_element = "userpic_background";

so it looks like this is what you want.

If you look at function FriendsPage::print_stylesheets() in http://www.dreamwidth.org/customize/advanced/layersource?id=550&fmt=html you'll see what this does and what the other pre-set options are.

If you're not happy with any of this you can use set custom_colors_template, which is explained in the Core layer I've linked to above. If you need more help don't hesitate to tell me so.