forked from phpList/phplist-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchalten.html
25 lines (25 loc) · 1.26 KB
/
chalten.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
<p><style type="text/css">#chalten h1,#chalten h2,#chalten h3,#chalten h4,#chalten b,#chalten a {color:#600 !important} #chalten p{color:#000 !important}</style></p>
<div style="margin:0; text-align:center; width:100%; background:#FFF;min-width:240px;height:100%;" id="chalten">
<div style="width:96%;margin:0 auto; border-left:10px solid #666;border-right:10px solid #666;border-top:10px solid #C30">
<table height="100%" width="100%" style="font-family:'Trebuchet MS', Helvetica, sans-serif;">
<tbody>
<tr>
<td height="100px" bgcolor="#F90">
<h3 style="margin:10px;text-align:center;font-weight:normal; color:#FFF !Important; line-height:1; font-size:50px;">[SUBJECT]</h3>
</td>
</tr>
<tr>
<td bgcolor="#FFC" style="color:#666;margin:10px">
<div style="margin:30px;color:#000 !Important">[CONTENT]</div>
</td>
</tr>
<tr>
<td height="50px" style="background:#F90;color:#000;text-align:center;font-size:14px;margin:10px;padding:10px">[FOOTER]</td>
</tr>
<tr>
<td height="20px" style="background:#C30;color:#FFF;text-align:center;font-size:11px;margin:10px;padding:10px">[SIGNATURE]</td>
</tr>
</tbody>
</table>
</div>
</div>