[dw-nonfree] Theme: Mandala (ColorSide)
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/615456f4ed2d]
http://bugs.dwscoalition.org/show_bug.cgi?id=2778
New theme "Mandala" for Colorside layout, by
dancing_serpent.
Patch by
dancing_serpent. Preview image from
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2778
New theme "Mandala" for Colorside layout, by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/colorside/themes-local.s2
- cgi-bin/LJ/S2Theme/colorside_local.pm
- htdocs/img/customize/previews/colorside/mandala.png
- htdocs/stc/colorside/mandala.jpg
-------------------------------------------------------------------------------- diff -r 9ff94c4274b0 -r 615456f4ed2d bin/upgrading/s2layers/colorside/themes-local.s2 --- a/bin/upgrading/s2layers/colorside/themes-local.s2 Mon Jul 12 17:56:14 2010 +0800 +++ b/bin/upgrading/s2layers/colorside/themes-local.s2 Wed Jul 14 23:10:24 2010 -0500 @@ -133,6 +133,71 @@ set image_background_header_repeat = "no set image_background_header_repeat = "no-repeat"; +#NEWLAYER: colorside/mandala +layerinfo "type" = "theme"; +layerinfo "name" = "Mandala"; +layerinfo redist_uniq = "colorside/mandala"; +layerinfo author_name = "dancing_serpent"; + +set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#ffffff"; +set color_page_border = "#009f43"; +set color_page_link = "#0072b5"; +set color_page_link_active = "#0072b5"; +set color_page_link_hover = "#795c60"; +set color_page_link_visited = "#6c1913"; +set color_page_text = "#000000"; +set color_page_title = "#0072b5"; +set color_footer_background = "#ffffff"; +set color_footer_link = "#0072b5"; +set color_footer_link_active = "#0072b5"; +set color_footer_link_hover = "#795c60"; +set color_footer_link_visited = "#6c1913"; +set color_header_background = "#ffffff"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_interaction_links = "#0072b5"; +set color_entry_link = "#0072b5"; +set color_entry_link_active = "#0072b5"; +set color_entry_link_hover = "#795c60"; +set color_entry_link_visited = "#6c1913"; +set color_entry_text = "#000000"; +set color_entry_title = "#000000"; +set color_entry_title_background = "#f19c5b"; +set color_comment_title_background = "#f19c5b"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#f19c5b"; +set color_module_link = "#6c1913"; +set color_module_link_active = "#6c1913"; +set color_module_link_hover = "#ffee36"; +set color_module_link_visited = "#0072b5"; +set color_module_text = "#000000"; +set color_module_title = "#000000"; +set color_module_title_background = "#ffffff"; + +##=============================== +## Images +##=============================== + +set image_background_header_height = 300; +set image_background_header_position = "top right"; +set image_background_header_repeat = "no-repeat"; +set image_background_header_url = "colorside/mandala.jpg"; + + #NEWLAYER: colorside/nadeshiko layerinfo "type" = "theme"; layerinfo "name" = "Nadeshiko"; diff -r 9ff94c4274b0 -r 615456f4ed2d cgi-bin/LJ/S2Theme/colorside_local.pm --- a/cgi-bin/LJ/S2Theme/colorside_local.pm Mon Jul 12 17:56:14 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/colorside_local.pm Wed Jul 14 23:10:24 2010 -0500 @@ -10,6 +10,11 @@ use base qw( LJ::S2Theme::colorside ); use base qw( LJ::S2Theme::colorside ); sub cats { qw() } +package LJ::S2Theme::colorside::mandala; +use base qw( LJ::S2Theme::colorside ); +sub cats { qw () } +sub designer { "dancing_serpent" } + package LJ::S2Theme::colorside::nadeshiko; use base qw( LJ::S2Theme::colorside ); sub cats { qw() } diff -r 9ff94c4274b0 -r 615456f4ed2d htdocs/img/customize/previews/colorside/mandala.png Binary file htdocs/img/customize/previews/colorside/mandala.png has changed diff -r 9ff94c4274b0 -r 615456f4ed2d htdocs/stc/colorside/mandala.jpg Binary file htdocs/stc/colorside/mandala.jpg has changed --------------------------------------------------------------------------------