jekyll-theme-chalk 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (405) hide show
  1. checksums.yaml +7 -0
  2. data/404.html +39 -0
  3. data/LICENSE +21 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +91 -0
  6. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.eot +0 -0
  7. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.ttf +0 -0
  8. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.woff +0 -0
  9. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.woff2 +0 -0
  10. data/_assets/fonts/ionicons/ionicons.eot +0 -0
  11. data/_assets/fonts/ionicons/ionicons.ttf +0 -0
  12. data/_assets/fonts/ionicons/ionicons.woff +0 -0
  13. data/_assets/fonts/lato/Lato-300.eot +0 -0
  14. data/_assets/fonts/lato/Lato-300.ttf +0 -0
  15. data/_assets/fonts/lato/Lato-300.woff +0 -0
  16. data/_assets/fonts/lato/Lato-300.woff2 +0 -0
  17. data/_assets/fonts/lato/Lato-700.eot +0 -0
  18. data/_assets/fonts/lato/Lato-700.ttf +0 -0
  19. data/_assets/fonts/lato/Lato-700.woff +0 -0
  20. data/_assets/fonts/lato/Lato-700.woff2 +0 -0
  21. data/_assets/fonts/lato/Lato-regular.eot +0 -0
  22. data/_assets/fonts/lato/Lato-regular.ttf +0 -0
  23. data/_assets/fonts/lato/Lato-regular.woff +0 -0
  24. data/_assets/fonts/lato/Lato-regular.woff2 +0 -0
  25. data/_assets/images/about.jpg +0 -0
  26. data/_assets/images/about@2x.jpg +0 -0
  27. data/_assets/images/apple-touch-icon.png +0 -0
  28. data/_assets/images/documentation/chalk-intro.png +0 -0
  29. data/_assets/images/documentation/chalk-intro@2x.png +0 -0
  30. data/_assets/images/documentation/enlarge.gif +0 -0
  31. data/_assets/images/documentation/enlarge@2x.gif +0 -0
  32. data/_assets/images/documentation/sample-image.jpg +0 -0
  33. data/_assets/images/documentation/sample-image@2x.jpg +0 -0
  34. data/_assets/images/og-image.jpg +0 -0
  35. data/_assets/javascripts/application.js +17 -0
  36. data/_assets/javascripts/scrollappear.js +25 -0
  37. data/_assets/javascripts/vendor.js +4 -0
  38. data/_assets/javascripts/webfonts.js +7 -0
  39. data/_assets/stylesheets/.csscomb.json +196 -0
  40. data/_assets/stylesheets/.scss-lint.yml +33 -0
  41. data/_assets/stylesheets/_base.scss +151 -0
  42. data/_assets/stylesheets/_mixins.scss +28 -0
  43. data/_assets/stylesheets/_variables.scss +47 -0
  44. data/_assets/stylesheets/dark.scss +71 -0
  45. data/_assets/stylesheets/fonts.scss +63 -0
  46. data/_assets/stylesheets/layouts/_footer.scss +17 -0
  47. data/_assets/stylesheets/layouts/_grid.scss +102 -0
  48. data/_assets/stylesheets/light.scss +71 -0
  49. data/_assets/stylesheets/modules/_about.scss +10 -0
  50. data/_assets/stylesheets/modules/_articles.scss +213 -0
  51. data/_assets/stylesheets/modules/_embed.scss +31 -0
  52. data/_assets/stylesheets/modules/_header.scss +57 -0
  53. data/_assets/stylesheets/modules/_highlights-dark.scss +415 -0
  54. data/_assets/stylesheets/modules/_highlights-light.scss +409 -0
  55. data/_assets/stylesheets/modules/_icons.scss +83 -0
  56. data/_assets/stylesheets/modules/_scrollappear.scss +14 -0
  57. data/_assets/stylesheets/notfound-dark.scss +91 -0
  58. data/_assets/stylesheets/notfound-light.scss +91 -0
  59. data/_assets/stylesheets/vendor/_normalize.scss +461 -0
  60. data/_assets/yarn/.yarn-integrity +22 -0
  61. data/_assets/yarn/fluidbox/.gitattributes +22 -0
  62. data/_assets/yarn/fluidbox/.npmignore +220 -0
  63. data/_assets/yarn/fluidbox/.travis.yml +6 -0
  64. data/_assets/yarn/fluidbox/Gruntfile.js +8 -0
  65. data/_assets/yarn/fluidbox/LICENSE.md +23 -0
  66. data/_assets/yarn/fluidbox/README.html +750 -0
  67. data/_assets/yarn/fluidbox/README.md +396 -0
  68. data/_assets/yarn/fluidbox/bower.json +35 -0
  69. data/_assets/yarn/fluidbox/demo/css/styles.min.css +2 -0
  70. data/_assets/yarn/fluidbox/demo/css/styles.min.css.map +1 -0
  71. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.eot +0 -0
  72. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.svg +233 -0
  73. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.ttf +0 -0
  74. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.woff +0 -0
  75. data/_assets/yarn/fluidbox/demo/fonts/fontello.eot +0 -0
  76. data/_assets/yarn/fluidbox/demo/fonts/fontello.svg +13 -0
  77. data/_assets/yarn/fluidbox/demo/fonts/fontello.ttf +0 -0
  78. data/_assets/yarn/fluidbox/demo/fonts/fontello.woff +0 -0
  79. data/_assets/yarn/fluidbox/demo/index.html +758 -0
  80. data/_assets/yarn/fluidbox/demo/src/css/styles.scss +1131 -0
  81. data/_assets/yarn/fluidbox/dist/css/fluidbox.min.css +2 -0
  82. data/_assets/yarn/fluidbox/dist/css/fluidbox.min.css.map +1 -0
  83. data/_assets/yarn/fluidbox/dist/js/jquery.fluidbox.min.js +1 -0
  84. data/_assets/yarn/fluidbox/grunt/aliases.yaml +20 -0
  85. data/_assets/yarn/fluidbox/grunt/clean.js +5 -0
  86. data/_assets/yarn/fluidbox/grunt/concurrent.js +33 -0
  87. data/_assets/yarn/fluidbox/grunt/jshint.js +10 -0
  88. data/_assets/yarn/fluidbox/grunt/postcss.js +47 -0
  89. data/_assets/yarn/fluidbox/grunt/sass.js +42 -0
  90. data/_assets/yarn/fluidbox/grunt/uglify.js +7 -0
  91. data/_assets/yarn/fluidbox/grunt/watch.js +28 -0
  92. data/_assets/yarn/fluidbox/index.html +8 -0
  93. data/_assets/yarn/fluidbox/license.txt +21 -0
  94. data/_assets/yarn/fluidbox/package.json +61 -0
  95. data/_assets/yarn/fluidbox/src/css/_fluidbox.scss +95 -0
  96. data/_assets/yarn/fluidbox/src/css/fluidbox.scss +2 -0
  97. data/_assets/yarn/fluidbox/src/js/jquery.fluidbox.js +722 -0
  98. data/_assets/yarn/jquery/AUTHORS.txt +301 -0
  99. data/_assets/yarn/jquery/LICENSE.txt +36 -0
  100. data/_assets/yarn/jquery/README.md +67 -0
  101. data/_assets/yarn/jquery/bower.json +14 -0
  102. data/_assets/yarn/jquery/dist/core.js +476 -0
  103. data/_assets/yarn/jquery/dist/jquery.js +10253 -0
  104. data/_assets/yarn/jquery/dist/jquery.min.js +4 -0
  105. data/_assets/yarn/jquery/dist/jquery.min.map +1 -0
  106. data/_assets/yarn/jquery/dist/jquery.slim.js +8160 -0
  107. data/_assets/yarn/jquery/dist/jquery.slim.min.js +4 -0
  108. data/_assets/yarn/jquery/dist/jquery.slim.min.map +1 -0
  109. data/_assets/yarn/jquery/external/sizzle/LICENSE.txt +36 -0
  110. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.js +2272 -0
  111. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  112. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  113. data/_assets/yarn/jquery/package.json +97 -0
  114. data/_assets/yarn/jquery/src/.eslintrc.json +5 -0
  115. data/_assets/yarn/jquery/src/ajax.js +855 -0
  116. data/_assets/yarn/jquery/src/ajax/jsonp.js +102 -0
  117. data/_assets/yarn/jquery/src/ajax/load.js +76 -0
  118. data/_assets/yarn/jquery/src/ajax/parseXML.js +30 -0
  119. data/_assets/yarn/jquery/src/ajax/script.js +77 -0
  120. data/_assets/yarn/jquery/src/ajax/var/location.js +5 -0
  121. data/_assets/yarn/jquery/src/ajax/var/nonce.js +7 -0
  122. data/_assets/yarn/jquery/src/ajax/var/rquery.js +5 -0
  123. data/_assets/yarn/jquery/src/ajax/xhr.js +169 -0
  124. data/_assets/yarn/jquery/src/attributes.js +13 -0
  125. data/_assets/yarn/jquery/src/attributes/attr.js +141 -0
  126. data/_assets/yarn/jquery/src/attributes/classes.js +174 -0
  127. data/_assets/yarn/jquery/src/attributes/prop.js +143 -0
  128. data/_assets/yarn/jquery/src/attributes/support.js +33 -0
  129. data/_assets/yarn/jquery/src/attributes/val.js +190 -0
  130. data/_assets/yarn/jquery/src/callbacks.js +234 -0
  131. data/_assets/yarn/jquery/src/core.js +476 -0
  132. data/_assets/yarn/jquery/src/core/DOMEval.js +16 -0
  133. data/_assets/yarn/jquery/src/core/access.js +70 -0
  134. data/_assets/yarn/jquery/src/core/init.js +128 -0
  135. data/_assets/yarn/jquery/src/core/nodeName.js +13 -0
  136. data/_assets/yarn/jquery/src/core/parseHTML.js +65 -0
  137. data/_assets/yarn/jquery/src/core/ready-no-deferred.js +96 -0
  138. data/_assets/yarn/jquery/src/core/ready.js +86 -0
  139. data/_assets/yarn/jquery/src/core/readyException.js +13 -0
  140. data/_assets/yarn/jquery/src/core/stripAndCollapse.js +14 -0
  141. data/_assets/yarn/jquery/src/core/support.js +20 -0
  142. data/_assets/yarn/jquery/src/core/var/rsingleTag.js +6 -0
  143. data/_assets/yarn/jquery/src/css.js +438 -0
  144. data/_assets/yarn/jquery/src/css/addGetHookIf.js +26 -0
  145. data/_assets/yarn/jquery/src/css/adjustCSS.js +71 -0
  146. data/_assets/yarn/jquery/src/css/curCSS.js +65 -0
  147. data/_assets/yarn/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  148. data/_assets/yarn/jquery/src/css/showHide.js +105 -0
  149. data/_assets/yarn/jquery/src/css/support.js +89 -0
  150. data/_assets/yarn/jquery/src/css/var/cssExpand.js +5 -0
  151. data/_assets/yarn/jquery/src/css/var/getStyles.js +17 -0
  152. data/_assets/yarn/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  153. data/_assets/yarn/jquery/src/css/var/rmargin.js +5 -0
  154. data/_assets/yarn/jquery/src/css/var/rnumnonpx.js +7 -0
  155. data/_assets/yarn/jquery/src/css/var/swap.js +26 -0
  156. data/_assets/yarn/jquery/src/data.js +179 -0
  157. data/_assets/yarn/jquery/src/data/Data.js +161 -0
  158. data/_assets/yarn/jquery/src/data/var/acceptData.js +19 -0
  159. data/_assets/yarn/jquery/src/data/var/dataPriv.js +7 -0
  160. data/_assets/yarn/jquery/src/data/var/dataUser.js +7 -0
  161. data/_assets/yarn/jquery/src/deferred.js +391 -0
  162. data/_assets/yarn/jquery/src/deferred/exceptionHook.js +21 -0
  163. data/_assets/yarn/jquery/src/deprecated.js +40 -0
  164. data/_assets/yarn/jquery/src/dimensions.js +56 -0
  165. data/_assets/yarn/jquery/src/effects.js +699 -0
  166. data/_assets/yarn/jquery/src/effects/Tween.js +123 -0
  167. data/_assets/yarn/jquery/src/effects/animatedSelector.js +15 -0
  168. data/_assets/yarn/jquery/src/event.js +746 -0
  169. data/_assets/yarn/jquery/src/event/ajax.js +22 -0
  170. data/_assets/yarn/jquery/src/event/alias.js +29 -0
  171. data/_assets/yarn/jquery/src/event/focusin.js +55 -0
  172. data/_assets/yarn/jquery/src/event/support.js +11 -0
  173. data/_assets/yarn/jquery/src/event/trigger.js +185 -0
  174. data/_assets/yarn/jquery/src/exports/amd.js +26 -0
  175. data/_assets/yarn/jquery/src/exports/global.js +34 -0
  176. data/_assets/yarn/jquery/src/jquery.js +41 -0
  177. data/_assets/yarn/jquery/src/manipulation.js +488 -0
  178. data/_assets/yarn/jquery/src/manipulation/_evalUrl.js +23 -0
  179. data/_assets/yarn/jquery/src/manipulation/buildFragment.js +104 -0
  180. data/_assets/yarn/jquery/src/manipulation/getAll.js +32 -0
  181. data/_assets/yarn/jquery/src/manipulation/setGlobalEval.js +22 -0
  182. data/_assets/yarn/jquery/src/manipulation/support.js +35 -0
  183. data/_assets/yarn/jquery/src/manipulation/var/rcheckableType.js +5 -0
  184. data/_assets/yarn/jquery/src/manipulation/var/rscriptType.js +5 -0
  185. data/_assets/yarn/jquery/src/manipulation/var/rtagName.js +5 -0
  186. data/_assets/yarn/jquery/src/manipulation/wrapMap.js +29 -0
  187. data/_assets/yarn/jquery/src/offset.js +229 -0
  188. data/_assets/yarn/jquery/src/queue.js +145 -0
  189. data/_assets/yarn/jquery/src/queue/delay.js +24 -0
  190. data/_assets/yarn/jquery/src/selector-native.js +237 -0
  191. data/_assets/yarn/jquery/src/selector-sizzle.js +19 -0
  192. data/_assets/yarn/jquery/src/selector.js +3 -0
  193. data/_assets/yarn/jquery/src/serialize.js +130 -0
  194. data/_assets/yarn/jquery/src/traversing.js +191 -0
  195. data/_assets/yarn/jquery/src/traversing/findFilter.js +106 -0
  196. data/_assets/yarn/jquery/src/traversing/var/dir.js +22 -0
  197. data/_assets/yarn/jquery/src/traversing/var/rneedsContext.js +8 -0
  198. data/_assets/yarn/jquery/src/traversing/var/siblings.js +17 -0
  199. data/_assets/yarn/jquery/src/var/ObjectFunctionString.js +7 -0
  200. data/_assets/yarn/jquery/src/var/arr.js +5 -0
  201. data/_assets/yarn/jquery/src/var/class2type.js +6 -0
  202. data/_assets/yarn/jquery/src/var/concat.js +7 -0
  203. data/_assets/yarn/jquery/src/var/document.js +5 -0
  204. data/_assets/yarn/jquery/src/var/documentElement.js +7 -0
  205. data/_assets/yarn/jquery/src/var/fnToString.js +7 -0
  206. data/_assets/yarn/jquery/src/var/getProto.js +5 -0
  207. data/_assets/yarn/jquery/src/var/hasOwn.js +7 -0
  208. data/_assets/yarn/jquery/src/var/indexOf.js +7 -0
  209. data/_assets/yarn/jquery/src/var/pnum.js +5 -0
  210. data/_assets/yarn/jquery/src/var/push.js +7 -0
  211. data/_assets/yarn/jquery/src/var/rcssNum.js +9 -0
  212. data/_assets/yarn/jquery/src/var/rnothtmlwhite.js +8 -0
  213. data/_assets/yarn/jquery/src/var/slice.js +7 -0
  214. data/_assets/yarn/jquery/src/var/support.js +6 -0
  215. data/_assets/yarn/jquery/src/var/toString.js +7 -0
  216. data/_assets/yarn/jquery/src/wrap.js +77 -0
  217. data/_assets/yarn/retinajs/.babelrc +4 -0
  218. data/_assets/yarn/retinajs/.editorconfig +15 -0
  219. data/_assets/yarn/retinajs/.eslintignore +2 -0
  220. data/_assets/yarn/retinajs/.eslintrc +9 -0
  221. data/_assets/yarn/retinajs/.npmignore +7 -0
  222. data/_assets/yarn/retinajs/.travis.yml +20 -0
  223. data/_assets/yarn/retinajs/LICENSE +20 -0
  224. data/_assets/yarn/retinajs/README.md +267 -0
  225. data/_assets/yarn/retinajs/bower.json +25 -0
  226. data/_assets/yarn/retinajs/dist/_retina.sass +68 -0
  227. data/_assets/yarn/retinajs/dist/_retina.scss +102 -0
  228. data/_assets/yarn/retinajs/dist/retina.js +100 -0
  229. data/_assets/yarn/retinajs/dist/retina.js.map +1 -0
  230. data/_assets/yarn/retinajs/dist/retina.less +56 -0
  231. data/_assets/yarn/retinajs/dist/retina.min.js +2 -0
  232. data/_assets/yarn/retinajs/dist/retina.min.js.map +1 -0
  233. data/_assets/yarn/retinajs/dist/retina.styl +56 -0
  234. data/_assets/yarn/retinajs/es/_retina.sass +68 -0
  235. data/_assets/yarn/retinajs/es/_retina.scss +102 -0
  236. data/_assets/yarn/retinajs/es/retina.js +91 -0
  237. data/_assets/yarn/retinajs/es/retina.js.map +1 -0
  238. data/_assets/yarn/retinajs/es/retina.less +56 -0
  239. data/_assets/yarn/retinajs/es/retina.styl +56 -0
  240. data/_assets/yarn/retinajs/gulpfile.babel.js +154 -0
  241. data/_assets/yarn/retinajs/package.json +57 -0
  242. data/_assets/yarn/retinajs/src/_retina.sass +68 -0
  243. data/_assets/yarn/retinajs/src/_retina.scss +102 -0
  244. data/_assets/yarn/retinajs/src/retina.js +246 -0
  245. data/_assets/yarn/retinajs/src/retina.less +56 -0
  246. data/_assets/yarn/retinajs/src/retina.styl +56 -0
  247. data/_assets/yarn/retinajs/test/DOM.js +44 -0
  248. data/_assets/yarn/retinajs/test/fixtures/image.js +19 -0
  249. data/_assets/yarn/retinajs/test/fixtures/less_expected_output.css +18 -0
  250. data/_assets/yarn/retinajs/test/fixtures/scss_expected_output.css +13 -0
  251. data/_assets/yarn/retinajs/test/fixtures/test.less +10 -0
  252. data/_assets/yarn/retinajs/test/fixtures/test.scss +11 -0
  253. data/_assets/yarn/retinajs/test/fixtures/xml_http_request.js +24 -0
  254. data/_assets/yarn/retinajs/test/functional/public/google-logo.png +0 -0
  255. data/_assets/yarn/retinajs/test/functional/public/google-logo@2x.png +0 -0
  256. data/_assets/yarn/retinajs/test/functional/public/google-logo@3x.png +0 -0
  257. data/_assets/yarn/retinajs/test/functional/public/index.html +190 -0
  258. data/_assets/yarn/retinajs/test/functional/public/ipad.png +0 -0
  259. data/_assets/yarn/retinajs/test/functional/public/ipad@2x.png +0 -0
  260. data/_assets/yarn/retinajs/test/functional/public/ipad@3x.png +0 -0
  261. data/_assets/yarn/retinajs/test/functional/public/styles/_retina.sass +68 -0
  262. data/_assets/yarn/retinajs/test/functional/public/styles/_retina.scss +102 -0
  263. data/_assets/yarn/retinajs/test/functional/public/styles/less-base.less +13 -0
  264. data/_assets/yarn/retinajs/test/functional/public/styles/retina.less +56 -0
  265. data/_assets/yarn/retinajs/test/functional/public/styles/retina.less.css +73 -0
  266. data/_assets/yarn/retinajs/test/functional/public/styles/retina.sass.css +42 -0
  267. data/_assets/yarn/retinajs/test/functional/public/styles/retina.scss.css +96 -0
  268. data/_assets/yarn/retinajs/test/functional/public/styles/retina.styl +56 -0
  269. data/_assets/yarn/retinajs/test/functional/public/styles/retina.styl.css +61 -0
  270. data/_assets/yarn/retinajs/test/functional/public/styles/sass-base.sass +10 -0
  271. data/_assets/yarn/retinajs/test/functional/public/styles/scss-base.scss +13 -0
  272. data/_assets/yarn/retinajs/test/functional/public/styles/styl-base.styl +10 -0
  273. data/_assets/yarn/retinajs/test/mocha-runner.js +7 -0
  274. data/_assets/yarn/retinajs/test/retina.spec.js +14 -0
  275. data/_assets/yarn/scrollreveal/.gitattributes +10 -0
  276. data/_assets/yarn/scrollreveal/.github/CONTRIBUTING.md +9 -0
  277. data/_assets/yarn/scrollreveal/.github/ISSUE_TEMPLATE.md +11 -0
  278. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/base.css +213 -0
  279. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/index.html +158 -0
  280. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/index.html +93 -0
  281. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/package.json.html +143 -0
  282. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/constructor.js.html +311 -0
  283. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/defaults.js.html +158 -0
  284. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/animate.js.html +395 -0
  285. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/delegate.js.html +179 -0
  286. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/index.html +145 -0
  287. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/initialize.js.html +197 -0
  288. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/rinse.js.html +311 -0
  289. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/style.js.html +617 -0
  290. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/index.html +119 -0
  291. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/clean.js.html +137 -0
  292. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/destroy.js.html +182 -0
  293. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/index.html +132 -0
  294. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/reveal.js.html +524 -0
  295. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/sync.js.html +125 -0
  296. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/noop.js.html +89 -0
  297. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/polyfills/index.html +93 -0
  298. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/polyfills/requestAnimationFrame.js.html +125 -0
  299. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/browser.js.html +272 -0
  300. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/core.js.html +434 -0
  301. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/generic.js.html +218 -0
  302. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/index.html +119 -0
  303. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/prettify.css +1 -0
  304. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/prettify.js +1 -0
  305. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/sort-arrow-sprite.png +0 -0
  306. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/sorter.js +158 -0
  307. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov.info +1016 -0
  308. data/_assets/yarn/scrollreveal/.ignore/coverage/server.coverage.js +11 -0
  309. data/_assets/yarn/scrollreveal/.ignore/sandbox/css/styles.css +32 -0
  310. data/_assets/yarn/scrollreveal/.ignore/sandbox/index.html +68 -0
  311. data/_assets/yarn/scrollreveal/.ignore/sandbox/js/scrollreveal.js +1271 -0
  312. data/_assets/yarn/scrollreveal/.ignore/sandbox/rollup.conf.sandbox.js +15 -0
  313. data/_assets/yarn/scrollreveal/.ignore/sandbox/server.sandbox.js +11 -0
  314. data/_assets/yarn/scrollreveal/.npmignore +8 -0
  315. data/_assets/yarn/scrollreveal/CHANGELOG.md +268 -0
  316. data/_assets/yarn/scrollreveal/LICENSE.md +12 -0
  317. data/_assets/yarn/scrollreveal/README.md +413 -0
  318. data/_assets/yarn/scrollreveal/bower.json +24 -0
  319. data/_assets/yarn/scrollreveal/dist/scrollreveal.js +860 -0
  320. data/_assets/yarn/scrollreveal/dist/scrollreveal.min.js +1 -0
  321. data/_assets/yarn/scrollreveal/gulpfile.js +33 -0
  322. data/_assets/yarn/scrollreveal/lib/gulp/gulp-clean.js +7 -0
  323. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dev.js +6 -0
  324. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dist-min.js +19 -0
  325. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dist.js +6 -0
  326. data/_assets/yarn/scrollreveal/lib/gulp/gulp-server.js +9 -0
  327. data/_assets/yarn/scrollreveal/lib/gulp/gulp-validate-bower.js +13 -0
  328. data/_assets/yarn/scrollreveal/lib/gulp/gulp-watch.js +6 -0
  329. data/_assets/yarn/scrollreveal/src/scrollreveal.js +860 -0
  330. data/_assets/yarn/throttle-debounce-fn/.jscsrc +5 -0
  331. data/_assets/yarn/throttle-debounce-fn/.jshintrc +13 -0
  332. data/_assets/yarn/throttle-debounce-fn/.npmignore +1 -0
  333. data/_assets/yarn/throttle-debounce-fn/Gruntfile.js +76 -0
  334. data/_assets/yarn/throttle-debounce-fn/LICENSE.md +22 -0
  335. data/_assets/yarn/throttle-debounce-fn/README.md +55 -0
  336. data/_assets/yarn/throttle-debounce-fn/dist/throttle-debounce-fn.js +164 -0
  337. data/_assets/yarn/throttle-debounce-fn/dist/throttle-debounce-fn.min.js +10 -0
  338. data/_assets/yarn/throttle-debounce-fn/package.json +36 -0
  339. data/_assets/yarn/throttle-debounce-fn/src/throttle-debounce-fn.js +156 -0
  340. data/_assets/yarn/turbolinks/LICENSE +20 -0
  341. data/_assets/yarn/turbolinks/README.md +473 -0
  342. data/_assets/yarn/turbolinks/dist/turbolinks.js +6 -0
  343. data/_assets/yarn/turbolinks/src/turbolinks/BANNER.js.erb +4 -0
  344. data/_assets/yarn/turbolinks/src/turbolinks/VERSION +1 -0
  345. data/_assets/yarn/turbolinks/src/turbolinks/browser_adapter.coffee +61 -0
  346. data/_assets/yarn/turbolinks/src/turbolinks/compatibility.coffee +30 -0
  347. data/_assets/yarn/turbolinks/src/turbolinks/controller.coffee +239 -0
  348. data/_assets/yarn/turbolinks/src/turbolinks/error_renderer.coffee +21 -0
  349. data/_assets/yarn/turbolinks/src/turbolinks/head_details.coffee +51 -0
  350. data/_assets/yarn/turbolinks/src/turbolinks/helpers.coffee +57 -0
  351. data/_assets/yarn/turbolinks/src/turbolinks/history.coffee +48 -0
  352. data/_assets/yarn/turbolinks/src/turbolinks/http_request.coffee +88 -0
  353. data/_assets/yarn/turbolinks/src/turbolinks/index.coffee +18 -0
  354. data/_assets/yarn/turbolinks/src/turbolinks/location.coffee +70 -0
  355. data/_assets/yarn/turbolinks/src/turbolinks/progress_bar.coffee +83 -0
  356. data/_assets/yarn/turbolinks/src/turbolinks/renderer.coffee +27 -0
  357. data/_assets/yarn/turbolinks/src/turbolinks/scroll_manager.coffee +28 -0
  358. data/_assets/yarn/turbolinks/src/turbolinks/snapshot.coffee +47 -0
  359. data/_assets/yarn/turbolinks/src/turbolinks/snapshot_cache.coffee +43 -0
  360. data/_assets/yarn/turbolinks/src/turbolinks/snapshot_renderer.coffee +88 -0
  361. data/_assets/yarn/turbolinks/src/turbolinks/start.coffee +18 -0
  362. data/_assets/yarn/turbolinks/src/turbolinks/view.coffee +34 -0
  363. data/_assets/yarn/turbolinks/src/turbolinks/visit.coffee +162 -0
  364. data/_assets/yarn/webfontloader/CHANGELOG +419 -0
  365. data/_assets/yarn/webfontloader/LICENSE +176 -0
  366. data/_assets/yarn/webfontloader/README.md +394 -0
  367. data/_assets/yarn/webfontloader/package.json +37 -0
  368. data/_assets/yarn/webfontloader/src/closure.js +2 -0
  369. data/_assets/yarn/webfontloader/src/core/cssclassname.js +46 -0
  370. data/_assets/yarn/webfontloader/src/core/domhelper.js +405 -0
  371. data/_assets/yarn/webfontloader/src/core/eventdispatcher.js +195 -0
  372. data/_assets/yarn/webfontloader/src/core/font.js +140 -0
  373. data/_assets/yarn/webfontloader/src/core/fontmodule.js +16 -0
  374. data/_assets/yarn/webfontloader/src/core/fontmoduleloader.js +47 -0
  375. data/_assets/yarn/webfontloader/src/core/fontruler.js +60 -0
  376. data/_assets/yarn/webfontloader/src/core/fontwatcher.js +171 -0
  377. data/_assets/yarn/webfontloader/src/core/fontwatchrunner.js +249 -0
  378. data/_assets/yarn/webfontloader/src/core/initialize.js +97 -0
  379. data/_assets/yarn/webfontloader/src/core/nativefontwatchrunner.js +69 -0
  380. data/_assets/yarn/webfontloader/src/core/stylesheetwaiter.js +48 -0
  381. data/_assets/yarn/webfontloader/src/core/webfont.js +97 -0
  382. data/_assets/yarn/webfontloader/src/modules/custom.js +63 -0
  383. data/_assets/yarn/webfontloader/src/modules/fontdeck.js +66 -0
  384. data/_assets/yarn/webfontloader/src/modules/google/fontapiparser.js +181 -0
  385. data/_assets/yarn/webfontloader/src/modules/google/fontapiurlbuilder.js +77 -0
  386. data/_assets/yarn/webfontloader/src/modules/google/googlefontapi.js +54 -0
  387. data/_assets/yarn/webfontloader/src/modules/monotype.js +110 -0
  388. data/_assets/yarn/webfontloader/src/modules/typekit.js +73 -0
  389. data/_assets/yarn/webfontloader/webfontloader.js +17 -0
  390. data/_includes/footer.html +7 -0
  391. data/_includes/head.html +41 -0
  392. data/_includes/image.html +5 -0
  393. data/_includes/javascript.html +1 -0
  394. data/_includes/javascripts.html +19 -0
  395. data/_includes/navigation.html +75 -0
  396. data/_includes/stylesheet.html +1 -0
  397. data/_layouts/articles_by_tag.html +38 -0
  398. data/_layouts/default.html +16 -0
  399. data/_layouts/post.html +65 -0
  400. data/about.html +18 -0
  401. data/favicon.ico +0 -0
  402. data/feed.xml +20 -0
  403. data/index.html +49 -0
  404. data/robots.txt +5 -0
  405. metadata +596 -0
@@ -0,0 +1,396 @@
1
+ # Fluidbox
2
+ [![Build Status](https://travis-ci.org/terrymun/Fluidbox.svg?branch=master)](https://travis-ci.org/terrymun/Fluidbox) ![Latest Github release](https://img.shields.io/github/release/terrymun/fluidbox.svg?style=flat) ![npm downloads](https://img.shields.io/npm/dm/fluidbox.svg)
3
+ ![Starred](https://img.shields.io/github/stars/terrymun/fluidbox.svg?style=social&label=Star) ![Watchers](https://img.shields.io/github/watchers/terrymun/fluidbox.svg?style=social&label=Watch)
4
+
5
+ **If you're using Fluidbox for production, use the [latest stable release](https://github.com/terrymun/Fluidbox/releases) and not the edge release (latest commit).**
6
+
7
+ Replicating and improving the lightbox module seen on Medium with fluid transitions. [View demo here](http://terrymun.github.io/Fluidbox/). For users who are looking for a quick setup and/or troubleshooting process, refer to [basic usage](#basic), but do not forget to read the [usage precautions](#precautions) and [frequently asked questions](#frequently-asked-questions).
8
+
9
+ Although not thoroughly tested, Fluidbox should be working in IE ≥10 and all versions of Chrome, Firefox, Safari, iOS Safari and Android Chrome, **with the exception of Opera Mini**. However, I suggest disabling Fluidbox on mobile devices or at small screen resolutions.
10
+
11
+ Special thanks to the following stellar folks who has helped majorly in making Fluidbox better:
12
+
13
+ - [@hybernaut](https://github.com/hybernaut) for refactoring the code and reorganizing functions
14
+ - [@maxee](https://github.com/maxee) for implementation of a new feature that enables differential image ratios between thumbnails and linked image
15
+ - [@benwhilhelm](https://github.com/benwilhelm) for suggesting the immedate open option in Fluidbox. Ben has author a PR, but I have found some issues that I cannot resolve. However, I have adopted his idea and simplified the implementation in **v1.4.3**.
16
+ - [@jaechick](https://github.com/jaechick) for creating the LESS file for Fluidbox stylesheet, even though the LESS file is removed from the project as the stylesheet is now being preprocessed by SASS.
17
+ - [@_mattbailey](https://twitter.com/_mattbailey) for his [awesome guide towards integrating Grunt into a project](http://mattbailey.io/a-beginners-guide-to-grunt-redux/). This has made building Fluidbox a lot easier.
18
+ - [@DJDavid98](https://github.com/DJDavid98) for enabling proper parsing of backgorund image URLs. Note that the URL provided still has to be [RFC3986](http://www.ietf.org/rfc/rfc3986.txt)-compliant.
19
+ - [@Gaya](https://github.com/Gaya) for fixing the blurry image issue on OS X / macOS.
20
+ - [@Mesoptier](https://github.com/Mesoptier) for cleaning up messy CSS transition declarations.
21
+
22
+ In addition, a shoutout to:
23
+
24
+ - [jQuery Boilerplate](https://github.com/jquery-boilerplate/jquery-boilerplate) for their good-to-boot, easy-to-use and standardized jQuery plugin template. Fluidbox is built on the [extended version](https://github.com/jquery-boilerplate/jquery-boilerplate/wiki/Extending-jQuery-Boilerplate).
25
+ - [David Walsh](http://davidwalsh.name/css-animation-callback) and [Jonathan Suh](https://jonsuh.com/blog/detect-the-end-of-css-animations-and-transitions-with-javascript/) for their insight on listening to `transitionend` events
26
+
27
+ ## Introduction
28
+ Fluidbox was initially a simple personal challenge I set myself, with two simple aims—to replicate the distraction-free, fluid lightbox seen on [Medium](http://medium.com), and to improve on it such that it will allow linking to a larger-resolution image. The plugin deals with higher resolution, linked images elegantly, such that it only preloads them when users click on the thumbnails, therefore conserving bandwidth usage for your visitors and your server(s).
29
+
30
+ The plugin is relatively lightweight: 8.74kb (**2.71kb** after gzipped) for the minified JS file, and 2kb (**667b** after gzipped) for the minimal stylesheet.
31
+
32
+ You can [read my article on Medium](https://medium.com/coding-design/9c7fe9db92c7) about how I got inspiration for this little project of mine, and the basic mechanisms behind the plugin. Some serious math is involved (*nah, not really*).
33
+
34
+ Moreover, you can [visit the demo of this plugin](http://terrymun.github.io/Fluidbox/) on the project page hosted with GitHub. The plugin v1.22 and onwards (uncompressed, minified and its associated CSS file) is hosted with [CDNJS](http://cdnjs.com/libraries/fluidbox/).
35
+
36
+ ## In the wild
37
+ Fluidbox is part of the vast collection of libraries proudly [hosted by CDNJS](http://cdnjs.com/libraries/fluidbox). You can reference all versions of Fluidbox published hitherto from there.
38
+
39
+ Fluidbox has been implemented on other sites in the wild, too—check it out:
40
+
41
+ - [**Gemma Busquets**](http://www.gemmabusquets.com/) by [@imgemmabusquets](https://twitter.com/imgemmabusquets)
42
+ - [***Highlight* portfolio theme**](https://portfolios.500px.com/themes/172) by [500px](https://500px.com/)
43
+ - [**Terry Mun**](http://terrymun.com/) by *myself*
44
+
45
+ To add your site that has implemented Fluidbox, or an article/tutorial you have written on Fluidbox use and/or application, feel free to write to me at [@teddyrised](https://twitter.com/teddyrised).
46
+
47
+ ## Installation
48
+ To install Fluidbox, you will have to include the following resources in your page. The JS files should be loaded in the order stipulated below. For the CSS file, you can either incorporate it with your site's stylesheet, or load it externally through the `<link>` element in `<head>`.
49
+
50
+ | Type | File Name | Description |
51
+ |------|----------------------|------------------------------------------------------------------------------------------------------------------------|
52
+ | JS | [jQuery 1.x](http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js) | **External Dependency**: The *latest verson* of jQuery 1.x library is needed for Fluidbox functionality. Minimum version requirement: v1.7 |
53
+ | JS | [jQuery debounce/throttle plugin](http://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.min.js) | **External Dependency**: Ben Alman's plugin is optional, but highly recommended. |
54
+ | JS | `dist/js/jquery.fluidbox.min.js` | Confers the main functionality of Fluidbox. Alternatively, you can load the minified version, `jquery.fluidbox.min.js` |
55
+ | CSS | `dist/css/fluidbox.min.css` | Offers styles that are crucial for the correct display of Fluidbox. The appearance will break if this is not included. Properties in this file include the necessary vendor prefixes. |
56
+
57
+ If you are modifying the source in the `src/` directory and wish to rebuild (or make your own build), please refer to the developer notes further down the readme.
58
+
59
+ ### Dependencies
60
+ Fluidbox require the following dependencies in order to function properly&mdash;you will have to include them in your page, if you want Fluidbox to work:
61
+
62
+ - **The latest release of jQuery 1.x** (minimum requirement: jQuery &ge;1.7), available from [Google's jQuery API](http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js) at `http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js`
63
+ - **Ben Alman's debounce/throttle plugin**, available from [CDNJS](http://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.min.js). This plugin is not compulsory but highly recommended, as it throttles how frequent the window resize event is fired, which triggers recomputing and repositioning of Fluidbox-related elements. Fluidbox will issue a warning, but will still work, if this plugin is not loaded.
64
+
65
+ ## Usage
66
+ ### Basic
67
+ It is rather straightforward to use Fluidbox&mdash;simply chain the `.fluidbox()` method to a selector of your choice. The plugin will automatically check if the selector is:
68
+
69
+ 1. An anchor element (`<a>`)
70
+ 2. Contains one and only one <code>&lt;img /&gt;</code> element (can be nested as an indirect descendant, to support the HTML5 `<picture>` standard.
71
+ 4. Is visible upon DOM ready
72
+
73
+ In the event that the element that satisfies the selector criteria but failed any one of the above criteria, the element will be ignored and the plugin moves on to the next available element. Therefore, it is important that your Fluidbox element(s) follow the following format. The `title` and `alt` attributes of the `<img>` element is not used by the plugin, but the `alt` attribute has to be present for it to be semantically valid.
74
+
75
+ ```html
76
+ <a href="/path/to/image">
77
+ <img src="/path/to/image" alt="lorem ipsum" />
78
+ </a>
79
+ ```
80
+
81
+ ...or...
82
+
83
+ ```html
84
+ <a href="/path/to/image">
85
+ <picture>
86
+ <source media="(max-width: 650px)" srcset="/path/to/alt/image">
87
+ <!-- img tag for browsers that do not support picture element -->
88
+ <img src="/path/to/image" alt="lorem ipsum">
89
+ </picture>
90
+ </a>
91
+ ```
92
+
93
+ In your JS file, you can simply chain the `.fluidbox()` method to your selector on DOM ready:
94
+
95
+ ```js
96
+ $(function () {
97
+ $('a').fluidbox();
98
+ })
99
+ ```
100
+
101
+ The selector can be anything of your choice. Let's say you want to target the `<a>` elements specifically in a certain section on your page:
102
+ ```html
103
+ <section id="gallery">
104
+ <h1>Title</h1>
105
+ <p>Introductory text with an <a href="#">unrelated link</a></p>
106
+ <a href="..." rel="lightbox">
107
+ <img src="..." alt="" />
108
+ </a>
109
+ </section>
110
+ ```
111
+
112
+ Then, you can use, for example:
113
+ ```js
114
+ $(function () {
115
+ $('#gallery a[rel="lightbox"]').fluidbox();
116
+ })
117
+ ```
118
+
119
+ ### Public functions and custom triggers
120
+ There are several public functions exposed in the Fluidbox plugin that allows you to manipulate individual Fluidbox instances. There are three ways of calling public functions. Let's say we want to call the `close` method of Fluidbox:
121
+
122
+ ```js
123
+ // Method 1: Call as an argument in `.fluidbox()`
124
+ $(selector).fluidbox('close.fluidbox');
125
+
126
+ // Method 2: Call using a custom trigger via `.trigger()`
127
+ $(selector).trigger('close.fluidbox');
128
+
129
+ // Method 3: Call by chaining the `.data('plugin_fluidbox')`
130
+ $(selector).data('plugin_fluidbox').close();
131
+
132
+ ```
133
+
134
+ Here is an example:
135
+
136
+ ```js
137
+ $('button').click(function() {
138
+ $(selector)
139
+ .css('width', '200px')
140
+ .fluidbox('recompute');
141
+ });
142
+ ```
143
+
144
+ The list of public methods supported by Fluidbox v2.x is as follow:
145
+
146
+ | Method | Version | Description |
147
+ |---------------------|---------|-------------|
148
+ | `open` | &ge;2.0 | Triggers the programmatic opening of Fluidbox. |
149
+ | `close` | &ge;2.0 | Triggers the programatic closing of Fluidbox. |
150
+ | `compute` | &ge;2.0 | Triggers (re)computing and positioning of Fluidbox instance. Useful when you are altering the size of the thumbnail (such as DOM manipulation). Remember that the window resize event, which might change the thumbnail dimensions, is listened automatically for you. |
151
+ | `destroy` | &ge;2.0 | Destroys the Fluidbox instance and reinserts the original DOM node. |
152
+ | `bindEvents` | &ge;2.0 | Binds the one and only click event. |
153
+ | `bindListeners` | &ge;2.0 | Binds listeners so that Fluidbox listens to public methods called by the `.trigger()` method. |
154
+ | `unbind` | &ge;2.0 | Unbinds the click events and all other listeners associated with Fluidbox function. |
155
+ | `reposition` | &ge;2.0 | Repositions the ghost element, useful when Fluidbox is not opened, but the thumbnail dimensions are changed. |
156
+ | `getMetadata` | &ge;2.0 | **Getter function**. It returns all the metadata associated with the Fluidbox instance, and does not return the original jQuery object, and is therefore not suitable for chaining. |
157
+
158
+ ### Custom events
159
+ Fluidbox will trigger several distinct namescpaced events depending on the state of the current (and only) instance of Fluidbox. You should use `.on()` to listen to the event being triggered, and can add your own custom callbacks if necessary, for example:
160
+
161
+ ```js
162
+ var doSomething = function() {
163
+ // Do something
164
+ }
165
+
166
+ $(selector)
167
+ .on('openstart.fluidbox', doSomething)
168
+ .on('closeend.fluidbox', function() {
169
+ // Do something else
170
+ })
171
+ .fluidbox();
172
+ ```
173
+
174
+ The list of custom events supported by Fluidbox is as follow. Remember that the events are namespaced:
175
+
176
+ | Event | Version | Description |
177
+ |--------------------|---------|-------------|
178
+ | `openstart.fluidbox` | &ge;1.4.1 | Fired when a click event is registered from a Fluidbox instance that triggers its opening. This is called **after** the linked image has been successfully loaded. |
179
+ | `openend.fluidbox` | &ge;1.4.1 | Fired when the `transitionend` event is fired (with appropriate vendors supported). This happens when Fluidbox has been scaled to its final size (determined by `viewportScale`, see [configuration](#configuration)). The timing between `openstart` and `openend` are dictated by the `transition-duration` settings in `fluidbox.css`, or any overrides that you have implemented that targets the class `.fluidbox-ghost`. |
180
+ | `closestart.fluidbox` | &ge;1.4.1 | Fired when a click event is registered from a Fluidbox instance that triggers its closing. |
181
+ | `closeend.fluidbox` | &ge;1.4.1 | Fired when the `transitionend` event is fired (with appropriate vendors supported). This happens when Fluidbox has been scaled back to its original thumbnail size on the page. The timing between `closestart` and `closeend` are dictated by the `transition-duration` settings in `fluidbox.css`, or any overrides that you have implemented that targets the class `.fluidbox-ghost`. |
182
+ | `computeend.fluidbox` or `recomputeend.fluidbox` | &ge;1.4.2 | Fired when the Fluidbox ghost element, or the active Fluidbox on display, is recomputed due to layout changes not dependent on the `$(window).resize()` event. This is triggered manually by the custom trigger `recompute` ([see usage instructions](#custom-triggers)). |
183
+ | `imageloaddone.fluidbox` | &ge;1.4.3 | Fired when the target/linked image is successfully loaded. Synonymous with `delayloaddone` if `immediateOpen` option is set to `true`. |
184
+ | `imageloadfail.fluidbox` | &ge;1.4.3 | Fired when the target/linked image fails to load. |
185
+ | `thumbloaddone.fluidbox` | &ge;1.4.3 | Fired when the thumbnail has been loaded. Will only happen once, when `.fluidbox()` is first applied to the element. |
186
+ | `thumbloadfail.fluidbox` | &ge;1.4.3 | Fired when the thumbnail fails to load. Will only happen once, when `.fluidbox()` is first applied to the element. |
187
+
188
+ There are custom events that were introduced in v1.4.x but are now deprecated because they serve redundant functions:
189
+
190
+ | Event | Version | Description |
191
+ |--------------------|---------|-------------|
192
+ | `resizeend` | 1.4.1 | **Removed in v2.x**. Fired when the positioning and scale of an opened Fluidbox instance is recalculated and has been transitioned to completion. |
193
+ | `delayedloaddone` | 1.4.3 | **Removed in v2.x**. Fired only when the `immediateOpen` option is set to `true` (see [configuration](#configuration)). Indicates that the target/linked image has been successfully loaded. |
194
+ | `delayedreposdone` | 1.4.3 | **Removed in v2.x**. Fired only when the `immediateOpen` option is set to `true` (see [configuration](#configuration)). Indicates that the ghost image has been transformed successfully after retrieving the natural dimensions of the newly loaded image. |
195
+
196
+ ### Previously hidden elements
197
+ As of **v1.3.4**, Fluidbox will only work with elements that are visible, i.e. not `display: none`, on the page upon DOM ready. This is because dimensions of hidden images (or images in parents who are hidden) are inaccesible to Fluidbox, resulting in an error. You will have to rebind Fluidbox to the newly revealted elements. Given the example below:
198
+
199
+ ```js
200
+ // Apply Fluidbox to elements of interest
201
+ $('.gallery a').fluidbox();
202
+
203
+ // User-triggered event to display gallery
204
+ $('#show-gallery').click(function () {
205
+ $(this).next().show();
206
+ });
207
+ ```
208
+
209
+ ```html
210
+ <button type="button" id="show-gallery">Show Gallery</button>
211
+ <div class="gallery" style="display: none">
212
+ <a href="...">
213
+ <img src="..." alt="" />
214
+ </a>
215
+ </div>
216
+ ```
217
+
218
+ You will realize that, even after revealing the element, the Fluidbox method is not working for it. That is because non-visible elements, despite satisfying the selector, will not be bound. So, use the following code instead:
219
+
220
+ ```js
221
+ // Apply Fluidbox to elements of interest
222
+ $('.gallery a').fluidbox();
223
+
224
+ // User-triggered event to display gallery
225
+ $('#show-gallery').click(function () {
226
+ $(this)
227
+ .next()
228
+ .show() // Show gallery
229
+ .find('a') // Fluidbox to all elements in gallery
230
+ .fluidbox();
231
+ });
232
+ ```
233
+
234
+ ### Dynamically-added elements
235
+ In order to enable Fluidbox functionality to dynamically-added content, you will have to apply `.fluidbox()` to the element of interest after appending it to the DOM. For example, let's say clicking a `<button>` triggers the addition of a new image:
236
+
237
+ ```js
238
+ $(function() {
239
+ $('button').click(function(e) {
240
+ e.preventDefault();
241
+
242
+ // Construct new image
243
+ var $newContent = $('<div><p>This is a new image that is dynamically-added to the page.</p><a href="http://placehold.it/500x500" title="" data-fluidbox><img src="http://placehold.it/200x200" alt="Alternate Text" title="Image Title" /></a></div>');
244
+
245
+ // Insert new content object into DOM, and then apply .fluidbox to it
246
+ $(this).after($newContent).next().find('a[data-fluidbox]').fluidbox();
247
+ });
248
+ ));
249
+ ```
250
+
251
+ You are of course welcome to use other ways to manipulate and/or transverse the DOM, but you will have to adjust the search/filter function (using `.find()` or other similar jQuery methods) to retrieve the newly inserted content and search for the element of interest where you want Fluidbox to work with.
252
+
253
+ ### Configuration
254
+ Fluidbox can be configured according to your needs when calling the `.fluidbox()` method. Fluidbox follows the following model of setting overrides&mdash;**in increasing order of priority**:
255
+
256
+ 1. Default settings in plugin file
257
+ 2. Custom settings in `.fluidbox()` method
258
+ 3. Custom settings in the element's HTML5 `data-` attribute:
259
+ - **Note:** In order to ensure that Fluidbox does not clash with commonly-used HTML5 `data-` attributes, it is tuned to listen in to namespaced attributes. For example, for the `immediateOpen` property, the corresponding attribute would be `data-fluidbox-immediate-open`. As per HTML5 specification, you should avoid using camelCase in your HTML5 data attributes because that is parsed into dash-delimited keys by the dataset method (jQuery uses `.data()` as an alias).
260
+ - For boolean attributes, simply specifying the attribute itself constitutes a `="true"` declaration, as per HTML standards
261
+
262
+ User-defined settings have to be passed as the aforementioned variables/options to the `.fluidbox()` method, i.e.:
263
+
264
+ ```js
265
+ $('a').fluidbox({
266
+ viewportFill: 0.8,
267
+ maxWidth: 800,
268
+ loader: true
269
+ });
270
+ ```
271
+
272
+ You may also pass settings as HTML5 `data- attributes, i.e.:
273
+
274
+ ```html
275
+ <a href="/path/to/image" data-fluidbox-viewport-fill="0.8" data-fluidbox-max-width="800" data-fluidbox-loader />
276
+ <img src="/path/to/thumbnail" alt="lorem ipsum" />
277
+ </a>
278
+ ```
279
+
280
+ The full list of Fluidbox configurations:
281
+
282
+ | Option | Type | Default | Description |
283
+ |--------|------|---------|-------------|
284
+ | `immediateOpen` | Boolean | `false` | Determines if Fluidbox should be opened immediately on click. If set to yes, Fluidbox will open the ghost image and wait for the target image to load. If set to no, Fluidbox will wait for the target image to load, *then* open the ghost image. |
285
+ | `loader` | Boolean | `false` | Determines if a loader will be added to the manipulated DOM. It will have the class of `.fluidbox__loader`. |
286
+ | `maxWidth` | Integer | `0` | <p>Sets the maximum width, **in screen pixels**, that the ghost image will enlarge to. When set to zero this property is ignored. This property will *not* override the `viewportFill`.</p><p>This option should not be specified (&ge;0) *in lieu* with `maxHeight`. In the event that both `maxWidth` and `maxHeight` are specified (&ge;0), `maxWidth` takes precedence. Fluidbox will throw a warning in the console discouraging this use.</p> |
287
+ | `maxHeight` | Integer | `0` | <p>Sets the maximum height, **in screen pixels**, that the ghost image will enlarge to. When set to zero this property is ignored. This property will *not* override the `viewportFill`.</p><p class="user-message warning">This option should not be specified (&ge;0) *in lieu* with `maxWidth`. In the event that both `maxWidth` and `maxHeight` are specified (&ge;0), `maxWidth` takes precedence. Fluidbox will throw a warning in the console discouraging this use.</p> |
288
+ | `resizeThrottle` | Integer (milliseconds) | `500` | Determines how much to throttle the viewport resize event that fires recomputing of Fluidbox dimensions and repositioning of the ghost image. |
289
+ | `stackIndex` | Integer | `1000` | Determines how high up the z-index will all Fluildbox elements be. Leave this option as default, unless you have other relatively or absolutely positioned elements on the page that is messing with Fluidbox appearance. |
290
+ | `stackIndexDelta` | Integer | `10` | Determines how much the z-index will fluctuate from `stackIndex` in order to allow visually-correct stacking of Fluidbox instances. With the default settings, this means that the effective range of z-indexes Fluidbox operates in will be between 990&ndash;1010. For elements that should go under the overlay, they should have a z-index of less than 1000. |
291
+ | `viewportFill` | Float (fraction) | `0.95` | Dictates how much the longest axis of the image should fill the viewport. The value will be coerced to fall between 0 and 1. |
292
+
293
+
294
+ ## Developer notes
295
+ ### Building with Grunt
296
+ Fluidbox is built using [Grunt](http://gruntjs.com) and [NodeJS](https://nodejs.org/). If you are new to this, kindly refer to [Matt Bailey's excellent guide on setting up Grunt](http://mattbailey.io/a-beginners-guide-to-grunt-redux/). To build Fluidbox, you will need to run `npm install` and install the following dependencies:
297
+
298
+ | Grunt dependency | Comment |
299
+ |------------------|---------|
300
+ | [grunt](https://www.npmjs.com/package/grunt) | Grunt is needed to build from source. |
301
+ | [time-grunt](https://www.npmjs.com/package/time-grunt) | Keeps track of the time consumed for each time Grunt is run. |
302
+ | [load-grunt-config](https://www.npmjs.com/package/load-grunt-config) | Splits up Grunt tasks. |
303
+ | [grunt-concurrent](https://www.npmjs.com/package/grunt-concurrent) | Allows multiple Grunt tasks to be run at the same time. |
304
+ | [grunt-contrib-clean](https://www.npmjs.com/package/grunt-contrib-clean) | Cleans up the `dist/` directory. |
305
+ | [grunt-sass](https://www.npmjs.com/package/grunt-sass) | Parses `.scss` files into `.css`. PostCSS will take over from here. |
306
+ | [grunt-contrib-uglify](https://www.npmjs.com/package/grunt-contrib-uglify) | Minifies `.js` files. |
307
+ | [grunt-contrib-jshint](https://www.npmjs.com/package/grunt-contrib-jshint) | Needed to perform linting on JS file. |
308
+ | [jshint-stylish](https://www.npmjs.com/package/jshint-stylish) | Needed to perform linting on JS file. |
309
+ | [grunt-contrib-watch](https://www.npmjs.com/package/grunt-contrib-watch) | Allows you to build on the fly using `$ grunt watch` by watching for file changes, so that you don't have to run `$ grunt` at the project root all the time manually. |
310
+ | [grunt-postcss](https://www.npmjs.com/package/grunt-postcss) | Uses PostCSS to dynamically add prefixes and handle minification thereafter. |
311
+
312
+ The main tasks are `grunt` or `grunt prod`, which minifies everything and makes it ready for produciton, and `grunt dev` which instead creates a build for testing and development.
313
+
314
+ #### Configuration
315
+ The configuration for each Grunt task can be found in their respecitve `.js` files in the `/grunt` folder.
316
+
317
+ ## Known Issues
318
+ ### Blurry images in Safari
319
+ Fluidbox might render the expanded image in a way that appears to be blurry in OS X / macOS Safari. A fix has been implemented as of v2.0.4 ([#178](https://github.com/terrymun/Fluidbox/pull/178), [issue #168](https://github.com/terrymun/Fluidbox/issues/168)).
320
+
321
+ ### Transition of CSS3 transform in Safari
322
+ For inexplicable reason(s), Safari no longer transition CSS transformations (the `scale` component especially) after the first time the Fluidbox has been opened. A simple workaround would be enabling the `immediateOpen` option (i.e. `immediateOpen: true`) when initializing Fluidbox.
323
+
324
+ ## Precautions
325
+ ### Overflowing content
326
+ Fluidbox may not work properly in the event that you have set your parent container, or content wrapping elements, such as `<div id="#content">` and the likes, to hide their overflowing content, i.e. `overflow: hidden`. This is because the enlarged image is **positioned relatively to its hyperlink**, and not absolutely or fixed within the viewport.
327
+
328
+ ### Interaction with other positioned elements on the same page
329
+ When you want an absolutely/fixed-positioned element on the page to not be obscured by the dynamically-generated wrapping element, you should use a z-index of between 1000 to 1010. 1000 is set as the default `stackIndex` of Fluidbox, while 10 is set as the default `stackIndexDelta`, which is toggled on/off depending on the state of the Fluidbox. These settings can be individually tuned, see **Configuration** below.
330
+
331
+ ### Binding Fluidbox to previously hidden images
332
+ As Fluidbox requires access to the final calculation dimensions of the image in question in order to (1) position the ghost element correctly and (2) calculate the correct scale factor and transform values, it will only bind to images that are visible upon DOM ready. If you are relying on dynamic events (e.g. [user-triggered](#previously-hidden-elements), [AJAX-loaded](#dynamically-added-elements) and etc.) to trigger a later appearance of an image, rebind Fluidbox to freshly revealed elements. This also applies to dynamically-loaded content, see demo for a working example.
333
+
334
+ ### Derped ghost element calculations in flexbox layouts
335
+ In some cases&mdash;which I have also experienced myself&mdash;the ghost element that overlays the thumbnail might have incorrect dimensions being calculated. This is because its dimensions are calculation on DOM ready by retrieving the computed dimensions of the underlying image. When the flexbox layout is active, the browser might change the dimensions of the image when `flex-grow` and/or `flex-shrink` are enabled (i.e. set to a non-zero integer). The cause is likely to be that the browser receives information on the image dimensions after DOM ready and then resizes the flex containers, which happens *after* the computed widths are fed to Fluidbox calculations.
336
+
337
+ In this case, I strongly recommend triggering the `recomputer` custom trigger (see above) after *all* images in the flexbox container has loaded. You can do this upon `$(window).load()`, but you can also use jQuery deferred objects and promises to do so. Let's say we have a flexbox container with the class of `.flex`:
338
+
339
+ ```js
340
+ // Do this AFTER Fluidbox has been initialized
341
+ $('.flex').each(function() {
342
+ var images = [],
343
+ $fb = $(this).find('a.fluidbox');
344
+
345
+ $f.find('img').each(function() {
346
+ var image = $.Deferred();
347
+ $(this).load(image.resolve).error(image.resolve);
348
+ images.push(image);
349
+ });
350
+
351
+ $.when.apply(null, images).done(function() {
352
+ $fb.trigger('recompute');
353
+ });
354
+ });
355
+ ```
356
+
357
+ ### Accidental creation of new stacking contexts
358
+ There are a few CSS properties, when applied to the wrapping parent of elements meant for the `.fluidbox()` method, causes a new stacking context to be created&mdash;this leads to an issue where an opened Fluidbox instance will fail to cover its neighbouring elements.
359
+
360
+ They are, in alphabetical order but not exhaustively so:
361
+ - CSS3 regions<sup>1</sup>
362
+ - filter<sup>1, 2</sup>
363
+ - flex<sup>3</sup>
364
+ - isolation<sup>3</sup>
365
+ - mix-blend-mode<sup>3</sup>
366
+ - opacity<sup>1</sup>
367
+ - position<sup>1, 3</sup>
368
+ - paged media<sup>1</sup>
369
+ - transform<sup>1</sup>
370
+ - will-change<sup>3</sup>
371
+
372
+ Sources:
373
+
374
+ 1. [*What No One Told You About Z-Index*](http://philipwalton.com/articles/what-no-one-told-you-about-z-index/) by Philip Walton
375
+ 2. [*Why does stacking order change on webkit filter hover?*](http://stackoverflow.com/a/25764603/395910) on StackOverflow
376
+ 3. [*The stacking context*](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Understanding_z_index/The_stacking_context) on MDN
377
+
378
+ ## Frequently Asked Questions
379
+ 1. **Fluidbox is not working in my installation. Where should I start?**
380
+ Start by checking your browser's console log. What error messages do you see? Also, make sure that you are using the *latest* version of jQuery 1.x (minimum requirement: v1.8 or above) and that the dependencies have been loaded successfully. Also, did you remember reading the [usage precautions](#precautions)? You might have encountered a scenario where Fluidbox is not designed to handle.
381
+
382
+ 2. **Do you plan to implement [insert feature]?**
383
+ Fluidbox is conceived as a means to simplify lightboxes. Therefore, I plan to keep Fluidbox as simple as it is, without additional features, such as captioning (there are other limitations to this, too) and gallery features. However, you can always fork and modify Fluidbox to your personal liking. Manual captioning is possible, refer to the [advanced demo].
384
+
385
+ 3. **The image url isn't being interpretted correctly.**
386
+ Fluidbox fetches the larger image based on the URL specified in the `href` attribute if the wrapping anchor (`<a>`) tag.
387
+
388
+ 4. **I have a application-specific problem that I need help troubleshooting. Can you help me?**
389
+ *Of course!* I am more than happy to help, but it really depends if you have a clear problem statement and a [minimal, complete and verifiable example (MCVE)](http://stackoverflow.com/help/mcve) that I can play around with&mdash;I strongly encourage you to host your reduced test case(s) with either [JSFiddle](http://jsfiddle.net/), [CodePen](http://codepen.io/) or the likes. Then, [create a new issue](https://github.com/terrymun/Fluidbox/issues). I promise I will get back to you when I have time.
390
+
391
+ 5. **Do you provide private support by email / phone call / Skype call / (insert any other forms of communication)?**
392
+ Since Fluidbox is provided as-is and free-of-charge, I am sorry to inform you that it is so far not possible for me to dedicate so much effort. However, you can follow what is described in step #4.
393
+
394
+
395
+ ## Licensing: MIT License
396
+ This plugin is licensed under the MIT License.
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "fluidbox",
3
+ "version": "2.0.0",
4
+ "description": "Replicating Medium's beautiful, minimalist lightbox module",
5
+ "homepage": "https://github.com/terrymun/Fluidbox",
6
+ "main": [
7
+ "./dist/js/jquery.fluidbox.min.js",
8
+ "./dist/css/fluidbox.min.css"
9
+ ],
10
+ "authors": [
11
+ {
12
+ "name": "Terry Mun",
13
+ "email": "hello@terrymun.com",
14
+ "homagepage": "http://terrymun.com"
15
+ }
16
+ ],
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/terrymun/Fluidbox/"
20
+ },
21
+ "keywords": [
22
+ "fluidbox",
23
+ "lightbox"
24
+ ],
25
+ "license": "MIT",
26
+ "ignore": [
27
+ "**/.*",
28
+ "node_modules",
29
+ "bower_components",
30
+ "package.json"
31
+ ],
32
+ "dependencies": {
33
+ "jquery": ">=1.9"
34
+ }
35
+ }
@@ -0,0 +1,2 @@
1
+ @font-face{font-family:Blokk;src:url(../fonts/BLOKKRegular.eot);src:url(../fonts/BLOKKRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/BLOKKRegular.woff) format("woff"),url(../fonts/BLOKKRegular.svg#BLOKKRegular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:fontello;src:url(../fonts/fontello.eot);src:url(../fonts/fontello.eot#iefix) format("embedded-opentype"),url(../fonts/fontello.woff) format("woff"),url(../fonts/fontello.ttf) format("truetype"),url(../fonts/fontello.svg#fontello) format("svg");font-weight:400;font-style:normal}.anchor,.code-toggle{text-decoration:none}.anchor:before,.code-toggle:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}html{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px}body{color:#333;height:100%;line-height:1.5em;overflow-x:hidden}header{background-color:#333;box-sizing:border-box;color:#fff;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-bottom:1.5rem;overflow:hidden;padding:3rem 16.66667%;position:relative;width:100%;height:100vh;min-height:30rem;text-shadow:0 0 .5rem rgba(0,0,0,.125)}header,header:after,header:before{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}header:after,header:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0}header:before{background-image:url(http://i.imgur.com/yYv5u81.jpg);background-size:cover;background-repeat:none;background-position:center center}header:after{background-color:rgba(0,0,0,.5);opacity:0}header:hover:after{opacity:1}header>*{position:relative;z-index:3}header h1{font-weight:300;font-size:6rem;line-height:1em;margin:0 0 .5rem;text-align:center}header .byline{display:block;font-family:PT Serif,Palatino,Georgia,Cambria,Times New Roman,Times,serif;font-size:1.2em;font-style:italic;text-align:center}header #skip{border:none;display:block;position:absolute;bottom:1.5rem;left:0;right:0;height:1.5rem}header #skip svg{display:block;margin:0 auto;width:3rem;height:1.5rem}header #skip svg path{fill:hsla(0,0%,100%,.75)}footer{background-color:#333;box-sizing:border-box;color:#eee;padding:1.5rem 16.66667%;width:100%}h1,h2,h3,h4,h5,h6{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.25em;position:relative}.user-message h1,.user-message h2,.user-message h3,.user-message h4,.user-message h5,.user-message h6{color:#eee;margin-top:0;margin-bottom:.5rem}h2{font-size:3em}h3{font-size:2em;margin:4rem 0 1rem}h2+h3{margin-top:1rem}h4{border-bottom:1px solid rgba(0,0,0,.125);color:#777;font-size:1.5em;margin:2.25rem 0 .25rem}a.anchor{font-size:1em;opacity:0;position:absolute;left:-1.5em;width:1em;height:1em;text-decoration:none}a.anchor:before{content:'\e800'}h2 a.anchor{font-size:2rem}h2:hover a.anchor,h3:hover a.anchor,h4:hover a.anchor{opacity:1}p{margin:0;margin-bottom:1.5rem}.filler{color:#999;font-family:Blokk,Arial,sans-serif}.message{background-color:#fdc68a;border-left:.75rem solid #f26c4f;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-size:.85rem}.message a:hover{border-color:rgba(0,0,0,.5);color:rgba(0,0,0,.5)}.message.note{background-color:#7bcdc8;border-color:#00a99d}hr{border:none;border-top:.125rem solid #ddd;margin-bottom:1.375rem}a{color:#333;text-decoration:underline;-webkit-transition:all .125s ease-in-out;transition:all .125s ease-in-out}a:hover{color:#4a7298}ul{margin-top:-.75rem}a.code-toggle{border:none;background-color:#cfcfcf;display:block;font-weight:700;line-height:1.5rem;padding:.5rem 1rem;text-align:center}a.code-toggle:before{content:'\e801';margin-right:.5rem}a.code-toggle~pre{margin-top:0}pre,pre[class*=language-]{background-color:#f5f2f0;border:1px solid #cfcfcf;box-sizing:border-box;display:block;margin-bottom:1.5rem;padding:0;font-size:.85rem;width:100%}p+pre,p+pre[class*=language-]{margin-top:-.75rem}pre>code[data-language]:before,pre[class*=language-]>code[data-language]:before{font-family:Open Sans;letter-spacing:1px;opacity:0;padding:0 .5rem;text-transform:uppercase;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}pre:hover code[data-language]:before,pre[class*=language-]:hover code[data-language]:before{opacity:1}code{background-color:#f5f2f0;border:1px solid #cfcfcf;border-radius:4px;display:inline-block;font-size:.875rem;margin:0 .125rem;padding:0 .25rem}pre>code,pre[class*=language-]>code[data-language]{background-color:transparent;border:none;border-radius:0;display:block;overflow:visible;padding:1rem}pre code a{border:none}pre code a:hover{color:inherit}.user-message code{background-color:hsla(0,0%,93%,.75);border-color:rgba(51,51,51,.5);color:#333;line-height:1.25em}button[type=button]{background-color:#4a7298;border:1px solid rgba(0,0,0,.25);box-shadow:inset 0 0 1px 0 hsla(0,0%,100%,.5);border-radius:4px;color:#eee;cursor:pointer;line-height:1rem;margin-bottom:1.5rem;padding:.75rem 2rem}button[type=button][disabled]{background-color:#999;cursor:not-allowed}button[type=button]:hover{background-image:-webkit-linear-gradient(top,rgba(0,0,0,.125),transparent 50%);background-image:linear-gradient(180deg,rgba(0,0,0,.125) 0,transparent 50%)}.user-message{background:#666;background:-webkit-linear-gradient(315deg,#666,#555);background:linear-gradient(135deg,#666,#555);border-radius:4px;color:#eee;margin-bottom:1.5rem;padding:.5rem 1rem .5rem 4rem;position:relative}.user-message:after,.user-message:before{content:'';display:block;position:absolute;left:0;width:3rem}.user-message:after{color:rgba(51,51,51,.75);top:50%;font-weight:700;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.user-message:before{background-color:hsla(0,0%,93%,.5);top:0;bottom:0}.user-message.warning{background:#ce8139;background:-webkit-linear-gradient(315deg,#ce8139,#b13131);background:linear-gradient(135deg,#ce8139,#b13131);color:#eee}.user-message.warning:after{content:'!'}.user-message.reminder{background:#f9d36b;background:-webkit-linear-gradient(315deg,#f9d36b,#eaa748);background:linear-gradient(135deg,#f9d36b,#eaa748);color:#7c541f}.user-message.reminder:after{content:'!'}.user-message.note{background:#6195c6;background:-webkit-linear-gradient(315deg,#6195c6,#4a7298);background:linear-gradient(135deg,#6195c6,#4a7298);color:#eee}.user-message.note:after{content:'\002021'}.user-message.approved{background:#67a82a;background:-webkit-linear-gradient(315deg,#67a82a,#467c1f);background:linear-gradient(135deg,#67a82a,#467c1f);color:#eee}.user-message.approved:after{content:'\002714'}.user-message>:last-child{margin-bottom:0}.user-message a{color:#eee}.user-message.reminmder a{color:#7c541f}.user-message[data-viewport-threshold]{display:none}div.user-message{margin:3rem 0;padding:1.5rem 3rem 1.5rem 5rem}table{border-collapse:collapse;line-height:1.5em;margin-bottom:3rem;position:relative;width:100%}table.wider{left:-12.5%;width:125%}table td,table th{border-left:2px solid #fff;border-right:2px solid #fff;padding:1rem}table td>:last-child,table th>:last-child{margin-bottom:0}table td:first-child,table th:first-child{border-left:none}table td:last-child,table th:last-child{border-right:none}table thead{font-size:.8rem;font-weight:700;letter-spacing:2px;line-height:1rem;text-transform:uppercase}table thead td,table thead th{border-bottom:3px solid #ccc;padding:.25rem 1rem}table tbody tr:nth-child(odd){background-color:#e6e6e6}table tbody tr:last-child{border-bottom:1px solid #ccc}table tbody tr:target{background-color:transparent}table tbody tr:target th{background-color:#8ba3b0;color:#eee}table tbody tr:target td{background-color:rgba(139,163,176,.5)}table tbody tr:target a.anchor{color:#8ba3b0;opacity:1}table tbody tr th{text-align:left}table p{margin-bottom:.5rem}table pre{white-space:pre-wrap;word-wrap:break-word}table p+pre,table p+pre[class*=language-]{margin-top:.25rem}main{margin:0 16.66667%}main section{border-bottom:1px solid #ccc;margin-bottom:1.5rem;padding:1.5rem 0}.cards{display:-webkit-box;display:flex;flex-flow:row wrap;margin:-.25rem;margin-bottom:1.25rem;overflow:hidden}.cards svg{display:block;margin:0 auto .75rem;width:5.25rem;height:5.25rem;-webkit-transition:all .125s ease-in-out;transition:all .125s ease-in-out}.cards svg path{fill:#eee;-webkit-transition:fill .125s ease-in-out;transition:fill .125s ease-in-out}.cards>a{box-sizing:border-box;border:none;border-radius:4px;color:#eee;-webkit-box-flex:1;flex:1 auto;margin:.25rem;padding:1.5rem;text-align:center;text-decoration:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.cards>a.card-medium{background-color:#57ad68;flex-basis:100%}.cards>a.card-medium svg{background-color:#eee}.cards>a.card-medium svg path{fill:#57ad68}.cards>a.card-github{background-color:#f93;flex-basis:auto}.cards>a.card-cdnjs{background-color:#bf3e11;flex-basis:auto}.cards>a.card-cdnjs .branding{display:block;font-family:Ubuntu,Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:1px;line-height:5rem;margin-bottom:.75rem;font-size:3em}.cards>a .branding{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.cards>a:hover .branding{-webkit-transform:scale(1.25);transform:scale(1.25)}#fluidbox-3d{margin:0 0 1.5rem;padding:0;-webkit-perspective:5000;perspective:5000;width:100%;height:600px;position:relative}#fluidbox-3d *{display:block;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#fluidbox-3d figcaption{font-size:.85rem;position:absolute;bottom:0;margin-top:.75rem;text-align:center;width:100%}#fluidbox-3d .canvas{position:absolute;top:60%;left:50%;-webkit-transform:translate(-50%,-50%) rotateX(45deg) rotate(45deg);transform:translate(-50%,-50%) rotateX(45deg) rotate(45deg);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#fluidbox-3d .fluidbox__wrap,#fluidbox-3d a{border:none}#fluidbox-3d img{display:block;opacity:.5!important;width:20rem;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transform:translateZ(0);transform:translateZ(0)}#fluidbox-3d .fluidbox__ghost,#fluidbox-3d .fluidbox__loader,#fluidbox-3d .fluidbox__overlay{position:absolute;opacity:.5!important;top:0!important;left:0!important;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transition-delay:0;transition-delay:0}#fluidbox-3d .fluidbox__ghost:after,#fluidbox-3d .fluidbox__loader:after,#fluidbox-3d .fluidbox__overlay:after{background-color:#333;border-radius:4px;color:#eee;display:block;opacity:0!important;pointer-events:none;position:absolute;padding:.5rem 1rem;top:0;left:100%;width:10rem;-webkit-transform:rotate(-45deg) rotateX(-65deg) translate(1rem,-50%)!important;transform:rotate(-45deg) rotateX(-65deg) translate(1rem,-50%)!important;-webkit-transform-origin:0 0;transform-origin:0 0}#fluidbox-3d .fluidbox__ghost:hover:after,#fluidbox-3d .fluidbox__loader:hover:after,#fluidbox-3d .fluidbox__overlay:hover:after{opacity:1!important}#fluidbox-3d .fluidbox__ghost{background-image:url(http://i.imgur.com/ouqMP4F.jpg);-webkit-transform:translateZ(6rem)!important;transform:translateZ(6rem)!important}#fluidbox-3d .fluidbox__ghost:after{content:'Ghost -moz-element will be expanded to fill screen (conditionally, based on available image resolution)';content:'Ghost element will be expanded to fill screen (conditionally, based on available image resolution)'}#fluidbox-3d .fluidbox__loader{background-image:url(http://placehold.it/500x500/333333/eeeeee/&text=Loader);background-size:cover;pointer-events:auto;-webkit-perspective:none;perspective:none;-webkit-transform:translateZ(12rem)!important;transform:translateZ(12rem)!important}#fluidbox-3d .fluidbox__loader:after{content:'Loader will be hidden when image is loaded in actual scenario'}#fluidbox-3d .fluidbox__loader:before{display:none}#fluidbox-3d .fluidbox__overlay{background-image:url(http://placehold.it/500x500/cccccc/333333/&text=Overlay);background-size:cover;opacity:0!important;-webkit-transform:translateZ(3rem)!important;transform:translateZ(3rem)!important}#fluidbox-3d .fluidbox__overlay:after{content:'Overlay to fade out other elements on page'}#fluidbox-3d .fluidbox--opened .fluidbox__ghost{-webkit-transform:translateZ(12rem)!important;transform:translateZ(12rem)!important}#fluidbox-3d .fluidbox--opened .fluidbox__loader{-webkit-transform:translateZ(18rem)!important;transform:translateZ(18rem)!important}#fluidbox-3d .fluidbox--opened .fluidbox__overlay{opacity:.5!important;-webkit-transform:translateZ(6rem)!important;transform:translateZ(6rem)!important}#fluidbox-3d:hover{-webkit-perspective:2000;perspective:2000}#fluidbox-3d:hover .canvas{-webkit-transform:translate(-50%,-33%) rotateX(65deg) rotate(45deg);transform:translate(-50%,-33%) rotateX(65deg) rotate(45deg)}#fluidbox-3d:hover .fluidbox__ghost,#fluidbox-3d:hover .fluidbox__loader,#fluidbox-3d:hover .fluidbox__overlay,#fluidbox-3d:hover img{opacity:.25!important}#fluidbox-3d:hover .fluidbox__ghost:hover,#fluidbox-3d:hover .fluidbox__loader:hover,#fluidbox-3d:hover .fluidbox__overlay:hover,#fluidbox-3d:hover img:hover{opacity:1!important}.demo a.fluidbox--closed{background-color:#eee;border:none;cursor:-moz-zoom-in;margin-bottom:1.5rem}.demo a.fluidbox--opened{cursor:-moz-zoom-out}.demo a img,.demo a picture{display:block;margin:0 auto;max-width:100%}.demo a[class^=float]{margin:1rem;margin-top:0;width:33.33333%}.demo a[class^=float].float-left{float:left;margin-left:0}.demo a[class^=float].float-right{float:right;margin-right:0}.demo a.has-border img{border:4px solid #111}.demo a.has-padding img{padding:4px}.demo .gallery{display:-webkit-box;display:flex;flex-flow:row wrap;-webkit-box-pack:justify;justify-content:space-between}.demo .gallery a{margin-bottom:1rem}.demo .gallery a.col-1{width:100%}.demo .gallery a.col-2{width:49%;width:calc(50% - .5rem)}.demo .gallery a.col-3{width:32%;width:calc(33.33333% - .66667rem)}.demo .box{background-color:#eee;border:1px solid rgba(0,0,0,.25);box-sizing:border-box;padding-bottom:66.66667%;position:relative;width:100%}.demo .box img{position:absolute;top:2rem;left:2rem;width:50%}.cols{display:-webkit-box;display:flex;flex-flow:row wrap;margin:0 -1rem 2rem}.cols>*{-webkit-box-flex:1;flex-grow:1;margin-left:1rem;margin-right:1rem}.cols.cols-nowrap{flex-wrap:nowrap}.cols.cols-nowrap>*{-webkit-box-flex:1;flex-grow:1;margin-bottom:0!important}.cols.cols-1>*{width:100%}.cols.cols-2>*{width:50%}.cols.cols-3>*{width:33.3333333333%}.cols.cols-4>*{width:25%}.cols.cols-5>*{width:20%}.cols figcaption{margin-top:.5rem}.full-width{position:relative;left:-25%;width:150%}.code-block{margin-bottom:1.5rem}.code-block pre{margin-bottom:0}.token.cr:before,.token.lf:before,.token.tab:not(:empty):before{content:''}#custom-events-demo>div:first-child{-webkit-box-flex:0;flex-grow:0;text-align:center}#custom-events-demo>div:first-child img{margin-bottom:1rem;max-height:30rem}#fluidbox-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fafafa;border:1px solid #d3d3d3;border-radius:.75rem;box-shadow:inset 0 0 0 1px #d3d3d3;cursor:pointer;outline:none;height:1.5rem;position:relative;-webkit-transition:border .25s .15s,box-shadow .25s .3s,padding .25s,opacity .25s;transition:border .25s .15s,box-shadow .25s .3s,padding .25s,opacity .25s;width:3rem;vertical-align:top}#fluidbox-toggle:after{background-color:#fff;border:1px solid #d3d3d3;border-radius:50%;content:'';display:block;height:calc(1.5rem - 4px);left:0;position:absolute;right:1.5rem;top:0;-webkit-transition:border .25s .15s,left .25s .1s,right .15s .175s;transition:border .25s .15s,left .25s .1s,right .15s .175s}#fluidbox-toggle:checked{border-color:#53d76a;box-shadow:inset 0 0 0 .75rem #53d76a;padding-left:1.5rem;-webkit-transition:border .25s,box-shadow .25s,padding .25s .15s;transition:border .25s,box-shadow .25s,padding .25s .15s}#fluidbox-toggle:checked:after{border-color:#53d76a;left:1.5rem;right:0;-webkit-transition:border .25s,left .15s .25s,right .25s .175s;transition:border .25s,left .15s .25s,right .25s .175s}#fluidbox-toggle:disabled{opacity:.5}#fluidbox-toggle+label{color:#666;margin-left:.5rem}#custom-events__log{position:relative;text-align:left}#custom-events__log div{border:1px solid rgba(0,0,0,.125);background-color:#eee;padding:1rem 2rem;position:absolute;top:0;left:0;bottom:0;right:0;overflow-y:auto}#custom-events__log ul{list-style:none;padding:0}#custom-events__log ul li{margin-bottom:.5rem}#custom-events__log ul li>span{display:block}#custom-events__log ul li>.evt{background-color:#999;border-radius:.5em;display:block;float:left;font-size:.75em;margin:.5em .5em 0 0;padding:0 .5em;height:1em}#custom-events__log ul li>.evt.dsc{padding-left:1.5em}#custom-events__log ul li.fluidbox-event-closeend,#custom-events__log ul li.fluidbox-event-destroyed,#custom-events__log ul li.fluidbox-event-openend,#custom-events__log ul li.fluidbox-event-ready{border-bottom:1px dashed rgba(85,85,85,.25);padding-bottom:.5rem}#custom-events__log ul li:last-child{border:none;padding-bottom:0}#custom-trigger-1-social{position:fixed;bottom:2.5%;left:0;right:0;opacity:0;padding:1rem 0;background-color:hsla(0,0%,100%,.75);z-index:1011;text-align:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transform:translateY(100%);transform:translateY(100%)}#custom-trigger-1-social.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#custom-trigger-1-social ul{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;list-style:none;margin:0;padding:0}#custom-trigger-1-social ul li{padding:0 1rem}#custom-trigger-1-social ul a{background-color:rgba(0,0,0,.125);border-radius:4px;border:none;display:inline-block;padding:0 .5rem}#custom-trigger-1-social ul a:hover{background-color:rgba(74,114,152,.75);color:#eee}#loadImg+article{background-color:#eee;border:1px solid rgba(0,0,0,.25);box-sizing:border-box;padding:1rem 2rem}.overlay-1 .fluidbox__overlay{background-color:hsla(26,6%,57%,.85)}.overlay-2 .fluidbox__overlay{background-color:transparent;background-image:-webkit-linear-gradient(bottom right,rgba(130,168,158,.85),rgba(134,150,173,.85));background-image:linear-gradient(to top left,rgba(130,168,158,.85),rgba(134,150,173,.85))}.overlay-3 .fluidbox__overlay{background-color:#000}.overlay-3 .fluidbox__overlay:before{background-image:url(http://i.imgur.com/3qj1wfN.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;content:'';position:absolute;top:0;left:0;bottom:0;right:0;opacity:.33333;-webkit-filter:blur(4px);filter:blur(4px)}footer p{color:#999;margin:0;text-align:center}footer a{color:#ccc}footer a:hover{border-bottom-color:#eee;color:#eee}footer svg{display:block;fill:#ccc;width:2rem;height:2rem;margin:0 auto 1rem}@media only screen and (max-width:768px){header{max-height:500px}header h1{font-size:5rem}.cards{flex-flow:row wrap}.demo a[class^=float]{width:50%}.filler{font-size:.75em}.demo a[class^=float]{width:25%}#fluidbox-3d .fluidbox__ghost:after,#fluidbox-3d .fluidbox__loader:after,#fluidbox-3d .fluidbox__overlay:after{top:100%;left:100%;width:10rem;-webkit-transform:rotate(-45deg) rotateX(-65deg) translate(-50%,-50%)!important;transform:rotate(-45deg) rotateX(-65deg) translate(-50%,-50%)!important}table,tbody,td,th,thead,tr{display:block}table{font-size:1rem;left:0;line-height:1.5rem;width:100%}table td,table th{border:none;position:relative;padding-left:35%}table td:before,table th:before{padding:0 .5rem;position:absolute;left:0;width:35%;white-space:nowrap}table thead{display:none}table thead td{border:none}table tbody tr{background-color:transparent!important;margin-bottom:1rem}table tbody tr th{background-color:#ddd;border-bottom:2px solid rgba(0,0,0,.1)}table tbody tr td{background-color:hsla(0,0%,87%,.5);border-bottom:1px solid #fff}table tbody tr td:last-child{border:none}table tbody tr td:before,table tbody tr th:before{font-size:.8rem;font-weight:700;letter-spacing:2px;line-height:1.5rem;text-transform:uppercase}table tbody tr:target th{background-color:#8ba3b0}table tbody tr:target td{background-color:rgba(139,163,176,.5)}#markup-details tbody td:nth-of-type(1):before{content:'Variable'}#markup-details tbody td:nth-of-type(2):before{content:'Description'}#configuration-options tbody th:before{content:'Property'}#configuration-options tbody td:nth-of-type(1):before{content:'Type'}#configuration-options tbody td:nth-of-type(2):before{content:'Default'}#configuration-options tbody td:nth-of-type(3):before{content:'Description'}.cols{flex-wrap:wrap}.cols>*{width:100%}.cols.cols-nowrap{flex-wrap:wrap}.cols.cols-nowrap>*{margin-bottom:1rem!important;width:100%}#custom-events__log div{position:relative;max-height:50vh}}@media only screen and (max-width:600px){.user-message[data-viewport-threshold="600"]{display:block}.demo .gallery a,.demo .gallery a[class^=col]{margin-bottom:.5rem;width:100%}.demo a[class^=float]{float:none;margin:0 0 1rem;width:100%}}@media only screen and (max-width:480px){html{font-size:12px}}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){#custom-trigger-1-social,header:after{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}
2
+ /*# sourceMappingURL=styles.min.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/css/styles.scss"],"names":[],"mappings":"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","file":"styles.min.css"}
@@ -0,0 +1,233 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
4
+ <metadata>
5
+ Created by FontXChange 20110222 at Fri Feb 1 20:10:43 2013
6
+ By Bjørn Kvamme
7
+ Copyright tomma 2013
8
+ </metadata>
9
+ <defs>
10
+ <font id="BLOKK" horiz-adv-x="2688" >
11
+ <font-face
12
+ font-family="BLOKK"
13
+ font-weight="400"
14
+ font-stretch="normal"
15
+ units-per-em="1024"
16
+ panose-1="0 0 4 0 0 0 0 0 0 0"
17
+ ascent="819"
18
+ descent="-205"
19
+ x-height="704"
20
+ cap-height="704"
21
+ bbox="-64 0 9344 704"
22
+ underline-thickness="51"
23
+ underline-position="127"
24
+ unicode-range="U+0020-201D"
25
+ />
26
+ <missing-glyph horiz-adv-x="8640"
27
+ d="M352 99v112h-112v-112h112zM463 230v112h-223v-112h223zM352 361v112h-112v-112h112zM463 492v111h-111q-47 0 -79 -33q-33 -33 -33 -78h223zM0 0v704h704v-704h-704z" />
28
+ <glyph glyph-name=".notdef" horiz-adv-x="8640"
29
+ d="M352 99v112h-112v-112h112zM463 230v112h-223v-112h223zM352 361v112h-112v-112h112zM463 492v111h-111q-47 0 -79 -33q-33 -33 -33 -78h223zM0 0v704h704v-704h-704z" />
30
+ <glyph glyph-name="glyph1" horiz-adv-x="-64"
31
+ />
32
+ <glyph glyph-name="glyph2" horiz-adv-x="1344"
33
+ />
34
+ <glyph glyph-name="space" unicode=" " horiz-adv-x="1344"
35
+ />
36
+ <glyph glyph-name="exclam" unicode="!"
37
+ d="M-64 0v704h2752v-704h-2752z" />
38
+ <glyph glyph-name="quotedbl" unicode="&#x22;"
39
+ d="M-64 0v704h2752v-704h-2752z" />
40
+ <glyph glyph-name="numbersign" unicode="#"
41
+ d="M-64 0v704h2752v-704h-2752z" />
42
+ <glyph glyph-name="dollar" unicode="$"
43
+ d="M-64 0v704h2752v-704h-2752z" />
44
+ <glyph glyph-name="percent" unicode="%"
45
+ d="M-64 0v704h2752v-704h-2752z" />
46
+ <glyph glyph-name="ampersand" unicode="&#x26;"
47
+ d="M-64 0v704h2752v-704h-2752z" />
48
+ <glyph glyph-name="quotesingle" unicode="'"
49
+ d="M-64 0v704h2752v-704h-2752z" />
50
+ <glyph glyph-name="parenleft" unicode="("
51
+ d="M-64 0v704h2752v-704h-2752z" />
52
+ <glyph glyph-name="parenright" unicode=")"
53
+ d="M-64 0v704h2752v-704h-2752z" />
54
+ <glyph glyph-name="asterisk" unicode="*"
55
+ d="M-64 0v704h2752v-704h-2752z" />
56
+ <glyph glyph-name="plus" unicode="+"
57
+ d="M-64 0v704h2752v-704h-2752z" />
58
+ <glyph glyph-name="comma" unicode=","
59
+ d="M-64 0v704h2752v-704h-2752z" />
60
+ <glyph glyph-name="hyphen" unicode="-"
61
+ d="M-64 0v704h2752v-704h-2752z" />
62
+ <glyph glyph-name="period" unicode="."
63
+ d="M-64 0v704h2752v-704h-2752z" />
64
+ <glyph glyph-name="slash" unicode="/"
65
+ d="M-64 0v704h2752v-704h-2752z" />
66
+ <glyph glyph-name="zero" unicode="0"
67
+ d="M-64 0v704h2752v-704h-2752z" />
68
+ <glyph glyph-name="one" unicode="1" horiz-adv-x="1280"
69
+ d="M-64 0v704h1344v-704h-1344z" />
70
+ <glyph glyph-name="two" unicode="2"
71
+ d="M-64 0v704h2752v-704h-2752z" />
72
+ <glyph glyph-name="three" unicode="3" horiz-adv-x="3584"
73
+ d="M-64 0v704h3648v-704h-3648z" />
74
+ <glyph glyph-name="four" unicode="4" horiz-adv-x="4672"
75
+ d="M-64 0v704h4736v-704h-4736z" />
76
+ <glyph glyph-name="five" unicode="5" horiz-adv-x="6272"
77
+ d="M-64 0v704h6336v-704h-6336z" />
78
+ <glyph glyph-name="six" unicode="6" horiz-adv-x="6848"
79
+ d="M-64 0v704h6912v-704h-6912z" />
80
+ <glyph glyph-name="seven" unicode="7" horiz-adv-x="7232"
81
+ d="M-64 0v704h7296v-704h-7296z" />
82
+ <glyph glyph-name="eight" unicode="8" horiz-adv-x="8192"
83
+ d="M-64 0v704h8256v-704h-8256z" />
84
+ <glyph glyph-name="nine" unicode="9" horiz-adv-x="9344"
85
+ d="M-64 0v704h9408v-704h-9408z" />
86
+ <glyph glyph-name="colon" unicode=":"
87
+ d="M-64 0v704h2752v-704h-2752z" />
88
+ <glyph glyph-name="semicolon" unicode=";"
89
+ d="M-64 0v704h2752v-704h-2752z" />
90
+ <glyph glyph-name="less" unicode="&#x3c;"
91
+ d="M-64 0v704h2752v-704h-2752z" />
92
+ <glyph glyph-name="equal" unicode="="
93
+ d="M-64 0v704h2752v-704h-2752z" />
94
+ <glyph glyph-name="greater" unicode="&#x3e;"
95
+ d="M-64 0v704h2752v-704h-2752z" />
96
+ <glyph glyph-name="question" unicode="?"
97
+ d="M-64 0v704h2752v-704h-2752z" />
98
+ <glyph glyph-name="at" unicode="@"
99
+ d="M-64 0v704h2752v-704h-2752z" />
100
+ <glyph glyph-name="A" unicode="A"
101
+ d="M-64 0v704h2752v-704h-2752z" />
102
+ <glyph glyph-name="B" unicode="B"
103
+ d="M-64 0v704h2752v-704h-2752z" />
104
+ <glyph glyph-name="C" unicode="C"
105
+ d="M-64 0v704h2752v-704h-2752z" />
106
+ <glyph glyph-name="D" unicode="D"
107
+ d="M-64 0v704h2752v-704h-2752z" />
108
+ <glyph glyph-name="E" unicode="E"
109
+ d="M-64 0v704h2752v-704h-2752z" />
110
+ <glyph glyph-name="F" unicode="F"
111
+ d="M-64 0v704h2752v-704h-2752z" />
112
+ <glyph glyph-name="G" unicode="G"
113
+ d="M-64 0v704h2752v-704h-2752z" />
114
+ <glyph glyph-name="H" unicode="H"
115
+ d="M-64 0v704h2752v-704h-2752z" />
116
+ <glyph glyph-name="I" unicode="I"
117
+ d="M-64 0v704h2752v-704h-2752z" />
118
+ <glyph glyph-name="J" unicode="J"
119
+ d="M-64 0v704h2752v-704h-2752z" />
120
+ <glyph glyph-name="K" unicode="K"
121
+ d="M-64 0v704h2752v-704h-2752z" />
122
+ <glyph glyph-name="L" unicode="L"
123
+ d="M-64 0v704h2752v-704h-2752z" />
124
+ <glyph glyph-name="M" unicode="M"
125
+ d="M-64 0v704h2752v-704h-2752z" />
126
+ <glyph glyph-name="N" unicode="N"
127
+ d="M-64 0v704h2752v-704h-2752z" />
128
+ <glyph glyph-name="O" unicode="O"
129
+ d="M-64 0v704h2752v-704h-2752z" />
130
+ <glyph glyph-name="P" unicode="P"
131
+ d="M-64 0v704h2752v-704h-2752z" />
132
+ <glyph glyph-name="Q" unicode="Q"
133
+ d="M-64 0v704h2752v-704h-2752z" />
134
+ <glyph glyph-name="R" unicode="R"
135
+ d="M-64 0v704h2752v-704h-2752z" />
136
+ <glyph glyph-name="S" unicode="S"
137
+ d="M-64 0v704h2752v-704h-2752z" />
138
+ <glyph glyph-name="T" unicode="T"
139
+ d="M-64 0v704h2752v-704h-2752z" />
140
+ <glyph glyph-name="U" unicode="U"
141
+ d="M-64 0v704h2752v-704h-2752z" />
142
+ <glyph glyph-name="V" unicode="V"
143
+ d="M-64 0v704h2752v-704h-2752z" />
144
+ <glyph glyph-name="W" unicode="W"
145
+ d="M-64 0v704h2752v-704h-2752z" />
146
+ <glyph glyph-name="X" unicode="X"
147
+ d="M-64 0v704h2752v-704h-2752z" />
148
+ <glyph glyph-name="Y" unicode="Y"
149
+ d="M-64 0v704h2752v-704h-2752z" />
150
+ <glyph glyph-name="Z" unicode="Z"
151
+ d="M-64 0v704h2752v-704h-2752z" />
152
+ <glyph glyph-name="bracketleft" unicode="["
153
+ d="M-64 0v704h2752v-704h-2752z" />
154
+ <glyph glyph-name="backslash" unicode="\"
155
+ d="M-64 0v704h2752v-704h-2752z" />
156
+ <glyph glyph-name="bracketright" unicode="]"
157
+ d="M-64 0v704h2752v-704h-2752z" />
158
+ <glyph glyph-name="asciicircum" unicode="^"
159
+ d="M-64 0v704h2752v-704h-2752z" />
160
+ <glyph glyph-name="underscore" unicode="_"
161
+ d="M-64 0v704h2752v-704h-2752z" />
162
+ <glyph glyph-name="grave" unicode="`"
163
+ d="M-64 0v704h2752v-704h-2752z" />
164
+ <glyph glyph-name="a" unicode="a"
165
+ d="M-64 0v704h2752v-704h-2752z" />
166
+ <glyph glyph-name="b" unicode="b"
167
+ d="M-64 0v704h2752v-704h-2752z" />
168
+ <glyph glyph-name="c" unicode="c"
169
+ d="M-64 0v704h2752v-704h-2752z" />
170
+ <glyph glyph-name="d" unicode="d"
171
+ d="M-64 0v704h2752v-704h-2752z" />
172
+ <glyph glyph-name="e" unicode="e"
173
+ d="M-64 0v704h2752v-704h-2752z" />
174
+ <glyph glyph-name="f" unicode="f"
175
+ d="M-64 0v704h2752v-704h-2752z" />
176
+ <glyph glyph-name="g" unicode="g"
177
+ d="M-64 0v704h2752v-704h-2752z" />
178
+ <glyph glyph-name="h" unicode="h"
179
+ d="M-64 0v704h2752v-704h-2752z" />
180
+ <glyph glyph-name="i" unicode="i"
181
+ d="M-64 0v704h2752v-704h-2752z" />
182
+ <glyph glyph-name="j" unicode="j"
183
+ d="M-64 0v704h2752v-704h-2752z" />
184
+ <glyph glyph-name="k" unicode="k"
185
+ d="M-64 0v704h2752v-704h-2752z" />
186
+ <glyph glyph-name="l" unicode="l"
187
+ d="M-64 0v704h2752v-704h-2752z" />
188
+ <glyph glyph-name="m" unicode="m"
189
+ d="M-64 0v704h2752v-704h-2752z" />
190
+ <glyph glyph-name="n" unicode="n"
191
+ d="M-64 0v704h2752v-704h-2752z" />
192
+ <glyph glyph-name="o" unicode="o"
193
+ d="M-64 0v704h2752v-704h-2752z" />
194
+ <glyph glyph-name="p" unicode="p"
195
+ d="M-64 0v704h2752v-704h-2752z" />
196
+ <glyph glyph-name="q" unicode="q"
197
+ d="M-64 0v704h2752v-704h-2752z" />
198
+ <glyph glyph-name="r" unicode="r"
199
+ d="M-64 0v704h2752v-704h-2752z" />
200
+ <glyph glyph-name="s" unicode="s"
201
+ d="M-64 0v704h2752v-704h-2752z" />
202
+ <glyph glyph-name="t" unicode="t"
203
+ d="M-64 0v704h2752v-704h-2752z" />
204
+ <glyph glyph-name="u" unicode="u"
205
+ d="M-64 0v704h2752v-704h-2752z" />
206
+ <glyph glyph-name="v" unicode="v"
207
+ d="M-64 0v704h2752v-704h-2752z" />
208
+ <glyph glyph-name="w" unicode="w"
209
+ d="M-64 0v704h2752v-704h-2752z" />
210
+ <glyph glyph-name="x" unicode="x"
211
+ d="M-64 0v704h2752v-704h-2752z" />
212
+ <glyph glyph-name="y" unicode="y"
213
+ d="M-64 0v704h2752v-704h-2752z" />
214
+ <glyph glyph-name="z" unicode="z"
215
+ d="M-64 0v704h2752v-704h-2752z" />
216
+ <glyph glyph-name="braceleft" unicode="{"
217
+ d="M-64 0v704h2752v-704h-2752z" />
218
+ <glyph glyph-name="bar" unicode="|"
219
+ d="M-64 0v704h2752v-704h-2752z" />
220
+ <glyph glyph-name="braceright" unicode="}"
221
+ d="M-64 0v704h2752v-704h-2752z" />
222
+ <glyph glyph-name="asciitilde" unicode="~"
223
+ d="M-64 0v704h2752v-704h-2752z" />
224
+ <glyph glyph-name="quoteleft" unicode="&#x2018;"
225
+ d="M-64 0v704h2752v-704h-2752z" />
226
+ <glyph glyph-name="quoteright" unicode="&#x2019;"
227
+ d="M-64 0v704h2752v-704h-2752z" />
228
+ <glyph glyph-name="quotedblleft" unicode="&#x201c;"
229
+ d="M-64 0v704h2752v-704h-2752z" />
230
+ <glyph glyph-name="quotedblright" unicode="&#x201d;"
231
+ d="M-64 0v704h2752v-704h-2752z" />
232
+ </font>
233
+ </defs></svg>