va_common 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +4 -0
  4. data/CODE_OF_CONDUCT.md +13 -0
  5. data/Gemfile +4 -0
  6. data/README.md +66 -0
  7. data/Rakefile +1 -0
  8. data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
  9. data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
  10. data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
  11. data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
  12. data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
  13. data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
  14. data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
  15. data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
  16. data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
  17. data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
  18. data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
  19. data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
  20. data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
  21. data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
  22. data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
  23. data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
  24. data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
  25. data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
  26. data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
  27. data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
  28. data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  29. data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
  30. data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  31. data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  32. data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
  33. data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
  34. data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
  35. data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
  36. data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
  37. data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
  38. data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  39. data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
  40. data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  41. data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  42. data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
  43. data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  44. data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
  45. data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  46. data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  47. data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
  48. data/app/assets/images/design/background/thread.png +0 -0
  49. data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
  50. data/app/assets/images/design/logo/logo-alt.png +0 -0
  51. data/app/assets/images/design/logo/logo-hover.png +0 -0
  52. data/app/assets/images/design/logo/logo-small.png +0 -0
  53. data/app/assets/images/design/logo/logo.png +0 -0
  54. data/app/assets/images/design/logo/og-image.jpg +0 -0
  55. data/app/assets/images/design/seal/seal-footer.png +0 -0
  56. data/app/assets/images/design/seal/seal-footer.svg +1 -0
  57. data/app/assets/images/design/seal/seal.png +0 -0
  58. data/app/assets/images/design/seal/stars.png +0 -0
  59. data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
  60. data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
  61. data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
  62. data/app/assets/images/icons/apple-touch-icon.png +0 -0
  63. data/app/assets/images/icons/favicon.ico +0 -0
  64. data/app/assets/images/icons/va.png +0 -0
  65. data/app/assets/images/icons/watermark.png +0 -0
  66. data/app/assets/images/icons/wrench.png +0 -0
  67. data/app/assets/images/social-icons/png/facebook25.png +0 -0
  68. data/app/assets/images/social-icons/png/rss25.png +0 -0
  69. data/app/assets/images/social-icons/png/twitter16.png +0 -0
  70. data/app/assets/images/social-icons/png/youtube15.png +0 -0
  71. data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
  72. data/app/assets/images/social-icons/svg/rss25.svg +1 -0
  73. data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
  74. data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
  75. data/app/assets/js/components.js +376 -0
  76. data/app/assets/js/foundation/foundation.abide.js +408 -0
  77. data/app/assets/js/foundation/foundation.accordion.js +88 -0
  78. data/app/assets/js/foundation/foundation.alert.js +43 -0
  79. data/app/assets/js/foundation/foundation.clearing.js +586 -0
  80. data/app/assets/js/foundation/foundation.dropdown.js +463 -0
  81. data/app/assets/js/foundation/foundation.equalizer.js +104 -0
  82. data/app/assets/js/foundation/foundation.interchange.js +359 -0
  83. data/app/assets/js/foundation/foundation.joyride.js +932 -0
  84. data/app/assets/js/foundation/foundation.js +725 -0
  85. data/app/assets/js/foundation/foundation.magellan.js +215 -0
  86. data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
  87. data/app/assets/js/foundation/foundation.orbit.js +476 -0
  88. data/app/assets/js/foundation/foundation.reveal.js +498 -0
  89. data/app/assets/js/foundation/foundation.slider.js +281 -0
  90. data/app/assets/js/foundation/foundation.tab.js +249 -0
  91. data/app/assets/js/foundation/foundation.tooltip.js +339 -0
  92. data/app/assets/js/foundation/foundation.topbar.js +458 -0
  93. data/app/assets/js/foundation.min.js +6376 -0
  94. data/app/assets/js/scripts-no-touch.js +33 -0
  95. data/app/assets/js/scripts-touch.js +33 -0
  96. data/app/assets/js/va_common_main.js +1 -0
  97. data/app/assets/js/vendor/classie.js +80 -0
  98. data/app/assets/js/vendor/html5shiv.js +8 -0
  99. data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
  100. data/app/assets/js/vendor/jquery.js +9789 -0
  101. data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
  102. data/app/assets/js/vendor/jquery.stellar.js +651 -0
  103. data/app/assets/js/vendor/jquery.tipsy.js +258 -0
  104. data/app/assets/js/vendor/menu.js +40 -0
  105. data/app/assets/js/vendor/modernizr.custom.js +4 -0
  106. data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
  107. data/app/assets/js/vendor/respond.min.js +6 -0
  108. data/app/assets/js/vendor/scroll-settings.js +3 -0
  109. data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
  110. data/app/assets/js/vendor/stellar-settings.js +8 -0
  111. data/app/assets/js/vendor/svg-injector.js +450 -0
  112. data/app/assets/js/vendor/tota11y.min.js +28 -0
  113. data/app/assets/js/vendor/wow.min.js +2 -0
  114. data/app/assets/stylesheets/_va.scss +2377 -0
  115. data/app/assets/stylesheets/components/_accordions.scss +98 -0
  116. data/app/assets/stylesheets/core/_base.scss +20 -0
  117. data/app/assets/stylesheets/core/_defaults.scss +92 -0
  118. data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
  119. data/app/assets/stylesheets/core/_grid.scss +116 -0
  120. data/app/assets/stylesheets/core/_utilities.scss +105 -0
  121. data/app/assets/stylesheets/core/_variables.scss +88 -0
  122. data/app/assets/stylesheets/elements/_buttons.scss +189 -0
  123. data/app/assets/stylesheets/elements/_figure.scss +9 -0
  124. data/app/assets/stylesheets/elements/_inputs.scss +328 -0
  125. data/app/assets/stylesheets/elements/_labels.scss +39 -0
  126. data/app/assets/stylesheets/elements/_list.scss +82 -0
  127. data/app/assets/stylesheets/elements/_table.scss +39 -0
  128. data/app/assets/stylesheets/elements/_typography.scss +220 -0
  129. data/app/assets/stylesheets/foundation/_functions.scss +146 -0
  130. data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
  131. data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
  132. data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
  133. data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
  134. data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
  135. data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
  136. data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
  137. data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
  138. data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
  139. data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
  140. data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
  141. data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
  142. data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
  143. data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
  144. data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
  145. data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
  146. data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
  147. data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
  148. data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
  149. data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
  150. data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
  151. data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
  152. data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
  153. data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
  154. data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
  155. data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
  156. data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
  157. data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
  158. data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
  159. data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
  160. data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
  161. data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
  162. data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
  163. data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
  164. data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
  165. data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
  166. data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
  167. data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
  168. data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
  169. data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
  170. data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
  171. data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
  172. data/app/assets/stylesheets/functions/_private.scss +114 -0
  173. data/app/assets/stylesheets/lib/_normalize.scss +427 -0
  174. data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
  175. data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
  176. data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
  177. data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
  178. data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
  179. data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
  180. data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
  181. data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
  182. data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
  183. data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
  184. data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
  185. data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
  186. data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
  187. data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
  188. data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
  189. data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
  190. data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
  191. data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
  192. data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
  193. data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
  194. data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
  195. data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
  196. data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
  197. data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
  198. data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
  199. data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
  200. data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
  201. data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
  202. data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
  203. data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
  204. data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
  205. data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
  206. data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
  207. data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
  208. data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
  209. data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
  210. data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
  211. data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
  212. data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
  213. data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
  214. data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
  215. data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
  216. data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
  217. data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
  218. data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
  219. data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
  220. data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
  221. data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
  222. data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
  223. data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
  224. data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
  225. data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
  226. data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
  227. data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
  228. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
  229. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
  230. data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
  231. data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
  232. data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
  233. data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
  234. data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
  235. data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
  236. data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
  237. data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
  238. data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  239. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
  240. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
  241. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
  242. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
  243. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
  244. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
  245. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
  246. data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
  247. data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
  248. data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
  249. data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
  250. data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
  251. data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
  252. data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
  253. data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
  254. data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
  255. data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
  256. data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
  257. data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
  258. data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
  259. data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
  260. data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
  261. data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
  262. data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
  263. data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
  264. data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
  265. data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
  266. data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
  267. data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
  268. data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
  269. data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
  270. data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
  271. data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
  272. data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
  273. data/app/assets/stylesheets/va_common_main.css.scss +18 -0
  274. data/bin/console +14 -0
  275. data/bin/setup +7 -0
  276. data/lib/generators/files/_footer.html.erb +89 -0
  277. data/lib/generators/files/_header.html.erb +7 -0
  278. data/lib/generators/va_common_generator.rb +6 -0
  279. data/lib/generators/va_footer_generator.rb +7 -0
  280. data/lib/generators/va_header_generator.rb +7 -0
  281. data/lib/va_common/engine.rb +4 -0
  282. data/lib/va_common/version.rb +3 -0
  283. data/lib/va_common.rb +2 -0
  284. data/va_common.gemspec +22 -0
  285. metadata +354 -0
@@ -0,0 +1,525 @@
1
+ // Foundation by ZURB
2
+ // foundation.zurb.com
3
+ // Licensed under MIT Open Source
4
+
5
+ @import "global";
6
+
7
+ $include-html-type-classes: $include-html-classes !default;
8
+
9
+ // We use these to control header font styles
10
+ $header-font-family: $body-font-family !default;
11
+ $header-font-weight: $font-weight-normal !default;
12
+ $header-font-style: normal !default;
13
+ $header-font-color: $jet !default;
14
+ $header-line-height: 1.4 !default;
15
+ $header-top-margin: .2rem !default;
16
+ $header-bottom-margin: .5rem !default;
17
+ $header-text-rendering: optimizeLegibility !default;
18
+
19
+ // We use these to control header font sizes
20
+ $h1-font-size: rem-calc(44) !default;
21
+ $h2-font-size: rem-calc(37) !default;
22
+ $h3-font-size: rem-calc(27) !default;
23
+ $h4-font-size: rem-calc(23) !default;
24
+ $h5-font-size: rem-calc(18) !default;
25
+ $h6-font-size: 1rem !default;
26
+
27
+ // We use these to control header size reduction on small screens
28
+ $h1-font-reduction: rem-calc(10) !default;
29
+ $h2-font-reduction: rem-calc(10) !default;
30
+ $h3-font-reduction: rem-calc(5) !default;
31
+ $h4-font-reduction: rem-calc(5) !default;
32
+ $h5-font-reduction: 0 !default;
33
+ $h6-font-reduction: 0 !default;
34
+
35
+ // These control how subheaders are styled.
36
+ $subheader-line-height: 1.4 !default;
37
+ $subheader-font-color: scale-color($header-font-color, $lightness: 35%) !default;
38
+ $subheader-font-weight: $font-weight-normal !default;
39
+ $subheader-top-margin: .2rem !default;
40
+ $subheader-bottom-margin: .5rem !default;
41
+
42
+ // A general <small> styling
43
+ $small-font-size: 60% !default;
44
+ $small-font-color: scale-color($header-font-color, $lightness: 35%) !default;
45
+
46
+ // We use these to style paragraphs
47
+ $paragraph-font-family: inherit !default;
48
+ $paragraph-font-weight: $font-weight-normal !default;
49
+ $paragraph-font-size: 1rem !default;
50
+ $paragraph-line-height: 1.6 !default;
51
+ $paragraph-margin-bottom: rem-calc(20) !default;
52
+ $paragraph-aside-font-size: rem-calc(14) !default;
53
+ $paragraph-aside-line-height: 1.35 !default;
54
+ $paragraph-aside-font-style: italic !default;
55
+ $paragraph-text-rendering: optimizeLegibility !default;
56
+
57
+ // We use these to style <code> tags
58
+ $code-color: $oil !default;
59
+ $code-font-family: $font-family-monospace !default;
60
+ $code-font-weight: $font-weight-normal !default;
61
+ $code-background-color: scale-color($secondary-color, $lightness: 70%) !default;
62
+ $code-border-size: 1px !default;
63
+ $code-border-style: solid !default;
64
+ $code-border-color: scale-color($code-background-color, $lightness: -10%) !default;
65
+ $code-padding: rem-calc(2) rem-calc(5) rem-calc(1) !default;
66
+
67
+ // We use these to style anchors
68
+ $anchor-text-decoration: none !default;
69
+ $anchor-text-decoration-hover: none !default;
70
+ $anchor-font-color: $primary-color !default;
71
+ $anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%) !default;
72
+
73
+ // We use these to style the <hr> element
74
+ $hr-border-width: 1px !default;
75
+ $hr-border-style: solid !default;
76
+ $hr-border-color: $gainsboro !default;
77
+ $hr-margin: rem-calc(20) !default;
78
+
79
+ // We use these to style lists
80
+ $list-font-family: $paragraph-font-family !default;
81
+ $list-font-size: $paragraph-font-size !default;
82
+ $list-line-height: $paragraph-line-height !default;
83
+ $list-margin-bottom: $paragraph-margin-bottom !default;
84
+ $list-style-position: outside !default;
85
+ $list-side-margin: 1.1rem !default;
86
+ $list-ordered-side-margin: 1.4rem !default;
87
+ $list-side-margin-no-bullet: 0 !default;
88
+ $list-nested-margin: rem-calc(20) !default;
89
+ $definition-list-header-weight: $font-weight-bold !default;
90
+ $definition-list-header-margin-bottom: .3rem !default;
91
+ $definition-list-margin-bottom: rem-calc(12) !default;
92
+
93
+ // We use these to style blockquotes
94
+ $blockquote-font-color: scale-color($header-font-color, $lightness: 35%) !default;
95
+ $blockquote-padding: rem-calc(9 20 0 19) !default;
96
+ $blockquote-border: 1px solid $gainsboro !default;
97
+ $blockquote-cite-font-size: rem-calc(13) !default;
98
+ $blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%) !default;
99
+ $blockquote-cite-link-color: $blockquote-cite-font-color !default;
100
+
101
+ // Acronym styles
102
+ $acronym-underline: 1px dotted $gainsboro !default;
103
+
104
+ // We use these to control padding and margin
105
+ $microformat-padding: rem-calc(10 12) !default;
106
+ $microformat-margin: rem-calc(0 0 20 0) !default;
107
+
108
+ // We use these to control the border styles
109
+ $microformat-border-width: 1px !default;
110
+ $microformat-border-style: solid !default;
111
+ $microformat-border-color: $gainsboro !default;
112
+
113
+ // We use these to control full name font styles
114
+ $microformat-fullname-font-weight: $font-weight-bold !default;
115
+ $microformat-fullname-font-size: rem-calc(15) !default;
116
+
117
+ // We use this to control the summary font styles
118
+ $microformat-summary-font-weight: $font-weight-bold !default;
119
+
120
+ // We use this to control abbr padding
121
+ $microformat-abbr-padding: rem-calc(0 1) !default;
122
+
123
+ // We use this to control abbr font styles
124
+ $microformat-abbr-font-weight: $font-weight-bold !default;
125
+ $microformat-abbr-font-decoration: none !default;
126
+
127
+ // Text alignment class names
128
+ $align-class-names:
129
+ small-only,
130
+ small,
131
+ medium-only,
132
+ medium,
133
+ large-only,
134
+ large,
135
+ xlarge-only,
136
+ xlarge,
137
+ xxlarge-only,
138
+ xxlarge;
139
+
140
+ // Text alignment breakpoints
141
+ $align-class-breakpoints:
142
+ $small-only,
143
+ $small-up,
144
+ $medium-only,
145
+ $medium-up,
146
+ $large-only,
147
+ $large-up,
148
+ $xlarge-only,
149
+ $xlarge-up,
150
+ $xxlarge-only,
151
+ $xxlarge-up;
152
+
153
+ // Generates text align and justify classes
154
+ @mixin align-classes{
155
+ .text-left { text-align: left !important; }
156
+ .text-right { text-align: right !important; }
157
+ .text-center { text-align: center !important; }
158
+ .text-justify { text-align: justify !important; }
159
+
160
+ @for $i from 1 through length($align-class-names) {
161
+ @media #{(nth($align-class-breakpoints, $i))} {
162
+ .#{(nth($align-class-names, $i))}-text-left { text-align: left !important; }
163
+ .#{(nth($align-class-names, $i))}-text-right { text-align: right !important; }
164
+ .#{(nth($align-class-names, $i))}-text-center { text-align: center !important; }
165
+ .#{(nth($align-class-names, $i))}-text-justify { text-align: justify !important; }
166
+ }
167
+ }
168
+ }
169
+
170
+ //
171
+ // Typography Placeholders
172
+ //
173
+
174
+ // These will throw a deprecation warning if used within a media query.
175
+ @mixin lead {
176
+ font-size: $paragraph-font-size + rem-calc(3.5);
177
+ line-height: 1.6;
178
+ }
179
+
180
+ @mixin subheader {
181
+ line-height: $subheader-line-height;
182
+ color: $subheader-font-color;
183
+ font-weight: $subheader-font-weight;
184
+ margin-top: $subheader-top-margin;
185
+ margin-bottom: $subheader-bottom-margin;
186
+ }
187
+ @include exports("type") {
188
+ @if $include-html-type-classes {
189
+ // Responsive Text alignment
190
+ @include align-classes;
191
+
192
+ /* Typography resets */
193
+ div,
194
+ dl,
195
+ dt,
196
+ dd,
197
+ ul,
198
+ ol,
199
+ li,
200
+ h1,
201
+ h2,
202
+ h3,
203
+ h4,
204
+ h5,
205
+ h6,
206
+ pre,
207
+ form,
208
+ p,
209
+ blockquote,
210
+ th,
211
+ td {
212
+ margin:0;
213
+ padding:0;
214
+ }
215
+
216
+ /* Default Link Styles */
217
+ a {
218
+ color: $anchor-font-color;
219
+ text-decoration: $anchor-text-decoration;
220
+ line-height: inherit;
221
+
222
+ &:hover,
223
+ &:focus {
224
+ color: $anchor-font-color-hover;
225
+ @if $anchor-text-decoration-hover != $anchor-text-decoration {
226
+ text-decoration: $anchor-text-decoration-hover;
227
+ }
228
+ }
229
+
230
+ img { border:none; }
231
+ }
232
+
233
+ /* Default paragraph styles */
234
+ p {
235
+ font-family: $paragraph-font-family;
236
+ font-weight: $paragraph-font-weight;
237
+ font-size: $paragraph-font-size;
238
+ line-height: $paragraph-line-height;
239
+ margin-bottom: $paragraph-margin-bottom;
240
+ text-rendering: $paragraph-text-rendering;
241
+
242
+ &.lead { @include lead; }
243
+
244
+ & aside {
245
+ font-size: $paragraph-aside-font-size;
246
+ line-height: $paragraph-aside-line-height;
247
+ font-style: $paragraph-aside-font-style;
248
+ }
249
+ }
250
+
251
+ /* Default header styles */
252
+ h1, h2, h3, h4, h5, h6 {
253
+ font-family: $header-font-family;
254
+ font-weight: $header-font-weight;
255
+ font-style: $header-font-style;
256
+ color: $header-font-color;
257
+ text-rendering: $header-text-rendering;
258
+ margin-top: $header-top-margin;
259
+ margin-bottom: $header-bottom-margin;
260
+ line-height: $header-line-height;
261
+
262
+ small {
263
+ font-size: $small-font-size;
264
+ color: $small-font-color;
265
+ line-height: 0;
266
+ }
267
+ }
268
+
269
+ h1 { font-size: $h1-font-size - $h1-font-reduction; }
270
+ h2 { font-size: $h2-font-size - $h2-font-reduction; }
271
+ h3 { font-size: $h3-font-size - $h3-font-reduction; }
272
+ h4 { font-size: $h4-font-size - $h4-font-reduction; }
273
+ h5 { font-size: $h5-font-size - $h5-font-reduction; }
274
+ h6 { font-size: $h6-font-size - $h6-font-reduction; }
275
+
276
+ .subheader { @include subheader; }
277
+
278
+ hr {
279
+ border: $hr-border-style $hr-border-color;
280
+ border-width: $hr-border-width 0 0;
281
+ clear: both;
282
+ margin: $hr-margin 0 ($hr-margin - rem-calc($hr-border-width));
283
+ height: 0;
284
+ }
285
+
286
+ /* Helpful Typography Defaults */
287
+ em,
288
+ i {
289
+ font-style: italic;
290
+ line-height: inherit;
291
+ }
292
+
293
+ strong,
294
+ b {
295
+ font-weight: $font-weight-bold;
296
+ line-height: inherit;
297
+ }
298
+
299
+ small {
300
+ font-size: $small-font-size;
301
+ line-height: inherit;
302
+ }
303
+
304
+ code {
305
+ font-family: $code-font-family;
306
+ font-weight: $code-font-weight;
307
+ color: $code-color;
308
+ background-color: $code-background-color;
309
+ border-width: $code-border-size;
310
+ border-style: $code-border-style;
311
+ border-color: $code-border-color;
312
+ padding: $code-padding;
313
+ }
314
+
315
+ /* Lists */
316
+ ul,
317
+ ol,
318
+ dl {
319
+ font-size: $list-font-size;
320
+ line-height: $list-line-height;
321
+ margin-bottom: $list-margin-bottom;
322
+ list-style-position: $list-style-position;
323
+ font-family: $list-font-family;
324
+ }
325
+
326
+ ul {
327
+ margin-#{$default-float}: $list-side-margin;
328
+ &.no-bullet {
329
+ margin-#{$default-float}: $list-side-margin-no-bullet;
330
+ li {
331
+ ul,
332
+ ol {
333
+ margin-#{$default-float}: $list-nested-margin;
334
+ margin-bottom: 0;
335
+ list-style: none;
336
+ }
337
+ }
338
+ }
339
+ }
340
+
341
+ /* Unordered Lists */
342
+ ul {
343
+ li {
344
+ ul,
345
+ ol {
346
+ margin-#{$default-float}: $list-nested-margin;
347
+ margin-bottom: 0;
348
+ }
349
+ }
350
+ &.square,
351
+ &.circle,
352
+ &.disc {
353
+ li ul { list-style: inherit; }
354
+ }
355
+
356
+ &.square { list-style-type: square; margin-#{$default-float}: $list-side-margin;}
357
+ &.circle { list-style-type: circle; margin-#{$default-float}: $list-side-margin;}
358
+ &.disc { list-style-type: disc; margin-#{$default-float}: $list-side-margin;}
359
+ &.no-bullet { list-style: none; }
360
+ }
361
+
362
+ /* Ordered Lists */
363
+ ol {
364
+ margin-#{$default-float}: $list-ordered-side-margin;
365
+ li {
366
+ ul,
367
+ ol {
368
+ margin-#{$default-float}: $list-nested-margin;
369
+ margin-bottom: 0;
370
+ }
371
+ }
372
+ }
373
+
374
+ /* Definition Lists */
375
+ dl {
376
+ dt {
377
+ margin-bottom: $definition-list-header-margin-bottom;
378
+ font-weight: $definition-list-header-weight;
379
+ }
380
+ dd { margin-bottom: $definition-list-margin-bottom; }
381
+ }
382
+
383
+ /* Abbreviations */
384
+ abbr,
385
+ acronym {
386
+ text-transform: uppercase;
387
+ font-size: 90%;
388
+ color: $body-font-color;
389
+ cursor: $cursor-help-value;
390
+ }
391
+ abbr {
392
+ text-transform: none;
393
+ &[title] {
394
+ border-bottom: $acronym-underline;
395
+ }
396
+ }
397
+
398
+ /* Blockquotes */
399
+ blockquote {
400
+ margin: 0 0 $paragraph-margin-bottom;
401
+ padding: $blockquote-padding;
402
+ border-#{$default-float}: $blockquote-border;
403
+
404
+ cite {
405
+ display: block;
406
+ font-size: $blockquote-cite-font-size;
407
+ color: $blockquote-cite-font-color;
408
+ &:before {
409
+ content: "\2014 \0020";
410
+ }
411
+
412
+ a,
413
+ a:visited {
414
+ color: $blockquote-cite-link-color;
415
+ }
416
+ }
417
+ }
418
+ blockquote,
419
+ blockquote p {
420
+ line-height: $paragraph-line-height;
421
+ color: $blockquote-font-color;
422
+ }
423
+
424
+ /* Microformats */
425
+ .vcard {
426
+ display: inline-block;
427
+ margin: $microformat-margin;
428
+ border: $microformat-border-width $microformat-border-style $microformat-border-color;
429
+ padding: $microformat-padding;
430
+
431
+ li {
432
+ margin: 0;
433
+ display: block;
434
+ }
435
+ .fn {
436
+ font-weight: $microformat-fullname-font-weight;
437
+ font-size: $microformat-fullname-font-size;
438
+ }
439
+ }
440
+
441
+ .vevent {
442
+ .summary { font-weight: $microformat-summary-font-weight; }
443
+
444
+ abbr {
445
+ cursor: $cursor-default-value;
446
+ text-decoration: $microformat-abbr-font-decoration;
447
+ font-weight: $microformat-abbr-font-weight;
448
+ border: none;
449
+ padding: $microformat-abbr-padding;
450
+ }
451
+ }
452
+
453
+
454
+ @media #{$medium-up} {
455
+ h1,h2,h3,h4,h5,h6 { line-height: $header-line-height; }
456
+ h1 { font-size: $h1-font-size; }
457
+ h2 { font-size: $h2-font-size; }
458
+ h3 { font-size: $h3-font-size; }
459
+ h4 { font-size: $h4-font-size; }
460
+ h5 { font-size: $h5-font-size; }
461
+ h6 { font-size: $h6-font-size; }
462
+ }
463
+
464
+ // Only include these styles if you want them.
465
+ @if $include-print-styles {
466
+ /*
467
+ * Print styles.
468
+ *
469
+ * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
470
+ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
471
+ */
472
+ .print-only { display: none !important; }
473
+ @media print {
474
+ * {
475
+ background: transparent !important;
476
+ color: $black !important; /* Black prints faster: h5bp.com/s */
477
+ box-shadow: none !important;
478
+ text-shadow: none !important;
479
+ }
480
+
481
+ a,
482
+ a:visited { text-decoration: underline;}
483
+ a[href]:after { content: " (" attr(href) ")"; }
484
+
485
+ abbr[title]:after { content: " (" attr(title) ")"; }
486
+
487
+ // Don't show links for images, or javascript/internal links
488
+ .ir a:after,
489
+ a[href^="javascript:"]:after,
490
+ a[href^="#"]:after { content: ""; }
491
+
492
+ pre,
493
+ blockquote {
494
+ border: 1px solid $aluminum;
495
+ page-break-inside: avoid;
496
+ }
497
+
498
+ thead { display: table-header-group; /* h5bp.com/t */ }
499
+
500
+ tr,
501
+ img { page-break-inside: avoid; }
502
+
503
+ img { max-width: 100% !important; }
504
+
505
+ @page { margin: 0.5cm; }
506
+
507
+ p,
508
+ h2,
509
+ h3 {
510
+ orphans: 3;
511
+ widows: 3;
512
+ }
513
+
514
+ h2,
515
+ h3 { page-break-after: avoid; }
516
+
517
+ .hide-on-print { display: none !important; }
518
+ .print-only { display: block !important; }
519
+ .hide-for-print { display: none !important; }
520
+ .show-for-print { display: inherit !important; }
521
+ }
522
+ }
523
+
524
+ }
525
+ }