source: trunk/template/yoga/theme/dark/mail-css.tpl @ 1912

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

Update svn properties (svn:eol-style and svn:keywords)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1/* $Id: mail-css.tpl 1912 2007-03-16 06:30:07Z rub $ */
2/* Theme mail css */
3/* Including like css style on HTML mail */
4
5body{background-color:#444; color:#fff;}
6#the_page {background: #444 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: #ddd;color:#fff48e;background-image: url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/tableh1_bg.png);}
11img { margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; }
12img:hover { padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; }
13a { color: #fff48e; background: transparent;border-bottom:1px dotted #005e89; }
14a:hover {color: #fff48e;}
Note: See TracBrowser for help on using the repository browser.