fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-06-06 05:13 am

[dw-free] Misc. Themes: 10 themes

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

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

New theme for Brittle by [personal profile] rising: Pressed Flowers.

Patch and preview pics by [personal profile] ninetydegrees

Files modified:
  • bin/upgrading/s2layers/brittle/themes.s2
  • htdocs/img/customize/previews/brittle/pressedflowers.png
  • htdocs/stc/brittle/pressedflowers.png
--------------------------------------------------------------------------------
diff -r cc76755b35d6 -r 6d5f112a5a57 bin/upgrading/s2layers/brittle/themes.s2
--- a/bin/upgrading/s2layers/brittle/themes.s2	Mon Jun 06 12:58:19 2011 +0800
+++ b/bin/upgrading/s2layers/brittle/themes.s2	Mon Jun 06 13:12:52 2011 +0800
@@ -779,6 +779,101 @@
 set color_navigation_module_link_visited = "#f2b922";
 
 
+#NEWLAYER: brittle/pressedflowers
+layerinfo type = "theme";
+layerinfo name = "Pressed Flowers";
+layerinfo redist_uniq = "brittle/pressedflowers";
+layerinfo author_name = "rising";
+
+set theme_authors = [ { "name" => "rising", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_link = "38718a";
+set color_page_link_hover = "394c8c";
+set color_page_link_visited = "1e3d4b";
+set color_page_text = "161212";
+set color_footer_background = "#eec5cb";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#eec5cb";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_navigation_module_background = "#eec5cb";
+
+##===============================
+## Fonts
+##===============================
+
+set font_base = "News Gothic MT";
+set font_date_time = "News Gothic MT";
+set font_date_time_size = ".9";
+set font_entry_text = "News Gothic MT";
+set font_entry_text_size = "1";
+set font_entry_title = "News Gothic MT";
+set font_entry_title_size = ".9";
+set font_module_heading = "News Gothic MT";
+set font_navigation_module_text = "News Gothic MT";
+set font_navigation_module_text_size = ".9";
+set font_other_module_text = "News Gothic MT";
+set font_other_module_text_size = ".9";
+
+##===============================
+## Images
+##===============================
+
+set image_background_page_position = "top left";
+set image_background_page_repeat = "repeat";
+set image_background_page_url = "brittle/pressedflowers.png";
+
+function Page::print_theme_stylesheet() {
+    """
+    blockquote {
+        color: inherit;
+        border: none;
+        font-size: inherit;
+        font-style: normal;
+        margin-top: .9em;
+        margin-bottom: .9em;
+        padding: 1em;
+        }
+
+    a:hover {
+        text-decoration: underline;
+        }
+
+    #primary, #tertiary,
+    #comment, #footer {
+        width: 65%;
+        text-align: left;
+        }
+
+    div.entry, div.entry .inner,
+    div.comment, div.comment .inner {
+        line-height: 1.05em;
+        }
+
+    span.tag-text,
+    div.tag ul li,
+    div.metadata ul li {
+        font-size: .9em;
+        }
+
+    div.tag ul {
+        padding: 0;
+        }
+    """;
+}
+
+
 #NEWLAYER: brittle/rust
 layerinfo type = "theme";
 layerinfo name = "Rust";
diff -r cc76755b35d6 -r 6d5f112a5a57 htdocs/img/customize/previews/brittle/pressedflowers.png
Binary file htdocs/img/customize/previews/brittle/pressedflowers.png has changed
diff -r cc76755b35d6 -r 6d5f112a5a57 htdocs/stc/brittle/pressedflowers.png
Binary file htdocs/stc/brittle/pressedflowers.png has changed
--------------------------------------------------------------------------------