From 042f9fc51c9437f330f8ca6395ee04bfece1b988 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 10 Feb 2007 20:34:10 +0000 Subject: 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 --- template/yoga/theme/clear/layout-mail-css.tpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'template/yoga/theme/clear') 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; } -- cgit v1.2.3