body.tmpl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <div>
  2. <div id="isForwardContent">
  3. <div dir="ltr">
  4. <style type="text/css"> p {
  5. margin: 10px 0;
  6. padding: 0;
  7. }
  8. table {
  9. border-collapse: collapse;
  10. }
  11. h1, h2, h3, h4, h5, h6 {
  12. display: block;
  13. margin: 0;
  14. padding: 0;
  15. }
  16. img, a img {
  17. border: 0;
  18. height: auto;
  19. outline: none;
  20. text-decoration: none;
  21. }
  22. body, #bodyTable, #bodyCell {
  23. height: 100%;
  24. margin: 0;
  25. padding: 0;
  26. width: 100%;
  27. }
  28. #outlook a {
  29. padding: 0;
  30. }
  31. img {
  32. -ms-interpolation-mode: bicubic;
  33. }
  34. table {
  35. mso-table-lspace: 0pt;
  36. mso-table-rspace: 0pt;
  37. }
  38. .ReadMsgBody {
  39. width: 100%;
  40. }
  41. .ExternalClass {
  42. width: 100%;
  43. }
  44. p, a, li, td, blockquote {
  45. mso-line-height-rule: exactly;
  46. }
  47. a[href^=tel], a[href^=sms] {
  48. color: inherit;
  49. cursor: default;
  50. text-decoration: none;
  51. }
  52. p, a, li, td, body, table, blockquote {
  53. -ms-text-size-adjust: 100%;
  54. -webkit-text-size-adjust: 100%;
  55. }
  56. .ExternalClass, .ExternalClass p, .ExternalClass td, .ExternalClass div, .ExternalClass span, .ExternalClass font {
  57. line-height: 100%;
  58. }
  59. a[x-apple-data-detectors] {
  60. color: inherit !important;
  61. text-decoration: none !important;
  62. font-size: inherit !important;
  63. font-family: inherit !important;
  64. font-weight: inherit !important;
  65. line-height: inherit !important;
  66. }
  67. #bodyCell {
  68. padding: 50px 50px;
  69. }
  70. .templateContainer {
  71. max-width: 600px !important;
  72. border: 0;
  73. }
  74. a.mcnButton {
  75. display: block;
  76. }
  77. .mcnTextContent {
  78. word-break: break-word;
  79. }
  80. .mcnTextContent img {
  81. height: auto !important;
  82. }
  83. .mcnDividerBlock {
  84. table-layout: fixed !important;
  85. }
  86. body, #bodyTable {
  87. background-color: #e9eaec;
  88. }
  89. h1 {
  90. color: #202020;
  91. font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  92. font-size: 26px;
  93. font-style: normal;
  94. font-weight: bold;
  95. line-height: 125%;
  96. letter-spacing: normal;
  97. }
  98. h2 {
  99. color: #202020;
  100. font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  101. font-size: 22px;
  102. font-style: normal;
  103. font-weight: bold;
  104. line-height: 125%;
  105. letter-spacing: normal;
  106. }
  107. h3 {
  108. color: #202020;
  109. font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  110. font-size: 20px;
  111. font-style: normal;
  112. font-weight: bold;
  113. line-height: 125%;
  114. letter-spacing: normal;
  115. }
  116. h4 {
  117. color: #202020;
  118. font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  119. font-size: 18px;
  120. font-style: normal;
  121. font-weight: bold;
  122. line-height: 125%;
  123. letter-spacing: normal;
  124. }
  125. #templateHeader {
  126. border-top: 0;
  127. border-bottom: 0;
  128. padding-top: 0;
  129. padding-bottom: 20px;
  130. text-align: center;
  131. }
  132. #templateBody {
  133. background-color: #FFFFFF;
  134. border-top: 0;
  135. border: 1px solid #c1c1c1;
  136. padding-top: 0;
  137. padding-bottom: 0px;
  138. }
  139. #templateBody .mcnTextContent, #templateBody .mcnTextContent p {
  140. color: #555555;
  141. font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  142. font-size: 14px;
  143. line-height: 150%;
  144. }
  145. #templateBody .mcnTextContent a, #templateBody .mcnTextContent p a {
  146. color: #ff7f50;
  147. font-weight: normal;
  148. text-decoration: underline;
  149. }
  150. #templateFooter {
  151. background-color: #e9eaec;
  152. border-top: 0;
  153. border-bottom: 0;
  154. padding-top: 12px;
  155. padding-bottom: 12px;
  156. }
  157. #templateFooter .mcnTextContent, #templateFooter .mcnTextContent p {
  158. color: #cccccc;
  159. font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  160. font-size: 12px;
  161. line-height: 150%;
  162. text-align: center;
  163. }
  164. #templateFooter .mcnTextContent a, #templateFooter .mcnTextContent p a {
  165. color: #cccccc;
  166. font-weight: normal;
  167. text-decoration: underline;
  168. }
  169. @media only screen and (min-width: 768px) {
  170. .templateContainer {
  171. width: 600px !important;
  172. }
  173. }
  174. @media only screen and (max-width: 480px) {
  175. body, table, td, p, a, li, blockquote {
  176. -webkit-text-size-adjust: none !important;
  177. }
  178. }
  179. @media only screen and (max-width: 480px) {
  180. body {
  181. width: 100% !important;
  182. min-width: 100% !important;
  183. }
  184. }
  185. @media only screen and (max-width: 680px) {
  186. #bodyCell {
  187. padding: 20px 20px !important;
  188. }
  189. }
  190. @media only screen and (max-width: 480px) {
  191. .mcnTextContentContainer {
  192. max-width: 100% !important;
  193. width: 100% !important;
  194. }
  195. } </style>
  196. <div style="height: 100%;margin: 0;padding: 0;width: 100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #e9eaec;">
  197. <center>
  198. <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"
  199. id="bodyTable"
  200. style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: 100%;background-color: #e9eaec;">
  201. <tbody>
  202. <tr>
  203. <td align="center" valign="top" id="bodyCell"
  204. style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 50px 50px;width: 100%;">
  205. <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer"
  206. style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 0;max-width: 600px !important;">
  207. <tbody>
  208. <tr>
  209. <td valign="top" id="templateBody"
  210. style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #FFFFFF;border-top: 0;border: 1px solid #c1c1c1;padding-top: 0;padding-bottom: 0px;">
  211. <table border="0" cellpadding="0" cellspacing="0" width="100%"
  212. class="mcnTextBlock"
  213. style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  214. <tbody class="mcnTextBlockOuter">
  215. <tr>
  216. <td valign="top" class="mcnTextBlockInner"
  217. style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
  218. <table align="left" border="0" cellpadding="0" cellspacing="0"
  219. width="100%"
  220. style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"
  221. class="mcnTextContentContainer">
  222. <tbody>
  223. <tr>
  224. <td valign="top"
  225. style="padding-top: 30px;padding-right: 30px;padding-bottom: 30px;padding-left: 30px;"
  226. class="mcnTextContent">
  227. {{items_content}}
  228. </td>
  229. </tr>
  230. </tbody>
  231. </table>
  232. </td>
  233. </tr>
  234. </tbody>
  235. </table>
  236. </td>
  237. </tr>
  238. </tbody>
  239. </table>
  240. </td>
  241. </tr>
  242. </tbody>
  243. </table>
  244. </center>
  245. </div>
  246. </div>
  247. </div>
  248. </div>