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,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
3
+ <circle cx="32" cy="32" r="25" stroke="red" stroke-width="7" fill="black" fill-opacity="0.2"/>
4
+ <rect x="28" y="7" width="8" height="50" fill="red" transform="rotate(45, 32, 32)"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="30" height="15">
3
+ <polygon points="2,1 2,14 13,7" stroke="black" stroke-width="1" fill="white"/>
4
+ <rect x="17" y="2" width="4" height="11" stroke="black" stroke-width="1" fill="white"/>
5
+ <rect x="24" y="2" width="4" height="11" stroke="black" stroke-width="1" fill="white"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
3
+ <circle cx="32" cy="32" r="25" stroke="white" stroke-width="7" fill="black" fill-opacity="0.2"/>
4
+ <polygon points="26,22 26,42 43,32" fill="white"/>
5
+ </svg>
@@ -0,0 +1,1468 @@
1
+ /*******************************************************************************
2
+ * bootstrap-rtl (version 3.3.1)
3
+ * Author: Morteza Ansarinia (http://github.com/morteza)
4
+ * Created on: January 21,2015
5
+ * Project: bootstrap-rtl
6
+ * Copyright: Unlicensed Public Domain
7
+ *******************************************************************************/
8
+
9
+ html {
10
+ direction: rtl;
11
+ }
12
+ body {
13
+ direction: rtl;
14
+ }
15
+ .list-unstyled {
16
+ padding-right: 0;
17
+ padding-left: initial;
18
+ }
19
+ .list-inline {
20
+ padding-right: 0;
21
+ padding-left: initial;
22
+ margin-right: -5px;
23
+ margin-left: 0;
24
+ }
25
+ dd {
26
+ margin-right: 0;
27
+ margin-left: initial;
28
+ }
29
+ @media (min-width: 768px) {
30
+ .dl-horizontal dt {
31
+ float: right;
32
+ clear: right;
33
+ text-align: left;
34
+ }
35
+ .dl-horizontal dd {
36
+ margin-right: 180px;
37
+ margin-left: 0;
38
+ }
39
+ }
40
+ blockquote {
41
+ border-right: 5px solid #eeeeee;
42
+ border-left: 0;
43
+ }
44
+ .blockquote-reverse,
45
+ blockquote.pull-left {
46
+ padding-left: 15px;
47
+ padding-right: 0;
48
+ border-left: 5px solid #eeeeee;
49
+ border-right: 0;
50
+ text-align: left;
51
+ }
52
+ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
53
+ position: relative;
54
+ min-height: 1px;
55
+ padding-left: 15px;
56
+ padding-right: 15px;
57
+ }
58
+ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
59
+ float: right;
60
+ }
61
+ .col-xs-12 {
62
+ width: 100%;
63
+ }
64
+ .col-xs-11 {
65
+ width: 91.66666667%;
66
+ }
67
+ .col-xs-10 {
68
+ width: 83.33333333%;
69
+ }
70
+ .col-xs-9 {
71
+ width: 75%;
72
+ }
73
+ .col-xs-8 {
74
+ width: 66.66666667%;
75
+ }
76
+ .col-xs-7 {
77
+ width: 58.33333333%;
78
+ }
79
+ .col-xs-6 {
80
+ width: 50%;
81
+ }
82
+ .col-xs-5 {
83
+ width: 41.66666667%;
84
+ }
85
+ .col-xs-4 {
86
+ width: 33.33333333%;
87
+ }
88
+ .col-xs-3 {
89
+ width: 25%;
90
+ }
91
+ .col-xs-2 {
92
+ width: 16.66666667%;
93
+ }
94
+ .col-xs-1 {
95
+ width: 8.33333333%;
96
+ }
97
+ .col-xs-pull-12 {
98
+ left: 100%;
99
+ right: auto;
100
+ }
101
+ .col-xs-pull-11 {
102
+ left: 91.66666667%;
103
+ right: auto;
104
+ }
105
+ .col-xs-pull-10 {
106
+ left: 83.33333333%;
107
+ right: auto;
108
+ }
109
+ .col-xs-pull-9 {
110
+ left: 75%;
111
+ right: auto;
112
+ }
113
+ .col-xs-pull-8 {
114
+ left: 66.66666667%;
115
+ right: auto;
116
+ }
117
+ .col-xs-pull-7 {
118
+ left: 58.33333333%;
119
+ right: auto;
120
+ }
121
+ .col-xs-pull-6 {
122
+ left: 50%;
123
+ right: auto;
124
+ }
125
+ .col-xs-pull-5 {
126
+ left: 41.66666667%;
127
+ right: auto;
128
+ }
129
+ .col-xs-pull-4 {
130
+ left: 33.33333333%;
131
+ right: auto;
132
+ }
133
+ .col-xs-pull-3 {
134
+ left: 25%;
135
+ right: auto;
136
+ }
137
+ .col-xs-pull-2 {
138
+ left: 16.66666667%;
139
+ right: auto;
140
+ }
141
+ .col-xs-pull-1 {
142
+ left: 8.33333333%;
143
+ right: auto;
144
+ }
145
+ .col-xs-pull-0 {
146
+ left: auto;
147
+ right: auto;
148
+ }
149
+ .col-xs-push-12 {
150
+ right: 100%;
151
+ left: 0;
152
+ }
153
+ .col-xs-push-11 {
154
+ right: 91.66666667%;
155
+ left: 0;
156
+ }
157
+ .col-xs-push-10 {
158
+ right: 83.33333333%;
159
+ left: 0;
160
+ }
161
+ .col-xs-push-9 {
162
+ right: 75%;
163
+ left: 0;
164
+ }
165
+ .col-xs-push-8 {
166
+ right: 66.66666667%;
167
+ left: 0;
168
+ }
169
+ .col-xs-push-7 {
170
+ right: 58.33333333%;
171
+ left: 0;
172
+ }
173
+ .col-xs-push-6 {
174
+ right: 50%;
175
+ left: 0;
176
+ }
177
+ .col-xs-push-5 {
178
+ right: 41.66666667%;
179
+ left: 0;
180
+ }
181
+ .col-xs-push-4 {
182
+ right: 33.33333333%;
183
+ left: 0;
184
+ }
185
+ .col-xs-push-3 {
186
+ right: 25%;
187
+ left: 0;
188
+ }
189
+ .col-xs-push-2 {
190
+ right: 16.66666667%;
191
+ left: 0;
192
+ }
193
+ .col-xs-push-1 {
194
+ right: 8.33333333%;
195
+ left: 0;
196
+ }
197
+ .col-xs-push-0 {
198
+ right: auto;
199
+ left: 0;
200
+ }
201
+ .col-xs-offset-12 {
202
+ margin-right: 100%;
203
+ margin-left: 0;
204
+ }
205
+ .col-xs-offset-11 {
206
+ margin-right: 91.66666667%;
207
+ margin-left: 0;
208
+ }
209
+ .col-xs-offset-10 {
210
+ margin-right: 83.33333333%;
211
+ margin-left: 0;
212
+ }
213
+ .col-xs-offset-9 {
214
+ margin-right: 75%;
215
+ margin-left: 0;
216
+ }
217
+ .col-xs-offset-8 {
218
+ margin-right: 66.66666667%;
219
+ margin-left: 0;
220
+ }
221
+ .col-xs-offset-7 {
222
+ margin-right: 58.33333333%;
223
+ margin-left: 0;
224
+ }
225
+ .col-xs-offset-6 {
226
+ margin-right: 50%;
227
+ margin-left: 0;
228
+ }
229
+ .col-xs-offset-5 {
230
+ margin-right: 41.66666667%;
231
+ margin-left: 0;
232
+ }
233
+ .col-xs-offset-4 {
234
+ margin-right: 33.33333333%;
235
+ margin-left: 0;
236
+ }
237
+ .col-xs-offset-3 {
238
+ margin-right: 25%;
239
+ margin-left: 0;
240
+ }
241
+ .col-xs-offset-2 {
242
+ margin-right: 16.66666667%;
243
+ margin-left: 0;
244
+ }
245
+ .col-xs-offset-1 {
246
+ margin-right: 8.33333333%;
247
+ margin-left: 0;
248
+ }
249
+ .col-xs-offset-0 {
250
+ margin-right: 0%;
251
+ margin-left: 0;
252
+ }
253
+ @media (min-width: 768px) {
254
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
255
+ float: right;
256
+ }
257
+ .col-sm-12 {
258
+ width: 100%;
259
+ }
260
+ .col-sm-11 {
261
+ width: 91.66666667%;
262
+ }
263
+ .col-sm-10 {
264
+ width: 83.33333333%;
265
+ }
266
+ .col-sm-9 {
267
+ width: 75%;
268
+ }
269
+ .col-sm-8 {
270
+ width: 66.66666667%;
271
+ }
272
+ .col-sm-7 {
273
+ width: 58.33333333%;
274
+ }
275
+ .col-sm-6 {
276
+ width: 50%;
277
+ }
278
+ .col-sm-5 {
279
+ width: 41.66666667%;
280
+ }
281
+ .col-sm-4 {
282
+ width: 33.33333333%;
283
+ }
284
+ .col-sm-3 {
285
+ width: 25%;
286
+ }
287
+ .col-sm-2 {
288
+ width: 16.66666667%;
289
+ }
290
+ .col-sm-1 {
291
+ width: 8.33333333%;
292
+ }
293
+ .col-sm-pull-12 {
294
+ left: 100%;
295
+ right: auto;
296
+ }
297
+ .col-sm-pull-11 {
298
+ left: 91.66666667%;
299
+ right: auto;
300
+ }
301
+ .col-sm-pull-10 {
302
+ left: 83.33333333%;
303
+ right: auto;
304
+ }
305
+ .col-sm-pull-9 {
306
+ left: 75%;
307
+ right: auto;
308
+ }
309
+ .col-sm-pull-8 {
310
+ left: 66.66666667%;
311
+ right: auto;
312
+ }
313
+ .col-sm-pull-7 {
314
+ left: 58.33333333%;
315
+ right: auto;
316
+ }
317
+ .col-sm-pull-6 {
318
+ left: 50%;
319
+ right: auto;
320
+ }
321
+ .col-sm-pull-5 {
322
+ left: 41.66666667%;
323
+ right: auto;
324
+ }
325
+ .col-sm-pull-4 {
326
+ left: 33.33333333%;
327
+ right: auto;
328
+ }
329
+ .col-sm-pull-3 {
330
+ left: 25%;
331
+ right: auto;
332
+ }
333
+ .col-sm-pull-2 {
334
+ left: 16.66666667%;
335
+ right: auto;
336
+ }
337
+ .col-sm-pull-1 {
338
+ left: 8.33333333%;
339
+ right: auto;
340
+ }
341
+ .col-sm-pull-0 {
342
+ left: auto;
343
+ right: auto;
344
+ }
345
+ .col-sm-push-12 {
346
+ right: 100%;
347
+ left: 0;
348
+ }
349
+ .col-sm-push-11 {
350
+ right: 91.66666667%;
351
+ left: 0;
352
+ }
353
+ .col-sm-push-10 {
354
+ right: 83.33333333%;
355
+ left: 0;
356
+ }
357
+ .col-sm-push-9 {
358
+ right: 75%;
359
+ left: 0;
360
+ }
361
+ .col-sm-push-8 {
362
+ right: 66.66666667%;
363
+ left: 0;
364
+ }
365
+ .col-sm-push-7 {
366
+ right: 58.33333333%;
367
+ left: 0;
368
+ }
369
+ .col-sm-push-6 {
370
+ right: 50%;
371
+ left: 0;
372
+ }
373
+ .col-sm-push-5 {
374
+ right: 41.66666667%;
375
+ left: 0;
376
+ }
377
+ .col-sm-push-4 {
378
+ right: 33.33333333%;
379
+ left: 0;
380
+ }
381
+ .col-sm-push-3 {
382
+ right: 25%;
383
+ left: 0;
384
+ }
385
+ .col-sm-push-2 {
386
+ right: 16.66666667%;
387
+ left: 0;
388
+ }
389
+ .col-sm-push-1 {
390
+ right: 8.33333333%;
391
+ left: 0;
392
+ }
393
+ .col-sm-push-0 {
394
+ right: auto;
395
+ left: 0;
396
+ }
397
+ .col-sm-offset-12 {
398
+ margin-right: 100%;
399
+ margin-left: 0;
400
+ }
401
+ .col-sm-offset-11 {
402
+ margin-right: 91.66666667%;
403
+ margin-left: 0;
404
+ }
405
+ .col-sm-offset-10 {
406
+ margin-right: 83.33333333%;
407
+ margin-left: 0;
408
+ }
409
+ .col-sm-offset-9 {
410
+ margin-right: 75%;
411
+ margin-left: 0;
412
+ }
413
+ .col-sm-offset-8 {
414
+ margin-right: 66.66666667%;
415
+ margin-left: 0;
416
+ }
417
+ .col-sm-offset-7 {
418
+ margin-right: 58.33333333%;
419
+ margin-left: 0;
420
+ }
421
+ .col-sm-offset-6 {
422
+ margin-right: 50%;
423
+ margin-left: 0;
424
+ }
425
+ .col-sm-offset-5 {
426
+ margin-right: 41.66666667%;
427
+ margin-left: 0;
428
+ }
429
+ .col-sm-offset-4 {
430
+ margin-right: 33.33333333%;
431
+ margin-left: 0;
432
+ }
433
+ .col-sm-offset-3 {
434
+ margin-right: 25%;
435
+ margin-left: 0;
436
+ }
437
+ .col-sm-offset-2 {
438
+ margin-right: 16.66666667%;
439
+ margin-left: 0;
440
+ }
441
+ .col-sm-offset-1 {
442
+ margin-right: 8.33333333%;
443
+ margin-left: 0;
444
+ }
445
+ .col-sm-offset-0 {
446
+ margin-right: 0%;
447
+ margin-left: 0;
448
+ }
449
+ }
450
+ @media (min-width: 992px) {
451
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
452
+ float: right;
453
+ }
454
+ .col-md-12 {
455
+ width: 100%;
456
+ }
457
+ .col-md-11 {
458
+ width: 91.66666667%;
459
+ }
460
+ .col-md-10 {
461
+ width: 83.33333333%;
462
+ }
463
+ .col-md-9 {
464
+ width: 75%;
465
+ }
466
+ .col-md-8 {
467
+ width: 66.66666667%;
468
+ }
469
+ .col-md-7 {
470
+ width: 58.33333333%;
471
+ }
472
+ .col-md-6 {
473
+ width: 50%;
474
+ }
475
+ .col-md-5 {
476
+ width: 41.66666667%;
477
+ }
478
+ .col-md-4 {
479
+ width: 33.33333333%;
480
+ }
481
+ .col-md-3 {
482
+ width: 25%;
483
+ }
484
+ .col-md-2 {
485
+ width: 16.66666667%;
486
+ }
487
+ .col-md-1 {
488
+ width: 8.33333333%;
489
+ }
490
+ .col-md-pull-12 {
491
+ left: 100%;
492
+ right: auto;
493
+ }
494
+ .col-md-pull-11 {
495
+ left: 91.66666667%;
496
+ right: auto;
497
+ }
498
+ .col-md-pull-10 {
499
+ left: 83.33333333%;
500
+ right: auto;
501
+ }
502
+ .col-md-pull-9 {
503
+ left: 75%;
504
+ right: auto;
505
+ }
506
+ .col-md-pull-8 {
507
+ left: 66.66666667%;
508
+ right: auto;
509
+ }
510
+ .col-md-pull-7 {
511
+ left: 58.33333333%;
512
+ right: auto;
513
+ }
514
+ .col-md-pull-6 {
515
+ left: 50%;
516
+ right: auto;
517
+ }
518
+ .col-md-pull-5 {
519
+ left: 41.66666667%;
520
+ right: auto;
521
+ }
522
+ .col-md-pull-4 {
523
+ left: 33.33333333%;
524
+ right: auto;
525
+ }
526
+ .col-md-pull-3 {
527
+ left: 25%;
528
+ right: auto;
529
+ }
530
+ .col-md-pull-2 {
531
+ left: 16.66666667%;
532
+ right: auto;
533
+ }
534
+ .col-md-pull-1 {
535
+ left: 8.33333333%;
536
+ right: auto;
537
+ }
538
+ .col-md-pull-0 {
539
+ left: auto;
540
+ right: auto;
541
+ }
542
+ .col-md-push-12 {
543
+ right: 100%;
544
+ left: 0;
545
+ }
546
+ .col-md-push-11 {
547
+ right: 91.66666667%;
548
+ left: 0;
549
+ }
550
+ .col-md-push-10 {
551
+ right: 83.33333333%;
552
+ left: 0;
553
+ }
554
+ .col-md-push-9 {
555
+ right: 75%;
556
+ left: 0;
557
+ }
558
+ .col-md-push-8 {
559
+ right: 66.66666667%;
560
+ left: 0;
561
+ }
562
+ .col-md-push-7 {
563
+ right: 58.33333333%;
564
+ left: 0;
565
+ }
566
+ .col-md-push-6 {
567
+ right: 50%;
568
+ left: 0;
569
+ }
570
+ .col-md-push-5 {
571
+ right: 41.66666667%;
572
+ left: 0;
573
+ }
574
+ .col-md-push-4 {
575
+ right: 33.33333333%;
576
+ left: 0;
577
+ }
578
+ .col-md-push-3 {
579
+ right: 25%;
580
+ left: 0;
581
+ }
582
+ .col-md-push-2 {
583
+ right: 16.66666667%;
584
+ left: 0;
585
+ }
586
+ .col-md-push-1 {
587
+ right: 8.33333333%;
588
+ left: 0;
589
+ }
590
+ .col-md-push-0 {
591
+ right: auto;
592
+ left: 0;
593
+ }
594
+ .col-md-offset-12 {
595
+ margin-right: 100%;
596
+ margin-left: 0;
597
+ }
598
+ .col-md-offset-11 {
599
+ margin-right: 91.66666667%;
600
+ margin-left: 0;
601
+ }
602
+ .col-md-offset-10 {
603
+ margin-right: 83.33333333%;
604
+ margin-left: 0;
605
+ }
606
+ .col-md-offset-9 {
607
+ margin-right: 75%;
608
+ margin-left: 0;
609
+ }
610
+ .col-md-offset-8 {
611
+ margin-right: 66.66666667%;
612
+ margin-left: 0;
613
+ }
614
+ .col-md-offset-7 {
615
+ margin-right: 58.33333333%;
616
+ margin-left: 0;
617
+ }
618
+ .col-md-offset-6 {
619
+ margin-right: 50%;
620
+ margin-left: 0;
621
+ }
622
+ .col-md-offset-5 {
623
+ margin-right: 41.66666667%;
624
+ margin-left: 0;
625
+ }
626
+ .col-md-offset-4 {
627
+ margin-right: 33.33333333%;
628
+ margin-left: 0;
629
+ }
630
+ .col-md-offset-3 {
631
+ margin-right: 25%;
632
+ margin-left: 0;
633
+ }
634
+ .col-md-offset-2 {
635
+ margin-right: 16.66666667%;
636
+ margin-left: 0;
637
+ }
638
+ .col-md-offset-1 {
639
+ margin-right: 8.33333333%;
640
+ margin-left: 0;
641
+ }
642
+ .col-md-offset-0 {
643
+ margin-right: 0%;
644
+ margin-left: 0;
645
+ }
646
+ }
647
+ @media (min-width: 1200px) {
648
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
649
+ float: right;
650
+ }
651
+ .col-lg-12 {
652
+ width: 100%;
653
+ }
654
+ .col-lg-11 {
655
+ width: 91.66666667%;
656
+ }
657
+ .col-lg-10 {
658
+ width: 83.33333333%;
659
+ }
660
+ .col-lg-9 {
661
+ width: 75%;
662
+ }
663
+ .col-lg-8 {
664
+ width: 66.66666667%;
665
+ }
666
+ .col-lg-7 {
667
+ width: 58.33333333%;
668
+ }
669
+ .col-lg-6 {
670
+ width: 50%;
671
+ }
672
+ .col-lg-5 {
673
+ width: 41.66666667%;
674
+ }
675
+ .col-lg-4 {
676
+ width: 33.33333333%;
677
+ }
678
+ .col-lg-3 {
679
+ width: 25%;
680
+ }
681
+ .col-lg-2 {
682
+ width: 16.66666667%;
683
+ }
684
+ .col-lg-1 {
685
+ width: 8.33333333%;
686
+ }
687
+ .col-lg-pull-12 {
688
+ left: 100%;
689
+ right: auto;
690
+ }
691
+ .col-lg-pull-11 {
692
+ left: 91.66666667%;
693
+ right: auto;
694
+ }
695
+ .col-lg-pull-10 {
696
+ left: 83.33333333%;
697
+ right: auto;
698
+ }
699
+ .col-lg-pull-9 {
700
+ left: 75%;
701
+ right: auto;
702
+ }
703
+ .col-lg-pull-8 {
704
+ left: 66.66666667%;
705
+ right: auto;
706
+ }
707
+ .col-lg-pull-7 {
708
+ left: 58.33333333%;
709
+ right: auto;
710
+ }
711
+ .col-lg-pull-6 {
712
+ left: 50%;
713
+ right: auto;
714
+ }
715
+ .col-lg-pull-5 {
716
+ left: 41.66666667%;
717
+ right: auto;
718
+ }
719
+ .col-lg-pull-4 {
720
+ left: 33.33333333%;
721
+ right: auto;
722
+ }
723
+ .col-lg-pull-3 {
724
+ left: 25%;
725
+ right: auto;
726
+ }
727
+ .col-lg-pull-2 {
728
+ left: 16.66666667%;
729
+ right: auto;
730
+ }
731
+ .col-lg-pull-1 {
732
+ left: 8.33333333%;
733
+ right: auto;
734
+ }
735
+ .col-lg-pull-0 {
736
+ left: auto;
737
+ right: auto;
738
+ }
739
+ .col-lg-push-12 {
740
+ right: 100%;
741
+ left: 0;
742
+ }
743
+ .col-lg-push-11 {
744
+ right: 91.66666667%;
745
+ left: 0;
746
+ }
747
+ .col-lg-push-10 {
748
+ right: 83.33333333%;
749
+ left: 0;
750
+ }
751
+ .col-lg-push-9 {
752
+ right: 75%;
753
+ left: 0;
754
+ }
755
+ .col-lg-push-8 {
756
+ right: 66.66666667%;
757
+ left: 0;
758
+ }
759
+ .col-lg-push-7 {
760
+ right: 58.33333333%;
761
+ left: 0;
762
+ }
763
+ .col-lg-push-6 {
764
+ right: 50%;
765
+ left: 0;
766
+ }
767
+ .col-lg-push-5 {
768
+ right: 41.66666667%;
769
+ left: 0;
770
+ }
771
+ .col-lg-push-4 {
772
+ right: 33.33333333%;
773
+ left: 0;
774
+ }
775
+ .col-lg-push-3 {
776
+ right: 25%;
777
+ left: 0;
778
+ }
779
+ .col-lg-push-2 {
780
+ right: 16.66666667%;
781
+ left: 0;
782
+ }
783
+ .col-lg-push-1 {
784
+ right: 8.33333333%;
785
+ left: 0;
786
+ }
787
+ .col-lg-push-0 {
788
+ right: auto;
789
+ left: 0;
790
+ }
791
+ .col-lg-offset-12 {
792
+ margin-right: 100%;
793
+ margin-left: 0;
794
+ }
795
+ .col-lg-offset-11 {
796
+ margin-right: 91.66666667%;
797
+ margin-left: 0;
798
+ }
799
+ .col-lg-offset-10 {
800
+ margin-right: 83.33333333%;
801
+ margin-left: 0;
802
+ }
803
+ .col-lg-offset-9 {
804
+ margin-right: 75%;
805
+ margin-left: 0;
806
+ }
807
+ .col-lg-offset-8 {
808
+ margin-right: 66.66666667%;
809
+ margin-left: 0;
810
+ }
811
+ .col-lg-offset-7 {
812
+ margin-right: 58.33333333%;
813
+ margin-left: 0;
814
+ }
815
+ .col-lg-offset-6 {
816
+ margin-right: 50%;
817
+ margin-left: 0;
818
+ }
819
+ .col-lg-offset-5 {
820
+ margin-right: 41.66666667%;
821
+ margin-left: 0;
822
+ }
823
+ .col-lg-offset-4 {
824
+ margin-right: 33.33333333%;
825
+ margin-left: 0;
826
+ }
827
+ .col-lg-offset-3 {
828
+ margin-right: 25%;
829
+ margin-left: 0;
830
+ }
831
+ .col-lg-offset-2 {
832
+ margin-right: 16.66666667%;
833
+ margin-left: 0;
834
+ }
835
+ .col-lg-offset-1 {
836
+ margin-right: 8.33333333%;
837
+ margin-left: 0;
838
+ }
839
+ .col-lg-offset-0 {
840
+ margin-right: 0%;
841
+ margin-left: 0;
842
+ }
843
+ }
844
+ caption {
845
+ text-align: right;
846
+ }
847
+ th {
848
+ text-align: right;
849
+ }
850
+ @media screen and (max-width: 767px) {
851
+ .table-responsive > .table-bordered {
852
+ border: 0;
853
+ }
854
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
855
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
856
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
857
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
858
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
859
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
860
+ border-right: 0;
861
+ border-left: initial;
862
+ }
863
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
864
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
865
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
866
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
867
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
868
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
869
+ border-left: 0;
870
+ border-right: initial;
871
+ }
872
+ }
873
+ .radio label,
874
+ .checkbox label {
875
+ padding-right: 20px;
876
+ padding-left: initial;
877
+ }
878
+ .radio input[type="radio"],
879
+ .radio-inline input[type="radio"],
880
+ .checkbox input[type="checkbox"],
881
+ .checkbox-inline input[type="checkbox"] {
882
+ margin-right: -20px;
883
+ margin-left: auto;
884
+ }
885
+ .radio-inline,
886
+ .checkbox-inline {
887
+ padding-right: 20px;
888
+ padding-left: 0;
889
+ }
890
+ .radio-inline + .radio-inline,
891
+ .checkbox-inline + .checkbox-inline {
892
+ margin-right: 10px;
893
+ margin-left: 0;
894
+ }
895
+ .has-feedback .form-control {
896
+ padding-left: 42.5px;
897
+ padding-right: 12px;
898
+ }
899
+ .form-control-feedback {
900
+ left: 0;
901
+ right: auto;
902
+ }
903
+ @media (min-width: 768px) {
904
+ .form-inline label {
905
+ padding-right: 0;
906
+ padding-left: initial;
907
+ }
908
+ .form-inline .radio input[type="radio"],
909
+ .form-inline .checkbox input[type="checkbox"] {
910
+ margin-right: 0;
911
+ margin-left: auto;
912
+ }
913
+ }
914
+ @media (min-width: 768px) {
915
+ .form-horizontal .control-label {
916
+ text-align: left;
917
+ }
918
+ }
919
+ .form-horizontal .has-feedback .form-control-feedback {
920
+ left: 15px;
921
+ right: auto;
922
+ }
923
+ .caret {
924
+ margin-right: 2px;
925
+ margin-left: 0;
926
+ }
927
+ .dropdown-menu {
928
+ right: 0;
929
+ left: auto;
930
+ float: left;
931
+ text-align: right;
932
+ }
933
+ .dropdown-menu.pull-right {
934
+ left: 0;
935
+ right: auto;
936
+ float: right;
937
+ }
938
+ .dropdown-menu-right {
939
+ left: auto;
940
+ right: 0;
941
+ }
942
+ .dropdown-menu-left {
943
+ left: 0;
944
+ right: auto;
945
+ }
946
+ @media (min-width: 768px) {
947
+ .navbar-right .dropdown-menu {
948
+ left: auto;
949
+ right: 0;
950
+ }
951
+ .navbar-right .dropdown-menu-left {
952
+ left: 0;
953
+ right: auto;
954
+ }
955
+ }
956
+ .btn-group > .btn,
957
+ .btn-group-vertical > .btn {
958
+ float: right;
959
+ }
960
+ .btn-group .btn + .btn,
961
+ .btn-group .btn + .btn-group,
962
+ .btn-group .btn-group + .btn,
963
+ .btn-group .btn-group + .btn-group {
964
+ margin-right: -1px;
965
+ margin-left: 0px;
966
+ }
967
+ .btn-toolbar {
968
+ margin-right: -5px;
969
+ margin-left: 0px;
970
+ }
971
+ .btn-toolbar .btn-group,
972
+ .btn-toolbar .input-group {
973
+ float: right;
974
+ }
975
+ .btn-toolbar > .btn,
976
+ .btn-toolbar > .btn-group,
977
+ .btn-toolbar > .input-group {
978
+ margin-right: 5px;
979
+ margin-left: 0px;
980
+ }
981
+ .btn-group > .btn:first-child {
982
+ margin-right: 0;
983
+ }
984
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
985
+ border-top-right-radius: 4px;
986
+ border-bottom-right-radius: 4px;
987
+ border-bottom-left-radius: 0;
988
+ border-top-left-radius: 0;
989
+ }
990
+ .btn-group > .btn:last-child:not(:first-child),
991
+ .btn-group > .dropdown-toggle:not(:first-child) {
992
+ border-top-left-radius: 4px;
993
+ border-bottom-left-radius: 4px;
994
+ border-bottom-right-radius: 0;
995
+ border-top-right-radius: 0;
996
+ }
997
+ .btn-group > .btn-group {
998
+ float: right;
999
+ }
1000
+ .btn-group.btn-group-justified > .btn,
1001
+ .btn-group.btn-group-justified > .btn-group {
1002
+ float: none;
1003
+ }
1004
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1005
+ border-radius: 0;
1006
+ }
1007
+ .btn-group > .btn-group:first-child > .btn:last-child,
1008
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
1009
+ border-top-right-radius: 4px;
1010
+ border-bottom-right-radius: 4px;
1011
+ border-bottom-left-radius: 0;
1012
+ border-top-left-radius: 0;
1013
+ }
1014
+ .btn-group > .btn-group:last-child > .btn:first-child {
1015
+ border-top-left-radius: 4px;
1016
+ border-bottom-left-radius: 4px;
1017
+ border-bottom-right-radius: 0;
1018
+ border-top-right-radius: 0;
1019
+ }
1020
+ .btn .caret {
1021
+ margin-right: 0;
1022
+ }
1023
+ .btn-group-vertical > .btn + .btn,
1024
+ .btn-group-vertical > .btn + .btn-group,
1025
+ .btn-group-vertical > .btn-group + .btn,
1026
+ .btn-group-vertical > .btn-group + .btn-group {
1027
+ margin-top: -1px;
1028
+ margin-right: 0;
1029
+ }
1030
+ .input-group .form-control {
1031
+ float: right;
1032
+ }
1033
+ .input-group .form-control:first-child,
1034
+ .input-group-addon:first-child,
1035
+ .input-group-btn:first-child > .btn,
1036
+ .input-group-btn:first-child > .btn-group > .btn,
1037
+ .input-group-btn:first-child > .dropdown-toggle,
1038
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
1039
+ .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
1040
+ border-bottom-right-radius: 4px;
1041
+ border-top-right-radius: 4px;
1042
+ border-bottom-left-radius: 0;
1043
+ border-top-left-radius: 0;
1044
+ }
1045
+ .input-group-addon:first-child {
1046
+ border-right-width: 1px;
1047
+ border-right-style: solid;
1048
+ border-left: 0px;
1049
+ }
1050
+ .input-group .form-control:last-child,
1051
+ .input-group-addon:last-child,
1052
+ .input-group-btn:last-child > .btn,
1053
+ .input-group-btn:last-child > .btn-group > .btn,
1054
+ .input-group-btn:last-child > .dropdown-toggle,
1055
+ .input-group-btn:first-child > .btn:not(:first-child),
1056
+ .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
1057
+ border-bottom-left-radius: 4px;
1058
+ border-top-left-radius: 4px;
1059
+ border-bottom-right-radius: 0;
1060
+ border-top-right-radius: 0;
1061
+ }
1062
+ .input-group-addon:last-child {
1063
+ border-left-width: 1px;
1064
+ border-left-style: solid;
1065
+ border-right: 0px;
1066
+ }
1067
+ .input-group-btn > .btn + .btn {
1068
+ margin-right: -1px;
1069
+ margin-left: auto;
1070
+ }
1071
+ .input-group-btn:first-child > .btn,
1072
+ .input-group-btn:first-child > .btn-group {
1073
+ margin-left: -1px;
1074
+ margin-right: auto;
1075
+ }
1076
+ .input-group-btn:last-child > .btn,
1077
+ .input-group-btn:last-child > .btn-group {
1078
+ margin-right: -1px;
1079
+ margin-left: auto;
1080
+ }
1081
+ .nav {
1082
+ padding-right: 0;
1083
+ padding-left: initial;
1084
+ }
1085
+ .nav-tabs > li {
1086
+ float: right;
1087
+ }
1088
+ .nav-tabs > li > a {
1089
+ margin-left: auto;
1090
+ margin-right: -2px;
1091
+ border-radius: 4px 4px 0 0;
1092
+ }
1093
+ .nav-pills > li {
1094
+ float: right;
1095
+ }
1096
+ .nav-pills > li > a {
1097
+ border-radius: 4px;
1098
+ }
1099
+ .nav-pills > li + li {
1100
+ margin-right: 2px;
1101
+ margin-left: auto;
1102
+ }
1103
+ .nav-stacked > li {
1104
+ float: none;
1105
+ }
1106
+ .nav-stacked > li + li {
1107
+ margin-right: 0;
1108
+ margin-left: auto;
1109
+ }
1110
+ .nav-justified > .dropdown .dropdown-menu {
1111
+ right: auto;
1112
+ }
1113
+ .nav-tabs-justified > li > a {
1114
+ margin-left: 0;
1115
+ margin-right: auto;
1116
+ }
1117
+ @media (min-width: 768px) {
1118
+ .nav-tabs-justified > li > a {
1119
+ border-radius: 4px 4px 0 0;
1120
+ }
1121
+ }
1122
+ @media (min-width: 768px) {
1123
+ .navbar-header {
1124
+ float: right;
1125
+ }
1126
+ }
1127
+ .navbar-collapse {
1128
+ padding-right: 15px;
1129
+ padding-left: 15px;
1130
+ }
1131
+ .navbar-brand {
1132
+ float: right;
1133
+ }
1134
+ @media (min-width: 768px) {
1135
+ .navbar > .container .navbar-brand,
1136
+ .navbar > .container-fluid .navbar-brand {
1137
+ margin-right: -15px;
1138
+ margin-left: auto;
1139
+ }
1140
+ }
1141
+ .navbar-toggle {
1142
+ float: left;
1143
+ margin-left: 15px;
1144
+ margin-right: auto;
1145
+ }
1146
+ @media (max-width: 767px) {
1147
+ .navbar-nav .open .dropdown-menu > li > a,
1148
+ .navbar-nav .open .dropdown-menu .dropdown-header {
1149
+ padding: 5px 25px 5px 15px;
1150
+ }
1151
+ }
1152
+ @media (min-width: 768px) {
1153
+ .navbar-nav {
1154
+ float: right;
1155
+ }
1156
+ .navbar-nav > li {
1157
+ float: right;
1158
+ }
1159
+ }
1160
+ @media (min-width: 768px) {
1161
+ .navbar-left.flip {
1162
+ float: right !important;
1163
+ }
1164
+ .navbar-right:last-child {
1165
+ margin-left: -15px;
1166
+ margin-right: auto;
1167
+ }
1168
+ .navbar-right.flip {
1169
+ float: left !important;
1170
+ margin-left: -15px;
1171
+ margin-right: auto;
1172
+ }
1173
+ .navbar-right .dropdown-menu {
1174
+ left: 0;
1175
+ right: auto;
1176
+ }
1177
+ }
1178
+ @media (min-width: 768px) {
1179
+ .navbar-text {
1180
+ float: right;
1181
+ }
1182
+ .navbar-text.navbar-right:last-child {
1183
+ margin-left: 0;
1184
+ margin-right: auto;
1185
+ }
1186
+ }
1187
+ .pagination {
1188
+ padding-right: 0;
1189
+ }
1190
+ .pagination > li > a,
1191
+ .pagination > li > span {
1192
+ float: right;
1193
+ margin-right: -1px;
1194
+ margin-left: 0px;
1195
+ }
1196
+ .pagination > li:first-child > a,
1197
+ .pagination > li:first-child > span {
1198
+ margin-left: 0;
1199
+ border-bottom-right-radius: 4px;
1200
+ border-top-right-radius: 4px;
1201
+ border-bottom-left-radius: 0;
1202
+ border-top-left-radius: 0;
1203
+ }
1204
+ .pagination > li:last-child > a,
1205
+ .pagination > li:last-child > span {
1206
+ margin-right: -1px;
1207
+ border-bottom-left-radius: 4px;
1208
+ border-top-left-radius: 4px;
1209
+ border-bottom-right-radius: 0;
1210
+ border-top-right-radius: 0;
1211
+ }
1212
+ .pager {
1213
+ padding-right: 0;
1214
+ padding-left: initial;
1215
+ }
1216
+ .pager .next > a,
1217
+ .pager .next > span {
1218
+ float: left;
1219
+ }
1220
+ .pager .previous > a,
1221
+ .pager .previous > span {
1222
+ float: right;
1223
+ }
1224
+ .nav-pills > li > a > .badge {
1225
+ margin-left: 0px;
1226
+ margin-right: 3px;
1227
+ }
1228
+ .list-group-item > .badge {
1229
+ float: left;
1230
+ }
1231
+ .list-group-item > .badge + .badge {
1232
+ margin-left: 5px;
1233
+ margin-right: auto;
1234
+ }
1235
+ .alert-dismissable,
1236
+ .alert-dismissible {
1237
+ padding-left: 35px;
1238
+ padding-right: 15px;
1239
+ }
1240
+ .alert-dismissable .close,
1241
+ .alert-dismissible .close {
1242
+ right: auto;
1243
+ left: -21px;
1244
+ }
1245
+ .progress-bar {
1246
+ float: right;
1247
+ }
1248
+ .media > .pull-left {
1249
+ margin-right: 10px;
1250
+ }
1251
+ .media > .pull-left.flip {
1252
+ margin-right: 0;
1253
+ margin-left: 10px;
1254
+ }
1255
+ .media > .pull-right {
1256
+ margin-left: 10px;
1257
+ }
1258
+ .media > .pull-right.flip {
1259
+ margin-left: 0;
1260
+ margin-right: 10px;
1261
+ }
1262
+ .media-right,
1263
+ .media > .pull-right {
1264
+ padding-right: 10px;
1265
+ padding-left: initial;
1266
+ }
1267
+ .media-left,
1268
+ .media > .pull-left {
1269
+ padding-left: 10px;
1270
+ padding-right: initial;
1271
+ }
1272
+ .media-list {
1273
+ padding-right: 0;
1274
+ padding-left: initial;
1275
+ list-style: none;
1276
+ }
1277
+ .list-group {
1278
+ padding-right: 0;
1279
+ padding-left: initial;
1280
+ }
1281
+ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
1282
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
1283
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
1284
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
1285
+ .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
1286
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
1287
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
1288
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
1289
+ border-top-right-radius: 3px;
1290
+ border-top-left-radius: 0;
1291
+ }
1292
+ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
1293
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
1294
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
1295
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
1296
+ .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
1297
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
1298
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
1299
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
1300
+ border-top-left-radius: 3px;
1301
+ border-top-right-radius: 0;
1302
+ }
1303
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
1304
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
1305
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
1306
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
1307
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
1308
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
1309
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
1310
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
1311
+ border-bottom-left-radius: 3px;
1312
+ border-top-right-radius: 0;
1313
+ }
1314
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
1315
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
1316
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
1317
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
1318
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
1319
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
1320
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
1321
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
1322
+ border-bottom-right-radius: 3px;
1323
+ border-top-left-radius: 0;
1324
+ }
1325
+ .panel > .table-bordered > thead > tr > th:first-child,
1326
+ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
1327
+ .panel > .table-bordered > tbody > tr > th:first-child,
1328
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
1329
+ .panel > .table-bordered > tfoot > tr > th:first-child,
1330
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1331
+ .panel > .table-bordered > thead > tr > td:first-child,
1332
+ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
1333
+ .panel > .table-bordered > tbody > tr > td:first-child,
1334
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
1335
+ .panel > .table-bordered > tfoot > tr > td:first-child,
1336
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1337
+ border-right: 0;
1338
+ border-left: none;
1339
+ }
1340
+ .panel > .table-bordered > thead > tr > th:last-child,
1341
+ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
1342
+ .panel > .table-bordered > tbody > tr > th:last-child,
1343
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
1344
+ .panel > .table-bordered > tfoot > tr > th:last-child,
1345
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1346
+ .panel > .table-bordered > thead > tr > td:last-child,
1347
+ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
1348
+ .panel > .table-bordered > tbody > tr > td:last-child,
1349
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
1350
+ .panel > .table-bordered > tfoot > tr > td:last-child,
1351
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1352
+ border-right: none;
1353
+ border-left: 0;
1354
+ }
1355
+ .embed-responsive .embed-responsive-item,
1356
+ .embed-responsive iframe,
1357
+ .embed-responsive embed,
1358
+ .embed-responsive object {
1359
+ right: 0;
1360
+ left: auto;
1361
+ }
1362
+ .close {
1363
+ float: left;
1364
+ }
1365
+ .modal-footer {
1366
+ text-align: left;
1367
+ }
1368
+ .modal-footer .btn + .btn {
1369
+ margin-left: auto;
1370
+ margin-right: 5px;
1371
+ }
1372
+ .modal-footer .btn-group .btn + .btn {
1373
+ margin-right: -1px;
1374
+ margin-left: auto;
1375
+ }
1376
+ .modal-footer .btn-block + .btn-block {
1377
+ margin-right: 0;
1378
+ margin-left: auto;
1379
+ }
1380
+ .popover {
1381
+ left: auto;
1382
+ text-align: right;
1383
+ }
1384
+ .popover.top > .arrow {
1385
+ right: 50%;
1386
+ left: auto;
1387
+ margin-right: -11px;
1388
+ margin-left: auto;
1389
+ }
1390
+ .popover.top > .arrow:after {
1391
+ margin-right: -10px;
1392
+ margin-left: auto;
1393
+ }
1394
+ .popover.bottom > .arrow {
1395
+ right: 50%;
1396
+ left: auto;
1397
+ margin-right: -11px;
1398
+ margin-left: auto;
1399
+ }
1400
+ .popover.bottom > .arrow:after {
1401
+ margin-right: -10px;
1402
+ margin-left: auto;
1403
+ }
1404
+ .carousel-control {
1405
+ right: 0;
1406
+ bottom: 0;
1407
+ }
1408
+ .carousel-control.left {
1409
+ right: auto;
1410
+ left: 0;
1411
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
1412
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
1413
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
1414
+ background-repeat: repeat-x;
1415
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
1416
+ }
1417
+ .carousel-control.right {
1418
+ left: auto;
1419
+ right: 0;
1420
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
1421
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
1422
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
1423
+ background-repeat: repeat-x;
1424
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
1425
+ }
1426
+ .carousel-control .icon-prev,
1427
+ .carousel-control .glyphicon-chevron-left {
1428
+ left: 50%;
1429
+ right: auto;
1430
+ margin-right: -10px;
1431
+ }
1432
+ .carousel-control .icon-next,
1433
+ .carousel-control .glyphicon-chevron-right {
1434
+ right: 50%;
1435
+ left: auto;
1436
+ margin-left: -10px;
1437
+ }
1438
+ .carousel-indicators {
1439
+ right: 50%;
1440
+ left: 0;
1441
+ margin-right: -30%;
1442
+ margin-left: 0;
1443
+ padding-left: 0;
1444
+ }
1445
+ @media screen and (min-width: 768px) {
1446
+ .carousel-control .glyphicon-chevron-left,
1447
+ .carousel-control .icon-prev {
1448
+ margin-left: 0;
1449
+ margin-right: -15px;
1450
+ }
1451
+ .carousel-control .glyphicon-chevron-right,
1452
+ .carousel-control .icon-next {
1453
+ margin-left: 0;
1454
+ margin-right: -15px;
1455
+ }
1456
+ .carousel-caption {
1457
+ left: 20%;
1458
+ right: 20%;
1459
+ padding-bottom: 30px;
1460
+ }
1461
+ }
1462
+ .pull-right.flip {
1463
+ float: left !important;
1464
+ }
1465
+ .pull-left.flip {
1466
+ float: right !important;
1467
+ }
1468
+ /*# sourceMappingURL=bootstrap-rtl.css.map */