TokiCLI 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (368) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/CHANGELOG.md +7 -0
  4. data/README.md +56 -10
  5. data/TokiCLI.gemspec +5 -2
  6. data/lib/API/dbapi.rb +104 -67
  7. data/lib/API/helpers.rb +47 -3
  8. data/lib/TokiCLI/app.rb +88 -12
  9. data/lib/TokiCLI/version.rb +1 -1
  10. data/lib/TokiCLI/view.rb +5 -1
  11. data/lib/TokiServer/Gemfile +6 -0
  12. data/lib/TokiServer/README.md +37 -0
  13. data/lib/TokiServer/bower.json +8 -0
  14. data/lib/TokiServer/bower_components/fastclick/.bower.json +23 -0
  15. data/lib/TokiServer/bower_components/fastclick/LICENSE +22 -0
  16. data/lib/TokiServer/bower_components/fastclick/README.md +133 -0
  17. data/lib/TokiServer/bower_components/fastclick/bower.json +13 -0
  18. data/lib/TokiServer/bower_components/fastclick/lib/fastclick.js +790 -0
  19. data/lib/TokiServer/bower_components/foundation/.bower.json +30 -0
  20. data/lib/TokiServer/bower_components/foundation/bower.json +20 -0
  21. data/lib/TokiServer/bower_components/foundation/css/foundation.css +4860 -0
  22. data/lib/TokiServer/bower_components/foundation/css/normalize.css +320 -0
  23. data/lib/TokiServer/bower_components/foundation/js/foundation.js +5543 -0
  24. data/lib/TokiServer/bower_components/foundation/js/foundation.min.js +3 -0
  25. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.abide.js +299 -0
  26. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.accordion.js +59 -0
  27. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.alert.js +43 -0
  28. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.clearing.js +534 -0
  29. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.dropdown.js +311 -0
  30. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.equalizer.js +74 -0
  31. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.interchange.js +331 -0
  32. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.joyride.js +843 -0
  33. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.js +611 -0
  34. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.magellan.js +178 -0
  35. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.offcanvas.js +108 -0
  36. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.orbit.js +610 -0
  37. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.reveal.js +437 -0
  38. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.slider.js +199 -0
  39. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.tab.js +167 -0
  40. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.tooltip.js +298 -0
  41. data/lib/TokiServer/bower_components/foundation/js/foundation/foundation.topbar.js +425 -0
  42. data/lib/TokiServer/bower_components/foundation/js/vendor/fastclick.js +9 -0
  43. data/lib/TokiServer/bower_components/foundation/js/vendor/jquery.cookie.js +8 -0
  44. data/lib/TokiServer/bower_components/foundation/js/vendor/jquery.js +26 -0
  45. data/lib/TokiServer/bower_components/foundation/js/vendor/modernizr.js +8 -0
  46. data/lib/TokiServer/bower_components/foundation/js/vendor/placeholder.js +2 -0
  47. data/lib/TokiServer/bower_components/foundation/scss/foundation.scss +45 -0
  48. data/lib/TokiServer/bower_components/foundation/scss/foundation/_functions.scss +101 -0
  49. data/lib/TokiServer/bower_components/foundation/scss/foundation/_settings.scss +1289 -0
  50. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_accordion.scss +53 -0
  51. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_alert-boxes.scss +126 -0
  52. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_block-grid.scss +132 -0
  53. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss +127 -0
  54. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_button-groups.scss +108 -0
  55. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_buttons.scss +222 -0
  56. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_clearing.scss +247 -0
  57. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss +129 -0
  58. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_dropdown.scss +248 -0
  59. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_flex-video.scss +51 -0
  60. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_forms.scss +498 -0
  61. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_global.scss +429 -0
  62. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_grid.scss +260 -0
  63. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_inline-lists.scss +57 -0
  64. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_joyride.scss +220 -0
  65. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_keystrokes.scss +61 -0
  66. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_labels.scss +104 -0
  67. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_magellan.scss +34 -0
  68. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_offcanvas.scss +355 -0
  69. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_orbit.scss +423 -0
  70. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_pagination.scss +150 -0
  71. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_panels.scss +90 -0
  72. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_pricing-tables.scss +150 -0
  73. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_progress-bars.scss +79 -0
  74. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_range-slider.scss +148 -0
  75. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_reveal-new.scss +0 -0
  76. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_reveal.scss +216 -0
  77. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_side-nav.scss +115 -0
  78. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_split-buttons.scss +191 -0
  79. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_sub-nav.scss +125 -0
  80. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_switch.scss +294 -0
  81. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_tables.scss +129 -0
  82. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_tabs.scss +109 -0
  83. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_thumbs.scss +68 -0
  84. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_tooltips.scss +140 -0
  85. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_top-bar.scss +644 -0
  86. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_type.scss +511 -0
  87. data/lib/TokiServer/bower_components/foundation/scss/foundation/components/_visibility.scss +408 -0
  88. data/lib/TokiServer/bower_components/foundation/scss/normalize.scss +425 -0
  89. data/lib/TokiServer/bower_components/jquery-placeholder/.bower.json +17 -0
  90. data/lib/TokiServer/bower_components/jquery-placeholder/.gitattributes +1 -0
  91. data/lib/TokiServer/bower_components/jquery-placeholder/.gitignore +1 -0
  92. data/lib/TokiServer/bower_components/jquery-placeholder/LICENSE-MIT.txt +20 -0
  93. data/lib/TokiServer/bower_components/jquery-placeholder/README.md +76 -0
  94. data/lib/TokiServer/bower_components/jquery-placeholder/bower.json +5 -0
  95. data/lib/TokiServer/bower_components/jquery-placeholder/demo.html +55 -0
  96. data/lib/TokiServer/bower_components/jquery-placeholder/jquery.placeholder.js +185 -0
  97. data/lib/TokiServer/bower_components/jquery-placeholder/tests/index.html +32 -0
  98. data/lib/TokiServer/bower_components/jquery-placeholder/tests/tests.js +134 -0
  99. data/lib/TokiServer/bower_components/jquery.cookie/.bower.json +28 -0
  100. data/lib/TokiServer/bower_components/jquery.cookie/jquery.cookie.js +117 -0
  101. data/lib/TokiServer/bower_components/jquery/.bower.json +37 -0
  102. data/lib/TokiServer/bower_components/jquery/MIT-LICENSE.txt +21 -0
  103. data/lib/TokiServer/bower_components/jquery/bower.json +27 -0
  104. data/lib/TokiServer/bower_components/jquery/dist/jquery.js +9190 -0
  105. data/lib/TokiServer/bower_components/jquery/dist/jquery.min.js +5 -0
  106. data/lib/TokiServer/bower_components/jquery/dist/jquery.min.map +1 -0
  107. data/lib/TokiServer/bower_components/jquery/src/ajax.js +806 -0
  108. data/lib/TokiServer/bower_components/jquery/src/ajax/jsonp.js +89 -0
  109. data/lib/TokiServer/bower_components/jquery/src/ajax/load.js +75 -0
  110. data/lib/TokiServer/bower_components/jquery/src/ajax/parseJSON.js +13 -0
  111. data/lib/TokiServer/bower_components/jquery/src/ajax/parseXML.js +28 -0
  112. data/lib/TokiServer/bower_components/jquery/src/ajax/script.js +64 -0
  113. data/lib/TokiServer/bower_components/jquery/src/ajax/var/nonce.js +5 -0
  114. data/lib/TokiServer/bower_components/jquery/src/ajax/var/rquery.js +3 -0
  115. data/lib/TokiServer/bower_components/jquery/src/ajax/xhr.js +135 -0
  116. data/lib/TokiServer/bower_components/jquery/src/attributes.js +11 -0
  117. data/lib/TokiServer/bower_components/jquery/src/attributes/attr.js +143 -0
  118. data/lib/TokiServer/bower_components/jquery/src/attributes/classes.js +158 -0
  119. data/lib/TokiServer/bower_components/jquery/src/attributes/prop.js +96 -0
  120. data/lib/TokiServer/bower_components/jquery/src/attributes/support.js +35 -0
  121. data/lib/TokiServer/bower_components/jquery/src/attributes/val.js +163 -0
  122. data/lib/TokiServer/bower_components/jquery/src/callbacks.js +205 -0
  123. data/lib/TokiServer/bower_components/jquery/src/core.js +498 -0
  124. data/lib/TokiServer/bower_components/jquery/src/core/access.js +60 -0
  125. data/lib/TokiServer/bower_components/jquery/src/core/init.js +123 -0
  126. data/lib/TokiServer/bower_components/jquery/src/core/parseHTML.js +39 -0
  127. data/lib/TokiServer/bower_components/jquery/src/core/ready.js +97 -0
  128. data/lib/TokiServer/bower_components/jquery/src/core/var/rsingleTag.js +4 -0
  129. data/lib/TokiServer/bower_components/jquery/src/css.js +451 -0
  130. data/lib/TokiServer/bower_components/jquery/src/css/addGetHookIf.js +24 -0
  131. data/lib/TokiServer/bower_components/jquery/src/css/curCSS.js +57 -0
  132. data/lib/TokiServer/bower_components/jquery/src/css/defaultDisplay.js +70 -0
  133. data/lib/TokiServer/bower_components/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  134. data/lib/TokiServer/bower_components/jquery/src/css/support.js +91 -0
  135. data/lib/TokiServer/bower_components/jquery/src/css/swap.js +28 -0
  136. data/lib/TokiServer/bower_components/jquery/src/css/var/cssExpand.js +3 -0
  137. data/lib/TokiServer/bower_components/jquery/src/css/var/getStyles.js +5 -0
  138. data/lib/TokiServer/bower_components/jquery/src/css/var/isHidden.js +13 -0
  139. data/lib/TokiServer/bower_components/jquery/src/css/var/rmargin.js +3 -0
  140. data/lib/TokiServer/bower_components/jquery/src/css/var/rnumnonpx.js +5 -0
  141. data/lib/TokiServer/bower_components/jquery/src/data.js +179 -0
  142. data/lib/TokiServer/bower_components/jquery/src/data/Data.js +181 -0
  143. data/lib/TokiServer/bower_components/jquery/src/data/accepts.js +20 -0
  144. data/lib/TokiServer/bower_components/jquery/src/data/var/data_priv.js +5 -0
  145. data/lib/TokiServer/bower_components/jquery/src/data/var/data_user.js +5 -0
  146. data/lib/TokiServer/bower_components/jquery/src/deferred.js +149 -0
  147. data/lib/TokiServer/bower_components/jquery/src/deprecated.js +13 -0
  148. data/lib/TokiServer/bower_components/jquery/src/dimensions.js +50 -0
  149. data/lib/TokiServer/bower_components/jquery/src/effects.js +649 -0
  150. data/lib/TokiServer/bower_components/jquery/src/effects/Tween.js +114 -0
  151. data/lib/TokiServer/bower_components/jquery/src/effects/animatedSelector.js +13 -0
  152. data/lib/TokiServer/bower_components/jquery/src/event.js +868 -0
  153. data/lib/TokiServer/bower_components/jquery/src/event/alias.js +39 -0
  154. data/lib/TokiServer/bower_components/jquery/src/event/support.js +9 -0
  155. data/lib/TokiServer/bower_components/jquery/src/exports/amd.js +24 -0
  156. data/lib/TokiServer/bower_components/jquery/src/exports/global.js +32 -0
  157. data/lib/TokiServer/bower_components/jquery/src/intro.js +44 -0
  158. data/lib/TokiServer/bower_components/jquery/src/jquery.js +36 -0
  159. data/lib/TokiServer/bower_components/jquery/src/manipulation.js +582 -0
  160. data/lib/TokiServer/bower_components/jquery/src/manipulation/_evalUrl.js +18 -0
  161. data/lib/TokiServer/bower_components/jquery/src/manipulation/support.js +31 -0
  162. data/lib/TokiServer/bower_components/jquery/src/manipulation/var/rcheckableType.js +3 -0
  163. data/lib/TokiServer/bower_components/jquery/src/offset.js +204 -0
  164. data/lib/TokiServer/bower_components/jquery/src/outro.js +1 -0
  165. data/lib/TokiServer/bower_components/jquery/src/queue.js +142 -0
  166. data/lib/TokiServer/bower_components/jquery/src/queue/delay.js +22 -0
  167. data/lib/TokiServer/bower_components/jquery/src/selector-native.js +172 -0
  168. data/lib/TokiServer/bower_components/jquery/src/selector-sizzle.js +14 -0
  169. data/lib/TokiServer/bower_components/jquery/src/selector.js +1 -0
  170. data/lib/TokiServer/bower_components/jquery/src/serialize.js +111 -0
  171. data/lib/TokiServer/bower_components/jquery/src/sizzle/dist/sizzle.js +2044 -0
  172. data/lib/TokiServer/bower_components/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  173. data/lib/TokiServer/bower_components/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  174. data/lib/TokiServer/bower_components/jquery/src/traversing.js +200 -0
  175. data/lib/TokiServer/bower_components/jquery/src/traversing/findFilter.js +100 -0
  176. data/lib/TokiServer/bower_components/jquery/src/traversing/var/rneedsContext.js +6 -0
  177. data/lib/TokiServer/bower_components/jquery/src/var/arr.js +3 -0
  178. data/lib/TokiServer/bower_components/jquery/src/var/class2type.js +4 -0
  179. data/lib/TokiServer/bower_components/jquery/src/var/concat.js +5 -0
  180. data/lib/TokiServer/bower_components/jquery/src/var/hasOwn.js +5 -0
  181. data/lib/TokiServer/bower_components/jquery/src/var/indexOf.js +5 -0
  182. data/lib/TokiServer/bower_components/jquery/src/var/pnum.js +3 -0
  183. data/lib/TokiServer/bower_components/jquery/src/var/push.js +5 -0
  184. data/lib/TokiServer/bower_components/jquery/src/var/rnotwhite.js +3 -0
  185. data/lib/TokiServer/bower_components/jquery/src/var/slice.js +5 -0
  186. data/lib/TokiServer/bower_components/jquery/src/var/strundefined.js +3 -0
  187. data/lib/TokiServer/bower_components/jquery/src/var/support.js +4 -0
  188. data/lib/TokiServer/bower_components/jquery/src/var/toString.js +5 -0
  189. data/lib/TokiServer/bower_components/jquery/src/wrap.js +78 -0
  190. data/lib/TokiServer/bower_components/modernizr/.bower.json +14 -0
  191. data/lib/TokiServer/bower_components/modernizr/.editorconfig +10 -0
  192. data/lib/TokiServer/bower_components/modernizr/.gitignore +2 -0
  193. data/lib/TokiServer/bower_components/modernizr/.travis.yml +6 -0
  194. data/lib/TokiServer/bower_components/modernizr/feature-detects/a-download.js +8 -0
  195. data/lib/TokiServer/bower_components/modernizr/feature-detects/audio-audiodata-api.js +4 -0
  196. data/lib/TokiServer/bower_components/modernizr/feature-detects/audio-webaudio-api.js +4 -0
  197. data/lib/TokiServer/bower_components/modernizr/feature-detects/battery-api.js +8 -0
  198. data/lib/TokiServer/bower_components/modernizr/feature-detects/battery-level.js +11 -0
  199. data/lib/TokiServer/bower_components/modernizr/feature-detects/blob-constructor.js +10 -0
  200. data/lib/TokiServer/bower_components/modernizr/feature-detects/canvas-todataurl-type.js +28 -0
  201. data/lib/TokiServer/bower_components/modernizr/feature-detects/contenteditable.js +9 -0
  202. data/lib/TokiServer/bower_components/modernizr/feature-detects/contentsecuritypolicy.js +10 -0
  203. data/lib/TokiServer/bower_components/modernizr/feature-detects/contextmenu.js +11 -0
  204. data/lib/TokiServer/bower_components/modernizr/feature-detects/cookies.js +15 -0
  205. data/lib/TokiServer/bower_components/modernizr/feature-detects/cors.js +3 -0
  206. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js +19 -0
  207. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js +15 -0
  208. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-backgroundrepeat.js +31 -0
  209. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-backgroundsizecover.js +10 -0
  210. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-boxsizing.js +9 -0
  211. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-calc.js +12 -0
  212. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-cubicbezierrange.js +8 -0
  213. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-displayrunin.js +18 -0
  214. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-displaytable.js +27 -0
  215. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-filters.js +7 -0
  216. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-hyphens.js +205 -0
  217. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-lastchild.js +11 -0
  218. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-mask.js +12 -0
  219. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-mediaqueries.js +3 -0
  220. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-objectfit.js +6 -0
  221. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-overflow-scrolling.js +9 -0
  222. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-pointerevents.js +25 -0
  223. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-positionsticky.js +13 -0
  224. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-regions.js +55 -0
  225. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-remunit.js +19 -0
  226. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-resize.js +8 -0
  227. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-scrollbars.js +19 -0
  228. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-shapes.js +4 -0
  229. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-subpixelfont.js +23 -0
  230. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-supports.js +6 -0
  231. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-userselect.js +10 -0
  232. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-vhunit.js +14 -0
  233. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-vmaxunit.js +14 -0
  234. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-vminunit.js +14 -0
  235. data/lib/TokiServer/bower_components/modernizr/feature-detects/css-vwunit.js +14 -0
  236. data/lib/TokiServer/bower_components/modernizr/feature-detects/custom-protocol-handler.js +10 -0
  237. data/lib/TokiServer/bower_components/modernizr/feature-detects/dart.js +6 -0
  238. data/lib/TokiServer/bower_components/modernizr/feature-detects/dataview-api.js +4 -0
  239. data/lib/TokiServer/bower_components/modernizr/feature-detects/dom-classlist.js +4 -0
  240. data/lib/TokiServer/bower_components/modernizr/feature-detects/dom-createElement-attrs.js +11 -0
  241. data/lib/TokiServer/bower_components/modernizr/feature-detects/dom-dataset.js +9 -0
  242. data/lib/TokiServer/bower_components/modernizr/feature-detects/dom-microdata.js +4 -0
  243. data/lib/TokiServer/bower_components/modernizr/feature-detects/elem-datalist.js +12 -0
  244. data/lib/TokiServer/bower_components/modernizr/feature-detects/elem-details.js +25 -0
  245. data/lib/TokiServer/bower_components/modernizr/feature-detects/elem-output.js +4 -0
  246. data/lib/TokiServer/bower_components/modernizr/feature-detects/elem-progress-meter.js +11 -0
  247. data/lib/TokiServer/bower_components/modernizr/feature-detects/elem-ruby.js +53 -0
  248. data/lib/TokiServer/bower_components/modernizr/feature-detects/elem-time.js +4 -0
  249. data/lib/TokiServer/bower_components/modernizr/feature-detects/elem-track.js +11 -0
  250. data/lib/TokiServer/bower_components/modernizr/feature-detects/emoji.js +11 -0
  251. data/lib/TokiServer/bower_components/modernizr/feature-detects/es5-strictmode.js +7 -0
  252. data/lib/TokiServer/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js +11 -0
  253. data/lib/TokiServer/bower_components/modernizr/feature-detects/exif-orientation.js +32 -0
  254. data/lib/TokiServer/bower_components/modernizr/feature-detects/file-api.js +12 -0
  255. data/lib/TokiServer/bower_components/modernizr/feature-detects/file-filesystem.js +9 -0
  256. data/lib/TokiServer/bower_components/modernizr/feature-detects/forms-fileinput.js +13 -0
  257. data/lib/TokiServer/bower_components/modernizr/feature-detects/forms-formattribute.js +29 -0
  258. data/lib/TokiServer/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js +32 -0
  259. data/lib/TokiServer/bower_components/modernizr/feature-detects/forms-placeholder.js +10 -0
  260. data/lib/TokiServer/bower_components/modernizr/feature-detects/forms-speechinput.js +19 -0
  261. data/lib/TokiServer/bower_components/modernizr/feature-detects/forms-validation.js +62 -0
  262. data/lib/TokiServer/bower_components/modernizr/feature-detects/fullscreen-api.js +10 -0
  263. data/lib/TokiServer/bower_components/modernizr/feature-detects/gamepad.js +12 -0
  264. data/lib/TokiServer/bower_components/modernizr/feature-detects/getusermedia.js +5 -0
  265. data/lib/TokiServer/bower_components/modernizr/feature-detects/ie8compat.js +12 -0
  266. data/lib/TokiServer/bower_components/modernizr/feature-detects/iframe-sandbox.js +5 -0
  267. data/lib/TokiServer/bower_components/modernizr/feature-detects/iframe-seamless.js +5 -0
  268. data/lib/TokiServer/bower_components/modernizr/feature-detects/iframe-srcdoc.js +5 -0
  269. data/lib/TokiServer/bower_components/modernizr/feature-detects/img-apng.js +26 -0
  270. data/lib/TokiServer/bower_components/modernizr/feature-detects/img-webp.js +20 -0
  271. data/lib/TokiServer/bower_components/modernizr/feature-detects/json.js +7 -0
  272. data/lib/TokiServer/bower_components/modernizr/feature-detects/lists-reversed.js +6 -0
  273. data/lib/TokiServer/bower_components/modernizr/feature-detects/mathml.js +23 -0
  274. data/lib/TokiServer/bower_components/modernizr/feature-detects/network-connection.js +22 -0
  275. data/lib/TokiServer/bower_components/modernizr/feature-detects/network-eventsource.js +5 -0
  276. data/lib/TokiServer/bower_components/modernizr/feature-detects/network-xhr2.js +13 -0
  277. data/lib/TokiServer/bower_components/modernizr/feature-detects/notification.js +10 -0
  278. data/lib/TokiServer/bower_components/modernizr/feature-detects/performance.js +5 -0
  279. data/lib/TokiServer/bower_components/modernizr/feature-detects/pointerlock-api.js +4 -0
  280. data/lib/TokiServer/bower_components/modernizr/feature-detects/quota-management-api.js +11 -0
  281. data/lib/TokiServer/bower_components/modernizr/feature-detects/requestanimationframe.js +7 -0
  282. data/lib/TokiServer/bower_components/modernizr/feature-detects/script-async.js +3 -0
  283. data/lib/TokiServer/bower_components/modernizr/feature-detects/script-defer.js +3 -0
  284. data/lib/TokiServer/bower_components/modernizr/feature-detects/style-scoped.js +6 -0
  285. data/lib/TokiServer/bower_components/modernizr/feature-detects/svg-filters.js +13 -0
  286. data/lib/TokiServer/bower_components/modernizr/feature-detects/unicode.js +32 -0
  287. data/lib/TokiServer/bower_components/modernizr/feature-detects/url-data-uri.js +26 -0
  288. data/lib/TokiServer/bower_components/modernizr/feature-detects/userdata.js +7 -0
  289. data/lib/TokiServer/bower_components/modernizr/feature-detects/vibration.js +4 -0
  290. data/lib/TokiServer/bower_components/modernizr/feature-detects/web-intents.js +6 -0
  291. data/lib/TokiServer/bower_components/modernizr/feature-detects/webgl-extensions.js +42 -0
  292. data/lib/TokiServer/bower_components/modernizr/feature-detects/websockets-binary.js +20 -0
  293. data/lib/TokiServer/bower_components/modernizr/feature-detects/window-framed.js +8 -0
  294. data/lib/TokiServer/bower_components/modernizr/feature-detects/workers-blobworkers.js +66 -0
  295. data/lib/TokiServer/bower_components/modernizr/feature-detects/workers-dataworkers.js +34 -0
  296. data/lib/TokiServer/bower_components/modernizr/feature-detects/workers-sharedworkers.js +3 -0
  297. data/lib/TokiServer/bower_components/modernizr/grunt.js +69 -0
  298. data/lib/TokiServer/bower_components/modernizr/media/Modernizr 2 Logo.ai +292 -1
  299. data/lib/TokiServer/bower_components/modernizr/media/Modernizr 2 Logo.eps +0 -0
  300. data/lib/TokiServer/bower_components/modernizr/media/Modernizr 2 Logo.pdf +292 -1
  301. data/lib/TokiServer/bower_components/modernizr/media/Modernizr 2 Logo.png +0 -0
  302. data/lib/TokiServer/bower_components/modernizr/media/Modernizr 2 Logo.svg +35 -0
  303. data/lib/TokiServer/bower_components/modernizr/modernizr.js +1406 -0
  304. data/lib/TokiServer/bower_components/modernizr/readme.md +28 -0
  305. data/lib/TokiServer/bower_components/modernizr/test/basic.html +65 -0
  306. data/lib/TokiServer/bower_components/modernizr/test/caniuse.html +1451 -0
  307. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot +0 -0
  308. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf +0 -0
  309. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg +147 -0
  310. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf +0 -0
  311. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff +0 -0
  312. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/alpha.png +0 -0
  313. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/apng_test.png +0 -0
  314. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/before-after.png +0 -0
  315. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/form_validation.html +15 -0
  316. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/ga.js +43 -0
  317. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/green5x5.png +0 -0
  318. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/hashchange.html +16 -0
  319. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/jquery.min.js +18 -0
  320. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/mathml.html +120 -0
  321. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/mathml_ref.png +0 -0
  322. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js +2 -0
  323. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/png_alpha_result.png +0 -0
  324. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/pushstate.html +40 -0
  325. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/red30x30.png +0 -0
  326. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/ruby.png +0 -0
  327. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/stroked-text.png +0 -0
  328. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/style.css +168 -0
  329. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/svg-html-blur.png +0 -0
  330. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/svg-img.svg +5 -0
  331. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/svg-img.svg.1 +5 -0
  332. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/svg_blur.png +0 -0
  333. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/table.png +0 -0
  334. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/text-shadow1.png +0 -0
  335. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/text-shadow2.png +0 -0
  336. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/windsong_font.png +0 -0
  337. data/lib/TokiServer/bower_components/modernizr/test/caniuse_files/xhtml.html +14 -0
  338. data/lib/TokiServer/bower_components/modernizr/test/index.html +104 -0
  339. data/lib/TokiServer/bower_components/modernizr/test/js/basic.html +65 -0
  340. data/lib/TokiServer/bower_components/modernizr/test/js/dumpdata.js +75 -0
  341. data/lib/TokiServer/bower_components/modernizr/test/js/lib/detect-global.js +153 -0
  342. data/lib/TokiServer/bower_components/modernizr/test/js/lib/jquery-1.7b2.js +9279 -0
  343. data/lib/TokiServer/bower_components/modernizr/test/js/lib/jsonselect.js +279 -0
  344. data/lib/TokiServer/bower_components/modernizr/test/js/lib/polyfills.js +96 -0
  345. data/lib/TokiServer/bower_components/modernizr/test/js/lib/uaparser.js +215 -0
  346. data/lib/TokiServer/bower_components/modernizr/test/js/setup.js +44 -0
  347. data/lib/TokiServer/bower_components/modernizr/test/js/unit-caniuse.js +191 -0
  348. data/lib/TokiServer/bower_components/modernizr/test/js/unit.js +669 -0
  349. data/lib/TokiServer/bower_components/modernizr/test/qunit/qunit.css +231 -0
  350. data/lib/TokiServer/bower_components/modernizr/test/qunit/qunit.js +1932 -0
  351. data/lib/TokiServer/bower_components/modernizr/test/qunit/run-qunit.js +72 -0
  352. data/lib/TokiServer/config.rb +25 -0
  353. data/lib/TokiServer/humans.txt +8 -0
  354. data/lib/TokiServer/itunesicon.rb +60 -0
  355. data/lib/TokiServer/js/app.js +3 -0
  356. data/lib/TokiServer/public/stylesheets/app.css +8094 -0
  357. data/lib/TokiServer/robots.txt +4 -0
  358. data/lib/TokiServer/scss/_settings.scss +1240 -0
  359. data/lib/TokiServer/scss/app.scss +102 -0
  360. data/lib/TokiServer/tokiserver.rb +377 -0
  361. data/lib/TokiServer/views/apps_total.erb +28 -0
  362. data/lib/TokiServer/views/error.erb +25 -0
  363. data/lib/TokiServer/views/index.erb +191 -0
  364. data/lib/TokiServer/views/layout.erb +20 -0
  365. data/lib/TokiServer/views/name_log.erb +50 -0
  366. data/lib/TokiServer/views/name_split.erb +37 -0
  367. data/lib/TokiServer/views/name_total.erb +34 -0
  368. metadata +416 -4
@@ -0,0 +1,4 @@
1
+ # www.robotstxt.org/
2
+ # www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449
3
+
4
+ User-agent: *
@@ -0,0 +1,1240 @@
1
+ // Foundation by ZURB
2
+ // foundation.zurb.com
3
+ // Licensed under MIT Open Source
4
+
5
+ //
6
+ // FOUNDATION SETTINGS
7
+ //
8
+
9
+ // This is the default html and body font-size for the base rem value.
10
+ // $rem-base: 16px;
11
+
12
+ // Allows the use of rem-calc() or lower-bound() in your settings
13
+ @import "foundation/functions";
14
+
15
+ // $experimental: true;
16
+
17
+ // The default font-size is set to 100% of the browser style sheet (usually 16px)
18
+ // for compatibility with browser-based text zoom or user-set defaults.
19
+
20
+ // Since the typical default browser font-size is 16px, that makes the calculation for grid size.
21
+ // If you want your base font-size to be different and not have it affect the grid breakpoints,
22
+ // set $rem-base to $base-font-size and make sure $base-font-size is a px value.
23
+ // $base-font-size: 100%;
24
+
25
+ // The $base-line-height is 100% while $base-font-size is 150%
26
+ // $base-line-height: 150%;
27
+
28
+ // We use this to control whether or not CSS classes come through in the gem files.
29
+ // $include-html-classes: true;
30
+ // $include-print-styles: true;
31
+ // $include-html-global-classes: $include-html-classes;
32
+
33
+ // Grid
34
+
35
+ // $include-html-grid-classes: $include-html-classes;
36
+ // $include-xl-html-grid-classes: false;
37
+
38
+ // $row-width: rem-calc(1000);
39
+ // $column-gutter: rem-calc(30);
40
+ // $total-columns: 12;
41
+
42
+ // We use these to control various global styles
43
+ // $body-bg: #fff;
44
+ // $body-font-color: #222;
45
+ // $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
46
+ // $body-font-weight: normal;
47
+ // $body-font-style: normal;
48
+
49
+ // We use this to control font-smoothing
50
+ // $font-smoothing: antialiased;
51
+
52
+ // We use these to control text direction settings
53
+ // $text-direction: ltr;
54
+ // $opposite-direction: right;
55
+ // $default-float: left;
56
+
57
+ // We use these as default colors throughout
58
+ // $primary-color: #008CBA;
59
+ // $secondary-color: #e7e7e7;
60
+ // $alert-color: #f04124;
61
+ // $success-color: #43AC6A;
62
+ // $warning-color: #f08a24;
63
+ // $info-color: #a0d3e8;
64
+
65
+ // We use these to make sure border radius matches unless we want it different.
66
+ // $global-radius: 3px;
67
+ // $global-rounded: 1000px;
68
+
69
+ // We use these to control inset shadow shiny edges and depressions.
70
+ // $shiny-edge-size: 0 1px 0;
71
+ // $shiny-edge-color: rgba(#fff, .5);
72
+ // $shiny-edge-active-color: rgba(#000, .2);
73
+
74
+ // Media Query Ranges
75
+ // $small-range: (0em, 40em);
76
+ // $medium-range: (40.063em, 64em);
77
+ // $large-range: (64.063em, 90em);
78
+ // $xlarge-range: (90.063em, 120em);
79
+ // $xxlarge-range: (120.063em);
80
+
81
+ // $screen: "only screen";
82
+
83
+ // $landscape: "#{$screen} and (orientation: landscape)";
84
+ // $portrait: "#{$screen} and (orientation: portrait)";
85
+
86
+ // $small-up: $screen;
87
+ // $small-only: "#{$screen} and (max-width: #{upper-bound($small-range)})";
88
+
89
+ // $medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})";
90
+ // $medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})";
91
+
92
+ // $large-up: "#{$screen} and (min-width:#{lower-bound($large-range)})";
93
+ // $large-only: "#{$screen} and (min-width:#{lower-bound($large-range)}) and (max-width:#{upper-bound($large-range)})";
94
+
95
+ // $xlarge-up: "#{$screen} and (min-width:#{lower-bound($xlarge-range)})";
96
+ // $xlarge-only: "#{$screen} and (min-width:#{lower-bound($xlarge-range)}) and (max-width:#{upper-bound($xlarge-range)})";
97
+
98
+ // $xxlarge-up: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)})";
99
+ // $xxlarge-only: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)}) and (max-width:#{upper-bound($xxlarge-range)})";
100
+
101
+ // Legacy
102
+ // $small: $medium-up;
103
+ // $medium: $medium-up;
104
+ // $large: $large-up;
105
+
106
+ //We use this as cursors values for enabling the option of having custom cursors in the whole site's stylesheet
107
+ // $cursor-crosshair-value: crosshair;
108
+ // $cursor-default-value: default;
109
+ // $cursor-pointer-value: pointer;
110
+ // $cursor-help-value: help;
111
+ // $cursor-text-value: text;
112
+
113
+ //
114
+ // TYPOGRAPHY
115
+ //
116
+
117
+ // $include-html-type-classes: $include-html-classes;
118
+
119
+ // We use these to control header font styles
120
+ // $header-font-family: $body-font-family;
121
+ // $header-font-weight: normal;
122
+ // $header-font-style: normal;
123
+ // $header-font-color: #222;
124
+ // $header-line-height: 1.4;
125
+ // $header-top-margin: .2rem;
126
+ // $header-bottom-margin: .5rem;
127
+ // $header-text-rendering: optimizeLegibility;
128
+
129
+ // We use these to control header font sizes
130
+ // $h1-font-size: rem-calc(44);
131
+ // $h2-font-size: rem-calc(37);
132
+ // $h3-font-size: rem-calc(27);
133
+ // $h4-font-size: rem-calc(23);
134
+ // $h5-font-size: rem-calc(18);
135
+ // $h6-font-size: 1rem;
136
+
137
+ // These control how subheaders are styled.
138
+ // $subheader-line-height: 1.4;
139
+ // $subheader-font-color: scale-color($header-font-color, $lightness: 35%);
140
+ // $subheader-font-weight: 300;
141
+ // $subheader-top-margin: .2rem;
142
+ // $subheader-bottom-margin: .5rem;
143
+
144
+ // A general <small> styling
145
+ // $small-font-size: 60%;
146
+ // $small-font-color: scale-color($header-font-color, $lightness: 35%);
147
+
148
+ // We use these to style paragraphs
149
+ // $paragraph-font-family: inherit;
150
+ // $paragraph-font-weight: normal;
151
+ // $paragraph-font-size: 1rem;
152
+ // $paragraph-line-height: 1.6;
153
+ // $paragraph-margin-bottom: rem-calc(20);
154
+ // $paragraph-aside-font-size: rem-calc(14);
155
+ // $paragraph-aside-line-height: 1.35;
156
+ // $paragraph-aside-font-style: italic;
157
+ // $paragraph-text-rendering: optimizeLegibility;
158
+
159
+ // We use these to style <code> tags
160
+ // $code-color: scale-color($alert-color, $lightness: -27%);
161
+ // $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
162
+ // $code-font-weight: bold;
163
+
164
+ // We use these to style anchors
165
+ // $anchor-text-decoration: none;
166
+ // $anchor-font-color: $primary-color;
167
+ // $anchor-font-color-hover: scale-color($primary-color, $lightness: -14%);
168
+
169
+ // We use these to style the <hr> element
170
+ // $hr-border-width: 1px;
171
+ // $hr-border-style: solid;
172
+ // $hr-border-color: #ddd;
173
+ // $hr-margin: rem-calc(20);
174
+
175
+ // We use these to style lists
176
+ // $list-style-position: outside;
177
+ // $list-side-margin: 1.1rem;
178
+ // $list-ordered-side-margin: 1.4rem;
179
+ // $list-side-margin-no-bullet: 0;
180
+ // $list-nested-margin: rem-calc(20);
181
+ // $definition-list-header-weight: bold;
182
+ // $definition-list-header-margin-bottom: .3rem;
183
+ // $definition-list-margin-bottom: rem-calc(12);
184
+
185
+ // We use these to style blockquotes
186
+ // $blockquote-font-color: scale-color($header-font-color, $lightness: 35%);
187
+ // $blockquote-padding: rem-calc(9 20 0 19);
188
+ // $blockquote-border: 1px solid #ddd;
189
+ // $blockquote-cite-font-size: rem-calc(13);
190
+ // $blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%);
191
+ // $blockquote-cite-link-color: $blockquote-cite-font-color;
192
+
193
+ // Acronym styles
194
+ // $acronym-underline: 1px dotted #ddd;
195
+
196
+ // We use these to control padding and margin
197
+ // $microformat-padding: rem-calc(10 12);
198
+ // $microformat-margin: rem-calc(0 0 20 0);
199
+
200
+ // We use these to control the border styles
201
+ // $microformat-border-width: 1px;
202
+ // $microformat-border-style: solid;
203
+ // $microformat-border-color: #ddd;
204
+
205
+ // We use these to control full name font styles
206
+ // $microformat-fullname-font-weight: bold;
207
+ // $microformat-fullname-font-size: rem-calc(15);
208
+
209
+ // We use this to control the summary font styles
210
+ // $microformat-summary-font-weight: bold;
211
+
212
+ // We use this to control abbr padding
213
+ // $microformat-abbr-padding: rem-calc(0 1);
214
+
215
+ // We use this to control abbr font styles
216
+ // $microformat-abbr-font-weight: bold;
217
+ // $microformat-abbr-font-decoration: none;
218
+
219
+ // Accordion
220
+
221
+ // $include-html-accordion-classes: $include-html-classes;
222
+
223
+ // $accordion-navigation-padding: rem-calc(16);
224
+ // $accordion-navigation-bg-color: #efefef ;
225
+ // $accordion-navigation-hover-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -5%);
226
+ // $accordion-navigation-active-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -3%);
227
+ // $accordion-navigation-font-color: #222;
228
+ // $accordion-navigation-font-size: rem-calc(16);
229
+ // $accordion-navigation-font-family: $body-font-family;
230
+
231
+ // $accordion-content-padding: $column-gutter/2;
232
+ // $accordion-content-active-bg-color: #fff;
233
+
234
+ // Alert Boxes
235
+
236
+ // $include-html-alert-classes: $include-html-classes;
237
+
238
+ // We use this to control alert padding.
239
+ // $alert-padding-top: rem-calc(14);
240
+ // $alert-padding-default-float: $alert-padding-top;
241
+ // $alert-padding-opposite-direction: $alert-padding-top + rem-calc(10);
242
+ // $alert-padding-bottom: $alert-padding-top;
243
+
244
+ // We use these to control text style.
245
+ // $alert-font-weight: normal;
246
+ // $alert-font-size: rem-calc(13);
247
+ // $alert-font-color: #fff;
248
+ // $alert-font-color-alt: scale-color($secondary-color, $lightness: -66%);
249
+
250
+ // We use this for close hover effect.
251
+ // $alert-function-factor: -14%;
252
+
253
+ // We use these to control border styles.
254
+ // $alert-border-style: solid;
255
+ // $alert-border-width: 1px;
256
+ // $alert-border-color: scale-color($primary-color, $lightness: $alert-function-factor);
257
+ // $alert-bottom-margin: rem-calc(20);
258
+
259
+ // We use these to style the close buttons
260
+ // $alert-close-color: #333;
261
+ // $alert-close-top: 50%;
262
+ // $alert-close-position: rem-calc(5);
263
+ // $alert-close-font-size: rem-calc(22);
264
+ // $alert-close-opacity: 0.3;
265
+ // $alert-close-opacity-hover: 0.5;
266
+ // $alert-close-padding: 9px 6px 4px;
267
+
268
+ // We use this to control border radius
269
+ // $alert-radius: $global-radius;
270
+
271
+ // Block Grid
272
+
273
+ // $include-html-grid-classes: $include-html-classes;
274
+
275
+ // We use this to control the maximum number of block grid elements per row
276
+ // $block-grid-elements: 12;
277
+ // $block-grid-default-spacing: rem-calc(20);
278
+ // $align-block-grid-to-grid: true;
279
+
280
+ // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
281
+ // $block-grid-media-queries: true;
282
+
283
+ // Breadcrumbs
284
+
285
+ // $include-html-nav-classes: $include-html-classes;
286
+
287
+ // We use this to set the background color for the breadcrumb container.
288
+ // $crumb-bg: scale-color($secondary-color, $lightness: 55%);
289
+
290
+ // We use these to set the padding around the breadcrumbs.
291
+ // $crumb-padding: rem-calc(9 14 9);
292
+ // $crumb-side-padding: rem-calc(12);
293
+
294
+ // We use these to control border styles.
295
+ // $crumb-function-factor: -10%;
296
+ // $crumb-border-size: 1px;
297
+ // $crumb-border-style: solid;
298
+ // $crumb-border-color: scale-color($crumb-bg, $lightness: $crumb-function-factor);
299
+ // $crumb-radius: $global-radius;
300
+
301
+ // We use these to set various text styles for breadcrumbs.
302
+ // $crumb-font-size: rem-calc(11);
303
+ // $crumb-font-color: $primary-color;
304
+ // $crumb-font-color-current: #333;
305
+ // $crumb-font-color-unavailable: #999;
306
+ // $crumb-font-transform: uppercase;
307
+ // $crumb-link-decor: underline;
308
+
309
+ // We use these to control the slash between breadcrumbs
310
+ // $crumb-slash-color: #aaa;
311
+ // $crumb-slash: "/";
312
+
313
+ //
314
+ // BUTTONS
315
+ //
316
+
317
+ // $include-html-button-classes: $include-html-classes;
318
+
319
+ // We use these to build padding for buttons.
320
+ // $button-tny: rem-calc(10);
321
+ // $button-sml: rem-calc(14);
322
+ // $button-med: rem-calc(16);
323
+ // $button-lrg: rem-calc(18);
324
+
325
+ // We use this to control the display property.
326
+ // $button-display: inline-block;
327
+ // $button-margin-bottom: rem-calc(20);
328
+
329
+ // We use these to control button text styles.
330
+ // $button-font-family: $body-font-family;
331
+ // $button-font-color: #fff;
332
+ // $button-font-color-alt: #333;
333
+ // $button-font-tny: rem-calc(11);
334
+ // $button-font-sml: rem-calc(13);
335
+ // $button-font-med: rem-calc(16);
336
+ // $button-font-lrg: rem-calc(20);
337
+ // $button-font-weight: normal;
338
+ // $button-font-align: center;
339
+
340
+ // We use these to control various hover effects.
341
+ // $button-function-factor: 5%;
342
+
343
+ // We use these to control button border styles.
344
+ // $button-border-width: 1px;
345
+ // $button-border-style: solid;
346
+
347
+ // We use this to set the default radius used throughout the core.
348
+ // $button-radius: $global-radius;
349
+ // $button-round: $global-rounded;
350
+
351
+ // We use this to set default opacity for disabled buttons.
352
+ // $button-disabled-opacity: 0.7;
353
+
354
+ // Button Groups
355
+
356
+ // $include-html-button-classes: $include-html-classes;
357
+
358
+ // Sets the margin for the right side by default, and the left margin if right-to-left direction is used
359
+ // $button-bar-margin-opposite: rem-calc(10);
360
+ // $button-group-border-width: 1px;
361
+
362
+ // Clearing
363
+
364
+ // $include-html-clearing-classes: $include-html-classes;
365
+
366
+ // We use these to set the background colors for parts of Clearing.
367
+ // $clearing-bg: #333;
368
+ // $clearing-caption-bg: $clearing-bg;
369
+ // $clearing-carousel-bg: rgba (51,51,51,0.8);
370
+ // $clearing-img-bg: $clearing-bg;
371
+
372
+ // We use these to style the close button
373
+ // $clearing-close-color: #ccc;
374
+ // $clearing-close-size: 30px;
375
+
376
+ // We use these to style the arrows
377
+ // $clearing-arrow-size: 12px;
378
+ // $clearing-arrow-color: $clearing-close-color;
379
+
380
+ // We use these to style captions
381
+ // $clearing-caption-font-color: #ccc;
382
+ // $clearing-caption-font-size: 0.875em;
383
+ // $clearing-caption-padding: 10px 30px 20px;
384
+
385
+ // We use these to make the image and carousel height and style
386
+ // $clearing-active-img-height: 85%;
387
+ // $clearing-carousel-height: 120px;
388
+ // $clearing-carousel-thumb-width: 120px;
389
+ // $clearing-carousel-thumb-active-border: 1px solid rgb(255,255,255);
390
+
391
+ // Dropdown
392
+
393
+ // $include-html-dropdown-classes: $include-html-classes;
394
+
395
+ // We use these to controls height and width styles.
396
+ // $f-dropdown-max-width: 200px;
397
+ // $f-dropdown-height: auto;
398
+ // $f-dropdown-max-height: none;
399
+ // $f-dropdown-margin-top: 2px;
400
+
401
+ // We use this to control the background color
402
+ // $f-dropdown-bg: #fff;
403
+
404
+ // We use this to set the border styles for dropdowns.
405
+ // $f-dropdown-border-style: solid;
406
+ // $f-dropdown-border-width: 1px;
407
+ // $f-dropdown-border-color: scale-color(#fff, $lightness: -20%);
408
+
409
+ // We use these to style the triangle pip.
410
+ // $f-dropdown-triangle-size: 6px;
411
+ // $f-dropdown-triangle-color: #fff;
412
+ // $f-dropdown-triangle-side-offset: 10px;
413
+
414
+ // We use these to control styles for the list elements.
415
+ // $f-dropdown-list-style: none;
416
+ // $f-dropdown-font-color: #555;
417
+ // $f-dropdown-font-size: rem-calc(14);
418
+ // $f-dropdown-list-padding: rem-calc(5, 10);
419
+ // $f-dropdown-line-height: rem-calc(18);
420
+ // $f-dropdown-list-hover-bg: #eeeeee ;
421
+ // $dropdown-mobile-default-float: 0;
422
+
423
+ // We use this to control the styles for when the dropdown has custom content.
424
+ // $f-dropdown-content-padding: rem-calc(20);
425
+
426
+ // Dropdown Buttons
427
+
428
+ // $include-html-button-classes: $include-html-classes;
429
+
430
+ // We use these to set the color of the pip in dropdown buttons
431
+ // $dropdown-button-pip-color: #fff;
432
+ // $dropdown-button-pip-color-alt: #333;
433
+
434
+ // $button-pip-tny: rem-calc(6);
435
+ // $button-pip-sml: rem-calc(7);
436
+ // $button-pip-med: rem-calc(9);
437
+ // $button-pip-lrg: rem-calc(11);
438
+
439
+ // We use these to style tiny dropdown buttons
440
+ // $dropdown-button-padding-tny: $button-pip-tny * 7;
441
+ // $dropdown-button-pip-size-tny: $button-pip-tny;
442
+ // $dropdown-button-pip-opposite-tny: $button-pip-tny * 3;
443
+ // $dropdown-button-pip-top-tny: -$button-pip-tny / 2 + rem-calc(1);
444
+
445
+ // We use these to style small dropdown buttons
446
+ // $dropdown-button-padding-sml: $button-pip-sml * 7;
447
+ // $dropdown-button-pip-size-sml: $button-pip-sml;
448
+ // $dropdown-button-pip-opposite-sml: $button-pip-sml * 3;
449
+ // $dropdown-button-pip-top-sml: -$button-pip-sml / 2 + rem-calc(1);
450
+
451
+ // We use these to style medium dropdown buttons
452
+ // $dropdown-button-padding-med: $button-pip-med * 6 + rem-calc(3);
453
+ // $dropdown-button-pip-size-med: $button-pip-med - rem-calc(3);
454
+ // $dropdown-button-pip-opposite-med: $button-pip-med * 2.5;
455
+ // $dropdown-button-pip-top-med: -$button-pip-med / 2 + rem-calc(2);
456
+
457
+ // We use these to style large dropdown buttons
458
+ // $dropdown-button-padding-lrg: $button-pip-lrg * 5 + rem-calc(3);
459
+ // $dropdown-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
460
+ // $dropdown-button-pip-opposite-lrg: $button-pip-lrg * 2.5;
461
+ // $dropdown-button-pip-top-lrg: -$button-pip-lrg / 2 + rem-calc(3);
462
+
463
+ // Flex Video
464
+
465
+ // $include-html-media-classes: $include-html-classes;
466
+
467
+ // We use these to control video container padding and margins
468
+ // $flex-video-padding-top: rem-calc(25);
469
+ // $flex-video-padding-bottom: 67.5%;
470
+ // $flex-video-margin-bottom: rem-calc(16);
471
+
472
+ // We use this to control widescreen bottom padding
473
+ // $flex-video-widescreen-padding-bottom: 57.25%;
474
+
475
+ // Forms
476
+
477
+ // $include-html-form-classes: $include-html-classes;
478
+
479
+ // We use this to set the base for lots of form spacing and positioning styles
480
+ // $form-spacing: rem-calc(16);
481
+
482
+ // We use these to style the labels in different ways
483
+ // $form-label-pointer: pointer;
484
+ // $form-label-font-size: rem-calc(14);
485
+ // $form-label-font-weight: normal;
486
+ // $form-label-line-height: 1.5;
487
+ // $form-label-font-color: scale-color(#000, $lightness: 30%);
488
+ // $form-label-bottom-margin: 0;
489
+ // $input-font-family: inherit;
490
+ // $input-font-color: rgba(0,0,0,0.75);
491
+ // $input-font-size: rem-calc(14);
492
+ // $input-bg-color: #fff;
493
+ // $input-focus-bg-color: scale-color(#fff, $lightness: -2%);
494
+ // $input-border-color: scale-color(#fff, $lightness: -20%);
495
+ // $input-focus-border-color: scale-color(#fff, $lightness: -40%);
496
+ // $input-border-style: solid;
497
+ // $input-border-width: 1px;
498
+ // $input-border-radius: $global-radius;
499
+ // $input-disabled-bg: #ddd;
500
+ // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
501
+ // $input-include-glowing-effect: true;
502
+
503
+ // We use these to style the fieldset border and spacing.
504
+ // $fieldset-border-style: solid;
505
+ // $fieldset-border-width: 1px;
506
+ // $fieldset-border-color: #ddd;
507
+ // $fieldset-padding: rem-calc(20);
508
+ // $fieldset-margin: rem-calc(18 0);
509
+
510
+ // We use these to style the legends when you use them
511
+ // $legend-bg: #fff;
512
+ // $legend-font-weight: bold;
513
+ // $legend-padding: rem-calc(0 3);
514
+
515
+ // We use these to style the prefix and postfix input elements
516
+ // $input-prefix-bg: scale-color(#fff, $lightness: -5%);
517
+ // $input-prefix-border-color: scale-color(#fff, $lightness: -20%);
518
+ // $input-prefix-border-size: 1px;
519
+ // $input-prefix-border-type: solid;
520
+ // $input-prefix-overflow: hidden;
521
+ // $input-prefix-font-color: #333;
522
+ // $input-prefix-font-color-alt: #fff;
523
+
524
+ // We use these to style the error states for inputs and labels
525
+ // $input-error-message-padding: rem-calc(6 9 9);
526
+ // $input-error-message-top: -1px;
527
+ // $input-error-message-font-size: rem-calc(12);
528
+ // $input-error-message-font-weight: normal;
529
+ // $input-error-message-font-style: italic;
530
+ // $input-error-message-font-color: #fff;
531
+ // $input-error-message-font-color-alt: #333;
532
+
533
+ // We use this to style the glowing effect of inputs when focused
534
+ // $glowing-effect-fade-time: 0.45s;
535
+ // $glowing-effect-color: $input-focus-border-color;
536
+
537
+ // Select variables
538
+ // $select-bg-color: #fafafa;
539
+
540
+ // Inline Lists
541
+
542
+ // $include-html-inline-list-classes: $include-html-classes;
543
+
544
+ // We use this to control the margins and padding of the inline list.
545
+ // $inline-list-top-margin: 0;
546
+ // $inline-list-opposite-margin: 0;
547
+ // $inline-list-bottom-margin: rem-calc(17);
548
+ // $inline-list-default-float-margin: rem-calc(-22);
549
+
550
+ // $inline-list-padding: 0;
551
+
552
+ // We use this to control the overflow of the inline list.
553
+ // $inline-list-overflow: hidden;
554
+
555
+ // We use this to control the list items
556
+ // $inline-list-display: block;
557
+
558
+ // We use this to control any elments within list items
559
+ // $inline-list-children-display: block;
560
+
561
+ // Joyride
562
+
563
+ // $include-html-joyride-classes: $include-html-classes;
564
+
565
+ // Controlling default Joyride styles
566
+ // $joyride-tip-bg: #333;
567
+ // $joyride-tip-default-width: 300px;
568
+ // $joyride-tip-padding: rem-calc(18 20 24);
569
+ // $joyride-tip-border: solid 1px #555;
570
+ // $joyride-tip-radius: 4px;
571
+ // $joyride-tip-position-offset: 22px;
572
+
573
+ // Here, we're setting the tip dont styles
574
+ // $joyride-tip-font-color: #fff;
575
+ // $joyride-tip-font-size: rem-calc(14);
576
+ // $joyride-tip-header-weight: bold;
577
+
578
+ // This changes the nub size
579
+ // $joyride-tip-nub-size: 10px;
580
+
581
+ // This adjusts the styles for the timer when its enabled
582
+ // $joyride-tip-timer-width: 50px;
583
+ // $joyride-tip-timer-height: 3px;
584
+ // $joyride-tip-timer-color: #666;
585
+
586
+ // This changes up the styles for the close button
587
+ // $joyride-tip-close-color: #777;
588
+ // $joyride-tip-close-size: 24px;
589
+ // $joyride-tip-close-weight: normal;
590
+
591
+ // When Joyride is filling the screen, we use this style for the bg
592
+ // $joyride-screenfill: rgba(0,0,0,0.5);
593
+
594
+ // Keystrokes
595
+
596
+ // $include-html-keystroke-classes: $include-html-classes;
597
+
598
+ // We use these to control text styles.
599
+ // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
600
+ // $keystroke-font-size: rem-calc(14);
601
+ // $keystroke-font-color: #222;
602
+ // $keystroke-font-color-alt: #fff;
603
+ // $keystroke-function-factor: -7%;
604
+
605
+ // We use this to control keystroke padding.
606
+ // $keystroke-padding: rem-calc(2 4 0);
607
+
608
+ // We use these to control background and border styles.
609
+ // $keystroke-bg: scale-color(#fff, $lightness: $keystroke-function-factor);
610
+ // $keystroke-border-style: solid;
611
+ // $keystroke-border-width: 1px;
612
+ // $keystroke-border-color: scale-color($keystroke-bg, $lightness: $keystroke-function-factor);
613
+ // $keystroke-radius: $global-radius;
614
+
615
+ // Labels
616
+
617
+ // $include-html-label-classes: $include-html-classes;
618
+
619
+ // We use these to style the labels
620
+ // $label-padding: rem-calc(4 8 6);
621
+ // $label-radius: $global-radius;
622
+
623
+ // We use these to style the label text
624
+ // $label-font-sizing: rem-calc(11);
625
+ // $label-font-weight: normal;
626
+ // $label-font-color: #333;
627
+ // $label-font-color-alt: #fff;
628
+ // $label-font-family: $body-font-family;
629
+
630
+ // Magellan
631
+
632
+ // $include-html-magellan-classes: $include-html-classes;
633
+
634
+ // $magellan-bg: #fff;
635
+ // $magellan-padding: 10px;
636
+
637
+ // Off-canvas
638
+
639
+ // $tabbar-bg: #333;
640
+ // $tabbar-height: rem-calc(45);
641
+ // $tabbar-line-height: $tabbar-height;
642
+ // $tabbar-color: #FFF;
643
+ // $tabbar-middle-padding: 0 rem-calc(10);
644
+
645
+ // Off Canvas Divider Styles
646
+ // $tabbar-right-section-border: solid 1px scale-color($tabbar-bg, $lightness: 13%);
647
+ // $tabbar-left-section-border: solid 1px scale-color($tabbar-bg, $lightness: -50%);
648
+
649
+ // Off Canvas Tab Bar Headers
650
+ // $tabbar-header-color: #FFF;
651
+ // $tabbar-header-weight: bold;
652
+ // $tabbar-header-line-height: $tabbar-height;
653
+ // $tabbar-header-margin: 0;
654
+
655
+ // Off Canvas Menu Variables
656
+ // $off-canvas-width: 250px;
657
+ // $off-canvas-bg: #333;
658
+
659
+ // Off Canvas Menu List Variables
660
+ // $off-canvas-label-padding: 0.3rem rem-calc(15);
661
+ // $off-canvas-label-color: #999;
662
+ // $off-canvas-label-text-transform: uppercase;
663
+ // $off-canvas-label-font-weight: bold;
664
+ // $off-canvas-label-bg: #444;
665
+ // $off-canvas-label-border-top: 1px solid scale-color(#444, $lightness: 14%);
666
+ // $off-canvas-label-border-bottom: none;
667
+ // $off-canvas-label-margin:0;
668
+ // $off-canvas-link-padding: rem-calc(10, 15);
669
+ // $off-canvas-link-color: rgba(#FFF, 0.7);
670
+ // $off-canvas-link-border-bottom: 1px solid scale-color($off-canvas-bg, $lightness: -25%);
671
+
672
+ // Off Canvas Menu Icon Variables
673
+ // $tabbar-menu-icon-color: #FFF;
674
+ // $tabbar-menu-icon-hover: scale-color($tabbar-menu-icon-color, $lightness: -30%);
675
+
676
+ // $tabbar-menu-icon-text-indent: rem-calc(35);
677
+ // $tabbar-menu-icon-width: $tabbar-height;
678
+ // $tabbar-menu-icon-height: $tabbar-height;
679
+ // $tabbar-menu-icon-line-height: rem-calc(33);
680
+ // $tabbar-menu-icon-padding: 0;
681
+
682
+ // $tabbar-hamburger-icon-width: rem-calc(16);
683
+ // $tabbar-hamburger-icon-left: false;
684
+ // $tabbar-hamburger-icon-top: false;
685
+ // $tapbar-hamburger-icon-thickness: 1px;
686
+ // $tapbar-hamburger-icon-gap: 6px;
687
+
688
+ // Off Canvas Back-Link Overlay
689
+ // $off-canvas-overlay-transition: background 300ms ease;
690
+ // $off-canvas-overlay-cursor: pointer;
691
+ // $off-canvas-overlay-box-shadow: -4px 0 4px rgba(#000, 0.5), 4px 0 4px rgba(#000, 0.5);
692
+ // $off-canvas-overlay-background: rgba(#FFF, 0.2);
693
+ // $off-canvas-overlay-background-hover: rgba(#FFF, 0.05);
694
+
695
+ // Transition Variables
696
+ // $menu-slide: "transform 500ms ease";
697
+
698
+ // Orbit
699
+
700
+ // $include-html-orbit-classes: $include-html-classes;
701
+
702
+ // We use these to control the caption styles
703
+ // $orbit-container-bg: none;
704
+ // $orbit-caption-bg: rgba(51,51,51, 0.8);
705
+ // $orbit-caption-font-color: #fff;
706
+ // $orbit-caption-font-size: rem-calc(14);
707
+ // $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
708
+ // $orbit-caption-padding: rem-calc(10 14);
709
+ // $orbit-caption-height: auto;
710
+
711
+ // We use these to control the left/right nav styles
712
+ // $orbit-nav-bg: none;
713
+ // $orbit-nav-bg-hover: rgba(0,0,0,0.3);
714
+ // $orbit-nav-arrow-color: #fff;
715
+ // $orbit-nav-arrow-color-hover: #fff;
716
+
717
+ // We use these to control the timer styles
718
+ // $orbit-timer-bg: rgba(255,255,255,0.3);
719
+ // $orbit-timer-show-progress-bar: true;
720
+
721
+ // We use these to control the bullet nav styles
722
+ // $orbit-bullet-nav-color: #ccc;
723
+ // $orbit-bullet-nav-color-active: #999;
724
+ // $orbit-bullet-radius: rem-calc(9);
725
+
726
+ // We use these to controls the style of slide numbers
727
+ // $orbit-slide-number-bg: rgba(0,0,0,0);
728
+ // $orbit-slide-number-font-color: #fff;
729
+ // $orbit-slide-number-padding: rem-calc(5);
730
+
731
+ // Graceful Loading Wrapper and preloader
732
+ // $wrapper-class: "slideshow-wrapper";
733
+ // $preloader-class: "preloader";
734
+
735
+ // Pagination
736
+
737
+ // $include-html-nav-classes: $include-html-classes;
738
+
739
+ // We use these to control the pagination container
740
+ // $pagination-height: rem-calc(24);
741
+ // $pagination-margin: rem-calc(-5);
742
+
743
+ // We use these to set the list-item properties
744
+ // $pagination-li-float: $default-float;
745
+ // $pagination-li-height: rem-calc(24);
746
+ // $pagination-li-font-color: #222;
747
+ // $pagination-li-font-size: rem-calc(14);
748
+ // $pagination-li-margin: rem-calc(5);
749
+
750
+ // We use these for the pagination anchor links
751
+ // $pagination-link-pad: rem-calc(1 10 1);
752
+ // $pagination-link-font-color: #999;
753
+ // $pagination-link-active-bg: scale-color(#fff, $lightness: -10%);
754
+
755
+ // We use these for disabled anchor links
756
+ // $pagination-link-unavailable-cursor: default;
757
+ // $pagination-link-unavailable-font-color: #999;
758
+ // $pagination-link-unavailable-bg-active: transparent;
759
+
760
+ // We use these for currently selected anchor links
761
+ // $pagination-link-current-background: $primary-color;
762
+ // $pagination-link-current-font-color: #fff;
763
+ // $pagination-link-current-font-weight: bold;
764
+ // $pagination-link-current-cursor: default;
765
+ // $pagination-link-current-active-bg: $primary-color;
766
+
767
+ // Panels
768
+
769
+ // $include-html-panel-classes: $include-html-classes;
770
+
771
+ // We use these to control the background and border styles
772
+ // $panel-bg: scale-color(#fff, $lightness: -5%);
773
+ // $panel-border-style: solid;
774
+ // $panel-border-size: 1px;
775
+
776
+ // We use this % to control how much we darken things on hover
777
+ // $panel-function-factor: -11%;
778
+ // $panel-border-color: scale-color($panel-bg, $lightness: $panel-function-factor);
779
+
780
+ // We use these to set default inner padding and bottom margin
781
+ // $panel-margin-bottom: rem-calc(20);
782
+ // $panel-padding: rem-calc(20);
783
+
784
+ // We use these to set default font colors
785
+ // $panel-font-color: #333;
786
+ // $panel-font-color-alt: #fff;
787
+
788
+ // $panel-header-adjust: true;
789
+ // $callout-panel-link-color: $primary-color;
790
+
791
+ // Pricing Tables
792
+
793
+ // $include-html-pricing-classes: $include-html-classes;
794
+
795
+ // We use this to control the border color
796
+ // $price-table-border: solid 1px #ddd;
797
+
798
+ // We use this to control the bottom margin of the pricing table
799
+ // $price-table-margin-bottom: rem-calc(20);
800
+
801
+ // We use these to control the title styles
802
+ // $price-title-bg: #333;
803
+ // $price-title-padding: rem-calc(15 20);
804
+ // $price-title-align: center;
805
+ // $price-title-color: #eee;
806
+ // $price-title-weight: normal;
807
+ // $price-title-size: rem-calc(16);
808
+ // $price-title-font-family: $body-font-family;
809
+
810
+ // We use these to control the price styles
811
+ // $price-money-bg: #f6f6f6 ;
812
+ // $price-money-padding: rem-calc(15 20);
813
+ // $price-money-align: center;
814
+ // $price-money-color: #333;
815
+ // $price-money-weight: normal;
816
+ // $price-money-size: rem-calc(32);
817
+ // $price-money-font-family: $body-font-family;
818
+
819
+
820
+ // We use these to control the description styles
821
+ // $price-bg: #fff;
822
+ // $price-desc-color: #777;
823
+ // $price-desc-padding: rem-calc(15);
824
+ // $price-desc-align: center;
825
+ // $price-desc-font-size: rem-calc(12);
826
+ // $price-desc-weight: normal;
827
+ // $price-desc-line-height: 1.4;
828
+ // $price-desc-bottom-border: dotted 1px #ddd;
829
+
830
+ // We use these to control the list item styles
831
+ // $price-item-color: #333;
832
+ // $price-item-padding: rem-calc(15);
833
+ // $price-item-align: center;
834
+ // $price-item-font-size: rem-calc(14);
835
+ // $price-item-weight: normal;
836
+ // $price-item-bottom-border: dotted 1px #ddd;
837
+
838
+ // We use these to control the CTA area styles
839
+ // $price-cta-bg: #fff;
840
+ // $price-cta-align: center;
841
+ // $price-cta-padding: rem-calc(20 20 0);
842
+
843
+ // Progress Meters
844
+
845
+ // $include-html-media-classes: $include-html-classes;
846
+
847
+ // We use this to se the prog bar height
848
+ // $progress-bar-height: rem-calc(25);
849
+ // $progress-bar-color: #f6f6f6 ;
850
+
851
+ // We use these to control the border styles
852
+ // $progress-bar-border-color: scale-color(#fff, $lightness: -20%);
853
+ // $progress-bar-border-size: 1px;
854
+ // $progress-bar-border-style: solid;
855
+ // $progress-bar-border-radius: $global-radius;
856
+
857
+ // We use these to control the margin & padding
858
+ // $progress-bar-pad: rem-calc(2);
859
+ // $progress-bar-margin-bottom: rem-calc(10);
860
+
861
+ // We use these to set the meter colors
862
+ // $progress-meter-color: $primary-color;
863
+ // $progress-meter-secondary-color: $secondary-color;
864
+ // $progress-meter-success-color: $success-color;
865
+ // $progress-meter-alert-color: $alert-color;
866
+
867
+ // Reveal
868
+
869
+ // $include-html-reveal-classes: $include-html-classes;
870
+
871
+ // We use these to control the style of the reveal overlay.
872
+ // $reveal-overlay-bg: rgba(#000, .45);
873
+ // $reveal-overlay-bg-old: #000;
874
+
875
+ // We use these to control the style of the modal itself.
876
+ // $reveal-modal-bg: #fff;
877
+ // $reveal-position-top: 50px;
878
+ // $reveal-default-width: 80%;
879
+ // $reveal-modal-padding: rem-calc(20);
880
+ // $reveal-box-shadow: 0 0 10px rgba(#000,.4);
881
+
882
+ // We use these to style the reveal close button
883
+ // $reveal-close-font-size: rem-calc(22);
884
+ // $reveal-close-top: rem-calc(8);
885
+ // $reveal-close-side: rem-calc(11);
886
+ // $reveal-close-color: #aaa;
887
+ // $reveal-close-weight: bold;
888
+
889
+ // We use these to control the modal border
890
+ // $reveal-border-style: solid;
891
+ // $reveal-border-width: 1px;
892
+ // $reveal-border-color: #666;
893
+
894
+ // $reveal-modal-class: "reveal-modal";
895
+ // $close-reveal-modal-class: "close-reveal-modal";
896
+
897
+ // Side Nav
898
+
899
+ // $include-html-nav-classes: $include-html-classes;
900
+
901
+ // We use this to control padding.
902
+ // $side-nav-padding: rem-calc(14 0);
903
+
904
+ // We use these to control list styles.
905
+ // $side-nav-list-type: none;
906
+ // $side-nav-list-position: inside;
907
+ // $side-nav-list-margin: rem-calc(0 0 7 0);
908
+
909
+ // We use these to control link styles.
910
+ // $side-nav-link-color: $primary-color;
911
+ // $side-nav-link-color-active: scale-color($side-nav-link-color, $lightness: 30%);
912
+ // $side-nav-link-color-hover: scale-color($side-nav-link-color, $lightness: 30%);
913
+ // $side-nav-font-size: rem-calc(14);
914
+ // $side-nav-font-weight: normal;
915
+ // $side-nav-font-family: $body-font-family;
916
+ // $side-nav-active-font-family: $side-nav-font-family;
917
+
918
+
919
+
920
+ // We use these to control border styles
921
+ // $side-nav-divider-size: 1px;
922
+ // $side-nav-divider-style: solid;
923
+ // $side-nav-divider-color: scale-color(#fff, $lightness: -10%);
924
+
925
+ // Split Buttons
926
+
927
+ // $include-html-button-classes: $include-html-classes;
928
+
929
+ // We use these to control different shared styles for Split Buttons
930
+ // $split-button-function-factor: 10%;
931
+ // $split-button-pip-color: #fff;
932
+ // $split-button-pip-color-alt: #333;
933
+ // $split-button-active-bg-tint: rgba(0,0,0,0.1);
934
+
935
+ // We use these to control tiny split buttons
936
+ // $split-button-padding-tny: $button-pip-tny * 10;
937
+ // $split-button-span-width-tny: $button-pip-tny * 6;
938
+ // $split-button-pip-size-tny: $button-pip-tny;
939
+ // $split-button-pip-top-tny: $button-pip-tny * 2;
940
+ // $split-button-pip-default-float-tny: rem-calc(-6);
941
+
942
+ // We use these to control small split buttons
943
+ // $split-button-padding-sml: $button-pip-sml * 10;
944
+ // $split-button-span-width-sml: $button-pip-sml * 6;
945
+ // $split-button-pip-size-sml: $button-pip-sml;
946
+ // $split-button-pip-top-sml: $button-pip-sml * 1.5;
947
+ // $split-button-pip-default-float-sml: rem-calc(-6);
948
+
949
+ // We use these to control medium split buttons
950
+ // $split-button-padding-med: $button-pip-med * 9;
951
+ // $split-button-span-width-med: $button-pip-med * 5.5;
952
+ // $split-button-pip-size-med: $button-pip-med - rem-calc(3);
953
+ // $split-button-pip-top-med: $button-pip-med * 1.5;
954
+ // $split-button-pip-default-float-med: rem-calc(-6);
955
+
956
+ // We use these to control large split buttons
957
+ // $split-button-padding-lrg: $button-pip-lrg * 8;
958
+ // $split-button-span-width-lrg: $button-pip-lrg * 5;
959
+ // $split-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
960
+ // $split-button-pip-top-lrg: $button-pip-lrg + rem-calc(5);
961
+ // $split-button-pip-default-float-lrg: rem-calc(-6);
962
+
963
+ // Sub Nav
964
+
965
+ // $include-html-nav-classes: $include-html-classes;
966
+
967
+ // We use these to control margin and padding
968
+ // $sub-nav-list-margin: rem-calc(-4 0 18);
969
+ // $sub-nav-list-padding-top: rem-calc(4);
970
+
971
+ // We use this to control the definition
972
+ // $sub-nav-font-family: $body-font-family;
973
+ // $sub-nav-font-size: rem-calc(14);
974
+ // $sub-nav-font-color: #999;
975
+ // $sub-nav-font-weight: normal;
976
+ // $sub-nav-text-decoration: none;
977
+ // $sub-nav-border-radius: 3px;
978
+ // $sub-nav-font-color-hover: scale-color($sub-nav-font-color, $lightness: -25%);
979
+
980
+
981
+ // We use these to control the active item styles
982
+
983
+ // $sub-nav-active-font-weight: normal;
984
+ // $sub-nav-active-bg: $primary-color;
985
+ // $sub-nav-active-bg-hover: scale-color($sub-nav-active-bg, $lightness: -14%);
986
+ // $sub-nav-active-color: #fff;
987
+ // $sub-nav-active-padding: rem-calc(3 16);
988
+ // $sub-nav-active-cursor: default;
989
+
990
+ // $sub-nav-item-divider: "";
991
+ // $sub-nav-item-divider-margin: rem-calc(12);
992
+
993
+ //
994
+ // SWITCH
995
+ //
996
+
997
+ // $include-html-form-classes: $include-html-classes;
998
+
999
+ // Controlling border styles and background colors for the switch container
1000
+ // $switch-border-color: scale-color(#fff, $lightness: -20%);
1001
+ // $switch-border-style: solid;
1002
+ // $switch-border-width: 1px;
1003
+ // $switch-bg: #fff;
1004
+
1005
+ // We use these to control the switch heights for our default classes
1006
+ // $switch-height-tny: 22px;
1007
+ // $switch-height-sml: 28px;
1008
+ // $switch-height-med: 36px;
1009
+ // $switch-height-lrg: 44px;
1010
+ // $switch-bottom-margin: rem-calc(20);
1011
+
1012
+ // We use these to control default font sizes for our classes.
1013
+ // $switch-font-size-tny: 11px;
1014
+ // $switch-font-size-sml: 12px;
1015
+ // $switch-font-size-med: 14px;
1016
+ // $switch-font-size-lrg: 17px;
1017
+ // $switch-label-side-padding: 6px;
1018
+
1019
+ // We use these to style the switch-paddle
1020
+ // $switch-paddle-bg: #fff;
1021
+ // $switch-paddle-fade-to-color: scale-color($switch-paddle-bg, $lightness: -10%);
1022
+ // $switch-paddle-border-color: scale-color($switch-paddle-bg, $lightness: -35%);
1023
+ // $switch-paddle-border-width: 1px;
1024
+ // $switch-paddle-border-style: solid;
1025
+ // $switch-paddle-transition-speed: .1s;
1026
+ // $switch-paddle-transition-ease: ease-out;
1027
+ // $switch-positive-color: scale-color($success-color, $lightness: 94%);
1028
+ // $switch-negative-color: #f5f5f5;
1029
+
1030
+ // Outline Style for tabbing through switches
1031
+ // $switch-label-outline: 1px dotted #888;
1032
+
1033
+ // Tables
1034
+
1035
+ // $include-html-table-classes: $include-html-classes;
1036
+
1037
+ // These control the background color for the table and even rows
1038
+ // $table-bg: #fff;
1039
+ // $table-even-row-bg: #f9f9f9 ;
1040
+
1041
+ // These control the table cell border style
1042
+ // $table-border-style: solid;
1043
+ // $table-border-size: 1px;
1044
+ // $table-border-color: #ddd;
1045
+
1046
+ // These control the table head styles
1047
+ // $table-head-bg: #f5f5f5 ;
1048
+ // $table-head-font-size: rem-calc(14);
1049
+ // $table-head-font-color: #222;
1050
+ // $table-head-font-weight: bold;
1051
+ // $table-head-padding: rem-calc(8 10 10);
1052
+
1053
+ // These control the row padding and font styles
1054
+ // $table-row-padding: rem-calc(9 10);
1055
+ // $table-row-font-size: rem-calc(14);
1056
+ // $table-row-font-color: #222;
1057
+ // $table-line-height: rem-calc(18);
1058
+
1059
+ // These are for controlling the display and margin of tables
1060
+ // $table-display: table-cell;
1061
+ // $table-margin-bottom: rem-calc(20);
1062
+
1063
+ //
1064
+ // TABS
1065
+ //
1066
+
1067
+ // $include-html-tabs-classes: $include-html-classes;
1068
+
1069
+ // $tabs-navigation-padding: rem-calc(16);
1070
+ // $tabs-navigation-bg-color: #efefef ;
1071
+ // $tabs-navigation-active-bg-color: #fff;
1072
+ // $tabs-navigation-hover-bg-color: scale-color($tabs-navigation-bg-color, $lightness: -6%);
1073
+ // $tabs-navigation-font-color: #222;
1074
+ // $tabs-navigation-font-size: rem-calc(16);
1075
+ // $tabs-navigation-font-family: $body-font-family;
1076
+
1077
+ // $tabs-content-margin-bottom: rem-calc(24);
1078
+ // $tabs-content-padding: $column-gutter/2;
1079
+
1080
+ // $tabs-vertical-navigation-margin-bottom: 1.25rem;
1081
+
1082
+ //
1083
+ // THUMBNAILS
1084
+ //
1085
+
1086
+ // $include-html-media-classes: $include-html-classes;
1087
+
1088
+ // We use these to control border styles
1089
+ // $thumb-border-style: solid;
1090
+ // $thumb-border-width: 4px;
1091
+ // $thumb-border-color: #fff;
1092
+ // $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1093
+ // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1094
+
1095
+ // Radius and transition speed for thumbs
1096
+ // $thumb-radius: $global-radius;
1097
+ // $thumb-transition-speed: 200ms;
1098
+
1099
+ //
1100
+ // TOOLTIPS
1101
+ //
1102
+
1103
+ // $include-html-tooltip-classes: $include-html-classes;
1104
+
1105
+ // $has-tip-border-bottom: dotted 1px #ccc;
1106
+ // $has-tip-font-weight: bold;
1107
+ // $has-tip-font-color: #333;
1108
+ // $has-tip-border-bottom-hover: dotted 1px scale-color($primary-color, $lightness: -55%);
1109
+ // $has-tip-font-color-hover: $primary-color;
1110
+ // $has-tip-cursor-type: help;
1111
+
1112
+ // $tooltip-padding: rem-calc(12);
1113
+ // $tooltip-bg: #333;
1114
+ // $tooltip-font-size: rem-calc(14);
1115
+ // $tooltip-font-weight: normal;
1116
+ // $tooltip-font-color: #fff;
1117
+ // $tooltip-line-height: 1.3;
1118
+ // $tooltip-close-font-size: rem-calc(10);
1119
+ // $tooltip-close-font-weight: normal;
1120
+ // $tooltip-close-font-color: #777;
1121
+ // $tooltip-font-size-sml: rem-calc(14);
1122
+ // $tooltip-radius: $global-radius;
1123
+ // $tooltip-rounded: $global-rounded;
1124
+ // $tooltip-pip-size: 5px;
1125
+
1126
+ //
1127
+ // TOP BAR
1128
+ //
1129
+
1130
+ // $include-html-top-bar-classes: $include-html-classes;
1131
+
1132
+ // Background color for the top bar
1133
+ // $topbar-bg-color: #333;
1134
+ // $topbar-bg: $topbar-bg-color;
1135
+
1136
+ // Height and margin
1137
+ // $topbar-height: 45px;
1138
+ // $topbar-margin-bottom: 0;
1139
+
1140
+ // Controlling the styles for the title in the top bar
1141
+ // $topbar-title-weight: normal;
1142
+ // $topbar-title-font-size: rem-calc(17);
1143
+
1144
+ // Style the top bar dropdown elements
1145
+ // $topbar-dropdown-bg: #333;
1146
+ // $topbar-dropdown-link-color: #fff;
1147
+ // $topbar-dropdown-link-bg: #333;
1148
+ // $topbar-dropdown-link-weight: normal;
1149
+ // $topbar-dropdown-toggle-size: 5px;
1150
+ // $topbar-dropdown-toggle-color: #fff;
1151
+ // $topbar-dropdown-toggle-alpha: 0.4;
1152
+
1153
+ // Set the link colors and styles for top-level nav
1154
+ // $topbar-link-color: #fff;
1155
+ // $topbar-link-color-hover: #fff;
1156
+ // $topbar-link-color-active: #fff;
1157
+ // $topbar-link-color-active-hover: #fff;
1158
+ // $topbar-link-weight: normal;
1159
+ // $topbar-link-font-size: rem-calc(13);
1160
+ // $topbar-link-hover-lightness: -10%; // Darken by 10%
1161
+ // $topbar-link-bg-hover: #272727;
1162
+ // $topbar-link-bg-active: $primary-color;
1163
+ // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
1164
+ // $topbar-link-font-family: $body-font-family;
1165
+ // $topbar-link-text-transform: none;
1166
+ // $topbar-link-padding: $topbar-height / 3;
1167
+
1168
+ // $topbar-button-font-size: 0.75rem;
1169
+ // $topbar-button-top: 7px;
1170
+
1171
+ // $topbar-dropdown-label-color: #777;
1172
+ // $topbar-dropdown-label-text-transform: uppercase;
1173
+ // $topbar-dropdown-label-font-weight: bold;
1174
+ // $topbar-dropdown-label-font-size: rem-calc(10);
1175
+ // $topbar-dropdown-label-bg: #333;
1176
+
1177
+ // Top menu icon styles
1178
+ // $topbar-menu-link-transform: uppercase;
1179
+ // $topbar-menu-link-font-size: rem-calc(13);
1180
+ // $topbar-menu-link-weight: bold;
1181
+ // $topbar-menu-link-color: #fff;
1182
+ // $topbar-menu-icon-color: #fff;
1183
+ // $topbar-menu-link-color-toggled: #888;
1184
+ // $topbar-menu-icon-color-toggled: #888;
1185
+
1186
+ // Transitions and breakpoint styles
1187
+ // $topbar-transition-speed: 300ms;
1188
+ // Using rem-calc for the below breakpoint causes issues with top bar
1189
+ // $topbar-breakpoint: #{upper-bound($medium-range)}; // Change to 9999px for always mobile layout
1190
+ // $topbar-media-query: "only screen and (min-width: #{upper-bound($medium-range)})";
1191
+
1192
+ // Divider Styles
1193
+ // $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%);
1194
+ // $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, $lightness: -50%);
1195
+
1196
+ // Sticky Class
1197
+ // $topbar-sticky-class: ".sticky";
1198
+ // $topbar-arrows: true; //Set false to remove the triangle icon from the menu item
1199
+
1200
+ //
1201
+ // VISIBILITY CLASSES
1202
+ //
1203
+
1204
+ // $include-html-visibility-classes: $include-html-classes;
1205
+ // $include-table-visibility-classes: true;
1206
+ // $include-legacy-visibility-classes: true;
1207
+
1208
+ //
1209
+ // RANGE SLIDER
1210
+ //
1211
+
1212
+ // $include-html-range-slider-classes: $include-html-classes;
1213
+
1214
+ // These variabels define the slider bar styles
1215
+ // $range-slider-bar-width: 100%;
1216
+ // $range-slider-bar-height: rem-calc(16);
1217
+
1218
+ // $range-slider-bar-border-width: 1px;
1219
+ // $range-slider-bar-border-style: solid;
1220
+ // $range-slider-bar-border-color: #ddd;
1221
+ // $range-slider-radius: $global-radius;
1222
+ // $range-slider-round: $global-rounded;
1223
+ // $range-slider-bar-bg-color: #fafafa;
1224
+
1225
+ // Vertical bar styles
1226
+ // $range-slider-vertical-bar-width: rem-calc(16);
1227
+ // $range-slider-vertical-bar-height: rem-calc(200);
1228
+
1229
+ // These variabels define the slider handle styles
1230
+ // $range-slider-handle-width: rem-calc(32);
1231
+ // $range-slider-handle-height: rem-calc(22);
1232
+ // $range-slider-handle-position-top: rem-calc(-5);
1233
+ // $range-slider-handle-bg-color: $primary-color;
1234
+ // $range-slider-handle-border-width: 1px;
1235
+ // $range-slider-handle-border-style: solid;
1236
+ // $range-slider-handle-border-color: none;
1237
+ // $range-slider-handle-radius: $global-radius;
1238
+ // $range-slider-handle-round: $global-rounded;
1239
+ // $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%);
1240
+ // $range-slider-handle-cursor: pointer;