source: extensions/VerticalWhite/mail-css.tpl @ 9885

Last change on this file since 9885 was 6448, checked in by plg, 14 years ago

theme VerticalWhite converted for Piwigo 2.1

File size: 936 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: #f8f8f8;}
11img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; }
12img:hover { padding: 15px; border: 1px solid #7EC305;background-color:#f8f8f8; -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.