source: extensions/floPure/theme/sky/mail-css.tpl @ 3333

Last change on this file since 3333 was 3333, checked in by flop25, 15 years ago

first commit

File size: 932 bytes
Line 
1/* $Id: mail-css.tpl 1918 2007-03-17 21:49:57Z rub $ */
2/* Theme mail css */
3/* Including like css style on HTML mail */
4
5body{background-color:#fff; color:#696969;}
6#the_page {background: #fff 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: #333;}
10h2 { background-color: #ddd;}
11img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; }
12img:hover { padding: 15px; border: 1px solid yellow;background-color:#faebd7; -moz-border-radius: 4px; border-radius: 4px 4px; }
13a { color: #369; background: transparent; }
14a:hover { color: #ddd; }
Note: See TracBrowser for help on using the repository browser.