default.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /* Base */
  2. body, body *:not(html):not(style):not(br):not(tr):not(code) {
  3. font-family: Avenir, Helvetica, sans-serif;
  4. box-sizing: border-box;
  5. }
  6. body {
  7. background-color: #f5f8fa;
  8. color: #74787E;
  9. height: 100%;
  10. hyphens: auto;
  11. line-height: 1.4;
  12. margin: 0;
  13. -moz-hyphens: auto;
  14. -ms-word-break: break-all;
  15. width: 100% !important;
  16. -webkit-hyphens: auto;
  17. -webkit-text-size-adjust: none;
  18. word-break: break-all;
  19. word-break: break-word;
  20. }
  21. p,
  22. ul,
  23. ol,
  24. blockquote {
  25. line-height: 1.4;
  26. text-align: left;
  27. }
  28. a {
  29. color: #3869D4;
  30. }
  31. a img {
  32. border: none;
  33. }
  34. /* Typography */
  35. h1 {
  36. color: #2F3133;
  37. font-size: 19px;
  38. font-weight: bold;
  39. margin-top: 0;
  40. text-align: left;
  41. }
  42. h2 {
  43. color: #2F3133;
  44. font-size: 16px;
  45. font-weight: bold;
  46. margin-top: 0;
  47. text-align: left;
  48. }
  49. h3 {
  50. color: #2F3133;
  51. font-size: 14px;
  52. font-weight: bold;
  53. margin-top: 0;
  54. text-align: left;
  55. }
  56. p {
  57. color: #74787E;
  58. font-size: 16px;
  59. line-height: 1.5em;
  60. margin-top: 0;
  61. text-align: left;
  62. }
  63. p.sub {
  64. font-size: 12px;
  65. }
  66. img {
  67. max-width: 100%;
  68. }
  69. /* Layout */
  70. .wrapper {
  71. background-color: #f5f8fa;
  72. margin: 0;
  73. padding: 0;
  74. width: 100%;
  75. -premailer-cellpadding: 0;
  76. -premailer-cellspacing: 0;
  77. -premailer-width: 100%;
  78. }
  79. .content {
  80. margin: 0;
  81. padding: 0;
  82. width: 100%;
  83. -premailer-cellpadding: 0;
  84. -premailer-cellspacing: 0;
  85. -premailer-width: 100%;
  86. }
  87. /* Header */
  88. .header {
  89. padding: 25px 0;
  90. text-align: center;
  91. }
  92. .header a {
  93. color: #bbbfc3;
  94. font-size: 19px;
  95. font-weight: bold;
  96. text-decoration: none;
  97. text-shadow: 0 1px 0 white;
  98. }
  99. /* Body */
  100. .body {
  101. background-color: #FFFFFF;
  102. border-bottom: 1px solid #EDEFF2;
  103. border-top: 1px solid #EDEFF2;
  104. margin: 0;
  105. padding: 0;
  106. width: 100%;
  107. -premailer-cellpadding: 0;
  108. -premailer-cellspacing: 0;
  109. -premailer-width: 100%;
  110. }
  111. .inner-body {
  112. background-color: #FFFFFF;
  113. margin: 0 auto;
  114. padding: 0;
  115. width: 570px;
  116. -premailer-cellpadding: 0;
  117. -premailer-cellspacing: 0;
  118. -premailer-width: 570px;
  119. }
  120. /* Subcopy */
  121. .subcopy {
  122. border-top: 1px solid #EDEFF2;
  123. margin-top: 25px;
  124. padding-top: 25px;
  125. }
  126. .subcopy p {
  127. font-size: 12px;
  128. }
  129. /* Footer */
  130. .footer {
  131. margin: 0 auto;
  132. padding: 0;
  133. text-align: center;
  134. width: 570px;
  135. -premailer-cellpadding: 0;
  136. -premailer-cellspacing: 0;
  137. -premailer-width: 570px;
  138. }
  139. .footer p {
  140. color: #AEAEAE;
  141. font-size: 12px;
  142. text-align: center;
  143. }
  144. /* Tables */
  145. .table table {
  146. margin: 30px auto;
  147. width: 100%;
  148. -premailer-cellpadding: 0;
  149. -premailer-cellspacing: 0;
  150. -premailer-width: 100%;
  151. }
  152. .table th {
  153. border-bottom: 1px solid #EDEFF2;
  154. padding-bottom: 8px;
  155. }
  156. .table td {
  157. color: #74787E;
  158. font-size: 15px;
  159. line-height: 18px;
  160. padding: 10px 0;
  161. }
  162. .content-cell {
  163. padding: 35px;
  164. }
  165. /* Buttons */
  166. .action {
  167. margin: 30px auto;
  168. padding: 0;
  169. text-align: center;
  170. width: 100%;
  171. -premailer-cellpadding: 0;
  172. -premailer-cellspacing: 0;
  173. -premailer-width: 100%;
  174. }
  175. .button {
  176. border-radius: 3px;
  177. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  178. color: #FFF;
  179. display: inline-block;
  180. text-decoration: none;
  181. -webkit-text-size-adjust: none;
  182. }
  183. .button-blue {
  184. background-color: #3097D1;
  185. border-top: 10px solid #3097D1;
  186. border-right: 18px solid #3097D1;
  187. border-bottom: 10px solid #3097D1;
  188. border-left: 18px solid #3097D1;
  189. }
  190. .button-green {
  191. background-color: #2ab27b;
  192. border-top: 10px solid #2ab27b;
  193. border-right: 18px solid #2ab27b;
  194. border-bottom: 10px solid #2ab27b;
  195. border-left: 18px solid #2ab27b;
  196. }
  197. .button-red {
  198. background-color: #bf5329;
  199. border-top: 10px solid #bf5329;
  200. border-right: 18px solid #bf5329;
  201. border-bottom: 10px solid #bf5329;
  202. border-left: 18px solid #bf5329;
  203. }
  204. /* Panels */
  205. .panel {
  206. margin: 0 0 21px;
  207. }
  208. .panel-content {
  209. background-color: #EDEFF2;
  210. padding: 16px;
  211. }
  212. .panel-item {
  213. padding: 0;
  214. }
  215. .panel-item p:last-of-type {
  216. margin-bottom: 0;
  217. padding-bottom: 0;
  218. }
  219. /* Promotions */
  220. .promotion {
  221. background-color: #FFFFFF;
  222. border: 2px dashed #9BA2AB;
  223. margin: 0;
  224. margin-bottom: 25px;
  225. margin-top: 25px;
  226. padding: 24px;
  227. width: 100%;
  228. -premailer-cellpadding: 0;
  229. -premailer-cellspacing: 0;
  230. -premailer-width: 100%;
  231. }
  232. .promotion h1 {
  233. text-align: center;
  234. }
  235. .promotion p {
  236. font-size: 15px;
  237. text-align: center;
  238. }