style.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. body, table.body, h1, h2, h3, h4, h5, h6, p, td {
  2. font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  3. -webkit-font-smoothing: antialiased;
  4. -webkit-text-size-adjust: none;
  5. }
  6. h1 {font-size: 40px;}
  7. h2 {font-size: 36px;}
  8. h3 {
  9. font-size: 22px;
  10. margin-top: 20px;
  11. }
  12. h4 {font-size: 20px;}
  13. h5 {font-size: 18px;}
  14. h6 {font-size: 16px;}
  15. .emphasis {
  16. font-weight: 600;
  17. }
  18. a {
  19. color: #E67612;
  20. text-decoration: none;
  21. }
  22. a:hover {
  23. color: #ff8f2b !important;
  24. }
  25. a:active {
  26. color: #F2821E !important;
  27. }
  28. a:visited {
  29. color: #E67612 !important;
  30. }
  31. table.facebook td {
  32. background: #3b5998;
  33. border-color: #2d4473;
  34. }
  35. table.facebook:hover td {
  36. background: #2d4473 !important;
  37. }
  38. table.twitter td {
  39. background: #00acee;
  40. border-color: #0087bb;
  41. }
  42. table.twitter:hover td {
  43. background: #0087bb !important;
  44. }
  45. table.google-plus td {
  46. background-color: #DB4A39;
  47. border-color: #CC0000;
  48. }
  49. table.google-plus:hover td {
  50. background: #CC0000 !important;
  51. }
  52. .template-label {
  53. color: #ffffff;
  54. font-weight: bold;
  55. font-size: 11px;
  56. }
  57. .callout .wrapper {
  58. padding-bottom: 20px;
  59. }
  60. .callout .panel {
  61. background: #ECF8FF;
  62. border-color: #b9e5ff;
  63. }
  64. .header {
  65. background: #333;
  66. }
  67. .footer {
  68. margin-top: 20px;
  69. }
  70. @media only screen and (max-width: 600px) {
  71. table[class="body"] .right-text-pad {
  72. padding-left: 10px !important;
  73. }
  74. table[class="body"] .left-text-pad {
  75. padding-right: 10px !important;
  76. }
  77. }
  78. table.better-button {
  79. margin-top: 10px;
  80. margin-bottom: 20px;
  81. }
  82. table.columns td.better-button {
  83. -webkit-border-radius: 2px;
  84. -moz-border-radius: 2px;
  85. border-radius: 2px;
  86. padding-bottom: 0px;
  87. }
  88. .better-button a {
  89. text-decoration: none;
  90. -webkit-border-radius: 2px;
  91. -moz-border-radius: 2px;
  92. border-radius: 2px;
  93. padding: 12px 25px;
  94. border: 1px solid #ff8f2b;
  95. display: inline-block;
  96. color: #FFF;
  97. }
  98. .better-button:hover a {
  99. color: #FFFFFF !important;
  100. background-color: #F2821E;
  101. border: 1px solid #F2821E;
  102. }
  103. .better-button:visited a {
  104. color: #FFFFFF !important;
  105. }
  106. .better-button:active a {
  107. color: #FFFFFF !important;
  108. }
  109. .verification-code {
  110. background-color: #EEEEEE;
  111. padding: 3px;
  112. margin: 8px;
  113. display: inline-block;
  114. font-weight: bold;
  115. font-size: 20px;
  116. }