main.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. body {
  2. font-family: 'Roboto', sans-serif;
  3. background-color: white;
  4. color: #182F40;
  5. }
  6. html {
  7. font-size: 22px;
  8. -webkit-print-color-adjust: exact;
  9. }
  10. @media print {
  11. thead {
  12. display: table-header-group;
  13. }
  14. }
  15. .image {
  16. max-width: 500px;
  17. margin: auto;
  18. }
  19. .cover {
  20. text-align: center;
  21. }
  22. .cover .cover-logo,
  23. .cover .cover-products {
  24. max-width: 30rem;
  25. margin-top: 1rem;
  26. }
  27. .cover h1 {
  28. font-family: 'Raleway', sans-serif;
  29. font-size: 3rem;
  30. padding: 3rem;
  31. text-transform: uppercase;
  32. font-weight: 300;
  33. }
  34. .eba-hero {
  35. background: #182848;
  36. color: white;
  37. text-align: center;
  38. }
  39. .eba-foundations .columns{
  40. text-align: center;
  41. padding: 0 1rem;
  42. }
  43. table {
  44. page-break-before: always;
  45. width: 100%;
  46. }
  47. table tbody tr,
  48. tr * {
  49. page-break-inside: avoid!important;
  50. }
  51. table.table th,
  52. table.table td {
  53. padding: 0;
  54. border: 0;
  55. }
  56. table thead {
  57. display: table-header-group;
  58. }
  59. table.toc-table .toc-section {
  60. padding: .4rem 1rem;
  61. }
  62. table.toc-table .toc-section a {
  63. font-weight: 600;
  64. text-transform: uppercase;
  65. color: rgba(24, 40, 72, 0.8);
  66. font-size: 1.3rem;
  67. }
  68. table.toc-table .toc-content {
  69. font-family: 'Raleway', sans-serif;
  70. color: hsl(0, 0%, 33%);
  71. letter-spacing: 0.02rem;
  72. font-weight: 400;
  73. font-size: .75rem;
  74. padding-left: 1rem;
  75. line-height: 1rem;
  76. }
  77. .toc-container {
  78. padding: 0 6rem;
  79. margin-bottom: 1rem;
  80. font-size: 1.5rem;
  81. }
  82. .toc-container .columns.is-mobile {
  83. margin-bottom: .75rem;
  84. }
  85. .toc-container .column.is-11,
  86. .toc-container .column.is-1 {
  87. padding: .2rem 1rem;
  88. }
  89. .toc-container .toc-title,
  90. .toc-container .column.is-1 {
  91. font-weight: 600;
  92. text-transform: uppercase;
  93. color: rgba(24, 40, 72, 0.8);
  94. font-size: 1.3rem;
  95. }
  96. .toc-container .toc-content {
  97. font-family: 'Raleway', sans-serif;
  98. color: hsl(0, 0%, 33%);
  99. letter-spacing: 0.02rem;
  100. font-weight: 400;
  101. font-size: .75rem;
  102. padding-left: 1rem;
  103. line-height: 1rem;
  104. }
  105. h2 {
  106. background: rgb(24,40,72);
  107. background: linear-gradient(25deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0.8) 100%);
  108. padding: 3rem 1rem 1rem 1rem;
  109. color: white;
  110. font-family: 'Raleway', sans-serif;
  111. font-size: 1.8rem;
  112. text-transform: uppercase;
  113. font-weight: 300;
  114. letter-spacing: 0.05rem;
  115. margin-bottom: 0.5rem;
  116. }
  117. h3.product-name {
  118. background-color: #435074;
  119. color: white;
  120. padding: 0.5rem 1rem;
  121. font-family: 'Raleway', sans-serif;
  122. font-weight: 300;
  123. font-size: 1.3rem;
  124. }
  125. .us-container,
  126. .product-container {
  127. margin-bottom: 0.5rem;
  128. }
  129. .us-container,
  130. .foundations-container {
  131. padding: 1rem;
  132. text-align: center;
  133. }
  134. .product-container {
  135. background-color: #f5f5f5;
  136. }
  137. .us-body,
  138. .product-body {
  139. padding: 0 1rem;
  140. margin-top: 0px;
  141. }
  142. .product-body p.product-short-desc {
  143. font-family: 'Raleway', sans-serif;
  144. color: #334875;
  145. font-style: italic;
  146. letter-spacing: 0.02rem;
  147. font-weight: 400;
  148. margin: 0.5rem 0;
  149. }
  150. .product-body .section-container {
  151. padding-bottom: 0.5rem;
  152. }
  153. .product-body .section-name {
  154. font-weight: 600;
  155. color: #596992;
  156. font-size: 1.2rem;
  157. max-height: 2rem;
  158. }
  159. .tag {
  160. margin: 0 0.2rem;
  161. display: inline-block;
  162. height: 1.3em;
  163. }
  164. .tag.is-ph {
  165. background-color: white;
  166. }
  167. .tag.is-active {
  168. background-color: #004c8c;
  169. color: white;
  170. }