[dw-nonfree] Layout: ColorSide Nadeshiko
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/dbc495e3dc39]
http://bugs.dwscoalition.org/show_bug.cgi?id=1566
Custom theme for new layout ColorSide.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1566
Custom theme for new layout ColorSide.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers-local.dat
- bin/upgrading/s2layers/colorside/themes-local.s2
- cgi-bin/LJ/S2Theme/colorside_local.pm
- cgi-bin/LJ/S2Theme_local.pm
- htdocs/stc/colorside/nadeshiko.jpg
-------------------------------------------------------------------------------- diff -r 1f1c3001cc69 -r dbc495e3dc39 bin/upgrading/s2layers-local.dat --- a/bin/upgrading/s2layers-local.dat Mon Aug 10 01:48:40 2009 +0000 +++ b/bin/upgrading/s2layers-local.dat Mon Aug 10 04:55:44 2009 +0000 @@ -1,5 +1,7 @@ ################################################################ # base filename layer type parent + +colorside/themes-local theme+ colorside/layout modish/themes-local theme+ modish/layout diff -r 1f1c3001cc69 -r dbc495e3dc39 bin/upgrading/s2layers/colorside/themes-local.s2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/upgrading/s2layers/colorside/themes-local.s2 Mon Aug 10 04:55:44 2009 +0000 @@ -0,0 +1,44 @@ +#NEWLAYER: colorside/nadeshiko +layerinfo "type" = "theme"; +layerinfo "name" = "Nadeshiko"; +layerinfo redist_uniq = "colorside/nadeshiko"; +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 = "#FA2B6D"; +set color_page_link_visited = "#FBAED5"; +set color_page_border = "#2D3366"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_title = "#ffffff"; +set color_entry_title_background = "#8092CA"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#8092CA"; +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/nadeshiko.jpg"; +set image_background_header_height = 250; +set image_background_header_position = "top right"; +set image_background_header_repeat = "no-repeat"; + diff -r 1f1c3001cc69 -r dbc495e3dc39 cgi-bin/LJ/S2Theme/colorside_local.pm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgi-bin/LJ/S2Theme/colorside_local.pm Mon Aug 10 04:55:44 2009 +0000 @@ -0,0 +1,5 @@ +package LJ::S2Theme::colorside::nadeshiko; +use base qw( LJ::S2Theme::colorside ); +sub cats { qw( featured ) } + +1; diff -r 1f1c3001cc69 -r dbc495e3dc39 cgi-bin/LJ/S2Theme_local.pm --- a/cgi-bin/LJ/S2Theme_local.pm Mon Aug 10 01:48:40 2009 +0000 +++ b/cgi-bin/LJ/S2Theme_local.pm Mon Aug 10 04:55:44 2009 +0000 @@ -4,6 +4,7 @@ use Carp qw(croak); sub local_default_themes { return ( + colorside => 'colorside/nadeshiko', modish => 'modish/scarlet', transmogrified => 'transmogrified/basic', ); diff -r 1f1c3001cc69 -r dbc495e3dc39 htdocs/stc/colorside/nadeshiko.jpg Binary file htdocs/stc/colorside/nadeshiko.jpg has changed --------------------------------------------------------------------------------