source: trunk/template/yoga/theme/wipi/mail-css.tpl @ 1834

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

Issue 0000598: NBM: Add new informations

VDigital structure applied!

File size: 1.1 KB
Line 
1/* $Id$ */
2/* Theme mail css */
3/* Including like css style on HTML mail */
4
5body{background-color:#111; color:#69c;}
6#the_page {background: #111 url({pwg_root}template/{themeconf:template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;}
7#content {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;}
8#copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;
9color: #69c;}
10h2 { background-color: #222;color:#eee;background-image: url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/tableh1_bg.png);}
11img { margin: 16px; padding:15px;border:1px solid #eee; -moz-border-radius: 4px; border-radius: 4px 4px; }
12img:hover {border:1px solid #69c; -moz-border-radius: 4px; border-radius: 4px 4px; }
13a { color: #69c; background: transparent; }
14a:hover { color: #f92; }
15a.PWG { border: 0px; }
16a.PWG .P { color : #f92; }
17a.PWG .W { color : #aaa; }
18a.PWG .G { color : #69c; }
19a.PWG:hover .P { color : #69c; }
20a.PWG:hover .G { color : #f92; }
Note: See TracBrowser for help on using the repository browser.