jekyll-theme-mozg 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (362) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +21 -0
  3. data/README.md +104 -0
  4. data/_includes/mode_switcher.html +5 -0
  5. data/_includes/post_list.html +51 -0
  6. data/_includes/post_list_item.html +26 -0
  7. data/_includes/site-categories.html +7 -0
  8. data/_includes/site-tags.html +7 -0
  9. data/_includes/snippet-disqus.html +25 -0
  10. data/_includes/snippet-facebook-like-button.html +8 -0
  11. data/_includes/snippet-facebook-page-plugin.html +15 -0
  12. data/_includes/snippet-facebook-send-button.html +5 -0
  13. data/_includes/snippet-facebook-setup-SDK.html +9 -0
  14. data/_includes/snippet-github.html +1 -0
  15. data/_includes/snippet-google-ads.html +9 -0
  16. data/_includes/snippet-google-analytics.html +12 -0
  17. data/_includes/snippet-google-custom-search.html +15 -0
  18. data/_includes/snippet-google-hangout-button.html +7 -0
  19. data/_includes/snippet-google-map.html +1 -0
  20. data/_includes/snippet-google-plus-button.html +7 -0
  21. data/_includes/snippet-google-setup-SDK.html +6 -0
  22. data/_includes/snippet-google-tag-manager.html +24 -0
  23. data/_includes/snippet-jekyll-search.html +17 -0
  24. data/_includes/snippet-linkedin-share.html +5 -0
  25. data/_includes/snippet-pagseguro-button-comprar.html +7 -0
  26. data/_includes/snippet-pagseguro-button-doar.html +8 -0
  27. data/_includes/snippet-post-date.html +19 -0
  28. data/_includes/snippet-sidebar-menu.html +75 -0
  29. data/_includes/snippet-social-plugins.html +27 -0
  30. data/_includes/snippet-top-menu-1.html +56 -0
  31. data/_includes/snippet-top-menu-2.html +27 -0
  32. data/_includes/snippet-twitter-follow-button.html +2 -0
  33. data/_includes/snippet-twitter-setup-SDK.html +20 -0
  34. data/_includes/snippet-twitter-tweet-button.html +2 -0
  35. data/_includes/snippet-twitter.html +19 -0
  36. data/_includes/tags_footer.html +19 -0
  37. data/_includes/tags_head.html +53 -0
  38. data/_layouts/compress.html +10 -0
  39. data/_layouts/default.html +203 -0
  40. data/_layouts/page.html +40 -0
  41. data/_layouts/post.html +24 -0
  42. data/_sass/jekyll-theme-mozg.scss +6 -0
  43. data/_sass/jekyll-theme-primer.scss +8 -0
  44. data/_sass/rouge.scss +209 -0
  45. data/assets/css/bootstrap.css +2 -0
  46. data/assets/css/bootstrap/Gruntfile.js +511 -0
  47. data/assets/css/bootstrap/LICENSE +21 -0
  48. data/assets/css/bootstrap/dist/css/bootstrap-theme.css +587 -0
  49. data/assets/css/bootstrap/dist/css/bootstrap-theme.css.map +1 -0
  50. data/assets/css/bootstrap/dist/css/bootstrap-theme.min.css +6 -0
  51. data/assets/css/bootstrap/dist/css/bootstrap-theme.min.css.map +1 -0
  52. data/assets/css/bootstrap/dist/css/bootstrap.css +6757 -0
  53. data/assets/css/bootstrap/dist/css/bootstrap.css.map +1 -0
  54. data/assets/css/bootstrap/dist/css/bootstrap.min.css +6 -0
  55. data/assets/css/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  56. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  57. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +288 -0
  58. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  59. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  60. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
  61. data/assets/css/bootstrap/dist/js/bootstrap.js +2377 -0
  62. data/assets/css/bootstrap/dist/js/bootstrap.min.js +7 -0
  63. data/assets/css/bootstrap/dist/js/npm.js +13 -0
  64. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  65. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
  66. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  67. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  68. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  69. data/assets/css/bootstrap/grunt/.jshintrc +7 -0
  70. data/assets/css/bootstrap/grunt/bs-commonjs-generator.js +30 -0
  71. data/assets/css/bootstrap/grunt/bs-glyphicons-data-generator.js +42 -0
  72. data/assets/css/bootstrap/grunt/bs-lessdoc-parser.js +237 -0
  73. data/assets/css/bootstrap/grunt/bs-raw-files-generator.js +44 -0
  74. data/assets/css/bootstrap/grunt/change-version.js +109 -0
  75. data/assets/css/bootstrap/grunt/configBridge.json +46 -0
  76. data/assets/css/bootstrap/grunt/npm-shrinkwrap.json +2679 -0
  77. data/assets/css/bootstrap/grunt/sauce_browsers.yml +82 -0
  78. data/assets/css/bootstrap/js/affix.js +162 -0
  79. data/assets/css/bootstrap/js/alert.js +94 -0
  80. data/assets/css/bootstrap/js/button.js +125 -0
  81. data/assets/css/bootstrap/js/carousel.js +237 -0
  82. data/assets/css/bootstrap/js/collapse.js +212 -0
  83. data/assets/css/bootstrap/js/dropdown.js +165 -0
  84. data/assets/css/bootstrap/js/modal.js +339 -0
  85. data/assets/css/bootstrap/js/popover.js +108 -0
  86. data/assets/css/bootstrap/js/scrollspy.js +172 -0
  87. data/assets/css/bootstrap/js/tab.js +155 -0
  88. data/assets/css/bootstrap/js/tooltip.js +520 -0
  89. data/assets/css/bootstrap/js/transition.js +59 -0
  90. data/assets/css/bootstrap/less/alerts.less +73 -0
  91. data/assets/css/bootstrap/less/badges.less +66 -0
  92. data/assets/css/bootstrap/less/bootstrap.less +56 -0
  93. data/assets/css/bootstrap/less/breadcrumbs.less +26 -0
  94. data/assets/css/bootstrap/less/button-groups.less +244 -0
  95. data/assets/css/bootstrap/less/buttons.less +166 -0
  96. data/assets/css/bootstrap/less/carousel.less +270 -0
  97. data/assets/css/bootstrap/less/close.less +34 -0
  98. data/assets/css/bootstrap/less/code.less +69 -0
  99. data/assets/css/bootstrap/less/component-animations.less +33 -0
  100. data/assets/css/bootstrap/less/dropdowns.less +216 -0
  101. data/assets/css/bootstrap/less/forms.less +613 -0
  102. data/assets/css/bootstrap/less/glyphicons.less +305 -0
  103. data/assets/css/bootstrap/less/grid.less +84 -0
  104. data/assets/css/bootstrap/less/input-groups.less +171 -0
  105. data/assets/css/bootstrap/less/jumbotron.less +54 -0
  106. data/assets/css/bootstrap/less/labels.less +64 -0
  107. data/assets/css/bootstrap/less/list-group.less +130 -0
  108. data/assets/css/bootstrap/less/media.less +66 -0
  109. data/assets/css/bootstrap/less/mixins.less +40 -0
  110. data/assets/css/bootstrap/less/mixins/alerts.less +14 -0
  111. data/assets/css/bootstrap/less/mixins/background-variant.less +9 -0
  112. data/assets/css/bootstrap/less/mixins/border-radius.less +18 -0
  113. data/assets/css/bootstrap/less/mixins/buttons.less +65 -0
  114. data/assets/css/bootstrap/less/mixins/center-block.less +7 -0
  115. data/assets/css/bootstrap/less/mixins/clearfix.less +22 -0
  116. data/assets/css/bootstrap/less/mixins/forms.less +85 -0
  117. data/assets/css/bootstrap/less/mixins/gradients.less +59 -0
  118. data/assets/css/bootstrap/less/mixins/grid-framework.less +91 -0
  119. data/assets/css/bootstrap/less/mixins/grid.less +122 -0
  120. data/assets/css/bootstrap/less/mixins/hide-text.less +21 -0
  121. data/assets/css/bootstrap/less/mixins/image.less +33 -0
  122. data/assets/css/bootstrap/less/mixins/labels.less +12 -0
  123. data/assets/css/bootstrap/less/mixins/list-group.less +30 -0
  124. data/assets/css/bootstrap/less/mixins/nav-divider.less +10 -0
  125. data/assets/css/bootstrap/less/mixins/nav-vertical-align.less +9 -0
  126. data/assets/css/bootstrap/less/mixins/opacity.less +8 -0
  127. data/assets/css/bootstrap/less/mixins/pagination.less +24 -0
  128. data/assets/css/bootstrap/less/mixins/panels.less +24 -0
  129. data/assets/css/bootstrap/less/mixins/progress-bar.less +10 -0
  130. data/assets/css/bootstrap/less/mixins/reset-filter.less +8 -0
  131. data/assets/css/bootstrap/less/mixins/reset-text.less +18 -0
  132. data/assets/css/bootstrap/less/mixins/resize.less +6 -0
  133. data/assets/css/bootstrap/less/mixins/responsive-visibility.less +15 -0
  134. data/assets/css/bootstrap/less/mixins/size.less +10 -0
  135. data/assets/css/bootstrap/less/mixins/tab-focus.less +9 -0
  136. data/assets/css/bootstrap/less/mixins/table-row.less +28 -0
  137. data/assets/css/bootstrap/less/mixins/text-emphasis.less +9 -0
  138. data/assets/css/bootstrap/less/mixins/text-overflow.less +8 -0
  139. data/assets/css/bootstrap/less/mixins/vendor-prefixes.less +227 -0
  140. data/assets/css/bootstrap/less/modals.less +150 -0
  141. data/assets/css/bootstrap/less/navbar.less +660 -0
  142. data/assets/css/bootstrap/less/navs.less +242 -0
  143. data/assets/css/bootstrap/less/normalize.less +424 -0
  144. data/assets/css/bootstrap/less/pager.less +54 -0
  145. data/assets/css/bootstrap/less/pagination.less +89 -0
  146. data/assets/css/bootstrap/less/panels.less +271 -0
  147. data/assets/css/bootstrap/less/popovers.less +131 -0
  148. data/assets/css/bootstrap/less/print.less +101 -0
  149. data/assets/css/bootstrap/less/progress-bars.less +87 -0
  150. data/assets/css/bootstrap/less/responsive-embed.less +35 -0
  151. data/assets/css/bootstrap/less/responsive-utilities.less +194 -0
  152. data/assets/css/bootstrap/less/scaffolding.less +161 -0
  153. data/assets/css/bootstrap/less/tables.less +234 -0
  154. data/assets/css/bootstrap/less/theme.less +291 -0
  155. data/assets/css/bootstrap/less/thumbnails.less +36 -0
  156. data/assets/css/bootstrap/less/tooltip.less +101 -0
  157. data/assets/css/bootstrap/less/type.less +302 -0
  158. data/assets/css/bootstrap/less/utilities.less +55 -0
  159. data/assets/css/bootstrap/less/variables.less +869 -0
  160. data/assets/css/bootstrap/less/wells.less +29 -0
  161. data/assets/css/bootstrap/package.json +144 -0
  162. data/assets/css/style.scss +4 -0
  163. data/assets/css/theme.css +7791 -0
  164. data/assets/fonts/fakt/Fakt-Blond.woff2 +0 -0
  165. data/assets/fonts/fakt/Fakt-BlondItalic.woff2 +0 -0
  166. data/assets/fonts/fakt/Fakt-SemiBold.woff2 +0 -0
  167. data/assets/fonts/theme-website.woff +0 -0
  168. data/assets/images/backgrounds/mascote-cerebrum-3d.png +0 -0
  169. data/assets/images/logos/logo.svg +37 -0
  170. data/assets/images/logos/logo_32_32.png +0 -0
  171. data/assets/images/logos/theme-logo-green.png +0 -0
  172. data/assets/images/logos/theme-logo-white.png +0 -0
  173. data/assets/images/rocket.png +0 -0
  174. data/assets/javascript/anchor-js/.eslintrc +77 -0
  175. data/assets/javascript/anchor-js/.gitattributes +2 -0
  176. data/assets/javascript/anchor-js/.npmignore +4 -0
  177. data/assets/javascript/anchor-js/.travis.yml +6 -0
  178. data/assets/javascript/anchor-js/anchor.js +335 -0
  179. data/assets/javascript/anchor-js/anchor.min.js +6 -0
  180. data/assets/javascript/anchor-js/banner.js +17 -0
  181. data/assets/javascript/anchor-js/docs/anchor.js +335 -0
  182. data/assets/javascript/anchor-js/docs/favicon.ico +0 -0
  183. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.eot +0 -0
  184. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg +11 -0
  185. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.ttf +0 -0
  186. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.woff +0 -0
  187. data/assets/javascript/anchor-js/docs/fonts/fonts.css +24 -0
  188. data/assets/javascript/anchor-js/docs/grunticon/grunticon.loader.js +3 -0
  189. data/assets/javascript/anchor-js/docs/grunticon/icons.data.png.css +5 -0
  190. data/assets/javascript/anchor-js/docs/grunticon/icons.data.svg.css +5 -0
  191. data/assets/javascript/anchor-js/docs/grunticon/icons.fallback.css +5 -0
  192. data/assets/javascript/anchor-js/docs/grunticon/png/grunticon-link.png +0 -0
  193. data/assets/javascript/anchor-js/docs/img/anchoring-links.png +0 -0
  194. data/assets/javascript/anchor-js/docs/img/anchorjs_logo.png +0 -0
  195. data/assets/javascript/anchor-js/docs/img/anchorlinks2.png +0 -0
  196. data/assets/javascript/anchor-js/docs/img/gh-link.svg +9 -0
  197. data/assets/javascript/anchor-js/docs/img/gh_link.svg +9 -0
  198. data/assets/javascript/anchor-js/docs/img/hyperlink.svg +9 -0
  199. data/assets/javascript/anchor-js/docs/img/link.svg +6 -0
  200. data/assets/javascript/anchor-js/docs/img/mini-logo.png +0 -0
  201. data/assets/javascript/anchor-js/docs/img/primer-md.png +0 -0
  202. data/assets/javascript/anchor-js/docs/scripts.js +12 -0
  203. data/assets/javascript/anchor-js/docs/styles.css +494 -0
  204. data/assets/javascript/jquery-lazy/LICENSE +375 -0
  205. data/assets/javascript/jquery-lazy/bower.json +48 -0
  206. data/assets/javascript/jquery-lazy/gulpfile.js +150 -0
  207. data/assets/javascript/jquery-lazy/jquery.lazy.js +870 -0
  208. data/assets/javascript/jquery-lazy/jquery.lazy.min.js +2 -0
  209. data/assets/javascript/jquery-lazy/jquery.lazy.plugins.js +580 -0
  210. data/assets/javascript/jquery-lazy/jquery.lazy.plugins.min.js +2 -0
  211. data/assets/javascript/jquery-lazy/package.json +125 -0
  212. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.ajax.js +73 -0
  213. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.ajax.min.js +2 -0
  214. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.av.js +115 -0
  215. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.av.min.js +2 -0
  216. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.iframe.js +81 -0
  217. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.iframe.min.js +2 -0
  218. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.noop.js +30 -0
  219. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.noop.min.js +2 -0
  220. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.picture.js +187 -0
  221. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.picture.min.js +2 -0
  222. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.script.js +27 -0
  223. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.script.min.js +2 -0
  224. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.vimeo.js +30 -0
  225. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.vimeo.min.js +2 -0
  226. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.youtube.js +30 -0
  227. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.youtube.min.js +2 -0
  228. data/assets/javascript/jquery/AUTHORS.txt +301 -0
  229. data/assets/javascript/jquery/LICENSE.txt +36 -0
  230. data/assets/javascript/jquery/bower.json +14 -0
  231. data/assets/javascript/jquery/dist/core.js +476 -0
  232. data/assets/javascript/jquery/dist/jquery.js +10253 -0
  233. data/assets/javascript/jquery/dist/jquery.min.js +4 -0
  234. data/assets/javascript/jquery/dist/jquery.min.map +1 -0
  235. data/assets/javascript/jquery/dist/jquery.slim.js +8160 -0
  236. data/assets/javascript/jquery/dist/jquery.slim.min.js +4 -0
  237. data/assets/javascript/jquery/dist/jquery.slim.min.map +1 -0
  238. data/assets/javascript/jquery/external/sizzle/LICENSE.txt +36 -0
  239. data/assets/javascript/jquery/external/sizzle/dist/sizzle.js +2272 -0
  240. data/assets/javascript/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  241. data/assets/javascript/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  242. data/assets/javascript/jquery/package.json +162 -0
  243. data/assets/javascript/jquery/src/.eslintrc.json +5 -0
  244. data/assets/javascript/jquery/src/ajax.js +855 -0
  245. data/assets/javascript/jquery/src/ajax/jsonp.js +102 -0
  246. data/assets/javascript/jquery/src/ajax/load.js +76 -0
  247. data/assets/javascript/jquery/src/ajax/parseXML.js +30 -0
  248. data/assets/javascript/jquery/src/ajax/script.js +77 -0
  249. data/assets/javascript/jquery/src/ajax/var/location.js +5 -0
  250. data/assets/javascript/jquery/src/ajax/var/nonce.js +7 -0
  251. data/assets/javascript/jquery/src/ajax/var/rquery.js +5 -0
  252. data/assets/javascript/jquery/src/ajax/xhr.js +169 -0
  253. data/assets/javascript/jquery/src/attributes.js +13 -0
  254. data/assets/javascript/jquery/src/attributes/attr.js +141 -0
  255. data/assets/javascript/jquery/src/attributes/classes.js +174 -0
  256. data/assets/javascript/jquery/src/attributes/prop.js +143 -0
  257. data/assets/javascript/jquery/src/attributes/support.js +33 -0
  258. data/assets/javascript/jquery/src/attributes/val.js +190 -0
  259. data/assets/javascript/jquery/src/callbacks.js +234 -0
  260. data/assets/javascript/jquery/src/core.js +476 -0
  261. data/assets/javascript/jquery/src/core/DOMEval.js +16 -0
  262. data/assets/javascript/jquery/src/core/access.js +70 -0
  263. data/assets/javascript/jquery/src/core/init.js +128 -0
  264. data/assets/javascript/jquery/src/core/nodeName.js +13 -0
  265. data/assets/javascript/jquery/src/core/parseHTML.js +65 -0
  266. data/assets/javascript/jquery/src/core/ready-no-deferred.js +96 -0
  267. data/assets/javascript/jquery/src/core/ready.js +86 -0
  268. data/assets/javascript/jquery/src/core/readyException.js +13 -0
  269. data/assets/javascript/jquery/src/core/stripAndCollapse.js +14 -0
  270. data/assets/javascript/jquery/src/core/support.js +20 -0
  271. data/assets/javascript/jquery/src/core/var/rsingleTag.js +6 -0
  272. data/assets/javascript/jquery/src/css.js +438 -0
  273. data/assets/javascript/jquery/src/css/addGetHookIf.js +26 -0
  274. data/assets/javascript/jquery/src/css/adjustCSS.js +71 -0
  275. data/assets/javascript/jquery/src/css/curCSS.js +65 -0
  276. data/assets/javascript/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  277. data/assets/javascript/jquery/src/css/showHide.js +105 -0
  278. data/assets/javascript/jquery/src/css/support.js +89 -0
  279. data/assets/javascript/jquery/src/css/var/cssExpand.js +5 -0
  280. data/assets/javascript/jquery/src/css/var/getStyles.js +17 -0
  281. data/assets/javascript/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  282. data/assets/javascript/jquery/src/css/var/rmargin.js +5 -0
  283. data/assets/javascript/jquery/src/css/var/rnumnonpx.js +7 -0
  284. data/assets/javascript/jquery/src/css/var/swap.js +26 -0
  285. data/assets/javascript/jquery/src/data.js +179 -0
  286. data/assets/javascript/jquery/src/data/Data.js +161 -0
  287. data/assets/javascript/jquery/src/data/var/acceptData.js +19 -0
  288. data/assets/javascript/jquery/src/data/var/dataPriv.js +7 -0
  289. data/assets/javascript/jquery/src/data/var/dataUser.js +7 -0
  290. data/assets/javascript/jquery/src/deferred.js +391 -0
  291. data/assets/javascript/jquery/src/deferred/exceptionHook.js +21 -0
  292. data/assets/javascript/jquery/src/deprecated.js +40 -0
  293. data/assets/javascript/jquery/src/dimensions.js +56 -0
  294. data/assets/javascript/jquery/src/effects.js +699 -0
  295. data/assets/javascript/jquery/src/effects/Tween.js +123 -0
  296. data/assets/javascript/jquery/src/effects/animatedSelector.js +15 -0
  297. data/assets/javascript/jquery/src/event.js +746 -0
  298. data/assets/javascript/jquery/src/event/ajax.js +22 -0
  299. data/assets/javascript/jquery/src/event/alias.js +29 -0
  300. data/assets/javascript/jquery/src/event/focusin.js +55 -0
  301. data/assets/javascript/jquery/src/event/support.js +11 -0
  302. data/assets/javascript/jquery/src/event/trigger.js +185 -0
  303. data/assets/javascript/jquery/src/exports/amd.js +26 -0
  304. data/assets/javascript/jquery/src/exports/global.js +34 -0
  305. data/assets/javascript/jquery/src/jquery.js +41 -0
  306. data/assets/javascript/jquery/src/manipulation.js +488 -0
  307. data/assets/javascript/jquery/src/manipulation/_evalUrl.js +23 -0
  308. data/assets/javascript/jquery/src/manipulation/buildFragment.js +104 -0
  309. data/assets/javascript/jquery/src/manipulation/getAll.js +32 -0
  310. data/assets/javascript/jquery/src/manipulation/setGlobalEval.js +22 -0
  311. data/assets/javascript/jquery/src/manipulation/support.js +35 -0
  312. data/assets/javascript/jquery/src/manipulation/var/rcheckableType.js +5 -0
  313. data/assets/javascript/jquery/src/manipulation/var/rscriptType.js +5 -0
  314. data/assets/javascript/jquery/src/manipulation/var/rtagName.js +5 -0
  315. data/assets/javascript/jquery/src/manipulation/wrapMap.js +29 -0
  316. data/assets/javascript/jquery/src/offset.js +229 -0
  317. data/assets/javascript/jquery/src/queue.js +145 -0
  318. data/assets/javascript/jquery/src/queue/delay.js +24 -0
  319. data/assets/javascript/jquery/src/selector-native.js +237 -0
  320. data/assets/javascript/jquery/src/selector-sizzle.js +19 -0
  321. data/assets/javascript/jquery/src/selector.js +3 -0
  322. data/assets/javascript/jquery/src/serialize.js +130 -0
  323. data/assets/javascript/jquery/src/traversing.js +191 -0
  324. data/assets/javascript/jquery/src/traversing/findFilter.js +106 -0
  325. data/assets/javascript/jquery/src/traversing/var/dir.js +22 -0
  326. data/assets/javascript/jquery/src/traversing/var/rneedsContext.js +8 -0
  327. data/assets/javascript/jquery/src/traversing/var/siblings.js +17 -0
  328. data/assets/javascript/jquery/src/var/ObjectFunctionString.js +7 -0
  329. data/assets/javascript/jquery/src/var/arr.js +5 -0
  330. data/assets/javascript/jquery/src/var/class2type.js +6 -0
  331. data/assets/javascript/jquery/src/var/concat.js +7 -0
  332. data/assets/javascript/jquery/src/var/document.js +5 -0
  333. data/assets/javascript/jquery/src/var/documentElement.js +7 -0
  334. data/assets/javascript/jquery/src/var/fnToString.js +7 -0
  335. data/assets/javascript/jquery/src/var/getProto.js +5 -0
  336. data/assets/javascript/jquery/src/var/hasOwn.js +7 -0
  337. data/assets/javascript/jquery/src/var/indexOf.js +7 -0
  338. data/assets/javascript/jquery/src/var/pnum.js +5 -0
  339. data/assets/javascript/jquery/src/var/push.js +7 -0
  340. data/assets/javascript/jquery/src/var/rcssNum.js +9 -0
  341. data/assets/javascript/jquery/src/var/rnothtmlwhite.js +8 -0
  342. data/assets/javascript/jquery/src/var/slice.js +7 -0
  343. data/assets/javascript/jquery/src/var/support.js +6 -0
  344. data/assets/javascript/jquery/src/var/toString.js +7 -0
  345. data/assets/javascript/jquery/src/wrap.js +77 -0
  346. data/assets/javascript/velocity-animate/package.json +104 -0
  347. data/assets/javascript/velocity-animate/velocity.js +4768 -0
  348. data/assets/javascript/velocity-animate/velocity.min.js +4 -0
  349. data/assets/javascript/velocity-animate/velocity.ui.js +804 -0
  350. data/assets/javascript/velocity-animate/velocity.ui.min.js +1 -0
  351. data/assets/js/0-bootstrap.min.js +7 -0
  352. data/assets/js/0-jquery.ba-postmessage.min.js +20 -0
  353. data/assets/js/0-jquery.lazy.min.js +2 -0
  354. data/assets/js/0-velocity.js +4 -0
  355. data/assets/js/application.js +103 -0
  356. data/assets/js/internal/listAndPagi.js +38 -0
  357. data/assets/js/internal/pagination.js +11 -0
  358. data/assets/js/internal/search.js +65 -0
  359. data/assets/js/internal/utils.js +128 -0
  360. data/assets/js/jquery.js +5 -0
  361. data/assets/js/web/libs/lunr.js/0.6.0/lunr.min.js +7 -0
  362. metadata +461 -0
@@ -0,0 +1,305 @@
1
+ //
2
+ // Glyphicons for Bootstrap
3
+ //
4
+ // Since icons are fonts, they can be placed anywhere text is placed and are
5
+ // thus automatically sized to match the surrounding child. To use, create an
6
+ // inline element with the appropriate classes, like so:
7
+ //
8
+ // <a href="#"><span class="glyphicon glyphicon-star"></span> Star</a>
9
+
10
+ // Import the fonts
11
+ @font-face {
12
+ font-family: 'Glyphicons Halflings';
13
+ src: url('@{icon-font-path}@{icon-font-name}.eot');
14
+ src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
15
+ url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
16
+ url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
17
+ url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
18
+ url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
19
+ }
20
+
21
+ // Catchall baseclass
22
+ .glyphicon {
23
+ position: relative;
24
+ top: 1px;
25
+ display: inline-block;
26
+ font-family: 'Glyphicons Halflings';
27
+ font-style: normal;
28
+ font-weight: normal;
29
+ line-height: 1;
30
+ -webkit-font-smoothing: antialiased;
31
+ -moz-osx-font-smoothing: grayscale;
32
+ }
33
+
34
+ // Individual icons
35
+ .glyphicon-asterisk { &:before { content: "\002a"; } }
36
+ .glyphicon-plus { &:before { content: "\002b"; } }
37
+ .glyphicon-euro,
38
+ .glyphicon-eur { &:before { content: "\20ac"; } }
39
+ .glyphicon-minus { &:before { content: "\2212"; } }
40
+ .glyphicon-cloud { &:before { content: "\2601"; } }
41
+ .glyphicon-envelope { &:before { content: "\2709"; } }
42
+ .glyphicon-pencil { &:before { content: "\270f"; } }
43
+ .glyphicon-glass { &:before { content: "\e001"; } }
44
+ .glyphicon-music { &:before { content: "\e002"; } }
45
+ .glyphicon-search { &:before { content: "\e003"; } }
46
+ .glyphicon-heart { &:before { content: "\e005"; } }
47
+ .glyphicon-star { &:before { content: "\e006"; } }
48
+ .glyphicon-star-empty { &:before { content: "\e007"; } }
49
+ .glyphicon-user { &:before { content: "\e008"; } }
50
+ .glyphicon-film { &:before { content: "\e009"; } }
51
+ .glyphicon-th-large { &:before { content: "\e010"; } }
52
+ .glyphicon-th { &:before { content: "\e011"; } }
53
+ .glyphicon-th-list { &:before { content: "\e012"; } }
54
+ .glyphicon-ok { &:before { content: "\e013"; } }
55
+ .glyphicon-remove { &:before { content: "\e014"; } }
56
+ .glyphicon-zoom-in { &:before { content: "\e015"; } }
57
+ .glyphicon-zoom-out { &:before { content: "\e016"; } }
58
+ .glyphicon-off { &:before { content: "\e017"; } }
59
+ .glyphicon-signal { &:before { content: "\e018"; } }
60
+ .glyphicon-cog { &:before { content: "\e019"; } }
61
+ .glyphicon-trash { &:before { content: "\e020"; } }
62
+ .glyphicon-home { &:before { content: "\e021"; } }
63
+ .glyphicon-file { &:before { content: "\e022"; } }
64
+ .glyphicon-time { &:before { content: "\e023"; } }
65
+ .glyphicon-road { &:before { content: "\e024"; } }
66
+ .glyphicon-download-alt { &:before { content: "\e025"; } }
67
+ .glyphicon-download { &:before { content: "\e026"; } }
68
+ .glyphicon-upload { &:before { content: "\e027"; } }
69
+ .glyphicon-inbox { &:before { content: "\e028"; } }
70
+ .glyphicon-play-circle { &:before { content: "\e029"; } }
71
+ .glyphicon-repeat { &:before { content: "\e030"; } }
72
+ .glyphicon-refresh { &:before { content: "\e031"; } }
73
+ .glyphicon-list-alt { &:before { content: "\e032"; } }
74
+ .glyphicon-lock { &:before { content: "\e033"; } }
75
+ .glyphicon-flag { &:before { content: "\e034"; } }
76
+ .glyphicon-headphones { &:before { content: "\e035"; } }
77
+ .glyphicon-volume-off { &:before { content: "\e036"; } }
78
+ .glyphicon-volume-down { &:before { content: "\e037"; } }
79
+ .glyphicon-volume-up { &:before { content: "\e038"; } }
80
+ .glyphicon-qrcode { &:before { content: "\e039"; } }
81
+ .glyphicon-barcode { &:before { content: "\e040"; } }
82
+ .glyphicon-tag { &:before { content: "\e041"; } }
83
+ .glyphicon-tags { &:before { content: "\e042"; } }
84
+ .glyphicon-book { &:before { content: "\e043"; } }
85
+ .glyphicon-bookmark { &:before { content: "\e044"; } }
86
+ .glyphicon-print { &:before { content: "\e045"; } }
87
+ .glyphicon-camera { &:before { content: "\e046"; } }
88
+ .glyphicon-font { &:before { content: "\e047"; } }
89
+ .glyphicon-bold { &:before { content: "\e048"; } }
90
+ .glyphicon-italic { &:before { content: "\e049"; } }
91
+ .glyphicon-text-height { &:before { content: "\e050"; } }
92
+ .glyphicon-text-width { &:before { content: "\e051"; } }
93
+ .glyphicon-align-left { &:before { content: "\e052"; } }
94
+ .glyphicon-align-center { &:before { content: "\e053"; } }
95
+ .glyphicon-align-right { &:before { content: "\e054"; } }
96
+ .glyphicon-align-justify { &:before { content: "\e055"; } }
97
+ .glyphicon-list { &:before { content: "\e056"; } }
98
+ .glyphicon-indent-left { &:before { content: "\e057"; } }
99
+ .glyphicon-indent-right { &:before { content: "\e058"; } }
100
+ .glyphicon-facetime-video { &:before { content: "\e059"; } }
101
+ .glyphicon-picture { &:before { content: "\e060"; } }
102
+ .glyphicon-map-marker { &:before { content: "\e062"; } }
103
+ .glyphicon-adjust { &:before { content: "\e063"; } }
104
+ .glyphicon-tint { &:before { content: "\e064"; } }
105
+ .glyphicon-edit { &:before { content: "\e065"; } }
106
+ .glyphicon-share { &:before { content: "\e066"; } }
107
+ .glyphicon-check { &:before { content: "\e067"; } }
108
+ .glyphicon-move { &:before { content: "\e068"; } }
109
+ .glyphicon-step-backward { &:before { content: "\e069"; } }
110
+ .glyphicon-fast-backward { &:before { content: "\e070"; } }
111
+ .glyphicon-backward { &:before { content: "\e071"; } }
112
+ .glyphicon-play { &:before { content: "\e072"; } }
113
+ .glyphicon-pause { &:before { content: "\e073"; } }
114
+ .glyphicon-stop { &:before { content: "\e074"; } }
115
+ .glyphicon-forward { &:before { content: "\e075"; } }
116
+ .glyphicon-fast-forward { &:before { content: "\e076"; } }
117
+ .glyphicon-step-forward { &:before { content: "\e077"; } }
118
+ .glyphicon-eject { &:before { content: "\e078"; } }
119
+ .glyphicon-chevron-left { &:before { content: "\e079"; } }
120
+ .glyphicon-chevron-right { &:before { content: "\e080"; } }
121
+ .glyphicon-plus-sign { &:before { content: "\e081"; } }
122
+ .glyphicon-minus-sign { &:before { content: "\e082"; } }
123
+ .glyphicon-remove-sign { &:before { content: "\e083"; } }
124
+ .glyphicon-ok-sign { &:before { content: "\e084"; } }
125
+ .glyphicon-question-sign { &:before { content: "\e085"; } }
126
+ .glyphicon-info-sign { &:before { content: "\e086"; } }
127
+ .glyphicon-screenshot { &:before { content: "\e087"; } }
128
+ .glyphicon-remove-circle { &:before { content: "\e088"; } }
129
+ .glyphicon-ok-circle { &:before { content: "\e089"; } }
130
+ .glyphicon-ban-circle { &:before { content: "\e090"; } }
131
+ .glyphicon-arrow-left { &:before { content: "\e091"; } }
132
+ .glyphicon-arrow-right { &:before { content: "\e092"; } }
133
+ .glyphicon-arrow-up { &:before { content: "\e093"; } }
134
+ .glyphicon-arrow-down { &:before { content: "\e094"; } }
135
+ .glyphicon-share-alt { &:before { content: "\e095"; } }
136
+ .glyphicon-resize-full { &:before { content: "\e096"; } }
137
+ .glyphicon-resize-small { &:before { content: "\e097"; } }
138
+ .glyphicon-exclamation-sign { &:before { content: "\e101"; } }
139
+ .glyphicon-gift { &:before { content: "\e102"; } }
140
+ .glyphicon-leaf { &:before { content: "\e103"; } }
141
+ .glyphicon-fire { &:before { content: "\e104"; } }
142
+ .glyphicon-eye-open { &:before { content: "\e105"; } }
143
+ .glyphicon-eye-close { &:before { content: "\e106"; } }
144
+ .glyphicon-warning-sign { &:before { content: "\e107"; } }
145
+ .glyphicon-plane { &:before { content: "\e108"; } }
146
+ .glyphicon-calendar { &:before { content: "\e109"; } }
147
+ .glyphicon-random { &:before { content: "\e110"; } }
148
+ .glyphicon-comment { &:before { content: "\e111"; } }
149
+ .glyphicon-magnet { &:before { content: "\e112"; } }
150
+ .glyphicon-chevron-up { &:before { content: "\e113"; } }
151
+ .glyphicon-chevron-down { &:before { content: "\e114"; } }
152
+ .glyphicon-retweet { &:before { content: "\e115"; } }
153
+ .glyphicon-shopping-cart { &:before { content: "\e116"; } }
154
+ .glyphicon-folder-close { &:before { content: "\e117"; } }
155
+ .glyphicon-folder-open { &:before { content: "\e118"; } }
156
+ .glyphicon-resize-vertical { &:before { content: "\e119"; } }
157
+ .glyphicon-resize-horizontal { &:before { content: "\e120"; } }
158
+ .glyphicon-hdd { &:before { content: "\e121"; } }
159
+ .glyphicon-bullhorn { &:before { content: "\e122"; } }
160
+ .glyphicon-bell { &:before { content: "\e123"; } }
161
+ .glyphicon-certificate { &:before { content: "\e124"; } }
162
+ .glyphicon-thumbs-up { &:before { content: "\e125"; } }
163
+ .glyphicon-thumbs-down { &:before { content: "\e126"; } }
164
+ .glyphicon-hand-right { &:before { content: "\e127"; } }
165
+ .glyphicon-hand-left { &:before { content: "\e128"; } }
166
+ .glyphicon-hand-up { &:before { content: "\e129"; } }
167
+ .glyphicon-hand-down { &:before { content: "\e130"; } }
168
+ .glyphicon-circle-arrow-right { &:before { content: "\e131"; } }
169
+ .glyphicon-circle-arrow-left { &:before { content: "\e132"; } }
170
+ .glyphicon-circle-arrow-up { &:before { content: "\e133"; } }
171
+ .glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
172
+ .glyphicon-globe { &:before { content: "\e135"; } }
173
+ .glyphicon-wrench { &:before { content: "\e136"; } }
174
+ .glyphicon-tasks { &:before { content: "\e137"; } }
175
+ .glyphicon-filter { &:before { content: "\e138"; } }
176
+ .glyphicon-briefcase { &:before { content: "\e139"; } }
177
+ .glyphicon-fullscreen { &:before { content: "\e140"; } }
178
+ .glyphicon-dashboard { &:before { content: "\e141"; } }
179
+ .glyphicon-paperclip { &:before { content: "\e142"; } }
180
+ .glyphicon-heart-empty { &:before { content: "\e143"; } }
181
+ .glyphicon-link { &:before { content: "\e144"; } }
182
+ .glyphicon-phone { &:before { content: "\e145"; } }
183
+ .glyphicon-pushpin { &:before { content: "\e146"; } }
184
+ .glyphicon-usd { &:before { content: "\e148"; } }
185
+ .glyphicon-gbp { &:before { content: "\e149"; } }
186
+ .glyphicon-sort { &:before { content: "\e150"; } }
187
+ .glyphicon-sort-by-alphabet { &:before { content: "\e151"; } }
188
+ .glyphicon-sort-by-alphabet-alt { &:before { content: "\e152"; } }
189
+ .glyphicon-sort-by-order { &:before { content: "\e153"; } }
190
+ .glyphicon-sort-by-order-alt { &:before { content: "\e154"; } }
191
+ .glyphicon-sort-by-attributes { &:before { content: "\e155"; } }
192
+ .glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
193
+ .glyphicon-unchecked { &:before { content: "\e157"; } }
194
+ .glyphicon-expand { &:before { content: "\e158"; } }
195
+ .glyphicon-collapse-down { &:before { content: "\e159"; } }
196
+ .glyphicon-collapse-up { &:before { content: "\e160"; } }
197
+ .glyphicon-log-in { &:before { content: "\e161"; } }
198
+ .glyphicon-flash { &:before { content: "\e162"; } }
199
+ .glyphicon-log-out { &:before { content: "\e163"; } }
200
+ .glyphicon-new-window { &:before { content: "\e164"; } }
201
+ .glyphicon-record { &:before { content: "\e165"; } }
202
+ .glyphicon-save { &:before { content: "\e166"; } }
203
+ .glyphicon-open { &:before { content: "\e167"; } }
204
+ .glyphicon-saved { &:before { content: "\e168"; } }
205
+ .glyphicon-import { &:before { content: "\e169"; } }
206
+ .glyphicon-export { &:before { content: "\e170"; } }
207
+ .glyphicon-send { &:before { content: "\e171"; } }
208
+ .glyphicon-floppy-disk { &:before { content: "\e172"; } }
209
+ .glyphicon-floppy-saved { &:before { content: "\e173"; } }
210
+ .glyphicon-floppy-remove { &:before { content: "\e174"; } }
211
+ .glyphicon-floppy-save { &:before { content: "\e175"; } }
212
+ .glyphicon-floppy-open { &:before { content: "\e176"; } }
213
+ .glyphicon-credit-card { &:before { content: "\e177"; } }
214
+ .glyphicon-transfer { &:before { content: "\e178"; } }
215
+ .glyphicon-cutlery { &:before { content: "\e179"; } }
216
+ .glyphicon-header { &:before { content: "\e180"; } }
217
+ .glyphicon-compressed { &:before { content: "\e181"; } }
218
+ .glyphicon-earphone { &:before { content: "\e182"; } }
219
+ .glyphicon-phone-alt { &:before { content: "\e183"; } }
220
+ .glyphicon-tower { &:before { content: "\e184"; } }
221
+ .glyphicon-stats { &:before { content: "\e185"; } }
222
+ .glyphicon-sd-video { &:before { content: "\e186"; } }
223
+ .glyphicon-hd-video { &:before { content: "\e187"; } }
224
+ .glyphicon-subtitles { &:before { content: "\e188"; } }
225
+ .glyphicon-sound-stereo { &:before { content: "\e189"; } }
226
+ .glyphicon-sound-dolby { &:before { content: "\e190"; } }
227
+ .glyphicon-sound-5-1 { &:before { content: "\e191"; } }
228
+ .glyphicon-sound-6-1 { &:before { content: "\e192"; } }
229
+ .glyphicon-sound-7-1 { &:before { content: "\e193"; } }
230
+ .glyphicon-copyright-mark { &:before { content: "\e194"; } }
231
+ .glyphicon-registration-mark { &:before { content: "\e195"; } }
232
+ .glyphicon-cloud-download { &:before { content: "\e197"; } }
233
+ .glyphicon-cloud-upload { &:before { content: "\e198"; } }
234
+ .glyphicon-tree-conifer { &:before { content: "\e199"; } }
235
+ .glyphicon-tree-deciduous { &:before { content: "\e200"; } }
236
+ .glyphicon-cd { &:before { content: "\e201"; } }
237
+ .glyphicon-save-file { &:before { content: "\e202"; } }
238
+ .glyphicon-open-file { &:before { content: "\e203"; } }
239
+ .glyphicon-level-up { &:before { content: "\e204"; } }
240
+ .glyphicon-copy { &:before { content: "\e205"; } }
241
+ .glyphicon-paste { &:before { content: "\e206"; } }
242
+ // The following 2 Glyphicons are omitted for the time being because
243
+ // they currently use Unicode codepoints that are outside the
244
+ // Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle
245
+ // non-BMP codepoints in CSS string escapes, and thus can't display these two icons.
246
+ // Notably, the bug affects some older versions of the Android Browser.
247
+ // More info: https://github.com/twbs/bootstrap/issues/10106
248
+ // .glyphicon-door { &:before { content: "\1f6aa"; } }
249
+ // .glyphicon-key { &:before { content: "\1f511"; } }
250
+ .glyphicon-alert { &:before { content: "\e209"; } }
251
+ .glyphicon-equalizer { &:before { content: "\e210"; } }
252
+ .glyphicon-king { &:before { content: "\e211"; } }
253
+ .glyphicon-queen { &:before { content: "\e212"; } }
254
+ .glyphicon-pawn { &:before { content: "\e213"; } }
255
+ .glyphicon-bishop { &:before { content: "\e214"; } }
256
+ .glyphicon-knight { &:before { content: "\e215"; } }
257
+ .glyphicon-baby-formula { &:before { content: "\e216"; } }
258
+ .glyphicon-tent { &:before { content: "\26fa"; } }
259
+ .glyphicon-blackboard { &:before { content: "\e218"; } }
260
+ .glyphicon-bed { &:before { content: "\e219"; } }
261
+ .glyphicon-apple { &:before { content: "\f8ff"; } }
262
+ .glyphicon-erase { &:before { content: "\e221"; } }
263
+ .glyphicon-hourglass { &:before { content: "\231b"; } }
264
+ .glyphicon-lamp { &:before { content: "\e223"; } }
265
+ .glyphicon-duplicate { &:before { content: "\e224"; } }
266
+ .glyphicon-piggy-bank { &:before { content: "\e225"; } }
267
+ .glyphicon-scissors { &:before { content: "\e226"; } }
268
+ .glyphicon-bitcoin { &:before { content: "\e227"; } }
269
+ .glyphicon-btc { &:before { content: "\e227"; } }
270
+ .glyphicon-xbt { &:before { content: "\e227"; } }
271
+ .glyphicon-yen { &:before { content: "\00a5"; } }
272
+ .glyphicon-jpy { &:before { content: "\00a5"; } }
273
+ .glyphicon-ruble { &:before { content: "\20bd"; } }
274
+ .glyphicon-rub { &:before { content: "\20bd"; } }
275
+ .glyphicon-scale { &:before { content: "\e230"; } }
276
+ .glyphicon-ice-lolly { &:before { content: "\e231"; } }
277
+ .glyphicon-ice-lolly-tasted { &:before { content: "\e232"; } }
278
+ .glyphicon-education { &:before { content: "\e233"; } }
279
+ .glyphicon-option-horizontal { &:before { content: "\e234"; } }
280
+ .glyphicon-option-vertical { &:before { content: "\e235"; } }
281
+ .glyphicon-menu-hamburger { &:before { content: "\e236"; } }
282
+ .glyphicon-modal-window { &:before { content: "\e237"; } }
283
+ .glyphicon-oil { &:before { content: "\e238"; } }
284
+ .glyphicon-grain { &:before { content: "\e239"; } }
285
+ .glyphicon-sunglasses { &:before { content: "\e240"; } }
286
+ .glyphicon-text-size { &:before { content: "\e241"; } }
287
+ .glyphicon-text-color { &:before { content: "\e242"; } }
288
+ .glyphicon-text-background { &:before { content: "\e243"; } }
289
+ .glyphicon-object-align-top { &:before { content: "\e244"; } }
290
+ .glyphicon-object-align-bottom { &:before { content: "\e245"; } }
291
+ .glyphicon-object-align-horizontal{ &:before { content: "\e246"; } }
292
+ .glyphicon-object-align-left { &:before { content: "\e247"; } }
293
+ .glyphicon-object-align-vertical { &:before { content: "\e248"; } }
294
+ .glyphicon-object-align-right { &:before { content: "\e249"; } }
295
+ .glyphicon-triangle-right { &:before { content: "\e250"; } }
296
+ .glyphicon-triangle-left { &:before { content: "\e251"; } }
297
+ .glyphicon-triangle-bottom { &:before { content: "\e252"; } }
298
+ .glyphicon-triangle-top { &:before { content: "\e253"; } }
299
+ .glyphicon-console { &:before { content: "\e254"; } }
300
+ .glyphicon-superscript { &:before { content: "\e255"; } }
301
+ .glyphicon-subscript { &:before { content: "\e256"; } }
302
+ .glyphicon-menu-left { &:before { content: "\e257"; } }
303
+ .glyphicon-menu-right { &:before { content: "\e258"; } }
304
+ .glyphicon-menu-down { &:before { content: "\e259"; } }
305
+ .glyphicon-menu-up { &:before { content: "\e260"; } }
@@ -0,0 +1,84 @@
1
+ //
2
+ // Grid system
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Container widths
7
+ //
8
+ // Set the container width, and override it for fixed navbars in media queries.
9
+
10
+ .container {
11
+ .container-fixed();
12
+
13
+ @media (min-width: @screen-sm-min) {
14
+ width: @container-sm;
15
+ }
16
+ @media (min-width: @screen-md-min) {
17
+ width: @container-md;
18
+ }
19
+ @media (min-width: @screen-lg-min) {
20
+ width: @container-lg;
21
+ }
22
+ }
23
+
24
+
25
+ // Fluid container
26
+ //
27
+ // Utilizes the mixin meant for fixed width containers, but without any defined
28
+ // width for fluid, full width layouts.
29
+
30
+ .container-fluid {
31
+ .container-fixed();
32
+ }
33
+
34
+
35
+ // Row
36
+ //
37
+ // Rows contain and clear the floats of your columns.
38
+
39
+ .row {
40
+ .make-row();
41
+ }
42
+
43
+
44
+ // Columns
45
+ //
46
+ // Common styles for small and large grid columns
47
+
48
+ .make-grid-columns();
49
+
50
+
51
+ // Extra small grid
52
+ //
53
+ // Columns, offsets, pushes, and pulls for extra small devices like
54
+ // smartphones.
55
+
56
+ .make-grid(xs);
57
+
58
+
59
+ // Small grid
60
+ //
61
+ // Columns, offsets, pushes, and pulls for the small device range, from phones
62
+ // to tablets.
63
+
64
+ @media (min-width: @screen-sm-min) {
65
+ .make-grid(sm);
66
+ }
67
+
68
+
69
+ // Medium grid
70
+ //
71
+ // Columns, offsets, pushes, and pulls for the desktop device range.
72
+
73
+ @media (min-width: @screen-md-min) {
74
+ .make-grid(md);
75
+ }
76
+
77
+
78
+ // Large grid
79
+ //
80
+ // Columns, offsets, pushes, and pulls for the large desktop device range.
81
+
82
+ @media (min-width: @screen-lg-min) {
83
+ .make-grid(lg);
84
+ }
@@ -0,0 +1,171 @@
1
+ //
2
+ // Input groups
3
+ // --------------------------------------------------
4
+
5
+ // Base styles
6
+ // -------------------------
7
+ .input-group {
8
+ position: relative; // For dropdowns
9
+ display: table;
10
+ border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
11
+
12
+ // Undo padding and float of grid classes
13
+ &[class*="col-"] {
14
+ float: none;
15
+ padding-left: 0;
16
+ padding-right: 0;
17
+ }
18
+
19
+ .form-control {
20
+ // Ensure that the input is always above the *appended* addon button for
21
+ // proper border colors.
22
+ position: relative;
23
+ z-index: 2;
24
+
25
+ // IE9 fubars the placeholder attribute in text inputs and the arrows on
26
+ // select elements in input groups. To fix it, we float the input. Details:
27
+ // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855
28
+ float: left;
29
+
30
+ width: 100%;
31
+ margin-bottom: 0;
32
+
33
+ &:focus {
34
+ z-index: 3;
35
+ }
36
+ }
37
+ }
38
+
39
+ // Sizing options
40
+ //
41
+ // Remix the default form control sizing classes into new ones for easier
42
+ // manipulation.
43
+
44
+ .input-group-lg > .form-control,
45
+ .input-group-lg > .input-group-addon,
46
+ .input-group-lg > .input-group-btn > .btn {
47
+ .input-lg();
48
+ }
49
+ .input-group-sm > .form-control,
50
+ .input-group-sm > .input-group-addon,
51
+ .input-group-sm > .input-group-btn > .btn {
52
+ .input-sm();
53
+ }
54
+
55
+
56
+ // Display as table-cell
57
+ // -------------------------
58
+ .input-group-addon,
59
+ .input-group-btn,
60
+ .input-group .form-control {
61
+ display: table-cell;
62
+
63
+ &:not(:first-child):not(:last-child) {
64
+ border-radius: 0;
65
+ }
66
+ }
67
+ // Addon and addon wrapper for buttons
68
+ .input-group-addon,
69
+ .input-group-btn {
70
+ width: 1%;
71
+ white-space: nowrap;
72
+ vertical-align: middle; // Match the inputs
73
+ }
74
+
75
+ // Text input groups
76
+ // -------------------------
77
+ .input-group-addon {
78
+ padding: @padding-base-vertical @padding-base-horizontal;
79
+ font-size: @font-size-base;
80
+ font-weight: normal;
81
+ line-height: 1;
82
+ color: @input-color;
83
+ text-align: center;
84
+ background-color: @input-group-addon-bg;
85
+ border: 1px solid @input-group-addon-border-color;
86
+ border-radius: @input-border-radius;
87
+
88
+ // Sizing
89
+ &.input-sm {
90
+ padding: @padding-small-vertical @padding-small-horizontal;
91
+ font-size: @font-size-small;
92
+ border-radius: @input-border-radius-small;
93
+ }
94
+ &.input-lg {
95
+ padding: @padding-large-vertical @padding-large-horizontal;
96
+ font-size: @font-size-large;
97
+ border-radius: @input-border-radius-large;
98
+ }
99
+
100
+ // Nuke default margins from checkboxes and radios to vertically center within.
101
+ input[type="radio"],
102
+ input[type="checkbox"] {
103
+ margin-top: 0;
104
+ }
105
+ }
106
+
107
+ // Reset rounded corners
108
+ .input-group .form-control:first-child,
109
+ .input-group-addon:first-child,
110
+ .input-group-btn:first-child > .btn,
111
+ .input-group-btn:first-child > .btn-group > .btn,
112
+ .input-group-btn:first-child > .dropdown-toggle,
113
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
114
+ .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
115
+ .border-right-radius(0);
116
+ }
117
+ .input-group-addon:first-child {
118
+ border-right: 0;
119
+ }
120
+ .input-group .form-control:last-child,
121
+ .input-group-addon:last-child,
122
+ .input-group-btn:last-child > .btn,
123
+ .input-group-btn:last-child > .btn-group > .btn,
124
+ .input-group-btn:last-child > .dropdown-toggle,
125
+ .input-group-btn:first-child > .btn:not(:first-child),
126
+ .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
127
+ .border-left-radius(0);
128
+ }
129
+ .input-group-addon:last-child {
130
+ border-left: 0;
131
+ }
132
+
133
+ // Button input groups
134
+ // -------------------------
135
+ .input-group-btn {
136
+ position: relative;
137
+ // Jankily prevent input button groups from wrapping with `white-space` and
138
+ // `font-size` in combination with `inline-block` on buttons.
139
+ font-size: 0;
140
+ white-space: nowrap;
141
+
142
+ // Negative margin for spacing, position for bringing hovered/focused/actived
143
+ // element above the siblings.
144
+ > .btn {
145
+ position: relative;
146
+ + .btn {
147
+ margin-left: -1px;
148
+ }
149
+ // Bring the "active" button to the front
150
+ &:hover,
151
+ &:focus,
152
+ &:active {
153
+ z-index: 2;
154
+ }
155
+ }
156
+
157
+ // Negative margin to only have a 1px border between the two
158
+ &:first-child {
159
+ > .btn,
160
+ > .btn-group {
161
+ margin-right: -1px;
162
+ }
163
+ }
164
+ &:last-child {
165
+ > .btn,
166
+ > .btn-group {
167
+ z-index: 2;
168
+ margin-left: -1px;
169
+ }
170
+ }
171
+ }