survivalkit 1.0.beta.8 → 1.0.beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. data/CHANGELOG.markdown +3 -0
  2. data/README.markdown +2 -2
  3. data/lib/survivalkit.rb +3 -2
  4. data/stylesheets/survivalkit/fonts/_font-awesome.scss +355 -0
  5. data/stylesheets/survivalkit/fonts/_league-gothic.scss +46 -0
  6. data/stylesheets/survivalkit/fonts/_ostrich-sans.scss +69 -0
  7. data/stylesheets/survivalkit/mixins/_ui.scss +22 -12
  8. data/stylesheets/survivalkit/survival-kit/_survival-kit.sass +157 -0
  9. data/templates/clean/manifest.rb +94 -0
  10. data/templates/drupal/script.js +2 -17
  11. data/templates/project/libs/jquery-1.8.2.min.js +2 -0
  12. data/templates/project/libs/modernizr-2.6.2.min.js +815 -0
  13. data/templates/project/manifest.rb +46 -27
  14. data/templates/project/script.js +2 -17
  15. data/templates/project/sources/FitText/README.md +52 -0
  16. data/templates/project/sources/FitText/example.html +60 -0
  17. data/templates/project/sources/FitText/jquery.fittext.js +43 -0
  18. data/templates/shared/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  19. data/templates/shared/fonts/font-awesome/fontawesome-webfont.svg +255 -0
  20. data/templates/shared/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  21. data/templates/shared/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  22. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.eot +0 -0
  23. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.svg +224 -0
  24. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.ttf +0 -0
  25. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.woff +0 -0
  26. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.eot +0 -0
  27. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.svg +224 -0
  28. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.ttf +0 -0
  29. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.woff +0 -0
  30. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.eot +0 -0
  31. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.svg +224 -0
  32. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.ttf +0 -0
  33. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.woff +0 -0
  34. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.eot +0 -0
  35. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.svg +223 -0
  36. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.ttf +0 -0
  37. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.woff +0 -0
  38. data/templates/shared/fonts/ostrich/ostrich-black-webfont.eot +0 -0
  39. data/templates/shared/fonts/ostrich/ostrich-black-webfont.svg +141 -0
  40. data/templates/shared/fonts/ostrich/ostrich-black-webfont.ttf +0 -0
  41. data/templates/shared/fonts/ostrich/ostrich-black-webfont.woff +0 -0
  42. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.eot +0 -0
  43. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.svg +141 -0
  44. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.ttf +0 -0
  45. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.woff +0 -0
  46. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.eot +0 -0
  47. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.svg +141 -0
  48. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.ttf +0 -0
  49. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.woff +0 -0
  50. data/templates/shared/fonts/ostrich/ostrich-light-webfont.eot +0 -0
  51. data/templates/shared/fonts/ostrich/ostrich-light-webfont.svg +140 -0
  52. data/templates/shared/fonts/ostrich/ostrich-light-webfont.ttf +0 -0
  53. data/templates/shared/fonts/ostrich/ostrich-light-webfont.woff +0 -0
  54. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.eot +0 -0
  55. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.svg +141 -0
  56. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.ttf +0 -0
  57. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.woff +0 -0
  58. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.eot +0 -0
  59. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.svg +141 -0
  60. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.ttf +0 -0
  61. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.woff +0 -0
  62. data/templates/shared/partials/01-variables/_colors.scss +1 -1
  63. data/templates/shared/partials/01-variables/_fonts.scss +10 -0
  64. data/templates/shared/partials/06-ui-patterns/_drupal-patterns.scss +4 -5
  65. data/templates/shared/partials/07-styletile/_tile-design.scss +2 -2
  66. data/templates/shared/style.scss +2 -1
  67. metadata +73 -187
  68. data/stylesheets/survivalkit/survival_kit/_survival-kit.scss +0 -145
  69. data/templates/drupal/libs/320-up/helper.js +0 -146
  70. data/templates/drupal/libs/320-up/imgSizer.js +0 -61
  71. data/templates/drupal/libs/dd_belatedpng.js +0 -13
  72. data/templates/drupal/libs/formalize/README.txt +0 -11
  73. data/templates/drupal/libs/formalize/dojo.formalize.js +0 -174
  74. data/templates/drupal/libs/formalize/extjs.formalize.js +0 -168
  75. data/templates/drupal/libs/formalize/jquery.formalize.js +0 -158
  76. data/templates/drupal/libs/formalize/mootools.formalize.js +0 -163
  77. data/templates/drupal/libs/formalize/prototype.formalize.js +0 -171
  78. data/templates/drupal/libs/formalize/yui.formalize.js +0 -168
  79. data/templates/drupal/libs/jquery-1.6.js +0 -8865
  80. data/templates/drupal/libs/jquery-1.6.min.js +0 -16
  81. data/templates/drupal/libs/modernizr-2.0.min.js +0 -4
  82. data/templates/drupal/libs/mootools-core-1.3.1-full-compat-yc.js +0 -485
  83. data/templates/drupal/libs/plugins.js +0 -58
  84. data/templates/drupal/libs/respond.min.js +0 -7
  85. data/templates/drupal/libs/selectivizr-min.js +0 -5
  86. data/templates/drupal/libs/selectivizr.js +0 -5
  87. data/templates/project/files/apple-touch-icon-114x114-precomposed.png +0 -0
  88. data/templates/project/files/apple-touch-icon-72x72-precomposed.png +0 -0
  89. data/templates/project/files/apple-touch-icon.png +0 -0
  90. data/templates/project/files/crossdomain.xml +0 -25
  91. data/templates/project/files/favicon.ico +0 -0
  92. data/templates/project/files/favicon.png +0 -0
  93. data/templates/project/files/google.yml +0 -22
  94. data/templates/project/files/htaccess.htaccess +0 -478
  95. data/templates/project/files/html/404.html +0 -22
  96. data/templates/project/files/html/formalize_jquery_demo.html +0 -288
  97. data/templates/project/files/html/formalize_jquery_disabled.html +0 -288
  98. data/templates/project/files/html/formalize_jquery_errors.html +0 -288
  99. data/templates/project/files/html/index.html +0 -100
  100. data/templates/project/files/html/survivalkit/elements-common.html +0 -588
  101. data/templates/project/files/html/survivalkit/elements-html5.html +0 -2988
  102. data/templates/project/files/html/survivalkit/elements-typography.html +0 -240
  103. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal-css.html +0 -1883
  104. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal.html +0 -1882
  105. data/templates/project/files/html/survivalkit/elements-ui-patterns.html +0 -267
  106. data/templates/project/files/html/survivalkit/index.html +0 -132
  107. data/templates/project/files/html/survivalkit/styletile/index.html +0 -1
  108. data/templates/project/files/html/survivalkit/styletile/styletile.html +0 -215
  109. data/templates/project/files/humans.txt +0 -43
  110. data/templates/project/files/robots.txt +0 -5
  111. data/templates/project/libs/320-up/helper.js +0 -146
  112. data/templates/project/libs/320-up/imgSizer.js +0 -61
  113. data/templates/project/libs/jquery-1.6.js +0 -8865
  114. data/templates/project/libs/jquery-1.6.min.js +0 -16
  115. data/templates/project/libs/modernizr-2.0.min.js +0 -4
  116. data/templates/project/libs/plugins.js +0 -58
  117. data/templates/project/libs/selectivizr.js +0 -5
  118. data/templates/project/templates/_flashes.html.haml +0 -4
  119. data/templates/project/templates/_footer.html.haml +0 -2
  120. data/templates/project/templates/_head.html.haml +0 -26
  121. data/templates/project/templates/_header.html.haml +0 -1
  122. data/templates/project/templates/_javascripts.html.haml +0 -27
  123. data/templates/project/templates/_stylesheets.html.haml +0 -5
  124. data/templates/project/templates/application.html.haml +0 -28
  125. data/templates/project/templates/old/_layout.haml +0 -1
  126. data/templates/project/templates/old/home.html.haml +0 -14
  127. data/templates/project/templates/old/layouts/default.haml +0 -62
  128. data/templates/project/templates/old/layouts/survivalkit/default.haml +0 -64
  129. data/templates/project/templates/old/layouts/survivalkit/styletile.haml +0 -64
  130. data/templates/project/templates/old/survivalkit/_layout.haml +0 -1
  131. data/templates/project/templates/old/survivalkit/elements-common.haml +0 -33
  132. data/templates/project/templates/old/survivalkit/elements-html5.haml +0 -71
  133. data/templates/project/templates/old/survivalkit/elements-typography.haml +0 -100
  134. data/templates/project/templates/old/survivalkit/elements-ui-patterns-drupal.haml +0 -38
  135. data/templates/project/templates/old/survivalkit/elements-ui-patterns.haml +0 -23
  136. data/templates/project/templates/old/survivalkit/index.haml +0 -2
  137. data/templates/project/templates/old/survivalkit/partials/common/abbr.haml +0 -8
  138. data/templates/project/templates/old/survivalkit/partials/common/acronym.haml +0 -8
  139. data/templates/project/templates/old/survivalkit/partials/common/characters.haml +0 -11
  140. data/templates/project/templates/old/survivalkit/partials/common/cite.haml +0 -12
  141. data/templates/project/templates/old/survivalkit/partials/common/code.haml +0 -8
  142. data/templates/project/templates/old/survivalkit/partials/common/dfn.haml +0 -8
  143. data/templates/project/templates/old/survivalkit/partials/common/em.haml +0 -10
  144. data/templates/project/templates/old/survivalkit/partials/common/forms.haml +0 -27
  145. data/templates/project/templates/old/survivalkit/partials/common/headers.haml +0 -23
  146. data/templates/project/templates/old/survivalkit/partials/common/inline-images.haml +0 -9
  147. data/templates/project/templates/old/survivalkit/partials/common/kbd.haml +0 -10
  148. data/templates/project/templates/old/survivalkit/partials/common/links.haml +0 -10
  149. data/templates/project/templates/old/survivalkit/partials/common/lists.haml +0 -55
  150. data/templates/project/templates/old/survivalkit/partials/common/others.haml +0 -35
  151. data/templates/project/templates/old/survivalkit/partials/common/paragraphs.haml +0 -15
  152. data/templates/project/templates/old/survivalkit/partials/common/pre.haml +0 -27
  153. data/templates/project/templates/old/survivalkit/partials/common/q.haml +0 -8
  154. data/templates/project/templates/old/survivalkit/partials/common/samp.haml +0 -8
  155. data/templates/project/templates/old/survivalkit/partials/common/strong.haml +0 -8
  156. data/templates/project/templates/old/survivalkit/partials/common/tables.haml +0 -43
  157. data/templates/project/templates/old/survivalkit/partials/common/var.haml +0 -8
  158. data/templates/project/templates/old/survivalkit/partials/header-styletile.haml +0 -9
  159. data/templates/project/templates/old/survivalkit/partials/header.haml +0 -6
  160. data/templates/project/templates/old/survivalkit/partials/html5/a.haml +0 -36
  161. data/templates/project/templates/old/survivalkit/partials/html5/abbr.haml +0 -26
  162. data/templates/project/templates/old/survivalkit/partials/html5/address.haml +0 -27
  163. data/templates/project/templates/old/survivalkit/partials/html5/all-headings.haml +0 -31
  164. data/templates/project/templates/old/survivalkit/partials/html5/article.haml +0 -22
  165. data/templates/project/templates/old/survivalkit/partials/html5/aside.haml +0 -20
  166. data/templates/project/templates/old/survivalkit/partials/html5/b.haml +0 -21
  167. data/templates/project/templates/old/survivalkit/partials/html5/bdi.haml +0 -30
  168. data/templates/project/templates/old/survivalkit/partials/html5/blockquote.haml +0 -32
  169. data/templates/project/templates/old/survivalkit/partials/html5/cite.haml +0 -46
  170. data/templates/project/templates/old/survivalkit/partials/html5/code.haml +0 -70
  171. data/templates/project/templates/old/survivalkit/partials/html5/details.haml +0 -42
  172. data/templates/project/templates/old/survivalkit/partials/html5/dfn.haml +0 -52
  173. data/templates/project/templates/old/survivalkit/partials/html5/dl.haml +0 -69
  174. data/templates/project/templates/old/survivalkit/partials/html5/em.haml +0 -15
  175. data/templates/project/templates/old/survivalkit/partials/html5/fieldset.haml +0 -49
  176. data/templates/project/templates/old/survivalkit/partials/html5/figure.haml +0 -48
  177. data/templates/project/templates/old/survivalkit/partials/html5/footer.haml +0 -37
  178. data/templates/project/templates/old/survivalkit/partials/html5/header.haml +0 -44
  179. data/templates/project/templates/old/survivalkit/partials/html5/hgroup.haml +0 -20
  180. data/templates/project/templates/old/survivalkit/partials/html5/hr.haml +0 -52
  181. data/templates/project/templates/old/survivalkit/partials/html5/i.haml +0 -28
  182. data/templates/project/templates/old/survivalkit/partials/html5/kbd.haml +0 -19
  183. data/templates/project/templates/old/survivalkit/partials/html5/label.haml +0 -18
  184. data/templates/project/templates/old/survivalkit/partials/html5/li.haml +0 -91
  185. data/templates/project/templates/old/survivalkit/partials/html5/mark.haml +0 -30
  186. data/templates/project/templates/old/survivalkit/partials/html5/menu.haml +0 -39
  187. data/templates/project/templates/old/survivalkit/partials/html5/nav.haml +0 -68
  188. data/templates/project/templates/old/survivalkit/partials/html5/ol.haml +0 -23
  189. data/templates/project/templates/old/survivalkit/partials/html5/p.haml +0 -41
  190. data/templates/project/templates/old/survivalkit/partials/html5/pre.haml +0 -48
  191. data/templates/project/templates/old/survivalkit/partials/html5/q.haml +0 -34
  192. data/templates/project/templates/old/survivalkit/partials/html5/ruby.haml +0 -55
  193. data/templates/project/templates/old/survivalkit/partials/html5/s.haml +0 -17
  194. data/templates/project/templates/old/survivalkit/partials/html5/samp.haml +0 -27
  195. data/templates/project/templates/old/survivalkit/partials/html5/sample-forms.haml +0 -52
  196. data/templates/project/templates/old/survivalkit/partials/html5/sample-tables.haml +0 -152
  197. data/templates/project/templates/old/survivalkit/partials/html5/section.haml +0 -21
  198. data/templates/project/templates/old/survivalkit/partials/html5/small.haml +0 -33
  199. data/templates/project/templates/old/survivalkit/partials/html5/strong.haml +0 -25
  200. data/templates/project/templates/old/survivalkit/partials/html5/sub-sup.haml +0 -58
  201. data/templates/project/templates/old/survivalkit/partials/html5/table.haml +0 -196
  202. data/templates/project/templates/old/survivalkit/partials/html5/text-summary.haml +0 -305
  203. data/templates/project/templates/old/survivalkit/partials/html5/thead.haml +0 -67
  204. data/templates/project/templates/old/survivalkit/partials/html5/time.haml +0 -31
  205. data/templates/project/templates/old/survivalkit/partials/html5/ul.haml +0 -21
  206. data/templates/project/templates/old/survivalkit/partials/menu.haml +0 -14
  207. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/block.haml +0 -7
  208. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/breadcrumbs.haml +0 -7
  209. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/comments.haml +0 -69
  210. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/field-image.haml +0 -7
  211. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-comment.haml +0 -54
  212. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-login.haml +0 -23
  213. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-account.haml +0 -24
  214. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-password.haml +0 -16
  215. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/links.haml +0 -6
  216. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/menu.haml +0 -10
  217. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/messages.haml +0 -21
  218. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/node.haml +0 -28
  219. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/pager.haml +0 -17
  220. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/rss-link.haml +0 -5
  221. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/search.haml +0 -14
  222. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/site-name.haml +0 -6
  223. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/tabs.haml +0 -14
  224. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/taxonomy.haml +0 -10
  225. data/templates/project/templates/old/survivalkit/partials/patterns-general/block.haml +0 -7
  226. data/templates/project/templates/old/survivalkit/partials/patterns-general/breadcrumbs.haml +0 -7
  227. data/templates/project/templates/old/survivalkit/partials/patterns-general/comments.haml +0 -69
  228. data/templates/project/templates/old/survivalkit/partials/patterns-general/field-image.haml +0 -7
  229. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-comment.haml +0 -54
  230. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-login.haml +0 -23
  231. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-account.haml +0 -24
  232. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-password.haml +0 -16
  233. data/templates/project/templates/old/survivalkit/partials/patterns-general/links.haml +0 -6
  234. data/templates/project/templates/old/survivalkit/partials/patterns-general/menu.haml +0 -10
  235. data/templates/project/templates/old/survivalkit/partials/patterns-general/messages.haml +0 -21
  236. data/templates/project/templates/old/survivalkit/partials/patterns-general/node.haml +0 -28
  237. data/templates/project/templates/old/survivalkit/partials/patterns-general/pager.haml +0 -17
  238. data/templates/project/templates/old/survivalkit/partials/patterns-general/rss-link.haml +0 -5
  239. data/templates/project/templates/old/survivalkit/partials/patterns-general/search.haml +0 -14
  240. data/templates/project/templates/old/survivalkit/partials/patterns-general/site-name.haml +0 -6
  241. data/templates/project/templates/old/survivalkit/partials/patterns-general/tabs.haml +0 -14
  242. data/templates/project/templates/old/survivalkit/partials/patterns-general/taxonomy.haml +0 -10
  243. data/templates/project/templates/old/survivalkit/styletile/_layout.haml +0 -1
  244. data/templates/project/templates/old/survivalkit/styletile/index.redirect +0 -1
  245. data/templates/project/templates/old/survivalkit/styletile/styletile.haml +0 -60
  246. data/templates/project/templates/old/view_helpers.rb +0 -25
  247. data/templates/shared/survivalkit/drupal7.scss +0 -3224
  248. data/templates/shared/survivalkit/survivalkit.scss +0 -32
data/CHANGELOG.markdown CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.beta.9 - August 28, 2012
4
+ * moved build to separate project (Survival Guide)
5
+
3
6
  ## 1.0.beta.8 - August 28, 2012
4
7
  * small updates
5
8
  * clean installation option
data/README.markdown CHANGED
@@ -81,8 +81,8 @@ These Compass extensions (and more) are pretty awesome.
81
81
 
82
82
  Licensed under MIT/GPL.
83
83
 
84
- GPL license:
85
- http://www.gnu.org/licenses/gpl.html
84
+ GPL2 license:
85
+ http://www.gnu.org/licenses/gpl-2.0.html
86
86
 
87
87
  MIT license:
88
88
  http://www.opensource.org/licenses/mit-license.php
data/lib/survivalkit.rb CHANGED
@@ -3,11 +3,12 @@ require 'susy'
3
3
  require 'breakpoint'
4
4
  require 'modular-scale'
5
5
  require 'color-schemer'
6
+ require 'toolkit'
6
7
  Compass::Frameworks.register("survivalkit", :path => "#{File.dirname(__FILE__)}/..")
7
8
 
8
9
  module SurvivalKit
9
10
 
10
- VERSION = "1.0.beta.8"
11
- DATE = "2012-08-28"
11
+ VERSION = "1.0.beta.9"
12
+ DATE = "2012-11-21"
12
13
 
13
14
  end
@@ -0,0 +1,355 @@
1
+ /* Font Awesome
2
+ the iconic font designed for use with Twitter Bootstrap
3
+ -------------------------------------------------------
4
+ The full suite of pictographic icons, examples, and documentation
5
+ can be found at: http://fortawesome.github.com/Font-Awesome/
6
+
7
+ License
8
+ -------------------------------------------------------
9
+ The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
10
+ http://creativecommons.org/licenses/by/3.0/ A mention of
11
+ 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
12
+ source code is considered acceptable attribution (most common on the web).
13
+ If human readable source code is not available to the end user, a mention in
14
+ an 'About' or 'Credits' screen is considered acceptable (most common in desktop
15
+ or mobile software).
16
+
17
+ Contact
18
+ -------------------------------------------------------
19
+ Email: dave@davegandy.com
20
+ Twitter: http://twitter.com/fortaweso_me
21
+ Work: Lead Product Designer @ http://kyruus.com
22
+
23
+ */
24
+
25
+ @import "compass/css3/font-face";
26
+ $fontAwesomePath: "../font/fontawesome-webfont" !default;
27
+
28
+ @include font-face(
29
+ 'FontAwesome',
30
+ font-files(
31
+ "#{$fontAwesomePath}.woff", woff,
32
+ "#{$fontAwesomePath}.ttf", truetype,
33
+ "#{$fontAwesomePath}.svg#FontAwesomeRegular", svg),
34
+ '#{$fontAwesomePath}.eot',
35
+ normal,
36
+ normal);
37
+
38
+ /* Font Awesome styles
39
+ ------------------------------------------------------- */
40
+
41
+ @mixin font-awesome {
42
+ font-family: FontAwesome;
43
+ font-weight: normal;
44
+ font-style: normal;
45
+ display: inline-block;
46
+ text-decoration: inherit;
47
+ }
48
+
49
+ @mixin font-awesome-icon-large {
50
+ &:before {
51
+ vertical-align: middle;
52
+ font-size: 4/3em;
53
+ }
54
+ }
55
+
56
+ @mixin font-awesome-btn {
57
+ /* keeps button heights with and without icons the same */
58
+ line-height: .9em;
59
+ }
60
+
61
+
62
+ %font-awesome,
63
+ [class^="icon-"],
64
+ [class*=" icon-"] {
65
+ &:before {
66
+ @include font-awesome;
67
+ a & {
68
+ display: inline-block;
69
+ text-decoration: inherit;
70
+ }
71
+ }
72
+ }
73
+
74
+ // a [class^="icon-"],
75
+ // a [class*=" icon-"] {
76
+ // display: inline-block;
77
+ // text-decoration: inherit;
78
+ // }
79
+
80
+ /* makes the font 33% larger relative to the icon container */
81
+ %icon-large,
82
+ .icon-large {
83
+ @include font-awesome-icon-large;
84
+ }
85
+
86
+ %btn,
87
+ .btn,
88
+ .nav-tabs {
89
+ [class^="icon-"],
90
+ [class*=" icon-"] {
91
+ @include font-awesome-btn;
92
+ }
93
+ }
94
+
95
+ li {
96
+ [class^="icon-"],
97
+ [class*=" icon-"] {
98
+ display: inline-block;
99
+ width: 1.25em;
100
+ text-align: center;
101
+ }
102
+ .icon-large:before,
103
+ .icon-large:before {
104
+ /* 1.5 increased font size for icon-large * 1.25 width */
105
+ width: 1.5*1.25em;
106
+ }
107
+ }
108
+
109
+ ul.icons {
110
+ list-style-type: none;
111
+ margin-left: 2em;
112
+ text-indent: -.8em;
113
+
114
+ li {
115
+ [class^="icon-"],
116
+ [class*=" icon-"] {
117
+ width: .8em;
118
+ }
119
+ .icon-large:before,
120
+ .icon-large:before {
121
+ /* 1.5 increased font size for icon-large * 1.25 width */
122
+ vertical-align: initial;
123
+ // width: 1.5*1.25em;
124
+ }
125
+ }
126
+ }
127
+
128
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
129
+ readers do not read off random characters that represent icons */
130
+ .icon-glass:before { content: "\f000"; }
131
+ .icon-music:before { content: "\f001"; }
132
+ .icon-search:before { content: "\f002"; }
133
+ .icon-envelope:before { content: "\f003"; }
134
+ .icon-heart:before { content: "\f004"; }
135
+ .icon-star:before { content: "\f005"; }
136
+ .icon-star-empty:before { content: "\f006"; }
137
+ .icon-user:before { content: "\f007"; }
138
+ .icon-film:before { content: "\f008"; }
139
+ .icon-th-large:before { content: "\f009"; }
140
+ .icon-th:before { content: "\f00a"; }
141
+ .icon-th-list:before { content: "\f00b"; }
142
+ .icon-ok:before { content: "\f00c"; }
143
+ .icon-remove:before { content: "\f00d"; }
144
+ .icon-zoom-in:before { content: "\f00e"; }
145
+
146
+ .icon-zoom-out:before { content: "\f010"; }
147
+ .icon-off:before { content: "\f011"; }
148
+ .icon-signal:before { content: "\f012"; }
149
+ .icon-cog:before { content: "\f013"; }
150
+ .icon-trash:before { content: "\f014"; }
151
+ .icon-home:before { content: "\f015"; }
152
+ .icon-file:before { content: "\f016"; }
153
+ .icon-time:before { content: "\f017"; }
154
+ .icon-road:before { content: "\f018"; }
155
+ .icon-download-alt:before { content: "\f019"; }
156
+ .icon-download:before { content: "\f01a"; }
157
+ .icon-upload:before { content: "\f01b"; }
158
+ .icon-inbox:before { content: "\f01c"; }
159
+ .icon-play-circle:before { content: "\f01d"; }
160
+ .icon-repeat:before { content: "\f01e"; }
161
+
162
+ /* \f020 doesn't work in Safari. all shifted one down */
163
+ .icon-refresh:before { content: "\f021"; }
164
+ .icon-list-alt:before { content: "\f022"; }
165
+ .icon-lock:before { content: "\f023"; }
166
+ .icon-flag:before { content: "\f024"; }
167
+ .icon-headphones:before { content: "\f025"; }
168
+ .icon-volume-off:before { content: "\f026"; }
169
+ .icon-volume-down:before { content: "\f027"; }
170
+ .icon-volume-up:before { content: "\f028"; }
171
+ .icon-qrcode:before { content: "\f029"; }
172
+ .icon-barcode:before { content: "\f02a"; }
173
+ .icon-tag:before { content: "\f02b"; }
174
+ .icon-tags:before { content: "\f02c"; }
175
+ .icon-book:before { content: "\f02d"; }
176
+ .icon-bookmark:before { content: "\f02e"; }
177
+ .icon-print:before { content: "\f02f"; }
178
+
179
+ .icon-camera:before { content: "\f030"; }
180
+ .icon-font:before { content: "\f031"; }
181
+ .icon-bold:before { content: "\f032"; }
182
+ .icon-italic:before { content: "\f033"; }
183
+ .icon-text-height:before { content: "\f034"; }
184
+ .icon-text-width:before { content: "\f035"; }
185
+ .icon-align-left:before { content: "\f036"; }
186
+ .icon-align-center:before { content: "\f037"; }
187
+ .icon-align-right:before { content: "\f038"; }
188
+ .icon-align-justify:before { content: "\f039"; }
189
+ .icon-list:before { content: "\f03a"; }
190
+ .icon-indent-left:before { content: "\f03b"; }
191
+ .icon-indent-right:before { content: "\f03c"; }
192
+ .icon-facetime-video:before { content: "\f03d"; }
193
+ .icon-picture:before { content: "\f03e"; }
194
+
195
+ .icon-pencil:before { content: "\f040"; }
196
+ .icon-map-marker:before { content: "\f041"; }
197
+ .icon-adjust:before { content: "\f042"; }
198
+ .icon-tint:before { content: "\f043"; }
199
+ .icon-edit:before { content: "\f044"; }
200
+ .icon-share:before { content: "\f045"; }
201
+ .icon-check:before { content: "\f046"; }
202
+ .icon-move:before { content: "\f047"; }
203
+ .icon-step-backward:before { content: "\f048"; }
204
+ .icon-fast-backward:before { content: "\f049"; }
205
+ .icon-backward:before { content: "\f04a"; }
206
+ .icon-play:before { content: "\f04b"; }
207
+ .icon-pause:before { content: "\f04c"; }
208
+ .icon-stop:before { content: "\f04d"; }
209
+ .icon-forward:before { content: "\f04e"; }
210
+
211
+ .icon-fast-forward:before { content: "\f050"; }
212
+ .icon-step-forward:before { content: "\f051"; }
213
+ .icon-eject:before { content: "\f052"; }
214
+ .icon-chevron-left:before { content: "\f053"; }
215
+ .icon-chevron-right:before { content: "\f054"; }
216
+ .icon-plus-sign:before { content: "\f055"; }
217
+ .icon-minus-sign:before { content: "\f056"; }
218
+ .icon-remove-sign:before { content: "\f057"; }
219
+ .icon-ok-sign:before { content: "\f058"; }
220
+ .icon-question-sign:before { content: "\f059"; }
221
+ .icon-info-sign:before { content: "\f05a"; }
222
+ .icon-screenshot:before { content: "\f05b"; }
223
+ .icon-remove-circle:before { content: "\f05c"; }
224
+ .icon-ok-circle:before { content: "\f05d"; }
225
+ .icon-ban-circle:before { content: "\f05e"; }
226
+
227
+ .icon-arrow-left:before { content: "\f060"; }
228
+ .icon-arrow-right:before { content: "\f061"; }
229
+ .icon-arrow-up:before { content: "\f062"; }
230
+ .icon-arrow-down:before { content: "\f063"; }
231
+ .icon-share-alt:before { content: "\f064"; }
232
+ .icon-resize-full:before { content: "\f065"; }
233
+ .icon-resize-small:before { content: "\f066"; }
234
+ .icon-plus:before { content: "\f067"; }
235
+ .icon-minus:before { content: "\f068"; }
236
+ .icon-asterisk:before { content: "\f069"; }
237
+ .icon-exclamation-sign:before { content: "\f06a"; }
238
+ .icon-gift:before { content: "\f06b"; }
239
+ .icon-leaf:before { content: "\f06c"; }
240
+ .icon-fire:before { content: "\f06d"; }
241
+ .icon-eye-open:before { content: "\f06e"; }
242
+
243
+ .icon-eye-close:before { content: "\f070"; }
244
+ .icon-warning-sign:before { content: "\f071"; }
245
+ .icon-plane:before { content: "\f072"; }
246
+ .icon-calendar:before { content: "\f073"; }
247
+ .icon-random:before { content: "\f074"; }
248
+ .icon-comment:before { content: "\f075"; }
249
+ .icon-magnet:before { content: "\f076"; }
250
+ .icon-chevron-up:before { content: "\f077"; }
251
+ .icon-chevron-down:before { content: "\f078"; }
252
+ .icon-retweet:before { content: "\f079"; }
253
+ .icon-shopping-cart:before { content: "\f07a"; }
254
+ .icon-folder-close:before { content: "\f07b"; }
255
+ .icon-folder-open:before { content: "\f07c"; }
256
+ .icon-resize-vertical:before { content: "\f07d"; }
257
+ .icon-resize-horizontal:before { content: "\f07e"; }
258
+
259
+ .icon-bar-chart:before { content: "\f080"; }
260
+ .icon-twitter-sign:before { content: "\f081"; }
261
+ .icon-facebook-sign:before { content: "\f082"; }
262
+ .icon-camera-retro:before { content: "\f083"; }
263
+ .icon-key:before { content: "\f084"; }
264
+ .icon-cogs:before { content: "\f085"; }
265
+ .icon-comments:before { content: "\f086"; }
266
+ .icon-thumbs-up:before { content: "\f087"; }
267
+ .icon-thumbs-down:before { content: "\f088"; }
268
+ .icon-star-half:before { content: "\f089"; }
269
+ .icon-heart-empty:before { content: "\f08a"; }
270
+ .icon-signout:before { content: "\f08b"; }
271
+ .icon-linkedin-sign:before { content: "\f08c"; }
272
+ .icon-pushpin:before { content: "\f08d"; }
273
+ .icon-external-link:before { content: "\f08e"; }
274
+
275
+ .icon-signin:before { content: "\f090"; }
276
+ .icon-trophy:before { content: "\f091"; }
277
+ .icon-github-sign:before { content: "\f092"; }
278
+ .icon-upload-alt:before { content: "\f093"; }
279
+ .icon-lemon:before { content: "\f094"; }
280
+ .icon-phone:before { content: "\f095"; }
281
+ .icon-check-empty:before { content: "\f096"; }
282
+ .icon-bookmark-empty:before { content: "\f097"; }
283
+ .icon-phone-sign:before { content: "\f098"; }
284
+ .icon-twitter:before { content: "\f099"; }
285
+ .icon-facebook:before { content: "\f09a"; }
286
+ .icon-github:before { content: "\f09b"; }
287
+ .icon-unlock:before { content: "\f09c"; }
288
+ .icon-credit-card:before { content: "\f09d"; }
289
+ .icon-rss:before { content: "\f09e"; }
290
+
291
+ .icon-hdd:before { content: "\f0a0"; }
292
+ .icon-bullhorn:before { content: "\f0a1"; }
293
+ .icon-bell:before { content: "\f0a2"; }
294
+ .icon-certificate:before { content: "\f0a3"; }
295
+ .icon-hand-right:before { content: "\f0a4"; }
296
+ .icon-hand-left:before { content: "\f0a5"; }
297
+ .icon-hand-up:before { content: "\f0a6"; }
298
+ .icon-hand-down:before { content: "\f0a7"; }
299
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
300
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
301
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
302
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
303
+ .icon-globe:before { content: "\f0ac"; }
304
+ .icon-wrench:before { content: "\f0ad"; }
305
+ .icon-tasks:before { content: "\f0ae"; }
306
+
307
+ .icon-filter:before { content: "\f0b0"; }
308
+ .icon-briefcase:before { content: "\f0b1"; }
309
+ .icon-fullscreen:before { content: "\f0b2"; }
310
+
311
+ .icon-group:before { content: "\f0c0"; }
312
+ .icon-link:before { content: "\f0c1"; }
313
+ .icon-cloud:before { content: "\f0c2"; }
314
+ .icon-beaker:before { content: "\f0c3"; }
315
+ .icon-cut:before { content: "\f0c4"; }
316
+ .icon-copy:before { content: "\f0c5"; }
317
+ .icon-paper-clip:before { content: "\f0c6"; }
318
+ .icon-save:before { content: "\f0c7"; }
319
+ .icon-sign-blank:before { content: "\f0c8"; }
320
+ .icon-reorder:before { content: "\f0c9"; }
321
+ .icon-list-ul:before { content: "\f0ca"; }
322
+ .icon-list-ol:before { content: "\f0cb"; }
323
+ .icon-strikethrough:before { content: "\f0cc"; }
324
+ .icon-underline:before { content: "\f0cd"; }
325
+ .icon-table:before { content: "\f0ce"; }
326
+
327
+ .icon-magic:before { content: "\f0d0"; }
328
+ .icon-truck:before { content: "\f0d1"; }
329
+ .icon-pinterest:before { content: "\f0d2"; }
330
+ .icon-pinterest-sign:before { content: "\f0d3"; }
331
+ .icon-google-plus-sign:before { content: "\f0d4"; }
332
+ .icon-google-plus:before { content: "\f0d5"; }
333
+ .icon-money:before { content: "\f0d6"; }
334
+ .icon-caret-down:before { content: "\f0d7"; }
335
+ .icon-caret-up:before { content: "\f0d8"; }
336
+ .icon-caret-left:before { content: "\f0d9"; }
337
+ .icon-caret-right:before { content: "\f0da"; }
338
+ .icon-columns:before { content: "\f0db"; }
339
+ .icon-sort:before { content: "\f0dc"; }
340
+ .icon-sort-down:before { content: "\f0dd"; }
341
+ .icon-sort-up:before { content: "\f0de"; }
342
+
343
+ .icon-envelope-alt:before { content: "\f0e0"; }
344
+ .icon-linkedin:before { content: "\f0e1"; }
345
+ .icon-undo:before { content: "\f0e2"; }
346
+ .icon-legal:before { content: "\f0e3"; }
347
+ .icon-dashboard:before { content: "\f0e4"; }
348
+ .icon-comment-alt:before { content: "\f0e5"; }
349
+ .icon-comments-alt:before { content: "\f0e6"; }
350
+ .icon-bolt:before { content: "\f0e7"; }
351
+ .icon-sitemap:before { content: "\f0e8"; }
352
+ .icon-umbrella:before { content: "\f0e9"; }
353
+ .icon-paste:before { content: "\f0ea"; }
354
+
355
+ .icon-user-md:before { content: "\f200"; }
@@ -0,0 +1,46 @@
1
+ @import "compass/css3/font-face";
2
+
3
+ /* Regular */
4
+ @include font-face(
5
+ 'League Gothic',
6
+ font-files(
7
+ "leaguegothic-regular-webfont.woff", woff,
8
+ "leaguegothic-regular-webfont.ttf", truetype,
9
+ "leaguegothic-regular-webfont.svg#league_gothicregular", svg),
10
+ 'leaguegothic-regular-webfont.eot',
11
+ normal,
12
+ normal);
13
+
14
+ /* Italic */
15
+ @include font-face(
16
+ 'League Gothic',
17
+ font-files(
18
+ "leaguegothic-italic-webfont.woff", woff,
19
+ "leaguegothic-italic-webfont.ttf", truetype,
20
+ "leaguegothic-italic-webfont.svg#league_gothic_italicregular", svg),
21
+ 'leaguegothic-italic-webfont.eot',
22
+ normal,
23
+ italic);
24
+
25
+ /* Condensed */
26
+ @include font-face(
27
+ 'League Gothic Condensed',
28
+ font-files(
29
+ "leaguegothic-condensed-regular-webfont.woff", woff,
30
+ "leaguegothic-condensed-regular-webfont.ttf", truetype,
31
+ "leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed", svg),
32
+ 'leaguegothic-condensed-regular-webfont.eot',
33
+ normal,
34
+ normal);
35
+
36
+
37
+ /* Condensed Italic */
38
+ @include font-face(
39
+ 'League Gothic Condensed',
40
+ font-files(
41
+ "leaguegothic-condensed-italic-webfont.woff", woff,
42
+ "leaguegothic-condensed-italic-webfont.ttf", truetype,
43
+ "leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg", svg),
44
+ 'leaguegothic-condensed-italic-webfont.eot',
45
+ normal,
46
+ italic);
@@ -0,0 +1,69 @@
1
+ @import "compass/css3/font-face";
2
+
3
+
4
+ /* Regular */
5
+ @include font-face(
6
+ 'Ostrich',
7
+ font-files(
8
+ "ostrich-regular-webfont.woff", woff,
9
+ "ostrich-regular-webfont.ttf", truetype,
10
+ "ostrich-regular-webfont.svg#ostrich_regular_webfont", svg),
11
+ 'ostrich-regular-webfont.eot',
12
+ normal,
13
+ normal);
14
+
15
+
16
+ /* Light */
17
+ @include font-face(
18
+ 'Ostrich',
19
+ font-files(
20
+ "ostrich-light-webfont.woff", woff,
21
+ "ostrich-light-webfont.ttf", truetype,
22
+ "ostrich-light-webfont.svg#ostrich_light_webfont", svg),
23
+ 'ostrich-light-webfont.eot',
24
+ 300,
25
+ normal);
26
+
27
+ /* bold */
28
+ @include font-face(
29
+ 'Ostrich',
30
+ font-files(
31
+ "ostrich-bold-webfont.woff", woff,
32
+ "ostrich-bold-webfont.ttf", truetype,
33
+ "ostrich-bold-webfont.svg#ostrich_bold_webfont", svg),
34
+ 'ostrich-bold-webfont.eot',
35
+ bold,
36
+ normal);
37
+
38
+ /* Black */
39
+ @include font-face(
40
+ 'Ostrich',
41
+ font-files(
42
+ "ostrich-black-webfont.woff", woff,
43
+ "ostrich-black-webfont.ttf", truetype,
44
+ "ostrich-black-webfont.svg#ostrich_black_webfont", svg),
45
+ 'ostrich-black-webfont.eot',
46
+ black,
47
+ normal);
48
+
49
+ /* Dashed */
50
+ @include font-face(
51
+ 'Ostrich Dashed',
52
+ font-files(
53
+ "ostrich-dashed-webfont.woff", woff,
54
+ "ostrich-dashed-webfont.ttf", truetype,
55
+ "ostrich-dashed-webfont.svg#ostrich_dashed_webfont", svg),
56
+ 'ostrich-dashed-webfont.eot',
57
+ normal,
58
+ normal);
59
+
60
+ /* Rounded */
61
+ @include font-face(
62
+ 'Ostrich Rounded',
63
+ font-files(
64
+ "ostrich-rounded-webfont.woff", woff,
65
+ "ostrich-rounded-webfont.ttf", truetype,
66
+ "ostrich-rounded-webfont.svg#ostrich_rounded_webfont", svg),
67
+ 'ostrich-rounded-webfont.eot',
68
+ normal,
69
+ normal);
@@ -2,17 +2,27 @@
2
2
  // $dir is 'bottom' for standard tabs
3
3
  // 'top' for hanging tabs
4
4
  // assumes placement on UL
5
- @mixin tabs($dir: bottom, $border-color: $base-color, $border-color-active: $white, $background-color: $gray, $background-color-active: $white) {
6
- @include horizontal-list(3px);
5
+ @mixin tabs(
6
+ $dir: top,
7
+ $border-color: $base-color,
8
+ $border-color-active: $white,
9
+ $background-color: $darkgray,
10
+ $background-color-active: $white,
11
+ $spacing: 3px,
12
+ $radius: 3px) {
13
+ $from-the: bottom;
14
+ @if $dir == bottom {
15
+ $from-the: top;
16
+ }
17
+ @include horizontal-list($spacing);
7
18
  position: relative;
8
19
  li {
9
- border-#{$dir}: 1px solid $border-color;
20
+ border-#{$from-the}: 1px solid $border-color;
10
21
  margin-top: 1px;
11
22
  &.active {
12
23
  a {
13
- border-#{$dir}: 1px solid $border-color-active;
24
+ border-#{$from-the}: 1px solid $border-color-active;
14
25
  background-color: $background-color-active;
15
-
16
26
  }
17
27
  }
18
28
  a {
@@ -22,18 +32,18 @@
22
32
  color: $border-color;
23
33
  };
24
34
  background-color: $background-color;
25
- padding: 0 0.25em;
26
- @if $dir == bottom {
27
- @include border-top-radius;
28
- @include remove-link-underlines;
35
+ border-#{$from-the}-width: 0;
36
+ position: relative;
37
+ bottom: -0.25em;
38
+ @if $from-the == bottom {
39
+ @include border-top-radius($radius);
29
40
  }
30
41
  @else {
31
- @include border-bottom-radius;
32
- border-top-width: 0;
42
+ @include border-bottom-radius($radius);
33
43
  }
34
44
  &:hover {
35
45
  background-color: $background-color-active;
36
- border-#{$dir}: 1px solid $border-color-active;
46
+ border-#{$from-the}: 1px solid $border-color-active;
37
47
  }
38
48
  }
39
49
  }