Changeset 2285 for trunk/template/yoga/theme/p0w0
- Timestamp:
- Mar 19, 2008, 12:43:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/p0w0/mail-css.tpl
r2222 r2285 1 <!-- DEV TAG: not smarty migrated --> 2 /* $Id$ */ 3 /* Theme mail css */ 4 /* Including like css style on HTML mail */ 1 {* $Id$ *} 2 /* Theme p0w0 mail css */ 5 3 6 body {background-color:#cde; color:#369;}7 #the_page { background: #cde url({pwg_root}template/{themeconf:template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;}8 #content { background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;}9 #copyright { background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;4 body {ldelim} background-color:#cde; color:#369;} 5 #the_page {ldelim} background: #cde url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;} 6 #content {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;} 7 #copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom; 10 8 color: #69c;} 11 h2 { color:#fff;background: #369 url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/button-bg.png);}12 img { margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }13 img:hover { border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }14 a { color: #f92; background: transparent; }9 h2 {ldelim} color:#fff;background: #369 url({$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/images/button-bg.png);} 10 img {ldelim} margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; } 11 img:hover {ldelim} border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; } 12 a {ldelim} color: #f92; background: transparent; }
Note: See TracChangeset
for help on using the changeset viewer.