Advertisement
Haborym

cssTempREd

Oct 21st, 2019
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.02 KB | None | 0 0
  1. /*
  2. CONFIG STYLES
  3. Please do not delete and edit CSS styles below
  4. */
  5. /* IMPORTANT THIS STYLES MUST BE ON FINAL EMAIL */
  6. #outlook a {
  7.     padding: 0;
  8. }
  9.  
  10. .ExternalClass {
  11.     width: 100%;
  12. }
  13.  
  14. .ExternalClass,
  15. .ExternalClass p,
  16. .ExternalClass span,
  17. .ExternalClass font,
  18. .ExternalClass td,
  19. .ExternalClass div {
  20.     line-height: 100%;
  21. }
  22.  
  23. .es-button {
  24.     mso-style-priority: 100 !important;
  25.     text-decoration: none !important;
  26. }
  27.  
  28. a[x-apple-data-detectors] {
  29.     color: inherit !important;
  30.     text-decoration: none !important;
  31.     font-size: inherit !important;
  32.     font-family: inherit !important;
  33.     font-weight: inherit !important;
  34.     line-height: inherit !important;
  35. }
  36.  
  37. .es-desk-hidden {
  38.     display: none;
  39.     float: left;
  40.     overflow: hidden;
  41.     width: 0;
  42.     max-height: 0;
  43.     line-height: 0;
  44.     mso-hide: all;
  45. }
  46.  
  47. /*
  48. END OF IMPORTANT
  49. */
  50. html,
  51. body {
  52.     width: 100%;
  53.     font-family: roboto, 'helvetica neue', helvetica, arial, sans-serif;
  54.     -webkit-text-size-adjust: 100%;
  55.     -ms-text-size-adjust: 100%;
  56. }
  57.  
  58. table {
  59.     mso-table-lspace: 0pt;
  60.     mso-table-rspace: 0pt;
  61.     border-collapse: collapse;
  62.     border-spacing: 0px;
  63. }
  64.  
  65. table td,
  66. html,
  67. body,
  68. .es-wrapper {
  69.     padding: 0;
  70.     Margin: 0;
  71. }
  72.  
  73. .es-content,
  74. .es-header,
  75. .es-footer {
  76.     table-layout: fixed !important;
  77.     width: 100%;
  78. }
  79.  
  80. img {
  81.     display: block;
  82.     border: 0;
  83.     outline: none;
  84.     text-decoration: none;
  85.     -ms-interpolation-mode: bicubic;
  86. }
  87.  
  88. table tr {
  89.     border-collapse: collapse;
  90. }
  91.  
  92. p,
  93. hr {
  94.     Margin: 0;
  95. }
  96.  
  97. h1,
  98. h2,
  99. h3,
  100. h4,
  101. h5 {
  102.     Margin: 0;
  103.     line-height: 120%;
  104.     mso-line-height-rule: exactly;
  105.     font-family: 'arial', 'helvetica neue', 'helvetica', 'sans-serif';
  106. }
  107.  
  108. p,
  109. ul li,
  110. ol li,
  111. a {
  112.     -webkit-text-size-adjust: none;
  113.     -ms-text-size-adjust: none;
  114.     mso-line-height-rule: exactly;
  115. }
  116.  
  117. .es-left {
  118.     float: left;
  119. }
  120.  
  121. .es-right {
  122.     float: right;
  123. }
  124.  
  125. .es-p5 {
  126.     padding: 5px;
  127. }
  128.  
  129. .es-p5t {
  130.     padding-top: 5px;
  131. }
  132.  
  133. .es-p5b {
  134.     padding-bottom: 5px;
  135. }
  136.  
  137. .es-p5l {
  138.     padding-left: 5px;
  139. }
  140.  
  141. .es-p5r {
  142.     padding-right: 5px;
  143. }
  144.  
  145. .es-p10 {
  146.     padding: 10px;
  147. }
  148.  
  149. .es-p10t {
  150.     padding-top: 10px;
  151. }
  152.  
  153. .es-p10b {
  154.     padding-bottom: 10px;
  155. }
  156.  
  157. .es-p10l {
  158.     padding-left: 10px;
  159. }
  160.  
  161. .es-p10r {
  162.     padding-right: 10px;
  163. }
  164.  
  165. .es-p15 {
  166.     padding: 15px;
  167. }
  168.  
  169. .es-p15t {
  170.     padding-top: 15px;
  171. }
  172.  
  173. .es-p15b {
  174.     padding-bottom: 15px;
  175. }
  176.  
  177. .es-p15l {
  178.     padding-left: 15px;
  179. }
  180.  
  181. .es-p15r {
  182.     padding-right: 15px;
  183. }
  184.  
  185. .es-p20 {
  186.     padding: 20px;
  187. }
  188.  
  189. .es-p20t {
  190.     padding-top: 20px;
  191. }
  192.  
  193. .es-p20b {
  194.     padding-bottom: 20px;
  195. }
  196.  
  197. .es-p20l {
  198.     padding-left: 20px;
  199. }
  200.  
  201. .es-p20r {
  202.     padding-right: 20px;
  203. }
  204.  
  205. .es-p25 {
  206.     padding: 25px;
  207. }
  208.  
  209. .es-p25t {
  210.     padding-top: 25px;
  211. }
  212.  
  213. .es-p25b {
  214.     padding-bottom: 25px;
  215. }
  216.  
  217. .es-p25l {
  218.     padding-left: 25px;
  219. }
  220.  
  221. .es-p25r {
  222.     padding-right: 25px;
  223. }
  224.  
  225. .es-p30 {
  226.     padding: 30px;
  227. }
  228.  
  229. .es-p30t {
  230.     padding-top: 30px;
  231. }
  232.  
  233. .es-p30b {
  234.     padding-bottom: 30px;
  235. }
  236.  
  237. .es-p30l {
  238.     padding-left: 30px;
  239. }
  240.  
  241. .es-p30r {
  242.     padding-right: 30px;
  243. }
  244.  
  245. .es-p35 {
  246.     padding: 35px;
  247. }
  248.  
  249. .es-p35t {
  250.     padding-top: 35px;
  251. }
  252.  
  253. .es-p35b {
  254.     padding-bottom: 35px;
  255. }
  256.  
  257. .es-p35l {
  258.     padding-left: 35px;
  259. }
  260.  
  261. .es-p35r {
  262.     padding-right: 35px;
  263. }
  264.  
  265. .es-p40 {
  266.     padding: 40px;
  267. }
  268.  
  269. .es-p40t {
  270.     padding-top: 40px;
  271. }
  272.  
  273. .es-p40b {
  274.     padding-bottom: 40px;
  275. }
  276.  
  277. .es-p40l {
  278.     padding-left: 40px;
  279. }
  280.  
  281. .es-p40r {
  282.     padding-right: 40px;
  283. }
  284.  
  285. .es-menu td {
  286.     border: 0;
  287. }
  288.  
  289. .es-menu td a img {
  290.     display: inline-block !important;
  291. }
  292.  
  293. /*
  294. END CONFIG STYLES
  295. */
  296. a {
  297.     font-family: roboto, 'helvetica neue', helvetica, arial, sans-serif;
  298.     font-size: 20px;
  299.     text-decoration: none;
  300. }
  301.  
  302. h1 {
  303.     font-size: 30px;
  304.     font-style: normal;
  305.     font-weight: normal;
  306.     color: #dbdbdb;
  307. }
  308.  
  309. h1 a {
  310.     font-size: 30px;
  311. }
  312.  
  313. h2 {
  314.     font-size: 24px;
  315.     font-style: normal;
  316.     font-weight: normal;
  317.     color: #dbdbdb;
  318. }
  319.  
  320. h2 a {
  321.     font-size: 24px;
  322. }
  323.  
  324. h3 {
  325.     font-size: 18px;
  326.     font-style: normal;
  327.     font-weight: normal;
  328.     color: #dbdbdb;
  329. }
  330.  
  331. h3 a {
  332.     font-size: 18px;
  333. }
  334.  
  335. p,
  336. ul li,
  337. ol li {
  338.     font-size: 20px;
  339.     font-family: roboto, 'helvetica neue', helvetica, arial, sans-serif;
  340.     line-height: 150%;
  341. }
  342.  
  343. ul li,
  344. ol li {
  345.     Margin-bottom: 15px;
  346. }
  347.  
  348. .es-menu td a {
  349.     text-decoration: none;
  350.     display: block;
  351. }
  352.  
  353. .es-wrapper {
  354.     width: 100%;
  355.     height: 100%;
  356.     background-repeat: no-repeat;
  357.     background-position: center top;
  358. }
  359.  
  360. .es-wrapper-color {
  361.     background-color: transparent;
  362. }
  363.  
  364. .es-content-body {
  365.     background-color: transparent;
  366. }
  367.  
  368. .es-content-body p,
  369. .es-content-body ul li,
  370. .es-content-body ol li {
  371.     color: #333333;
  372. }
  373.  
  374. .es-content-body a {
  375.     color: #4a56e4;
  376. }
  377.  
  378. .es-header {
  379.     background-color: transparent;
  380.     background-image: ;
  381.     background-repeat: repeat;
  382.     background-position: center top;
  383. }
  384.  
  385. .es-header-body {
  386.     background-color: #2b2c2c;
  387. }
  388.  
  389. .es-header-body p,
  390. .es-header-body ul li,
  391. .es-header-body ol li {
  392.     color: #a2a2a2;
  393.     font-size: 14px;
  394. }
  395.  
  396. .es-header-body a {
  397.     color: #dbdbdb;
  398.     font-size: 14px;
  399. }
  400.  
  401. .es-footer {
  402.     background-color: transparent;
  403.     background-image: ;
  404.     background-repeat: repeat;
  405.     background-position: center top;
  406. }
  407.  
  408. .es-footer-body {
  409.     background-color: #212121;
  410. }
  411.  
  412. .es-footer-body p,
  413. .es-footer-body ul li,
  414. .es-footer-body ol li {
  415.     color: #a2a2a2;
  416.     font-size: 13px;
  417. }
  418.  
  419. .es-footer-body a {
  420.     color: #dbdbdb;
  421.     font-size: 13px;
  422. }
  423.  
  424. .es-infoblock,
  425. .es-infoblock p,
  426. .es-infoblock ul li,
  427. .es-infoblock ol li {
  428.     line-height: 120%;
  429.     font-size: 12px;
  430.     color: #cccccc;
  431. }
  432.  
  433. .es-infoblock a {
  434.     font-size: 12px;
  435.     color: #cccccc;
  436. }
  437.  
  438. a.es-button {
  439.     border-style: solid;
  440.     border-color: #2b2c2c;
  441.     border-width: 10px 30px 10px 30px;
  442.     display: inline-block;
  443.     background: #2b2c2c;
  444.     border-radius: 0px;
  445.     font-size: 16px;
  446.     font-family: 'arial', 'helvetica neue', 'helvetica', 'sans-serif';
  447.     font-weight: normal;
  448.     font-style: normal;
  449.     line-height: 120%;
  450.     color: #de4a4a;
  451.     text-decoration: none;
  452.     width: auto;
  453.     text-align: center;
  454. }
  455.  
  456. .es-button-border {
  457.     border-style: solid solid solid solid;
  458.     border-color: #de4a4a #de4a4a #de4a4a #de4a4a;
  459.     background: #2b2c2c;
  460.     border-width: 2px 2px 2px 2px;
  461.     display: inline-block;
  462.     border-radius: 0px;
  463.     width: auto;
  464. }
  465.  
  466. /*
  467. RESPONSIVE STYLES
  468. Please do not delete and edit CSS styles below.
  469.  
  470. If you don't need responsive layout, please delete this section.
  471. */
  472. @media only screen and (max-width: 600px) {
  473.  
  474.     p,
  475.     ul li,
  476.     ol li,
  477.     a {
  478.         font-size: 16px !important;
  479.         line-height: 150% !important;
  480.     }
  481.  
  482.     h1 {
  483.         font-size: 44px !important;
  484.         text-align: center;
  485.         line-height: 120% !important;
  486.     }
  487.  
  488.     h2 {
  489.         font-size: 26px !important;
  490.         text-align: center;
  491.         line-height: 120% !important;
  492.     }
  493.  
  494.     h3 {
  495.         font-size: 20px !important;
  496.         text-align: center;
  497.         line-height: 120% !important;
  498.     }
  499.  
  500.     h1 a {
  501.         font-size: 44px !important;
  502.     }
  503.  
  504.     h2 a {
  505.         font-size: 26px !important;
  506.     }
  507.  
  508.     h3 a {
  509.         font-size: 20px !important;
  510.     }
  511.  
  512.     .es-menu td a {
  513.         font-size: 14px !important;
  514.     }
  515.  
  516.     .es-header-body p,
  517.     .es-header-body ul li,
  518.     .es-header-body ol li,
  519.     .es-header-body a {
  520.         font-size: 16px !important;
  521.     }
  522.  
  523.     .es-footer-body p,
  524.     .es-footer-body ul li,
  525.     .es-footer-body ol li,
  526.     .es-footer-body a {
  527.         font-size: 13px !important;
  528.     }
  529.  
  530.     .es-infoblock p,
  531.     .es-infoblock ul li,
  532.     .es-infoblock ol li,
  533.     .es-infoblock a {
  534.         font-size: 12px !important;
  535.     }
  536.  
  537.     *[class="gmail-fix"] {
  538.         display: none !important;
  539.     }
  540.  
  541.     .es-m-txt-c,
  542.     .es-m-txt-c h1,
  543.     .es-m-txt-c h2,
  544.     .es-m-txt-c h3 {
  545.         text-align: center !important;
  546.     }
  547.  
  548.     .es-m-txt-r,
  549.     .es-m-txt-r h1,
  550.     .es-m-txt-r h2,
  551.     .es-m-txt-r h3 {
  552.         text-align: right !important;
  553.     }
  554.  
  555.     .es-m-txt-l,
  556.     .es-m-txt-l h1,
  557.     .es-m-txt-l h2,
  558.     .es-m-txt-l h3 {
  559.         text-align: left !important;
  560.     }
  561.  
  562.     .es-m-txt-r img,
  563.     .es-m-txt-c img,
  564.     .es-m-txt-l img {
  565.         display: inline !important;
  566.     }
  567.  
  568.     .es-button-border {
  569.         display: block !important;
  570.     }
  571.  
  572.     a.es-button {
  573.         font-size: 20px !important;
  574.         display: block !important;
  575.         border-left-width: 0px !important;
  576.         border-right-width: 0px !important;
  577.     }
  578.  
  579.     .es-btn-fw {
  580.         border-width: 10px 0px !important;
  581.         text-align: center !important;
  582.     }
  583.  
  584.     .es-adaptive table,
  585.     .es-btn-fw,
  586.     .es-btn-fw-brdr,
  587.     .es-left,
  588.     .es-right {
  589.         width: 100% !important;
  590.     }
  591.  
  592.     .es-content table,
  593.     .es-header table,
  594.     .es-footer table,
  595.     .es-content,
  596.     .es-footer,
  597.     .es-header {
  598.         width: 100% !important;
  599.         max-width: 600px !important;
  600.     }
  601.  
  602.     .es-adapt-td {
  603.         display: block !important;
  604.         width: 100% !important;
  605.     }
  606.  
  607.     .adapt-img {
  608.         width: 100% !important;
  609.         height: auto !important;
  610.     }
  611.  
  612.     .es-m-p0 {
  613.         padding: 0px !important;
  614.     }
  615.  
  616.     .es-m-p0r {
  617.         padding-right: 0px !important;
  618.     }
  619.  
  620.     .es-m-p0l {
  621.         padding-left: 0px !important;
  622.     }
  623.  
  624.     .es-m-p0t {
  625.         padding-top: 0px !important;
  626.     }
  627.  
  628.     .es-m-p0b {
  629.         padding-bottom: 0 !important;
  630.     }
  631.  
  632.     .es-m-p20b {
  633.         padding-bottom: 20px !important;
  634.     }
  635.  
  636.     .es-mobile-hidden,
  637.     .es-hidden {
  638.         display: none !important;
  639.     }
  640.  
  641.     .es-desk-hidden {
  642.         display: table-row !important;
  643.         width: auto !important;
  644.         overflow: visible !important;
  645.         float: none !important;
  646.         max-height: inherit !important;
  647.         line-height: inherit !important;
  648.     }
  649.  
  650.     .es-desk-menu-hidden {
  651.         display: table-cell !important;
  652.     }
  653.  
  654.     table.es-table-not-adapt,
  655.     .esd-block-html table {
  656.         width: auto !important;
  657.     }
  658.  
  659.     table.es-social {
  660.         display: inline-block !important;
  661.     }
  662.  
  663.     table.es-social td {
  664.         display: inline-block !important;
  665.     }
  666.  
  667.     .hide-bg {
  668.         background-image: none !important;
  669.     }
  670.  
  671.     .fadeInItem .esd-stripe {
  672.         background-image: none !important;
  673.     }
  674. }
  675.  
  676. @media screen and (max-width:9999px) {
  677.     .fadeInItem {
  678.         animation: slideTop 1.5s linear infinite;
  679.     }
  680.  
  681.     @keyframes slideTop {
  682.         0% {
  683.             padding-top: 0;
  684.         }
  685.  
  686.         50% {
  687.             padding-top: 20px;
  688.         }
  689.  
  690.         100% {
  691.             padding-top: 0;
  692.         }
  693.     }
  694. }
  695.  
  696. /*
  697. END RESPONSIVE STYLES
  698. */
  699. .es-p-default {
  700.     padding-top: 20px;
  701.     padding-right: 20px;
  702.     padding-bottom: 0px;
  703.     padding-left: 20px;
  704. }
  705.  
  706. .es-p-all-default {
  707.     padding: 0px;
  708. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement