[dw-nonfree] Styles: 8 NaNoWriMo themes
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/e409e8207749]
http://bugs.dwscoalition.org/show_bug.cgi?id=3120
NaNo theme for Modular by
cheyinka. Includes the 2010 badge
(optional).
Patch by
fu. Preview pic by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3120
NaNo theme for Modular by
(optional).
Patch by
Files modified:
- bin/upgrading/s2layers-local.dat
- bin/upgrading/s2layers/modular/themes-local.s2
- cgi-bin/LJ/S2Theme/modular_local.pm
- htdocs/img/customize/previews/modular/nnwm2010grounded.png
- htdocs/stc/layouts/nano-badge2010.png
--------------------------------------------------------------------------------
diff -r 7344d8b215ec -r e409e8207749 bin/upgrading/s2layers-local.dat
--- a/bin/upgrading/s2layers-local.dat Sun Oct 24 01:56:22 2010 +0800
+++ b/bin/upgrading/s2layers-local.dat Wed Oct 27 12:10:45 2010 +0800
@@ -5,6 +5,8 @@ colorside/themes-local theme+
modish/themes-local theme+ modish/layout
+modular/themes-local theme+ modular/layout
+
sundaymorning/layout layout core2
sundaymorning/themes theme+ sundaymorning/layout
diff -r 7344d8b215ec -r e409e8207749 bin/upgrading/s2layers/modular/themes-local.s2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/upgrading/s2layers/modular/themes-local.s2 Wed Oct 27 12:10:45 2010 +0800
@@ -0,0 +1,70 @@
+#NEWLAYER: modular/nnwm2010grounded
+layerinfo type = "theme";
+layerinfo name = "NNWM 2010 Grounded";
+layerinfo redist_uniq = "modular/nnwm2010grounded";
+layerinfo author_name = "cheyinka";
+
+set theme_authors = [ { "name" => "cheyinka", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#88746a";
+set color_page_link = "#0060A0";
+set color_page_link_active = "#FDB713";
+set color_page_link_hover = "#FDB713";
+set color_page_link_visited = "#60A000";
+set color_page_text = "#000";
+set color_page_title = "#e4502e";
+set color_header_background = "#f4e7d9";
+set color_footer_background = "#f4e7d9";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#f4e7d9";
+set color_entry_border = "#E4502E";
+set color_entry_interaction_links = "#E4502E";
+set color_entry_link = "#0060A0";
+set color_entry_link_active = "#FDB713";
+set color_entry_link_hover = "#FDB713";
+set color_entry_link_visited = "#60A000";
+set color_entry_text = "#000";
+set color_entry_title = "#000";
+set color_entry_title_background = "#A5C039";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#f4e7d9";
+set color_module_border = "#E4502E";
+set color_module_link = "#003000";
+set color_module_link_active = "#FDB713";
+set color_module_link_hover = "#FDB713";
+set color_module_link_visited = "#200070";
+set color_module_text = "#000";
+set color_module_title = "#000";
+set color_module_title_background = "#89CCE2";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "layouts/nano-badge2010.png";
+set image_background_header_repeat = "no-repeat";
+
+function Page::print_theme_stylesheet() {
+ """
+ #header {
+ background-position: 99% center;
+ min-height: 95px;
+ }
+
+ #title, #subtitle, #pagetitle {
+ margin-right: 125px;
+ }
+ """;
+}
diff -r 7344d8b215ec -r e409e8207749 cgi-bin/LJ/S2Theme/modular_local.pm
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cgi-bin/LJ/S2Theme/modular_local.pm Wed Oct 27 12:10:45 2010 +0800
@@ -0,0 +1,8 @@
+use strict;
+
+package LJ::S2Theme::modular::nnwm2010grounded;
+use base qw( LJ::S2Theme::modular );
+sub cats { qw() }
+sub designer { "cheyinka" }
+
+1;
diff -r 7344d8b215ec -r e409e8207749 htdocs/img/customize/previews/modular/nnwm2010grounded.png
Binary file htdocs/img/customize/previews/modular/nnwm2010grounded.png has changed
diff -r 7344d8b215ec -r e409e8207749 htdocs/stc/layouts/nano-badge2010.png
Binary file htdocs/stc/layouts/nano-badge2010.png has changed
--------------------------------------------------------------------------------

no subject
no subject