diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-13 19:55:44 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-13 19:55:44 +0000 |
commit | 4d8e05b869ed93cb4116af6be55544f59040609d (patch) | |
tree | a5a34d6921a5a91670baabcd30fec7bb7737bf4b /plugins/SwiftThemeCreator/mail-css.tpl2 | |
parent | 8aef36a07d89a5b878deea14ab47526503d5ec8a (diff) |
Remove of Swift Theme Creator from the branch (kept in trunk currently).
All functions were not available.
git-svn-id: http://piwigo.org/svn/branches/2.0@2732 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/SwiftThemeCreator/mail-css.tpl2 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/SwiftThemeCreator/mail-css.tpl2 b/plugins/SwiftThemeCreator/mail-css.tpl2 deleted file mode 100644 index ee9d1a836..000000000 --- a/plugins/SwiftThemeCreator/mail-css.tpl2 +++ /dev/null @@ -1,18 +0,0 @@ -/* Theme {$main.newtheme} mail css */ - -body {$main.ldelim} background-color:{$main.color1}; color:{$main.color2};} -#the_page {$main.ldelim} background: {$main.color1} url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;} -#content {$main.ldelim} background: transparent url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;} -#copyright {$main.ldelim} background: transparent url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom; -color: {$main.color2};} -h2 {$main.ldelim} background-color: {$main.color7};color:#eee;background-image: url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/theme/{ldelim}$themeconf.theme}/images/tableh1_bg.png);} -img {$main.ldelim} margin: 16px; padding:15px;border:1px solid #eee; -moz-border-radius: 4px; border-radius: 4px 4px; } -img:hover {$main.ldelim} border:1px solid {$main.color2}; -moz-border-radius: 4px; border-radius: 4px 4px; } -a {$main.ldelim} color: {$main.color2}; background: transparent; } -a:hover {$main.ldelim} color: {$main.color3}; } -a.PWG {$main.ldelim} border: 0px; } -a.PWG .P {$main.ldelim} color : {$main.color3}; } -a.PWG .W {$main.ldelim} color : {$main.color5}; } -a.PWG .G {$main.ldelim} color : {$main.color2}; } -a.PWG:hover .P {$main.ldelim} color : {$main.color2}; } -a.PWG:hover .G {$main.ldelim} color : {$main.color3}; }
\ No newline at end of file |