application_wrapper.html.erb 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  6. <style type="text/css">
  7. body {
  8. ###html_email_css_font###;
  9. }
  10. img {
  11. outline: none;
  12. text-decoration: none;
  13. -ms-interpolation-mode: bicubic;
  14. }
  15. a img {
  16. border: none;
  17. }
  18. table td {
  19. border-collapse: collapse;
  20. }
  21. table {
  22. border-collapse: collapse;
  23. mso-table-lspace: 0pt;
  24. mso-table-rspace: 0pt;
  25. border: none;
  26. table-layout: auto;
  27. display: block;
  28. width: 100%;
  29. overflow: auto;
  30. word-break: keep-all;
  31. }
  32. table,
  33. pre,
  34. blockquote {
  35. margin: 0 0 16px;
  36. }
  37. td, th {
  38. padding: 7px 12px;
  39. border: 1px solid hsl(0,0%,87%);
  40. }
  41. th {
  42. font-weight: bold;
  43. text-align: center;
  44. }
  45. tbody tr:nth-child(even) {
  46. background: hsl(0,0%,97%);
  47. }
  48. col {
  49. width: auto;
  50. }
  51. p {
  52. margin: 0;
  53. }
  54. code {
  55. border: none;
  56. background: hsl(0,0%,97%);
  57. white-space: pre-wrap;
  58. }
  59. blockquote {
  60. padding: 8px 12px;
  61. border-left: 5px solid #eee;
  62. }
  63. pre {
  64. padding: 12px 15px;
  65. font-size: 13px;
  66. line-height: 1.45;
  67. background: hsl(0,0%,97%);
  68. white-space: pre-wrap;
  69. border-radius: 3px;
  70. border: none;
  71. overflow: auto;
  72. }
  73. </style>
  74. </head>
  75. <body style="###html_email_css_font###;">###html###</body>
  76. </html>