source: trunk/template/yoga/theme/clear/layout-mail-css.tpl @ 1798

Last change on this file since 1798 was 1798, checked in by vdigital, 17 years ago

First try on clear theme for mail...

And xml template in yoga.

File size: 400 bytes
Line 
1/* $Id$ */
2/* Including like css style on HTML mail */
3
4H2 { background-color: #ddd; padding: 7px 15px; width:617px}
5img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; }
6img:hover { padding: 15px; border: 1px solid yellow; -moz-border-radius: 4px; border-radius: 4px 4px; }
7A { color: #005e89; background: transparent; }
8A:hover { color: #858460; }
Note: See TracBrowser for help on using the repository browser.