source: trunk/template/yoga/mail/text/html/default-layout-mail-css.tpl @ 1797

Last change on this file since 1797 was 1797, checked in by rub, 17 years ago

Issue 0000598: NBM: Add new informations

Css style including on mail are save on separated files.
Default and local can be defined!

File size: 1.1 KB
Line 
1/* $Id$ */
2/* Including like css style on HTML mail */
3
4body{background-color:#fff;font-family: Univers, Helvetica, Optima;font-size:12px; margin:0px;padding:0px; color:#369;}
5#the_page {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/mailbody-bg.jpg) repeat-y scroll left top;
6margin:0px;padding:0px;text-align: left;}
7a {text-decoration: none}
8#content {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.jpg) no-repeat scroll left top;
9margin:0px;padding:82px 0px 0px 62px;}
10hr {width:632px;margin-left:0px;}
11#copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.jpg) no-repeat scroll left bottom;
12color: #69c;font-size:10px;margin:0px;padding:98px 0px 62px 62px;}
13.PWG {font-family: verdana, sans-serif !important; font-size: 0.9em; font-weight: normal; letter-spacing: 0px;}
14a.PWG { border: 0px; }
15a.PWG .P { color : #f92; }
16a.PWG .W { color : #aaa; }
17a.PWG .G { color : #69c; }
18a.PWG:hover .P { color : #69c; }
19a.PWG:hover .G { color : #f92; }
Note: See TracBrowser for help on using the repository browser.