Advertisement
Kainzo

Untitled

Sep 30th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  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.  
  5. <meta name="viewport" content="width=device-width" />
  6.  
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  8. <title>HEROmail</title>
  9.  
  10. <!-- STYLING FOR THE HCMAIL! -->
  11.  
  12. <style>
  13. * {
  14. margin:0;
  15. padding:0;
  16. }
  17. * { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  18.  
  19. img {
  20. max-width: 100%;
  21. }
  22. .collapse {
  23. margin:0;
  24. padding:0;
  25. }
  26. body {
  27. -webkit-font-smoothing:antialiased;
  28. -webkit-text-size-adjust:none;
  29. width: 100%!important;
  30. height: 100%;
  31. }
  32. a { color: #2BA6CB;}
  33. .btn {
  34. text-decoration:none;
  35. color: #FFF;
  36. background-color: #666;
  37. padding:10px 16px;
  38. font-weight:bold;
  39. margin-right:10px;
  40. text-align:center;
  41. cursor:pointer;
  42. display: inline-block;
  43. }
  44. p.callout {
  45. padding:15px;
  46. background-color:#ECF8FF;
  47. margin-bottom: 15px;
  48. }
  49. .callout a {
  50. font-weight:bold;
  51. color: #2BA6CB;
  52. }
  53. table.social {
  54.  
  55. background-color: #ebebeb;
  56.  
  57. }
  58. .social .hclinks {
  59. padding: 3px 7px;
  60. font-size:12px;
  61. margin-bottom:10px;
  62. text-decoration:none;
  63. color: #FFF;font-weight:bold;
  64. display:block;
  65. text-align:center;
  66. }
  67. a.fb { background-color: #3B5998!important; }
  68. a.tw { background-color: #1daced!important; }
  69. a.hcf { background-color: #D1B60A!important; }
  70. a.ms { background-color: #000!important; }
  71. a.wl { background-color: #D1140A!important; }
  72. .sidebar .hclinks {
  73. display:block;
  74. width:100%;
  75. }
  76. table.head-wrap { width: 100%;}
  77. .header.container table td.logo { padding: 15px; }
  78. .header.container table td.label { padding: 15px; padding-left:0px;}
  79. table.body-wrap { width: 100%;}
  80. table.footer-wrap { width: 100%; clear:both!important;
  81. }
  82. .footer-wrap .container td.content p { border-top: 1px solid rgb(215,215,215); padding-top:15px;}
  83. .footer-wrap .container td.content p {
  84. font-size:10px;
  85. font-weight: bold;
  86.  
  87. }
  88. h1,h2,h3,h4,h5,h6 {
  89. font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
  90. }
  91. h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; text-transform: none; }
  92. h1 { font-weight:200; font-size: 44px;}
  93. h2 { font-weight:200; font-size: 37px;}
  94. h3 { font-weight:500; font-size: 27px;}
  95. h4 { font-weight:500; font-size: 23px;}
  96. h5 { font-weight:900; font-size: 17px;}
  97. h6 { font-weight:900; font-size: 14px; text-transform: uppercase; color:#93CBFA;}
  98. .collapse { margin:0!important;}
  99. p, ul {
  100. margin-bottom: 10px;
  101. font-weight: normal;
  102. font-size:14px;
  103. line-height:1.6;
  104. }
  105. p.lead { font-size:17px; }
  106. p.last { margin-bottom:0px;}
  107. ul li {
  108. margin-left:5px;
  109. list-style-position: inside;
  110. }
  111. ul.sidebar {
  112. background:#ebebeb;
  113. display:block;
  114. list-style-type: none;
  115. }
  116. ul.sidebar li { display: block; margin:0;}
  117. ul.sidebar li a {
  118. text-decoration:none;
  119. color: #666;
  120. padding:10px 16px;
  121.  
  122. margin-right:10px;
  123.  
  124. cursor:pointer;
  125. border-bottom: 1px solid #777777;
  126. border-top: 1px solid #FFFFFF;
  127. display:block;
  128. margin:0;
  129. }
  130. ul.sidebar li a.last { border-bottom-width:0px;}
  131. ul.sidebar li a h1,ul.sidebar li a h2,ul.sidebar li a h3,ul.sidebar li a h4,ul.sidebar li a h5,ul.sidebar li a h6,ul.sidebar li a p { margin-bottom:0!important;}
  132. .container {
  133. display:block!important;
  134. max-width:600px!important;
  135. margin:0 auto!important;
  136. clear:both!important;
  137. }
  138. .content {
  139. padding:15px;
  140. max-width:600px;
  141. margin:0 auto;
  142. display:block;
  143. }
  144. .content table { width: 100%; }
  145. .column {
  146. width: 300px;
  147. float:left;
  148. }
  149. .column tr td { padding: 15px; }
  150. .column-wrap {
  151. padding:0!important;
  152. margin:0 auto;
  153. max-width:600px!important;
  154. }
  155. .column table { width:100%;}
  156. .social .column {
  157. width: 280px;
  158. min-width: 279px;
  159. float:left;
  160. }
  161. .clear { display: block; clear: both; }
  162. @media only screen and (max-width: 600px) {
  163.  
  164. a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}
  165.  
  166. div[class="column"] { width: auto!important; float:none!important;}
  167.  
  168. table.social div[class="column"] {
  169. width:auto!important;
  170. }
  171. }
  172. </style>
  173.  
  174. <!-- END OF ALL THAT MAGNIFICENT BUT UGLY CODE -->
  175. </head>
  176. <body bgcolor="#FFFFFF">
  177. <!-- This is for the header, where the logo can be changed etc-->
  178.  
  179. <table class="head-wrap" bgcolor="#1262A6">
  180. <tr>
  181. <td></td>
  182. <td class="header container">
  183.  
  184. <div class="content">
  185. <table bgcolor="#1262A6">
  186. <tr>
  187. <td><img src="http://herocraftonline.com/main/styles/fusiongamer/xenforo/images/sitelogo.png" /></td>
  188. <td align="right"><h6 class="collapse">September NEWSLETTER</h6></td>
  189. </tr>
  190. </table>
  191. </div>
  192.  
  193. </td>
  194. <td></td>
  195. </tr>
  196. </table>
  197.  
  198. <!--This is the main body for eveything you need to put send out! -->
  199.  
  200. <table class="body-wrap">
  201. <tr>
  202. <td></td>
  203. <td class="container" bgcolor="#FFFFFF">
  204.  
  205. <div class="content">
  206. <table>
  207. <tr>
  208. <td>
  209. Greetings Heroes!
  210. We'd like to take this time to welcome Herocraft to it's 6th year! We have several changes in store for the next coming era including a complete reconstruction of classes, a persistent personal instancing system and more! Look forward to it!
  211. <h3></h3>
  212. <p class="lead"></p>
  213. <br/>
  214. <a href="http://herocraftonline.com"><img src="http://i.imgur.com/YLXCEwP.png" border="0" alt="Herocraft Main website"></a>
  215. <table class="social" width="100%">
  216. </p>
  217.  
  218.  
  219. <a href="http://herocraftonline.com"><img src="http://i.imgur.com/Iimpnwf.png?1" border="0" alt="Herocraft Main website"></a>
  220. <table class="social" width="100%">
  221. <tr>
  222. <td>
  223.  
  224.  
  225. <table align="left" class="column">
  226. <tr>
  227.  
  228.  
  229.  
  230.  
  231.  
  232. <center>
  233. <a href="http://herocraftonline.com/main/account">Privacy</a> |
  234. <a href="http://hc.to/tos">Terms</a> |
  235. <a href="http://herocraftonline.com/main/account/privacy">Unsubscribe</a></p>
  236. </center>
  237.  
  238. </td>
  239. </tr>
  240. </table>
  241.  
  242. <span class="clear"></span>
  243.  
  244. </td>
  245. </tr>
  246. </table>
  247.  
  248.  
  249. </td>
  250. </tr>
  251. </table>
  252. </div>
  253.  
  254. </td>
  255. <td></td>
  256. </tr>
  257. </table>
  258.  
  259.  
  260.  
  261. </div>
  262.  
  263. </td>
  264. <td></td>
  265. </tr>
  266. </table>
  267.  
  268. </body>
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement