[dw-free] Misc.: 8 themes by nornoriel, rising & dancing serpent
[commit: http://hg.dwscoalition.org/dw-free/rev/7d6d664066ee]
http://bugs.dwscoalition.org/show_bug.cgi?id=3910
Three themes for Compartmentalize:
nornoriel: Underworld,
rising: El mar, Coloured Glass.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3910
Three themes for Compartmentalize:
![[profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/compartmentalize/themes.s2
- htdocs/img/customize/previews/compartmentalize/colouredglass.png
- htdocs/img/customize/previews/compartmentalize/elmar.png
- htdocs/img/customize/previews/compartmentalize/underworld.png
-------------------------------------------------------------------------------- diff -r 6e1054b189c9 -r 7d6d664066ee bin/upgrading/s2layers/compartmentalize/themes.s2 --- a/bin/upgrading/s2layers/compartmentalize/themes.s2 Wed Nov 16 19:06:24 2011 +0800 +++ b/bin/upgrading/s2layers/compartmentalize/themes.s2 Wed Nov 16 19:11:40 2011 +0800 @@ -270,6 +270,76 @@ set color_module_title_background = "#f3f3f3"; +#NEWLAYER: compartmentalize/colouredglass +layerinfo type = "theme"; +layerinfo name = "Coloured Glass"; +layerinfo redist_uniq = "compartmentalize/colouredglass"; +layerinfo author_name = "rising"; + +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#1f0e27"; +set color_page_border = "#1f0e27"; +set color_page_link = "#d9712d"; +set color_page_link_active = "#d9712d"; +set color_page_link_hover = "#f5b232"; +set color_page_link_visited = "c2441e"; +set color_page_text = "#d1c8b0"; +set color_page_title = "#66d2c9"; +set color_header_background = "#2d1436"; +set color_footer_background = "#2d1436"; +set color_footer_link = "#d9712d"; +set color_footer_link_active = "#d9712d"; +set color_footer_link_hover = "#f5b232"; +set color_footer_link_visited = "c2441e"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#2d1436"; +set color_entry_border = "#361745"; +set color_entry_interaction_links = "#f5b232"; +set color_entry_link = "#d9712d"; +set color_entry_link_active = "#d9712d"; +set color_entry_link_hover = "#f5b232"; +set color_entry_link_visited = "c2441e"; +set color_entry_text = "#d1c8b0"; +set color_entry_title = "#98d2ce"; +set color_entry_title_background = "#2d1436"; +set color_comment_title = "#98d2ce"; +set color_comment_title_background = "#2d1436"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#2d1436"; +set color_module_border = "#361745"; +set color_module_link = "#d9712d"; +set color_module_link_active = "#d9712d"; +set color_module_link_hover = "#f5b232"; +set color_module_link_visited = "c2441e"; +set color_module_text = "#d1c8b0"; +set color_module_title = "#98d2ce"; +set color_module_title_background = "#311540"; + +function Page::print_theme_stylesheet() { + """ + blockquote { + background: #361745; + border: none; + margin: 1em auto; + padding: .5em; + width: 85%; + """; +} + + #NEWLAYER: compartmentalize/comic layerinfo type = "theme"; layerinfo name = "Comic"; @@ -555,6 +625,73 @@ set color_module_title = "#a6a6a6"; +#NEWLAYER: compartmentalize/elmar +layerinfo type = "theme"; +layerinfo name = "El mar"; +layerinfo redist_uniq = "compartmentalize/elmar"; +layerinfo author_name = "rising"; + +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#b9dbb9"; +set color_page_link = "#0b87c8"; +set color_page_link_active = "#0b87c8"; +set color_page_link_hover = "#a82743"; +set color_page_link_visited = "#5c323e"; +set color_page_text = "#322b28"; +set color_page_title = "#020101"; +set color_header_background = "#d3ebad"; +set color_footer_background = "#d3ebad"; +set color_footer_link = "#0b87c8"; +set color_footer_link_active = "#0b87c8"; +set color_footer_link_hover = "#a82743"; +set color_footer_link_visited = "#5c323e"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#d3ebad"; +set color_entry_border = "#dbebbf"; +set color_entry_interaction_links = "#0f6491"; +set color_entry_link = "#0b87c8"; +set color_entry_link_active = "#0b87c8"; +set color_entry_link_hover = "#a82743"; +set color_entry_link_visited = "#5c323e"; +set color_entry_text = "#322b28"; +set color_entry_title = "#020101"; +set color_comment_title = "#020101"; +set color_comment_title_background = "#d3ebad"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#d3ebad"; +set color_module_border = "#dbebbf"; +set color_module_link = "#0b87c8"; +set color_module_link_active = "#0b87c8"; +set color_module_link_hover = "#a82743"; +set color_module_link_visited = "#5c323e"; +set color_module_text = "#322b28"; +set color_module_title = "#020101"; + +function Page::print_theme_stylesheet() { + """ + blockquote { + background: #dbebbf; + border: none; + margin: 1em auto; + padding: .5em; + width: 85%; + """; +} + + #NEWLAYER: compartmentalize/flutterby layerinfo type = "theme"; layerinfo name = "Flutterby"; @@ -1836,6 +1973,56 @@ set color_module_title = "#0c0c0c"; +#NEWLAYER: compartmentalize/underworld +layerinfo type = "theme"; +layerinfo name = "Underworld"; +layerinfo redist_uniq = "compartmentalize/underworld"; +layerinfo author_name = "nornoriel"; + +set theme_authors = [ { "name" => "nornoriel", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#16141E"; +set color_page_border = "#201e26"; +set color_page_link = "#c8bdc1"; +set color_page_link_hover = "#bdc6c8"; +set color_page_link_visited = "#c8bdc1"; +set color_page_text = "#fdffff"; +set color_page_title = "#c8bdc1"; +set color_header_background = "#2e2c37"; +set color_footer_background = "#2e2c37"; +set color_footer_link = "#c8bdc1"; +set color_footer_link_hover = "#bdc6c8"; +set color_footer_link_visited = "#c8bdc1"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#232029"; +set color_entry_border = "#201e26"; +set color_entry_link = "#c8bdc1"; +set color_entry_link_hover = "#bdc6c8"; +set color_entry_link_visited = "#c8bdc1"; +set color_entry_text = "#fdffff"; +set color_entry_title = "#c8bdc1"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#232029"; +set color_module_border = "#201e26"; +set color_module_link = "#c8bdc1"; +set color_module_link_hover = "#bdc6c8"; +set color_module_link_visited = "#c8bdc1"; +set color_module_text = "#fdffff"; +set color_module_title = "#c8bdc1"; + + #NEWLAYER: compartmentalize/valkyrie layerinfo type = "theme"; layerinfo name = "Valkyrie"; diff -r 6e1054b189c9 -r 7d6d664066ee htdocs/img/customize/previews/compartmentalize/colouredglass.png Binary file htdocs/img/customize/previews/compartmentalize/colouredglass.png has changed diff -r 6e1054b189c9 -r 7d6d664066ee htdocs/img/customize/previews/compartmentalize/elmar.png Binary file htdocs/img/customize/previews/compartmentalize/elmar.png has changed diff -r 6e1054b189c9 -r 7d6d664066ee htdocs/img/customize/previews/compartmentalize/underworld.png Binary file htdocs/img/customize/previews/compartmentalize/underworld.png has changed --------------------------------------------------------------------------------