weaver 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (568) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +10 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +3 -0
  5. data/CODE_OF_CONDUCT.md +13 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +39 -0
  9. data/Rakefile +1 -0
  10. data/bin/console +14 -0
  11. data/bin/setup +7 -0
  12. data/bin/weaver +76 -0
  13. data/data/weaver/css/animate.css +2848 -0
  14. data/data/weaver/css/bootstrap.css +6358 -0
  15. data/data/weaver/css/bootstrap.min.css +5 -0
  16. data/data/weaver/css/patterns/congruent_pentagon.png +0 -0
  17. data/data/weaver/css/patterns/header-profile-skin-1.png +0 -0
  18. data/data/weaver/css/patterns/header-profile-skin-2.png +0 -0
  19. data/data/weaver/css/patterns/header-profile-skin-3.png +0 -0
  20. data/data/weaver/css/patterns/header-profile.png +0 -0
  21. data/data/weaver/css/patterns/otis_redding.png +0 -0
  22. data/data/weaver/css/patterns/shattered.png +0 -0
  23. data/data/weaver/css/patterns/triangular.png +0 -0
  24. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery-indicator.css +71 -0
  25. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery-video.css +87 -0
  26. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery.css +226 -0
  27. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery.min.css +1 -0
  28. data/data/weaver/css/plugins/blueimp/css/demo.css +51 -0
  29. data/data/weaver/css/plugins/blueimp/img/error.png +0 -0
  30. data/data/weaver/css/plugins/blueimp/img/error.svg +5 -0
  31. data/data/weaver/css/plugins/blueimp/img/loading.gif +0 -0
  32. data/data/weaver/css/plugins/blueimp/img/play-pause.png +0 -0
  33. data/data/weaver/css/plugins/blueimp/img/play-pause.svg +6 -0
  34. data/data/weaver/css/plugins/blueimp/img/video-play.png +0 -0
  35. data/data/weaver/css/plugins/blueimp/img/video-play.svg +5 -0
  36. data/data/weaver/css/plugins/bootstrap-rtl/bootstrap-rtl.css +1468 -0
  37. data/data/weaver/css/plugins/bootstrap-rtl/bootstrap-rtl.css.map +1 -0
  38. data/data/weaver/css/plugins/bootstrap-rtl/bootstrap-rtl.min.css +9 -0
  39. data/data/weaver/css/plugins/chosen/chosen-sprite.png +0 -0
  40. data/data/weaver/css/plugins/chosen/chosen-sprite@2x.png +0 -0
  41. data/data/weaver/css/plugins/chosen/chosen.css +429 -0
  42. data/data/weaver/css/plugins/codemirror/ambiance.css +77 -0
  43. data/data/weaver/css/plugins/codemirror/codemirror.css +309 -0
  44. data/data/weaver/css/plugins/colorpicker/bootstrap-colorpicker.min.css +9 -0
  45. data/data/weaver/css/plugins/cropper/cropper.min.css +9 -0
  46. data/data/weaver/css/plugins/dataTables/dataTables.bootstrap.css +233 -0
  47. data/data/weaver/css/plugins/dataTables/dataTables.responsive.css +93 -0
  48. data/data/weaver/css/plugins/dataTables/dataTables.tableTools.min.css +1 -0
  49. data/data/weaver/css/plugins/datapicker/datepicker3.css +789 -0
  50. data/data/weaver/css/plugins/dropzone/basic.css +155 -0
  51. data/data/weaver/css/plugins/dropzone/dropzone.css +410 -0
  52. data/data/weaver/css/plugins/fullcalendar/fullcalendar.css +977 -0
  53. data/data/weaver/css/plugins/fullcalendar/fullcalendar.print.css +202 -0
  54. data/data/weaver/css/plugins/iCheck/custom.css +59 -0
  55. data/data/weaver/css/plugins/iCheck/green.png +0 -0
  56. data/data/weaver/css/plugins/iCheck/green@2x.png +0 -0
  57. data/data/weaver/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png +0 -0
  58. data/data/weaver/css/plugins/images/bootstrap-colorpicker/alpha.png +0 -0
  59. data/data/weaver/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png +0 -0
  60. data/data/weaver/css/plugins/images/bootstrap-colorpicker/hue.png +0 -0
  61. data/data/weaver/css/plugins/images/bootstrap-colorpicker/saturation.png +0 -0
  62. data/data/weaver/css/plugins/images/sort.png +0 -0
  63. data/data/weaver/css/plugins/images/sort_asc.png +0 -0
  64. data/data/weaver/css/plugins/images/sort_desc.png +0 -0
  65. data/data/weaver/css/plugins/images/sprite-skin-flat.png +0 -0
  66. data/data/weaver/css/plugins/images/sprite-skin-flat2.png +0 -0
  67. data/data/weaver/css/plugins/images/sprite-skin-nice.png +0 -0
  68. data/data/weaver/css/plugins/images/sprite-skin-simple.png +0 -0
  69. data/data/weaver/css/plugins/images/spritemap.png +0 -0
  70. data/data/weaver/css/plugins/images/spritemap@2x.png +0 -0
  71. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.css +126 -0
  72. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css +89 -0
  73. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.skinNice.css +85 -0
  74. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css +85 -0
  75. data/data/weaver/css/plugins/jQueryUI/images/animated-overlay.gif +0 -0
  76. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  77. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  78. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  79. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  80. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  81. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  82. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  83. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  84. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_222222_256x240.png +0 -0
  85. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png +0 -0
  86. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_454545_256x240.png +0 -0
  87. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_888888_256x240.png +0 -0
  88. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png +0 -0
  89. data/data/weaver/css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css +7 -0
  90. data/data/weaver/css/plugins/jasny/jasny-bootstrap.min.css +7 -0
  91. data/data/weaver/css/plugins/jqGrid/ui.jqgrid.css +171 -0
  92. data/data/weaver/css/plugins/jsTree/32px.png +0 -0
  93. data/data/weaver/css/plugins/jsTree/39px.png +0 -0
  94. data/data/weaver/css/plugins/jsTree/40px.png +0 -0
  95. data/data/weaver/css/plugins/jsTree/style.css +1050 -0
  96. data/data/weaver/css/plugins/jsTree/style.min.css +1 -0
  97. data/data/weaver/css/plugins/jsTree/throbber.gif +0 -0
  98. data/data/weaver/css/plugins/morris/morris-0.4.3.min.css +2 -0
  99. data/data/weaver/css/plugins/nouslider/jquery.nouislider.css +165 -0
  100. data/data/weaver/css/plugins/social-buttons/social-buttons.css +68 -0
  101. data/data/weaver/css/plugins/steps/jquery.steps.css +380 -0
  102. data/data/weaver/css/plugins/summernote/summernote-bs3.css +5970 -0
  103. data/data/weaver/css/plugins/summernote/summernote.css +446 -0
  104. data/data/weaver/css/plugins/switchery/switchery.css +32 -0
  105. data/data/weaver/css/plugins/toastr/toastr.min.css +222 -0
  106. data/data/weaver/css/style.css +5031 -0
  107. data/data/weaver/css/style.min.css +1 -0
  108. data/data/weaver/font-awesome/css/font-awesome.css +1801 -0
  109. data/data/weaver/font-awesome/css/font-awesome.min.css +4 -0
  110. data/data/weaver/font-awesome/fonts/FontAwesome.otf +0 -0
  111. data/data/weaver/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  112. data/data/weaver/font-awesome/fonts/fontawesome-webfont.svg +565 -0
  113. data/data/weaver/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  114. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  115. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  116. data/data/weaver/font-awesome/less/animated.less +34 -0
  117. data/data/weaver/font-awesome/less/bordered-pulled.less +16 -0
  118. data/data/weaver/font-awesome/less/core.less +13 -0
  119. data/data/weaver/font-awesome/less/fixed-width.less +6 -0
  120. data/data/weaver/font-awesome/less/font-awesome.less +17 -0
  121. data/data/weaver/font-awesome/less/icons.less +596 -0
  122. data/data/weaver/font-awesome/less/larger.less +13 -0
  123. data/data/weaver/font-awesome/less/list.less +19 -0
  124. data/data/weaver/font-awesome/less/mixins.less +27 -0
  125. data/data/weaver/font-awesome/less/path.less +15 -0
  126. data/data/weaver/font-awesome/less/rotated-flipped.less +20 -0
  127. data/data/weaver/font-awesome/less/stacked.less +20 -0
  128. data/data/weaver/font-awesome/less/variables.less +606 -0
  129. data/data/weaver/font-awesome/scss/_animated.scss +34 -0
  130. data/data/weaver/font-awesome/scss/_bordered-pulled.scss +16 -0
  131. data/data/weaver/font-awesome/scss/_core.scss +13 -0
  132. data/data/weaver/font-awesome/scss/_fixed-width.scss +6 -0
  133. data/data/weaver/font-awesome/scss/_icons.scss +596 -0
  134. data/data/weaver/font-awesome/scss/_larger.scss +13 -0
  135. data/data/weaver/font-awesome/scss/_list.scss +19 -0
  136. data/data/weaver/font-awesome/scss/_mixins.scss +27 -0
  137. data/data/weaver/font-awesome/scss/_path.scss +15 -0
  138. data/data/weaver/font-awesome/scss/_rotated-flipped.scss +20 -0
  139. data/data/weaver/font-awesome/scss/_stacked.scss +20 -0
  140. data/data/weaver/font-awesome/scss/_variables.scss +606 -0
  141. data/data/weaver/font-awesome/scss/font-awesome.scss +17 -0
  142. data/data/weaver/fonts/OpenSans/OpenSans-Bold.ttf +0 -0
  143. data/data/weaver/fonts/OpenSans/OpenSans-BoldItalic.ttf +0 -0
  144. data/data/weaver/fonts/OpenSans/OpenSans-ExtraBold.ttf +0 -0
  145. data/data/weaver/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
  146. data/data/weaver/fonts/OpenSans/OpenSans-Italic.ttf +0 -0
  147. data/data/weaver/fonts/OpenSans/OpenSans-Light.ttf +0 -0
  148. data/data/weaver/fonts/OpenSans/OpenSans-LightItalic.ttf +0 -0
  149. data/data/weaver/fonts/OpenSans/OpenSans-Regular.ttf +0 -0
  150. data/data/weaver/fonts/OpenSans/OpenSans-Semibold.ttf +0 -0
  151. data/data/weaver/fonts/OpenSans/OpenSans-SemiboldItalic.ttf +0 -0
  152. data/data/weaver/fonts/glyphicons-halflings-regular.eot +0 -0
  153. data/data/weaver/fonts/glyphicons-halflings-regular.svg +229 -0
  154. data/data/weaver/fonts/glyphicons-halflings-regular.ttf +0 -0
  155. data/data/weaver/fonts/glyphicons-halflings-regular.woff +0 -0
  156. data/data/weaver/js/bootstrap.js +2276 -0
  157. data/data/weaver/js/bootstrap.min.js +7 -0
  158. data/data/weaver/js/demo/chartjs-demo.js +217 -0
  159. data/data/weaver/js/demo/dashboard-demo.js +117 -0
  160. data/data/weaver/js/demo/flot-demo.js +308 -0
  161. data/data/weaver/js/demo/flot-demo2.js +377 -0
  162. data/data/weaver/js/demo/morris-demo.js +89 -0
  163. data/data/weaver/js/demo/peity-demo.js +33 -0
  164. data/data/weaver/js/demo/rickshaw-demo.js +103 -0
  165. data/data/weaver/js/demo/sparkline-demo.js +51 -0
  166. data/data/weaver/js/inspinia.js +149 -0
  167. data/data/weaver/js/jquery-2.1.1.js +4 -0
  168. data/data/weaver/js/jquery-ui-1.10.4.min.js +7 -0
  169. data/data/weaver/js/jquery-ui.custom.min.js +16 -0
  170. data/data/weaver/js/plugins/blueimp/jquery.blueimp-gallery.min.js +1 -0
  171. data/data/weaver/js/plugins/chartJs/Chart.min.js +11 -0
  172. data/data/weaver/js/plugins/chosen/chosen.jquery.js +1211 -0
  173. data/data/weaver/js/plugins/codemirror/codemirror.js +7830 -0
  174. data/data/weaver/js/plugins/codemirror/mode/apl/apl.js +175 -0
  175. data/data/weaver/js/plugins/codemirror/mode/apl/index.html +72 -0
  176. data/data/weaver/js/plugins/codemirror/mode/asterisk/asterisk.js +198 -0
  177. data/data/weaver/js/plugins/codemirror/mode/asterisk/index.html +154 -0
  178. data/data/weaver/js/plugins/codemirror/mode/clike/clike.js +474 -0
  179. data/data/weaver/js/plugins/codemirror/mode/clike/index.html +225 -0
  180. data/data/weaver/js/plugins/codemirror/mode/clike/scala.html +767 -0
  181. data/data/weaver/js/plugins/codemirror/mode/clojure/clojure.js +243 -0
  182. data/data/weaver/js/plugins/codemirror/mode/clojure/index.html +88 -0
  183. data/data/weaver/js/plugins/codemirror/mode/cobol/cobol.js +255 -0
  184. data/data/weaver/js/plugins/codemirror/mode/cobol/index.html +210 -0
  185. data/data/weaver/js/plugins/codemirror/mode/coffeescript/coffeescript.js +369 -0
  186. data/data/weaver/js/plugins/codemirror/mode/coffeescript/index.html +740 -0
  187. data/data/weaver/js/plugins/codemirror/mode/commonlisp/commonlisp.js +120 -0
  188. data/data/weaver/js/plugins/codemirror/mode/commonlisp/index.html +177 -0
  189. data/data/weaver/js/plugins/codemirror/mode/css/css.js +717 -0
  190. data/data/weaver/js/plugins/codemirror/mode/css/index.html +70 -0
  191. data/data/weaver/js/plugins/codemirror/mode/css/less.html +152 -0
  192. data/data/weaver/js/plugins/codemirror/mode/css/less_test.js +51 -0
  193. data/data/weaver/js/plugins/codemirror/mode/css/scss.html +157 -0
  194. data/data/weaver/js/plugins/codemirror/mode/css/scss_test.js +110 -0
  195. data/data/weaver/js/plugins/codemirror/mode/css/test.js +135 -0
  196. data/data/weaver/js/plugins/codemirror/mode/cypher/cypher.js +146 -0
  197. data/data/weaver/js/plugins/codemirror/mode/cypher/index.html +63 -0
  198. data/data/weaver/js/plugins/codemirror/mode/d/d.js +218 -0
  199. data/data/weaver/js/plugins/codemirror/mode/d/index.html +273 -0
  200. data/data/weaver/js/plugins/codemirror/mode/diff/diff.js +47 -0
  201. data/data/weaver/js/plugins/codemirror/mode/diff/index.html +117 -0
  202. data/data/weaver/js/plugins/codemirror/mode/django/django.js +67 -0
  203. data/data/weaver/js/plugins/codemirror/mode/django/index.html +63 -0
  204. data/data/weaver/js/plugins/codemirror/mode/dtd/dtd.js +142 -0
  205. data/data/weaver/js/plugins/codemirror/mode/dtd/index.html +89 -0
  206. data/data/weaver/js/plugins/codemirror/mode/dylan/dylan.js +299 -0
  207. data/data/weaver/js/plugins/codemirror/mode/dylan/index.html +407 -0
  208. data/data/weaver/js/plugins/codemirror/mode/ecl/ecl.js +207 -0
  209. data/data/weaver/js/plugins/codemirror/mode/ecl/index.html +52 -0
  210. data/data/weaver/js/plugins/codemirror/mode/eiffel/eiffel.js +162 -0
  211. data/data/weaver/js/plugins/codemirror/mode/eiffel/index.html +429 -0
  212. data/data/weaver/js/plugins/codemirror/mode/erlang/erlang.js +622 -0
  213. data/data/weaver/js/plugins/codemirror/mode/erlang/index.html +76 -0
  214. data/data/weaver/js/plugins/codemirror/mode/fortran/fortran.js +188 -0
  215. data/data/weaver/js/plugins/codemirror/mode/fortran/index.html +81 -0
  216. data/data/weaver/js/plugins/codemirror/mode/gas/gas.js +345 -0
  217. data/data/weaver/js/plugins/codemirror/mode/gas/index.html +68 -0
  218. data/data/weaver/js/plugins/codemirror/mode/gfm/gfm.js +122 -0
  219. data/data/weaver/js/plugins/codemirror/mode/gfm/index.html +82 -0
  220. data/data/weaver/js/plugins/codemirror/mode/gfm/test.js +164 -0
  221. data/data/weaver/js/plugins/codemirror/mode/gherkin/gherkin.js +178 -0
  222. data/data/weaver/js/plugins/codemirror/mode/gherkin/index.html +48 -0
  223. data/data/weaver/js/plugins/codemirror/mode/go/go.js +184 -0
  224. data/data/weaver/js/plugins/codemirror/mode/go/index.html +85 -0
  225. data/data/weaver/js/plugins/codemirror/mode/groovy/groovy.js +226 -0
  226. data/data/weaver/js/plugins/codemirror/mode/groovy/index.html +84 -0
  227. data/data/weaver/js/plugins/codemirror/mode/haml/haml.js +159 -0
  228. data/data/weaver/js/plugins/codemirror/mode/haml/index.html +79 -0
  229. data/data/weaver/js/plugins/codemirror/mode/haml/test.js +97 -0
  230. data/data/weaver/js/plugins/codemirror/mode/haskell/haskell.js +267 -0
  231. data/data/weaver/js/plugins/codemirror/mode/haskell/index.html +73 -0
  232. data/data/weaver/js/plugins/codemirror/mode/haxe/haxe.js +518 -0
  233. data/data/weaver/js/plugins/codemirror/mode/haxe/index.html +124 -0
  234. data/data/weaver/js/plugins/codemirror/mode/htmlembedded/htmlembedded.js +86 -0
  235. data/data/weaver/js/plugins/codemirror/mode/htmlembedded/index.html +58 -0
  236. data/data/weaver/js/plugins/codemirror/mode/htmlmixed/htmlmixed.js +121 -0
  237. data/data/weaver/js/plugins/codemirror/mode/htmlmixed/index.html +85 -0
  238. data/data/weaver/js/plugins/codemirror/mode/http/http.js +113 -0
  239. data/data/weaver/js/plugins/codemirror/mode/http/index.html +45 -0
  240. data/data/weaver/js/plugins/codemirror/mode/index.html +125 -0
  241. data/data/weaver/js/plugins/codemirror/mode/jade/index.html +70 -0
  242. data/data/weaver/js/plugins/codemirror/mode/jade/jade.js +590 -0
  243. data/data/weaver/js/plugins/codemirror/mode/javascript/index.html +114 -0
  244. data/data/weaver/js/plugins/codemirror/mode/javascript/javascript.js +684 -0
  245. data/data/weaver/js/plugins/codemirror/mode/javascript/json-ld.html +72 -0
  246. data/data/weaver/js/plugins/codemirror/mode/javascript/test.js +194 -0
  247. data/data/weaver/js/plugins/codemirror/mode/javascript/typescript.html +61 -0
  248. data/data/weaver/js/plugins/codemirror/mode/jinja2/index.html +54 -0
  249. data/data/weaver/js/plugins/codemirror/mode/jinja2/jinja2.js +142 -0
  250. data/data/weaver/js/plugins/codemirror/mode/julia/index.html +195 -0
  251. data/data/weaver/js/plugins/codemirror/mode/julia/julia.js +301 -0
  252. data/data/weaver/js/plugins/codemirror/mode/kotlin/index.html +89 -0
  253. data/data/weaver/js/plugins/codemirror/mode/kotlin/kotlin.js +280 -0
  254. data/data/weaver/js/plugins/codemirror/mode/livescript/index.html +459 -0
  255. data/data/weaver/js/plugins/codemirror/mode/livescript/livescript.js +280 -0
  256. data/data/weaver/js/plugins/codemirror/mode/lua/index.html +85 -0
  257. data/data/weaver/js/plugins/codemirror/mode/lua/lua.js +159 -0
  258. data/data/weaver/js/plugins/codemirror/mode/markdown/index.html +359 -0
  259. data/data/weaver/js/plugins/codemirror/mode/markdown/markdown.js +758 -0
  260. data/data/weaver/js/plugins/codemirror/mode/markdown/test.js +754 -0
  261. data/data/weaver/js/plugins/codemirror/mode/meta.js +144 -0
  262. data/data/weaver/js/plugins/codemirror/mode/mirc/index.html +160 -0
  263. data/data/weaver/js/plugins/codemirror/mode/mirc/mirc.js +193 -0
  264. data/data/weaver/js/plugins/codemirror/mode/mllike/index.html +179 -0
  265. data/data/weaver/js/plugins/codemirror/mode/mllike/mllike.js +205 -0
  266. data/data/weaver/js/plugins/codemirror/mode/modelica/index.html +67 -0
  267. data/data/weaver/js/plugins/codemirror/mode/modelica/modelica.js +245 -0
  268. data/data/weaver/js/plugins/codemirror/mode/nginx/index.html +181 -0
  269. data/data/weaver/js/plugins/codemirror/mode/nginx/nginx.js +178 -0
  270. data/data/weaver/js/plugins/codemirror/mode/ntriples/index.html +45 -0
  271. data/data/weaver/js/plugins/codemirror/mode/ntriples/ntriples.js +186 -0
  272. data/data/weaver/js/plugins/codemirror/mode/octave/index.html +83 -0
  273. data/data/weaver/js/plugins/codemirror/mode/octave/octave.js +135 -0
  274. data/data/weaver/js/plugins/codemirror/mode/pascal/index.html +61 -0
  275. data/data/weaver/js/plugins/codemirror/mode/pascal/pascal.js +109 -0
  276. data/data/weaver/js/plugins/codemirror/mode/pegjs/index.html +66 -0
  277. data/data/weaver/js/plugins/codemirror/mode/pegjs/pegjs.js +114 -0
  278. data/data/weaver/js/plugins/codemirror/mode/perl/index.html +75 -0
  279. data/data/weaver/js/plugins/codemirror/mode/perl/perl.js +832 -0
  280. data/data/weaver/js/plugins/codemirror/mode/php/index.html +64 -0
  281. data/data/weaver/js/plugins/codemirror/mode/php/php.js +226 -0
  282. data/data/weaver/js/plugins/codemirror/mode/php/test.js +154 -0
  283. data/data/weaver/js/plugins/codemirror/mode/pig/index.html +55 -0
  284. data/data/weaver/js/plugins/codemirror/mode/pig/pig.js +188 -0
  285. data/data/weaver/js/plugins/codemirror/mode/properties/index.html +53 -0
  286. data/data/weaver/js/plugins/codemirror/mode/properties/properties.js +78 -0
  287. data/data/weaver/js/plugins/codemirror/mode/puppet/index.html +121 -0
  288. data/data/weaver/js/plugins/codemirror/mode/puppet/puppet.js +220 -0
  289. data/data/weaver/js/plugins/codemirror/mode/python/index.html +198 -0
  290. data/data/weaver/js/plugins/codemirror/mode/python/python.js +359 -0
  291. data/data/weaver/js/plugins/codemirror/mode/q/index.html +144 -0
  292. data/data/weaver/js/plugins/codemirror/mode/q/q.js +139 -0
  293. data/data/weaver/js/plugins/codemirror/mode/r/index.html +85 -0
  294. data/data/weaver/js/plugins/codemirror/mode/r/r.js +162 -0
  295. data/data/weaver/js/plugins/codemirror/mode/rpm/changes/index.html +66 -0
  296. data/data/weaver/js/plugins/codemirror/mode/rpm/index.html +149 -0
  297. data/data/weaver/js/plugins/codemirror/mode/rpm/rpm.js +101 -0
  298. data/data/weaver/js/plugins/codemirror/mode/rst/index.html +535 -0
  299. data/data/weaver/js/plugins/codemirror/mode/rst/rst.js +557 -0
  300. data/data/weaver/js/plugins/codemirror/mode/ruby/index.html +184 -0
  301. data/data/weaver/js/plugins/codemirror/mode/ruby/ruby.js +285 -0
  302. data/data/weaver/js/plugins/codemirror/mode/ruby/test.js +14 -0
  303. data/data/weaver/js/plugins/codemirror/mode/rust/index.html +60 -0
  304. data/data/weaver/js/plugins/codemirror/mode/rust/rust.js +451 -0
  305. data/data/weaver/js/plugins/codemirror/mode/sass/index.html +66 -0
  306. data/data/weaver/js/plugins/codemirror/mode/sass/sass.js +327 -0
  307. data/data/weaver/js/plugins/codemirror/mode/scheme/index.html +77 -0
  308. data/data/weaver/js/plugins/codemirror/mode/scheme/scheme.js +248 -0
  309. data/data/weaver/js/plugins/codemirror/mode/shell/index.html +66 -0
  310. data/data/weaver/js/plugins/codemirror/mode/shell/shell.js +138 -0
  311. data/data/weaver/js/plugins/codemirror/mode/shell/test.js +58 -0
  312. data/data/weaver/js/plugins/codemirror/mode/sieve/index.html +93 -0
  313. data/data/weaver/js/plugins/codemirror/mode/sieve/sieve.js +193 -0
  314. data/data/weaver/js/plugins/codemirror/mode/slim/index.html +96 -0
  315. data/data/weaver/js/plugins/codemirror/mode/slim/slim.js +575 -0
  316. data/data/weaver/js/plugins/codemirror/mode/slim/test.js +96 -0
  317. data/data/weaver/js/plugins/codemirror/mode/smalltalk/index.html +68 -0
  318. data/data/weaver/js/plugins/codemirror/mode/smalltalk/smalltalk.js +168 -0
  319. data/data/weaver/js/plugins/codemirror/mode/smarty/index.html +136 -0
  320. data/data/weaver/js/plugins/codemirror/mode/smarty/smarty.js +221 -0
  321. data/data/weaver/js/plugins/codemirror/mode/smartymixed/index.html +114 -0
  322. data/data/weaver/js/plugins/codemirror/mode/smartymixed/smartymixed.js +197 -0
  323. data/data/weaver/js/plugins/codemirror/mode/solr/index.html +57 -0
  324. data/data/weaver/js/plugins/codemirror/mode/solr/solr.js +104 -0
  325. data/data/weaver/js/plugins/codemirror/mode/sparql/index.html +53 -0
  326. data/data/weaver/js/plugins/codemirror/mode/sparql/sparql.js +160 -0
  327. data/data/weaver/js/plugins/codemirror/mode/sql/index.html +84 -0
  328. data/data/weaver/js/plugins/codemirror/mode/sql/sql.js +393 -0
  329. data/data/weaver/js/plugins/codemirror/mode/stex/index.html +110 -0
  330. data/data/weaver/js/plugins/codemirror/mode/stex/stex.js +262 -0
  331. data/data/weaver/js/plugins/codemirror/mode/stex/test.js +123 -0
  332. data/data/weaver/js/plugins/codemirror/mode/tcl/index.html +142 -0
  333. data/data/weaver/js/plugins/codemirror/mode/tcl/tcl.js +147 -0
  334. data/data/weaver/js/plugins/codemirror/mode/textile/index.html +191 -0
  335. data/data/weaver/js/plugins/codemirror/mode/textile/test.js +406 -0
  336. data/data/weaver/js/plugins/codemirror/mode/textile/textile.js +553 -0
  337. data/data/weaver/js/plugins/codemirror/mode/tiddlywiki/index.html +154 -0
  338. data/data/weaver/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css +14 -0
  339. data/data/weaver/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.js +369 -0
  340. data/data/weaver/js/plugins/codemirror/mode/tiki/index.html +95 -0
  341. data/data/weaver/js/plugins/codemirror/mode/tiki/tiki.css +26 -0
  342. data/data/weaver/js/plugins/codemirror/mode/tiki/tiki.js +323 -0
  343. data/data/weaver/js/plugins/codemirror/mode/toml/index.html +73 -0
  344. data/data/weaver/js/plugins/codemirror/mode/toml/toml.js +88 -0
  345. data/data/weaver/js/plugins/codemirror/mode/tornado/index.html +63 -0
  346. data/data/weaver/js/plugins/codemirror/mode/tornado/tornado.js +68 -0
  347. data/data/weaver/js/plugins/codemirror/mode/turtle/index.html +50 -0
  348. data/data/weaver/js/plugins/codemirror/mode/turtle/turtle.js +160 -0
  349. data/data/weaver/js/plugins/codemirror/mode/vb/index.html +102 -0
  350. data/data/weaver/js/plugins/codemirror/mode/vb/vb.js +274 -0
  351. data/data/weaver/js/plugins/codemirror/mode/vbscript/index.html +55 -0
  352. data/data/weaver/js/plugins/codemirror/mode/vbscript/vbscript.js +350 -0
  353. data/data/weaver/js/plugins/codemirror/mode/velocity/index.html +118 -0
  354. data/data/weaver/js/plugins/codemirror/mode/velocity/velocity.js +201 -0
  355. data/data/weaver/js/plugins/codemirror/mode/verilog/index.html +120 -0
  356. data/data/weaver/js/plugins/codemirror/mode/verilog/test.js +273 -0
  357. data/data/weaver/js/plugins/codemirror/mode/verilog/verilog.js +364 -0
  358. data/data/weaver/js/plugins/codemirror/mode/xml/index.html +57 -0
  359. data/data/weaver/js/plugins/codemirror/mode/xml/test.js +51 -0
  360. data/data/weaver/js/plugins/codemirror/mode/xml/xml.js +384 -0
  361. data/data/weaver/js/plugins/codemirror/mode/xquery/index.html +210 -0
  362. data/data/weaver/js/plugins/codemirror/mode/xquery/test.js +67 -0
  363. data/data/weaver/js/plugins/codemirror/mode/xquery/xquery.js +447 -0
  364. data/data/weaver/js/plugins/codemirror/mode/yaml/index.html +80 -0
  365. data/data/weaver/js/plugins/codemirror/mode/yaml/yaml.js +112 -0
  366. data/data/weaver/js/plugins/codemirror/mode/z80/index.html +52 -0
  367. data/data/weaver/js/plugins/codemirror/mode/z80/z80.js +100 -0
  368. data/data/weaver/js/plugins/colorpicker/bootstrap-colorpicker.min.js +1 -0
  369. data/data/weaver/js/plugins/cropper/cropper.min.js +9 -0
  370. data/data/weaver/js/plugins/dataTables/dataTables.bootstrap.js +245 -0
  371. data/data/weaver/js/plugins/dataTables/dataTables.responsive.js +801 -0
  372. data/data/weaver/js/plugins/dataTables/dataTables.tableTools.min.js +69 -0
  373. data/data/weaver/js/plugins/dataTables/jquery.dataTables.js +14840 -0
  374. data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls.swf +0 -0
  375. data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf +0 -0
  376. data/data/weaver/js/plugins/datapicker/bootstrap-datepicker.js +1671 -0
  377. data/data/weaver/js/plugins/dropzone/dropzone.js +1841 -0
  378. data/data/weaver/js/plugins/easypiechart/easypiechart.js +350 -0
  379. data/data/weaver/js/plugins/easypiechart/jquery.easypiechart.js +359 -0
  380. data/data/weaver/js/plugins/flot/curvedLines.js +315 -0
  381. data/data/weaver/js/plugins/flot/excanvas.min.js +1 -0
  382. data/data/weaver/js/plugins/flot/jquery.flot.js +3168 -0
  383. data/data/weaver/js/plugins/flot/jquery.flot.pie.js +820 -0
  384. data/data/weaver/js/plugins/flot/jquery.flot.resize.js +59 -0
  385. data/data/weaver/js/plugins/flot/jquery.flot.spline.js +212 -0
  386. data/data/weaver/js/plugins/flot/jquery.flot.symbol.js +71 -0
  387. data/data/weaver/js/plugins/flot/jquery.flot.time.js +432 -0
  388. data/data/weaver/js/plugins/flot/jquery.flot.tooltip.min.js +12 -0
  389. data/data/weaver/js/plugins/fullcalendar/fullcalendar.min.js +8 -0
  390. data/data/weaver/js/plugins/fullcalendar/moment.min.js +7 -0
  391. data/data/weaver/js/plugins/gritter/images/gritter-light.png +0 -0
  392. data/data/weaver/js/plugins/gritter/images/gritter-long.png +0 -0
  393. data/data/weaver/js/plugins/gritter/images/gritter.png +0 -0
  394. data/data/weaver/js/plugins/gritter/images/ie-spacer.gif +0 -0
  395. data/data/weaver/js/plugins/gritter/jquery.gritter.css +137 -0
  396. data/data/weaver/js/plugins/gritter/jquery.gritter.min.js +1 -0
  397. data/data/weaver/js/plugins/iCheck/icheck.min.js +11 -0
  398. data/data/weaver/js/plugins/ionRangeSlider/ion.rangeSlider.min.js +26 -0
  399. data/data/weaver/js/plugins/jasny/jasny-bootstrap.min.js +6 -0
  400. data/data/weaver/js/plugins/jeditable/jquery.jeditable.js +543 -0
  401. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ar.js +128 -0
  402. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-bg.js +134 -0
  403. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-bg1251.js +132 -0
  404. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-cat.js +130 -0
  405. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-cn.js +169 -0
  406. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-cs.js +130 -0
  407. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-da.js +130 -0
  408. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-de.js +173 -0
  409. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-dk.js +129 -0
  410. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-el.js +128 -0
  411. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-en.js +170 -0
  412. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-es.js +130 -0
  413. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-fa.js +147 -0
  414. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-fi.js +131 -0
  415. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-fr.js +128 -0
  416. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-gl.js +128 -0
  417. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-he.js +129 -0
  418. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-hr.js +164 -0
  419. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-hr1250.js +164 -0
  420. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-hu.js +131 -0
  421. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-id.js +170 -0
  422. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-is.js +128 -0
  423. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-it.js +1 -0
  424. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ja.js +158 -0
  425. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-kr.js +130 -0
  426. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-lt.js +130 -0
  427. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-mne.js +130 -0
  428. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-nl.js +150 -0
  429. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-no.js +1 -0
  430. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-pl.js +134 -0
  431. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-pt-br.js +137 -0
  432. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-pt.js +127 -0
  433. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ro.js +141 -0
  434. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ru.js +129 -0
  435. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sk.js +129 -0
  436. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sr-latin.js +130 -0
  437. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sr.js +130 -0
  438. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sv.js +129 -0
  439. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-th.js +130 -0
  440. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-tr.js +128 -0
  441. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-tw.js +131 -0
  442. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ua.js +129 -0
  443. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-vi.js +170 -0
  444. data/data/weaver/js/plugins/jqGrid/jquery.jqGrid.min.js +545 -0
  445. data/data/weaver/js/plugins/jquery-ui/i18n/jquery-ui-i18n.min.js +6 -0
  446. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-af.min.js +4 -0
  447. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ar-DZ.min.js +4 -0
  448. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ar.min.js +4 -0
  449. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-az.min.js +4 -0
  450. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-be.min.js +4 -0
  451. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-bg.min.js +4 -0
  452. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-bs.min.js +4 -0
  453. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ca.min.js +4 -0
  454. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-cs.min.js +4 -0
  455. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-cy-GB.min.js +4 -0
  456. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-da.min.js +4 -0
  457. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-de.min.js +4 -0
  458. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-el.min.js +4 -0
  459. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-en-AU.min.js +4 -0
  460. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-en-GB.min.js +4 -0
  461. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-en-NZ.min.js +4 -0
  462. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-eo.min.js +4 -0
  463. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-es.min.js +4 -0
  464. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-et.min.js +4 -0
  465. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-eu.min.js +4 -0
  466. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fa.min.js +4 -0
  467. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fi.min.js +4 -0
  468. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fo.min.js +4 -0
  469. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fr-CA.min.js +4 -0
  470. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fr-CH.min.js +4 -0
  471. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fr.min.js +4 -0
  472. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-gl.min.js +4 -0
  473. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-he.min.js +4 -0
  474. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hi.min.js +4 -0
  475. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hr.min.js +4 -0
  476. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hu.min.js +4 -0
  477. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hy.min.js +4 -0
  478. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-id.min.js +4 -0
  479. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-is.min.js +4 -0
  480. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-it.min.js +4 -0
  481. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ja.min.js +4 -0
  482. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ka.min.js +4 -0
  483. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-kk.min.js +4 -0
  484. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-km.min.js +4 -0
  485. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ko.min.js +4 -0
  486. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ky.min.js +4 -0
  487. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-lb.min.js +4 -0
  488. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-lt.min.js +4 -0
  489. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-lv.min.js +4 -0
  490. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-mk.min.js +4 -0
  491. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ml.min.js +4 -0
  492. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ms.min.js +4 -0
  493. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nb.min.js +4 -0
  494. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nl-BE.min.js +4 -0
  495. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nl.min.js +4 -0
  496. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nn.min.js +4 -0
  497. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-no.min.js +4 -0
  498. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-pl.min.js +4 -0
  499. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-pt-BR.min.js +4 -0
  500. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-pt.min.js +4 -0
  501. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-rm.min.js +4 -0
  502. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ro.min.js +4 -0
  503. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ru.min.js +4 -0
  504. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sk.min.js +4 -0
  505. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sl.min.js +4 -0
  506. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sq.min.js +4 -0
  507. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sr-SR.min.js +4 -0
  508. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sr.min.js +4 -0
  509. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sv.min.js +4 -0
  510. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ta.min.js +4 -0
  511. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-th.min.js +4 -0
  512. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-tj.min.js +4 -0
  513. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-tr.min.js +4 -0
  514. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-uk.min.js +4 -0
  515. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-vi.min.js +4 -0
  516. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-zh-CN.min.js +4 -0
  517. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-zh-HK.min.js +4 -0
  518. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-zh-TW.min.js +4 -0
  519. data/data/weaver/js/plugins/jquery-ui/images/animated-overlay.gif +0 -0
  520. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  521. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  522. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  523. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  524. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  525. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  526. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  527. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  528. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_222222_256x240.png +0 -0
  529. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_2e83ff_256x240.png +0 -0
  530. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_454545_256x240.png +0 -0
  531. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_888888_256x240.png +0 -0
  532. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_cd0a0a_256x240.png +0 -0
  533. data/data/weaver/js/plugins/jquery-ui/jquery-ui.css +1189 -0
  534. data/data/weaver/js/plugins/jquery-ui/jquery-ui.js +15040 -0
  535. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.css +4 -0
  536. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.js +12 -0
  537. data/data/weaver/js/plugins/jsKnob/jquery.knob.js +791 -0
  538. data/data/weaver/js/plugins/jsTree/jstree.min.js +5 -0
  539. data/data/weaver/js/plugins/justified-gallery/README.md +14 -0
  540. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.css +73 -0
  541. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.js +258 -0
  542. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.min.css +17 -0
  543. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.min.js +24 -0
  544. data/data/weaver/js/plugins/justified-gallery/loading.gif +0 -0
  545. data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +8 -0
  546. data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +1 -0
  547. data/data/weaver/js/plugins/metisMenu/jquery.metisMenu.js +120 -0
  548. data/data/weaver/js/plugins/morris/morris.js +1888 -0
  549. data/data/weaver/js/plugins/morris/raphael-2.1.0.min.js +10 -0
  550. data/data/weaver/js/plugins/nestable/jquery.nestable.js +484 -0
  551. data/data/weaver/js/plugins/nouslider/jquery.nouislider.min.js +34 -0
  552. data/data/weaver/js/plugins/pace/pace.min.js +2 -0
  553. data/data/weaver/js/plugins/peity/jquery.peity.min.js +13 -0
  554. data/data/weaver/js/plugins/rickshaw/rickshaw.min.js +3 -0
  555. data/data/weaver/js/plugins/rickshaw/vendor/d3.v3.js +5 -0
  556. data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.js +464 -0
  557. data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.min.js +16 -0
  558. data/data/weaver/js/plugins/sparkline/jquery.sparkline.min.js +5 -0
  559. data/data/weaver/js/plugins/staps/jquery.steps.min.js +6 -0
  560. data/data/weaver/js/plugins/summernote/summernote.min.js +2 -0
  561. data/data/weaver/js/plugins/switchery/switchery.js +1 -0
  562. data/data/weaver/js/plugins/toastr/toastr.min.js +2 -0
  563. data/data/weaver/js/plugins/validate/jquery.validate.min.js +4 -0
  564. data/data/weaver/js/plugins/video/responsible-video.js +21 -0
  565. data/lib/weaver.rb +922 -0
  566. data/lib/weaver/version.rb +3 -0
  567. data/weaver.gemspec +34 -0
  568. metadata +656 -0
@@ -0,0 +1 @@
1
+ .jstree-node,.jstree-children,.jstree-container-ul{display:block;margin:0;padding:0;list-style-type:none;list-style-image:none}.jstree-node{white-space:nowrap}.jstree-anchor{display:inline-block;color:#000;white-space:nowrap;padding:0 4px 0 1px;margin:0;vertical-align:top}.jstree-anchor:focus{outline:0}.jstree-anchor,.jstree-anchor:link,.jstree-anchor:visited,.jstree-anchor:hover,.jstree-anchor:active{text-decoration:none;color:inherit}.jstree-icon{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-icon:empty{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-ocl{cursor:pointer}.jstree-leaf>.jstree-ocl{cursor:default}.jstree .jstree-open>.jstree-children{display:block}.jstree .jstree-closed>.jstree-children,.jstree .jstree-leaf>.jstree-children{display:none}.jstree-anchor>.jstree-themeicon{margin-right:2px}.jstree-no-icons .jstree-themeicon,.jstree-anchor>.jstree-themeicon-hidden{display:none}.jstree-rtl .jstree-anchor{padding:0 1px 0 4px}.jstree-rtl .jstree-anchor>.jstree-themeicon{margin-left:2px;margin-right:0}.jstree-rtl .jstree-node{margin-left:0}.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-wholerow-ul{position:relative;display:inline-block;min-width:100%}.jstree-wholerow-ul .jstree-leaf>.jstree-ocl{cursor:pointer}.jstree-wholerow-ul .jstree-anchor,.jstree-wholerow-ul .jstree-icon{position:relative}.jstree-wholerow-ul .jstree-wholerow{width:100%;cursor:pointer;position:absolute;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vakata-context{display:none}.vakata-context,.vakata-context ul{margin:0;padding:2px;position:absolute;background:#f5f5f5;border:1px solid #979797;-moz-box-shadow:5px 5px 4px -4px #666;-webkit-box-shadow:2px 2px 2px #999;box-shadow:2px 2px 2px #999}.vakata-context ul{list-style:none;left:100%;margin-top:-2.7em;margin-left:-4px}.vakata-context .vakata-context-right ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context li{list-style:none;display:inline}.vakata-context li>a{display:block;padding:0 2em;text-decoration:none;width:auto;color:#000;white-space:nowrap;line-height:2.4em;-moz-text-shadow:1px 1px 0 #fff;-webkit-text-shadow:1px 1px 0 #fff;text-shadow:1px 1px 0 #fff;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px}.vakata-context li>a:hover{position:relative;background-color:#e8eff7;-moz-box-shadow:0 0 2px #0a6aa1;-webkit-box-shadow:0 0 2px #0a6aa1;box-shadow:0 0 2px #0a6aa1}.vakata-context li>a.vakata-context-parent{background-image:url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);background-position:right center;background-repeat:no-repeat}.vakata-context li>a:focus{outline:0}.vakata-context .vakata-context-hover>a{position:relative;background-color:#e8eff7;-moz-box-shadow:0 0 2px #0a6aa1;-webkit-box-shadow:0 0 2px #0a6aa1;box-shadow:0 0 2px #0a6aa1}.vakata-context .vakata-context-separator>a,.vakata-context .vakata-context-separator>a:hover{background:#fff;border:0;border-top:1px solid #e2e3e3;height:1px;min-height:1px;max-height:1px;padding:0;margin:0 0 0 2.4em;border-left:1px solid #e0e0e0;-moz-text-shadow:0 0 0 transparent;-webkit-text-shadow:0 0 0 transparent;text-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.vakata-context .vakata-contextmenu-disabled a,.vakata-context .vakata-contextmenu-disabled a:hover{color:silver;background-color:transparent;border:0;box-shadow:0 0 0}.vakata-context li>a>i{text-decoration:none;display:inline-block;width:2.4em;height:2.4em;background:0 0;margin:0 0 0 -2em;vertical-align:top;text-align:center;line-height:2.4em}.vakata-context li>a>i:empty{width:2.4em;line-height:2.4em}.vakata-context li>a .vakata-contextmenu-sep{display:inline-block;width:1px;height:2.4em;background:#fff;margin:0 .5em 0 0;border-left:1px solid #e2e3e3}.vakata-context .vakata-contextmenu-shortcut{font-size:.8em;color:silver;opacity:.5;display:none}.vakata-context-rtl ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context-rtl li>a.vakata-context-parent{background-image:url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);background-position:left center;background-repeat:no-repeat}.vakata-context-rtl .vakata-context-separator>a{margin:0 2.4em 0 0;border-left:0;border-right:1px solid #e2e3e3}.vakata-context-rtl .vakata-context-left ul{right:auto;left:100%;margin-left:-4px;margin-right:auto}.vakata-context-rtl li>a>i{margin:0 -2em 0 0}.vakata-context-rtl li>a .vakata-contextmenu-sep{margin:0 0 0 .5em;border-left-color:#fff;background:#e2e3e3}#jstree-marker{position:absolute;top:0;left:0;margin:-5px 0 0 0;padding:0;border-right:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid;width:0;height:0;font-size:0;line-height:0}#jstree-dnd{line-height:16px;margin:0;padding:4px}#jstree-dnd .jstree-icon,#jstree-dnd .jstree-copy{display:inline-block;text-decoration:none;margin:0 2px 0 0;padding:0;width:16px;height:16px}#jstree-dnd .jstree-ok{background:green}#jstree-dnd .jstree-er{background:red}#jstree-dnd .jstree-copy{margin:0 2px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-repeat:no-repeat;background-color:transparent}.jstree-default .jstree-anchor,.jstree-default .jstree-wholerow{transition:background-color .15s,box-shadow .15s}.jstree-default .jstree-hovered{background:#e7f4f9;border-radius:2px;box-shadow:inset 0 0 1px #ccc}.jstree-default .jstree-clicked{background:#beebff;border-radius:2px;box-shadow:inset 0 0 1px #999}.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon{display:none}.jstree-default .jstree-disabled{background:0 0;color:#666}.jstree-default .jstree-disabled.jstree-hovered{background:0 0;box-shadow:none}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-disabled>.jstree-icon{opacity:.8;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default .jstree-search{font-style:italic;color:#8b0000;font-weight:700}.jstree-default .jstree-no-checkboxes .jstree-checkbox{display:none!important}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked{background:0 0;box-shadow:none}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered{background:#e7f4f9}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked{background:0 0}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered{background:#e7f4f9}.jstree-default>.jstree-striped{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat}.jstree-default>.jstree-wholerow-ul .jstree-hovered,.jstree-default>.jstree-wholerow-ul .jstree-clicked{background:0 0;box-shadow:none;border-radius:0}.jstree-default .jstree-wholerow{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jstree-default .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default .jstree-wholerow-clicked{background:#beebff;background:-moz-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#beebff),color-stop(100%,#a8e4ff));background:-webkit-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:-o-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:-ms-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:linear-gradient(to bottom,#beebff 0,#a8e4ff 100%)}.jstree-default .jstree-node{min-height:24px;line-height:24px;margin-left:24px;min-width:24px}.jstree-default .jstree-anchor{line-height:24px;height:24px}.jstree-default .jstree-icon{width:24px;height:24px;line-height:24px}.jstree-default .jstree-icon:empty{width:24px;height:24px;line-height:24px}.jstree-default.jstree-rtl .jstree-node{margin-right:24px}.jstree-default .jstree-wholerow{height:24px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-image:url(32px.png)}.jstree-default .jstree-node{background-position:-292px -4px;background-repeat:repeat-y}.jstree-default .jstree-last{background:0 0}.jstree-default .jstree-open>.jstree-ocl{background-position:-132px -4px}.jstree-default .jstree-closed>.jstree-ocl{background-position:-100px -4px}.jstree-default .jstree-leaf>.jstree-ocl{background-position:-68px -4px}.jstree-default .jstree-themeicon{background-position:-260px -4px}.jstree-default>.jstree-no-dots .jstree-node,.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -4px}.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -4px}.jstree-default .jstree-disabled{background:0 0}.jstree-default .jstree-disabled.jstree-hovered{background:0 0}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-checkbox{background-position:-164px -4px}.jstree-default .jstree-checkbox:hover{background-position:-164px -36px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default .jstree-checked>.jstree-checkbox{background-position:-228px -4px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default .jstree-checked>.jstree-checkbox:hover{background-position:-228px -36px}.jstree-default .jstree-anchor>.jstree-undetermined{background-position:-196px -4px}.jstree-default .jstree-anchor>.jstree-undetermined:hover{background-position:-196px -36px}.jstree-default>.jstree-striped{background-size:auto 48px}.jstree-default.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default.jstree-rtl .jstree-last{background:0 0}.jstree-default.jstree-rtl .jstree-open>.jstree-ocl{background-position:-132px -36px}.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-100px -36px}.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-68px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -36px}.jstree-default .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(throbber.gif) center center no-repeat}.jstree-default .jstree-file{background:url(32px.png) -100px -68px no-repeat}.jstree-default .jstree-folder{background:url(32px.png) -260px -4px no-repeat}.jstree-default>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default{line-height:24px;padding:0 4px}#jstree-dnd.jstree-default .jstree-ok,#jstree-dnd.jstree-default .jstree-er{background-image:url(32px.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default i{background:0 0;width:24px;height:24px;line-height:24px}#jstree-dnd.jstree-default .jstree-ok{background-position:-4px -68px}#jstree-dnd.jstree-default .jstree-er{background-position:-36px -68px}.jstree-default.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)}.jstree-default.jstree-rtl .jstree-last{background:0 0}.jstree-default-small .jstree-node{min-height:18px;line-height:18px;margin-left:18px;min-width:18px}.jstree-default-small .jstree-anchor{line-height:18px;height:18px}.jstree-default-small .jstree-icon{width:18px;height:18px;line-height:18px}.jstree-default-small .jstree-icon:empty{width:18px;height:18px;line-height:18px}.jstree-default-small.jstree-rtl .jstree-node{margin-right:18px}.jstree-default-small .jstree-wholerow{height:18px}.jstree-default-small .jstree-node,.jstree-default-small .jstree-icon{background-image:url(32px.png)}.jstree-default-small .jstree-node{background-position:-295px -7px;background-repeat:repeat-y}.jstree-default-small .jstree-last{background:0 0}.jstree-default-small .jstree-open>.jstree-ocl{background-position:-135px -7px}.jstree-default-small .jstree-closed>.jstree-ocl{background-position:-103px -7px}.jstree-default-small .jstree-leaf>.jstree-ocl{background-position:-71px -7px}.jstree-default-small .jstree-themeicon{background-position:-263px -7px}.jstree-default-small>.jstree-no-dots .jstree-node,.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -7px}.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -7px}.jstree-default-small .jstree-disabled{background:0 0}.jstree-default-small .jstree-disabled.jstree-hovered{background:0 0}.jstree-default-small .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-small .jstree-checkbox{background-position:-167px -7px}.jstree-default-small .jstree-checkbox:hover{background-position:-167px -39px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-small .jstree-checked>.jstree-checkbox{background-position:-231px -7px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-small .jstree-checked>.jstree-checkbox:hover{background-position:-231px -39px}.jstree-default-small .jstree-anchor>.jstree-undetermined{background-position:-199px -7px}.jstree-default-small .jstree-anchor>.jstree-undetermined:hover{background-position:-199px -39px}.jstree-default-small>.jstree-striped{background-size:auto 36px}.jstree-default-small.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default-small.jstree-rtl .jstree-last{background:0 0}.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl{background-position:-135px -39px}.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-103px -39px}.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-71px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -39px}.jstree-default-small .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(throbber.gif) center center no-repeat}.jstree-default-small .jstree-file{background:url(32px.png) -103px -71px no-repeat}.jstree-default-small .jstree-folder{background:url(32px.png) -263px -7px no-repeat}.jstree-default-small>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default-small{line-height:18px;padding:0 4px}#jstree-dnd.jstree-default-small .jstree-ok,#jstree-dnd.jstree-default-small .jstree-er{background-image:url(32px.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default-small i{background:0 0;width:18px;height:18px;line-height:18px}#jstree-dnd.jstree-default-small .jstree-ok{background-position:-7px -71px}#jstree-dnd.jstree-default-small .jstree-er{background-position:-39px -71px}.jstree-default-small.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)}.jstree-default-small.jstree-rtl .jstree-last{background:0 0}.jstree-default-large .jstree-node{min-height:32px;line-height:32px;margin-left:32px;min-width:32px}.jstree-default-large .jstree-anchor{line-height:32px;height:32px}.jstree-default-large .jstree-icon{width:32px;height:32px;line-height:32px}.jstree-default-large .jstree-icon:empty{width:32px;height:32px;line-height:32px}.jstree-default-large.jstree-rtl .jstree-node{margin-right:32px}.jstree-default-large .jstree-wholerow{height:32px}.jstree-default-large .jstree-node,.jstree-default-large .jstree-icon{background-image:url(32px.png)}.jstree-default-large .jstree-node{background-position:-288px 0;background-repeat:repeat-y}.jstree-default-large .jstree-last{background:0 0}.jstree-default-large .jstree-open>.jstree-ocl{background-position:-128px 0}.jstree-default-large .jstree-closed>.jstree-ocl{background-position:-96px 0}.jstree-default-large .jstree-leaf>.jstree-ocl{background-position:-64px 0}.jstree-default-large .jstree-themeicon{background-position:-256px 0}.jstree-default-large>.jstree-no-dots .jstree-node,.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px 0}.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0 0}.jstree-default-large .jstree-disabled{background:0 0}.jstree-default-large .jstree-disabled.jstree-hovered{background:0 0}.jstree-default-large .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-large .jstree-checkbox{background-position:-160px 0}.jstree-default-large .jstree-checkbox:hover{background-position:-160px -32px}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-large .jstree-checked>.jstree-checkbox{background-position:-224px 0}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-large .jstree-checked>.jstree-checkbox:hover{background-position:-224px -32px}.jstree-default-large .jstree-anchor>.jstree-undetermined{background-position:-192px 0}.jstree-default-large .jstree-anchor>.jstree-undetermined:hover{background-position:-192px -32px}.jstree-default-large>.jstree-striped{background-size:auto 64px}.jstree-default-large.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default-large.jstree-rtl .jstree-last{background:0 0}.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl{background-position:-128px -32px}.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-96px -32px}.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-64px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0 -32px}.jstree-default-large .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(throbber.gif) center center no-repeat}.jstree-default-large .jstree-file{background:url(32px.png) -96px -64px no-repeat}.jstree-default-large .jstree-folder{background:url(32px.png) -256px 0 no-repeat}.jstree-default-large>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default-large{line-height:32px;padding:0 4px}#jstree-dnd.jstree-default-large .jstree-ok,#jstree-dnd.jstree-default-large .jstree-er{background-image:url(32px.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default-large i{background:0 0;width:32px;height:32px;line-height:32px}#jstree-dnd.jstree-default-large .jstree-ok{background-position:0 -64px}#jstree-dnd.jstree-default-large .jstree-er{background-position:-32px -64px}.jstree-default-large.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)}.jstree-default-large.jstree-rtl .jstree-last{background:0 0}@media (max-width:768px){#jstree-dnd.jstree-dnd-responsive{line-height:40px;font-weight:700;font-size:1.1em;text-shadow:1px 1px #fff}#jstree-dnd.jstree-dnd-responsive>i{background:0 0;width:40px;height:40px}#jstree-dnd.jstree-dnd-responsive>.jstree-ok{background-image:url(40px.png);background-position:0 -200px;background-size:120px 240px}#jstree-dnd.jstree-dnd-responsive>.jstree-er{background-image:url(40px.png);background-position:-40px -200px;background-size:120px 240px}#jstree-marker.jstree-dnd-responsive{border-left-width:10px;border-top-width:10px;border-bottom-width:10px;margin-top:-10px}}@media (max-width:768px){.jstree-default-responsive .jstree-icon{background-image:url(40px.png)}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-responsive .jstree-node{min-height:40px;line-height:40px;margin-left:40px;min-width:40px;white-space:nowrap}.jstree-default-responsive .jstree-anchor{line-height:40px;height:40px}.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-icon:empty{width:40px;height:40px;line-height:40px}.jstree-default-responsive>.jstree-container-ul>.jstree-node{margin-left:0}.jstree-default-responsive.jstree-rtl .jstree-node{margin-left:0;margin-right:40px}.jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-default-responsive .jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-size:120px 240px}.jstree-default-responsive .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-responsive .jstree-open>.jstree-ocl{background-position:0 0!important}.jstree-default-responsive .jstree-closed>.jstree-ocl{background-position:0 -40px!important}.jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-40px 0!important}.jstree-default-responsive .jstree-themeicon{background-position:-40px -40px}.jstree-default-responsive .jstree-checkbox,.jstree-default-responsive .jstree-checkbox:hover{background-position:-40px -80px}.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-responsive .jstree-checked>.jstree-checkbox,.jstree-default-responsive .jstree-checked>.jstree-checkbox:hover{background-position:0 -80px}.jstree-default-responsive .jstree-anchor>.jstree-undetermined,.jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover{background-position:0 -120px}.jstree-default-responsive .jstree-anchor{font-weight:700;font-size:1.1em;text-shadow:1px 1px #fff}.jstree-default-responsive>.jstree-striped{background:0 0}.jstree-default-responsive .jstree-wholerow{border-top:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(64,64,64,.2);background:#ebebeb;height:40px}.jstree-default-responsive .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default-responsive .jstree-wholerow-clicked{background:#beebff}.jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow{box-shadow:inset 0 -6px 3px -5px #666}.jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow{box-shadow:inset 0 6px 3px -5px #666;border-top:0}.jstree-default-responsive .jstree-children .jstree-open+.jstree-open{box-shadow:none}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-node>.jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-image:url(40px.png);background-size:120px 240px}.jstree-default-responsive .jstree-node{background-position:-80px 0;background-repeat:repeat-y}.jstree-default-responsive .jstree-last{background:0 0}.jstree-default-responsive .jstree-leaf>.jstree-ocl{background-position:-40px -120px}.jstree-default-responsive .jstree-last>.jstree-ocl{background-position:-40px -160px}.jstree-default-responsive .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-responsive .jstree-file{background:url(40px.png) 0 -160px no-repeat;background-size:120px 240px}.jstree-default-responsive .jstree-folder{background:url(40px.png) -40px -40px no-repeat;background-size:120px 240px}.jstree-default-responsive>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}}
@@ -0,0 +1,2 @@
1
+ .morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
2
+ .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}
@@ -0,0 +1,165 @@
1
+
2
+ /* Functional styling;
3
+ * These styles are required for noUiSlider to function.
4
+ * You don't need to change these rules to apply your design.
5
+ */
6
+ .noUi-target,
7
+ .noUi-target * {
8
+ -webkit-touch-callout: none;
9
+ -webkit-user-select: none;
10
+ -ms-touch-action: none;
11
+ -ms-user-select: none;
12
+ -moz-user-select: none;
13
+ -moz-box-sizing: border-box;
14
+ box-sizing: border-box;
15
+ }
16
+ .noUi-base {
17
+ width: 100%;
18
+ height: 100%;
19
+ position: relative;
20
+ }
21
+ .noUi-origin {
22
+ position: absolute;
23
+ right: 0;
24
+ top: 0;
25
+ left: 0;
26
+ bottom: 0;
27
+ }
28
+ .noUi-handle {
29
+ position: relative;
30
+ z-index: 1;
31
+ }
32
+ .noUi-stacking .noUi-handle {
33
+ /* This class is applied to the lower origin when
34
+ its values is > 50%. */
35
+ z-index: 10;
36
+ }
37
+ .noUi-stacking + .noUi-origin {
38
+ /* Fix stacking order in IE7, which incorrectly
39
+ creates a new context for the origins. */
40
+ *z-index: -1;
41
+ }
42
+ .noUi-state-tap .noUi-origin {
43
+ -webkit-transition: left 0.3s, top 0.3s;
44
+ transition: left 0.3s, top 0.3s;
45
+ }
46
+ .noUi-state-drag * {
47
+ cursor: inherit !important;
48
+ }
49
+
50
+ /* Slider size and handle placement;
51
+ */
52
+ .noUi-horizontal {
53
+ height: 18px;
54
+ }
55
+ .noUi-horizontal .noUi-handle {
56
+ width: 34px;
57
+ height: 28px;
58
+ left: -17px;
59
+ top: -6px;
60
+ }
61
+ .noUi-horizontal.noUi-extended {
62
+ padding: 0 15px;
63
+ }
64
+ .noUi-horizontal.noUi-extended .noUi-origin {
65
+ right: -15px;
66
+ }
67
+ .noUi-vertical {
68
+ width: 18px;
69
+ }
70
+ .noUi-vertical .noUi-handle {
71
+ width: 28px;
72
+ height: 34px;
73
+ left: -6px;
74
+ top: -17px;
75
+ }
76
+ .noUi-vertical.noUi-extended {
77
+ padding: 15px 0;
78
+ }
79
+ .noUi-vertical.noUi-extended .noUi-origin {
80
+ bottom: -15px;
81
+ }
82
+
83
+ /* Styling;
84
+ */
85
+ .noUi-background {
86
+ background: #FAFAFA;
87
+ box-shadow: inset 0 1px 1px #f0f0f0;
88
+ }
89
+ .noUi-connect {
90
+ background: #3FB8AF;
91
+ box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
92
+ -webkit-transition: background 450ms;
93
+ transition: background 450ms;
94
+ }
95
+ .noUi-origin {
96
+ border-radius: 2px;
97
+ }
98
+ .noUi-target {
99
+ border-radius: 4px;
100
+ border: 1px solid #D3D3D3;
101
+ box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
102
+ }
103
+ .noUi-target.noUi-connect {
104
+ box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
105
+ }
106
+
107
+ /* Handles and cursors;
108
+ */
109
+ .noUi-dragable {
110
+ cursor: w-resize;
111
+ }
112
+ .noUi-vertical .noUi-dragable {
113
+ cursor: n-resize;
114
+ }
115
+ .noUi-handle {
116
+ border: 1px solid #D9D9D9;
117
+ border-radius: 3px;
118
+ background: #FFF;
119
+ cursor: default;
120
+ box-shadow: inset 0 0 1px #FFF,
121
+ inset 0 1px 7px #EBEBEB,
122
+ 0 3px 6px -3px #BBB;
123
+ }
124
+ .noUi-active {
125
+ box-shadow: inset 0 0 1px #FFF,
126
+ inset 0 1px 7px #DDD,
127
+ 0 3px 6px -3px #BBB;
128
+ }
129
+
130
+ /* Handle stripes;
131
+ */
132
+ .noUi-handle:before,
133
+ .noUi-handle:after {
134
+ content: "";
135
+ display: block;
136
+ position: absolute;
137
+ height: 14px;
138
+ width: 1px;
139
+ background: #E8E7E6;
140
+ left: 14px;
141
+ top: 6px;
142
+ }
143
+ .noUi-handle:after {
144
+ left: 17px;
145
+ }
146
+ .noUi-vertical .noUi-handle:before,
147
+ .noUi-vertical .noUi-handle:after {
148
+ width: 14px;
149
+ height: 1px;
150
+ left: 6px;
151
+ top: 14px;
152
+ }
153
+ .noUi-vertical .noUi-handle:after {
154
+ top: 17px;
155
+ }
156
+
157
+ /* Disabled state;
158
+ */
159
+ [disabled].noUi-connect,
160
+ [disabled] .noUi-connect {
161
+ background: #B8B8B8;
162
+ }
163
+ [disabled] .noUi-handle {
164
+ cursor: not-allowed;
165
+ }
@@ -0,0 +1,68 @@
1
+ @import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
2
+ /*
3
+ * Social Buttons for Bootstrap
4
+ *
5
+ * Copyright 2013 Panayiotis Lipiridis
6
+ * Licensed under the MIT License
7
+ *
8
+ * https://github.com/lipis/bootstrap-social
9
+ */
10
+
11
+ .btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
12
+ .btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
13
+ .btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
14
+ .btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
15
+ .btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
16
+ .btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
17
+ .btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
18
+ .btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
19
+ .btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
20
+ .btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
21
+ .btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
22
+ .btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
23
+ .btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
24
+ .btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
25
+ .btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
26
+ .btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
27
+ .btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
28
+ .btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
29
+ .btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
30
+ .btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
31
+ .btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
32
+ .btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}
33
+ .btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}
34
+ .btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
35
+ .btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}
36
+ .btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
37
+ .btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
38
+ .btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
39
+ .btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
40
+ .btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
41
+ .btn-instagram{color:#fff;background-color:#517fa4;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#446a89;border-color:rgba(0,0,0,0.2)}
42
+ .btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
43
+ .btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#517fa4;border-color:rgba(0,0,0,0.2)}
44
+ .btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
45
+ .btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
46
+ .btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
47
+ .btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{color:#fff;background-color:#a81a20;border-color:rgba(0,0,0,0.2)}
48
+ .btn-pinterest:active,.btn-pinterest.active,.open .dropdown-toggle.btn-pinterest{background-image:none}
49
+ .btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
50
+ .btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}
51
+ .btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}
52
+ .btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
53
+ .btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)}
54
+ .btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
55
+ .btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}
56
+ .btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}
57
+ .btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}
58
+ .btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
59
+
60
+
61
+ /*
62
+ * Only for this example - not needed for the buttons
63
+ * ----------------------------------------------------- */
64
+ .btn-social-icon {margin-bottom: 4px;}
65
+ .social-class .social-hex{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:10px;opacity:.3;float:right}
66
+ .social-class li{margin-bottom:4px}.social-class li:hover .social-hex{opacity:1}
67
+ .social-class li:hover code{background-color:#e8e8ee}
68
+ .social-class code{cursor:default}
@@ -0,0 +1,380 @@
1
+ /*
2
+ Common
3
+ */
4
+
5
+ .wizard,
6
+ .tabcontrol
7
+ {
8
+ display: block;
9
+ width: 100%;
10
+ overflow: hidden;
11
+ }
12
+
13
+ .wizard a,
14
+ .tabcontrol a
15
+ {
16
+ outline: 0;
17
+ }
18
+
19
+ .wizard ul,
20
+ .tabcontrol ul
21
+ {
22
+ list-style: none !important;
23
+ padding: 0;
24
+ margin: 0;
25
+ }
26
+
27
+ .wizard ul > li,
28
+ .tabcontrol ul > li
29
+ {
30
+ display: block;
31
+ padding: 0;
32
+ }
33
+
34
+ /* Accessibility */
35
+ .wizard > .steps .current-info,
36
+ .tabcontrol > .steps .current-info
37
+ {
38
+ position: absolute;
39
+ left: -999em;
40
+ }
41
+
42
+ .wizard > .content > .title,
43
+ .tabcontrol > .content > .title
44
+ {
45
+ position: absolute;
46
+ left: -999em;
47
+ }
48
+
49
+
50
+
51
+ /*
52
+ Wizard
53
+ */
54
+
55
+ .wizard > .steps
56
+ {
57
+ position: relative;
58
+ display: block;
59
+ width: 100%;
60
+ }
61
+
62
+ .wizard.vertical > .steps
63
+ {
64
+ display: inline;
65
+ float: left;
66
+ width: 30%;
67
+ }
68
+
69
+ .wizard > .steps > ul > li
70
+ {
71
+ width: 25%;
72
+ }
73
+
74
+ .wizard > .steps > ul > li,
75
+ .wizard > .actions > ul > li
76
+ {
77
+ float: left;
78
+ }
79
+
80
+ .wizard.vertical > .steps > ul > li
81
+ {
82
+ float: none;
83
+ width: 100%;
84
+ }
85
+
86
+ .wizard > .steps a,
87
+ .wizard > .steps a:hover,
88
+ .wizard > .steps a:active
89
+ {
90
+ display: block;
91
+ width: auto;
92
+ margin: 0 0.5em 0.5em;
93
+ padding: 8px;
94
+ text-decoration: none;
95
+
96
+ -webkit-border-radius: 5px;
97
+ -moz-border-radius: 5px;
98
+ border-radius: 5px;
99
+ }
100
+
101
+ .wizard > .steps .disabled a,
102
+ .wizard > .steps .disabled a:hover,
103
+ .wizard > .steps .disabled a:active
104
+ {
105
+ background: #eee;
106
+ color: #aaa;
107
+ cursor: default;
108
+ }
109
+
110
+ .wizard > .steps .current a,
111
+ .wizard > .steps .current a:hover,
112
+ .wizard > .steps .current a:active
113
+ {
114
+ background: #1AB394;
115
+ color: #fff;
116
+ cursor: default;
117
+ }
118
+
119
+ .wizard > .steps .done a,
120
+ .wizard > .steps .done a:hover,
121
+ .wizard > .steps .done a:active
122
+ {
123
+ background: #6fd1bd;
124
+ color: #fff;
125
+ }
126
+
127
+ .wizard > .steps .error a,
128
+ .wizard > .steps .error a:hover,
129
+ .wizard > .steps .error a:active
130
+ {
131
+ background: #ED5565 ;
132
+ color: #fff;
133
+ }
134
+
135
+ .wizard > .content
136
+ {
137
+ background: #eee;
138
+ display: block;
139
+ margin: 5px 5px 10px 5px;
140
+ min-height: 120px;
141
+ overflow: hidden;
142
+ position: relative;
143
+ width: auto;
144
+
145
+ -webkit-border-radius: 5px;
146
+ -moz-border-radius: 5px;
147
+ border-radius: 5px;
148
+ }
149
+
150
+ .wizard-big.wizard > .content {
151
+ min-height: 320px;
152
+ }
153
+ .wizard.vertical > .content
154
+ {
155
+ display: inline;
156
+ float: left;
157
+ margin: 0 2.5% 0.5em 2.5%;
158
+ width: 65%;
159
+ }
160
+
161
+ .wizard > .content > .body
162
+ {
163
+ float: left;
164
+ position: absolute;
165
+ width: 95%;
166
+ height: 95%;
167
+ padding: 2.5%;
168
+ }
169
+
170
+ .wizard > .content > .body ul
171
+ {
172
+ list-style: disc !important;
173
+ }
174
+
175
+ .wizard > .content > .body ul > li
176
+ {
177
+ display: list-item;
178
+ }
179
+
180
+ .wizard > .content > .body > iframe
181
+ {
182
+ border: 0 none;
183
+ width: 100%;
184
+ height: 100%;
185
+ }
186
+
187
+ .wizard > .content > .body input
188
+ {
189
+ display: block;
190
+ border: 1px solid #ccc;
191
+ }
192
+
193
+ .wizard > .content > .body input[type="checkbox"]
194
+ {
195
+ display: inline-block;
196
+ }
197
+
198
+ .wizard > .content > .body input.error
199
+ {
200
+ background: rgb(251, 227, 228);
201
+ border: 1px solid #fbc2c4;
202
+ color: #8a1f11;
203
+ }
204
+
205
+ .wizard > .content > .body label
206
+ {
207
+ display: inline-block;
208
+ margin-bottom: 0.5em;
209
+ }
210
+
211
+ .wizard > .content > .body label.error
212
+ {
213
+ color: #8a1f11;
214
+ display: inline-block;
215
+ margin-left: 1.5em;
216
+ }
217
+
218
+ .wizard > .actions
219
+ {
220
+ position: relative;
221
+ display: block;
222
+ text-align: right;
223
+ width: 100%;
224
+ }
225
+
226
+ .wizard.vertical > .actions
227
+ {
228
+ display: inline;
229
+ float: right;
230
+ margin: 0 2.5%;
231
+ width: 95%;
232
+ }
233
+
234
+ .wizard > .actions > ul
235
+ {
236
+ display: inline-block;
237
+ text-align: right;
238
+ }
239
+
240
+ .wizard > .actions > ul > li
241
+ {
242
+ margin: 0 0.5em;
243
+ }
244
+
245
+ .wizard.vertical > .actions > ul > li
246
+ {
247
+ margin: 0 0 0 1em;
248
+ }
249
+
250
+ .wizard > .actions a,
251
+ .wizard > .actions a:hover,
252
+ .wizard > .actions a:active
253
+ {
254
+ background: #1AB394;
255
+ color: #fff;
256
+ display: block;
257
+ padding: 0.5em 1em;
258
+ text-decoration: none;
259
+
260
+ -webkit-border-radius: 5px;
261
+ -moz-border-radius: 5px;
262
+ border-radius: 5px;
263
+ }
264
+
265
+ .wizard > .actions .disabled a,
266
+ .wizard > .actions .disabled a:hover,
267
+ .wizard > .actions .disabled a:active
268
+ {
269
+ background: #eee;
270
+ color: #aaa;
271
+ }
272
+
273
+ .wizard > .loading
274
+ {
275
+ }
276
+
277
+ .wizard > .loading .spinner
278
+ {
279
+ }
280
+
281
+
282
+
283
+ /*
284
+ Tabcontrol
285
+ */
286
+
287
+ .tabcontrol > .steps
288
+ {
289
+ position: relative;
290
+ display: block;
291
+ width: 100%;
292
+ }
293
+
294
+ .tabcontrol > .steps > ul
295
+ {
296
+ position: relative;
297
+ margin: 6px 0 0 0;
298
+ top: 1px;
299
+ z-index: 1;
300
+ }
301
+
302
+ .tabcontrol > .steps > ul > li
303
+ {
304
+ float: left;
305
+ margin: 5px 2px 0 0;
306
+ padding: 1px;
307
+
308
+ -webkit-border-top-left-radius: 5px;
309
+ -webkit-border-top-right-radius: 5px;
310
+ -moz-border-radius-topleft: 5px;
311
+ -moz-border-radius-topright: 5px;
312
+ border-top-left-radius: 5px;
313
+ border-top-right-radius: 5px;
314
+ }
315
+
316
+ .tabcontrol > .steps > ul > li:hover
317
+ {
318
+ background: #edecec;
319
+ border: 1px solid #bbb;
320
+ padding: 0;
321
+ }
322
+
323
+ .tabcontrol > .steps > ul > li.current
324
+ {
325
+ background: #fff;
326
+ border: 1px solid #bbb;
327
+ border-bottom: 0 none;
328
+ padding: 0 0 1px 0;
329
+ margin-top: 0;
330
+ }
331
+
332
+ .tabcontrol > .steps > ul > li > a
333
+ {
334
+ color: #5f5f5f;
335
+ display: inline-block;
336
+ border: 0 none;
337
+ margin: 0;
338
+ padding: 10px 30px;
339
+ text-decoration: none;
340
+ }
341
+
342
+ .tabcontrol > .steps > ul > li > a:hover
343
+ {
344
+ text-decoration: none;
345
+ }
346
+
347
+ .tabcontrol > .steps > ul > li.current > a
348
+ {
349
+ padding: 15px 30px 10px 30px;
350
+ }
351
+
352
+ .tabcontrol > .content
353
+ {
354
+ position: relative;
355
+ display: inline-block;
356
+ width: 100%;
357
+ height: 35em;
358
+ overflow: hidden;
359
+ border-top: 1px solid #bbb;
360
+ padding-top: 20px;
361
+ }
362
+
363
+ .tabcontrol > .content > .body
364
+ {
365
+ float: left;
366
+ position: absolute;
367
+ width: 95%;
368
+ height: 95%;
369
+ padding: 2.5%;
370
+ }
371
+
372
+ .tabcontrol > .content > .body ul
373
+ {
374
+ list-style: disc !important;
375
+ }
376
+
377
+ .tabcontrol > .content > .body ul > li
378
+ {
379
+ display: list-item;
380
+ }