Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <meta name="viewport" content="width=device-width" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <title>{title}</title>
  8. <style>
  9. img {
  10. border: none;
  11. -ms-interpolation-mode: bicubic;
  12. max-width: 100%; }
  13. body {
  14. background-color: #f6f6f6;
  15. font-family: sans-serif;
  16. -webkit-font-smoothing: antialiased;
  17. font-size: 14px;
  18. line-height: 1.4;
  19. margin: 0;
  20. padding: 0;
  21. -ms-text-size-adjust: 100%;
  22. -webkit-text-size-adjust: 100%; }
  23. table {
  24. border-collapse: separate;
  25. mso-table-lspace: 0pt;
  26. mso-table-rspace: 0pt;
  27. width: 100%; }
  28. table td {
  29. font-family: sans-serif;
  30. font-size: 14px;
  31. vertical-align: top; }
  32. .body {
  33. background-color: #f6f6f6;
  34. width: 100%; }
  35. .container {
  36. display: block;
  37. Margin: 0 auto !important;
  38. max-width: 580px;
  39. padding: 10px;
  40. width: 580px; }
  41. .content {
  42. box-sizing: border-box;
  43. display: block;
  44. Margin: 0 auto;
  45. max-width: 580px;
  46. padding: 10px; }
  47. .main {
  48. background: #ffffff;
  49. border-radius: 3px;
  50. width: 100%; }
  51. .wrapper {
  52. box-sizing: border-box;
  53. padding: 20px; }
  54. .content-block {
  55. padding-bottom: 10px;
  56. padding-top: 10px;
  57. }
  58. .footer {
  59. clear: both;
  60. Margin-top: 10px;
  61. text-align: center;
  62. width: 100%; }
  63. .footer td,
  64. .footer p,
  65. .footer span,
  66. .footer a {
  67. color: #999999;
  68. font-size: 12px;
  69. text-align: center; }
  70. h1,
  71. h2,
  72. h3,
  73. h4 {
  74. color: #000000;
  75. font-family: sans-serif;
  76. font-weight: 400;
  77. line-height: 1.4;
  78. margin: 0;
  79. Margin-bottom: 30px; }
  80. h1 {
  81. font-size: 35px;
  82. font-weight: 300;
  83. text-align: center;
  84. text-transform: capitalize; }
  85. p,
  86. ul,
  87. ol {
  88. font-family: sans-serif;
  89. font-size: 14px;
  90. font-weight: normal;
  91. margin: 0;
  92. Margin-bottom: 15px; }
  93. p li,
  94. ul li,
  95. ol li {
  96. list-style-position: inside;
  97. margin-left: 5px; }
  98. a {
  99. color: #3498db;
  100. text-decoration: underline; }
  101. .btn {
  102. box-sizing: border-box;
  103. width: 100%; }
  104. .btn > tbody > tr > td {
  105. padding-bottom: 15px; }
  106. .btn table {
  107. width: auto; }
  108. .btn table td {
  109. background-color: #ffffff;
  110. border-radius: 5px;
  111. text-align: center; }
  112. .btn a {
  113. background-color: #ffffff;
  114. border: solid 1px #3498db;
  115. border-radius: 5px;
  116. box-sizing: border-box;
  117. color: #3498db;
  118. cursor: pointer;
  119. display: inline-block;
  120. font-size: 14px;
  121. font-weight: bold;
  122. margin: 0;
  123. padding: 12px 25px;
  124. text-decoration: none;
  125. text-transform: capitalize; }
  126. .btn-primary table td {
  127. background-color: #3498db; }
  128. .btn-primary a {
  129. background-color: #3498db;
  130. border-color: #3498db;
  131. color: #ffffff; }
  132. .last {
  133. margin-bottom: 0; }
  134. .first {
  135. margin-top: 0; }
  136. .align-center {
  137. text-align: center; }
  138. .align-right {
  139. text-align: right; }
  140. .align-left {
  141. text-align: left; }
  142. .clear {
  143. clear: both; }
  144. .mt0 {
  145. margin-top: 0; }
  146. .mb0 {
  147. margin-bottom: 0; }
  148. .preheader {
  149. color: transparent;
  150. display: none;
  151. height: 0;
  152. max-height: 0;
  153. max-width: 0;
  154. opacity: 0;
  155. overflow: hidden;
  156. mso-hide: all;
  157. visibility: hidden;
  158. width: 0; }
  159. .powered-by a {
  160. text-decoration: none; }
  161. hr {
  162. border: 0;
  163. border-bottom: 1px solid #f6f6f6;
  164. Margin: 20px 0; }
  165. @media only screen and (max-width: 620px) {
  166. table[class=body] h1 {
  167. font-size: 28px !important;
  168. margin-bottom: 10px !important; }
  169. table[class=body] p,
  170. table[class=body] ul,
  171. table[class=body] ol,
  172. table[class=body] td,
  173. table[class=body] span,
  174. table[class=body] a {
  175. font-size: 16px !important; }
  176. table[class=body] .wrapper,
  177. table[class=body] .article {
  178. padding: 10px !important; }
  179. table[class=body] .content {
  180. padding: 0 !important; }
  181. table[class=body] .container {
  182. padding: 0 !important;
  183. width: 100% !important; }
  184. table[class=body] .main {
  185. border-left-width: 0 !important;
  186. border-radius: 0 !important;
  187. border-right-width: 0 !important; }
  188. table[class=body] .btn table {
  189. width: 100% !important; }
  190. table[class=body] .btn a {
  191. width: 100% !important; }
  192. table[class=body] .img-responsive {
  193. height: auto !important;
  194. max-width: 100% !important;
  195. width: auto !important; }}
  196. @media all {
  197. .ExternalClass {
  198. width: 100%; }
  199. .ExternalClass,
  200. .ExternalClass p,
  201. .ExternalClass span,
  202. .ExternalClass font,
  203. .ExternalClass td,
  204. .ExternalClass div {
  205. line-height: 100%; }
  206. .apple-link a {
  207. color: inherit !important;
  208. font-family: inherit !important;
  209. font-size: inherit !important;
  210. font-weight: inherit !important;
  211. line-height: inherit !important;
  212. text-decoration: none !important; }
  213. .btn-primary table td:hover {
  214. background-color: #34495e !important; }
  215. .btn-primary a:hover {
  216. background-color: #34495e !important;
  217. border-color: #34495e !important; } }
  218. </style>
  219. </head>
  220. <body class="">
  221. <table border="0" cellpadding="0" cellspacing="0" class="body">
  222. <tr>
  223. <td>&nbsp;</td>
  224. <td class="container">
  225. <div class="content">
  226.  
  227. <table class="main">
  228. <tr>
  229. <td class="wrapper">
  230. {body}
  231. <!-- -->
  232. <!-- -->
  233. </td>
  234. </tr>
  235.  
  236. </table>
  237.  
  238. <div class="footer">
  239. <table border="0" cellpadding="0" cellspacing="0">
  240. <tr>
  241. <td class="content-block">
  242. {about}
  243. <!-- -->
  244. <!-- -->
  245. </td>
  246. </tr>
  247. <tr>
  248. <td class="content-block powered-by">
  249. Powered by <a href="https://melonsamp.com">melon RolePlay</a>.
  250. </td>
  251. </tr>
  252. </table>
  253. </div>
  254.  
  255. </div>
  256. </td>
  257. <td>&nbsp;</td>
  258. </tr>
  259. </table>
  260. </body>
  261. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement