afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-22 04:49 pm

[dw-nonfree] Themes: Basic Boxes, ColorSide, Stepping Stones

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/41793a1bcdae]

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

Four ColorSide themes by [personal profile] branchandroot: Atom, Fish, Fall
Leaves, Wintergreen

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/colorside/themes-local.s2
  • cgi-bin/LJ/S2Theme/colorside_local.pm
  • htdocs/stc/colorside/atom.jpg
  • htdocs/stc/colorside/fallleaves.jpg
  • htdocs/stc/colorside/tribalfish.jpg
  • htdocs/stc/colorside/wintergreen.jpg
--------------------------------------------------------------------------------
diff -r 718b52372b3a -r 41793a1bcdae bin/upgrading/s2layers/colorside/themes-local.s2
--- a/bin/upgrading/s2layers/colorside/themes-local.s2	Sat Aug 22 15:34:44 2009 +0000
+++ b/bin/upgrading/s2layers/colorside/themes-local.s2	Sat Aug 22 16:42:43 2009 +0000
@@ -1,3 +1,138 @@
+#NEWLAYER: colorside/atom
+layerinfo "type" = "theme";
+layerinfo "name" = "ColorSide Atom";
+layerinfo "redist_uniq" = "colorside/atom";
+layerinfo author_name = "branchandroot";
+
+set layout_resources = [ { "name" => "Stock.XCHNG", "url" => "http://www.sxc.hu" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#ffffff";
+set color_page_text = "#000000";
+set color_page_link = "#CC0202";
+set color_page_link_visited = "#A40101";
+set color_page_border = "#333333";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#ffffff";
+set color_entry_title_background = "#919191";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#919191";
+set color_module_text = "#ffffff";
+set color_module_link = "#ffffff";
+set color_module_title = "#000000";
+set color_module_title_background = "#ffffff";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "colorside/atom.jpg";
+set image_background_header_height = 250;
+set image_background_header_position = "top right";
+set image_background_header_repeat = "no-repeat";
+
+
+#NEWLAYER: colorside/fallleaves
+layerinfo "type" = "theme";
+layerinfo "name" = "ColorSide Fall Leaves";
+layerinfo "redist_uniq" = "colorside/fallleaves";
+layerinfo author_name = "branchandroot";
+
+set layout_resources = [ { "name" => "Stock.XCHNG", "url" => "http://www.sxc.hu" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#ffffff";
+set color_page_text = "#000000";
+set color_page_link = "#FF4000";
+set color_page_link_visited = "#cc2000";
+set color_page_border = "#EC7C0A";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#ffffff";
+set color_entry_title_background = "#F9BB7D";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#844609";
+set color_module_text = "#fff9ee";
+set color_module_link = "#fff9ee";
+set color_module_title = "#000000";
+set color_module_title_background = "#ffffff";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "colorside/fallleaves.jpg";
+set image_background_header_height = 250;
+set image_background_header_position = "top right";
+set image_background_header_repeat = "no-repeat";
+
+
+#NEWLAYER: colorside/fish
+layerinfo "type" = "theme";
+layerinfo "name" = "ColorSide Fish";
+layerinfo "redist_uniq" = "colorside/fish";
+layerinfo author_name = "branchandroot";
+
+set layout_resources = [ { "name" => "Stock.XCHNG", "url" => "http://www.sxc.hu" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#ffffff";
+set color_page_text = "#000000";
+set color_page_link = "#8ABEE6";
+set color_page_link_visited = "#BCD2E9";
+set color_page_border = "#8ABEE6";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#ffffff";
+set color_entry_title_background = "#DD7D25";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#DD7D25";
+set color_module_text = "#fff9ee";
+set color_module_link = "#fff9ee";
+set color_module_title = "#000000";
+set color_module_title_background = "#ffffff";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "colorside/tribalfish.jpg";
+set image_background_header_height = 250;
+set image_background_header_position = "top right";
+set image_background_header_repeat = "no-repeat";
+
+
 #NEWLAYER: colorside/nadeshiko
 layerinfo "type" = "theme";
 layerinfo "name" = "Nadeshiko";
@@ -42,3 +177,48 @@ set image_background_header_position = "
 set image_background_header_position = "top right";
 set image_background_header_repeat = "no-repeat";
 
+
+#NEWLAYER: colorside/wintergreen
+layerinfo "type" = "theme";
+layerinfo "name" = "ColorSide Wintergreen";
+layerinfo "redist_uniq" = "colorside/wintergreen";
+layerinfo author_name = "branchandroot";
+
+set layout_resources = [ { "name" => "Stock.XCHNG", "url" => "http://www.sxc.hu" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#ffffff";
+set color_page_text = "#000000";
+set color_page_link = "#0000aa";
+set color_page_link_visited = "#9999cc";
+set color_page_border = "#5E6F45";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#ffffff";
+set color_entry_title_background = "#9DC77C";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#9DC77C";
+set color_module_text = "#fff9ee";
+set color_module_link = "#fff9ee";
+set color_module_title = "#000000";
+set color_module_title_background = "#ffffff";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "colorside/wintergreen.jpg";
+set image_background_header_height = 250;
+set image_background_header_position = "top right";
+set image_background_header_repeat = "no-repeat";
+
diff -r 718b52372b3a -r 41793a1bcdae cgi-bin/LJ/S2Theme/colorside_local.pm
--- a/cgi-bin/LJ/S2Theme/colorside_local.pm	Sat Aug 22 15:34:44 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/colorside_local.pm	Sat Aug 22 16:42:43 2009 +0000
@@ -1,5 +1,21 @@ package LJ::S2Theme::colorside::nadeshik
+package LJ::S2Theme::colorside::atom;
+use base qw( LJ::S2Theme::colorside );
+sub cats { qw() }
+
+package LJ::S2Theme::colorside::fallleaves;
+use base qw( LJ::S2Theme::colorside );
+sub cats { qw() }
+
+package LJ::S2Theme::colorside::fish;
+use base qw( LJ::S2Theme::colorside );
+sub cats { qw() }
+
 package LJ::S2Theme::colorside::nadeshiko;
 use base qw( LJ::S2Theme::colorside );
 sub cats { qw( featured ) }
 
+package LJ::S2Theme::colorside::wintergreen;
+use base qw( LJ::S2Theme::colorside );
+sub cats { qw() }
+
 1;
diff -r 718b52372b3a -r 41793a1bcdae htdocs/stc/colorside/atom.jpg
Binary file htdocs/stc/colorside/atom.jpg has changed
diff -r 718b52372b3a -r 41793a1bcdae htdocs/stc/colorside/fallleaves.jpg
Binary file htdocs/stc/colorside/fallleaves.jpg has changed
diff -r 718b52372b3a -r 41793a1bcdae htdocs/stc/colorside/tribalfish.jpg
Binary file htdocs/stc/colorside/tribalfish.jpg has changed
diff -r 718b52372b3a -r 41793a1bcdae htdocs/stc/colorside/wintergreen.jpg
Binary file htdocs/stc/colorside/wintergreen.jpg has changed
--------------------------------------------------------------------------------