source: branches/branch-1_7/template/yoga/theme/dark/mail-css.tpl @ 1949

Last change on this file since 1949 was 1949, checked in by rvelices, 17 years ago

permalink and category.php redirections are permanent (http code 301) instead of temporary (301)
added rel nofollow for the metadata link on picture page
changed h2 background color style in dark/mail-css (was not readable when images are not downloaded)

  • 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 1949 2007-04-09 23:24:34Z rvelices $ */
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: #333;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.