groundworkcss 0.4.4 → 2.0.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 (411) hide show
  1. data/Gemfile.lock +63 -0
  2. data/README.md +90 -48
  3. data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.eot +0 -0
  4. data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.svg +1228 -0
  5. data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.ttf +0 -0
  6. data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.woff +0 -0
  7. data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.eot +0 -0
  8. data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.svg +1746 -0
  9. data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.ttf +0 -0
  10. data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.woff +0 -0
  11. data/app/assets/fonts/groundworkcss/redacted-regular.eot +0 -0
  12. data/app/assets/fonts/groundworkcss/redacted-regular.svg +242 -0
  13. data/app/assets/fonts/groundworkcss/redacted-regular.ttf +0 -0
  14. data/app/assets/fonts/groundworkcss/redacted-regular.woff +0 -0
  15. data/app/assets/fonts/groundworkcss/redacted-script-bold.eot +0 -0
  16. data/app/assets/fonts/groundworkcss/redacted-script-bold.svg +244 -0
  17. data/app/assets/fonts/groundworkcss/redacted-script-bold.ttf +0 -0
  18. data/app/assets/fonts/groundworkcss/redacted-script-bold.woff +0 -0
  19. data/app/assets/fonts/groundworkcss/redacted-script-light.eot +0 -0
  20. data/app/assets/fonts/groundworkcss/redacted-script-light.svg +244 -0
  21. data/app/assets/fonts/groundworkcss/redacted-script-light.ttf +0 -0
  22. data/app/assets/fonts/groundworkcss/redacted-script-light.woff +0 -0
  23. data/app/assets/fonts/groundworkcss/redacted-script-regular.eot +0 -0
  24. data/app/assets/fonts/groundworkcss/redacted-script-regular.svg +244 -0
  25. data/app/assets/fonts/groundworkcss/redacted-script-regular.ttf +0 -0
  26. data/app/assets/fonts/groundworkcss/redacted-script-regular.woff +0 -0
  27. data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.eot +0 -0
  28. data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.svg +978 -0
  29. data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.ttf +0 -0
  30. data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.woff +0 -0
  31. data/app/assets/images/groundworkcss/black_linen_v2.png +0 -0
  32. data/app/assets/images/groundworkcss/diag6-black.png +0 -0
  33. data/app/assets/images/groundworkcss/example-usage.png +0 -0
  34. data/app/assets/images/groundworkcss/favicon.ico +0 -0
  35. data/app/assets/images/groundworkcss/groundwork-logo.png +0 -0
  36. data/app/assets/images/groundworkcss/groundwork-logo.svg +1 -0
  37. data/app/assets/images/groundworkcss/layout-a.png +0 -0
  38. data/app/assets/images/groundworkcss/layout-b.png +0 -0
  39. data/app/assets/images/groundworkcss/layout-c.png +0 -0
  40. data/app/assets/javascripts/groundworkcss/all.js +4 -0
  41. data/app/assets/javascripts/groundworkcss/components/checklists.coffee +8 -0
  42. data/app/assets/javascripts/groundworkcss/components/dismissible.coffee +7 -3
  43. data/app/assets/javascripts/groundworkcss/components/equalizeColumns.coffee +3 -4
  44. data/app/assets/javascripts/groundworkcss/components/menus.coffee +22 -156
  45. data/app/assets/javascripts/groundworkcss/components/navigation.coffee +90 -0
  46. data/app/assets/javascripts/groundworkcss/components/tabs.coffee +83 -18
  47. data/app/assets/javascripts/groundworkcss/demo/ZeroClipboard.swf +0 -0
  48. data/app/assets/javascripts/groundworkcss/demo/jquery.snippet.min.js +12 -0
  49. data/app/assets/javascripts/groundworkcss/libs/boxsizing.htc +6 -3
  50. data/app/assets/javascripts/groundworkcss/plugins/jquery-placeholderText.coffee +90 -0
  51. data/app/assets/javascripts/groundworkcss/plugins/jquery-responsiveTables.coffee +0 -1
  52. data/app/assets/stylesheets/groundworkcss/_settings-rails3.scss +298 -262
  53. data/app/assets/stylesheets/groundworkcss/_settings-rails4.scss +298 -262
  54. data/app/assets/stylesheets/groundworkcss/_settings.scss +306 -268
  55. data/app/assets/stylesheets/groundworkcss/anim/_all-animations.scss +37 -0
  56. data/app/assets/stylesheets/groundworkcss/anim/_bounce.scss +253 -0
  57. data/app/assets/stylesheets/groundworkcss/anim/_fade.scss +279 -0
  58. data/app/assets/stylesheets/groundworkcss/anim/_flash.scss +14 -0
  59. data/app/assets/stylesheets/groundworkcss/anim/_flip.scss +115 -0
  60. data/app/assets/stylesheets/groundworkcss/anim/_hinge.scss +21 -0
  61. data/app/assets/stylesheets/groundworkcss/anim/_lightspeed.scss +28 -0
  62. data/app/assets/stylesheets/groundworkcss/anim/_pulse.scss +15 -0
  63. data/app/assets/stylesheets/groundworkcss/anim/_roll.scss +37 -0
  64. data/app/assets/stylesheets/groundworkcss/anim/_rotate.scss +171 -0
  65. data/app/assets/stylesheets/groundworkcss/anim/_shake.scss +15 -0
  66. data/app/assets/stylesheets/groundworkcss/anim/_spin.scss +57 -0
  67. data/app/assets/stylesheets/groundworkcss/anim/_swing.scss +18 -0
  68. data/app/assets/stylesheets/groundworkcss/anim/_tada.scss +17 -0
  69. data/app/assets/stylesheets/groundworkcss/anim/_wiggle.scss +28 -0
  70. data/app/assets/stylesheets/groundworkcss/anim/_wobble.scss +19 -0
  71. data/app/assets/stylesheets/groundworkcss/base/_all-base.scss +4 -1
  72. data/app/assets/stylesheets/groundworkcss/base/_flex-box.scss +8 -23
  73. data/app/assets/stylesheets/groundworkcss/base/_global.scss +25 -19
  74. data/app/assets/stylesheets/groundworkcss/base/_grid.scss +140 -52
  75. data/app/assets/stylesheets/groundworkcss/base/_hbox-vbox.scss +101 -0
  76. data/app/assets/stylesheets/groundworkcss/base/_helpers.scss +80 -47
  77. data/app/assets/stylesheets/groundworkcss/base/_reset.scss +13 -1
  78. data/app/assets/stylesheets/groundworkcss/core/_all-core.scss +10 -6
  79. data/app/assets/stylesheets/groundworkcss/core/_constants.scss +1 -11
  80. data/app/assets/stylesheets/groundworkcss/core/_defaults.scss +2 -295
  81. data/app/assets/stylesheets/groundworkcss/core/_mixins-core.scss +16 -42
  82. data/app/assets/stylesheets/groundworkcss/core/_palette.scss +123 -0
  83. data/app/assets/stylesheets/groundworkcss/demo/_jquery.snippet.groundwork.scss +145 -0
  84. data/app/assets/stylesheets/groundworkcss/demo/groundworkdocs.scss +102 -0
  85. data/app/assets/stylesheets/groundworkcss/demo/jquery.snippet.scss +35 -0
  86. data/app/assets/stylesheets/groundworkcss/groundwork-ie.scss +30 -63
  87. data/app/assets/stylesheets/groundworkcss/groundwork.scss +10 -11
  88. data/app/assets/stylesheets/groundworkcss/icons/_all-icons.scss +5 -2
  89. data/app/assets/stylesheets/groundworkcss/icons/font-awesome/_extras.scss +0 -39
  90. data/app/assets/stylesheets/groundworkcss/{libs/placeholder_polyfill.css → placeholder_polyfill.css} +0 -0
  91. data/app/assets/stylesheets/groundworkcss/responsive/_all-responsive.scss +2 -2
  92. data/app/assets/stylesheets/groundworkcss/responsive/_desktop.scss +138 -13
  93. data/app/assets/stylesheets/groundworkcss/responsive/_helpers-responsive.scss +21 -15
  94. data/app/assets/stylesheets/groundworkcss/responsive/_ipad.scss +144 -16
  95. data/app/assets/stylesheets/groundworkcss/responsive/_mobile.scss +148 -34
  96. data/app/assets/stylesheets/groundworkcss/responsive/_small-tablet.scss +133 -176
  97. data/app/assets/stylesheets/groundworkcss/type/_all-type.scss +8 -4
  98. data/app/assets/stylesheets/groundworkcss/type/_link-type-icons.scss +404 -0
  99. data/app/assets/stylesheets/groundworkcss/type/_typography.scss +291 -84
  100. data/app/assets/stylesheets/groundworkcss/type/_webfonts.scss +48 -5
  101. data/app/assets/stylesheets/groundworkcss/ui/_all-ui.scss +6 -4
  102. data/app/assets/stylesheets/groundworkcss/ui/_boxes.scss +102 -0
  103. data/app/assets/stylesheets/groundworkcss/ui/_buttons.scss +389 -0
  104. data/app/assets/stylesheets/groundworkcss/{form → ui}/_forms.scss +49 -33
  105. data/app/assets/stylesheets/groundworkcss/ui/_messages.scss +76 -32
  106. data/app/assets/stylesheets/groundworkcss/ui/_nav.scss +346 -0
  107. data/app/assets/stylesheets/groundworkcss/ui/_tables.scss +83 -29
  108. data/app/assets/stylesheets/groundworkcss/ui/_tabs.scss +192 -0
  109. data/app/views/groundworkdocs/animations.html.erb +156 -0
  110. data/app/views/groundworkdocs/boxes.html.erb +131 -0
  111. data/app/views/groundworkdocs/breakpoints.html.erb +143 -0
  112. data/app/views/groundworkdocs/buttons.html.erb +369 -0
  113. data/app/views/groundworkdocs/forms.html.erb +399 -0
  114. data/app/views/groundworkdocs/grid.html.erb +582 -0
  115. data/app/views/groundworkdocs/helpers.html.erb +326 -0
  116. data/app/views/groundworkdocs/home.html.erb +88 -0
  117. data/app/views/groundworkdocs/icons.html.erb +1428 -0
  118. data/app/views/groundworkdocs/layout_a.html.erb +122 -0
  119. data/app/views/groundworkdocs/layout_b.html.erb +37 -0
  120. data/app/views/groundworkdocs/layout_c.html.erb +116 -0
  121. data/app/views/groundworkdocs/media_queries.html.erb +75 -0
  122. data/app/views/groundworkdocs/messages.html.erb +92 -0
  123. data/app/views/groundworkdocs/navigation.html.erb +500 -0
  124. data/app/views/groundworkdocs/placeholder_text.html.erb +86 -0
  125. data/app/views/groundworkdocs/responsive_text.html.erb +90 -0
  126. data/app/views/groundworkdocs/tables.html.erb +554 -0
  127. data/app/views/groundworkdocs/tabs.html.erb +216 -0
  128. data/app/views/groundworkdocs/typography.html.erb +656 -0
  129. data/app/views/layouts/groundworkdocs.html.erb +126 -0
  130. data/groundworkcss.gemspec +2 -2
  131. data/lib/groundworkcss/generators/USAGE.md +24 -0
  132. data/lib/groundworkcss/generators/docs_generator.rb +61 -0
  133. data/lib/groundworkcss/generators/install_generator.rb +25 -8
  134. data/lib/groundworkcss/version.rb +1 -1
  135. data/lib/groundworkcss.rb +1 -1
  136. metadata +105 -292
  137. data/app/assets/fonts/groundworkcss/FontAwesome.otf +0 -0
  138. data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.eot +0 -0
  139. data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.svg +0 -128
  140. data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.ttf +0 -0
  141. data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.woff +0 -0
  142. data/app/assets/fonts/groundworkcss/average-sans-webfont.eot +0 -0
  143. data/app/assets/fonts/groundworkcss/average-sans-webfont.ttf +0 -0
  144. data/app/assets/fonts/groundworkcss/average-sans-webfont.woff +0 -0
  145. data/app/assets/images/groundworkcss/social-icons/500px-m.png +0 -0
  146. data/app/assets/images/groundworkcss/social-icons/500px-s.png +0 -0
  147. data/app/assets/images/groundworkcss/social-icons/500px.png +0 -0
  148. data/app/assets/images/groundworkcss/social-icons/500px.svg +0 -62
  149. data/app/assets/images/groundworkcss/social-icons/aboutme-m.png +0 -0
  150. data/app/assets/images/groundworkcss/social-icons/aboutme-s.png +0 -0
  151. data/app/assets/images/groundworkcss/social-icons/aboutme.png +0 -0
  152. data/app/assets/images/groundworkcss/social-icons/aboutme.svg +0 -42
  153. data/app/assets/images/groundworkcss/social-icons/adn-m.png +0 -0
  154. data/app/assets/images/groundworkcss/social-icons/adn-s.png +0 -0
  155. data/app/assets/images/groundworkcss/social-icons/adn.png +0 -0
  156. data/app/assets/images/groundworkcss/social-icons/adn.svg +0 -14
  157. data/app/assets/images/groundworkcss/social-icons/android-m.png +0 -0
  158. data/app/assets/images/groundworkcss/social-icons/android-s.png +0 -0
  159. data/app/assets/images/groundworkcss/social-icons/android.png +0 -0
  160. data/app/assets/images/groundworkcss/social-icons/android.svg +0 -30
  161. data/app/assets/images/groundworkcss/social-icons/apple-m.png +0 -0
  162. data/app/assets/images/groundworkcss/social-icons/apple-s.png +0 -0
  163. data/app/assets/images/groundworkcss/social-icons/apple.png +0 -0
  164. data/app/assets/images/groundworkcss/social-icons/apple.svg +0 -19
  165. data/app/assets/images/groundworkcss/social-icons/behance-m.png +0 -0
  166. data/app/assets/images/groundworkcss/social-icons/behance-s.png +0 -0
  167. data/app/assets/images/groundworkcss/social-icons/behance.png +0 -0
  168. data/app/assets/images/groundworkcss/social-icons/behance.svg +0 -48
  169. data/app/assets/images/groundworkcss/social-icons/bitbucket-m.png +0 -0
  170. data/app/assets/images/groundworkcss/social-icons/bitbucket-s.png +0 -0
  171. data/app/assets/images/groundworkcss/social-icons/bitbucket.png +0 -0
  172. data/app/assets/images/groundworkcss/social-icons/bitbucket.svg +0 -36
  173. data/app/assets/images/groundworkcss/social-icons/blogger-m.png +0 -0
  174. data/app/assets/images/groundworkcss/social-icons/blogger-s.png +0 -0
  175. data/app/assets/images/groundworkcss/social-icons/blogger.png +0 -0
  176. data/app/assets/images/groundworkcss/social-icons/blogger.svg +0 -22
  177. data/app/assets/images/groundworkcss/social-icons/coderwall-m.png +0 -0
  178. data/app/assets/images/groundworkcss/social-icons/coderwall-s.png +0 -0
  179. data/app/assets/images/groundworkcss/social-icons/coderwall.png +0 -0
  180. data/app/assets/images/groundworkcss/social-icons/coderwall.svg +0 -21
  181. data/app/assets/images/groundworkcss/social-icons/creativecloud-m.png +0 -0
  182. data/app/assets/images/groundworkcss/social-icons/creativecloud-s.png +0 -0
  183. data/app/assets/images/groundworkcss/social-icons/creativecloud.png +0 -0
  184. data/app/assets/images/groundworkcss/social-icons/creativecloud.svg +0 -48
  185. data/app/assets/images/groundworkcss/social-icons/dribbble-m.png +0 -0
  186. data/app/assets/images/groundworkcss/social-icons/dribbble-s.png +0 -0
  187. data/app/assets/images/groundworkcss/social-icons/dribbble.png +0 -0
  188. data/app/assets/images/groundworkcss/social-icons/dribbble.svg +0 -28
  189. data/app/assets/images/groundworkcss/social-icons/dropbox-m.png +0 -0
  190. data/app/assets/images/groundworkcss/social-icons/dropbox-s.png +0 -0
  191. data/app/assets/images/groundworkcss/social-icons/dropbox.png +0 -0
  192. data/app/assets/images/groundworkcss/social-icons/dropbox.svg +0 -73
  193. data/app/assets/images/groundworkcss/social-icons/evernote-m.png +0 -0
  194. data/app/assets/images/groundworkcss/social-icons/evernote-s.png +0 -0
  195. data/app/assets/images/groundworkcss/social-icons/evernote.png +0 -0
  196. data/app/assets/images/groundworkcss/social-icons/evernote.svg +0 -62
  197. data/app/assets/images/groundworkcss/social-icons/facebook-m.png +0 -0
  198. data/app/assets/images/groundworkcss/social-icons/facebook-s.png +0 -0
  199. data/app/assets/images/groundworkcss/social-icons/facebook.png +0 -0
  200. data/app/assets/images/groundworkcss/social-icons/facebook.svg +0 -15
  201. data/app/assets/images/groundworkcss/social-icons/fairheadcreative-m.png +0 -0
  202. data/app/assets/images/groundworkcss/social-icons/fairheadcreative-s.png +0 -0
  203. data/app/assets/images/groundworkcss/social-icons/fairheadcreative.png +0 -0
  204. data/app/assets/images/groundworkcss/social-icons/fairheadcreative.svg +0 -24
  205. data/app/assets/images/groundworkcss/social-icons/flickr-m.png +0 -0
  206. data/app/assets/images/groundworkcss/social-icons/flickr-s.png +0 -0
  207. data/app/assets/images/groundworkcss/social-icons/flickr.png +0 -0
  208. data/app/assets/images/groundworkcss/social-icons/flickr.svg +0 -14
  209. data/app/assets/images/groundworkcss/social-icons/foursquare-m.png +0 -0
  210. data/app/assets/images/groundworkcss/social-icons/foursquare-s.png +0 -0
  211. data/app/assets/images/groundworkcss/social-icons/foursquare.png +0 -0
  212. data/app/assets/images/groundworkcss/social-icons/foursquare.svg +0 -43
  213. data/app/assets/images/groundworkcss/social-icons/git-m.png +0 -0
  214. data/app/assets/images/groundworkcss/social-icons/git-s.png +0 -0
  215. data/app/assets/images/groundworkcss/social-icons/git.png +0 -0
  216. data/app/assets/images/groundworkcss/social-icons/git.svg +0 -22
  217. data/app/assets/images/groundworkcss/social-icons/github-m.png +0 -0
  218. data/app/assets/images/groundworkcss/social-icons/github-s.png +0 -0
  219. data/app/assets/images/groundworkcss/social-icons/github.png +0 -0
  220. data/app/assets/images/groundworkcss/social-icons/github.svg +0 -38
  221. data/app/assets/images/groundworkcss/social-icons/goodreads-m.png +0 -0
  222. data/app/assets/images/groundworkcss/social-icons/goodreads-s.png +0 -0
  223. data/app/assets/images/groundworkcss/social-icons/goodreads.png +0 -0
  224. data/app/assets/images/groundworkcss/social-icons/goodreads.svg +0 -38
  225. data/app/assets/images/groundworkcss/social-icons/googleplay-m.png +0 -0
  226. data/app/assets/images/groundworkcss/social-icons/googleplay-s.png +0 -0
  227. data/app/assets/images/groundworkcss/social-icons/googleplay.png +0 -0
  228. data/app/assets/images/groundworkcss/social-icons/googleplay.svg +0 -24
  229. data/app/assets/images/groundworkcss/social-icons/googleplus-m.png +0 -0
  230. data/app/assets/images/groundworkcss/social-icons/googleplus-s.png +0 -0
  231. data/app/assets/images/groundworkcss/social-icons/googleplus.png +0 -0
  232. data/app/assets/images/groundworkcss/social-icons/googleplus.svg +0 -52
  233. data/app/assets/images/groundworkcss/social-icons/html5-m.png +0 -0
  234. data/app/assets/images/groundworkcss/social-icons/html5-s.png +0 -0
  235. data/app/assets/images/groundworkcss/social-icons/html5.png +0 -0
  236. data/app/assets/images/groundworkcss/social-icons/html5.svg +0 -29
  237. data/app/assets/images/groundworkcss/social-icons/icloud-m.png +0 -0
  238. data/app/assets/images/groundworkcss/social-icons/icloud-s.png +0 -0
  239. data/app/assets/images/groundworkcss/social-icons/icloud.png +0 -0
  240. data/app/assets/images/groundworkcss/social-icons/icloud.svg +0 -26
  241. data/app/assets/images/groundworkcss/social-icons/instagram-m.png +0 -0
  242. data/app/assets/images/groundworkcss/social-icons/instagram-s.png +0 -0
  243. data/app/assets/images/groundworkcss/social-icons/instagram.png +0 -0
  244. data/app/assets/images/groundworkcss/social-icons/instagram.svg +0 -166
  245. data/app/assets/images/groundworkcss/social-icons/lastfm-m.png +0 -0
  246. data/app/assets/images/groundworkcss/social-icons/lastfm-s.png +0 -0
  247. data/app/assets/images/groundworkcss/social-icons/lastfm.png +0 -0
  248. data/app/assets/images/groundworkcss/social-icons/lastfm.svg +0 -44
  249. data/app/assets/images/groundworkcss/social-icons/linkedin-m.png +0 -0
  250. data/app/assets/images/groundworkcss/social-icons/linkedin-s.png +0 -0
  251. data/app/assets/images/groundworkcss/social-icons/linkedin.png +0 -0
  252. data/app/assets/images/groundworkcss/social-icons/linkedin.svg +0 -28
  253. data/app/assets/images/groundworkcss/social-icons/mail-m.png +0 -0
  254. data/app/assets/images/groundworkcss/social-icons/mail-s.png +0 -0
  255. data/app/assets/images/groundworkcss/social-icons/mail.png +0 -0
  256. data/app/assets/images/groundworkcss/social-icons/mail.svg +0 -27
  257. data/app/assets/images/groundworkcss/social-icons/mercurial-m.png +0 -0
  258. data/app/assets/images/groundworkcss/social-icons/mercurial-s.png +0 -0
  259. data/app/assets/images/groundworkcss/social-icons/mercurial.png +0 -0
  260. data/app/assets/images/groundworkcss/social-icons/mercurial.svg +0 -22
  261. data/app/assets/images/groundworkcss/social-icons/mixi-m.png +0 -0
  262. data/app/assets/images/groundworkcss/social-icons/mixi-s.png +0 -0
  263. data/app/assets/images/groundworkcss/social-icons/mixi.png +0 -0
  264. data/app/assets/images/groundworkcss/social-icons/mixi.svg +0 -32
  265. data/app/assets/images/groundworkcss/social-icons/msn-m.png +0 -0
  266. data/app/assets/images/groundworkcss/social-icons/msn-s.png +0 -0
  267. data/app/assets/images/groundworkcss/social-icons/msn.png +0 -0
  268. data/app/assets/images/groundworkcss/social-icons/msn.svg +0 -44
  269. data/app/assets/images/groundworkcss/social-icons/orkut-m.png +0 -0
  270. data/app/assets/images/groundworkcss/social-icons/orkut-s.png +0 -0
  271. data/app/assets/images/groundworkcss/social-icons/orkut.png +0 -0
  272. data/app/assets/images/groundworkcss/social-icons/orkut.svg +0 -23
  273. data/app/assets/images/groundworkcss/social-icons/picasa-m.png +0 -0
  274. data/app/assets/images/groundworkcss/social-icons/picasa-s.png +0 -0
  275. data/app/assets/images/groundworkcss/social-icons/picasa.png +0 -0
  276. data/app/assets/images/groundworkcss/social-icons/picasa.svg +0 -48
  277. data/app/assets/images/groundworkcss/social-icons/pinterest-m.png +0 -0
  278. data/app/assets/images/groundworkcss/social-icons/pinterest-s.png +0 -0
  279. data/app/assets/images/groundworkcss/social-icons/pinterest.png +0 -0
  280. data/app/assets/images/groundworkcss/social-icons/pinterest.svg +0 -42
  281. data/app/assets/images/groundworkcss/social-icons/pocketapp-m.png +0 -0
  282. data/app/assets/images/groundworkcss/social-icons/pocketapp-s.png +0 -0
  283. data/app/assets/images/groundworkcss/social-icons/pocketapp.png +0 -0
  284. data/app/assets/images/groundworkcss/social-icons/pocketapp.svg +0 -38
  285. data/app/assets/images/groundworkcss/social-icons/quora-m.png +0 -0
  286. data/app/assets/images/groundworkcss/social-icons/quora-s.png +0 -0
  287. data/app/assets/images/groundworkcss/social-icons/quora.png +0 -0
  288. data/app/assets/images/groundworkcss/social-icons/quora.svg +0 -20
  289. data/app/assets/images/groundworkcss/social-icons/rdio-m.png +0 -0
  290. data/app/assets/images/groundworkcss/social-icons/rdio-s.png +0 -0
  291. data/app/assets/images/groundworkcss/social-icons/rdio.png +0 -0
  292. data/app/assets/images/groundworkcss/social-icons/rdio.svg +0 -18
  293. data/app/assets/images/groundworkcss/social-icons/renren-m.png +0 -0
  294. data/app/assets/images/groundworkcss/social-icons/renren-s.png +0 -0
  295. data/app/assets/images/groundworkcss/social-icons/renren.png +0 -0
  296. data/app/assets/images/groundworkcss/social-icons/renren.svg +0 -79
  297. data/app/assets/images/groundworkcss/social-icons/rss-m.png +0 -0
  298. data/app/assets/images/groundworkcss/social-icons/rss-s.png +0 -0
  299. data/app/assets/images/groundworkcss/social-icons/rss.png +0 -0
  300. data/app/assets/images/groundworkcss/social-icons/rss.svg +0 -18
  301. data/app/assets/images/groundworkcss/social-icons/skitch-m.png +0 -0
  302. data/app/assets/images/groundworkcss/social-icons/skitch-s.png +0 -0
  303. data/app/assets/images/groundworkcss/social-icons/skitch.png +0 -0
  304. data/app/assets/images/groundworkcss/social-icons/skitch.svg +0 -24
  305. data/app/assets/images/groundworkcss/social-icons/skype-m.png +0 -0
  306. data/app/assets/images/groundworkcss/social-icons/skype-s.png +0 -0
  307. data/app/assets/images/groundworkcss/social-icons/skype.png +0 -0
  308. data/app/assets/images/groundworkcss/social-icons/skype.svg +0 -25
  309. data/app/assets/images/groundworkcss/social-icons/soundcloud-m.png +0 -0
  310. data/app/assets/images/groundworkcss/social-icons/soundcloud-s.png +0 -0
  311. data/app/assets/images/groundworkcss/social-icons/soundcloud.png +0 -0
  312. data/app/assets/images/groundworkcss/social-icons/soundcloud.svg +0 -60
  313. data/app/assets/images/groundworkcss/social-icons/spotify-m.png +0 -0
  314. data/app/assets/images/groundworkcss/social-icons/spotify-s.png +0 -0
  315. data/app/assets/images/groundworkcss/social-icons/spotify.png +0 -0
  316. data/app/assets/images/groundworkcss/social-icons/spotify.svg +0 -38
  317. data/app/assets/images/groundworkcss/social-icons/stackoverflow-m.png +0 -0
  318. data/app/assets/images/groundworkcss/social-icons/stackoverflow-s.png +0 -0
  319. data/app/assets/images/groundworkcss/social-icons/stackoverflow.png +0 -0
  320. data/app/assets/images/groundworkcss/social-icons/stackoverflow.svg +0 -32
  321. data/app/assets/images/groundworkcss/social-icons/stumbleupon-m.png +0 -0
  322. data/app/assets/images/groundworkcss/social-icons/stumbleupon-s.png +0 -0
  323. data/app/assets/images/groundworkcss/social-icons/stumbleupon.png +0 -0
  324. data/app/assets/images/groundworkcss/social-icons/stumbleupon.svg +0 -22
  325. data/app/assets/images/groundworkcss/social-icons/svn-m.png +0 -0
  326. data/app/assets/images/groundworkcss/social-icons/svn-s.png +0 -0
  327. data/app/assets/images/groundworkcss/social-icons/svn.png +0 -0
  328. data/app/assets/images/groundworkcss/social-icons/svn.svg +0 -25
  329. data/app/assets/images/groundworkcss/social-icons/tent-m.png +0 -0
  330. data/app/assets/images/groundworkcss/social-icons/tent-s.png +0 -0
  331. data/app/assets/images/groundworkcss/social-icons/tent.png +0 -0
  332. data/app/assets/images/groundworkcss/social-icons/tent.svg +0 -16
  333. data/app/assets/images/groundworkcss/social-icons/tripadvisor-m.png +0 -0
  334. data/app/assets/images/groundworkcss/social-icons/tripadvisor-s.png +0 -0
  335. data/app/assets/images/groundworkcss/social-icons/tripadvisor.png +0 -0
  336. data/app/assets/images/groundworkcss/social-icons/tripadvisor.svg +0 -30
  337. data/app/assets/images/groundworkcss/social-icons/tumblr-m.png +0 -0
  338. data/app/assets/images/groundworkcss/social-icons/tumblr-s.png +0 -0
  339. data/app/assets/images/groundworkcss/social-icons/tumblr.png +0 -0
  340. data/app/assets/images/groundworkcss/social-icons/tumblr.svg +0 -16
  341. data/app/assets/images/groundworkcss/social-icons/twitter-m.png +0 -0
  342. data/app/assets/images/groundworkcss/social-icons/twitter-s.png +0 -0
  343. data/app/assets/images/groundworkcss/social-icons/twitter.png +0 -0
  344. data/app/assets/images/groundworkcss/social-icons/twitter.svg +0 -24
  345. data/app/assets/images/groundworkcss/social-icons/vimeo-m.png +0 -0
  346. data/app/assets/images/groundworkcss/social-icons/vimeo-s.png +0 -0
  347. data/app/assets/images/groundworkcss/social-icons/vimeo.png +0 -0
  348. data/app/assets/images/groundworkcss/social-icons/vimeo.svg +0 -20
  349. data/app/assets/images/groundworkcss/social-icons/weibo-m.png +0 -0
  350. data/app/assets/images/groundworkcss/social-icons/weibo-s.png +0 -0
  351. data/app/assets/images/groundworkcss/social-icons/weibo.png +0 -0
  352. data/app/assets/images/groundworkcss/social-icons/weibo.svg +0 -54
  353. data/app/assets/images/groundworkcss/social-icons/windows-m.png +0 -0
  354. data/app/assets/images/groundworkcss/social-icons/windows-s.png +0 -0
  355. data/app/assets/images/groundworkcss/social-icons/windows.png +0 -0
  356. data/app/assets/images/groundworkcss/social-icons/windows.svg +0 -26
  357. data/app/assets/images/groundworkcss/social-icons/wordpress-m.png +0 -0
  358. data/app/assets/images/groundworkcss/social-icons/wordpress-s.png +0 -0
  359. data/app/assets/images/groundworkcss/social-icons/wordpress.png +0 -0
  360. data/app/assets/images/groundworkcss/social-icons/wordpress.svg +0 -50
  361. data/app/assets/images/groundworkcss/social-icons/xing-m.png +0 -0
  362. data/app/assets/images/groundworkcss/social-icons/xing-s.png +0 -0
  363. data/app/assets/images/groundworkcss/social-icons/xing.png +0 -0
  364. data/app/assets/images/groundworkcss/social-icons/xing.svg +0 -16
  365. data/app/assets/images/groundworkcss/social-icons/yelp-m.png +0 -0
  366. data/app/assets/images/groundworkcss/social-icons/yelp-s.png +0 -0
  367. data/app/assets/images/groundworkcss/social-icons/yelp.png +0 -0
  368. data/app/assets/images/groundworkcss/social-icons/yelp.svg +0 -54
  369. data/app/assets/images/groundworkcss/social-icons/youtube-m.png +0 -0
  370. data/app/assets/images/groundworkcss/social-icons/youtube-s.png +0 -0
  371. data/app/assets/images/groundworkcss/social-icons/youtube.png +0 -0
  372. data/app/assets/images/groundworkcss/social-icons/youtube.svg +0 -106
  373. data/app/assets/images/groundworkcss/social-icons/youversion-m.png +0 -0
  374. data/app/assets/images/groundworkcss/social-icons/youversion-s.png +0 -0
  375. data/app/assets/images/groundworkcss/social-icons/youversion.png +0 -0
  376. data/app/assets/images/groundworkcss/social-icons/youversion.svg +0 -54
  377. data/app/assets/images/groundworkcss/social-icons/zerply-m.png +0 -0
  378. data/app/assets/images/groundworkcss/social-icons/zerply-s.png +0 -0
  379. data/app/assets/images/groundworkcss/social-icons/zerply.png +0 -0
  380. data/app/assets/images/groundworkcss/social-icons/zerply.svg +0 -20
  381. data/app/assets/javascripts/groundworkcss/components/disabled.coffee +0 -18
  382. data/app/assets/javascripts/groundworkcss/components/modals.coffee +0 -46
  383. data/app/assets/javascripts/groundworkcss/components/pagination.coffee +0 -128
  384. data/app/assets/javascripts/groundworkcss/components/tiles.coffee +0 -32
  385. data/app/assets/javascripts/groundworkcss/index.js +0 -17
  386. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.caption2.js +0 -67
  387. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.carousel.js +0 -265
  388. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.center.js +0 -63
  389. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.ie-fade.js +0 -46
  390. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.scrollVert.js +0 -15
  391. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.shuffle.js +0 -62
  392. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.swipe.js +0 -70
  393. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.tile.js +0 -131
  394. data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.video.js +0 -66
  395. data/app/assets/javascripts/groundworkcss/plugins/jquery-tooltip.coffee +0 -127
  396. data/app/assets/javascripts/groundworkcss/plugins/jquery.cycle2.js +0 -1426
  397. data/app/assets/javascripts/groundworkcss/plugins/jquery.magnific-popup.js +0 -1760
  398. data/app/assets/stylesheets/groundworkcss/base/_animations.scss +0 -29
  399. data/app/assets/stylesheets/groundworkcss/form/_all-form.scss +0 -11
  400. data/app/assets/stylesheets/groundworkcss/form/_tiles.scss +0 -98
  401. data/app/assets/stylesheets/groundworkcss/nav/_all-nav.scss +0 -12
  402. data/app/assets/stylesheets/groundworkcss/nav/_buttons.scss +0 -341
  403. data/app/assets/stylesheets/groundworkcss/nav/_navigation.scss +0 -409
  404. data/app/assets/stylesheets/groundworkcss/nav/_tabs.scss +0 -232
  405. data/app/assets/stylesheets/groundworkcss/social-icons-png.scss +0 -295
  406. data/app/assets/stylesheets/groundworkcss/social-icons-svg.scss +0 -99
  407. data/app/assets/stylesheets/groundworkcss/ui/_callouts.scss +0 -143
  408. data/app/assets/stylesheets/groundworkcss/ui/_modals.scss +0 -556
  409. data/app/assets/stylesheets/groundworkcss/ui/_tooltips.scss +0 -197
  410. data/groundworkcss-0.4.3.gem +0 -0
  411. data/lib/groundworkcss/railties.rb +0 -8
@@ -1,12 +1,21 @@
1
1
  // =============================================
2
2
  // Fractional grid system by Gary Hepting
3
- // Last Updated:2013-4-24
3
+ // Last Updated:2013-8-16
4
4
  //
5
5
  // ***** REQUIRES BORDER BOX SIZING *****
6
6
  //
7
7
  // =============================================
8
8
 
9
-
9
+ $numerators: "one" "two" "three" "four" "five" "six" "seven" "eight" "nine" "ten" "eleven" "twelve" !default;
10
+ $denominators: "whole" "half" "third" "fourth" "fifth" "sixth" "seventh" "eighth" "ninth" "tenth" "eleventh" "twelfth" !default;
11
+ $denominators-plural: "wholes" "halves" "thirds" "fourths" "fifths" "sixths" "sevenths" "eighths" "ninths" "tenths" "elevenths" "twelfths" !default;
12
+ $grid-classes: true !default;
13
+ $grid-adapter-classes: true !default;
14
+ $grid-adapters: $one-whole $one-half $one-third $one-fourth $one-fifth !default;
15
+ $grid-adapters-clearfix: 15 !default;
16
+ $container-width: 1200px !default;
17
+ $gutter: 10px !default;
18
+ $responsive: true !default;
10
19
 
11
20
 
12
21
  ///////////////////////////////////////////////
@@ -14,7 +23,11 @@
14
23
  ///////////////////////////////////////////////
15
24
 
16
25
  %container {
17
- max-width: $max-width;
26
+ @if $responsive {
27
+ max-width: $container-width;
28
+ } @else {
29
+ width: $container-width;
30
+ }
18
31
  margin: 0 auto;
19
32
  }
20
33
 
@@ -75,39 +88,124 @@ $selectors: if($grid-classes, "%" ".", "%");
75
88
  }
76
89
  }
77
90
 
78
- // small-tablet grid adapters
79
- @media #{$small-tablet} {
80
- @for $i from 1 through length($grid-adapters) {
81
- .#{nth($numerators, ($i))}-up-small-tablet {
82
- width: nth($grid-adapters, $i) !important;
83
- clear: none !important;
84
- float: left !important;
85
- left: 0 !important;
86
- right: 0 !important;
91
+ @if $grid-adapter-classes {
92
+ @media #{$tablet} {
93
+ // grid adapters
94
+ @for $i from 1 through length($grid-adapters) {
95
+ .#{nth($numerators, ($i))}-up {
96
+ width: nth($grid-adapters, $i) !important;
97
+ clear: none !important;
98
+ float: left !important;
99
+ left: 0 !important;
100
+ right: 0 !important;
101
+ }
102
+ }
103
+ // grid adapters nth clearfix
104
+ @for $i from 1 through length($grid-adapters) {
105
+ $nth-clears: "";
106
+ @for $j from 1 through $grid-adapters-clearfix {
107
+ $nth-clears: $nth-clears + "&:nth-child(#{($i * $j) + 1})";
108
+ @if $j < $grid-adapters-clearfix {
109
+ $nth-clears: $nth-clears + ", ";
110
+ }
111
+ }
112
+ .#{nth($numerators, ($i))}-up {
113
+ #{$nth-clears} {
114
+ clear: both !important;
115
+ }
116
+ }
87
117
  }
88
118
  }
89
119
  }
90
- // grid adapter nth clearfix
91
- @media #{$small-tablet} and #{$not-mobile} {
92
- @for $i from 1 through length($grid-adapters) {
93
- .#{nth($numerators, ($i))}-up-small-tablet {
94
- &:nth-child(#{$i + 1}) {
95
- clear: both !important;
120
+
121
+ @if $responsive and $grid-adapter-classes {
122
+ // ipad grid adapters
123
+ @media #{$ipad} {
124
+ @for $i from 1 through length($grid-adapters) {
125
+ .#{nth($numerators, ($i))}-up-ipad {
126
+ width: nth($grid-adapters, $i) !important;
127
+ clear: none !important;
128
+ float: left !important;
129
+ left: 0 !important;
130
+ right: 0 !important;
96
131
  }
97
132
  }
98
133
  }
99
- }
100
- // mobile grid adapters
101
- @media #{$mobile} {
102
- @for $i from 1 through length($grid-adapters) {
103
- .#{nth($numerators, ($i))}-up-mobile {
104
- width: nth($grid-adapters, $i) !important;
105
- clear: none !important;
106
- float: left !important;
107
- left: 0 !important;
108
- right: 0 !important;
109
- &:nth-child(#{$i + 1}) {
110
- clear: both !important;
134
+ // ipad grid adapters nth clearfix
135
+ @media #{$ipad} and #{$tablet} and #{$not-mobile} {
136
+ @for $i from 1 through length($grid-adapters) {
137
+ $nth-clears: "";
138
+ @for $j from 1 through $grid-adapters-clearfix {
139
+ $nth-clears: $nth-clears + "&:nth-child(#{($i * $j) + 1})";
140
+ @if $j < $grid-adapters-clearfix {
141
+ $nth-clears: $nth-clears + ", ";
142
+ }
143
+ }
144
+ .#{nth($numerators, ($i))}-up-ipad {
145
+ #{$nth-clears} {
146
+ clear: both !important;
147
+ }
148
+ }
149
+ }
150
+ }
151
+ // small-tablet grid adapters
152
+ @media #{$small-tablet} and #{$not-mobile} {
153
+ @for $i from 1 through length($grid-adapters) {
154
+ .#{nth($numerators, ($i))}-up-small-tablet {
155
+ width: nth($grid-adapters, $i) !important;
156
+ clear: none !important;
157
+ float: left !important;
158
+ left: 0 !important;
159
+ right: 0 !important;
160
+ }
161
+ }
162
+ }
163
+ // small-tablet grid adapters nth clearfix
164
+ @media #{$small-tablet} and #{$not-mobile} {
165
+ @for $i from 1 through length($grid-adapters) {
166
+ $nth-clears: "";
167
+ @for $j from 1 through $grid-adapters-clearfix {
168
+ $nth-clears: $nth-clears + "&:nth-child(#{($i * $j) + 1})";
169
+ @if $j < $grid-adapters-clearfix {
170
+ $nth-clears: $nth-clears + ", ";
171
+ }
172
+ }
173
+ .#{nth($numerators, ($i))}-up-small-tablet {
174
+ #{$nth-clears} {
175
+ clear: both !important;
176
+ }
177
+ }
178
+ }
179
+ }
180
+ // mobile grid adapters
181
+ @media #{$mobile} {
182
+ @for $i from 1 through length($grid-adapters) {
183
+ .#{nth($numerators, ($i))}-up-mobile {
184
+ width: nth($grid-adapters, $i) !important;
185
+ clear: none !important;
186
+ float: left !important;
187
+ left: 0 !important;
188
+ right: 0 !important;
189
+ &:nth-child(#{$i + 1}) {
190
+ clear: both !important;
191
+ }
192
+ }
193
+ }
194
+ }
195
+ // mobile grid adapters nth clearfix
196
+ @media #{$mobile} {
197
+ @for $i from 1 through length($grid-adapters) {
198
+ $nth-clears: "";
199
+ @for $j from 1 through $grid-adapters-clearfix {
200
+ $nth-clears: $nth-clears + "&:nth-child(#{($i * $j) + 1})";
201
+ @if $j < $grid-adapters-clearfix {
202
+ $nth-clears: $nth-clears + ", ";
203
+ }
204
+ }
205
+ .#{nth($numerators, ($i))}-up-mobile {
206
+ #{$nth-clears} {
207
+ clear: both !important;
208
+ }
111
209
  }
112
210
  }
113
211
  }
@@ -115,7 +213,12 @@ $selectors: if($grid-classes, "%" ".", "%");
115
213
 
116
214
  // grid classes responsive
117
215
  @mixin grid-responsive($both: true) {
118
- $nots: ':not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile)'; // set up mobile $nots
216
+ $nots: ':not(.mobile)'; // set up mobile nots
217
+ @if $grid-adapter-classes {
218
+ @for $i from 1 through length($grid-adapters) {
219
+ $nots: $nots + ':not(.' + unquote("#{nth($numerators, ($i))}") + '-up-mobile)';
220
+ }
221
+ }
119
222
  %responsive-grid#{$both} { // reset grid
120
223
  width:100% !important;
121
224
  float:none;
@@ -133,7 +236,12 @@ $selectors: if($grid-classes, "%" ".", "%");
133
236
  @for $i from 1 through length($selectors) {
134
237
  @for $j from 2 through length($numerators) {
135
238
  @if $both {
136
- $nots: ':not(.small-tablet):not(.mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet)'; // setup tablet $nots
239
+ $nots: $nots + ':not(.small-tablet)'; // setup tablet $nots
240
+ @if $grid-adapter-classes {
241
+ @for $i from 1 through length($grid-adapters) {
242
+ $nots: $nots + ':not(.' + unquote("#{nth($numerators, ($i))}") + '-up-small-tablet)';
243
+ }
244
+ }
137
245
  }
138
246
  #{nth($selectors, $i) + nth($denominators, $j) + $nots},
139
247
  #{nth($selectors, $i) + nth($denominators-plural, $j) + $nots} {
@@ -155,23 +263,3 @@ $selectors: if($grid-classes, "%" ".", "%");
155
263
  }
156
264
  }
157
265
  }
158
-
159
- @media #{$small-tablet} and #{$not-mobile} {
160
- @for $i from 1 through length($grid-adapters) {
161
- .#{nth($numerators, ($i))}-up-small-tablet {
162
- &:nth-child(#{$i + 1}) {
163
- clear: both !important;
164
- }
165
- }
166
- }
167
- }
168
-
169
- @media #{$mobile} {
170
- @for $i from 1 through length($grid-adapters) {
171
- .#{nth($numerators, ($i))}-up-mobile {
172
- &:nth-child(#{$i + 1}) {
173
- clear: both !important;
174
- }
175
- }
176
- }
177
- }
@@ -0,0 +1,101 @@
1
+ .hbox {
2
+ display: -webkit-box;
3
+ -webkit-box-orient: horizontal;
4
+ -webkit-box-align: stretch;
5
+
6
+ display: -moz-box;
7
+ -moz-box-orient: horizontal;
8
+ -moz-box-align: stretch;
9
+
10
+ display: box;
11
+ box-orient: horizontal;
12
+ box-align: stretch;
13
+ }
14
+
15
+ .hbox > * {
16
+ -webkit-box-flex: 0;
17
+ -moz-box-flex: 0;
18
+ box-flex: 0;
19
+ display: block;
20
+ }
21
+
22
+ .vbox {
23
+ display: -webkit-box;
24
+ -webkit-box-orient: vertical;
25
+ -webkit-box-align: stretch;
26
+
27
+ display: -moz-box;
28
+ -moz-box-orient: vertical;
29
+ -moz-box-align: stretch;
30
+
31
+ display: box;
32
+ box-orient: vertical;
33
+ box-align: stretch;
34
+ }
35
+
36
+ .vbox > * {
37
+ -webkit-box-flex: 0;
38
+ -moz-box-flex: 0;
39
+ box-flex: 0;
40
+ display: block;
41
+ }
42
+
43
+ .spacer {
44
+ -webkit-box-flex: 1;
45
+ -moz-box-flex: 1;
46
+ box-flex: 1;
47
+ }
48
+
49
+ .reverse {
50
+ -webkit-box-direction: reverse;
51
+ -moz-box-direction: reverse;
52
+ box-direction: reverse;
53
+ }
54
+
55
+ .boxFlex0 {
56
+ -webkit-box-flex: 0;
57
+ -moz-box-flex: 0;
58
+ box-flex: 0;
59
+ }
60
+
61
+ .boxFlex1, .boxFlex {
62
+ -webkit-box-flex: 1;
63
+ -moz-box-flex: 1;
64
+ box-flex: 1;
65
+ }
66
+
67
+ .boxFlex2 {
68
+ -webkit-box-flex: 2;
69
+ -moz-box-flex: 2;
70
+ box-flex: 2;
71
+ }
72
+
73
+ .boxGroup1 {
74
+ -webkit-box-flex-group: 1;
75
+ -moz-box-flex-group: 1;
76
+ box-flex-group: 1;
77
+ }
78
+
79
+ .boxGroup2 {
80
+ -webkit-box-flex-group: 2;
81
+ -moz-box-flex-group: 2;
82
+ box-flex-group: 2;
83
+ }
84
+
85
+ .start {
86
+ -webkit-box-pack: start;
87
+ -moz-box-pack: start;
88
+ box-pack: start;
89
+ }
90
+
91
+ .end {
92
+ -webkit-box-pack: end;
93
+ -moz-box-pack: end;
94
+ box-pack: end;
95
+ }
96
+
97
+ .center {
98
+ -webkit-box-pack: center;
99
+ -moz-box-pack: center;
100
+ box-pack: center;
101
+ }
@@ -1,10 +1,42 @@
1
1
  // =============================================
2
2
  // Layout Helpers
3
- // Last Updated:2013-6-23
3
+ // Last Updated:2013-8-16
4
4
  // =============================================
5
5
 
6
+ $positioning-classes: true !default;
6
7
 
7
- @import "animations"; // required for spin helpers
8
+ $spacer-classes: true !default;
9
+ $spacer-helpers: "padded" "pad-top" "pad-right" "pad-bottom" "pad-left"
10
+ "gapped" "gap-top" "gap-right" "gap-bottom" "gap-left"
11
+ "offset" "offset-top" "offset-right" "offset-bottom" "offset-left" !default;
12
+
13
+ $spacer-mod-classes: true !default;
14
+ $spacer-modifiers: "half" "double" "triple" !default;
15
+
16
+ $size-classes: true !default;
17
+ $size-helpers: "small" "medium" "large" !default;
18
+
19
+ $layout-classes: true !default;
20
+ $layout-helpers: "inline" "inline-block" "block"
21
+ "hidden"
22
+ "zero"
23
+ "pull-right" "pull-left" "pull-none" "clear"
24
+ "center" !default;
25
+
26
+ $typography-classes: true !default;
27
+ $typography-helpers: "align-top" "align-right" "align-bottom" "align-left" "align-center" "justify"
28
+ "truncate" !default;
29
+
30
+ $border-classes: true !default;
31
+ $border-helpers: "bordered" "border-right" "border-left" "border-top" "border-bottom" !default;
32
+
33
+ $radius-classes: true !default;
34
+ $radius-helpers: "square" "round" !default;
35
+
36
+ $rotation-classes: true !default;
37
+ $rotation-helpers: "rotate-90" "rotate-90-ctr" "rotate-180" "rotate-180-ctr" "rotate-270" "rotate-270-ctr" "rotate-360" "rotate-360-ctr" !default;
38
+
39
+ $transition-classes: true !default;
8
40
 
9
41
 
10
42
  ///////////////////////
@@ -52,19 +84,23 @@
52
84
  @if $position == center {left: 50%;}
53
85
  }
54
86
 
87
+ @mixin _relative { position: relative; }
55
88
  @mixin _static { position: static; }
56
89
 
57
- @mixin _inline { display:inline-block; width:auto; }
90
+ @mixin _inline { display:inline; }
91
+ @mixin _inline-block { display:inline-block; width:auto; }
58
92
  @mixin _block { display:block; }
59
93
  @mixin _hidden { display:none !important; }
60
94
 
61
95
  @mixin _small { font-size:0.8em; }
96
+ @mixin _medium { font-size:1em; }
62
97
  @mixin _large { font-size:1.5em; }
63
98
 
64
99
  @mixin _zero { margin:0; padding:0; }
65
100
 
66
101
  @mixin _pull-right { float:right; }
67
102
  @mixin _pull-left { float:left; }
103
+ @mixin _pull-none { float:none; }
68
104
 
69
105
  @mixin _bordered { border: 1px solid $border-color; }
70
106
  @mixin _border-top { border-top:1px solid $border-color; }
@@ -86,27 +122,14 @@
86
122
  @mixin _square { @include border-radius(0); }
87
123
  @mixin _round { @include rounded(9999em); }
88
124
 
89
- @mixin _disabled { @include state(disabled,textOnly); }
90
-
91
- @mixin _rotate-90 { @include _inline; @include rotate(90deg); }
92
- @mixin _rotate-180 { @include _inline; @include rotate(180deg); }
93
- @mixin _rotate-270 { @include _inline; @include rotate(270deg); }
94
- @mixin _rotate-90-ctr { @include _inline; @include rotate(-90deg); }
95
- @mixin _rotate-180-ctr { @include _inline; @include rotate(-180deg); }
96
- @mixin _rotate-270-ctr { @include _inline; @include rotate(-270deg); }
97
-
98
- @mixin _spin { @include _inline; @include spin; }
99
- @mixin _spin-once { @include _inline; @include spin(1); }
100
- @mixin _spin-twice { @include _inline; @include spin(2); }
101
- @mixin _spin-thrice { @include _inline; @include spin(3); }
102
- @mixin _spin-fast { @include _inline; @include spin(infinite,1s); }
103
- @mixin _spin-fast-once { @include _inline; @include spin(1,1s); }
104
- @mixin _spin-fast-twice { @include _inline; @include spin(2,1s); }
105
- @mixin _spin-fast-thrice { @include _inline; @include spin(3,1s); }
106
- @mixin _spin-slow { @include _inline; @include spin(infinite,5s); }
107
- @mixin _spin-slow-once { @include _inline; @include spin(1,5s); }
108
- @mixin _spin-slow-twice { @include _inline; @include spin(2,5s); }
109
- @mixin _spin-slow-thrice { @include _inline; @include spin(3,5s); }
125
+ @mixin _rotate-90 { @include _inline-block; @include rotate(90deg); }
126
+ @mixin _rotate-180 { @include _inline-block; @include rotate(180deg); }
127
+ @mixin _rotate-270 { @include _inline-block; @include rotate(270deg); }
128
+ @mixin _rotate-360 { @include _inline-block; @include rotate(360deg); }
129
+ @mixin _rotate-90-ctr { @include _inline-block; @include rotate(-90deg); }
130
+ @mixin _rotate-180-ctr { @include _inline-block; @include rotate(-180deg); }
131
+ @mixin _rotate-270-ctr { @include _inline-block; @include rotate(-270deg); }
132
+ @mixin _rotate-360-ctr { @include _inline-block; @include rotate(-360deg); }
110
133
 
111
134
 
112
135
 
@@ -118,64 +141,79 @@
118
141
  %clear, %clearfix { @include _clear;}
119
142
 
120
143
  %padded { @include _padded;
144
+ &.half { @include _padded(0.5); }
121
145
  &%double { @include _padded(2); }
122
146
  &%triple { @include _padded(3); }
123
147
  }
124
148
  %pad-top { @include _pad-top;
149
+ &.half { @include _pad-top(0.5); }
125
150
  &%double { @include _pad-top(2); }
126
151
  &%triple { @include _pad-top(3); }
127
152
  }
128
153
  %pad-right { @include _pad-right;
154
+ &.half { @include _pad-right(0.5); }
129
155
  &%double { @include _pad-right(2); }
130
156
  &%triple { @include _pad-right(3); }
131
157
  }
132
158
  %pad-bottom { @include _pad-bottom;
159
+ &.half { @include _pad-bottom(0.5); }
133
160
  &%double { @include _pad-bottom(2); }
134
161
  &%triple { @include _pad-bottom(3); }
135
162
  }
136
163
  %pad-left { @include _pad-left;
164
+ &.half { @include _pad-left(0.5); }
137
165
  &%double { @include _pad-left(2); }
138
166
  &%triple { @include _pad-left(3); }
139
167
  }
140
168
 
141
169
  %gapped { @include _gapped;
170
+ &.half { @include _gapped(0.5); }
142
171
  &%double { @include _gapped(2); }
143
172
  &%triple { @include _gapped(3); }
144
173
  }
145
174
  %gap-top { @include _gap-top;
175
+ &.half { @include _gap-top(0.5); }
146
176
  &%double { @include _gap-top(2); }
147
177
  &%triple { @include _gap-top(3); }
148
178
  }
149
179
  %gap-right { @include _gap-right;
180
+ &.half { @include _gap-right(0.5); }
150
181
  &%double { @include _gap-right(2); }
151
182
  &%triple { @include _gap-right(3); }
152
183
  }
153
184
  %gap-bottom { @include _gap-bottom;
185
+ &.half { @include _gap-bottom(0.5); }
154
186
  &%double { @include _gap-bottom(2); }
155
187
  &%triple { @include _gap-bottom(3); }
156
188
  }
157
189
  %gap-left { @include _gap-left;
190
+ &.half { @include _gap-left(0.5); }
158
191
  &%double { @include _gap-left(2); }
159
192
  &%triple { @include _gap-left(3); }
160
193
  }
161
194
 
162
195
  %offset { @include _offset;
196
+ &.half { @include _offset(0.5); }
163
197
  &%double { @include _offset(2); }
164
198
  &%triple { @include _offset(3); }
165
199
  }
166
200
  %offset-top { @include _offset-top;
201
+ &.half { @include _offset-top(0.5); }
167
202
  &%double { @include _offset-top(2); }
168
203
  &%triple { @include _offset-top(3); }
169
204
  }
170
205
  %offset-right { @include _offset-right;
206
+ &.half { @include _offset-right(0.5); }
171
207
  &%double { @include _offset-right(2); }
172
208
  &%triple { @include _offset-right(3); }
173
209
  }
174
210
  %offset-bottom { @include _offset-bottom;
211
+ &.half { @include _offset-bottom(0.5); }
175
212
  &%double { @include _offset-bottom(2); }
176
213
  &%triple { @include _offset-bottom(3); }
177
214
  }
178
215
  %offset-left { @include _offset-left;
216
+ &.half { @include _offset-left(0.5); }
179
217
  &%double { @include _offset-left(2); }
180
218
  &%triple { @include _offset-left(3); }
181
219
  }
@@ -196,19 +234,23 @@
196
234
  %absolute-middle { @include _absolute(middle); }
197
235
  %absolute-center { @include _absolute(center); }
198
236
 
237
+ %relative { @include _relative; }
199
238
  %static { @include _static; }
200
239
 
201
240
  %inline { @include _inline; }
241
+ %inline-block { @include _inline-block; }
202
242
  %block { @include _block; }
203
243
  %hidden { @include _hidden; }
204
244
 
205
245
  %small { @include _small; }
246
+ %medium { @include _medium; }
206
247
  %big, %large { @include _large; }
207
248
 
208
249
  %zero { @include _zero; }
209
250
 
210
251
  %pull-right { @include _pull-right; }
211
252
  %pull-left { @include _pull-left; }
253
+ %pull-none { @include _pull-none; }
212
254
 
213
255
  %bordered { @include _bordered; }
214
256
  %border-top { @include _border-top; }
@@ -220,7 +262,7 @@
220
262
  %align-right { @include _align-right; }
221
263
  %align-bottom { @include _align-bottom; } // must have height (experimental)
222
264
  %align-left { @include _align-left; }
223
- %align-center { @include _align-center; }
265
+ %align-center { @include _align-center; }
224
266
  %justify { @include _justify; }
225
267
 
226
268
  %truncate { @include _truncate; }
@@ -230,27 +272,14 @@
230
272
  %square { @include _square; }
231
273
  %round { @include _round; }
232
274
 
233
- %disabled { @include _disabled; }
234
-
235
275
  %rotate-90 { @include _rotate-90; }
236
- %rotate-180 { @include _rotate-180; }
237
- %rotate-270 { @include _rotate-270; }
238
276
  %rotate-90-ctr { @include _rotate-90-ctr; }
277
+ %rotate-180 { @include _rotate-180; }
239
278
  %rotate-180-ctr { @include _rotate-180-ctr; }
279
+ %rotate-270 { @include _rotate-270; }
240
280
  %rotate-270-ctr { @include _rotate-270-ctr; }
241
-
242
- %spin { @include _spin; }
243
- %spin-once { @include _spin-once; }
244
- %spin-twice { @include _spin-twice; }
245
- %spin-thrice { @include _spin-thrice; }
246
- %spin-fast { @include _spin-fast; }
247
- %spin-fast-once { @include _spin-fast-once; }
248
- %spin-fast-twice { @include _spin-fast-twice; }
249
- %spin-fast-thrice { @include _spin-fast-thrice; }
250
- %spin-slow { @include _spin-slow; }
251
- %spin-slow-once { @include _spin-slow-once; }
252
- %spin-slow-twice { @include _spin-slow-twice; }
253
- %spin-slow-thrice { @include _spin-slow-thrice; }
281
+ %rotate-360 { @include _rotate-360; }
282
+ %rotate-360-ctr { @include _rotate-360-ctr; }
254
283
 
255
284
 
256
285
 
@@ -284,6 +313,7 @@
284
313
  &.middle { @extend %absolute-middle; }
285
314
  &.center { @extend %absolute-center; }
286
315
  }
316
+ .relative { @extend %relative; }
287
317
  .static { @extend %static; }
288
318
  }
289
319
  @if $typography-classes {
@@ -311,11 +341,6 @@
311
341
  .#{nth($rotation-helpers, $i)} { @extend %#{nth($rotation-helpers, $i)}; }
312
342
  }
313
343
  }
314
- @if $spin-classes {
315
- @for $i from 1 through length($spin-helpers) {
316
- .#{nth($spin-helpers, $i)} { @extend %#{nth($spin-helpers, $i)}; }
317
- }
318
- }
319
344
  @if $spacer-classes {
320
345
  @for $i from 1 through length($spacer-helpers) {
321
346
  .#{nth($spacer-helpers, $i)} {
@@ -328,3 +353,11 @@
328
353
  }
329
354
  }
330
355
  }
356
+ @if $transition-classes {
357
+ .transition {
358
+ @include transition();
359
+ }
360
+ .no-transition {
361
+ transition: none !important;
362
+ }
363
+ }
@@ -3,7 +3,19 @@
3
3
  // Last Updated:2013-6-25
4
4
  // =============================================
5
5
 
6
-
6
+ $reset: true !default;
7
+ $reset-elements: "html" "body"
8
+ "div" "span" "header" "footer" "aside" "nav" "menu" "main" "section" "article" "details"
9
+ "h1" "h2" "h3" "h4" "h5" "h6" "p"
10
+ "ol" "ul" "li" "dl" "dt" "dd"
11
+ "em" "small" "big" "strong" "b" "u" "i" "sub" "sup" "del" "strike"
12
+ "q" "quote" "blockquote" "cite"
13
+ "time" "address"
14
+ "code" "pre"
15
+ "a" "img" "center" "hr"
16
+ "form" "fieldset" "legend" "label" "input" "textarea" "button"
17
+ "table" "caption" "tbody" "thead" "tfoot" "tr" "th" "td"
18
+ "iframe" "object" "canvas" "audio" "video" "embed" !default;
7
19
 
8
20
 
9
21
  %everything {
@@ -1,11 +1,15 @@
1
1
  // =============================================
2
2
  // GroundworkCSS by Gary Hepting
3
- // Last Updated:2013-4-24
3
+ // Last Updated:2013-8-16
4
4
  // =============================================
5
5
 
6
6
 
7
- @import "compass"; // required (http://compass-style.org/install/)
8
- @import "constants"; // required
9
- @import "breakpoints"; // required
10
- @import "defaults"; // required
11
- @import "mixins-core"; // required
7
+
8
+
9
+ // core dependancies
10
+ @import "compass";
11
+ @import "constants";
12
+ @import "breakpoints";
13
+ @import "defaults";
14
+ @import "palette";
15
+ @import "mixins-core";
@@ -1,19 +1,9 @@
1
1
  // =============================================
2
2
  // Constant Variables
3
- // Last Updated:2013-4-24
3
+ // Last Updated:2013-8-24
4
4
  // =============================================
5
5
 
6
6
 
7
-
8
- ///////////////////////
9
- // colors //
10
- ///////////////////////
11
-
12
- $white: #ffffff;
13
- $black: #111111;
14
-
15
-
16
-
17
7
  ///////////////////////
18
8
  // fractions //
19
9
  ///////////////////////