Advertisement
renix1

Untitled

Aug 9th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width">
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>Simple Transactional Email</title>
  7. <style>
  8. /* -------------------------------------
  9. INLINED WITH htmlemail.io/inline
  10. ------------------------------------- */
  11. /* -------------------------------------
  12. RESPONSIVE AND MOBILE FRIENDLY STYLES
  13. ------------------------------------- */
  14. @media only screen and (max-width: 620px) {
  15. table[class=body] h1 {
  16. font-size: 28px !important;
  17. margin-bottom: 10px !important;
  18. }
  19. table[class=body] p,
  20. table[class=body] ul,
  21. table[class=body] ol,
  22. table[class=body] td,
  23. table[class=body] span,
  24. table[class=body] a {
  25. font-size: 16px !important;
  26. }
  27. table[class=body] .wrapper,
  28. table[class=body] .article {
  29. padding: 10px !important;
  30. }
  31. table[class=body] .content {
  32. padding: 0 !important;
  33. }
  34. table[class=body] .container {
  35. padding: 0 !important;
  36. width: 100% !important;
  37. }
  38. table[class=body] .main {
  39. border-left-width: 0 !important;
  40. border-radius: 0 !important;
  41. border-right-width: 0 !important;
  42. }
  43. table[class=body] .btn table {
  44. width: 100% !important;
  45. }
  46. table[class=body] .btn a {
  47. width: 100% !important;
  48. }
  49. table[class=body] .img-responsive {
  50. height: auto !important;
  51. max-width: 100% !important;
  52. width: auto !important;
  53. }
  54. }
  55.  
  56. /* -------------------------------------
  57. PRESERVE THESE STYLES IN THE HEAD
  58. ------------------------------------- */
  59. @media all {
  60. .ExternalClass {
  61. width: 100%;
  62. }
  63. .ExternalClass,
  64. .ExternalClass p,
  65. .ExternalClass span,
  66. .ExternalClass font,
  67. .ExternalClass td,
  68. .ExternalClass div {
  69. line-height: 100%;
  70. }
  71. .apple-link a {
  72. color: inherit !important;
  73. font-family: inherit !important;
  74. font-size: inherit !important;
  75. font-weight: inherit !important;
  76. line-height: inherit !important;
  77. text-decoration: none !important;
  78. }
  79. #MessageViewBody a {
  80. color: inherit;
  81. text-decoration: none;
  82. font-size: inherit;
  83. font-family: inherit;
  84. font-weight: inherit;
  85. line-height: inherit;
  86. }
  87. .btn-primary table td:hover {
  88. background-color: #34495e !important;
  89. }
  90. .btn-primary a:hover {
  91. background-color: #34495e !important;
  92. border-color: #34495e !important;
  93. }
  94. }
  95. </style>
  96. </head>
  97. <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%;">
  98. <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;">This is preheader text. Some clients will show this text as a preview.</span>
  99. <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;">
  100. <tr>
  101. <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">&nbsp;</td>
  102. <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;">
  103. <div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
  104.  
  105. <!-- START CENTERED WHITE CONTAINER -->
  106. <table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;">
  107.  
  108. <!-- START MAIN CONTENT AREA -->
  109. <tr>
  110. <td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">
  111. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
  112. <tr>
  113. <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">
  114. <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Hi there,</p>
  115. <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Sometimes you just want to send a simple HTML email with a simple design and clear call to action. This is it.</p>
  116. <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">This is a really simple email template. Its sole purpose is to get the recipient to click the button with no distractions.</p>
  117. <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Good luck! Hope it works.</p>
  118. </td>
  119. </tr>
  120. </table>
  121. </td>
  122. </tr>
  123.  
  124. <!-- END MAIN CONTENT AREA -->
  125. </table>
  126.  
  127. <!-- START FOOTER -->
  128. <div class="footer" style="clear: both; Margin-top: 10px; text-align: center; width: 100%;">
  129. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
  130. <tr>
  131. <td class="content-block powered-by" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; font-size: 12px; color: #999999; text-align: center;">
  132. Feito por <a href="https://cloudtarget.com.br/" style="color: #999999; font-size: 12px; text-align: center; text-decoration: none;">Cloud Target</a>.
  133. </td>
  134. </tr>
  135. </table>
  136. </div>
  137. <!-- END FOOTER -->
  138.  
  139. <!-- END CENTERED WHITE CONTAINER -->
  140. </div>
  141. </td>
  142. <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">&nbsp;</td>
  143. </tr>
  144. </table>
  145. </body>
  146. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement