mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-07-22 01:53 am

[dw-nonfree] Add custom colors to S2 layouts

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/1fad4c0cc3bb]

http://bugs.dwscoalition.org/show_bug.cgi?id=1282

Add custom colors to Transmogrified.

Patch by [community profile] livredor.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 987e85553d58 -r 1fad4c0cc3bb bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Wed Jul 22 01:46:56 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Wed Jul 22 01:53:54 2009 +0000
@@ -19,12 +19,14 @@ propgroup presentation {
     property use sidebar_width;
     property use tags_page_type;
     property use userpics_position; 
+    property use use_custom_friend_colors;
 }
 
 set layout_type = "two-columns-right";
 set sidebar_width = "230px";
 set tags_page_type = "";
 set userpics_position = "right";
+set custom_colors_template = "%%new%% .userpic a {background-color: %%background%%; border: solid 1px %%foreground%%;}";
 
 propgroup modules {
     property use module_userprofile_group;
--------------------------------------------------------------------------------