images
2 years ago
ui-blocks
3 years ago
abstract.html
6 months ago
activity-report-content.php
3 days 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
blue.html
215 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: #3b82f6; |
| 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: #2563eb; |
| 44 | color: #ffffff !important; |
| 45 | text-decoration: none !important; |
| 46 | font-weight: 600; |
| 47 | font-size: 14px; |
| 48 | border-radius: 8px; |
| 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 | .header-stack { |
| 66 | display: block !important; |
| 67 | width: 100% !important; |
| 68 | text-align: center !important; |
| 69 | padding-bottom: 16px !important; |
| 70 | } |
| 71 | } |
| 72 | </style> |
| 73 | </head> |
| 74 | <body style="margin: 0; padding: 0; background-color: #1e3a8a;"> |
| 75 | |
| 76 | <!-- Preheader --> |
| 77 | <div style="display: none; max-height: 0; overflow: hidden;"> |
| 78 | {{subject}} ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ |
| 79 | </div> |
| 80 | |
| 81 | <!-- Email Wrapper --> |
| 82 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #1e3a8a;"> |
| 83 | <tr> |
| 84 | <td align="center" style="padding: 48px 16px;"> |
| 85 | |
| 86 | <!-- Email Container --> |
| 87 | <table role="presentation" class="email-container" width="560" border="0" cellspacing="0" cellpadding="0" style="margin: 0 auto; max-width: 560px; width: 100%;"> |
| 88 | |
| 89 | <!-- Header Row --> |
| 90 | <tr> |
| 91 | <td style="padding: 0 0 32px 0;"> |
| 92 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 93 | <tr> |
| 94 | <td class="header-stack" style="vertical-align: middle;"> |
| 95 | <!-- Logo --> |
| 96 | <a href="{{homeurl}}" style="text-decoration: none;"> |
| 97 | {{img_logo}} |
| 98 | </a> |
| 99 | </td> |
| 100 | <td class="header-stack" align="right" style="vertical-align: middle;"> |
| 101 | <!-- Site Name in Header --> |
| 102 | <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.9);"> |
| 103 | {{sitename}} |
| 104 | </span> |
| 105 | </td> |
| 106 | </tr> |
| 107 | </table> |
| 108 | </td> |
| 109 | </tr> |
| 110 | |
| 111 | <!-- Main Card --> |
| 112 | <tr> |
| 113 | <td> |
| 114 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);"> |
| 115 | |
| 116 | <!-- Blue Accent Header --> |
| 117 | <tr> |
| 118 | <td style="background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%); padding: 32px 40px;" class="mobile-padding"> |
| 119 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 120 | <tr> |
| 121 | <td> |
| 122 | <!-- Tagline --> |
| 123 | <p style="margin: 0 0 8px 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.7); text-transform: uppercase; letter-spacing: 1.5px;"> |
| 124 | {{site_tagline}} |
| 125 | </p> |
| 126 | <!-- Date --> |
| 127 | <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 22px; font-weight: 700; color: #ffffff;"> |
| 128 | {{date}} |
| 129 | </p> |
| 130 | </td> |
| 131 | <td align="right" style="vertical-align: bottom;"> |
| 132 | <!-- Decorative Circles --> |
| 133 | <table role="presentation" border="0" cellspacing="0" cellpadding="0"> |
| 134 | <tr> |
| 135 | <td style="width: 8px; height: 8px; background: rgba(255,255,255,0.3); border-radius: 50%;"></td> |
| 136 | <td style="width: 6px;"></td> |
| 137 | <td style="width: 12px; height: 12px; background: rgba(255,255,255,0.5); border-radius: 50%;"></td> |
| 138 | <td style="width: 6px;"></td> |
| 139 | <td style="width: 6px; height: 6px; background: rgba(255,255,255,0.2); border-radius: 50%;"></td> |
| 140 | </tr> |
| 141 | </table> |
| 142 | </td> |
| 143 | </tr> |
| 144 | </table> |
| 145 | </td> |
| 146 | </tr> |
| 147 | |
| 148 | <!-- Content --> |
| 149 | <tr> |
| 150 | <td style="padding: 40px;" class="mobile-padding"> |
| 151 | <div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 15px; line-height: 1.7; color: #475569;"> |
| 152 | {{message}} |
| 153 | </div> |
| 154 | </td> |
| 155 | </tr> |
| 156 | |
| 157 | <!-- Footer Inside Card --> |
| 158 | <tr> |
| 159 | <td style="padding: 0 40px 32px 40px;" class="mobile-padding"> |
| 160 | <!-- Divider --> |
| 161 | <div style="height: 1px; background: #e2e8f0; margin-bottom: 24px;"></div> |
| 162 | |
| 163 | <!-- Social & Branding --> |
| 164 | <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0"> |
| 165 | <tr> |
| 166 | <td style="vertical-align: middle;"> |
| 167 | <!-- Social Links --> |
| 168 | <table role="presentation" border="0" cellspacing="0" cellpadding="0"> |
| 169 | <tr> |
| 170 | <td style="padding-right: 8px;"> |
| 171 | <a href="{{facebook}}" style="display: inline-block; width: 36px; height: 36px; background: #eff6ff; border-radius: 8px; text-align: center; line-height: 36px; text-decoration: none; color: #2563eb; font-family: Arial, sans-serif; font-size: 14px; font-weight: 600;">f</a> |
| 172 | </td> |
| 173 | <td> |
| 174 | <a href="{{twitter}}" style="display: inline-block; width: 36px; height: 36px; background: #eff6ff; border-radius: 8px; text-align: center; line-height: 36px; text-decoration: none; color: #2563eb; font-family: Arial, sans-serif; font-size: 14px; font-weight: 600;">X</a> |
| 175 | </td> |
| 176 | </tr> |
| 177 | </table> |
| 178 | </td> |
| 179 | <td align="right" style="vertical-align: middle;"> |
| 180 | <!-- Blue Pill Badge --> |
| 181 | <span style="display: inline-block; padding: 6px 14px; background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); color: #1d4ed8; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 50px;"> |
| 182 | {{sitename}} |
| 183 | </span> |
| 184 | </td> |
| 185 | </tr> |
| 186 | </table> |
| 187 | </td> |
| 188 | </tr> |
| 189 | |
| 190 | </table> |
| 191 | </td> |
| 192 | </tr> |
| 193 | <!-- End Main Card --> |
| 194 | |
| 195 | <!-- Footer --> |
| 196 | <tr> |
| 197 | <td align="center" style="padding: 32px 24px;"> |
| 198 | <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, 0.7);"> |
| 199 | {{footer_text}} |
| 200 | </p> |
| 201 | <p style="margin: 16px 0 0 0;"><a href="https://www.wpdownloadmanager.com" style="color:rgba(255,255,255,0.4);font-size:11px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;text-decoration:none;">Powered by Download Manager</a></p> |
| 202 | </td> |
| 203 | </tr> |
| 204 | |
| 205 | </table> |
| 206 | <!-- End Email Container --> |
| 207 | |
| 208 | </td> |
| 209 | </tr> |
| 210 | </table> |
| 211 | <!-- End Email Wrapper --> |
| 212 | |
| 213 | </body> |
| 214 | </html> |
| 215 |