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
@@ -3,7 +3,7 @@
3
3
  // SITE NAME
4
4
  #site-name {
5
5
  a {
6
- @include remove-link-underlines;
6
+ // add your own styles, if you like
7
7
  }
8
8
  }
9
9
 
@@ -61,14 +61,13 @@ ul.tabs {
61
61
  // PAGERS
62
62
  ul.pager {
63
63
  @include horizontal-list(0.5em);
64
- a {
65
- @include remove-link-underlines;
66
- }
67
64
  }
68
65
 
69
66
  // RSS LINK
70
67
  a.feed-icon {
71
- @include remove-link-underlines;
68
+ @if $border-links == true {
69
+ @include undo-border-links;
70
+ }
72
71
  }
73
72
 
74
73
  // INLINE LINKS
@@ -2,7 +2,7 @@
2
2
 
3
3
  .styletile {
4
4
  header {
5
- @include pie-clearfix;
5
+ @include clearfix;
6
6
  @include trailer;
7
7
  aside {
8
8
  text-align: right;
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  .group {
15
- @include pie-clearfix;
15
+ @include clearfix;
16
16
  @include trailer(2);
17
17
  }
18
18
 
@@ -32,6 +32,7 @@
32
32
  @import "susy";
33
33
  @import "breakpoint";
34
34
  @import "modular-scale";
35
+ @import "toolkit";
35
36
  // add any others here
36
37
 
37
38
  // ✔ IMPORT COMMON MIXINS
@@ -72,7 +73,7 @@
72
73
 
73
74
  // ✔ 6. STYLE COMMON UI PATTERNS / DRUPAL UI PATTERNS
74
75
  @import "partials/06-ui-patterns/common";
75
- // @import "partials/06-ui-patterns/drupal-patterns";
76
+ @import "partials/06-ui-patterns/drupal-patterns";
76
77
 
77
78
  // --------------------------------------------------------------------------------------
78
79
  // ✔ YOUR CUSTOM LAYOUT AND DESIGN SASS
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 0
8
8
  - beta
9
- - 8
10
- version: 1.0.beta.8
9
+ - 9
10
+ version: 1.0.beta.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mason Wendell
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-28 00:00:00 -04:00
18
+ date: 2012-11-21 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -84,6 +84,19 @@ dependencies:
84
84
  version: "0.1"
85
85
  type: :runtime
86
86
  version_requirements: *id005
87
+ - !ruby/object:Gem::Dependency
88
+ name: toolkit
89
+ prerelease: false
90
+ requirement: &id006 !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ segments:
95
+ - 0
96
+ - 2
97
+ version: "0.2"
98
+ type: :runtime
99
+ version_requirements: *id006
87
100
  description: The Coding Designer's Survival Kit - tools for designing websites in the browser.
88
101
  email:
89
102
  - mason@zivtech.com
@@ -100,6 +113,9 @@ files:
100
113
  - stylesheets/survivalkit/extend/_all.scss
101
114
  - stylesheets/survivalkit/extend/_helpers.scss
102
115
  - stylesheets/survivalkit/extend/_sticky-footer.scss
116
+ - stylesheets/survivalkit/fonts/_font-awesome.scss
117
+ - stylesheets/survivalkit/fonts/_league-gothic.scss
118
+ - stylesheets/survivalkit/fonts/_ostrich-sans.scss
103
119
  - stylesheets/survivalkit/functions/_all.scss
104
120
  - stylesheets/survivalkit/functions/_calculations.scss
105
121
  - stylesheets/survivalkit/functions/_color-schemer.sass
@@ -116,37 +132,15 @@ files:
116
132
  - stylesheets/survivalkit/reset/_reset.scss
117
133
  - stylesheets/survivalkit/style-tile/_all.scss
118
134
  - stylesheets/survivalkit/style-tile/_tile-layout.scss
119
- - stylesheets/survivalkit/survival_kit/_survival-kit.scss
135
+ - stylesheets/survivalkit/survival-kit/_survival-kit.sass
120
136
  - stylesheets/survivalkit/variables/_all.scss
121
137
  - stylesheets/survivalkit/variables/_color_names.scss
122
138
  - stylesheets/survivalkit/variables/_helpers.scss
123
- - templates/project/files/apple-touch-icon-114x114-precomposed.png
124
- - templates/project/files/apple-touch-icon-72x72-precomposed.png
125
- - templates/project/files/apple-touch-icon.png
126
- - templates/project/files/crossdomain.xml
127
- - templates/project/files/favicon.ico
128
- - templates/project/files/favicon.png
129
- - templates/project/files/google.yml
130
- - templates/project/files/htaccess.htaccess
131
- - templates/project/files/html/404.html
132
- - templates/project/files/html/formalize_jquery_demo.html
133
- - templates/project/files/html/formalize_jquery_disabled.html
134
- - templates/project/files/html/formalize_jquery_errors.html
135
- - templates/project/files/html/index.html
136
- - templates/project/files/html/survivalkit/elements-common.html
137
- - templates/project/files/html/survivalkit/elements-html5.html
138
- - templates/project/files/html/survivalkit/elements-typography.html
139
- - templates/project/files/html/survivalkit/elements-ui-patterns-drupal-css.html
140
- - templates/project/files/html/survivalkit/elements-ui-patterns-drupal.html
141
- - templates/project/files/html/survivalkit/elements-ui-patterns.html
142
- - templates/project/files/html/survivalkit/index.html
143
- - templates/project/files/html/survivalkit/styletile/index.html
144
- - templates/project/files/html/survivalkit/styletile/styletile.html
145
- - templates/project/files/humans.txt
146
- - templates/project/files/robots.txt
139
+ - templates/clean/manifest.rb
140
+ - templates/drupal/kit/kit-source.jquery.js
141
+ - templates/drupal/manifest.rb
142
+ - templates/drupal/script.js
147
143
  - templates/project/kit/kit-source.jquery.js
148
- - templates/project/libs/320-up/helper.js
149
- - templates/project/libs/320-up/imgSizer.js
150
144
  - templates/project/libs/dd_belatedpng.js
151
145
  - templates/project/libs/formalize/dojo.formalize.js
152
146
  - templates/project/libs/formalize/extjs.formalize.js
@@ -155,166 +149,16 @@ files:
155
149
  - templates/project/libs/formalize/prototype.formalize.js
156
150
  - templates/project/libs/formalize/README.txt
157
151
  - templates/project/libs/formalize/yui.formalize.js
158
- - templates/project/libs/jquery-1.6.js
159
- - templates/project/libs/jquery-1.6.min.js
160
- - templates/project/libs/modernizr-2.0.min.js
152
+ - templates/project/libs/jquery-1.8.2.min.js
153
+ - templates/project/libs/modernizr-2.6.2.min.js
161
154
  - templates/project/libs/mootools-core-1.3.1-full-compat-yc.js
162
- - templates/project/libs/plugins.js
163
155
  - templates/project/libs/respond.min.js
164
156
  - templates/project/libs/selectivizr-min.js
165
- - templates/project/libs/selectivizr.js
166
157
  - templates/project/manifest.rb
167
158
  - templates/project/script.js
168
- - templates/project/templates/_flashes.html.haml
169
- - templates/project/templates/_footer.html.haml
170
- - templates/project/templates/_head.html.haml
171
- - templates/project/templates/_header.html.haml
172
- - templates/project/templates/_javascripts.html.haml
173
- - templates/project/templates/_stylesheets.html.haml
174
- - templates/project/templates/application.html.haml
175
- - templates/project/templates/old/_layout.haml
176
- - templates/project/templates/old/home.html.haml
177
- - templates/project/templates/old/layouts/default.haml
178
- - templates/project/templates/old/layouts/survivalkit/default.haml
179
- - templates/project/templates/old/layouts/survivalkit/styletile.haml
180
- - templates/project/templates/old/survivalkit/_layout.haml
181
- - templates/project/templates/old/survivalkit/elements-common.haml
182
- - templates/project/templates/old/survivalkit/elements-html5.haml
183
- - templates/project/templates/old/survivalkit/elements-typography.haml
184
- - templates/project/templates/old/survivalkit/elements-ui-patterns-drupal.haml
185
- - templates/project/templates/old/survivalkit/elements-ui-patterns.haml
186
- - templates/project/templates/old/survivalkit/index.haml
187
- - templates/project/templates/old/survivalkit/partials/common/abbr.haml
188
- - templates/project/templates/old/survivalkit/partials/common/acronym.haml
189
- - templates/project/templates/old/survivalkit/partials/common/characters.haml
190
- - templates/project/templates/old/survivalkit/partials/common/cite.haml
191
- - templates/project/templates/old/survivalkit/partials/common/code.haml
192
- - templates/project/templates/old/survivalkit/partials/common/dfn.haml
193
- - templates/project/templates/old/survivalkit/partials/common/em.haml
194
- - templates/project/templates/old/survivalkit/partials/common/forms.haml
195
- - templates/project/templates/old/survivalkit/partials/common/headers.haml
196
- - templates/project/templates/old/survivalkit/partials/common/inline-images.haml
197
- - templates/project/templates/old/survivalkit/partials/common/kbd.haml
198
- - templates/project/templates/old/survivalkit/partials/common/links.haml
199
- - templates/project/templates/old/survivalkit/partials/common/lists.haml
200
- - templates/project/templates/old/survivalkit/partials/common/others.haml
201
- - templates/project/templates/old/survivalkit/partials/common/paragraphs.haml
202
- - templates/project/templates/old/survivalkit/partials/common/pre.haml
203
- - templates/project/templates/old/survivalkit/partials/common/q.haml
204
- - templates/project/templates/old/survivalkit/partials/common/samp.haml
205
- - templates/project/templates/old/survivalkit/partials/common/strong.haml
206
- - templates/project/templates/old/survivalkit/partials/common/tables.haml
207
- - templates/project/templates/old/survivalkit/partials/common/var.haml
208
- - templates/project/templates/old/survivalkit/partials/header-styletile.haml
209
- - templates/project/templates/old/survivalkit/partials/header.haml
210
- - templates/project/templates/old/survivalkit/partials/html5/a.haml
211
- - templates/project/templates/old/survivalkit/partials/html5/abbr.haml
212
- - templates/project/templates/old/survivalkit/partials/html5/address.haml
213
- - templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
214
- - templates/project/templates/old/survivalkit/partials/html5/article.haml
215
- - templates/project/templates/old/survivalkit/partials/html5/aside.haml
216
- - templates/project/templates/old/survivalkit/partials/html5/b.haml
217
- - templates/project/templates/old/survivalkit/partials/html5/bdi.haml
218
- - templates/project/templates/old/survivalkit/partials/html5/blockquote.haml
219
- - templates/project/templates/old/survivalkit/partials/html5/cite.haml
220
- - templates/project/templates/old/survivalkit/partials/html5/code.haml
221
- - templates/project/templates/old/survivalkit/partials/html5/details.haml
222
- - templates/project/templates/old/survivalkit/partials/html5/dfn.haml
223
- - templates/project/templates/old/survivalkit/partials/html5/dl.haml
224
- - templates/project/templates/old/survivalkit/partials/html5/em.haml
225
- - templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
226
- - templates/project/templates/old/survivalkit/partials/html5/figure.haml
227
- - templates/project/templates/old/survivalkit/partials/html5/footer.haml
228
- - templates/project/templates/old/survivalkit/partials/html5/header.haml
229
- - templates/project/templates/old/survivalkit/partials/html5/hgroup.haml
230
- - templates/project/templates/old/survivalkit/partials/html5/hr.haml
231
- - templates/project/templates/old/survivalkit/partials/html5/i.haml
232
- - templates/project/templates/old/survivalkit/partials/html5/kbd.haml
233
- - templates/project/templates/old/survivalkit/partials/html5/label.haml
234
- - templates/project/templates/old/survivalkit/partials/html5/li.haml
235
- - templates/project/templates/old/survivalkit/partials/html5/mark.haml
236
- - templates/project/templates/old/survivalkit/partials/html5/menu.haml
237
- - templates/project/templates/old/survivalkit/partials/html5/nav.haml
238
- - templates/project/templates/old/survivalkit/partials/html5/ol.haml
239
- - templates/project/templates/old/survivalkit/partials/html5/p.haml
240
- - templates/project/templates/old/survivalkit/partials/html5/pre.haml
241
- - templates/project/templates/old/survivalkit/partials/html5/q.haml
242
- - templates/project/templates/old/survivalkit/partials/html5/ruby.haml
243
- - templates/project/templates/old/survivalkit/partials/html5/s.haml
244
- - templates/project/templates/old/survivalkit/partials/html5/samp.haml
245
- - templates/project/templates/old/survivalkit/partials/html5/sample-forms.haml
246
- - templates/project/templates/old/survivalkit/partials/html5/sample-tables.haml
247
- - templates/project/templates/old/survivalkit/partials/html5/section.haml
248
- - templates/project/templates/old/survivalkit/partials/html5/small.haml
249
- - templates/project/templates/old/survivalkit/partials/html5/strong.haml
250
- - templates/project/templates/old/survivalkit/partials/html5/sub-sup.haml
251
- - templates/project/templates/old/survivalkit/partials/html5/table.haml
252
- - templates/project/templates/old/survivalkit/partials/html5/text-summary.haml
253
- - templates/project/templates/old/survivalkit/partials/html5/thead.haml
254
- - templates/project/templates/old/survivalkit/partials/html5/time.haml
255
- - templates/project/templates/old/survivalkit/partials/html5/ul.haml
256
- - templates/project/templates/old/survivalkit/partials/menu.haml
257
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/block.haml
258
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/breadcrumbs.haml
259
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/comments.haml
260
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/field-image.haml
261
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/form-comment.haml
262
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/form-login.haml
263
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-account.haml
264
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-password.haml
265
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/links.haml
266
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/menu.haml
267
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/messages.haml
268
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/node.haml
269
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/pager.haml
270
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/rss-link.haml
271
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/search.haml
272
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/site-name.haml
273
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/tabs.haml
274
- - templates/project/templates/old/survivalkit/partials/patterns-drupal/taxonomy.haml
275
- - templates/project/templates/old/survivalkit/partials/patterns-general/block.haml
276
- - templates/project/templates/old/survivalkit/partials/patterns-general/breadcrumbs.haml
277
- - templates/project/templates/old/survivalkit/partials/patterns-general/comments.haml
278
- - templates/project/templates/old/survivalkit/partials/patterns-general/field-image.haml
279
- - templates/project/templates/old/survivalkit/partials/patterns-general/form-comment.haml
280
- - templates/project/templates/old/survivalkit/partials/patterns-general/form-login.haml
281
- - templates/project/templates/old/survivalkit/partials/patterns-general/form-new-account.haml
282
- - templates/project/templates/old/survivalkit/partials/patterns-general/form-new-password.haml
283
- - templates/project/templates/old/survivalkit/partials/patterns-general/links.haml
284
- - templates/project/templates/old/survivalkit/partials/patterns-general/menu.haml
285
- - templates/project/templates/old/survivalkit/partials/patterns-general/messages.haml
286
- - templates/project/templates/old/survivalkit/partials/patterns-general/node.haml
287
- - templates/project/templates/old/survivalkit/partials/patterns-general/pager.haml
288
- - templates/project/templates/old/survivalkit/partials/patterns-general/rss-link.haml
289
- - templates/project/templates/old/survivalkit/partials/patterns-general/search.haml
290
- - templates/project/templates/old/survivalkit/partials/patterns-general/site-name.haml
291
- - templates/project/templates/old/survivalkit/partials/patterns-general/tabs.haml
292
- - templates/project/templates/old/survivalkit/partials/patterns-general/taxonomy.haml
293
- - templates/project/templates/old/survivalkit/styletile/_layout.haml
294
- - templates/project/templates/old/survivalkit/styletile/index.redirect
295
- - templates/project/templates/old/survivalkit/styletile/styletile.haml
296
- - templates/project/templates/old/view_helpers.rb
297
- - templates/drupal/kit/kit-source.jquery.js
298
- - templates/drupal/libs/320-up/helper.js
299
- - templates/drupal/libs/320-up/imgSizer.js
300
- - templates/drupal/libs/dd_belatedpng.js
301
- - templates/drupal/libs/formalize/dojo.formalize.js
302
- - templates/drupal/libs/formalize/extjs.formalize.js
303
- - templates/drupal/libs/formalize/jquery.formalize.js
304
- - templates/drupal/libs/formalize/mootools.formalize.js
305
- - templates/drupal/libs/formalize/prototype.formalize.js
306
- - templates/drupal/libs/formalize/README.txt
307
- - templates/drupal/libs/formalize/yui.formalize.js
308
- - templates/drupal/libs/jquery-1.6.js
309
- - templates/drupal/libs/jquery-1.6.min.js
310
- - templates/drupal/libs/modernizr-2.0.min.js
311
- - templates/drupal/libs/mootools-core-1.3.1-full-compat-yc.js
312
- - templates/drupal/libs/plugins.js
313
- - templates/drupal/libs/respond.min.js
314
- - templates/drupal/libs/selectivizr-min.js
315
- - templates/drupal/libs/selectivizr.js
316
- - templates/drupal/manifest.rb
317
- - templates/drupal/script.js
159
+ - templates/project/sources/FitText/example.html
160
+ - templates/project/sources/FitText/jquery.fittext.js
161
+ - templates/project/sources/FitText/README.md
318
162
  - templates/shared/drupal/arrow-asc.png
319
163
  - templates/shared/drupal/arrow-desc.png
320
164
  - templates/shared/drupal/background.png
@@ -360,6 +204,50 @@ files:
360
204
  - templates/shared/drupal/watchdog-error.png
361
205
  - templates/shared/drupal/watchdog-ok.png
362
206
  - templates/shared/drupal/watchdog-warning.png
207
+ - templates/shared/fonts/font-awesome/fontawesome-webfont.eot
208
+ - templates/shared/fonts/font-awesome/fontawesome-webfont.svg
209
+ - templates/shared/fonts/font-awesome/fontawesome-webfont.ttf
210
+ - templates/shared/fonts/font-awesome/fontawesome-webfont.woff
211
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.eot
212
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.svg
213
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.ttf
214
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.woff
215
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.eot
216
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.svg
217
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.ttf
218
+ - templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.woff
219
+ - templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.eot
220
+ - templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.svg
221
+ - templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.ttf
222
+ - templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.woff
223
+ - templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.eot
224
+ - templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.svg
225
+ - templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.ttf
226
+ - templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.woff
227
+ - templates/shared/fonts/ostrich/ostrich-black-webfont.eot
228
+ - templates/shared/fonts/ostrich/ostrich-black-webfont.svg
229
+ - templates/shared/fonts/ostrich/ostrich-black-webfont.ttf
230
+ - templates/shared/fonts/ostrich/ostrich-black-webfont.woff
231
+ - templates/shared/fonts/ostrich/ostrich-bold-webfont.eot
232
+ - templates/shared/fonts/ostrich/ostrich-bold-webfont.svg
233
+ - templates/shared/fonts/ostrich/ostrich-bold-webfont.ttf
234
+ - templates/shared/fonts/ostrich/ostrich-bold-webfont.woff
235
+ - templates/shared/fonts/ostrich/ostrich-dashed-webfont.eot
236
+ - templates/shared/fonts/ostrich/ostrich-dashed-webfont.svg
237
+ - templates/shared/fonts/ostrich/ostrich-dashed-webfont.ttf
238
+ - templates/shared/fonts/ostrich/ostrich-dashed-webfont.woff
239
+ - templates/shared/fonts/ostrich/ostrich-light-webfont.eot
240
+ - templates/shared/fonts/ostrich/ostrich-light-webfont.svg
241
+ - templates/shared/fonts/ostrich/ostrich-light-webfont.ttf
242
+ - templates/shared/fonts/ostrich/ostrich-light-webfont.woff
243
+ - templates/shared/fonts/ostrich/ostrich-regular-webfont.eot
244
+ - templates/shared/fonts/ostrich/ostrich-regular-webfont.svg
245
+ - templates/shared/fonts/ostrich/ostrich-regular-webfont.ttf
246
+ - templates/shared/fonts/ostrich/ostrich-regular-webfont.woff
247
+ - templates/shared/fonts/ostrich/ostrich-rounded-webfont.eot
248
+ - templates/shared/fonts/ostrich/ostrich-rounded-webfont.svg
249
+ - templates/shared/fonts/ostrich/ostrich-rounded-webfont.ttf
250
+ - templates/shared/fonts/ostrich/ostrich-rounded-webfont.woff
363
251
  - templates/shared/formalize/button.png
364
252
  - templates/shared/formalize/select_arrow.gif
365
253
  - templates/shared/partials/01-variables/_all.scss
@@ -388,8 +276,6 @@ files:
388
276
  - templates/shared/readme.markdown
389
277
  - templates/shared/style.scss
390
278
  - templates/shared/survival-kit-logo.png
391
- - templates/shared/survivalkit/drupal7.scss
392
- - templates/shared/survivalkit/survivalkit.scss
393
279
  - templates/shared/your-design-here/_design.scss
394
280
  has_rdoc: true
395
281
  homepage: http://thecodingdesigner.com
@@ -1,145 +0,0 @@
1
- // styles meant to assist while designing markup conventions
2
- // in elements.html, elements-drupal.html
3
-
4
- @import "../mixins/helpers";
5
-
6
- $kit-font-family: futura, $font-sans;
7
-
8
- $sk-lightgray: mix($lightgray, $c-primary, 90%);
9
- $sk-gray: mix($gray, $c-primary, 90%);
10
- $sk-darkgray: mix($darkgray, $c-primary, 90%);
11
-
12
- .survival-kit {
13
- #page {
14
- > header {
15
- background: $sk-lightgray;
16
- font-family: $kit-font-family;
17
- padding: 0 0.5em;
18
- margin-bottom: 0;
19
- a {
20
- @include link-colors($white, $sk-darkgray, $sk-darkgray, $white);
21
- @include border-links($white, $sk-darkgray, $sk-darkgray, $white);
22
- }
23
- hgroup {
24
- @extend .clearfix;
25
- }
26
- h1 {
27
- @include adjust-font-size-to(ms(1));
28
- float: left;
29
- padding-right: $kit-gutter;
30
- margin-right: $kit-gutter;
31
- border-right: 1px solid white;
32
- font-family: $kit-font-family;
33
- a {
34
- @include undo-border-links;
35
- @include replace-text-with-dimensions("survival-kit-logo.png");
36
- display: block;
37
- padding: 0.3em;
38
- }
39
- }
40
- h2 {
41
- @include adjust-font-size-to(ms(2));
42
- margin-top: 0;
43
- font-family: $kit-font-family;
44
- }
45
- .intro {
46
- margin-left: calc-em(265px, $base-font-size);
47
- }
48
- }
49
- }
50
- h1.section-title {
51
- @include adjust-font-size-to(ms(3));
52
- background-color: $sk-lightgray;
53
- text-transform: uppercase;
54
- padding-left: $kit-gutter-half;
55
- margin-top: 0;
56
- a {
57
- @include link-colors($black, $alt-color, $alt-color, $black, false);
58
- @include border-links($black, $alt-color, $alt-color, $black, false);
59
- }
60
- }
61
- .back-to-top {
62
- @include undo-border-links;
63
- float: right;
64
- font-size: 10px;
65
- }
66
- h1.section-title .fold-section, h2.element-title .fold-article {}
67
- .kit-nav, .section-nav {
68
- @include trailer;
69
- padding: 0 0.5em;
70
- font-family: $kit-font-family;
71
- color: $sk-lightgray;
72
- #{headings()} {
73
- font-size: $base-font-size;
74
- }
75
- a {
76
- @include link-colors($white, $alt-color, $alt-color, $white);
77
- @include border-links($white, $alt-color, $alt-color, $white);
78
- }
79
- ul {
80
- @include horizontal-list(0.5em);
81
- }
82
- }
83
- .kit-nav {
84
- background: shade($sk-gray, 20%);
85
- }
86
- .section-nav {
87
- background: $sk-gray;
88
- margin-top: calc-em(-24px, $base-font-size);
89
- margin-bottom: 0;
90
- h3 {
91
- color: shade($sk-gray, 40%);
92
- @include adjust-font-size-to($base-font-size - 2);
93
- }
94
- h4 {
95
- float: left;
96
- margin-right: 0.5em;
97
- margin-top: 0;
98
- margin-bottom: 0;
99
- }
100
- }
101
- div.element {
102
- @include vertical-separation($kit-baseline * 2, 1px, transparentize($border-color, 0.9));
103
- &.closed {
104
- @include un-vertical-separation;
105
- }
106
- h2.element-title {
107
- @include adjust-font-size-to(ms(0));
108
- background-color: $sk-gray;
109
- color: $white;
110
- text-transform: uppercase;
111
- padding-left: $kit-gutter-half;
112
- a {
113
- @include link-colors($white, $alt-color, $alt-color, $white, false);
114
- @include border-links($white, $alt-color, $alt-color, $white, false);
115
- }
116
- }
117
- .example {
118
- @include vertical-separation($kit-baseline, 1px, transparentize($border-color, 0.9), dashed);
119
- @include pie-clearfix;
120
- .markup {
121
- // +columns(4)
122
- display: inline;
123
- float: left;
124
- width: 64.228%;
125
- margin-right: 2.439%;
126
- & + .show-source {
127
- // +columns(2)
128
- // +omega(6)
129
- display: inline;
130
- float: right;
131
- width: 30.894%;
132
- margin-right: 0;
133
- // margin-left: -24px
134
- @extend %mono;
135
- .show-hide {
136
- text-align: right;
137
- }
138
- & + p {
139
- clear: both;
140
- }
141
- }
142
- }
143
- }
144
- }
145
- }