diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-23 06:21:59 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-23 06:21:59 +0000 |
commit | 49f337a9d8964f8ecd3c8c5eb75601ba9635df13 (patch) | |
tree | 30dc908c5c523932b1b695e349baaa17165a02bb /plugins/SwiftThemeCreator/mail-css.tpl2 | |
parent | cde423fc86a8aaa6054179ca17e534f53df1a422 (diff) |
Swift Theme Creator (minor changes): non functional version yet (4).
Bug 836: "Extend for templates" minor change.
git-svn-id: http://piwigo.org/svn/trunk@2453 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/mail-css.tpl2')
-rw-r--r-- | plugins/SwiftThemeCreator/mail-css.tpl2 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/SwiftThemeCreator/mail-css.tpl2 b/plugins/SwiftThemeCreator/mail-css.tpl2 new file mode 100644 index 000000000..6bb63509c --- /dev/null +++ b/plugins/SwiftThemeCreator/mail-css.tpl2 @@ -0,0 +1,18 @@ +/* Theme {$main.newtheme} mail css */ + +body {$main.ldelim} background-color:{$main.colour1}; color:{$main.colour2};} +#the_page {$main.ldelim} background: {$main.colour1} 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.colour2};} +h2 {$main.ldelim} background-color: {$main.colour7};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.colour2}; -moz-border-radius: 4px; border-radius: 4px 4px; } +a {$main.ldelim} color: {$main.colour2}; background: transparent; } +a:hover {$main.ldelim} color: {$main.colour3}; } +a.PWG {$main.ldelim} border: 0px; } +a.PWG .P {$main.ldelim} color : {$main.colour3}; } +a.PWG .W {$main.ldelim} color : {$main.colour5}; } +a.PWG .G {$main.ldelim} color : {$main.colour2}; } +a.PWG:hover .P {$main.ldelim} color : {$main.colour2}; } +a.PWG:hover .G {$main.ldelim} color : {$main.colour3}; } |