email_template_layout_1.html 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917
  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. <title>*|MC:SUBJECT|*</title>
  6. <style type="text/css">
  7. /* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */
  8. #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */
  9. .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
  10. .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
  11. body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
  12. table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */
  13. img{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
  14. @import url(http://fonts.useso.com/css?family=Open+Sans:400,300,600,700); /* Loading Open Sans Google font */
  15. /* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
  16. body{margin:0; padding:0;}
  17. img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}
  18. table{border-collapse:collapse !important;}
  19. body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
  20. /* /\/\/\/\/\/\/\/\/ TEMPLATE STYLES /\/\/\/\/\/\/\/\/ */
  21. /* ========== Page Styles ========== */
  22. #bodyCell{padding:20px;}
  23. #templateContainer{width:600px;}
  24. /**
  25. * @tab Page
  26. * @section background style
  27. * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  28. * @theme page
  29. */
  30. body, #bodyTable{
  31. /*@editable*/ background-color:#DEE0E2;
  32. font-family: 'Open Sans';
  33. }
  34. /**
  35. * @tab Page
  36. * @section background style
  37. * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  38. * @theme page
  39. */
  40. #bodyCell{
  41. /*@editable*/ border-top:4px solid #BBBBBB;
  42. }
  43. /**
  44. * @tab Page
  45. * @section email border
  46. * @tip Set the border for your email.
  47. */
  48. #templateContainer{
  49. /*@editable*/ border:1px solid #BBBBBB;
  50. }
  51. /**
  52. * @tab Page
  53. * @section heading 1
  54. * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
  55. * @style heading 1
  56. */
  57. h1{
  58. /*@editable*/ color:#202020 !important;
  59. display:block;
  60. /*@editable*/ font-family:'Open Sans';
  61. /*@editable*/ font-size:23px;
  62. /*@editable*/ font-style:normal;
  63. /*@editable*/ font-weight:400;
  64. /*@editable*/ line-height:100%;
  65. /*@editable*/ letter-spacing:normal;
  66. margin-top:0;
  67. margin-right:0;
  68. margin-bottom:10px;
  69. margin-left:0;
  70. /*@editable*/ text-align:left;
  71. }
  72. /**
  73. * @tab Page
  74. * @section heading 2
  75. * @tip Set the styling for all second-level headings in your emails.
  76. * @style heading 2
  77. */
  78. h2{
  79. /*@editable*/ color:#404040 !important;
  80. display:block;
  81. /*@editable*/ font-family:'Open Sans';
  82. /*@editable*/ font-size:20px;
  83. /*@editable*/ font-style:normal;
  84. /*@editable*/ font-weight:400;
  85. /*@editable*/ line-height:100%;
  86. /*@editable*/ letter-spacing:normal;
  87. margin-top:0;
  88. margin-right:0;
  89. margin-bottom:10px;
  90. margin-left:0;
  91. /*@editable*/ text-align:left;
  92. }
  93. /**
  94. * @tab Page
  95. * @section heading 3
  96. * @tip Set the styling for all third-level headings in your emails.
  97. * @style heading 3
  98. */
  99. h3{
  100. /*@editable*/ color:#404040 !important;
  101. display:block;
  102. /*@editable*/ font-family:'Open Sans';
  103. /*@editable*/ font-size:16px;
  104. /*@editable*/ line-height:100%;
  105. /*@editable*/ font-weight:400;
  106. /*@editable*/ letter-spacing:normal;
  107. margin-top:0;
  108. margin-right:0;
  109. margin-bottom:10px;
  110. margin-left:0;
  111. /*@editable*/ text-align:left;
  112. }
  113. /**
  114. * @tab Page
  115. * @section heading 4
  116. * @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
  117. * @style heading 4
  118. */
  119. h4{
  120. /*@editable*/ color:#808080 !important;
  121. display:block;
  122. /*@editable*/ font-family:'Open Sans';
  123. /*@editable*/ font-size:14px;
  124. /*@editable*/ font-style:italic;
  125. /*@editable*/ font-weight:normal;
  126. /*@editable*/ line-height:100%;
  127. /*@editable*/ letter-spacing:normal;
  128. margin-top:0;
  129. margin-right:0;
  130. margin-bottom:10px;
  131. margin-left:0;
  132. /*@editable*/ text-align:left;
  133. }
  134. /* ========== Header Styles ========== */
  135. /**
  136. * @tab Header
  137. * @section preheader style
  138. * @tip Set the background color and bottom border for your email's preheader area.
  139. * @theme header
  140. */
  141. #templatePreheader{
  142. /*@editable*/ background-color:#F4F4F4;
  143. /*@editable*/ border-bottom:1px solid #CCCCCC;
  144. }
  145. /**
  146. * @tab Header
  147. * @section preheader text
  148. * @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
  149. */
  150. .preheaderContent{
  151. /*@editable*/ color:#808080;
  152. /*@editable*/ font-family:'Open Sans';
  153. /*@editable*/ font-size:10px;
  154. /*@editable*/ line-height:125%;
  155. /*@editable*/ text-align:left;
  156. }
  157. /**
  158. * @tab Header
  159. * @section preheader link
  160. * @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
  161. */
  162. .preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
  163. /*@editable*/ color:#606060;
  164. /*@editable*/ font-weight:normal;
  165. /*@editable*/ text-decoration:underline;
  166. }
  167. /**
  168. * @tab Header
  169. * @section header style
  170. * @tip Set the background color and borders for your email's header area.
  171. * @theme header
  172. */
  173. #templateHeader{
  174. /*@editable*/ background-color:#F4F4F4;
  175. /*@editable*/ border-top:1px solid #FFFFFF;
  176. /*@editable*/ border-bottom:1px solid #CCCCCC;
  177. }
  178. /**
  179. * @tab Header
  180. * @section header text
  181. * @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
  182. */
  183. .headerContent{
  184. /*@editable*/ color:#505050;
  185. /*@editable*/ font-family:'Open Sans';
  186. /*@editable*/ font-size:20px;
  187. /*@editable*/ font-weight:bold;
  188. /*@editable*/ line-height:100%;
  189. /*@editable*/ padding-top:0;
  190. /*@editable*/ padding-right:0;
  191. /*@editable*/ padding-bottom:0;
  192. /*@editable*/ padding-left:0;
  193. /*@editable*/ text-align:left;
  194. /*@editable*/ vertical-align:middle;
  195. }
  196. /**
  197. * @tab Header
  198. * @section header link
  199. * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
  200. */
  201. .headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
  202. /*@editable*/ color:#EB4102;
  203. /*@editable*/ font-weight:normal;
  204. /*@editable*/ text-decoration:underline;
  205. }
  206. #headerImage{
  207. height:auto;
  208. max-width:600px;
  209. }
  210. /* ========== Button Styles ========== */
  211. .btn {
  212. -moz-user-select: none;
  213. border: 1px solid rgba(0, 0, 0, 0);
  214. border-radius: 4px 4px 4px 4px;
  215. cursor: pointer;
  216. display: inline-block;
  217. font-size: 14px;
  218. font-weight: normal;
  219. line-height: 1.42857;
  220. margin-bottom: 0;
  221. padding: 6px 12px;
  222. text-align: center;
  223. vertical-align: middle;
  224. white-space: nowrap
  225. }
  226. .btn-lg {
  227. border-radius: 6px 6px 6px 6px;
  228. font-size: 18px;
  229. line-height: 1.33;
  230. padding: 10px 16px;
  231. }
  232. .btn-primary {
  233. background-color: #5E87B0;
  234. border-color: #507AA4;
  235. color: #FFFFFF;
  236. }
  237. .btn-primary:hover {
  238. background-color: #4B739A;
  239. border-color: #3C5C7B;
  240. color: #FFFFFF;
  241. }
  242. /* ========== Body Styles ========== */
  243. /**
  244. * @tab Body
  245. * @section body style
  246. * @tip Set the background color and borders for your email's body area.
  247. */
  248. #templateBody{
  249. /*@editable*/ background-color:#F4F4F4;
  250. /*@editable*/ border-top:1px solid #FFFFFF;
  251. /*@editable*/ border-bottom:1px solid #CCCCCC;
  252. }
  253. /**
  254. * @tab Body
  255. * @section body text
  256. * @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
  257. * @theme main
  258. */
  259. .bodyContent{
  260. /*@editable*/ color:#505050;
  261. /*@editable*/ font-family:'Open Sans';
  262. /*@editable*/ font-size:13px;
  263. /*@editable*/ line-height:150%;
  264. padding-top:20px;
  265. padding-right:20px;
  266. padding-bottom:20px;
  267. padding-left:20px;
  268. /*@editable*/ text-align:left;
  269. }
  270. /**
  271. * @tab Body
  272. * @section body link
  273. * @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
  274. */
  275. .bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{
  276. /*@editable*/ color:#5E87B0;
  277. /*@editable*/ font-weight:normal;
  278. /*@editable*/ text-decoration:underline;
  279. }
  280. .bodyContent img{
  281. display:inline;
  282. height:auto;
  283. max-width:560px;
  284. }
  285. /* ========== Two Column Styles ========== */
  286. .templateColumnContainer{width:260px;}
  287. /**
  288. * @tab Columns
  289. * @section column style
  290. * @tip Set the background color and borders for your email's column area.
  291. */
  292. #templateColumns{
  293. /*@editable*/ background-color:#F4F4F4;
  294. /*@editable*/ border-top:1px solid #FFFFFF;
  295. /*@editable*/ border-bottom:1px solid #CCCCCC;
  296. }
  297. /**
  298. * @tab Columns
  299. * @section left column text
  300. * @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
  301. */
  302. .leftColumnContent{
  303. /*@editable*/ color:#505050;
  304. /*@editable*/ font-family:'Open Sans';
  305. /*@editable*/ font-size:13px;
  306. /*@editable*/ line-height:150%;
  307. padding-top:0;
  308. padding-right:20px;
  309. padding-bottom:20px;
  310. padding-left:20px;
  311. /*@editable*/ text-align:left;
  312. }
  313. /**
  314. * @tab Columns
  315. * @section left column link
  316. * @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
  317. */
  318. .leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  319. /*@editable*/ color:#EB4102;
  320. /*@editable*/ font-weight:normal;
  321. /*@editable*/ text-decoration:underline;
  322. }
  323. /**
  324. * @tab Columns
  325. * @section right column text
  326. * @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
  327. */
  328. .rightColumnContent{
  329. /*@editable*/ color:#505050;
  330. /*@editable*/ font-family:'Open Sans';
  331. /*@editable*/ font-size:13px;
  332. /*@editable*/ line-height:150%;
  333. padding-top:0;
  334. padding-right:20px;
  335. padding-bottom:20px;
  336. padding-left:20px;
  337. /*@editable*/ text-align:left;
  338. }
  339. /**
  340. * @tab Columns
  341. * @section right column link
  342. * @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
  343. */
  344. .rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  345. /*@editable*/ color:#EB4102;
  346. /*@editable*/ font-weight:normal;
  347. /*@editable*/ text-decoration:underline;
  348. }
  349. .leftColumnContent img, .rightColumnContent img{
  350. display:inline;
  351. height:auto;
  352. max-width:260px;
  353. }
  354. /* ========== Three Column Styles ========== */
  355. .templateColumnContainer{width:200px;}
  356. /**
  357. * @tab Columns
  358. * @section column style
  359. * @tip Set the background color and borders for your email's column area.
  360. */
  361. #templateColumns{
  362. /*@editable*/ background-color:#F4F4F4;
  363. /*@editable*/ border-top:1px solid #FFFFFF;
  364. /*@editable*/ border-bottom:1px solid #CCCCCC;
  365. }
  366. /**
  367. * @tab Columns
  368. * @section left column text
  369. * @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
  370. */
  371. .leftColumnContent{
  372. /*@editable*/ color:#505050;
  373. /*@editable*/ font-family:'Open Sans';
  374. /*@editable*/ font-size:13px;
  375. /*@editable*/ line-height:150%;
  376. padding-top:0;
  377. padding-right:20px;
  378. padding-bottom:20px;
  379. padding-left:20px;
  380. /*@editable*/ text-align:left;
  381. }
  382. /**
  383. * @tab Columns
  384. * @section left column link
  385. * @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
  386. */
  387. .leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  388. /*@editable*/ color:#5E87B0;
  389. /*@editable*/ font-weight:normal;
  390. /*@editable*/ text-decoration:underline;
  391. }
  392. /**
  393. * @tab Columns
  394. * @section center column text
  395. * @tip Set the styling for your email's center column content text. Choose a size and color that is easy to read.
  396. */
  397. .centerColumnContent{
  398. /*@editable*/ color:#505050;
  399. /*@editable*/ font-family:'Open Sans';
  400. /*@editable*/ font-size:13px;
  401. /*@editable*/ line-height:150%;
  402. padding-top:0;
  403. padding-right:20px;
  404. padding-bottom:20px;
  405. padding-left:20px;
  406. /*@editable*/ text-align:left;
  407. }
  408. /**
  409. * @tab Columns
  410. * @section center column link
  411. * @tip Set the styling for your email's center column content links. Choose a color that helps them stand out from your text.
  412. */
  413. .centerColumnContent a:link, .centerColumnContent a:visited, /* Yahoo! Mail Override */ .centerColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  414. /*@editable*/ color:#5E87B0;
  415. /*@editable*/ font-weight:normal;
  416. /*@editable*/ text-decoration:underline;
  417. }
  418. /**
  419. * @tab Columns
  420. * @section right column text
  421. * @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
  422. */
  423. .rightColumnContent{
  424. /*@editable*/ color:#505050;
  425. /*@editable*/ font-family:'Open Sans';
  426. /*@editable*/ font-size:13px;
  427. /*@editable*/ line-height:150%;
  428. padding-top:0;
  429. padding-right:20px;
  430. padding-bottom:20px;
  431. padding-left:20px;
  432. /*@editable*/ text-align:left;
  433. }
  434. /**
  435. * @tab Columns
  436. * @section right column link
  437. * @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
  438. */
  439. .rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
  440. /*@editable*/ color:#5E87B0;
  441. /*@editable*/ font-weight:normal;
  442. /*@editable*/ text-decoration:underline;
  443. }
  444. .leftColumnContent img, .rightColumnContent img{
  445. display:inline;
  446. height:auto;
  447. max-width:260px;
  448. border-radius: 4px;
  449. }
  450. /* ========== Footer Styles ========== */
  451. /**
  452. * @tab Footer
  453. * @section footer style
  454. * @tip Set the background color and borders for your email's footer area.
  455. * @theme footer
  456. */
  457. #templateFooter{
  458. /*@editable*/ background-color:#F4F4F4;
  459. /*@editable*/ border-top:1px solid #FFFFFF;
  460. }
  461. /**
  462. * @tab Footer
  463. * @section footer text
  464. * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
  465. * @theme footer
  466. */
  467. .footerContent{
  468. /*@editable*/ color:#808080;
  469. /*@editable*/ font-family:'Open Sans';
  470. /*@editable*/ font-size:10px;
  471. /*@editable*/ line-height:150%;
  472. padding-top:20px;
  473. padding-right:20px;
  474. padding-bottom:20px;
  475. padding-left:20px;
  476. /*@editable*/ text-align:left;
  477. }
  478. /**
  479. * @tab Footer
  480. * @section footer link
  481. * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
  482. */
  483. .footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
  484. /*@editable*/ color:#606060;
  485. /*@editable*/ font-weight:normal;
  486. /*@editable*/ text-decoration:underline;
  487. }
  488. /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
  489. @media only screen and (max-width: 480px){
  490. /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
  491. body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */
  492. body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */
  493. /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
  494. #bodyCell{padding:10px !important;}
  495. /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
  496. /* ======== Page Styles ======== */
  497. /**
  498. * @tab Mobile Styles
  499. * @section template width
  500. * @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
  501. */
  502. #templateContainer{
  503. max-width:600px !important;
  504. /*@editable*/ width:100% !important;
  505. }
  506. /**
  507. * @tab Mobile Styles
  508. * @section heading 1
  509. * @tip Make the first-level headings larger in size for better readability on small screens.
  510. */
  511. h1{
  512. /*@editable*/ font-size:24px !important;
  513. /*@editable*/ line-height:100% !important;
  514. }
  515. /**
  516. * @tab Mobile Styles
  517. * @section heading 2
  518. * @tip Make the second-level headings larger in size for better readability on small screens.
  519. */
  520. h2{
  521. /*@editable*/ font-size:20px !important;
  522. /*@editable*/ line-height:100% !important;
  523. }
  524. /**
  525. * @tab Mobile Styles
  526. * @section heading 3
  527. * @tip Make the third-level headings larger in size for better readability on small screens.
  528. */
  529. h3{
  530. /*@editable*/ font-size:18px !important;
  531. /*@editable*/ line-height:100% !important;
  532. }
  533. /**
  534. * @tab Mobile Styles
  535. * @section heading 4
  536. * @tip Make the fourth-level headings larger in size for better readability on small screens.
  537. */
  538. h4{
  539. /*@editable*/ font-size:16px !important;
  540. /*@editable*/ line-height:100% !important;
  541. }
  542. /* ======== Header Styles ======== */
  543. #templatePreheader{display:none !important;} /* Hide the template preheader to save space */
  544. /**
  545. * @tab Mobile Styles
  546. * @section header image
  547. * @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
  548. */
  549. #headerImage{
  550. height:auto !important;
  551. /*@editable*/ max-width:600px !important;
  552. /*@editable*/ width:100% !important;
  553. }
  554. /**
  555. * @tab Mobile Styles
  556. * @section header text
  557. * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  558. */
  559. .headerContent{
  560. /*@editable*/ font-size:20px !important;
  561. /*@editable*/ line-height:125% !important;
  562. }
  563. /* ======== Body Styles ======== */
  564. /**
  565. * @tab Mobile Styles
  566. * @section body text
  567. * @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  568. */
  569. .bodyContent{
  570. /*@editable*/ font-size:18px !important;
  571. /*@editable*/ line-height:125% !important;
  572. }
  573. /* ======== Column Styles ======== */
  574. .templateColumnContainer{display:block !important; width:100% !important;}
  575. /**
  576. * @tab Mobile Styles
  577. * @section column image
  578. * @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
  579. */
  580. .columnImage{
  581. height:auto !important;
  582. /*@editable*/ max-width:480px !important;
  583. /*@editable*/ width:100% !important;
  584. }
  585. /**
  586. * @tab Mobile Styles
  587. * @section left column text
  588. * @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  589. */
  590. .leftColumnContent{
  591. /*@editable*/ font-size:16px !important;
  592. /*@editable*/ line-height:125% !important;
  593. }
  594. /**
  595. * @tab Mobile Styles
  596. * @section right column text
  597. * @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  598. */
  599. .rightColumnContent{
  600. /*@editable*/ font-size:16px !important;
  601. /*@editable*/ line-height:125% !important;
  602. }
  603. /* ======== Footer Styles ======== */
  604. /**
  605. * @tab Mobile Styles
  606. * @section footer text
  607. * @tip Make the body content text larger in size for better readability on small screens.
  608. */
  609. .footerContent{
  610. /*@editable*/ font-size:14px !important;
  611. /*@editable*/ line-height:115% !important;
  612. }
  613. .footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */
  614. }
  615. </style>
  616. </head>
  617. <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
  618. <center>
  619. <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
  620. <tr>
  621. <td align="center" valign="top" id="bodyCell">
  622. <!-- BEGIN TEMPLATE // -->
  623. <table border="0" cellpadding="0" cellspacing="0" id="templateContainer">
  624. <tr>
  625. <td align="center" valign="top">
  626. <!-- BEGIN PREHEADER // -->
  627. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader">
  628. <tr>
  629. <td valign="top" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;" mc:edit="preheader_content00">
  630. Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.
  631. </td>
  632. <!-- *|IFNOT:ARCHIVE_PAGE|* -->
  633. <td valign="top" width="180" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;" mc:edit="preheader_content01">
  634. Email not displaying correctly?<br /><a href="*|ARCHIVE|*" target="_blank">View it in your browser</a>.
  635. </td>
  636. <!-- *|END:IF|* -->
  637. </tr>
  638. </table>
  639. <!-- // END PREHEADER -->
  640. </td>
  641. </tr>
  642. <tr>
  643. <td align="center" valign="top">
  644. <!-- BEGIN HEADER // -->
  645. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
  646. <tr>
  647. <td valign="top" class="headerContent">
  648. <img src="http://farm4.staticflickr.com/3470/3853779489_412138ac7d_z.jpg" style="width:600px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
  649. </td>
  650. </tr>
  651. </table>
  652. <!-- // END HEADER -->
  653. </td>
  654. </tr>
  655. <tr>
  656. <td align="center" valign="top">
  657. <!-- BEGIN BODY // -->
  658. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">
  659. <tr>
  660. <td valign="top" class="bodyContent" mc:edit="body_content">
  661. <h1>Designing Your Template</h1>
  662. <h3>Creating a good-looking email is simple</h3>
  663. Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content.
  664. <br />
  665. <br />
  666. <table align="center" border="0" cellpadding="10px" cellspacing="0" width="28%">
  667. <tr>
  668. <td valign="middle" class="btn btn-lg btn-primary">
  669. <a href="#" target="_blank" style="color:#FFFFFF; display:block; text-decoration:none; width:100%;">Purchase Now</a>
  670. </td>
  671. </tr>
  672. </table>
  673. <br />
  674. <br />
  675. <h2>Styling Your Content</h2>
  676. <h4>Make your email easy to read</h4>
  677. After you enter your content, highlight the text you want to style and select the options you set in the style editor in the "<em>styles</em>" drop down box. Want to <a href="http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change" target="_blank">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the "<em>remove formatting</em>" button to strip the text of any formatting and reset your style.
  678. </td>
  679. </tr>
  680. </table>
  681. <!-- // END BODY -->
  682. </td>
  683. </tr>
  684. <tr>
  685. <td align="center" valign="top">
  686. <!-- BEGIN COLUMNS // -->
  687. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
  688. <tr mc:repeatable>
  689. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  690. <table border="0" cellpadding="20" cellspacing="0" width="280px">
  691. <tr>
  692. <td class="leftColumnContent">
  693. <img src="http://farm7.staticflickr.com/6156/6134084150_bde93792f7_o.jpg" style="max-width:260px;" class="columnImage" mc:label="left_column_image" mc:edit="left_column_image" />
  694. </td>
  695. </tr>
  696. </table>
  697. </td>
  698. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  699. <table border="0" cellpadding="20" cellspacing="0" width="280px">
  700. <tr>
  701. <td valign="top" class="leftColumnContent" mc:edit="left_column_content">
  702. <h2>Repeatable Content</h2>
  703. <a href="http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks" target="_blank">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.
  704. <br />
  705. <br />
  706. You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.
  707. </td>
  708. </tr>
  709. </table>
  710. </td>
  711. </tr>
  712. </table>
  713. <!-- // END COLUMNS -->
  714. </td>
  715. </tr>
  716. <tr>
  717. <td align="center" valign="top">
  718. <!-- BEGIN COLUMNS // -->
  719. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
  720. <tr mc:repeatable>
  721. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  722. <table border="0" cellpadding="20" cellspacing="0" width="280px">
  723. <tr>
  724. <td valign="top" class="leftColumnContent" mc:edit="left_column_content">
  725. <h2>Repeatable Content</h2>
  726. <a href="http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks" target="_blank">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.
  727. <br />
  728. </td>
  729. </tr>
  730. </table>
  731. </td>
  732. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  733. <table border="0" cellpadding="20" cellspacing="0" width="280px">
  734. <tr>
  735. <td class="leftColumnContent">
  736. <img src="http://farm9.staticflickr.com/8260/8677140223_e30227509c_n.jpg" style="max-width:280px;" class="columnImage" mc:label="left_column_image" mc:edit="left_column_image" />
  737. </td>
  738. </tr>
  739. </table>
  740. </td>
  741. </tr>
  742. </table>
  743. <!-- // END COLUMNS -->
  744. </td>
  745. </tr>
  746. <tr>
  747. <td align="center" valign="top">
  748. <!-- BEGIN COLUMNS // -->
  749. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
  750. <tr mc:repeatable>
  751. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  752. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  753. <tr>
  754. <td class="leftColumnContent">
  755. <img src="http://farm9.staticflickr.com/8065/8251212982_71160fecee_q.jpg" style="max-width:160px; border-radius:99px;" class="columnImage" mc:label="left_column_image" mc:edit="left_column_image" />
  756. </td>
  757. </tr>
  758. <tr>
  759. <td valign="top" class="leftColumnContent" mc:edit="left_column_content">
  760. <h3>Repeatable Content</h3>
  761. <a href="http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks" target="_blank">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.
  762. <br />
  763. <br />
  764. You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.
  765. </td>
  766. </tr>
  767. </table>
  768. </td>
  769. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  770. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  771. <tr>
  772. <td class="centerColumnContent">
  773. <img src="http://farm9.staticflickr.com/8484/8253439566_8462051a78_q.jpg" style="max-width:160px; border-radius:99px;" class="columnImage" mc:label="center_column_image" mc:edit="center_column_image" />
  774. </td>
  775. </tr>
  776. <tr>
  777. <td valign="top" class="centerColumnContent" mc:edit="center_column_content">
  778. <h3>Repeatable Content</h3>
  779. <a href="http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks" target="_blank">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.
  780. <br />
  781. <br />
  782. You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.
  783. </td>
  784. </tr>
  785. </table>
  786. </td>
  787. <td align="center" valign="top" class="templateColumnContainer" style="padding-top:20px;">
  788. <table border="0" cellpadding="20" cellspacing="0" width="100%">
  789. <tr>
  790. <td class="rightColumnContent">
  791. <img src="http://farm9.staticflickr.com/8205/8248458674_b516310345_q.jpg" style="max-width:160px; border-radius:99px;" class="columnImage" mc:label="right_column_image" mc:edit="right_column_image" />
  792. </td>
  793. </tr>
  794. <tr>
  795. <td valign="top" class="rightColumnContent" mc:edit="right_column_content">
  796. <h3>Repeatable Content</h3>
  797. <a href="http://kb.mailchimp.com/article/how-do-i-work-with-repeatable-content-blocks" target="_blank">Repeatable sections</a> are noted with plus and minus signs so that you can add and subtract content blocks.
  798. <br />
  799. <br />
  800. You can also get a little fancy; repeat blocks and remove all text to make image galleries, or do the opposite and remove images for text-only blocks.
  801. </td>
  802. </tr>
  803. </table>
  804. </td>
  805. </tr>
  806. </table>
  807. <!-- // END COLUMNS -->
  808. </td>
  809. </tr>
  810. <tr>
  811. <td align="center" valign="top">
  812. <!-- BEGIN FOOTER // -->
  813. <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">
  814. <tr>
  815. <td valign="top" class="footerContent" mc:edit="footer_content00">
  816. <a href="*|TWITTER:PROFILEURL|*">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href="*|FACEBOOK:PROFILEURL|*">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href="*|FORWARD|*">Forward to Friend</a>&nbsp;
  817. </td>
  818. </tr>
  819. <tr>
  820. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01">
  821. <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>
  822. <br />
  823. *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*
  824. <br />
  825. <br />
  826. <strong>Our mailing address is:</strong>
  827. <br />
  828. *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*
  829. </td>
  830. </tr>
  831. <tr>
  832. <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content02">
  833. <a href="*|UNSUB|*">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href="*|UPDATE_PROFILE|*">update subscription preferences</a>&nbsp;
  834. </td>
  835. </tr>
  836. </table>
  837. <!-- // END FOOTER -->
  838. </td>
  839. </tr>
  840. </table>
  841. <!-- // END TEMPLATE -->
  842. </td>
  843. </tr>
  844. </table>
  845. </center>
  846. </body>
  847. </html>