aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/mail/text/html/global-mail-css.tpl
blob: 59a1bde2f541113be8215aad7e86dcf25b194cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{strip}
/* page */
body {
  font-family:"Verdana", "Helvetica", "Optima", sans-serif;
  font-size:12px;
  margin:0px;
  padding:0px;
}

html, body, #bodyTable {
  width:100%;
  height:100%;
}

/* main block */
#header {
  padding:20px;
}
#header #title {
  font-size:26px;
  font-weight:bold;
}
#header #subtitle {
  font-size:20px;
}
#content {
  padding:0 20px 20px 20px;
  font-family:"Verdana", "Helvetica", "Optima", sans-serif;
  font-size:13px;
}
#footer {
  font-size:10px;
  padding:5px;
}
#topSpacer {
  margin-bottom:20px;
}

/* images */
img {
  border:none;
}

h1, h2, h3, h4, h5 {
  margin:0.5em 0 0.25em 0;
}
h1 { font-size:26px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:12px; }
h5 { font-size:10px; }

/* paragraphs */
p {
  margin:0.25em 0 0.5em 0;
}
blockquote {
  margin-left:10px;
  padding-left:10px;
  font-family:"Times",serif;
  font-size:14px;
}

/* list */
ul, ol {
  margin:0.5em 0 0.25em 30px;
  padding:0;
}
dl {
  margin:0.5em 0 0.25em 10px;
}
dt {
  margin:0.25em 0 0 0;
  font-weight:bold;
}
dd {
  margin:0 0 0.25em 10px;
}

/* tables */
#content table {
  width:100%;
  border-spacing:0;
  border-collapse:collapse;
}
#content table td {
  padding:2px 3px;
}
#content table th {
  font-weight:bold;
  text-align:center;
  padding:4px 0;
}
#content table tfoot td {
  font-size:0.8em;
}

/* line */
hr {
  border-width:0 0 1px 0;
  border-color:#ddd;
  border-style:solid;
  margin:1em;
}
{/strip}