document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="utf-8"> <!-- utf-8 works for most cases -->
  5.   <meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn\'t be necessary -->
  6.   <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
  7.   <title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->
  8.   <style type="text/css">
  9.   /* What it does: Remove spaces around the email design added by some email clients. */
  10.   /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
  11.   html,
  12.   body {
  13.     -webkit-font-smoothing: antialiased;
  14.     -webkit-text-size-adjust: none;  
  15.     margin: 0;
  16.     padding: 0;
  17.     height: 100% !important;
  18.     width: 100% !important;
  19.  
  20.   }
  21.  
  22.   /* What it does: Stops email clients resizing small text. */
  23.   * {
  24.  
  25. /*
  26.                         -ms-text-size-adjust: 100%;
  27.                         -webkit-text-size-adjust: 100%;
  28.                         */
  29.                         line-height: 1.6; /* DAG */
  30.                         font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; /* DAG */
  31.                         font-size: 100%; /* DAG */
  32.                       }
  33.  
  34.                       /* What it does: Forces Outlook.com to display emails full width. */
  35.                       .ExternalClass {
  36.                         width: 100%;
  37.                       }  
  38.  
  39.                       /* What it does: Stops Outlook from adding extra spacing to tables. */
  40.                       table,
  41.                       td {
  42.                         mso-table-lspace: 0pt;
  43.                         mso-table-rspace: 0pt;
  44.                       }
  45.  
  46.                       /* What it does: Fixes webkit padding issue. */
  47.                       table {
  48.                         border-spacing:0 !important;
  49.                       }
  50.  
  51.                       /* What it does: Fixes Outlook.com line height. */
  52.                       .ExternalClass,
  53.                       .ExternalClass * {
  54.                         line-height: 100%;
  55.                       }
  56.  
  57.                       /* What it does: Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
  58.                       table {
  59.                         border-collapse: collapse;
  60.                         margin: 0 auto;
  61.                       }
  62.  
  63.                       /* What it does: Uses a better rendering method when resizing images in IE. */
  64.                       img {
  65.                         -ms-interpolation-mode:bicubic;
  66.                         max-width: 100%; /* daniel.gardner.nom.br */
  67.                       }
  68.  
  69.  
  70.                       /* What it does: Overrides styles added when Yahoo\'s auto-senses a link. */
  71.                       .yshortcuts a {
  72.                         border-bottom: none !important;
  73.                       }
  74.  
  75.                       /* What it does: Overrides blue, underlined links auto-detected by iOS Mail. */
  76.                       /* More Info: https://litmus.com/blog/update-banning-blue-links-on-ios-devices */
  77.                       .mobile-link--footer a {
  78.                         color: #666666 !important;
  79.                       }
  80.  
  81.                       /* What it does: Overrides styles added images. */
  82.                       img {
  83.                         border:0 !important;
  84.                         outline:none !important;
  85.                         text-decoration:none !important;
  86.                       }
  87.  
  88.                       /* What it does: Apple Mail doesn\'t support max-width, so a media query constrains the email container width. */
  89.                       @media only screen and (min-width: 601px) {
  90.                         .email-container {
  91.                           max-width: 600px !important;
  92.                           margin: 0 auto!important; /* makes it centered */
  93.                           clear: both!important;
  94.                           display: block!important;
  95.                         }
  96.                       }
  97.  
  98.                       /* What it does: Apple Mail doesn\'t support max-width, so a media query constrains the email container width. */
  99.                       @media only screen and (max-width: 600px) {
  100.                         .email-container {
  101.                           width: 100% !important;
  102.                           max-width: none !important;
  103.                         }
  104.                       }
  105.  
  106.  
  107.  
  108. /* ---------------------------------------------------
  109.                 RESPONSIVENESS
  110.                 Nuke it from orbit. It\'s the only way to be sure.
  111.                 ------------------------------------------------------ */
  112.  
  113.                 table.body-wrap {
  114.                   width: 100%;
  115.                   padding: 20px;
  116.                 }
  117.  
  118.                 table.body-wrap .container {
  119.                   border: 1px solid #f0f0f0;
  120.                 }
  121.  
  122.                 /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
  123.                 .container {
  124.                   display: block!important;
  125.                   max-width: 600px!important;
  126.                   margin: 0 auto!important; /* makes it centered */
  127.                   clear: both!important;
  128.                 }
  129.  
  130.                 /* Set the padding on the td rather than the div for Outlook compatibility */
  131.                 .body-wrap .container {
  132.                   padding: 20px;
  133.                 }
  134.  
  135.                 /* This should also be a block element, so that it will fill 100% of the .container */
  136.                 .content {
  137.                   max-width: 600px;
  138.                   margin: 0 auto;
  139.                   display: block;
  140.                 }
  141.  
  142.                 /* Let\'s make sure tables in the content area are 100% wide */
  143.                 .content table {
  144.                   width: 100%;
  145.                 }
  146.  
  147.  
  148. /* ---------------------------------------------------
  149.                 END RESPONSIVENESS
  150.                 ------------------------------------------------------ */
  151.  
  152.                 </style>
  153.               </head>
  154.               <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#F1F1F1" style="margin:0; padding:0; -webkit-text-size-adjust:none; -ms-text-size-adjust:none;">
  155.                 <table cellpadding="0" cellspacing="0" border="0" height="100%" width="100%" bgcolor="#F1F1F1" style="border-collapse:collapse;" class="body-wrap"><tr><td>
  156.  
  157.                   <!-- Visually Hidden Preheader Text : BEGIN -->
  158.                   <div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide: all;">
  159.                     Insira aqui um texto curto que aparece só no preview da msgm.
  160.                   </div>
  161.                   <!-- Visually Hidden Preheader Text : END -->
  162.  
  163.                   <!-- Outlook and Lotus Notes don\'t support max-width but are always on desktop, so we can enforce a wide, fixed width view. -->
  164.                   <!-- Beginning of Outlook-specific wrapper : BEGIN -->
  165.         <!--[if (gte mso 9)|(IE)]>
  166. <table width="600" align="center" cellpadding="0" cellspacing="0" border="0">
  167.   <tr>
  168.     <td>
  169.       <![endif]-->
  170.        <!-- Beginning of Outlook-specific wrapper : END -->
  171.  
  172.        <!-- Email wrapper : BEGIN -->
  173.        <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="max-width:583px; margin:auto;" class="body-wrap">
  174.         <tr>
  175.           <td class="container">
  176.  
  177.             <!-- INÍCIO DO CONTEÚDO DO CORPO DA MENSAGEM -->
  178.  
  179.             <div class="content">
  180.  
  181.               <!-- Main Email Body : BEGIN -->
  182.               <table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="body-wrap">
  183.  
  184.                 <!-- Single Fluid Image, No Crop : BEGIN -->
  185.                 <tr>
  186.                   <td valign="middle" align="center" style="padding-top:0%;">
  187.                     <a href="http://daniel.gardner.nom.br" target="_blank">
  188.                       <img src="http://i.imgur.com/uPEjKMK.jpg" alt="" width="583" align="center" border="0" style="margin: auto;">
  189.                     </a>
  190.                   </td>
  191.                 </tr>
  192.                 <!-- Single Fluid Image, No Crop : END -->
  193.  
  194.                 <!-- Full Width, Fluid Column : BEGIN -->
  195.                 <tr>
  196.                   <td style="padding: 4%; font-family: sans-serif; font-size: 15px; line-height: 1.3; color: #666666;" class="container" >
  197.                     <p>
  198.                       Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sollicitudin urna et tortor aliquet vulputate. Praesent non mauris vestibulum nisl finibus pellentesque. Maecenas porttitor feugiat auctor. Fusce pellentesque elit et posuere egestas.
  199.                     </p>
  200.  
  201.                     <!-- BOTÃO INSCREVA-SE, para alterar acesse buttons.cm -->
  202.  
  203.                     <center>
  204.                 <div><!--[if mso]>
  205. <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.cursofieldelideranca.com.br/cursos/cinco-pontos-do-calvinismo/" style="height:40px;v-text-anchor:middle;width:120px;" arcsize="10%" strokecolor="#1e3650" fill="t">
  206.   <v:fill type="tile" src="http://i.imgur.com/QXPo5g8.gif" color="#556270" />
  207.   <w:anchorlock/>
  208.   <center style="color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:bold;">INSCREVA-SE</center>
  209. </v:roundrect>
  210. <![endif]--><a href="http://buttons.cm"
  211. style="background-color:#556270;background-image:url(http://i.imgur.com/QXPo5g8.gif);border:0px;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:40px;text-align:center;text-decoration:none;width:120px;-webkit-text-size-adjust:none;mso-hide:all;" target="_blank">CLIQUE AQUI</a>
  212. </div>
  213. </a>
  214. </center>
  215. </p>
  216. <p>
  217.   <font color="#000000"><b>Ipsum loren</b></font> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sollicitudin urna et tortor aliquet vulputate. Praesent non mauris vestibulum nisl finibus pellentesque. Maecenas porttitor feugiat auctor. Fusce pellentesque elit et posuere egestas.
  218. </p>
  219. <p></p>
  220. <p>Lrem ipsum dolor sit amet, consectetur adipiscing elit,
  221.   <p></p>
  222.   <p>Assinatura
  223.     <br>
  224.     <a href="http://www.daniel.gardner.nom.br" target="_blank">daniel.gardner.nom.br</a><br>
  225.   </td>
  226. </tr>
  227. <!-- Full Width, Fluid Column : END -->
  228.  
  229. </table>
  230. </div>
  231. <!-- /content -->
  232.  
  233. <!-- Main Email Body : END -->
  234.  
  235. </td>
  236. </tr>
  237.  
  238. <!-- Footer : BEGIN -->
  239. <tr valign="top">
  240.   <td valign="top" style="line-height: 130%; color: rgb(0, 0, 0); font-size:12x;" class="container">
  241.     <div style="color: rgb(102, 102, 102); text-align: center;">
  242.       <span style="font-size: 12px; color: rgb(102, 102, 102); line-height: 130%;">
  243.         <p>
  244.           <span style="font-family: arial, helvetica, sans-serif; color: rgb(102, 102, 102); line-height: 130%;">
  245.             Este e-mail foi enviado para a comunidade da EMPRESA X.
  246.             <br>Conheça a nossa <a target="_blank" href="http:// link da politica de privacidade" style="text-decoration:none;">política de privacidade</a>. | <unsubscribe>Cancele sua assinatura aqui</unsubscribe>
  247.           </span>
  248.         </p>
  249.       </span>
  250.     </div>
  251.   </td>
  252. </tr>
  253.  
  254.  
  255. <!-- Footer : END -->
  256.  
  257. </table>
  258. <!-- Email wrapper : END -->
  259.  
  260. <!-- End of Outlook-specific wrapper : BEGIN -->
  261.         <!--[if (gte mso 9)|(IE)]>
  262.     </td>
  263.   </tr>
  264. </table>
  265. <![endif]-->
  266.  <!-- End of Outlook-specific wrapper : END -->
  267.  
  268. </td></tr></table>
  269. </body>
  270. </html>
');