Source files for the neveragain.tech site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

189 lines
4.5 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. * {
  2. box-sizing: border-box; }
  3. body {
  4. padding: 0;
  5. margin: 0;
  6. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  7. font-size: 16px;
  8. line-height: 1.5;
  9. color: #000; }
  10. a {
  11. color: #1e6bb8;
  12. text-decoration: none; }
  13. a:hover {
  14. text-decoration: underline; }
  15. .page-header, .banner {
  16. color: #fff;
  17. background-color: #aaa; }
  18. @media screen and (min-width: 64em) {
  19. .page-header {
  20. max-width: 64rem;
  21. margin: 0 auto;
  22. padding: 2rem 6rem; } }
  23. @media screen and (min-width: 42em) and (max-width: 64em) {
  24. .page-header {
  25. padding: 2rem 4rem; } }
  26. @media screen and (max-width: 42em) {
  27. .page-header {
  28. padding: 1rem 2rem; } }
  29. .project-name {
  30. margin-top: 0;
  31. margin-bottom: 0.1rem; }
  32. @media screen and (min-width: 64em) {
  33. .project-name {
  34. font-size: 2.25rem; } }
  35. @media screen and (min-width: 42em) and (max-width: 64em) {
  36. .project-name {
  37. font-size: 2.25rem; } }
  38. @media screen and (max-width: 42em) {
  39. .project-name {
  40. font-size: 1.75rem; } }
  41. .project-tagline {
  42. margin-bottom: 2rem;
  43. font-weight: normal;
  44. opacity: 0.7; }
  45. @media screen and (min-width: 64em) {
  46. .project-tagline {
  47. font-size: 1.25rem; } }
  48. @media screen and (min-width: 42em) and (max-width: 64em) {
  49. .project-tagline {
  50. font-size: 1.15rem; } }
  51. @media screen and (max-width: 42em) {
  52. .project-tagline {
  53. font-size: 1rem; } }
  54. .main-content :first-child {
  55. margin-top: 0; }
  56. .main-content img {
  57. max-width: 100%; }
  58. .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  59. margin-top: 2rem;
  60. margin-bottom: 1rem;
  61. font-weight: normal; }
  62. .main-content p {
  63. margin-bottom: 1em; }
  64. .main-content code {
  65. padding: 2px 4px;
  66. font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  67. font-size: 0.9rem;
  68. color: #383e41;
  69. background-color: #f3f6fa;
  70. border-radius: 0.3rem; }
  71. .main-content pre {
  72. padding: 0.8rem;
  73. margin-top: 0;
  74. margin-bottom: 1rem;
  75. font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
  76. color: #567482;
  77. word-wrap: normal;
  78. background-color: #f3f6fa;
  79. border: solid 1px #dce6f0;
  80. border-radius: 0.3rem; }
  81. .main-content pre > code {
  82. padding: 0;
  83. margin: 0;
  84. font-size: 0.9rem;
  85. color: #567482;
  86. word-break: normal;
  87. white-space: pre;
  88. background: transparent;
  89. border: 0; }
  90. .main-content .highlight {
  91. margin-bottom: 1rem; }
  92. .main-content .highlight pre {
  93. margin-bottom: 0;
  94. word-break: normal; }
  95. .main-content .highlight pre, .main-content pre {
  96. padding: 0.8rem;
  97. overflow: auto;
  98. font-size: 0.9rem;
  99. line-height: 1.45;
  100. border-radius: 0.3rem; }
  101. .main-content pre code, .main-content pre tt {
  102. display: inline;
  103. max-width: initial;
  104. padding: 0;
  105. margin: 0;
  106. overflow: initial;
  107. line-height: inherit;
  108. word-wrap: normal;
  109. background-color: transparent;
  110. border: 0; }
  111. .main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after {
  112. content: normal; }
  113. .main-content ul, .main-content ol {
  114. margin-top: 0; }
  115. .main-content blockquote {
  116. padding: 0 1rem;
  117. margin-left: 0;
  118. color: #819198;
  119. border-left: 0.3rem solid #dce6f0; }
  120. .main-content blockquote > :first-child {
  121. margin-top: 0; }
  122. .main-content blockquote > :last-child {
  123. margin-bottom: 0; }
  124. .main-content table {
  125. display: block;
  126. width: 100%;
  127. overflow: auto;
  128. word-break: normal;
  129. word-break: keep-all; }
  130. .main-content table th {
  131. font-weight: bold; }
  132. .main-content table th, .main-content table td {
  133. padding: 0.5rem 1rem;
  134. border: 1px solid #e9ebec; }
  135. .main-content dl {
  136. padding: 0; }
  137. .main-content dl dt {
  138. padding: 0;
  139. margin-top: 1rem;
  140. font-size: 1rem;
  141. font-weight: bold; }
  142. .main-content dl dd {
  143. padding: 0;
  144. margin-bottom: 1rem; }
  145. .main-content hr {
  146. height: 2px;
  147. padding: 0;
  148. margin: 1rem 0;
  149. background-color: #eff0f1;
  150. border: 0; }
  151. @media screen and (min-width: 64em) {
  152. .main-content {
  153. max-width: 64rem;
  154. padding: 2rem 6rem;
  155. margin: 0 auto;
  156. font-size: 1rem; } }
  157. @media screen and (min-width: 42em) and (max-width: 64em) {
  158. .main-content {
  159. padding: 2rem 4rem;
  160. font-size: 1rem; } }
  161. @media screen and (max-width: 42em) {
  162. .main-content {
  163. padding: 1rem 2rem;
  164. font-size: 0.9rem; } }
  165. h1 { font-weight: 300; text-align: left; }
  166. .signatories { list-style-type: none; }
  167. .note { font-style: italic; font-size: 90%; opacity: 0.6; }
  168. ul { list-style-type: disc; }
  169. a { color: #06c; text-decoration: none; }
  170. a:hover { text-decoration: underline; }