source: extensions/montblancxl/mail-css.tpl @ 5449

Last change on this file since 5449 was 5449, checked in by patdenice, 14 years ago

2.1 version with configuration page.

File size: 1.0 KB
Line 
1/* Theme mail css */
2/* for MontBlanc/MontBlancXL */
3
4* {ldelim} margin: 0; padding: 0; border: 0; }
5
6body {ldelim}
7  font-size:0.7em; font-family: Verdana,Arial,Helvetica,sans-serif; color: black;
8  background: white;
9}
10#the_page {ldelim}
11  /* background: transparent url({$ROOT_URL}themes/montblancxl/img/header.jpg) no-repeat left top; */
12  position: absolute; left: 0px; top: 16px; width: 800px;
13}
14
15.content {ldelim}
16  /* background: white url({$ROOT_URL}themes/montblancxl/img/background.jpg) repeat-y left top; */
17  margin-top: 200px;
18  width: 800px;
19}
20
21#copyright {ldelim}
22  /* background: transparent url({$ROOT_URL}themes/montblancxl/img/footer.jpg) no-repeat left bottom; */
23  width: 800px;
24}
25
26h2 {ldelim} color:#06c;margin-top:1em;margin-left:-0.5em; }
27h2:before {ldelim} content: "»»»";}
28img {ldelim} margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
29img:hover {ldelim} border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
30a {ldelim} color: #06c; background: transparent; }
Note: See TracBrowser for help on using the repository browser.