1 |
efrain |
1 |
<style>
|
|
|
2 |
{{{theme.css}}}
|
|
|
3 |
table.emailmain td.emailcontent { {{#str}}tmple_typography_text_color,theme_universe{{/str}} {{#str}}tmple_typography_text_fontsize,theme_universe{{/str}} {{#str}}tmple_typography_fontfamily,theme_universe{{/str}} }
|
|
|
4 |
table.emailmain td.emailcontent a,
|
|
|
5 |
table.emailmain td.emailcontent a:hover,
|
|
|
6 |
table.emailmain td.emailcontent a:focus,
|
|
|
7 |
table.emailmain td.emailcontent a:active { {{#str}}tmple_typography_link_color,theme_universe{{/str}} }
|
|
|
8 |
table.emailfooter { {{#str}}tmple_typography_footer_color,theme_universe{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_universe{{/str}} {{#str}}tmple_typography_fontfamily,theme_universe{{/str}} }
|
|
|
9 |
table.emailfooter td { {{#str}}tmple_typography_footer_color,theme_universe{{/str}} {{#str}}tmple_typography_footer_fontsize,theme_universe{{/str}} {{#str}}tmple_typography_fontfamily,theme_universe{{/str}} }
|
|
|
10 |
@media only screen {
|
|
|
11 |
body {
|
|
|
12 |
margin: 0;
|
|
|
13 |
-webkit-font-smoothing: antialiased;
|
|
|
14 |
width:100% !important;
|
|
|
15 |
background-color: #F3F3F3;
|
|
|
16 |
-webkit-text-size-adjust:none;
|
|
|
17 |
}
|
|
|
18 |
|
|
|
19 |
.content img {
|
|
|
20 |
max-width: 100%;
|
|
|
21 |
}
|
|
|
22 |
}
|
|
|
23 |
</style>
|
|
|
24 |
<table class="emailbody" border="0" cellpadding="0" cellspacing="0" style="padding-top:24px; padding-right:24px; padding-bottom:24px; padding-left:24px; {{#str}}tmple_typography_fontfamily,theme_universe{{/str}} {{#str}}tmple_typography_text_color,theme_universe{{/str}} width:100%; border-collapse:separate; background-color:#F5F5F5;">
|
|
|
25 |
<tbody>
|
|
|
26 |
<tr>
|
|
|
27 |
<td align="center">
|
|
|
28 |
<div style="width: 90%; max-width: 700px; border-radius: 10px; background-color: #fff; padding: 30px; margin-top: 15px; margin-left: auto; margin-right: auto;">
|
|
|
29 |
<table class="emailmain" border="0" cellpadding="0" cellspacing="0" width="590" style="padding:20px;background-color:#FFFFFF;{{#str}}tmple_typography_text_color,theme_universe{{/str}}border-collapse:separate;">
|
|
|
30 |
<tbody>
|
|
|
31 |
<tr>
|
|
|
32 |
<td class="emailcontent" style="padding-top:20px;padding-bottom:20px;{{#str}}tmple_typography_text_color,theme_universe{{/str}} {{#str}}tmple_typography_text_fontsize,theme_universe{{/str}} {{#str}}tmple_typography_fontfamily,theme_universe{{/str}}">
|
|
|
33 |
{{{body}}}
|
|
|
34 |
</td>
|
|
|
35 |
</tr>
|
|
|
36 |
</tbody>
|
|
|
37 |
</table>
|
|
|
38 |
</div>
|
|
|
39 |
</td>
|
|
|
40 |
</tr>
|
|
|
41 |
</tbody>
|
|
|
42 |
</table>
|