images
2 years ago
ui-blocks
3 years ago
abstract.html
6 months ago
activity-report-content.php
1 week ago
blue.html
6 months ago
default.html
6 months ago
envelope.html
6 months ago
leftist.html
6 months ago
no-template.html
3 years ago
panel.html
6 months ago
default.html
190 lines
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | <title>{{subject}}</title> |
| 7 | <style type="text/css"> |
| 8 | /* Reset */ |
| 9 | body, table, td, p, a, li, blockquote { |
| 10 | -webkit-text-size-adjust: 100%; |
| 11 | -ms-text-size-adjust: 100%; |
| 12 | } |
| 13 | table, td { |
| 14 | mso-table-lspace: 0pt; |
| 15 | mso-table-rspace: 0pt; |
| 16 | } |
| 17 | img { |
| 18 | -ms-interpolation-mode: bicubic; |
| 19 | border: 0; |
| 20 | outline: none; |
| 21 | text-decoration: none; |
| 22 | } |
| 23 | body { |
| 24 | margin: 0 !important; |
| 25 | padding: 0 !important; |
| 26 | width: 100% !important; |
| 27 | -webkit-font-smoothing: antialiased; |
| 28 | } |
| 29 | |
| 30 | /* Links */ |
| 31 | a { |
| 32 | color: #4f46e5; |
| 33 | text-decoration: none; |
| 34 | } |
| 35 | a:hover { |
| 36 | text-decoration: underline; |
| 37 | } |
| 38 | |
| 39 | /* Button */ |
| 40 | .button { |
| 41 | display: inline-block; |
| 42 | padding: 14px 32px; |
| 43 | background: #4f46e5; |
| 44 | color: #ffffff !important; |
| 45 | text-decoration: none !important; |
| 46 | font-weight: 600; |
| 47 | font-size: 14px; |
| 48 | border-radius: 6px; |
| 49 | text-align: center; |
| 50 | } |
| 51 | |
| 52 | /* Responsive */ |
| 53 | @media only screen and (max-width: 600px) { |
| 54 | .email-container { |
| 55 | width: 100% !important; |
| 56 | max-width: 100% !important; |
| 57 | } |
| 58 | .mobile-padding { |
| 59 | padding-left: 24px !important; |
| 60 | padding-right: 24px !important; |
| 61 | } |
| 62 | .mobile-center { |
| 63 | text-align: center !important; |
| 64 | } |
| 65 | } |
| 66 | </style> |
| 67 | </head> |
| 68 | <body style="margin: 0; padding: 0; background-color: #ffffff;"> |
| 69 | |
| 70 | <!-- Preheader --> |
| 71 | <div style="display: none; max-height: 0; overflow: hidden;"> |
| 72 | {{subject}} ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ |
| 73 | </div> |
| 74 | |
| 75 | <!-- Email Wrapper --> |
| 76 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff;"> |
| 77 | <tr> |
| 78 | <td align="center" style="padding: 40px 16px;"> |
| 79 | |
| 80 | <!-- Email Container --> |
| 81 | <table role="presentation" class="email-container" width="600" border="0" cellspacing="0" cellpadding="0" style="margin: 0 auto; max-width: 600px; width: 100%;"> |
| 82 | |
| 83 | <!-- Header --> |
| 84 | <tr> |
| 85 | <td style="padding: 0 0 32px 0; border-bottom: 1px solid #e5e7eb;"> |
| 86 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 87 | <tr> |
| 88 | <td style="vertical-align: middle;"> |
| 89 | <!-- Logo --> |
| 90 | <a href="{{homeurl}}" style="text-decoration: none;"> |
| 91 | {{img_logo}} |
| 92 | </a> |
| 93 | </td> |
| 94 | <td align="right" style="vertical-align: middle;"> |
| 95 | <!-- Site Name --> |
| 96 | <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 14px; font-weight: 600; color: #111827;"> |
| 97 | {{sitename}} |
| 98 | </span> |
| 99 | </td> |
| 100 | </tr> |
| 101 | </table> |
| 102 | </td> |
| 103 | </tr> |
| 104 | |
| 105 | <!-- Tagline Row --> |
| 106 | <tr> |
| 107 | <td style="padding: 24px 0; border-bottom: 1px solid #f3f4f6;"> |
| 108 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 109 | <tr> |
| 110 | <td> |
| 111 | <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #6b7280;"> |
| 112 | {{site_tagline}} |
| 113 | </p> |
| 114 | </td> |
| 115 | <td align="right"> |
| 116 | <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #9ca3af;"> |
| 117 | {{date}} |
| 118 | </span> |
| 119 | </td> |
| 120 | </tr> |
| 121 | </table> |
| 122 | </td> |
| 123 | </tr> |
| 124 | |
| 125 | <!-- Content --> |
| 126 | <tr> |
| 127 | <td style="padding: 32px 0;"> |
| 128 | <div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 15px; line-height: 1.7; color: #374151;"> |
| 129 | {{message}} |
| 130 | </div> |
| 131 | </td> |
| 132 | </tr> |
| 133 | |
| 134 | <!-- Footer --> |
| 135 | <tr> |
| 136 | <td style="padding: 24px 0 0 0; border-top: 1px solid #e5e7eb;"> |
| 137 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 138 | <tr> |
| 139 | <td style="vertical-align: middle;"> |
| 140 | <!-- Social Links --> |
| 141 | <table role="presentation" border="0" cellspacing="0" cellpadding="0"> |
| 142 | <tr> |
| 143 | <td style="padding-right: 16px;"> |
| 144 | <a href="{{facebook}}" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #6b7280; text-decoration: none;">Facebook</a> |
| 145 | </td> |
| 146 | <td style="padding-right: 16px; color: #d1d5db;">|</td> |
| 147 | <td> |
| 148 | <a href="{{twitter}}" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #6b7280; text-decoration: none;">Twitter</a> |
| 149 | </td> |
| 150 | </tr> |
| 151 | </table> |
| 152 | </td> |
| 153 | <td align="right" style="vertical-align: middle;"> |
| 154 | <!-- Mini Divider --> |
| 155 | <table role="presentation" border="0" cellspacing="0" cellpadding="0"> |
| 156 | <tr> |
| 157 | <td style="width: 24px; height: 2px; background: #e5e7eb;"></td> |
| 158 | <td style="width: 4px;"></td> |
| 159 | <td style="width: 8px; height: 2px; background: #d1d5db;"></td> |
| 160 | <td style="width: 4px;"></td> |
| 161 | <td style="width: 4px; height: 2px; background: #9ca3af;"></td> |
| 162 | </tr> |
| 163 | </table> |
| 164 | </td> |
| 165 | </tr> |
| 166 | </table> |
| 167 | </td> |
| 168 | </tr> |
| 169 | |
| 170 | <!-- Footer Text --> |
| 171 | <tr> |
| 172 | <td align="center" style="padding: 24px 0 0 0;"> |
| 173 | <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 12px; line-height: 1.6; color: #9ca3af;"> |
| 174 | {{footer_text}} |
| 175 | </p> |
| 176 | <p style="margin: 16px 0 0 0;"><a href="https://www.wpdownloadmanager.com" style="color:#b0b0b0;font-size:11px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;text-decoration:none;">Powered by Download Manager</a></p> |
| 177 | </td> |
| 178 | </tr> |
| 179 | |
| 180 | </table> |
| 181 | <!-- End Email Container --> |
| 182 | |
| 183 | </td> |
| 184 | </tr> |
| 185 | </table> |
| 186 | <!-- End Email Wrapper --> |
| 187 | |
| 188 | </body> |
| 189 | </html> |
| 190 |