-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
template.html
224 lines (201 loc) · 5.75 KB
/
template.html
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>
{{subject}}
</title>
<style type="text/css">
body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:none;
font-family: Tiempos, Georgia, Times, serif;
font-weight: 400;
width: 100%;
height: 100%;
background: #ffffff;
font-size: 15px;
color: #000000;
line-height: 1.5;
}
a {
text-decoration: underline;
border: 0;
color: #000000;
outline: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
a[href^=sms], a[href^=tel] {
text-decoration: none;
color: #000000;
cursor: default
}
a img {
border: none;
text-decoration: none;
}
td {
font-family: Tiempos, Georgia, Times, serif;
font-weight: 400;
}
hr {
height: 1px;
border: none;
width: 100%;
margin: 0;
margin-top: 25px;
margin-bottom: 25px;
background-color: #ECECEC;
}
h1, h2, h3, h4, h5, h6 {
font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: normal;
margin-top: 35px;
margin-bottom: 4px;
margin-left: 0px;
margin-right: 0px
}
h1 {
margin: 23px 15px;
font-size: 25px;
}
h2 {
margin-top: 15px;
font-size: 21px;
}
h3 {
font-weight: 400;
font-size: 19px;
border-bottom: 1px solid #ECECEC;
}
h4 {
font-weight: 400;
font-size: 18px;
}
h5 {
font-weight: 400;
font-size: 17px;
}
h6 {
font-weight: 600;
font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}
pre {
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono,Courier New, monospace, sans-serif;
display: block;
font-size: 13px;
padding: 9.5px;
margin: 0 0 10px;
line-height: 1.42;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
text-align: left !important;
max-width: 100%;
white-space: pre-wrap;
width: auto;
overflow: auto
}
code {
font-size: 13px;
font-family: font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
border: 1px solid rgba(0, 0, 0, 0.223);
border-radius: 2px;
padding: 1px 2px;
word-break: break-all;
word-wrap: break-word
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: none;
border-radius: 0;
word-break: break-all;
word-wrap: break-word
}
td {
text-align: center;
}
table {
border-collapse: collapse !important;
}
.force-full-width {
width: 100% !important;
}
</style>
<style media="screen" type="text/css">
@media screen {
h1, h2, h3, h4, h5, h6{
font-family: 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}
td{
font-family:'Tiempos', 'Georgia', 'Times', 'serif' !important;
}
pre, code{
font-family: 'Consolas', 'Menlo', 'Monaco', 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', 'monospace', 'sans-serif' !important;
}
}
</style>
<style media="only screen and (max-width: 480px)" type="text/css">
@media only screen and (max-width: 480px) {
table[class="w320"] {
width: 100% !important;
}
}
</style>
</head>
<body bgcolor="#FFFFFF" class="body" style="padding:0; margin:0; display:block; background:#ffffff; -webkit-text-size-adjust:none">
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" bgcolor="#FFFFFF" valign="top" width="100%">
<center>
<table cellpadding="0" cellspacing="0" class="w320" style="margin: 0 auto;" width="600">
<tr>
<td align="center" valign="top">
<table bgcolor="#ECECEC" cellpadding="0" cellspacing="0" style="margin: 0 auto; border-bottom: 1px solid #dddddd" width="100%">
<tr>
<td>
<h1>
{{{subject}}}
</h1>
</td>
</tr>
</table>
<table bgcolor="#F2F2F2" cellpadding="0" cellspacing="0" style="margin: 0 auto;" width="100%">
<tr>
<td>
<center>
<table cellpadding="0" cellspacing="0" style="margin: 0 auto;" width="100%">
<tr>
<td align="left" style="text-align: left; padding: 30px 25px">
{{{html}}}
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</body>
</html>