PluginProbe
Security Ninja – WordPress Security & Firewall / 5.303
Security Ninja – WordPress Security & Firewall v5.303
5.303 5.302 5.301 5.300 5.299 5.296 5.289 5.286 5.283 5.281 trunk 5.277 5.279
security-ninja / includes / email-default.php

email-default.php in Security Ninja – WordPress Security & Firewall 5.303, at includes/email-default.php

152 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 ?>
6 <!doctype html>
7 <html>
8 <head>
9 <meta name="viewport" content="width=device-width">
10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11 <title>%%emailtitle%%</title>
12 <style>
13 /* -------------------------------------
14 INLINED WITH htmlemail.io/inline
15 ------------------------------------- */
16 /* -------------------------------------
17 RESPONSIVE AND MOBILE FRIENDLY STYLES
18 ------------------------------------- */
19 @media only screen and (max-width: 620px) {
20 table[class=body] h1 {
21 font-size: 28px !important;
22 margin-bottom: 10px !important;
23 }
24 table[class=body] p,
25 table[class=body] ul,
26 table[class=body] ol,
27 table[class=body] td,
28 table[class=body] span,
29 table[class=body] a {
30 font-size: 16px !important;
31 }
32 table[class=body] .wrapper,
33 table[class=body] .article {
34 padding: 10px !important;
35 }
36 table[class=body] .content {
37 padding: 0 !important;
38 }
39 table[class=body] .container {
40 padding: 0 !important;
41 width: 100% !important;
42 }
43 table[class=body] .main {
44 border-left-width: 0 !important;
45 border-radius: 0 !important;
46 border-right-width: 0 !important;
47 }
48 table[class=body] .btn table {
49 width: 100% !important;
50 }
51 table[class=body] .btn a {
52 width: 100% !important;
53 }
54 table[class=body] .img-responsive {
55 height: auto !important;
56 max-width: 100% !important;
57 width: auto !important;
58 }
59 }
60
61 /* -------------------------------------
62 PRESERVE THESE STYLES IN THE HEAD
63 ------------------------------------- */
64 @media all {
65 .ExternalClass {
66 width: 100%;
67 }
68 .ExternalClass,
69 .ExternalClass p,
70 .ExternalClass span,
71 .ExternalClass font,
72 .ExternalClass td,
73 .ExternalClass div {
74 line-height: 100%;
75 }
76 .apple-link a {
77 color: inherit !important;
78 font-family: inherit !important;
79 font-size: inherit !important;
80 font-weight: inherit !important;
81 line-height: inherit !important;
82 text-decoration: none !important;
83 }
84 #MessageViewBody a {
85 color: inherit;
86 text-decoration: none;
87 font-size: inherit;
88 font-family: inherit;
89 font-weight: inherit;
90 line-height: inherit;
91 }
92 .btn-primary table td:hover {
93 background-color: #34495e !important;
94 }
95 .btn-primary a:hover {
96 background-color: #34495e !important;
97 border-color: #34495e !important;
98 }
99 }
100 </style>
101 </head>
102 <body class="" style="background-color: #f6f6f6; font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
103 <table border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background-color: #f6f6f6;">
104 <tr>
105 <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">&nbsp;</td>
106 <td class="container" style="font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; Margin: 0 auto; max-width: 580px; padding: 10px; width: 580px;">
107 <div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
108
109 <!-- START CENTERED WHITE CONTAINER -->
110 <span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">%%emailintrotext%%</span>
111 <table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;">
112
113 <!-- START MAIN CONTENT AREA -->
114 <tr>
115 <td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">
116 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
117 <tr>
118 <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">
119
120 <p><strong>%%emailintrotext%%</strong></p>
121
122 %%emailcontent%%
123
124 </td>
125 </tr>
126 </table>
127 </td>
128 </tr>
129
130 <!-- END MAIN CONTENT AREA -->
131 </table>
132
133 <!-- START FOOTER -->
134 <div class="footer" style="clear: both; Margin-top: 10px; text-align: center; width: 100%;">
135 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
136 <tr>
137 <td class="content-block powered-by" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; font-size: 12px; color: #444444; text-align: center;">%%sentfromtext%%
138 </td>
139 </tr>
140
141 </table>
142 </div>
143 <!-- END FOOTER -->
144
145 <!-- END CENTERED WHITE CONTAINER -->
146 </div>
147 </td>
148 <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">&nbsp;</td>
149 </tr>
150 </table>
151 </body>
152 </html>