kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2012-07-20 04:15 am

[dw-free] New Style: Bannering by branchandroot

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

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

New style Bannering with 14 themes: Over the Hills, Seaside, Frosty Night,
Adjustable Gradient, Adjustable Stripes, Adjustable Stripes Diagonal, Wind
Power, Sea Church, Sea Lions, Fronds, Tomatoes, Finches, Black Hill,
Stonehenge.

Theme by [personal profile] branchandroot. Patch and previews by [personal profile] momijizukamori.

Files modified:
  • bin/upgrading/s2layers.dat
  • bin/upgrading/s2layers/bannering/layout.s2
  • bin/upgrading/s2layers/bannering/themes.s2
  • cgi-bin/LJ/S2Theme.pm
  • cgi-bin/LJ/S2Theme/bannering.pm
  • htdocs/img/customize/previews/bannering/adjustablegradient.png
  • htdocs/img/customize/previews/bannering/adjustablestripes.png
  • htdocs/img/customize/previews/bannering/adjustablestripesdiagonal.png
  • htdocs/img/customize/previews/bannering/blackhill.png
  • htdocs/img/customize/previews/bannering/finches.png
  • htdocs/img/customize/previews/bannering/fronds.png
  • htdocs/img/customize/previews/bannering/frostynight.png
  • htdocs/img/customize/previews/bannering/overthehills.png
  • htdocs/img/customize/previews/bannering/seachurch.png
  • htdocs/img/customize/previews/bannering/sealions.png
  • htdocs/img/customize/previews/bannering/seaside.png
  • htdocs/img/customize/previews/bannering/stonehenge.png
  • htdocs/img/customize/previews/bannering/tomatoes.png
  • htdocs/img/customize/previews/bannering/windpower.png
  • htdocs/stc/bannering/adjustablegradient.png
  • htdocs/stc/bannering/adjustablestripes.png
  • htdocs/stc/bannering/adjustablestripesdiagonal.png
  • htdocs/stc/bannering/blackhill.jpg
  • htdocs/stc/bannering/blackhill_tile.jpg
  • htdocs/stc/bannering/finches.jpg
  • htdocs/stc/bannering/finches_tile.jpg
  • htdocs/stc/bannering/fronds_left.jpg
  • htdocs/stc/bannering/fronds_right.jpg
  • htdocs/stc/bannering/frostynight.png
  • htdocs/stc/bannering/frostynight_tile.png
  • htdocs/stc/bannering/overthehills.png
  • htdocs/stc/bannering/seachurch.jpg
  • htdocs/stc/bannering/seachurch_tile.jpg
  • htdocs/stc/bannering/sealions.jpg
  • htdocs/stc/bannering/seaside_left.jpg
  • htdocs/stc/bannering/seaside_right.png
  • htdocs/stc/bannering/stonehenge.jpg
  • htdocs/stc/bannering/stonehenge_tile.jpg
  • htdocs/stc/bannering/tomatoes.jpg
  • htdocs/stc/bannering/windpower.jpg
--------------------------------------------------------------------------------
diff -r f142c42265f0 -r 1bafbd9325bb bin/upgrading/s2layers.dat
--- a/bin/upgrading/s2layers.dat	Tue Jul 17 00:12:34 2012 -0700
+++ b/bin/upgrading/s2layers.dat	Thu Jul 19 21:19:04 2012 -0700
@@ -19,6 +19,9 @@
 basicboxes/layout        layout(core2base/layout)    core2
 basicboxes/themes        theme+                      basicboxes/layout
 
+bannering/layout         layout(core2base/layout)    core2
+bannering/themes         theme+                      bannering/layout
+
 blanket/layout           layout                      core2
 blanket/themes           theme+                      blanket/layout
 
diff -r f142c42265f0 -r 1bafbd9325bb bin/upgrading/s2layers/bannering/layout.s2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/upgrading/s2layers/bannering/layout.s2	Thu Jul 19 21:19:04 2012 -0700
@@ -0,0 +1,534 @@
+layerinfo type = "layout";
+layerinfo name = "Bannering";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/layout";
+layerinfo lang = "en";
+
+set layout_authors = [ { "name" => "branchandroot", "type" => "user" } ];
+
+##===============================
+## Display settings - general
+##===============================
+
+propgroup presentation_child {
+
+property string header_border {
+    des = "Add border to header";
+    values = "none|None|bottom|Bottom|topbottom|Top and Bottom|all|On All Sides";
+    }
+property string header_border_width {
+    des = "Define width of optional header border";
+    }
+property string header_border_style {
+    des = "Define style of optional header border";
+    values = "solid|Solid|double|Double|dotted|Dotted|dashed|Dashed";
+    }
+property string header_margin {
+    des = "Add a margin around the header";
+    }
+property string header_title_position {
+    des = "Position journal and page titles";
+    values = "left|Left|right|Right|center|Center";
+    }
+property string header_title_spacing_top {
+    des = "Put extra space above the journal and page titles";
+    }
+property string header_title_spacing_side {
+    des = "Put extra space to the side of the journal and page titles";
+    }
+}
+
+set userpics_position = "left";
+set header_border = "none";
+set header_border_width = "1px";
+set header_border_style = "solid";
+set header_margin = "0em";
+set header_title_position = "left";
+set header_title_spacing_top = "0em";
+set header_title_spacing_side = "0em";
+
+set layout_type = "two-columns-left";
+
+set sidebar_width = "13em";
+set sidebar_width_doubled = "26em";
+
+
+##===============================
+##Modules
+##===============================
+
+property string module_navlinks_section_override {
+       values = "none|(none)|header|Header|one|Main Module Section|two|Second Module Section";
+       grouped = 1;
+       }
+
+set grouped_property_override = { "module_navlinks_section" => "module_navlinks_section_override" };
+
+set module_navlinks_section = "header";
+
+
+##===============================
+##Text
+##===============================
+
+set entry_management_links = "text";
+set comment_management_links = "text";
+
+set text_entry_prev = "Previous";
+set text_entry_next = "Next";
+set text_mem_add = "Memory";
+set text_watch_comments = "Track";
+set text_unwatch_comments = "Untrack";
+set text_tell_friend = "Share";
+set text_post_comment = "Reply";
+set text_post_comment_friends = "Reply";
+
+
+##===============================
+## More Images and Colors
+##===============================
+
+propgroup images_child {
+    property string[] image_header_background_group2 {
+        des = "Second header image";
+        grouptype = "image";
+    }
+    set image_header_background_group2 = [ "image_background_header_inner_url", "image_background_header_inner_repeat", "image_background_header_inner_position" ];
+    property string image_background_header_inner_url {
+        grouped = 1;
+    }
+    property string image_background_header_inner_repeat {
+        values = "repeat|tile image|no-repeat|don't tile|repeat-x|tile horizontally|repeat-y|tile vertically";
+         grouped = 1;
+    }
+    property string image_background_header_inner_position {
+        values = "top left|top left|top center|top center|top right|top right|center left|center left|center center|center|center right|center right|bottom left|bottom left|bottom center|bottom center|bottom right|bottom right";
+         grouped = 1;
+    }
+    property int image_background_header_inner_height {
+        des = "The height of your second header image, in pixels.  Use 0 for default."; }
+}
+
+propgroup colors_child {
+    property Color color_header_inner_background { des = "Color of the inner header."; }
+    property Color color_navlinks_current { des = "The color of the nav link for the page you are currently on."; }
+    property Color color_navlinks_link { des = "The link color of the nav links (used when those appear in the header)."; }
+    property Color color_navlinks_link_visited { des = "The visited link color of the nav links (used when those appear in the header)."; }
+    property Color color_header_border { des = "Color of the header border."; }
+}
+
+
+##=============
+## Functions
+##============
+
+
+# Give a title to the navlinks module
+function print_module_navlinks() {
+    var Page p = get_page();
+    var string title = "Navigation";
+    open_module("navlinks", "$title", "");
+    var string[] links = [];
+    foreach var string k ($p.views_order) {
+        var string css = """ class="$k" """;
+        if ($p.view == $k) { $css = """ class="current $k" """; }
+        $links[size $links] = """<a href="$p.view_url{$k}"$css>""" + lang_viewname($k) + """</a>""";
+    }
+    print_module_list($links);
+    close_module();
+}
+
+function Page::print() {
+    """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n<head profile="http://www.w3.org/2006/03/hcard http://purl.org/uF/hAtom/0.1/ http://gmpg.org/xfn/11">\n""";
+    $this->print_head();
+    $this->print_stylesheets();
+    $this->print_head_title();
+    """</head>""";
+    $this->print_wrapper_start();
+    $this->print_control_strip();
+    """
+    <div id="canvas">
+        <div class="inner">
+            <div id="header">
+                <div class="inner">
+                    """;
+                    $this->print_module_section("header");
+                    $this->print_global_title();
+                    $this->print_global_subtitle();
+                    $this->print_title();
+    """
+                </div><!-- end header>inner -->
+            </div><!-- end header -->
+            <div id="content">
+                <div class="inner">
+    """;
+                if ($*layout_type == "one-column-split") {
+    """
+                    <div id="secondary"><div class="inner">
+    """;
+                        $this->print_module_section("one");
+    """
+                    </div></div><!--  end secondary and secondary>inner -->
+    """;
+                }
+    """
+                    <div id="primary"><div class="inner">
+                        """;
+                        $this->print_body();
+    """
+                    </div></div><!-- end primary and primary>inner -->
+    """;
+                if ($*layout_type != "one-column-split") {
+    """
+                    <div id="secondary"><div class="inner">
+    """;
+                        $this->print_module_section("one");
+    """
+                    </div></div><!--  end secondary and secondary>inner -->
+    """;
+                }
+    """
+                    <div id="invisible-separator" style="float: left; width: 1px;"></div> <!-- this is a hack for IE7 + two-columns-right -->
+                    <div id="tertiary"><div class="inner">
+                        """;
+                        $this->print_module_section("two");
+    """
+                    </div></div><!-- end tertiary and tertiary>inner -->
+                    <div id="content-footer"></div>
+                </div><!-- end content>inner -->
+            </div> <!-- end content -->
+        </div> <!-- end canvas>inner -->
+    """;
+
+    """
+    <div id="footer">
+        <div class="inner">
+            """;
+            print safe """
+                <div class="page-top"><a href="#">$*text_page_top</a></div>
+        </div><!-- end footer>inner -->
+    </div><!-- end footer -->
+
+    </div> <!-- end canvas -->
+    """;
+    $this->print_wrapper_end();
+    """</html>""";
+}
+
+function print_stylesheet () {
+
+    var string header_inner_background = generate_background_css ($*image_background_header_inner_url, $*image_background_header_inner_repeat, $*image_background_header_inner_position, $*color_header_inner_background);
+    if ($*image_background_header_inner_height > 0) {
+        $header_inner_background = """
+            $header_inner_background
+            height: """ + $*image_background_header_inner_height + """px;""";
+    }
+
+var string userpic_css = "";
+    if ($*userpics_position == "right") {
+        $userpic_css = ".entry .userpic,
+        .comment .userpic { float: right; }
+        .entry .userpic img,
+        .comment .userpic img { right: 0; }
+
+        .has-userpic .entry .header,
+        .has-userpic .comment .header { margin-right: 110px; }";
+    }
+    else {
+        $userpic_css = ".entry .userpic,
+        .comment .userpic { float: left;
+            margin-left: 0 !important; }
+        .entry .userpic img,
+        .comment .userpic img { left: 0; }
+
+        .has-userpic .entry .header,
+        .has-userpic .comment .header { margin-left: 110px; }";
+    }
+
+
+var string header_border_css = "";
+    if ($*header_border == "bottom") {
+        $header_border_css = "#header { border-bottom: $*header_border_style $*header_border_width $*color_header_border; }";
+    }
+    if ($*header_border == "topbottom") {
+        $header_border_css = "#header { border-bottom: $*header_border_style $*header_border_width $*color_header_border;
+            border-top: $*header_border_style $*header_border_width $*color_header_border; }";
+    }
+    if ($*header_border == "all") {
+        $header_border_css = "#header { border: $*header_border_style $*header_border_width $*color_header_border; }";
+    }
+
+var string header_spacing_css = "";
+    if ($*header_title_position == "left") {
+        $header_spacing_css = "#title { margin-top: $*header_title_spacing_top; }
+             #header > .inner:first-child { padding-left: $*header_title_spacing_side; } ";
+    }
+    if ($*header_title_position == "right") {
+        $header_spacing_css = "#title { margin-top: $*header_title_spacing_top; }
+             #header > .inner:first-child { padding-right: $*header_title_spacing_side; } ";
+    }
+    if ($*header_title_position == "center") {
+        $header_spacing_css = "#title { margin-top: $*header_title_spacing_top; }
+             #header > .inner:first-child { padding-right: $*header_title_spacing_side;
+                padding-left: $*header_title_spacing_side; } ";
+    }
+
+
+var string navlinks_css = "";
+    if ($*module_navlinks_section == "header") {
+        $navlinks_css = ".module-navlinks { position: absolute;
+                top: 1em;
+                right: 2em;
+                border: none;
+                background-color: transparent; }
+            .module-navlinks li { display: inline;
+                padding-left: .5em;
+                border-left: 1px solid $*color_page_title; }
+            .module-navlinks ul > li:first-child { border-left: none; }
+            .module-navlinks .module-header { display: none; }
+            .module-navlinks a { color: $*color_navlinks_link; }
+            .module-navlinks a:visited { color: $*color_navlinks_link_visited; }";
+    }
+    else {
+        $navlinks_css = "";
+    }
+
+
+    """
+
+/* Bannering  */
+
+body { margin: 0; }
+
+blockquote { padding: 1em 1em .5em 2em;
+    font-style: italic;  }
+blockquote > p:first-child { margin-top: 0; }
+q { font-style: italic; }
+dl dt { font-weight: bold; }
+
+a:hover { text-decoration: none; }
+
+.module-navlinks,
+.datetime,
+.entry .metadata,
+.entry .footer,
+.comment .footer,
+.module { font-size: small; }
+
+#canvas { position: relative;
+    padding-top: 1px; }
+
+#header {
+    margin: $*header_margin;
+    text-align: $*header_title_position;
+    margin: 0;
+    margin-bottom: 1em;
+    padding: 0; }
+
+#header > .inner:first-child {
+    $header_inner_background
+    margin: 0; padding: 0;
+    padding-top: 1px; /*really freaking annoying workaround for margin stupidity */
+    margin-top: -1px;
+}
+
+$header_border_css
+
+$header_spacing_css
+
+#footer { margin: 1em 0; }
+
+#title,
+#subtitle,
+#pagetitle { padding-left: 1em;
+    padding-right: 1em; }
+
+#title { font-size: large; }
+#subtitle { font-size: medium;
+    font-style: italic; }
+#pagetitle { font-weight: normal;
+    font-size: small; }
+
+#content {margin: 2em 5% 0 5%; }
+
+.navigation { text-align: center;
+    padding: 1px;
+    margin: 0 0 2em 0; }
+
+#primary > .inner:first-child { padding: 0 3em; }
+
+
+/* Entry and Comments */
+
+.entry-wrapper,
+.comment-wrapper { border-bottom: 1px solid $*color_entry_border;
+    margin-bottom: 2em;
+    position: relative; }
+
+.entry { border: none; }
+
+.has-userpic .entry .userpic,
+.has-userpic .comment .userpic {
+    height: 20px;
+    width: 100px;
+    margin: 0 1em 1em 1em; }
+.has-userpic .comment .userpic { height: 40px; }
+
+.entry .userpic img,
+.comment .userpic img { position: absolute;
+     top: 0; }
+
+$userpic_css
+
+.entry .contents,
+.comment .contents { margin: 1em 0; }
+
+.entry-content,
+.comment-content { margin-top: 1em; }
+
+.entry .metadata { font-style: italic.
+    margin-bottom: -1em; }
+
+.entry .footer,
+.comment .footer { clear: both;
+    padding-bottom: .5em; }
+
+.entry .footer { text-align: right; }
+
+.entry .tag { margin-bottom: .5em;
+    text-align: left; }
+
+ul.entry-management-links,
+.comment-management-links { display: inline;
+	line-height: 2em; }
+ul.entry-interaction-links,
+.comment-interaction-links { display: inline;
+	line-height: 2em; }
+
+ul.entry-management-links li,
+ul.entry-interaction-links li { border-left: 1px solid; padding-left: .5em; }
+ul.entry-management-links li.first-item {border-left: none; padding-left: .25em; }
+
+.bottomcomment { padding: 0 .25em .25em .25em;
+    margin-top: 1em;
+    text-align: right; }
+.bottomcomment label { white-space: nowrap; }
+
+.multiform-checkbox { clear: both;
+    display: block; }
+
+.partial .comment-title { display: inline; }
+
+#qrformdiv table { padding: .5em; }
+
+/* Archive */
+
+.year .month,
+#archive-month .month { margin-bottom: 2em; }
+
+.month .contents { padding: 1em .5em 0 .5em; }
+.month .footer {padding: 0 .5em 1em .5em;
+    text-align: center; }
+
+.month .header {  color: $*color_entry_title;
+    font-family: $*font_entry_title;
+    background: $*color_entry_title_background;
+    padding: 1px .25em; }
+
+table.month td,
+table.month th { vertical-align: top;
+    padding: .25em .5em; }
+
+table.month caption { color: $*color_page_background; }
+
+#archive-month .month { padding: 0 1em; }
+
+#archive-month .entry-title { font-weight: bold; }
+
+h3.day-date { text-align: center;
+    margin-bottom: 2em; }
+
+/* Icon Page */
+
+.icon-image {
+    display: inline;
+    float: left;
+    }
+
+.icon-image img {
+    padding: 0.2em 0.5em;
+    margin-right: 1em;
+    margin-top: 15px;
+    }
+
+.icon-info {
+    overflow:auto;
+    vertical-align: bottom;
+    word-wrap: break-word;
+    }
+
+.icons-container .icon {
+    width:50%;
+    float: left;
+    vertical-align: botton;
+    min-width: 350px;
+    }
+
+.icon-info .label,
+.icon-info span {
+    font-weight: bold;
+    }
+
+.icons-container .inner .footer {
+    clear: both;
+    text-align: center;
+    }
+
+
+
+/* Sidebars */
+
+.two-columns-left #secondary, .three-columns-sides #secondary, .three-columns-left #secondary, .three-columns-left #tertiary { border-right: 1px solid $*color_module_border; }
+.two-columns-right #secondary, .three-columns-sides #tertiary, .three-columns-right #secondary, .three-columns-right #tertiary { border-left: 1px solid $*color_module_border; }
+
+.one-column #content .module {
+    display: inline-block;
+    vertical-align: top;
+    width: $*sidebar_width;
+    text-align:left;
+    padding: 0 .25em;
+    }
+
+.one-column #content .module-wrapper {
+    text-align:center;
+    }
+
+.module { margin-bottom: 1em;
+    border: none; }
+
+.module-content ul,
+.module-list,
+.module-credit dl { list-style: none;
+    margin: 0; padding: 0; }
+
+.module-content ul ul { margin-left: 1em; }
+
+.module-header { font-size: large; }
+.module-header a { color: $*color_module_title; }
+
+.module .userlite-interaction-links { margin-top: .5em; }
+
+.module-calendar .module-content { text-align: left; }
+.module-calendar table { margin: 0; }
+
+$navlinks_css
+.module-navlinks a.current { color: $*color_navlinks_current;
+    text-decoration: none; }
+
+.search-box {max-width: 100%;}
+
+#footer { text-align: right;
+    padding: .5em 2em; }
+
+    """;
+}
diff -r f142c42265f0 -r 1bafbd9325bb bin/upgrading/s2layers/bannering/themes.s2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/upgrading/s2layers/bannering/themes.s2	Thu Jul 19 21:19:04 2012 -0700
@@ -0,0 +1,863 @@
+#NEWLAYER: bannering/adjustablegradient
+layerinfo type = "theme";
+layerinfo name = "Adjustable Gradient";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/adjustablegradient";
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#606";
+set color_page_link_visited = "#660";
+set color_page_link_active = "#900";
+set color_page_title = "#fff";
+set color_header_background = "#606";
+set header_title_spacing_top = "1.5em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#666";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#666";
+set color_navlinks_link = "#fff";
+set color_navlinks_link_visited = "#ccc";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_inner_url = "bannering/adjustablegradient.png";
+set image_background_header_inner_repeat = "repeat-x";
+set image_background_header_inner_position = "bottom left";
+set image_background_header_inner_height = 200;
+set image_background_header_height = 185;
+
+
+#NEWLAYER: bannering/adjustablestripes
+layerinfo type = "theme";
+layerinfo name = "Adjustable Stripes";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/adjustablestripes";
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#900";
+set color_page_link_visited = "#660";
+set color_page_link_active = "#009";
+set color_page_title = "#fff";
+set color_header_inner_background = "#600";
+set header_border = "bottom";
+set color_header_border = "#000";
+set header_border_width = "3px";
+set header_border_style = "solid";
+set header_title_spacing_top = "1.5em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#666";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#666";
+set color_navlinks_link = "#fff";
+set color_navlinks_link_visited = "#ccc";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_inner_url = "bannering/adjustablestripes.png";
+set image_background_header_inner_height = 200;
+
+
+#NEWLAYER: bannering/adjustablestripesdiagonal
+layerinfo type = "theme";
+layerinfo name = "Adjustable Stripes Diagonal";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/adjustablestripesdiagonal";
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#066";
+set color_page_link_visited = "#660";
+set color_page_link_active = "#900";
+set color_page_title = "#fff";
+set color_header_inner_background = "#066";
+set header_border = "bottom";
+set color_header_border = "#333";
+set header_border_width = "3px";
+set header_border_style = "solid";
+set header_title_spacing_top = "1.5em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#666";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#666";
+set color_navlinks_link = "#fff";
+set color_navlinks_link_visited = "#ccc";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_inner_url = "bannering/adjustablestripesdiagonal.png";
+set image_background_header_inner_height = 200;
+
+
+#NEWLAYER: bannering/blackhill
+layerinfo type = "theme";
+layerinfo name = "Black Hill";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/blackhill";
+
+
+#uses image by pinepig (www.cafepress.com/pinepigstudio)
+
+set layout_resources = [ { "name" => "pinepig", "url" => "http://www.cafepress.com/pinepigstudio/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#000";
+set color_page_text = "#f6f3ee";
+set color_page_link = "#cff";
+set color_page_link_visited = "#cc9";
+set color_page_link_active = "#e00";
+set color_page_title = "#000";
+set header_title_spacing_top = "40px";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#f6f3ee";
+set color_entry_border = "#ccc";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#f6f3ee";
+set color_module_border = "#ccc";
+set color_navlinks_current = "#000";
+set color_navlinks_link = "#fff";
+set color_navlinks_link_visited = "#ccc";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/blackhill_tile.jpg";
+set image_background_header_repeat = "repeat-x";
+set image_background_header_position = "top left";
+set image_background_header_height = 300;
+set image_background_header_inner_url = "bannering/blackhill.jpg";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "top right";
+set image_background_header_inner_height = 300;
+
+
+#NEWLAYER: bannering/finches
+layerinfo type = "theme";
+layerinfo name = "Finches";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/finches";
+
+
+# image by Bill Pusztai (http://www.radiantpage.com/ )
+
+set layout_resources = [ { "name" => "Bill Pusztai", "url" => "http://www.radiantpage.com/" } ];
+
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#b6bf92";
+set color_page_link_visited = "#ac3b19";
+set color_page_link_active = "#506b8b";
+set color_page_title = "#fffff9";
+set header_border = "bottom";
+set color_header_border = "#000";
+set header_border_width = "2px";
+set header_border_style = "solid";
+set header_title_spacing_top = "70px";
+set header_title_spacing_side = "4em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#000";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#000";
+set color_navlinks_current = "#fffff9";
+set color_navlinks_link_visited = "#80371c";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/finches_tile.jpg";
+set image_background_header_repeat = "repeat-x";
+set image_background_header_position = "bottom right";
+set image_background_header_inner_url = "bannering/finches.jpg";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "bottom right";
+set image_background_header_inner_height = 299;
+
+
+#NEWLAYER: bannering/fronds
+layerinfo type = "theme";
+layerinfo name = "Fronds";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/fronds";
+
+
+# image by Bill Pusztai (http://www.radiantpage.com/ )
+
+set layout_resources = [ { "name" => "Bill Pusztai", "url" => "http://www.radiantpage.com/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#38341b";
+set color_page_text = "#fff";
+set color_page_link = "#b6bf92";
+set color_page_link_visited = "#a7a08d";
+set color_page_link_active = "#900";
+set color_page_title = "#000";
+set color_header_background = "#fefdf9";
+set header_border = "topbottom";
+set color_header_border = "#000";
+set header_border_width = "2px";
+set header_border_style = "solid";
+set header_title_spacing_top = "110px";
+set header_title_spacing_side = "100px";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#fff";
+set color_entry_border = "#fefdf9";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#fff";
+set color_module_border = "#fefdf9";
+set color_navlinks_current = "#000";
+set color_navlinks_link = "#809435";
+set color_navlinks_link_visited = "#585336";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/fronds_right.jpg";
+set image_background_header_repeat = "no-repeat";
+set image_background_header_position = "bottom right";
+set image_background_header_inner_url = "bannering/fronds_left.jpg";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "bottom left";
+set image_background_header_inner_height = 300;
+
+
+#NEWLAYER: bannering/frostynight
+layerinfo type = "theme";
+layerinfo name = "Frosty Night";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/frostynight";
+
+
+#uses "xmas card" by Chrisdesign (http://openclipart.org/media/files/Chrisdesign/5904)
+
+set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#000";
+set color_page_text = "#fff";
+set color_page_link = "#aec7e3";
+set color_page_link_visited = "#7e97b3";
+set color_page_link_active = "#ee0";
+set color_header_background = "#141434";
+set header_title_spacing_top = "2em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#fff";
+set color_entry_border = "#eee";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#fff";
+set color_module_border = "#eee";
+set color_navlinks_current = "#fff";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/frostynight_tile.png";
+set image_background_header_repeat = "repeat-x";
+set image_background_header_position = "bottom right";
+set image_background_header_height = 300;
+set image_background_header_inner_url = "bannering/frostynight.png";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "bottom right";
+set image_background_header_inner_height = 300;
+
+
+#NEWLAYER: bannering/overthehills
+layerinfo type = "theme";
+layerinfo name = "Over The Hills";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/overthehills";
+
+
+#uses "landscape" by hrum (http://openclipart.org/media/files/hrum/14927)
+
+set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#63A64C";
+set color_page_link_visited = "#3B804C";
+set color_page_link_active = "#a61206";
+set header_title_spacing_top = "1.5em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#666";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#666";
+set color_navlinks_current = "#000";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/overthehills.png";
+set image_background_header_repeat = "repeat-x";
+set image_background_header_position = "bottom left";
+set image_background_header_height = 290;
+
+
+#NEWLAYER: bannering/seachurch
+layerinfo type = "theme";
+layerinfo name = "Sea Church";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/seachurch";
+
+
+#uses image by pinepig (www.cafepress.com/pinepigstudio)
+
+set layout_resources = [ { "name" => "pinepig", "url" => "http://www.cafepress.com/pinepigstudio/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#118ea4";
+set color_page_link_visited = "#7a5e14";
+set color_page_link_active = "#e00";
+set color_page_title = "#fff";
+set header_border = "bottom";
+set color_header_border = "#607381";
+set header_border_width = "2px";
+set header_border_style = "solid";
+set header_title_spacing_top = "60px";
+set header_title_spacing_side = "300px";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#999";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#999";
+set color_navlinks_current = "#fff";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/seachurch_tile.jpg";
+set image_background_header_repeat = "repeat-x";
+set image_background_header_position = "top left";
+set image_background_header_height = 300;
+set image_background_header_inner_url = "bannering/seachurch.jpg";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "top left";
+set image_background_header_inner_height = 300;
+
+
+#NEWLAYER: bannering/sealions
+layerinfo type = "theme";
+layerinfo name = "Sea Lions";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/sealions";
+
+
+#uses image by raisedbymoodles (http://raisedbymoogles.dreamwidth.org/)
+
+set layout_resources = [ { "name" => "raisedbymoodles", "url" => "http://raisedbymoodles.dreamwidth.org/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#2d9da4";
+set color_page_link_visited = "#8e6e60";
+set color_page_link_active = "#009";
+set color_page_title = "#f3ebf3";
+set color_header_inner_background = "#2d9da4";
+set header_border = "bottom";
+set color_header_border = "#000";
+set header_border_width = "1px";
+set header_border_style = "solid";
+set header_title_spacing_top = "1.5em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#666";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#666";
+set color_navlinks_current = "#000";
+set color_navlinks_link = "#ead9d6";
+set color_navlinks_link_visited = "#cdbdbb";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_inner_url = "bannering/sealions.jpg";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "bottom right";
+set image_background_header_inner_height = 230;
+
+
+#NEWLAYER: bannering/seaside
+layerinfo type = "theme";
+layerinfo name = "Seaside";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/seaside";
+
+
+# uses "crashing wave" supplied by johhny_automatic (http://openclipart.org/media/files/johnny_automatic/2860)
+# and "stormo di uccelli" by anonymous (http://www.clker.com/clipart-3324.html)
+
+set layout_resources = [ { "name" => "Stock.XCHNG", "url" => "http://www.sxc.hu/",
+    "name" => "Clker.com", "url" => "http://www.clker.com/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#007cc2";
+set color_page_link_visited = "#004c92";
+set color_page_link_active = "#090";
+set header_border = "all";
+set color_header_border = "#000";
+set header_border_width = "2px";
+set header_border_style = "solid";
+set header_margin = "2.5em 2em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#000";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#000";
+set color_navlinks_current = "#000";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/seaside_left.jpg";
+set image_background_header_repeat = "no-repeat";
+set image_background_header_position = "bottom left";
+set image_background_header_inner_url = "bannering/seaside_right.png";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "center right";
+set image_background_header_inner_height = 250;
+
+
+#NEWLAYER: bannering/stonehenge
+layerinfo type = "theme";
+layerinfo name = "Stonehenge";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/stonehenge";
+
+
+#uses image by Amy Levy (http://amylevy.com )
+
+set layout_resources = [ { "name" => "Amy Levy", "url" => "http://amylevy.com/wp/" },
+    { "name" => "GIMP", "url" => "http://www.gimp.org/" } ];
+
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#3f4112";
+set color_page_text = "#fff";
+set color_page_link = "#d8deff";
+set color_page_link_visited = "#9396a9";
+set color_page_link_active = "#900";
+set color_page_title = "#000";
+set color_header_background = "#d8deff";
+set header_title_spacing_top = "1.5em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#fff";
+set color_entry_border = "#9396a9";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#fff";
+set color_module_border = "#9396a9";
+set color_navlinks_current = "#000";
+set color_navlinks_link = "#3f4112";
+set color_navlinks_link_visited = "#9396a9";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_url = "bannering/stonehenge_tile.jpg";
+set image_background_header_repeat = "repeat-x";
+set image_background_header_position = "bottom right";
+set image_background_header_height = 300;
+set image_background_header_inner_url = "bannering/stonehenge.jpg";
+set image_background_header_inner_repeat = "no-repeat";
+set image_background_header_inner_position = "bottom right";
+set image_background_header_inner_height = 299;
+
+
+#NEWLAYER: bannering/tomatoes
+layerinfo type = "theme";
+layerinfo name = "Tomatoes";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/tomatoes";
+
+
+#uses image by Bill Pusztai (http://www.radiantpage.com/ )
+
+set layout_resources = [ { "name" => "Bill Pusztai", "url" => "http://www.radiantpage.com/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#000";
+set color_page_text = "#fff";
+set color_page_link = "#fede81";
+set color_page_link_visited = "#7e7f22";
+set color_page_link_active = "#99c";
+set header_title_spacing_top = "1em";
+set header_title_spacing_side = "1em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#fff";
+set color_entry_border = "#000";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#fff";
+set color_module_border = "#000";
+set color_navlinks_current = "#fff";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+##  Images
+##===============================
+
+set image_background_header_url = "bannering/tomatoes.jpg";
+set image_background_header_repeat = "repeat-x";
+set image_background_header_position = "bottom left";
+set image_background_header_height = 300;
+
+
+#NEWLAYER: bannering/windpower
+layerinfo type = "theme";
+layerinfo name = "Wind Power";
+layerinfo author_name = "branchandroot";
+layerinfo redist_uniq = "bannering/windpower";
+
+
+#uses "Turbineheader" by Sarah Wheaton (http://dianavilliers.dreamwidth.org/)
+#image editing done with GIMP (http://www.gimp.org/)
+
+set layout_resources = [ { "name" => "Sarah Wheaton", "url" => "http://dianavilliers.dreamwidth.org/" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fff";
+set color_page_text = "#000";
+set color_page_link = "#900";
+set color_page_link_visited = "#600";
+set color_page_link_active = "#009";
+set color_page_title = "#fff";
+set color_header_inner_background = "#fff";
+set header_border = "bottom";
+set color_header_border = "#500";
+set header_border_width = "3px";
+set header_border_style = "solid";
+set header_title_spacing_top = "1.5em";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#000";
+set color_entry_border = "#666";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_title = "#000";
+set color_module_border = "#666";
+set color_navlinks_current = "#000";
+
+##===============================
+## Fonts
+##===============================
+
+set font_module_heading = "Times New Roman, serif";
+set font_entry_title = "Times New Roman, serif";
+set font_journal_subtitle = "Times New Roman, serif";
+set font_journal_title = "Times New Roman, serif";
+
+##===============================
+## Images
+##===============================
+
+set image_background_header_inner_url = "bannering/windpower.jpg";
+set image_background_header_inner_repeat = "repeat-x";
+set image_background_header_inner_position = "bottom left";
+set image_background_header_inner_height = 299;
diff -r f142c42265f0 -r 1bafbd9325bb cgi-bin/LJ/S2Theme.pm
--- a/cgi-bin/LJ/S2Theme.pm	Tue Jul 17 00:12:34 2012 -0700
+++ b/cgi-bin/LJ/S2Theme.pm	Thu Jul 19 21:19:04 2012 -0700
@@ -37,6 +37,7 @@
         abstractia => 'abstractia/darkcarnival',
         bases => 'bases/tropical',
         basicboxes => 'basicboxes/green',
+        bannering => 'bannering/overthehills',
         blanket => 'blanket/peach',
         boxesandborders => 'boxesandborders/gray',
         brittle => 'brittle/rust',
diff -r f142c42265f0 -r 1bafbd9325bb cgi-bin/LJ/S2Theme/bannering.pm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cgi-bin/LJ/S2Theme/bannering.pm	Thu Jul 19 21:19:04 2012 -0700
@@ -0,0 +1,30 @@
+package LJ::S2Theme::bannering;
+use base qw( LJ::S2Theme );
+use strict;
+
+sub layouts { ( "1" => "one-column", "1s" => "one-column-split", "2l" => "two-columns-left", "2r" => "two-columns-right", "3" => "three-columns-sides", "3r" => "three-columns-right", "3l" => "three-columns-left" ) }
+sub layout_prop { "layout_type" }
+
+sub module_props {
+    my $self = shift;
+    my @props = qw(
+        color_navlinks_current
+        color_navlinks_link
+        color_navlinks_link_visited
+    );
+    return $self->_append_props( "module_props", @props );
+}
+
+sub header_props {
+    my $self = shift;
+    my @props = qw(
+        color_header_border
+        color_header_inner_background
+        image_header_background_group2
+        image_background_header_inner_height
+    );
+    return $self->_append_props( "header_props", @props );
+}
+
+
+1;
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/adjustablegradient.png
Binary file htdocs/img/customize/previews/bannering/adjustablegradient.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/adjustablestripes.png
Binary file htdocs/img/customize/previews/bannering/adjustablestripes.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/adjustablestripesdiagonal.png
Binary file htdocs/img/customize/previews/bannering/adjustablestripesdiagonal.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/blackhill.png
Binary file htdocs/img/customize/previews/bannering/blackhill.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/finches.png
Binary file htdocs/img/customize/previews/bannering/finches.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/fronds.png
Binary file htdocs/img/customize/previews/bannering/fronds.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/frostynight.png
Binary file htdocs/img/customize/previews/bannering/frostynight.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/overthehills.png
Binary file htdocs/img/customize/previews/bannering/overthehills.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/seachurch.png
Binary file htdocs/img/customize/previews/bannering/seachurch.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/sealions.png
Binary file htdocs/img/customize/previews/bannering/sealions.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/seaside.png
Binary file htdocs/img/customize/previews/bannering/seaside.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/stonehenge.png
Binary file htdocs/img/customize/previews/bannering/stonehenge.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/tomatoes.png
Binary file htdocs/img/customize/previews/bannering/tomatoes.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/img/customize/previews/bannering/windpower.png
Binary file htdocs/img/customize/previews/bannering/windpower.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/adjustablegradient.png
Binary file htdocs/stc/bannering/adjustablegradient.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/adjustablestripes.png
Binary file htdocs/stc/bannering/adjustablestripes.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/adjustablestripesdiagonal.png
Binary file htdocs/stc/bannering/adjustablestripesdiagonal.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/blackhill.jpg
Binary file htdocs/stc/bannering/blackhill.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/blackhill_tile.jpg
Binary file htdocs/stc/bannering/blackhill_tile.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/finches.jpg
Binary file htdocs/stc/bannering/finches.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/finches_tile.jpg
Binary file htdocs/stc/bannering/finches_tile.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/fronds_left.jpg
Binary file htdocs/stc/bannering/fronds_left.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/fronds_right.jpg
Binary file htdocs/stc/bannering/fronds_right.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/frostynight.png
Binary file htdocs/stc/bannering/frostynight.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/frostynight_tile.png
Binary file htdocs/stc/bannering/frostynight_tile.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/overthehills.png
Binary file htdocs/stc/bannering/overthehills.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/seachurch.jpg
Binary file htdocs/stc/bannering/seachurch.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/seachurch_tile.jpg
Binary file htdocs/stc/bannering/seachurch_tile.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/sealions.jpg
Binary file htdocs/stc/bannering/sealions.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/seaside_left.jpg
Binary file htdocs/stc/bannering/seaside_left.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/seaside_right.png
Binary file htdocs/stc/bannering/seaside_right.png has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/stonehenge.jpg
Binary file htdocs/stc/bannering/stonehenge.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/stonehenge_tile.jpg
Binary file htdocs/stc/bannering/stonehenge_tile.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/tomatoes.jpg
Binary file htdocs/stc/bannering/tomatoes.jpg has changed
diff -r f142c42265f0 -r 1bafbd9325bb htdocs/stc/bannering/windpower.jpg
Binary file htdocs/stc/bannering/windpower.jpg has changed
--------------------------------------------------------------------------------
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2012-07-20 01:37 pm (UTC)(link)
Is there time to rename a few options before this goes live?

-- header_border to header_border_position
-- header_margin to header_margin_size
-- image_header_background_group2 to image_header_background_inner_group
-- color_navlinks_current to color_navlinks_link_current

(I think anything else can wait)
Edited 2012-07-20 16:17 (UTC)