Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <style type="text/css">
  7. body { /*-webkit-text-size-adjust: none;*/ }
  8.  
  9. h1 { margin: 0; font-size: 13px; }
  10. .remind {display: none; }
  11.  
  12. @media handheld, screen and (min-width: 240px) {
  13. .r240 {display: block !important; }
  14. }
  15. @media handheld, screen and (min-width: 320px) {
  16. .r320 {display: block !important;}
  17. .r240 {display: none !important;}
  18. }
  19. @media handheld, screen and (min-width: 480px) {
  20. .r480 {display: block !important; }
  21. .r320 {display: none !important;}
  22. .r240 {display: none !important;}
  23. }
  24. @media handheld, screen and (min-width: 540px) {
  25. .r540 {display: block !important; }
  26. .r480 {display: none !important; }
  27. .r320 {display: none !important;}
  28. .r240 {display: none !important;}
  29. }
  30. @media handheld, screen and (min-width: 640px) {
  31. .r640 {display: block !important; }
  32. .r540 {display: none !important; }
  33. .r480 {display: none !important; }
  34. .r320 {display: none !important;}
  35. .r240 {display: none !important;}
  36. }
  37. @media handheld, screen and (min-width: 768px) {
  38. .r768 {display: block !important; }
  39. .r640 {display: none !important; }
  40. .r540 {display: none !important; }
  41. .r480 {display: none !important; }
  42. .r320 {display: none !important;}
  43. .r240 {display: none !important;}
  44. }
  45. @media handheld, screen and (min-width: 800px) {
  46. .r800 {display: block !important; }
  47. .r768 {display: none !important; }
  48. .r640 {display: none !important; }
  49. .r540 {display: none !important; }
  50. .r480 {display: none !important; }
  51. .r320 {display: none !important;}
  52. .r240 {display: none !important;}
  53. }
  54. @media handheld, screen and (min-width: 960px) {
  55. .r960 {display: block !important; }
  56. .r800 {display: none !important; }
  57. .r768 {display: none !important; }
  58. .r640 {display: none !important; }
  59. .r540 {display: none !important; }
  60. .r480 {display: none !important; }
  61. .r320 {display: none !important;}
  62. .r240 {display: none !important;}
  63. }
  64. @media handheld, screen and (min-width: 1024px) {
  65. .r1024 {display: block !important; }
  66. .r960 {display: none !important; }
  67. .r800 {display: none !important; }
  68. .r768 {display: none !important; }
  69. .r640 {display: none !important; }
  70. .r540 {display: none !important; }
  71. .r480 {display: none !important; }
  72. .r320 {display: none !important;}
  73. .r240 {display: none !important;}
  74. }
  75. @media handheld, screen and (min-width: 1280px) {
  76. .r1280 {display: block !important; }
  77. .r1024 {display: none !important; }
  78. .r960 {display: none !important; }
  79. .r800 {display: none !important; }
  80. .r768 {display: none !important; }
  81. .r640 {display: none !important; }
  82. .r540 {display: none !important; }
  83. .r480 {display: none !important; }
  84. .r320 {display: none !important;}
  85. .r240 {display: none !important;}
  86. }
  87. @media handheld, screen and (min-width: 2048px) {
  88. .r2048 {display: block !important; }
  89. .r1280 {display: none !important; }
  90. .r1024 {display: none !important; }
  91. .r960 {display: none !important; }
  92. .r800 {display: none !important; }
  93. .r768 {display: none !important; }
  94. .r640 {display: none !important; }
  95. .r540 {display: none !important; }
  96. .r480 {display: none !important; }
  97. .r320 {display: none !important;}
  98. .r240 {display: none !important;}
  99. }
  100.  
  101. @media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : portrait) {
  102. .sP { display: block !important; }
  103. }
  104. @media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : landscape) {
  105. .sL { display: block !important; }
  106. }
  107. @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  108. .iP { display: block !important; }
  109. }
  110. @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  111. .iL { display: block !important; }
  112. }
  113.  
  114. @media only screen and (min-width : 1224px) {
  115. .dL { display: block !important; }
  116. }
  117. @media only screen and (min-width : 1824px) {
  118. .lC { display: block !important; }
  119. .hide_again { display: none !important; }
  120. }
  121. @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  122. .i4 { display: block !important; }
  123. }
  124.  
  125. @media only screen and (min-device-width : 320px) and (max-device-width : 480px), (max-width : 480px) {
  126. *[class].wrapper { width: 100%; }
  127. *[class].mobileStack { display: block; width: 100% !important; }
  128. *[class].phone { padding-bottom:10px }
  129. *[class].fullImage { width: 100%; height: auto; }
  130. *[class].social {padding-bottom:20px; width:145px; }
  131. *[class].socialImg { height:31px !important; width: auto !important; }
  132. *[class].product { margin-bottom: 20px; }
  133. *[class].banner { margin-bottom: 20px; }
  134. *[class].mobileHide { display: none; }
  135. }
  136.  
  137. </style>
  138. <title>Scheels</title>
  139.  
  140. </head>
  141.  
  142. <body style="font-family:Arial, Verdana, Helvetica, sans-serif;">
  143. <table class="wrapper" align="center" border="0" cellpadding="0" cellspacing="0" width="620">
  144. <tbody>
  145. <tr>
  146. <td>
  147. <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
  148. <tbody>
  149. <tr>
  150. <td class="mobileStack product" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #878685; line-height: 20px;" align="left">You left something behind.</td>
  151. </tr>
  152. </tbody>
  153. </table>
  154. </td>
  155. </tr>
  156. </tbody>
  157. </table>
  158. <table class="wrapper" align="center" border="0" cellpadding="0" cellspacing="0" width="620">
  159. <tbody>
  160. <tr>
  161. <td>
  162. <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
  163. <tbody>
  164. <tr>
  165. <td class="mobileHide" bgcolor="#424242" height="10"><img src="https://s3.amazonaws.com/cartstack/s/scheels_com/spacer.gif" style="display: block; height: 10px;" height="10" /></td>
  166. </tr>
  167. </tbody>
  168. </table>
  169. </td>
  170. </tr>
  171. </tbody>
  172. </table>
  173. <table class="wrapper" align="center" bgcolor="#fff" border="0" cellpadding="0" cellspacing="0" width="620">
  174. <tbody>
  175. <tr>
  176. <td class="mobileHide" bgcolor="#424242" width="10"><img src="https://s3.amazonaws.com/cartstack/s/scheels_com/spacer.gif" style="display: block; width: 10px;" width="1" /></td>
  177. <td>
  178. <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%">
  179. <tbody>
  180. <tr>
  181. <td height="10"></td>
  182. </tr>
  183. </tbody>
  184. </table>
  185. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  186. <tbody>
  187. <tr>
  188. <td class="mobileHide" bgcolor="#ffffff" width="9">&nbsp;</td>
  189. <td width="183" align="center" class="mobileStack" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;"><a href="http://www.scheels.com/" title="Scheels" style="color: #000000; text-decoration: none;"><img src="https://s3.amazonaws.com/cartstack/s/scheels_com/logo.jpg" alt="Scheels" border="0" style="display: block; margin: 20px 0 30px 10px;" /></a></td>
  190. <td class="mobileHide" bgcolor="#ffffff" width="9">&nbsp;</td>
  191. </tr>
  192. </tbody>
  193. </table>
  194. <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
  195. <tbody>
  196. <tr>
  197. <td style="font-family: 'Arvo', Arial, Helvetica, sans-serif; font-size: 28px;" align="center" bgcolor="#ffffff"><strong>You left your cart behind.</strong><br /></td>
  198. </tr>
  199. <tr>
  200. <td style="font-family: 'Arvo', Arial, Helvetica, sans-serif; font-size: 28px;" align="center" bgcolor="#ffffff">&nbsp;</td>
  201. </tr>
  202. </tbody>
  203. </table>
  204. <table class="wrapper" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
  205. <tbody>
  206. <tr>
  207. <td class="mobileHide" bgcolor="#ffffff" width="10">&nbsp;</td>
  208. <td class="mobileStack" align="center" width="580">
  209. <table bgcolor="#eee" border="0" cellpadding="0" cellspacing="18" width="100%">
  210. <tbody>
  211. <tr>
  212. <td class="mobileStack product" valign="top">
  213. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  214. <tbody>
  215. <tr>
  216. <td>
  217. <table border="0" cellpadding="0" cellspacing="0" width="510" height="48">
  218. <tbody>
  219. <tr></tr>
  220. <tr>
  221. <td style="color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 17px; padding: 0 0 10px;">
  222. <p><strong>Thank you for shopping at SCHEELS.com. &nbsp; We still have your merchandise available.</strong></p>
  223. <p><strong>Get it&nbsp;before it's too late!</strong></p>
  224. </td>
  225. </tr>
  226. </tbody>
  227. </table>
  228. </td>
  229. </tr>
  230. </tbody>
  231. </table>
  232. </td>
  233. <td class="mobileStack product" valign="top">
  234. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  235. <tbody>
  236. <tr>
  237. <td class="mobileHide" height="51">&nbsp;</td>
  238. </tr>
  239. <tr>
  240. <td align="center"></td>
  241. </tr>
  242. </tbody>
  243. </table>
  244. </td>
  245. </tr>
  246. </tbody>
  247. </table>
  248. </td>
  249. <td class="mobileHide" bgcolor="#ffffff" width="10">&nbsp;</td>
  250. </tr>
  251. </tbody>
  252. </table>
  253. <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%">
  254. <tbody>
  255. <tr>
  256. <td style="color: #ec2b3a; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding-top: 20px; padding-bottom: 10px;" align="center">If you've already placed your order, thank you! We appreciate your business.</td>
  257. </tr>
  258. <tr>
  259. <td height="20">
  260. <table class="wrapper" align="center" bgcolor="#ffffff" border="0" cellpadding="10" cellspacing="10" width="600">
  261. <tbody>
  262. <tr>
  263. <td style="border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;" width="100%">
  264. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  265. <tbody>
  266. <tr>
  267. <td class="mobileStack product" align="left" valign="top" width="340">
  268. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  269. <tbody>
  270. <tr>
  271. <td align="left"><strong style="color: #333; font-family: Arial,Helvetica,sans-serif; font-size: 15px;">Items&nbsp;you viewed</strong></td>
  272. </tr>
  273. </tbody>
  274. </table>
  275. </td>
  276. <td class="mobileStack product" align="center" valign="top" width="70">
  277. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  278. <tbody>
  279. <tr>
  280. <td align="center"></td>
  281. </tr>
  282. </tbody>
  283. </table>
  284. </td>
  285. </tr>
  286. </tbody>
  287. </table>
  288. </td>
  289. </tr>
  290. </tbody>
  291. </table>
  292. </td>
  293. </tr>
  294. <tr>
  295. <td height="20">
  296. <table class="wrapper" style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;" align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="10" width="100%">
  297. <tbody>
  298. <tr align="center">
  299. <td style="border-bottom: 1px solid #cccccc;" width="100%">
  300. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  301. <tbody>
  302. <tr>
  303. <td class="mobileStack product" valign="top" width="600">
  304. <p>%%cartitems%%</p>
  305. </td>
  306. </tr>
  307. </tbody>
  308. </table>
  309. </td>
  310. </tr>
  311. </tbody>
  312. </table>
  313. </td>
  314. </tr>
  315. <tr>
  316. <td height="5"></td>
  317. </tr>
  318. <tr>
  319. <td style="font-family: 'Arvo', Arial, Helvetica, sans-serif; font-size: 35px;" align="center"></td>
  320. </tr>
  321. <tr>
  322. <td height="20">&nbsp;</td>
  323. </tr>
  324. </tbody>
  325. </table>
  326. </td>
  327. <td class="mobileHide" bgcolor="#424242" width="10"><img src="https://s3.amazonaws.com/cartstack/s/scheels_com/spacer.gif" style="display: block; width: 10px;" width="10" /></td>
  328. </tr>
  329. </tbody>
  330. </table>
  331. <table class="wrapper" align="center" border="0" cellpadding="0" cellspacing="0" width="620">
  332. <tbody>
  333. <tr>
  334. <td>
  335. <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
  336. <tbody>
  337. <tr>
  338. <td class="mobileHide" bgcolor="#424242" height="10"><img src="https://s3.amazonaws.com/cartstack/s/scheels_com/spacer.gif" style="display: block; height: 10px;" height="10" /></td>
  339. </tr>
  340. </tbody>
  341. </table>
  342. </td>
  343. </tr>
  344. </tbody>
  345. </table>
  346. <p><br /></p>
  347. <table class="wrapper" align="center" border="0" cellpadding="0" cellspacing="0" width="600">
  348. <tbody>
  349. <tr>
  350. <td style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #888888; line-height: 15px;" align="center" valign="top">Don't want to receive cart reminder emails? <a style="color: #888888;" href="https://admin.cartstack.com/secure/unsubscribe.php?ea=%%EmailAddress%%&amp;sid=%%SiteID%%&amp;ei=%%Index%%">Unsubscribe</a></td>
  351. </tr>
  352. </tbody>
  353. </table>
  354. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement