style.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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: 10px;
  11. margin-bottom: 10px;
  12. }
  13. h4 {font-size: 20px;}
  14. h5 {font-size: 18px;}
  15. h6 {font-size: 16px;}
  16. .emphasis {
  17. font-weight: 600;
  18. }
  19. a {
  20. color: #E67612;
  21. text-decoration: none;
  22. }
  23. a:hover {
  24. color: #ff8f2b !important;
  25. }
  26. a:active {
  27. color: #F2821E !important;
  28. }
  29. a:visited {
  30. color: #E67612 !important;
  31. }
  32. table.facebook td {
  33. background: #3b5998;
  34. border-color: #2d4473;
  35. }
  36. table.facebook:hover td {
  37. background: #2d4473 !important;
  38. }
  39. table.twitter td {
  40. background: #00acee;
  41. border-color: #0087bb;
  42. }
  43. table.twitter:hover td {
  44. background: #0087bb !important;
  45. }
  46. table.google-plus td {
  47. background-color: #DB4A39;
  48. border-color: #CC0000;
  49. }
  50. table.google-plus:hover td {
  51. background: #CC0000 !important;
  52. }
  53. .template-label {
  54. color: #ffffff;
  55. font-weight: bold;
  56. font-size: 11px;
  57. }
  58. .callout .wrapper {
  59. padding-bottom: 20px;
  60. }
  61. .callout .panel {
  62. background: #ECF8FF;
  63. border-color: #b9e5ff;
  64. }
  65. .header {
  66. margin-top:25px;
  67. margin-bottom: 25px;
  68. }
  69. .data {
  70. font-size: 16px;
  71. }
  72. .footer {
  73. background-color: #2e2e2e;
  74. color: #999999;
  75. margin-top: 20px;
  76. }
  77. @media only screen and (max-width: 600px) {
  78. table[class="body"] .right-text-pad {
  79. padding-left: 10px !important;
  80. }
  81. table[class="body"] .left-text-pad {
  82. padding-right: 10px !important;
  83. }
  84. }
  85. table.better-button {
  86. margin-top: 10px;
  87. margin-bottom: 20px;
  88. }
  89. table.columns td.better-button {
  90. -webkit-border-radius: 2px;
  91. -moz-border-radius: 2px;
  92. border-radius: 2px;
  93. padding-bottom: 0px;
  94. }
  95. .better-button a {
  96. text-decoration: none;
  97. -webkit-border-radius: 2px;
  98. -moz-border-radius: 2px;
  99. border-radius: 2px;
  100. padding: 12px 25px;
  101. border: 1px solid #ff8f2b;
  102. display: inline-block;
  103. color: #FFF;
  104. }
  105. .better-button:hover a {
  106. color: #FFFFFF !important;
  107. background-color: #F2821E;
  108. border: 1px solid #F2821E;
  109. }
  110. .better-button:visited a {
  111. color: #FFFFFF !important;
  112. }
  113. .better-button:active a {
  114. color: #FFFFFF !important;
  115. }
  116. table.better-button-alt {
  117. margin-top: 10px;
  118. margin-bottom: 20px;
  119. }
  120. table.columns td.better-button-alt {
  121. -webkit-border-radius: 2px;
  122. -moz-border-radius: 2px;
  123. border-radius: 2px;
  124. padding-bottom: 0px;
  125. }
  126. .better-button-alt a {
  127. text-decoration: none;
  128. -webkit-border-radius: 2px;
  129. -moz-border-radius: 2px;
  130. border-radius: 2px;
  131. padding: 12px 25px;
  132. border: 1px solid #ff8f2b;
  133. background-color: #EFEFEF;
  134. display: inline-block;
  135. color: #ff8f2b;
  136. }
  137. .better-button-alt:hover a {
  138. color: #ff8f2b !important;
  139. background-color: #DDDDDD;
  140. border: 1px solid #F2821E;
  141. }
  142. .better-button-alt:visited a {
  143. color: #ff8f2b !important;
  144. }
  145. .better-button-alt:active a {
  146. color: #ff8f2b !important;
  147. }
  148. .verification-code {
  149. background-color: #EEEEEE;
  150. padding: 3px;
  151. margin: 8px;
  152. display: inline-block;
  153. font-weight: bold;
  154. font-size: 20px;
  155. }