source: trunk/themes/default/template/mail/text/html/global-mail-css.tpl @ 25344

Last change on this file since 25344 was 25344, checked in by mistic100, 10 years ago

feature 2965: apply new template on pwg_mail()
TODO : review other mail functions, configuration GUI

  • Property svn:eol-style set to LF
File size: 1.3 KB
Line 
1{strip}
2/* page */
3body {
4  font-family:"Verdana", "Helvetica", "Optima", sans-serif;
5  font-size:12px;
6  margin:0px;
7  padding:0px;
8}
9
10html, body, #bodyTable {
11  width:100%;
12  height:100%;
13}
14
15/* main block */
16#header {
17  padding:20px;
18}
19#header #title {
20  font-size:26px;
21  font-weight:bold;
22}
23#header #subtitle {
24  font-size:20px;
25}
26#content {
27  padding:0 20px 20px 20px;
28}
29#footer {
30  font-size:10px;
31  padding:5px;
32}
33#topSpacer {
34  margin-bottom:20px;
35}
36
37/* images */
38img {
39  border:none;
40}
41
42h1, h2, h3, h4, h5 {
43  margin:0.5em 0 0.25em 0;
44}
45h1 { font-size:26px; }
46h2 { font-size:20px; }
47h3 { font-size:16px; }
48h4 { font-size:12px; }
49h5 { font-size:10px; }
50
51/* paragraphs */
52p {
53  margin:0.25em 0 0.5em 0;
54}
55blockquote {
56  margin-left:10px;
57  padding-left:10px;
58  font-family:"Times",serif;
59  font-size:14px;
60}
61
62/* list */
63ul, ol {
64  margin:0.5em 0 0.25em 30px;
65  padding:0;
66}
67dl {
68  margin:0.5em 0 0.25em 10px;
69}
70dt {
71  margin:0.25em 0 0 0;
72  font-weight:bold;
73}
74dd {
75  margin:0 0 0.25em 10px;
76}
77
78/* tables */
79#content table {
80  width:100%;
81  border-spacing:0;
82  border-collapse:collapse;
83}
84#content table td {
85  padding:2px 3px;
86}
87#content table th {
88  font-weight:bold;
89  text-align:center;
90  padding:4px 0;
91}
92#content table tfoot td {
93  font-size:0.8em;
94}
95
96/* line */
97hr {
98  border-width:0 0 1px 0;
99  border-color:#ddd;
100  border-style:solid;
101  margin:1em;
102}
103{/strip}
Note: See TracBrowser for help on using the repository browser.