source: trunk/themes/elegant/mail-css.tpl @ 13464

Last change on this file since 13464 was 13464, checked in by Zaphod, 12 years ago

feature 2587: new theme elegant, first beta version

File size: 519 bytes
Line 
1/* Theme dark mail css */
2
3body {ldelim} background-color:#444; color:#fff;}
4#copyright {ldelim} color: #69c;}
5h2 {ldelim} background-color: #333; color:#fff48e;}
6img {ldelim} margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; }
7img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; }
8a {ldelim} color: #fff48e; background: transparent;border-bottom:1px dotted #005e89; }
9a:hover {ldelim} color: #fff48e;}
Note: See TracBrowser for help on using the repository browser.