aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/clear
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-10 20:34:10 +0000
committervdigital <vdigital@piwigo.org>2007-02-10 20:34:10 +0000
commit042f9fc51c9437f330f8ca6395ee04bfece1b988 (patch)
tree18e726856d2c9117ccfbc255ffc586d8f6bcba96 /template/yoga/theme/clear
parent9adbcc7d13397d7b449f23e64317b1557ae87c12 (diff)
First try on clear theme for mail...
And xml template in yoga. git-svn-id: http://piwigo.org/svn/trunk@1798 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/clear')
-rw-r--r--template/yoga/theme/clear/layout-mail-css.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/template/yoga/theme/clear/layout-mail-css.tpl b/template/yoga/theme/clear/layout-mail-css.tpl
index 936c81426..dcf417be8 100644
--- a/template/yoga/theme/clear/layout-mail-css.tpl
+++ b/template/yoga/theme/clear/layout-mail-css.tpl
@@ -1,5 +1,8 @@
/* $Id$ */
/* Including like css style on HTML mail */
-body{background-color:#ffffff;}
-#the_page {background-color: #ffffff;}
+H2 { background-color: #ddd; padding: 7px 15px; width:617px}
+img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; }
+img:hover { padding: 15px; border: 1px solid yellow; -moz-border-radius: 4px; border-radius: 4px 4px; }
+A { color: #005e89; background: transparent; }
+A:hover { color: #858460; }