forked from phpList/phplist-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathushuaia.html
26 lines (26 loc) · 1.41 KB
/
ushuaia.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
<p><style type="text/css">#ushuaia h1{font-size:36px}#ushuaia h2{font-size:30px}#ushuaia h3{font-size:24px}#ushuaia h4{font-size:21px}#ushuaia h1,#ushuaia h2,#ushuaia h3,#ushuaia h4,#ushuaia b,#ushuaia a {font-family:'Times New Roman', Georgia, serif !Important;color:#000 !important} #ushuaia p{font-family:'Times New Roman',Georgia,serif !important;color:#000 !important}</style></p>
<div style="margin:0; text-align:center; width:98%; background:#EEE;min-width:240px;height:100%;" id="ushuaia">
<div style="width:98%;margin:0 auto;border:10px dashed #000;">
<table height="100%" align="center" width="98%">
<tbody>
<tr>
<td height="100px" bgcolor="#EEE" style="border-bottom:1px dotted #888">
<h3 style="margin:10px;text-align:center;font-weight:normal; line-height:1; font-size:70px;">[SUBJECT]</h3>
</td>
</tr>
<tr>
<td bgcolor="#FFF" style="color:#666;margin:10px">
<div style="margin:30px;color:#000 !Important">[CONTENT]</div>
</td>
</tr>
<tr>
<td style="background:#CCC;padding:10px;color:#000;text-align:center;font-size:14px;margin:1px 0px;border-top:1px dotted #666">[FOOTER]</td>
</tr>
<tr>
<td style="background:#666;padding:5px;color:#FFF;text-align:center;font-size:11px;margin:1px 0px">[SIGNATURE]</td>
</tr>
</tbody>
</table>
</div>
<p> </p>
</div>