fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-10-27 03:45 am

[dw-free] Styles: 8 NaNoWriMo themes

[commit: http://hg.dwscoalition.org/dw-free/rev/a943d0936dc2]

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

Two themes in NNWM colors for ColorSide, by [personal profile] timeasmymeasure .

Patch by [personal profile] fu. Preview pictures by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/colorside/themes.s2
  • cgi-bin/LJ/S2Theme/colorside.pm
  • htdocs/img/customize/previews/colorside/nnwm2010fresh.png
  • htdocs/img/customize/previews/colorside/nnwm2010warmth.png
--------------------------------------------------------------------------------
diff -r 18ecb024c7ac -r a943d0936dc2 bin/upgrading/s2layers/colorside/themes.s2
--- a/bin/upgrading/s2layers/colorside/themes.s2	Wed Oct 27 11:25:03 2010 +0800
+++ b/bin/upgrading/s2layers/colorside/themes.s2	Wed Oct 27 11:44:35 2010 +0800
@@ -250,6 +250,142 @@ function Page::print_theme_stylesheet ()
 }
 
 
+#NEWLAYER: colorside/nnwm2010fresh
+layerinfo type = "theme";
+layerinfo name = "NNWM 2010 Fresh";
+layerinfo redist_uniq = "colorside/nnwm2010fresh";
+layerinfo author_name = "timeasmymeasure";
+
+set theme_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#dcf1f9";
+set color_page_border = "#617f7a";
+set color_page_link = "#94ac33";
+set color_page_link_hover = "#e4502e";
+set color_page_text = "#7f6c63";
+set color_page_title = "#69aec4";
+set color_header_background = "#fff";
+set color_footer_link = "#69aec4";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#fff";
+set color_entry_interaction_links = "#69aec4";
+set color_entry_link = "#94ac33";
+set color_entry_link_hover = "#e4502e";
+set color_entry_title = "#69aec4";
+set color_entry_title_background = "#f0fbc6";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#fff";
+set color_module_link = "#94ac33";
+set color_module_link_hover = "#e4502e";
+set color_module_title = "#69aec4";
+set color_module_title_background = "#f0fbc6";
+
+##===============================
+## Fonts
+##===============================
+
+set font_base = "Georgia";
+set font_entry_title = "Georgia";
+set font_fallback = "serif";
+set font_journal_subtitle = "Georgia";
+set font_journal_title = "Georgia";
+set font_module_heading = "Georgia";
+set font_module_text = "Georgia";
+
+function Page::print_theme_stylesheet () {
+    """
+    #header {
+        padding: 5px;
+        }
+
+    .entry {
+        padding: 5px;
+        }
+    """;
+}
+
+
+#NEWLAYER: colorside/nnwm2010warmth
+layerinfo type = "theme";
+layerinfo name = "NNWM 2010 Warmth";
+layerinfo redist_uniq = "colorside/nnwm2010warmth";
+layerinfo author_name = "timeasmymeasure";
+
+set theme_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#f4e7d9";
+set color_page_border = "#7f6c63";
+set color_page_link = "#e4a511";
+set color_page_link_hover = "#69aec4";
+set color_page_text = "#7f6c63";
+set color_page_title = "#e4502e";
+set color_header_background = "#fff";
+set color_footer_background = "#fff";
+set color_footer_link = "#e4502e";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#fff";
+set color_entry_interaction_links = "#e4502e";
+set color_entry_link = "#e4a511";
+set color_entry_link_hover = "#69aec4";
+set color_entry_title = "#e4502e";
+set color_entry_title_background = "f9d895";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#fff";
+set color_module_link = "#e4a511";
+set color_module_link_hover = "#69aec4";
+set color_module_text = "#88746a";
+set color_module_title = "#e4502e";
+set color_module_title_background = "f9d895";
+
+##===============================
+## Fonts
+##===============================
+
+set font_base = "Georgia";
+set font_entry_title = "Georgia";
+set font_fallback = "serif";
+set font_journal_subtitle = "Georgia";
+set font_journal_title = "Georgia";
+set font_module_heading = "Georgia";
+set font_module_text = "Georgia";
+
+function Page::print_theme_stylesheet () {
+    """
+    #header {
+        padding: 5px;
+        }
+
+    .entry {
+        padding: 5px;
+        }
+    """;
+}
+
+
 #NEWLAYER: colorside/scatteredfields
 layerinfo type = "theme";
 layerinfo name = "Scattered Fields";
diff -r 18ecb024c7ac -r a943d0936dc2 cgi-bin/LJ/S2Theme/colorside.pm
--- a/cgi-bin/LJ/S2Theme/colorside.pm	Wed Oct 27 11:25:03 2010 +0800
+++ b/cgi-bin/LJ/S2Theme/colorside.pm	Wed Oct 27 11:44:35 2010 +0800
@@ -27,6 +27,16 @@ sub cats { qw() }
 sub cats { qw() }
 sub designer { "zvi" }
 
+package LJ::S2Theme::colorside::nnwm2010fresh;
+use base qw( LJ::S2Theme::colorside );
+sub cats { qw() }
+sub designer { "timeasmymeasure" }
+
+package LJ::S2Theme::colorside::nnwm2010warmth;
+use base qw( LJ::S2Theme::colorside );
+sub cats { qw() }
+sub designer { "timeasmymeasure" }
+
 package LJ::S2Theme::colorside::scatteredfields;
 use base qw( LJ::S2Theme::colorside );
 sub cats { qw( featured ) }
diff -r 18ecb024c7ac -r a943d0936dc2 htdocs/img/customize/previews/colorside/nnwm2010fresh.png
Binary file htdocs/img/customize/previews/colorside/nnwm2010fresh.png has changed
diff -r 18ecb024c7ac -r a943d0936dc2 htdocs/img/customize/previews/colorside/nnwm2010warmth.png
Binary file htdocs/img/customize/previews/colorside/nnwm2010warmth.png has changed
--------------------------------------------------------------------------------