Blocks
2 months ago
Columns
5 months ago
PostProcess
5 days ago
BodyRenderer.php
2 months ago
EscapeHelper.php
2 years ago
Preprocessor.php
1 year ago
Renderer.php
1 month ago
StylesHelper.php
2 months ago
Template.html
2 months ago
index.php
3 years ago
Template.html
139 lines
| 1 | <html lang="{{newsletter_language}}"{{newsletter_html_direction}}> |
| 2 | <head> |
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | <meta name="format-detection" content="telephone=no"> |
| 7 | {{newsletter_meta_robots}} |
| 8 | <title>{{newsletter_subject}}</title> |
| 9 | <style type="text/css"> |
| 10 | html, body { |
| 11 | margin: 0; |
| 12 | padding: 0; |
| 13 | } |
| 14 | .ExternalClass * { |
| 15 | line-height: 130%; |
| 16 | } |
| 17 | .ExternalClass a { |
| 18 | line-height: 140%; |
| 19 | } |
| 20 | .ExternalClass h1, h2, h3, h1, h2, h3 { |
| 21 | Margin: 0; |
| 22 | } |
| 23 | .mailpoet_text h1:last-child, .mailpoet_text h2:last-child, .mailpoet_text h3:last-child { |
| 24 | margin-bottom: 0 !important; |
| 25 | } |
| 26 | .ExternalClass ol { |
| 27 | margin-top: 0; |
| 28 | margin-bottom: 0; |
| 29 | } |
| 30 | table, td { |
| 31 | border-collapse: collapse; |
| 32 | } |
| 33 | .mailpoet_image img { |
| 34 | height: auto; |
| 35 | max-width: 100%; |
| 36 | -ms-interpolation-mode: bicubic; |
| 37 | border: 0; |
| 38 | display: block; |
| 39 | outline: none; |
| 40 | text-align: center; |
| 41 | } |
| 42 | .mailpoet_padded_vertical { |
| 43 | padding-top: 10px; |
| 44 | padding-bottom: 10px; |
| 45 | } |
| 46 | .mailpoet_padded_side { |
| 47 | padding-left: 20px; |
| 48 | padding-right: 20px; |
| 49 | } |
| 50 | .mailpoet_header_footer_padded { |
| 51 | padding: 10px 20px; |
| 52 | } |
| 53 | |
| 54 | /* https://www.emailonacid.com/blog/article/email-development/tips-for-coding-email-preheaders */ |
| 55 | .mailpoet_preheader, .mailpoet_preheader * { |
| 56 | display: none; |
| 57 | visibility: hidden; |
| 58 | mso-hide: all; |
| 59 | font-size: 1px; |
| 60 | color: #ffffff; |
| 61 | line-height: 1px; |
| 62 | max-height: 0px; |
| 63 | max-width: 0px; |
| 64 | opacity: 0; |
| 65 | overflow: hidden; |
| 66 | } |
| 67 | |
| 68 | /* Hide text meant for screen readers. Styles copied from WordPress' common.css file */ |
| 69 | /* In addition, there are color, font-size, line-height, and mso-hide properties for clients where it doesn't work */ |
| 70 | .screen-reader-text { |
| 71 | border: 0; |
| 72 | clip: rect(1px, 1px, 1px, 1px); |
| 73 | -webkit-clip-path: inset(50%); |
| 74 | clip-path: inset(50%); |
| 75 | height: 1px; |
| 76 | margin: -1px; |
| 77 | overflow: hidden; |
| 78 | padding: 0; |
| 79 | position: absolute; |
| 80 | width: 1px; |
| 81 | word-wrap: normal !important; |
| 82 | |
| 83 | color: transparent; |
| 84 | font-size: 0; |
| 85 | line-height: 0; |
| 86 | mso-hide: all; |
| 87 | } |
| 88 | |
| 89 | @media screen and (max-width: 480px) { |
| 90 | .mailpoet_button {width:100% !important;} |
| 91 | } |
| 92 | @media screen and (max-width: 599px) { |
| 93 | .mailpoet_header { |
| 94 | padding: 10px 20px; |
| 95 | } |
| 96 | .mailpoet_button { |
| 97 | width: 100% !important; |
| 98 | padding: 5px 0 !important; |
| 99 | box-sizing:border-box !important; |
| 100 | } |
| 101 | div, .mailpoet_cols-two, .mailpoet_cols-three { |
| 102 | max-width: 100% !important; |
| 103 | } |
| 104 | } |
| 105 | {{newsletter_styles}} |
| 106 | </style> |
| 107 | {{newsletter_custom_fonts}} |
| 108 | </head> |
| 109 | <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"{{newsletter_body_direction}}> |
| 110 | <table class="mailpoet_template" border="0" width="100%" cellpadding="0" cellspacing="0" |
| 111 | style="border-spacing:0;mso-table-lspace:0;mso-table-rspace:0{{newsletter_template_direction_style}}"> |
| 112 | <tbody> |
| 113 | <tr> |
| 114 | <td class="mailpoet_preheader" style="-webkit-text-size-adjust:none;font-size:1px;line-height:1px;color:#333333;" height="1"> |
| 115 | {{newsletter_preheader}} |
| 116 | </td> |
| 117 | </tr> |
| 118 | <tr> |
| 119 | <td align="center" class="mailpoet-wrapper" valign="top"><!--[if mso]> |
| 120 | <table align="center" border="0" cellspacing="0" cellpadding="0" |
| 121 | width="660"> |
| 122 | <tr> |
| 123 | <td class="mailpoet_content-wrapper" align="center" valign="top" width="660"> |
| 124 | <![endif]--><table class="mailpoet_content-wrapper" border="0" width="660" cellpadding="0" cellspacing="0" |
| 125 | style="border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;max-width:660px;width:100%;"> |
| 126 | <tbody> |
| 127 | {{newsletter_body}} |
| 128 | </tbody> |
| 129 | </table><!--[if mso]> |
| 130 | </td> |
| 131 | </tr> |
| 132 | </table> |
| 133 | <![endif]--></td> |
| 134 | </tr> |
| 135 | </tbody> |
| 136 | </table> |
| 137 | </body> |
| 138 | </html> |
| 139 |