[dw-free] Theme: Idolatry (Drifting)
[commit: http://hg.dwscoalition.org/dw-free/rev/2ec8bcdf281d]
http://bugs.dwscoalition.org/show_bug.cgi?id=1905
New Drifting theme: Idolatry, by
zvi. Screenshot by
piranha. Patch by
wyntarvox.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1905
New Drifting theme: Idolatry, by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[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/drifting/themes.s2
- cgi-bin/LJ/S2Theme/drifting.pm
- htdocs/img/customize/previews/drifting/idolatry.png
-------------------------------------------------------------------------------- diff -r 98db9b31ef0b -r 2ec8bcdf281d bin/upgrading/s2layers/drifting/themes.s2 --- a/bin/upgrading/s2layers/drifting/themes.s2 Fri Oct 16 14:52:39 2009 +0000 +++ b/bin/upgrading/s2layers/drifting/themes.s2 Fri Oct 16 15:13:56 2009 +0000 @@ -53,6 +53,37 @@ set color_page_text = "#ffe6eb"; set color_page_text = "#ffe6eb"; set color_page_title = "#804075"; +#NEWLAYER: drifting/idolatry +layerinfo type = "theme"; +layerinfo name = "Idolatry"; +layerinfo author_name = "zvi"; +layerinfo redist_uniq = "drifting/idolatry"; + +set layout_authors = [ { "name" => "zvi", "type" => "user" } ]; + +set color_page_link_active = "#000000"; +set color_page_background = "#470a0f"; +set color_page_link = "#be8200"; +set color_page_title = "#ffda9f"; +set color_module_border = "#45080d"; +set color_entry_text = "#470a0f"; +set color_entry_border = "#45080d"; +set color_page_text = "#470a0f"; +set color_module_title = "#be8200"; +set color_entry_title = "#ffda9f"; +set color_page_link_visited = "#f8c432"; +set color_page_border = "#45080d"; +set color_page_subtitle = "#f8c432"; +set color_entry_background = "#FFF8F0"; + +function Page::print_theme_stylesheet() { + + """ + #footer { color: $*color_module_title ;} + """; + +} + #NEWLAYER: drifting/lightondark layerinfo type = "theme"; layerinfo name = "Light on Dark"; diff -r 98db9b31ef0b -r 2ec8bcdf281d cgi-bin/LJ/S2Theme/drifting.pm --- a/cgi-bin/LJ/S2Theme/drifting.pm Fri Oct 16 14:52:39 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/drifting.pm Fri Oct 16 15:13:56 2009 +0000 @@ -13,6 +13,12 @@ sub cats { qw( featured ) } sub cats { qw( featured ) } sub designer { "zvi" } +package LJ::S2Theme::drifting::idolatry; +use base qw( LJ::S2Theme::drifting ); + +sub cats { qw( ) } +sub designer { "zvi" } + package LJ::S2Theme::drifting::lightondark; use base qw( LJ::S2Theme::drifting ); diff -r 98db9b31ef0b -r 2ec8bcdf281d htdocs/img/customize/previews/drifting/idolatry.png Binary file htdocs/img/customize/previews/drifting/idolatry.png has changed --------------------------------------------------------------------------------