[dw-free] Layout: Nouveau Oleanders
[commit: http://hg.dwscoalition.org/dw-free/rev/5bbee09565a8]
http://bugs.dwscoalition.org/show_bug.cgi?id=2420
New layout Nouveau Oleanders with 5 themes: Sienna (base), Piquant,
Wisteria, Dusty Antique, and Sea and Salt.
Theme, patch and previews by
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2420
New layout Nouveau Oleanders with 5 themes: Sienna (base), Piquant,
Wisteria, Dusty Antique, and Sea and Salt.
Theme, patch and previews by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers.dat
- bin/upgrading/s2layers/nouveauoleanders/layout.s2
- bin/upgrading/s2layers/nouveauoleanders/themes.s2
- cgi-bin/LJ/S2Theme.pm
- cgi-bin/LJ/S2Theme/nouveauoleanders.pm
- htdocs/img/customize/previews/nouveauoleanders/dustyantique.png
- htdocs/img/customize/previews/nouveauoleanders/piquant.png
- htdocs/img/customize/previews/nouveauoleanders/seaandsalt.png
- htdocs/img/customize/previews/nouveauoleanders/sienna.png
- htdocs/img/customize/previews/nouveauoleanders/wisteria.png
- htdocs/stc/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-rev-trans.png
- htdocs/stc/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-trans.png
- htdocs/stc/nouveauoleanders/johnny_automatic_oleander_design-blk-sm-trans.png
- htdocs/stc/nouveauoleanders/oleander-johnny_automatic-sm-trans.png
- htdocs/stc/nouveauoleanders/steren-extender-trans2.png
- htdocs/stc/nouveauoleanders/steren-extender.png
- htdocs/stc/nouveauoleanders/steren-short-extender2.png
- htdocs/stc/nouveauoleanders/steren-short-rev2.png
- htdocs/stc/nouveauoleanders/steren-short2.png
-------------------------------------------------------------------------------- diff -r 07e4a7a86ee3 -r 5bbee09565a8 bin/upgrading/s2layers.dat --- a/bin/upgrading/s2layers.dat Mon Mar 08 23:09:25 2010 +0000 +++ b/bin/upgrading/s2layers.dat Tue Mar 09 11:26:14 2010 -0600 @@ -49,6 +49,9 @@ negatives/layout layout negatives/layout layout core2 negatives/themes theme+ negatives/layout +nouveauoleanders/layout layout(core2base/layout) core2 +nouveauoleanders/themes theme+ nouveauoleanders/layout + refriedtablet/layout layout(core2base/layout) core2 refriedtablet/themes theme+ refriedtablet/layout diff -r 07e4a7a86ee3 -r 5bbee09565a8 bin/upgrading/s2layers/nouveauoleanders/layout.s2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/upgrading/s2layers/nouveauoleanders/layout.s2 Tue Mar 09 11:26:14 2010 -0600 @@ -0,0 +1,423 @@ +layerinfo "type" = "layout"; +layerinfo "name" = "Nouveau Oleanders"; +layerinfo author_name = "branchandroot"; +layerinfo redist_uniq = "nouveauoleanders/layout"; +layerinfo lang = "en"; + +set layout_authors = [ { "name" => "branchandroot", "type" => "user" } ]; + +#Public domain images from openclipart.org: +#Twisted Tree Banner by Steren (http://openclipart.org/media/files/Steren/11291) +#Oleander Design by Frank Steeley, contributed by Johnny Automatic (http://openclipart.org/media/files/johnny_automatic/4858) + +set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ]; + + +##=============================== +##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"; + + +##=============================== +## Fonts +##=============================== + +set font_journal_title = "Palatino"; +set font_entry_title = "Palatino"; +set font_module_heading = "Palatino"; +set font_module_text = ""; + +##=============================== +## Images +##=============================== + +set image_background_header_url = "nouveauoleanders/johnny_automatic_oleander_design-blk-sm-trans.png"; + + +##=============================== +## Layout +##=============================== + +set layout_type = "two-columns-left"; + + + +function print_stylesheet () { + +#non universal image variables + var string entry_background_stretch = "$*STATDIR/nouveauoleanders/steren-extender-trans2.png"; + var string entry_background_end_odd = "$*STATDIR/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-trans.png"; + var string entry_background_end_even = "$*STATDIR/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-rev-trans.png"; + + var string h_background = "$*STATDIR/nouveauoleanders/oleander-johnny_automatic-sm-trans.png"; + + var string comment_background_stretch = "$*STATDIR/nouveauoleanders/steren-short-extender2.png"; + var string comment_background_end_odd = "$*STATDIR/nouveauoleanders/steren-short2.png"; + var string comment_background_end_even = "$*STATDIR/nouveauoleanders/steren-short-rev2.png"; + + var string no_icon_url = "$*IMGDIR/profile_icons/user.png"; + + """ + +/* Nouveau Oleanders */ +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; } + +ul, +.module-content ul { list-style: square; } +ul ul, +.module-content ul ul { list-style: disc; } +ul ul ul, +.module-content ul ul ul { list-style: square; } +ul ul ul ul, +.module-content ul ul ul ul { list-style: circle; } + +h1, h2, h3, h4, +.comment-title { font-family: $*font_journal_title, serif; + font-style: italic; } + +h2, h3, h4 { color: $*color_page_title; + background: $*color_header_background url("$h_background") center left no-repeat; + padding-left: 40px; + min-height: 30px; + line-height: 1.5em; } +h2 a, h3 a, h4 a { color: $*color_page_title; } +h2 a, h3 a, h4 a:visited { color: $*color_page_title; } +.entry .header h3, +.page-month h3.entry-title { background: transparent; + padding-left: 0; + margin-top: .5em; + font-size: large; } +.entry .header h3 { font-size: x-large; } +.entry .header h3 a, +.page-month h3.entry-title a { color: $*color_page_link; } +.entry .header h3 a:visited, +.page-month h3.entry-title a:visited { color: $*color_page_link_visited; } + +a { color: $*color_page_link; } +a:visited { color: $*color_page_link_visited; } +a:hover {text-decoration: none; + color: $*color_page_link_hover; } +a:active { color: $*color_page_link_active; } + +body { margin: 0; + font-family: $*font_base, Verdana, Helvetica, sans-serif; } + +#canvas { position: relative; } + +/* header */ +#header { + color: $*color_page_title; + background: $*color_header_background url("$*STATDIR/$*image_background_header_url") top right no-repeat; + padding: 1px;} +#header .inner { background: url("$*STATDIR/$*image_background_header_url") top left no-repeat; + margin-top: -1px; + padding: 3em 2em 1em 2em; } + +#title { margin-right: 20px; + margin-left: 200px; + margin-right: 200px; } + +#content { border-color: $*color_module_background !important; } +#content-footer { clear: both; } + +/* main column */ +#primary > .inner:first-child { padding: 1em 4em; } + +.navigation { text-align: right; } +.navigation ul { margin: 0 0 1em 0; + padding: .25em; } + +.page-day .navigation .page-back { float: left; } + + +/* entries */ +.entry-wrapper { margin-bottom: 3em; + background: url("$entry_background_stretch") top left repeat-x; } +.entry-wrapper-odd { margin-right: 255px; } +.entry-wrapper-even { margin-left: 255px; } +.entry-wrapper-odd .entry { background: url("$entry_background_end_odd") top right no-repeat !important; + padding: 1px; + margin-right: -255px; } +.entry-wrapper-even .entry { background: url("$entry_background_end_even") top left no-repeat !important; + padding: 1px; + margin-left: -255px; } + +.entry { border: none; } + +.entry .header { padding: .5em 0; } +.entry-wrapper-odd .header { margin-right: 210px; } +.entry-wrapper-even .header { margin-left: 210px; + text-align: right; } + +.entry .contents .userpic {width: 102px; + height: 102px; + background: url("$no_icon_url") center no-repeat; } +.entry .contents .userpic a { display: block; + height: 100px; + width: 100px; + background-color: $*color_page_background; } + +.entry-wrapper-odd .contents .userpic { float: left; + margin: 0 1.5em .5em 0; } +.entry-wrapper-even .contents .userpic { float: right; + margin: 0 0 .5em 1.5em; } + +.entry-wrapper-odd .contents .entry-poster { margin-left: -1em; } +.entry-wrapper-even .contents .entry-poster { text-align: right; + display: block; + margin-right: -1em; } + +.entry .datetime { font-size: small; } + +.entry-content { margin-top: 1em; } + +.entry-content li { margin-left: 1em; } +.entry-content hr { display: block; + margin: 1em 10%; } + +.entry-content:first-letter { font-size: x-large; + font-style: italic; } + +.metadata { margin: 1em 0 0 0; + font-size: small; } +.metadata-label { font-style: italic; } +.metadata ul { margin-top: 0; padding-top: 0; +margin-bottom: 0; padding-bottom: 0; } +.metadata ul li { margin-left: 0; padding-left: 0; } + +.metadata, +.entry .footer { clear: both; } + +.entry .footer { margin: .5em 0 0 0; + padding-bottom: .5em; } +.entry .footer > .inner:first-child { font-size: small; + padding: 1px; } /*float uneveness fix */ + +.entry .tag { padding: 0 .5em 1em 0; } +.entry .tag-text { font-weight: bold; } + +ul.entry-management-links { float: left; + margin-top: 1em; + margin-bottom: .5em; } +ul.entry-interaction-links { text-align: right; + margin-right: .5em; + margin-top: 1em; + margin-bottom: .5em; } + +/* comments */ +.comment-thread { margin-left: 1.5em; } +.comment-depth-1 { margin-left: 0; } + +.comment-wrapper { margin-bottom: 1em; + background: url("$comment_background_stretch") top left repeat-x; + padding-top: 1px;} +.comment-wrapper-odd { margin-right: 48px; } +.comment-wrapper-even { margin-left: 48px; } +.comment-wrapper-odd .comment { background: url("$comment_background_end_odd") top right no-repeat; + margin-top: -1px; + margin-right: -48px; + padding-right: 2em; } +.comment-wrapper-even .comment { background: url("$comment_background_end_even") top left no-repeat; + margin-top: -1px; + margin-left: -48px; + padding-left: 2em; } + +.comment { padding: 30px 1em 0 1em } + +.partial .comment { padding: 0;} + +.partial .comment-title { display: inline; margin: 0; } + +.comment-wrapper-odd .header { text-align: left; + padding-right: 50px; } +.comment-wrapper-even .header { text-align: right; + padding-left: 50px; } + +.comment-title { margin: .25em 0 0 0; + padding: .25em 0; + font-size: large; } + +.comment .datetime { display: block; + font-size: small;} +.comment-wrapper-odd .datetime { padding-left: 110px; } +.comment-wrapper-even .datetime { padding-right: 110px; } + +.comment-wrapper-even .contents { text-align: right; } +.comment-wrapper-even .comment-content { text-align: left; } + +.comment .poster-ip { font-size: x-small; + display: block; } + +.comment .contents .userpic {width: 102px; + height: 102px; + background: url("$no_icon_url") center no-repeat; } +.comment .contents .userpic a { display: block; + height: 100px; + width: 100px; + background-color: $*color_page_background; } + +.comment-wrapper-odd .contents .userpic { float: left; + margin: -1em .5em .5em 0; } +.comment-wrapper-even .contents .userpic { float: right; + margin: -1em 0 .5em .5em; } + +.comment-content { margin-top: 1em; } + +.comment .ljedittime { margin-top: 1em; } +.comment-content .datetime { font-style: italic; } + +.comment .multiform-checkbox { display: block; + text-align: right; + font-size: small; + font-style: italic; +} + +.comment .footer { margin: 0 0 .5em 0; + padding-top: 1px; + font-size: small; } +.comment .footer > .inner:first-child { padding: 1px; } /*float uneveness fix */ + +.comment-management-links { float: right; } +.comment-interaction-links { text-align: left; } + +.bottomcomment { padding: .5em; + font-size: small; + border-bottom: 6px double $*color_entry_border; + border-top: 6px double $*color_entry_border; } + +.bottomcomment .entry-management-links, +.bottomcomment .entry-interaction-links { margin: .25em 0 .5em 0; } + +.comment-pages { text-align: center; } + +#qrformdiv table { margin: .5em; } + +table.talkform { } + + +/* archive */ + +/* year-by-month view */ +#archive-year .navigation { text-align: left; + margin-bottom: 2em; } + +div.month { margin: 1em 0 2em 0;} + +table.month td, +table.month th { vertical-align: top; + padding: .5em; } + +.month caption { display: none; } + +#archive-year .month .footer { padding: .5em; +text-align: center; } + +/* month-by-day view */ +#archive-month .navigation { text-align: center; } + +.month dl .tag-text { font-style: italic; } + +.month dl h3.entry-title { font-weight: bold; } + +/* day-by-entries view */ +.day h3.day-date { margin: 1.5em 0; } + + +/* tags page */ +.tags-container { margin: 1em 2em;} + + +/* sidebars */ +#secondary, +#tertiary { background-color: $*color_module_background; + color: $*color_module_text; } + +#secondary > .inner:first-child, +#tertiary > .inner:first-child { padding-left: 0; } + +#secondary a, +#tertiary a { color: $*color_module_link; } +#secondary a:visited, +#tertiary a:visited { color: $*color_module_link_visited; } +#secondary a:hover, +#tertiary a:hover { color: $*color_module_link_hover; } +#secondary a:active, +#tertiary a:active { color: $*color_module_link_active; } + +.two-columns-left #tertiary .separator-after, +.two-columns-right #tertiary .separator-after { clear: both; } + +.module { margin: 0 0 1em 0; + padding-top: 1px; } +.two-columns-left #tertiary .module, +.two-columns-right #tertiary .module { margin: 0 1.5em; } +.two-columns-left #tertiary .module { float: right; } + +.module-header { font-size: large; } +#secondary .module-header a, +#tertiary .module-header a, +#secondary .module-header a:visited, +#tertiary .module-header a:visited { color: $*color_module_title; } + +.module-content { padding-left: 1em; } + +.module-content ul, +.module-list, +.module-credit dl { margin-top: 0; padding-top: 0; } + +.module-content ul.userlite-interaction-links { margin-top: .5em; } + +.module-typelist ul, +.module-active ul { list-style: none; +margin-left: 0; padding-left: 0; } + +.module-calendar table { font-size: small; + margin: 0; } +.module-calendar td a { background-color: $*color_module_title_background; + color: $*color_module_title; } + +.module-syndicate .module-content { text-align: left; } + +.module-navlinks { position: absolute; + top: 1em; + left: 220px; + right: 220px; + text-align: center; + color: $*color_page_title; + background-color: transparent; + font-size: small; + font-family: $*font_journal_title; } +.module-navlinks ul { list-style: none; + margin: .25em auto; } +.module-navlinks li { display: inline; + padding: 0 .25em 0 .5em; + border-left: 1px solid; } +.module-navlinks ul > li:first-child { border-left: none; } + + +/* footer */ + +#footer { padding: 1em; + background-color: $*color_footer_background; } +#footer > .inner:first-child { background: url("$h_background") center right no-repeat; + min-height: 31px; } +#footer a { color: $*color_footer_link; } + + """; +} \ No newline at end of file diff -r 07e4a7a86ee3 -r 5bbee09565a8 bin/upgrading/s2layers/nouveauoleanders/themes.s2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/upgrading/s2layers/nouveauoleanders/themes.s2 Tue Mar 09 11:26:14 2010 -0600 @@ -0,0 +1,257 @@ +#NEWLAYER: nouveauoleanders/sienna +layerinfo "type" = "theme"; +layerinfo "name" = "Sienna"; +layerinfo author_name = "branchandroot"; +layerinfo redist_uniq = "nouveauoleanders/sienna"; + +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 = "#900"; +set color_page_link_visited = "#600"; +set color_page_link_hover = ""; +set color_page_link_active = "#f00"; +set color_page_title = "#fff"; + +##=============================== +## Header and Footer Colors +##=============================== + +set color_header_background = "#000"; +set color_footer_background = "#000"; +set color_footer_link = "#fff"; +set color_footer_link_visited = "#ddd"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_border = "#000"; +set color_entry_title = "#000"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#7C7363"; +set color_module_text = "#fff"; +set color_module_link = "#fff"; +set color_module_link_visited = "#ddd"; +set color_module_link_hover = ""; +set color_module_link_active = "#900"; +set color_module_title = "#fff"; +set color_module_title_background = "#000"; + + +#NEWLAYER: nouveauoleanders/piquant +layerinfo "type" = "theme"; +layerinfo "name" = "Piquant"; +layerinfo author_name = "branchandroot"; +layerinfo redist_uniq = "nouveauoleanders/piquant"; + +set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ]; + +#uses the "I'm a fat tomato" palatte by BobWestbrook (http://www.colourlovers.com/palette/912675/Im_a_fat_tomato) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#9E9767"; +set color_page_text = "#fff"; +set color_page_link = "#eee"; +set color_page_link_visited = "#ddd"; +set color_page_link_hover = ""; +set color_page_link_active = "#c00"; +set color_page_title = "#fff"; + +##=============================== +## Header and Footer Colors +##=============================== + +set color_header_background = "#3A0404"; +set color_footer_background = "#4A0404"; +set color_footer_link = "#fff"; +set color_footer_link_visited = "#ddd"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_border = "#000"; +set color_entry_title = "#fff"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#524D2D"; +set color_module_text = "#fff"; +set color_module_link = "#fff"; +set color_module_link_visited = "#ddd"; +set color_module_link_hover = ""; +set color_module_link_active = ""; +set color_module_title = "#fff"; +set color_module_title_background = "#000"; + + +#NEWLAYER: nouveauoleanders/wisteria +layerinfo "type" = "theme"; +layerinfo "name" = "Wisteria"; +layerinfo author_name = "branchandroot"; +layerinfo redist_uniq = "nouveauoleanders/wisteria"; + +set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ]; + +#uses the "Siren" palatte by Faeleia (http://www.colourlovers.com/palette/912366/Siren) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#fff"; +set color_page_text = "#000"; +set color_page_link = "#D7B55C"; +set color_page_link_visited = "#9F7DA1"; +set color_page_link_hover = ""; +set color_page_link_active = "#c00"; +set color_page_title = "#fff"; + +##=============================== +## Header and Footer Colors +##=============================== + +set color_header_background = "#4A3549";#293066 +set color_footer_background = "#4A3549"; +set color_footer_link = "#fff"; +set color_footer_link_visited = "#ddd"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_border = "#000"; +set color_entry_title = "#000"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#856685"; +set color_module_text = "#fff"; +set color_module_link = "#eee"; +set color_module_link_visited = "#ddd"; +set color_module_link_hover = ""; +set color_module_link_active = "#D7B55C"; +set color_module_title = "#fff"; +set color_module_title_background = "#000"; + + +#NEWLAYER: nouveauoleanders/dustyantique +layerinfo "type" = "theme"; +layerinfo "name" = "Dusty Antique"; +layerinfo author_name = "branchandroot"; +layerinfo redist_uniq = "nouveauoleanders/dustyantique"; + +set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ]; + +#uses the "i'm home again" palatte by dinsdale (http://www.colourlovers.com/palette/130396/im_home_again) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#7A7172"; +set color_page_text = "#fff"; +set color_page_link = "#E7CDCE"; +set color_page_link_visited = "#2B1A1A"; +set color_page_link_hover = ""; +set color_page_link_active = "#fed"; +set color_page_title = "#fff"; + +##=============================== +## Header and Footer Colors +##=============================== + +set color_header_background = "#2B1A1A"; +set color_footer_background = "#2B1A1A"; +set color_footer_link = "#fff"; +set color_footer_link_visited = "#ddd"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_border = "#000"; +set color_entry_title = "#fff"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#443738"; +set color_module_text = "#fff"; +set color_module_link = "#fff"; +set color_module_link_visited = "#ccc"; +set color_module_link_hover = ""; +set color_module_link_active = "#E7CDCE"; +set color_module_title = "#fff"; +set color_module_title_background = "#282421"; + + +#NEWLAYER: nouveauoleanders/seaandsalt +layerinfo "type" = "theme"; +layerinfo "name" = "Sea and Salt"; +layerinfo author_name = "branchandroot"; +layerinfo redist_uniq = "nouveauoleanders/seaandsalt"; + +set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ]; + +#uses the "Oceanside Twilight" palatte by BlueLou (http://www.colourlovers.com/palette/912345/Oceanside_Twilight) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#fff"; +set color_page_text = "#000"; +set color_page_link = "#125468"; +set color_page_link_visited = "#1A3148"; +set color_page_link_hover = ""; +set color_page_link_active = "#cc6"; +set color_page_title = "#fff"; + +##=============================== +## Header and Footer Colors +##=============================== + +set color_header_background = "#1A3148"; +set color_footer_background = "#1A3148"; +set color_footer_link = "#fff"; +set color_footer_link_visited = "#ddd"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_border = "#000"; +set color_entry_title = "#000"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#125468"; +set color_module_text = "#fff"; +set color_module_link = "#eee"; +set color_module_link_visited = "#ddd"; +set color_module_link_hover = ""; +set color_module_link_active = "#ffd"; +set color_module_title = "#fff"; +set color_module_title_background = "#000"; + diff -r 07e4a7a86ee3 -r 5bbee09565a8 cgi-bin/LJ/S2Theme.pm --- a/cgi-bin/LJ/S2Theme.pm Mon Mar 08 23:09:25 2010 +0000 +++ b/cgi-bin/LJ/S2Theme.pm Tue Mar 09 11:26:14 2010 -0600 @@ -59,6 +59,7 @@ sub default_theme { fluidmeasure => 'fluidmeasure/spice', funkycircles => 'funkycircles/darkpurple', negatives => 'negatives/black', + nouveauoleanders => 'nouveauoleanders/sienna', refriedtablet => 'refriedtablet/refriedclassic', skittlishdreams => 'skittlishdreams/orange', steppingstones => 'steppingstones/purple', diff -r 07e4a7a86ee3 -r 5bbee09565a8 cgi-bin/LJ/S2Theme/nouveauoleanders.pm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgi-bin/LJ/S2Theme/nouveauoleanders.pm Tue Mar 09 11:26:14 2010 -0600 @@ -0,0 +1,29 @@ +package LJ::S2Theme::nouveauoleanders; +use base qw( LJ::S2Theme ); + +sub layouts { ( "1" => "one-column", "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 designer { "branchandroot" } + +package LJ::S2Theme::nouveauoleanders::sienna; +use base qw( LJ::S2Theme::modish ); +sub cats { qw( base ) } + +package LJ::S2Theme::nouveauoleanders::piquant; +use base qw( LJ::S2Theme::modish ); +sub cats { qw() } + +package LJ::S2Theme::nouveauoleanders::wisteria; +use base qw( LJ::S2Theme::modish ); +sub cats { qw() } + +package LJ::S2Theme::nouveauoleanders::dustyantique; +use base qw( LJ::S2Theme::modish ); +sub cats { qw() } + +package LJ::S2Theme::nouveauoleanders::seaandsalt; +use base qw( LJ::S2Theme::modish ); +sub cats { qw() } + +1; \ No newline at end of file diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/img/customize/previews/nouveauoleanders/dustyantique.png Binary file htdocs/img/customize/previews/nouveauoleanders/dustyantique.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/img/customize/previews/nouveauoleanders/piquant.png Binary file htdocs/img/customize/previews/nouveauoleanders/piquant.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/img/customize/previews/nouveauoleanders/seaandsalt.png Binary file htdocs/img/customize/previews/nouveauoleanders/seaandsalt.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/img/customize/previews/nouveauoleanders/sienna.png Binary file htdocs/img/customize/previews/nouveauoleanders/sienna.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/img/customize/previews/nouveauoleanders/wisteria.png Binary file htdocs/img/customize/previews/nouveauoleanders/wisteria.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-rev-trans.png Binary file htdocs/stc/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-rev-trans.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-trans.png Binary file htdocs/stc/nouveauoleanders/Steren_Twisted_Tree_Banner-sm-trans.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/johnny_automatic_oleander_design-blk-sm-trans.png Binary file htdocs/stc/nouveauoleanders/johnny_automatic_oleander_design-blk-sm-trans.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/oleander-johnny_automatic-sm-trans.png Binary file htdocs/stc/nouveauoleanders/oleander-johnny_automatic-sm-trans.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/steren-extender-trans2.png Binary file htdocs/stc/nouveauoleanders/steren-extender-trans2.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/steren-extender.png Binary file htdocs/stc/nouveauoleanders/steren-extender.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/steren-short-extender2.png Binary file htdocs/stc/nouveauoleanders/steren-short-extender2.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/steren-short-rev2.png Binary file htdocs/stc/nouveauoleanders/steren-short-rev2.png has changed diff -r 07e4a7a86ee3 -r 5bbee09565a8 htdocs/stc/nouveauoleanders/steren-short2.png Binary file htdocs/stc/nouveauoleanders/steren-short2.png has changed --------------------------------------------------------------------------------