sunspot_solr 2.2.2 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (256) hide show
  1. checksums.yaml +4 -4
  2. data/bin/sunspot-solr +2 -6
  3. data/lib/sunspot/solr/server.rb +2 -3
  4. data/solr/README.txt +181 -181
  5. data/solr/bin/post +29 -19
  6. data/solr/bin/solr +247 -428
  7. data/solr/bin/solr.cmd +102 -256
  8. data/solr/bin/solr.in.cmd +15 -7
  9. data/solr/bin/solr.in.sh +26 -12
  10. data/solr/server/README.txt +110 -113
  11. data/solr/server/contexts/solr-jetty-context.xml +8 -8
  12. data/solr/server/etc/jetty-http.xml +47 -0
  13. data/solr/server/etc/jetty-https-ssl.xml +175 -159
  14. data/solr/server/etc/jetty-https.xml +53 -0
  15. data/solr/server/etc/jetty-ssl.xml +46 -0
  16. data/solr/server/etc/jetty.xml +189 -167
  17. data/solr/server/etc/webdefault.xml +527 -527
  18. data/solr/server/lib/javax.servlet-api-3.1.0.jar +0 -0
  19. data/solr/server/lib/jetty-continuation-9.2.11.v20150529.jar +0 -0
  20. data/solr/server/lib/jetty-deploy-9.2.11.v20150529.jar +0 -0
  21. data/solr/server/lib/jetty-http-9.2.11.v20150529.jar +0 -0
  22. data/solr/server/lib/jetty-io-9.2.11.v20150529.jar +0 -0
  23. data/solr/server/lib/jetty-jmx-9.2.11.v20150529.jar +0 -0
  24. data/solr/server/lib/jetty-rewrite-9.2.11.v20150529.jar +0 -0
  25. data/solr/server/lib/jetty-security-9.2.11.v20150529.jar +0 -0
  26. data/solr/server/lib/jetty-server-9.2.11.v20150529.jar +0 -0
  27. data/solr/server/lib/jetty-servlet-9.2.11.v20150529.jar +0 -0
  28. data/solr/server/lib/jetty-servlets-9.2.11.v20150529.jar +0 -0
  29. data/solr/server/lib/jetty-util-9.2.11.v20150529.jar +0 -0
  30. data/solr/server/lib/jetty-webapp-9.2.11.v20150529.jar +0 -0
  31. data/solr/server/lib/jetty-xml-9.2.11.v20150529.jar +0 -0
  32. data/solr/server/modules/http.mod +9 -0
  33. data/solr/server/modules/https.mod +9 -0
  34. data/solr/server/modules/server.mod +11 -0
  35. data/solr/server/modules/ssl.mod +9 -0
  36. data/solr/server/resources/jetty-logging.properties +1 -0
  37. data/solr/server/resources/log4j.properties +24 -24
  38. data/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar +0 -0
  39. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{hadoop-annotations-2.3.0.jar → hadoop-annotations-2.6.0.jar} +0 -0
  40. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.6.0.jar +0 -0
  41. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.6.0.jar +0 -0
  42. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.6.0.jar +0 -0
  43. data/solr/server/solr-webapp/webapp/WEB-INF/lib/htrace-core-3.0.4.jar +0 -0
  44. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.4.1.jar +0 -0
  45. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.1.jar +0 -0
  46. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.4.1.jar +0 -0
  47. data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.5.4.jar +0 -0
  48. data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.5.4.jar +0 -0
  49. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-common-5.0.0.jar → lucene-analyzers-common-5.3.1.jar} +0 -0
  50. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-kuromoji-5.0.0.jar → lucene-analyzers-kuromoji-5.3.1.jar} +0 -0
  51. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-phonetic-5.0.0.jar → lucene-analyzers-phonetic-5.3.1.jar} +0 -0
  52. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar +0 -0
  53. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.3.1.jar +0 -0
  54. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.3.1.jar +0 -0
  55. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-expressions-5.0.0.jar → lucene-expressions-5.3.1.jar} +0 -0
  56. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-grouping-5.0.0.jar → lucene-grouping-5.3.1.jar} +0 -0
  57. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.3.1.jar +0 -0
  58. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.3.1.jar +0 -0
  59. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.3.1.jar +0 -0
  60. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.3.1.jar +0 -0
  61. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.3.1.jar +0 -0
  62. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-queryparser-5.0.0.jar → lucene-queryparser-5.3.1.jar} +0 -0
  63. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-5.3.1.jar +0 -0
  64. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.3.1.jar +0 -0
  65. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.3.1.jar +0 -0
  66. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.3.0.jar +0 -0
  67. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.3.0.jar +0 -0
  68. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.3.1.jar +0 -0
  69. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.3.1.jar +0 -0
  70. data/solr/server/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar +0 -0
  71. data/solr/server/solr-webapp/webapp/WEB-INF/web.xml +169 -181
  72. data/solr/server/solr-webapp/webapp/WEB-INF/weblogic.xml +28 -28
  73. data/solr/server/solr-webapp/webapp/admin.html +164 -163
  74. data/solr/server/solr-webapp/webapp/css/angular/analysis.css +304 -0
  75. data/solr/server/solr-webapp/webapp/css/angular/chosen.css +465 -0
  76. data/solr/server/solr-webapp/webapp/css/angular/cloud.css +398 -0
  77. data/solr/server/solr-webapp/webapp/css/angular/common.css +724 -0
  78. data/solr/server/solr-webapp/webapp/css/angular/cores.css +233 -0
  79. data/solr/server/solr-webapp/webapp/css/angular/dataimport.css +370 -0
  80. data/solr/server/solr-webapp/webapp/css/angular/documents.css +179 -0
  81. data/solr/server/solr-webapp/webapp/css/angular/files.css +53 -0
  82. data/solr/server/solr-webapp/webapp/css/angular/index.css +206 -0
  83. data/solr/server/solr-webapp/webapp/css/angular/logging.css +376 -0
  84. data/solr/server/solr-webapp/webapp/css/angular/menu.css +321 -0
  85. data/solr/server/solr-webapp/webapp/css/angular/plugins.css +212 -0
  86. data/solr/server/solr-webapp/webapp/css/angular/query.css +162 -0
  87. data/solr/server/solr-webapp/webapp/css/angular/replication.css +500 -0
  88. data/solr/server/solr-webapp/webapp/css/angular/schema-browser.css +567 -0
  89. data/solr/server/solr-webapp/webapp/css/angular/segments.css +173 -0
  90. data/solr/server/solr-webapp/webapp/css/angular/threads.css +161 -0
  91. data/solr/server/solr-webapp/webapp/css/chosen.css +421 -421
  92. data/solr/server/solr-webapp/webapp/css/styles/analysis.css +311 -311
  93. data/solr/server/solr-webapp/webapp/css/styles/cloud.css +410 -410
  94. data/solr/server/solr-webapp/webapp/css/styles/common.css +701 -701
  95. data/solr/server/solr-webapp/webapp/css/styles/cores.css +244 -244
  96. data/solr/server/solr-webapp/webapp/css/styles/dashboard.css +155 -155
  97. data/solr/server/solr-webapp/webapp/css/styles/dataimport.css +403 -403
  98. data/solr/server/solr-webapp/webapp/css/styles/documents.css +197 -197
  99. data/solr/server/solr-webapp/webapp/css/styles/files.css +54 -54
  100. data/solr/server/solr-webapp/webapp/css/styles/index.css +207 -207
  101. data/solr/server/solr-webapp/webapp/css/styles/java-properties.css +52 -52
  102. data/solr/server/solr-webapp/webapp/css/styles/logging.css +391 -391
  103. data/solr/server/solr-webapp/webapp/css/styles/menu.css +329 -328
  104. data/solr/server/solr-webapp/webapp/css/styles/plugins.css +195 -195
  105. data/solr/server/solr-webapp/webapp/css/styles/query.css +173 -173
  106. data/solr/server/solr-webapp/webapp/css/styles/replication.css +515 -515
  107. data/solr/server/solr-webapp/webapp/css/styles/schema-browser.css +578 -578
  108. data/solr/server/solr-webapp/webapp/css/styles/segments.css +145 -0
  109. data/solr/server/solr-webapp/webapp/css/styles/threads.css +172 -172
  110. data/solr/server/solr-webapp/webapp/img/chosen-sprite-2x.png +0 -0
  111. data/solr/server/solr-webapp/webapp/img/filetypes/README +27 -27
  112. data/solr/server/solr-webapp/webapp/img/solr.svg +39 -39
  113. data/solr/server/solr-webapp/webapp/index.html +208 -0
  114. data/solr/server/solr-webapp/webapp/js/angular/app.js +713 -0
  115. data/solr/server/solr-webapp/webapp/js/angular/controllers/analysis.js +199 -0
  116. data/solr/server/solr-webapp/webapp/js/angular/controllers/cloud.js +528 -0
  117. data/solr/server/solr-webapp/webapp/js/angular/controllers/core-overview.js +225 -0
  118. data/solr/server/solr-webapp/webapp/js/angular/controllers/cores.js +465 -0
  119. data/solr/server/solr-webapp/webapp/js/angular/controllers/dataimport.js +284 -0
  120. data/solr/server/solr-webapp/webapp/js/angular/controllers/documents.js +139 -0
  121. data/solr/server/solr-webapp/webapp/js/angular/controllers/files.js +92 -0
  122. data/solr/server/solr-webapp/webapp/js/angular/controllers/index.js +95 -0
  123. data/solr/server/solr-webapp/webapp/js/angular/controllers/java-properties.js +45 -0
  124. data/solr/server/solr-webapp/webapp/js/angular/controllers/logging.js +146 -0
  125. data/solr/server/solr-webapp/webapp/js/angular/controllers/plugins.js +166 -0
  126. data/solr/server/solr-webapp/webapp/js/angular/controllers/query.js +99 -0
  127. data/solr/server/solr-webapp/webapp/js/angular/controllers/replication.js +227 -0
  128. data/solr/server/solr-webapp/webapp/js/angular/controllers/schema-browser.js +432 -0
  129. data/solr/server/solr-webapp/webapp/js/angular/controllers/segments.js +94 -0
  130. data/solr/server/solr-webapp/webapp/js/angular/controllers/threads.js +51 -0
  131. data/solr/server/solr-webapp/webapp/js/angular/services.js +214 -0
  132. data/solr/server/solr-webapp/webapp/js/lib/ZeroClipboard.js +342 -342
  133. data/solr/server/solr-webapp/webapp/js/lib/chosen.js +982 -982
  134. data/solr/server/solr-webapp/webapp/js/lib/console.js +29 -29
  135. data/solr/server/solr-webapp/webapp/js/lib/d3.js +9373 -9373
  136. data/solr/server/solr-webapp/webapp/js/lib/highlight.js +31 -31
  137. data/solr/server/solr-webapp/webapp/js/lib/jquery-1.7.2.min.js +30 -30
  138. data/solr/server/solr-webapp/webapp/js/lib/jquery.ajaxfileupload.js +184 -184
  139. data/solr/server/solr-webapp/webapp/js/lib/jquery.blockUI.js +523 -523
  140. data/solr/server/solr-webapp/webapp/js/lib/jquery.cookie.js +71 -71
  141. data/solr/server/solr-webapp/webapp/js/lib/jquery.form.js +806 -806
  142. data/solr/server/solr-webapp/webapp/js/lib/jquery.jstree.js +3534 -3534
  143. data/solr/server/solr-webapp/webapp/js/lib/jquery.sammy.js +1863 -1863
  144. data/solr/server/solr-webapp/webapp/js/lib/jquery.timeago.js +189 -189
  145. data/solr/server/solr-webapp/webapp/js/lib/linker.js +48 -48
  146. data/solr/server/solr-webapp/webapp/js/lib/naturalSort.js +82 -0
  147. data/solr/server/solr-webapp/webapp/js/lib/order.js +216 -216
  148. data/solr/server/solr-webapp/webapp/js/main.js +60 -58
  149. data/solr/server/solr-webapp/webapp/js/require.js +11349 -11349
  150. data/solr/server/solr-webapp/webapp/js/scripts/analysis.js +545 -545
  151. data/solr/server/solr-webapp/webapp/js/scripts/app.js +680 -679
  152. data/solr/server/solr-webapp/webapp/js/scripts/cloud.js +877 -877
  153. data/solr/server/solr-webapp/webapp/js/scripts/cores.js +719 -719
  154. data/solr/server/solr-webapp/webapp/js/scripts/dashboard.js +562 -562
  155. data/solr/server/solr-webapp/webapp/js/scripts/dataimport.js +812 -812
  156. data/solr/server/solr-webapp/webapp/js/scripts/documents.js +370 -370
  157. data/solr/server/solr-webapp/webapp/js/scripts/files.js +265 -265
  158. data/solr/server/solr-webapp/webapp/js/scripts/index.js +340 -340
  159. data/solr/server/solr-webapp/webapp/js/scripts/java-properties.js +106 -106
  160. data/solr/server/solr-webapp/webapp/js/scripts/logging.js +578 -576
  161. data/solr/server/solr-webapp/webapp/js/scripts/ping.js +72 -72
  162. data/solr/server/solr-webapp/webapp/js/scripts/plugins.js +462 -462
  163. data/solr/server/solr-webapp/webapp/js/scripts/query.js +229 -229
  164. data/solr/server/solr-webapp/webapp/js/scripts/replication.js +527 -527
  165. data/solr/server/solr-webapp/webapp/js/scripts/schema-browser.js +1229 -1229
  166. data/solr/server/solr-webapp/webapp/js/scripts/segments.js +206 -0
  167. data/solr/server/solr-webapp/webapp/js/scripts/threads.js +158 -158
  168. data/solr/server/solr-webapp/webapp/libs/angular-chosen.js +139 -0
  169. data/solr/server/solr-webapp/webapp/libs/angular-cookies.js +229 -0
  170. data/solr/server/solr-webapp/webapp/libs/angular-cookies.min.js +31 -0
  171. data/solr/server/solr-webapp/webapp/libs/angular-resource.min.js +36 -0
  172. data/solr/server/solr-webapp/webapp/libs/angular-route.js +1018 -0
  173. data/solr/server/solr-webapp/webapp/libs/angular-route.min.js +38 -0
  174. data/solr/server/solr-webapp/webapp/libs/angular-sanitize.js +703 -0
  175. data/solr/server/solr-webapp/webapp/libs/angular-sanitize.min.js +39 -0
  176. data/solr/server/solr-webapp/webapp/libs/angular.js +26093 -0
  177. data/solr/server/solr-webapp/webapp/libs/angular.min.js +273 -0
  178. data/solr/server/solr-webapp/webapp/libs/chosen.jquery.js +1194 -0
  179. data/solr/server/solr-webapp/webapp/libs/chosen.jquery.min.js +30 -0
  180. data/solr/server/solr-webapp/webapp/libs/d3.js +9373 -0
  181. data/solr/server/solr-webapp/webapp/libs/highlight.js +31 -0
  182. data/solr/server/solr-webapp/webapp/libs/jquery-2.1.3.min.js +29 -0
  183. data/solr/server/solr-webapp/webapp/libs/jquery.jstree.js +3534 -0
  184. data/solr/server/solr-webapp/webapp/libs/ngtimeago.js +102 -0
  185. data/solr/server/solr-webapp/webapp/partials/analysis.html +128 -0
  186. data/solr/server/solr-webapp/webapp/partials/cloud.html +104 -0
  187. data/solr/server/solr-webapp/webapp/partials/core_overview.html +227 -0
  188. data/solr/server/solr-webapp/webapp/partials/cores.html +231 -0
  189. data/solr/server/solr-webapp/webapp/partials/dataimport.html +209 -0
  190. data/solr/server/solr-webapp/webapp/partials/documents.html +118 -0
  191. data/solr/server/solr-webapp/webapp/partials/files.html +47 -0
  192. data/solr/server/solr-webapp/webapp/partials/index.html +261 -0
  193. data/solr/server/solr-webapp/webapp/partials/java-properties.html +27 -0
  194. data/solr/server/solr-webapp/webapp/partials/logging-levels.html +56 -0
  195. data/solr/server/solr-webapp/webapp/partials/logging.html +56 -0
  196. data/solr/server/solr-webapp/webapp/partials/plugins.html +72 -0
  197. data/solr/server/solr-webapp/webapp/partials/query.html +356 -0
  198. data/solr/server/solr-webapp/webapp/partials/replication.html +239 -0
  199. data/solr/server/solr-webapp/webapp/partials/schema-browser.html +206 -0
  200. data/solr/server/solr-webapp/webapp/partials/segments.html +99 -0
  201. data/solr/server/solr-webapp/webapp/partials/threads.html +65 -0
  202. data/solr/server/solr-webapp/webapp/tpl/analysis.html +83 -83
  203. data/solr/server/solr-webapp/webapp/tpl/cloud.html +87 -87
  204. data/solr/server/solr-webapp/webapp/tpl/cores.html +226 -226
  205. data/solr/server/solr-webapp/webapp/tpl/dashboard.html +201 -201
  206. data/solr/server/solr-webapp/webapp/tpl/dataimport.html +183 -183
  207. data/solr/server/solr-webapp/webapp/tpl/documents.html +107 -107
  208. data/solr/server/solr-webapp/webapp/tpl/files.html +44 -44
  209. data/solr/server/solr-webapp/webapp/tpl/index.html +250 -250
  210. data/solr/server/solr-webapp/webapp/tpl/logging.html +23 -23
  211. data/solr/server/solr-webapp/webapp/tpl/plugins.html +39 -39
  212. data/solr/server/solr-webapp/webapp/tpl/query.html +361 -361
  213. data/solr/server/solr-webapp/webapp/tpl/replication.html +216 -216
  214. data/solr/server/solr-webapp/webapp/tpl/schema-browser.html +192 -192
  215. data/solr/server/solr-webapp/webapp/tpl/segments.html +49 -0
  216. data/solr/server/solr-webapp/webapp/tpl/threads.html +56 -56
  217. data/solr/server/solr/README.txt +77 -77
  218. data/solr/server/solr/solr.xml +51 -51
  219. data/solr/server/solr/zoo.cfg +17 -17
  220. data/solr/server/start.jar +0 -0
  221. data/spec/server_spec.rb +3 -8
  222. metadata +132 -43
  223. data/solr/server/lib/jetty-continuation-8.1.10.v20130312.jar +0 -0
  224. data/solr/server/lib/jetty-deploy-8.1.10.v20130312.jar +0 -0
  225. data/solr/server/lib/jetty-http-8.1.10.v20130312.jar +0 -0
  226. data/solr/server/lib/jetty-io-8.1.10.v20130312.jar +0 -0
  227. data/solr/server/lib/jetty-jmx-8.1.10.v20130312.jar +0 -0
  228. data/solr/server/lib/jetty-security-8.1.10.v20130312.jar +0 -0
  229. data/solr/server/lib/jetty-server-8.1.10.v20130312.jar +0 -0
  230. data/solr/server/lib/jetty-servlet-8.1.10.v20130312.jar +0 -0
  231. data/solr/server/lib/jetty-util-8.1.10.v20130312.jar +0 -0
  232. data/solr/server/lib/jetty-webapp-8.1.10.v20130312.jar +0 -0
  233. data/solr/server/lib/jetty-xml-8.1.10.v20130312.jar +0 -0
  234. data/solr/server/lib/servlet-api-3.0.jar +0 -0
  235. data/solr/server/solr-webapp/webapp/.gitignore +0 -1
  236. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.3.0.jar +0 -0
  237. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.3.0.jar +0 -0
  238. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.3.0.jar +0 -0
  239. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.3.1.jar +0 -0
  240. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.3.jar +0 -0
  241. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.3.1.jar +0 -0
  242. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.0.0.jar +0 -0
  243. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.0.0.jar +0 -0
  244. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.0.0.jar +0 -0
  245. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.0.0.jar +0 -0
  246. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.0.0.jar +0 -0
  247. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.0.0.jar +0 -0
  248. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.0.0.jar +0 -0
  249. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.0.0.jar +0 -0
  250. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.0.0.jar +0 -0
  251. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.0.0.jar +0 -0
  252. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.1.1.jar +0 -0
  253. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.1.1.jar +0 -0
  254. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.0.0.jar +0 -0
  255. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.0.0.jar +0 -0
  256. data/solr/server/webapps/solr.war +0 -0
@@ -1,701 +1,701 @@
1
- /*
2
-
3
- Licensed to the Apache Software Foundation (ASF) under one or more
4
- contributor license agreements. See the NOTICE file distributed with
5
- this work for additional information regarding copyright ownership.
6
- The ASF licenses this file to You under the Apache License, Version 2.0
7
- (the "License"); you may not use this file except in compliance with
8
- the License. You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
-
18
- */
19
-
20
- *
21
- {
22
- background-repeat: no-repeat;
23
- margin: 0;
24
- padding: 0;
25
- }
26
-
27
- body, h1, h2, h3, h4, h5, h6, a, button, input, select, option, textarea, th, td
28
- {
29
- color: #333;
30
- font: 12px/1.6em "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
31
- }
32
-
33
- body
34
- {
35
- padding: 30px;
36
- text-align: center;
37
- }
38
-
39
- a, button
40
- {
41
- cursor: pointer;
42
- }
43
-
44
- input, select, textarea
45
- {
46
- border: 1px solid #c0c0c0;
47
- padding: 2px;
48
- }
49
-
50
- input[readonly=readonly]
51
- {
52
- border-color: #f0f0f0;
53
- }
54
-
55
- button
56
- {
57
- background-color: #e6e6e6;
58
- background-repeat: no-repeat;
59
- background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #ffffff ), color-stop( 25%, #ffffff ), to( #e6e6e6 ) );
60
- background-image: -webkit-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
61
- background-image: -moz-linear-gradient( top, #ffffff, #ffffff 25%, #e6e6e6 );
62
- background-image: -ms-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
63
- background-image: -o-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
64
- background-image: linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
65
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
66
- border: 1px solid #ccc;
67
- border-bottom-color: #bbb;
68
- -moz-border-radius: 4px;
69
- -webkit-border-radius: 4px;
70
- -khtml-border-radius: 4px;
71
- border-radius: 4px;
72
- -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
73
- -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
74
- box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
75
- color: #333;
76
- cursor: pointer;
77
- display: inline-block;
78
- padding: 4px 7px 5px;
79
- overflow: visible;
80
- text-shadow: 0 1px 1px rgba( 255, 255, 255, 0.75 );
81
- -webkit-transition: 0.1s linear background-image;
82
- -moz-transition: 0.1s linear background-image;
83
- -ms-transition: 0.1s linear background-image;
84
- -o-transition: 0.1s linear background-image;
85
- transition: 0.1s linear background-image;
86
- }
87
-
88
- button span
89
- {
90
- background-position: 0 50%;
91
- display: block;
92
- padding-left: 21px;
93
- }
94
-
95
- button[type=submit], button.primary
96
- {
97
- background-color: #0064cd;
98
- background-repeat: repeat-x;
99
- background-image: -khtml-gradient( linear, left top, left bottom, from( #049cdb ), to( #0064cd ) );
100
- background-image: -moz-linear-gradient( top, #049cdb, #0064cd );
101
- background-image: -ms-linear-gradient( top, #049cdb, #0064cd );
102
- background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #049cdb ), color-stop( 100%, #0064cd ) );
103
- background-image: -webkit-linear-gradient( top, #049cdb, #0064cd );
104
- background-image: -o-linear-gradient( top, #049cdb, #0064cd );
105
- background-image: linear-gradient( top, #049cdb, #0064cd );
106
- border-color: #0064cd #0064cd #003f81;
107
- border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
108
- color: #ffffff;
109
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0 );
110
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
111
- }
112
-
113
- button.success
114
- {
115
- background-color: #57a957;
116
- background-repeat: repeat-x;
117
- background-image: -khtml-gradient( linear, left top, left bottom, from( #62c462 ), to( #57a957 ) );
118
- background-image: -moz-linear-gradient( top, #62c462, #57a957 );
119
- background-image: -ms-linear-gradient( top, #62c462, #57a957 );
120
- background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #62c462 ), color-stop( 100%, #57a957 ) );
121
- background-image: -webkit-linear-gradient( top, #62c462, #57a957 );
122
- background-image: -o-linear-gradient( top, #62c462, #57a957 );
123
- background-image: linear-gradient( top, #62c462, #57a957 );
124
- border-color: #57a957 #57a957 #3d773d;
125
- border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
126
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
127
- color: #ffffff;
128
- text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
129
- }
130
-
131
- button.warn
132
- {
133
- background-color: #c43c35;
134
- background-repeat: repeat-x;
135
- background-image: -khtml-gradient( linear, left top, left bottom, from( #ee5f5b ), to( #c43c35 ) );
136
- background-image: -moz-linear-gradient( top, #ee5f5b, #c43c35 );
137
- background-image: -ms-linear-gradient( top, #ee5f5b, #c43c35 );
138
- background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #ee5f5b ), color-stop( 100%, #c43c35 ) );
139
- background-image: -webkit-linear-gradient( top, #ee5f5b, #c43c35 );
140
- background-image: -o-linear-gradient( top, #ee5f5b, #c43c35 );
141
- background-image: linear-gradient( top, #ee5f5b, #c43c35 );
142
- border-color: #c43c35 #c43c35 #882a25;
143
- border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
144
- color: #ffffff;
145
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0 );
146
- text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
147
- }
148
-
149
- a
150
- {
151
- text-decoration: none;
152
- }
153
-
154
- pre
155
- {
156
- color: #333;
157
- text-align: left;
158
- }
159
-
160
- abbr
161
- {
162
- cursor: help;
163
- }
164
-
165
- ul
166
- {
167
- list-style: none;
168
- }
169
-
170
- .clearfix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }
171
- .clearfix { display: block; }
172
-
173
- .loader
174
- {
175
- background-image: url( ../../img/loader.gif ) !important;
176
- }
177
-
178
- .loader-light
179
- {
180
- background-image: url( ../../img/loader-light.gif ) !important;
181
- }
182
-
183
- #wrapper
184
- {
185
- position: relative;
186
- margin: 0 auto;
187
- margin-bottom: 30px;
188
- text-align: left;
189
- }
190
-
191
- #header
192
- {
193
- padding-bottom: 10px;
194
- position: fixed;
195
- z-index: 42;
196
- }
197
-
198
- .scroll #header
199
- {
200
- position: absolute;
201
- }
202
-
203
- #header #solr
204
- {
205
- background-image: url( ../../img/solr.svg );
206
- background-size: 128px;
207
- display: block;
208
- height: 78px;
209
- width: 150px;
210
- }
211
-
212
- #header #solr span
213
- {
214
- display: none;
215
- }
216
-
217
- #main
218
- {
219
- min-width: 750px;
220
- position: relative;
221
- }
222
-
223
- #main.error
224
- {
225
- border: 0;
226
- min-height: 0;
227
- padding-top: 20px;
228
- }
229
-
230
- #main.error .message
231
- {
232
- background-color: #f00;
233
- background-image: url( ../../img/ico/construction.png );
234
- background-position: 10px 50%;
235
- color: #fff;
236
- font-weight: bold;
237
- margin-left: 150px;
238
- margin-bottom: 20px;
239
- padding: 10px;
240
- padding-left: 35px;
241
- }
242
-
243
- #main.error .code
244
- {
245
- border: 1px solid #c0c0c0;
246
- padding: 5px;
247
- }
248
-
249
- #meta
250
- {
251
- position: absolute;
252
- bottom: -26px;
253
- right: 0;
254
- }
255
-
256
- #meta li
257
- {
258
- float: left;
259
- }
260
-
261
- #meta li a
262
- {
263
- background-position: 10px 50%;
264
- display: block;
265
- height: 25px;
266
- line-height: 25px;
267
- padding-left: 31px;
268
- padding-right: 10px;
269
- }
270
-
271
- #meta li a:hover
272
- {
273
- background-color: #f0f0f0;
274
- }
275
-
276
- #meta .documentation a { background-image: url( ../../img/ico/document-text.png ); }
277
- #meta .issues a { background-image: url( ../../img/ico/bug.png ); }
278
- #meta .irc a { background-image: url( ../../img/ico/users.png ); }
279
- #meta .mailinglist a { background-image: url( ../../img/ico/mail.png ); }
280
- #meta .wiki-query-syntax a { background-image: url( ../../img/ico/script-code.png ); }
281
-
282
- #environment
283
- {
284
- background-image: url( ../../img/ico/box.png );
285
- background-position: 5px 50%;
286
- display: none;
287
- font-weight: bold;
288
- margin-top: 10px;
289
- padding: 5px 10px;
290
- padding-left: 26px;
291
- }
292
-
293
- .has-environment #environment
294
- {
295
- display: block;
296
- }
297
-
298
- #environment.prod
299
- {
300
- background-color: #c37f7f;
301
- color: #fff;
302
- }
303
-
304
- #environment.test
305
- {
306
- background-color: #f5f5b2;
307
- }
308
-
309
- #environment.dev
310
- {
311
- background-color: #cce7cc;
312
- }
313
-
314
- #init-failures
315
- {
316
- border: 1px solid #f00;
317
- display: none;
318
- margin-left: 150px;
319
- margin-bottom: 20px;
320
- }
321
-
322
- #init-failures h2,
323
- #init-failures ul,
324
- #init-failures p
325
- {
326
- padding: 10px;
327
- }
328
-
329
- #init-failures h2
330
- {
331
- background-color: #f00;
332
- color: #fff;
333
- font-weight: bold;
334
- }
335
-
336
- #init-failures p
337
- {
338
- color: #c0c0c0;
339
- padding-top: 0;
340
- }
341
-
342
- #content-wrapper
343
- {
344
- margin-left: 150px;
345
- border: 1px solid #c0c0c0;
346
- min-height: 500px;
347
- }
348
-
349
- #content
350
- {
351
- padding: 10px;
352
- }
353
-
354
- #content > .loader
355
- {
356
- background-position: 0 50%;
357
- padding-left: 21px;
358
- }
359
-
360
- #content iframe
361
- {
362
- border: 0;
363
- display: block;
364
- min-height: 400px;
365
- width: 100%;
366
- }
367
-
368
- #content .block
369
- {
370
- margin-bottom: 10px;
371
- }
372
-
373
- #content .block h2
374
- {
375
- background-color: #fafafa;
376
- background-position: 5px 50%;
377
- border-bottom: 1px solid #f0f0f0;
378
- font-weight: bold;
379
- padding: 5px;
380
- padding-left: 26px;
381
- }
382
-
383
- #content .block.disabled,
384
- #content .block.disabled h2
385
- {
386
- color: #c0c0c0;
387
- }
388
-
389
- #content .block .message,
390
- #content .block .content
391
- {
392
- padding: 5px;
393
- }
394
-
395
- #content .block .message
396
- {
397
- display: none;
398
- }
399
-
400
- /* syntax */
401
-
402
- pre.syntax
403
- {
404
- overflow: auto;
405
- }
406
-
407
- pre.syntax code
408
- {
409
- display: block;
410
- color: #000;
411
- }
412
-
413
- pre.syntax .comment,
414
- pre.syntax .template_comment,
415
- pre.syntax .diff .header,
416
- pre.syntax .javadoc
417
- {
418
- color: #998;
419
- font-style: italic;
420
- }
421
-
422
- pre.syntax .keyword,
423
- pre.syntax .css .rule .keyword,
424
- pre.syntax .winutils,
425
- pre.syntax .javascript .title,
426
- pre.syntax .lisp .title,
427
- pre.syntax .subst
428
- {
429
- color: #000;
430
- font-weight: bold;
431
- }
432
-
433
- pre.syntax .number,
434
- pre.syntax .hexcolor
435
- {
436
- color: #40a070;
437
- }
438
-
439
- pre.syntax.language-json .number
440
- {
441
- color: blue;
442
- }
443
-
444
- pre.syntax.language-json .literal
445
- {
446
- color: firebrick;
447
- }
448
-
449
- pre.syntax .string,
450
- pre.syntax .tag .value,
451
- pre.syntax .phpdoc,
452
- pre.syntax .tex .formula
453
- {
454
- color: #d14;
455
- }
456
-
457
- pre.syntax.language-json .string
458
- {
459
- color: green;
460
- }
461
-
462
- pre.syntax .title,
463
- pre.syntax .id
464
- {
465
- color: #900;
466
- font-weight: bold;
467
- }
468
-
469
- pre.syntax .javascript .title,
470
- pre.syntax .lisp .title,
471
- pre.syntax .subst
472
- {
473
- font-weight: normal;
474
- }
475
-
476
- pre.syntax .class .title,
477
- pre.syntax .tex .command
478
- {
479
- color: #458;
480
- font-weight: bold;
481
- }
482
-
483
- pre.syntax .tag,
484
- pre.syntax .css .keyword,
485
- pre.syntax .html .keyword,
486
- pre.syntax .tag .title,
487
- pre.syntax .django .tag .keyword
488
- {
489
- color: #000080;
490
- font-weight: normal;
491
- }
492
-
493
- pre.syntax .attribute,
494
- pre.syntax .variable,
495
- pre.syntax .instancevar,
496
- pre.syntax .lisp .body
497
- {
498
- color: #008080;
499
- }
500
-
501
- pre.syntax.language-json .attribute
502
- {
503
- color: black;
504
- font-weight: bold;
505
- }
506
-
507
- pre.syntax .regexp
508
- {
509
- color: #009926;
510
- }
511
-
512
- pre.syntax .class
513
- {
514
- color: #458;
515
- font-weight: bold;
516
- }
517
-
518
- pre.syntax .symbol,
519
- pre.syntax .ruby .symbol .string,
520
- pre.syntax .ruby .symbol .keyword,
521
- pre.syntax .ruby .symbol .keymethods,
522
- pre.syntax .lisp .keyword,
523
- pre.syntax .tex .special
524
- {
525
- color: #990073;
526
- }
527
-
528
- pre.syntax .builtin,
529
- pre.syntax .built_in,
530
- pre.syntax .lisp .title
531
- {
532
- color: #0086b3;
533
- }
534
-
535
- pre.syntax .preprocessor,
536
- pre.syntax .pi,
537
- pre.syntax .doctype,
538
- pre.syntax .shebang,
539
- pre.syntax .cdata
540
- {
541
- color: #999;
542
- font-weight: bold;
543
- }
544
-
545
- pre.syntax .deletion
546
- {
547
- background: #fdd;
548
- }
549
-
550
- pre.syntax .addition
551
- {
552
- background: #dfd;
553
- }
554
-
555
- pre.syntax .diff .change
556
- {
557
- background: #0086b3;
558
- }
559
-
560
- pre.syntax .chunk
561
- {
562
- color: #aaa;
563
- }
564
-
565
- pre.syntax .tex .formula
566
- {
567
- opacity: 0.5;
568
- }
569
-
570
- #content .tree li,
571
- #content .tree ins
572
- {
573
- background-color: transparent;
574
- background-image: url( ../../img/tree.png );
575
- background-repeat: no-repeat;
576
- }
577
-
578
- #content .tree li
579
- {
580
- background-position: -54px 0;
581
- background-repeat: repeat-y;
582
- line-height: 22px;
583
- }
584
-
585
- #content .tree li.jstree-last
586
- {
587
- background:transparent;
588
- }
589
-
590
- #content .tree .jstree-open > ins
591
- {
592
- background-position: -36px 0;
593
- }
594
-
595
- #content .tree .jstree-closed > ins
596
- {
597
- background-position: -18px 0;
598
- }
599
-
600
- #content .tree .jstree-leaf > ins
601
- {
602
- background-position: 0 0;
603
- }
604
-
605
- #content .tree .jstree-hovered
606
- {
607
- background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px;
608
- }
609
-
610
- #content .tree .jstree-clicked
611
- {
612
- background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px;
613
- }
614
-
615
- #content .tree a.active
616
- {
617
- background-color: #f0f0f0;
618
- color: #00f;
619
- }
620
-
621
- #content .tree a .jstree-icon
622
- {
623
- background-image: url( ../../img/ico/folder.png );
624
- }
625
-
626
- #content .tree .jstree-leaf a .jstree-icon
627
- {
628
- background-image: url( ../../img/ico/document-text.png );
629
- }
630
-
631
- #content .tree .jstree-search
632
- {
633
- font-style:italic;
634
- }
635
-
636
- #content .tree a.jstree-search
637
- {
638
- color:aqua;
639
- }
640
-
641
- #connection_status
642
- {
643
- display: none;
644
- padding: 30px;
645
- }
646
-
647
- #connection_status span
648
- {
649
- background-image: url( ../../img/ico/network-status-busy.png );
650
- background-position: 0 50%;
651
- color: #800;
652
- padding-left: 26px;
653
- }
654
-
655
- #connection_status.online span,
656
- #connection_status.online span a
657
- {
658
- color: #080;
659
- }
660
-
661
- #connection_status.online span
662
- {
663
- background-image: url( ../../img/ico/network-status.png );
664
- }
665
-
666
- #connection_status.online span a
667
- {
668
- text-decoration: underline;
669
- }
670
-
671
- #connection_status.online span a:hover
672
- {
673
- text-decoration: none;
674
- }
675
-
676
- #content .address-bar
677
- {
678
- margin-bottom: 10px;
679
- background-image: url( ../../img/ico/ui-address-bar.png );
680
- background-position: 5px 50%;
681
- border: 1px solid #f0f0f0;
682
- box-shadow: 1px 1px 0 #f0f0f0;
683
- -moz-box-shadow: 1px 1px 0 #f0f0f0;
684
- -webkit-box-shadow: 1px 1px 0 #f0f0f0;
685
- color: #c0c0c0;
686
- display: block;
687
- overflow: hidden;
688
- padding: 5px;
689
- padding-left: 26px;
690
- white-space: nowrap;
691
- }
692
-
693
- #content .address-bar:focus,
694
- #content .address-bar:hover
695
- {
696
- border-color: #c0c0c0;
697
- box-shadow: 1px 1px 0 #d8d8d8;
698
- -moz-box-shadow: 1px 1px 0 #d8d8d8;
699
- -webkit-box-shadow: 1px 1px 0 #d8d8d8;
700
- color: #333;
701
- }
1
+ /*
2
+
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+
18
+ */
19
+
20
+ *
21
+ {
22
+ background-repeat: no-repeat;
23
+ margin: 0;
24
+ padding: 0;
25
+ }
26
+
27
+ body, h1, h2, h3, h4, h5, h6, a, button, input, select, option, textarea, th, td
28
+ {
29
+ color: #333;
30
+ font: 12px/1.6em "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
31
+ }
32
+
33
+ body
34
+ {
35
+ padding: 30px;
36
+ text-align: center;
37
+ }
38
+
39
+ a, button
40
+ {
41
+ cursor: pointer;
42
+ }
43
+
44
+ input, select, textarea
45
+ {
46
+ border: 1px solid #c0c0c0;
47
+ padding: 2px;
48
+ }
49
+
50
+ input[readonly=readonly]
51
+ {
52
+ border-color: #f0f0f0;
53
+ }
54
+
55
+ button
56
+ {
57
+ background-color: #e6e6e6;
58
+ background-repeat: no-repeat;
59
+ background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #ffffff ), color-stop( 25%, #ffffff ), to( #e6e6e6 ) );
60
+ background-image: -webkit-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
61
+ background-image: -moz-linear-gradient( top, #ffffff, #ffffff 25%, #e6e6e6 );
62
+ background-image: -ms-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
63
+ background-image: -o-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
64
+ background-image: linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
65
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
66
+ border: 1px solid #ccc;
67
+ border-bottom-color: #bbb;
68
+ -moz-border-radius: 4px;
69
+ -webkit-border-radius: 4px;
70
+ -khtml-border-radius: 4px;
71
+ border-radius: 4px;
72
+ -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
73
+ -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
74
+ box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
75
+ color: #333;
76
+ cursor: pointer;
77
+ display: inline-block;
78
+ padding: 4px 7px 5px;
79
+ overflow: visible;
80
+ text-shadow: 0 1px 1px rgba( 255, 255, 255, 0.75 );
81
+ -webkit-transition: 0.1s linear background-image;
82
+ -moz-transition: 0.1s linear background-image;
83
+ -ms-transition: 0.1s linear background-image;
84
+ -o-transition: 0.1s linear background-image;
85
+ transition: 0.1s linear background-image;
86
+ }
87
+
88
+ button span
89
+ {
90
+ background-position: 0 50%;
91
+ display: block;
92
+ padding-left: 21px;
93
+ }
94
+
95
+ button[type=submit], button.primary
96
+ {
97
+ background-color: #0064cd;
98
+ background-repeat: repeat-x;
99
+ background-image: -khtml-gradient( linear, left top, left bottom, from( #049cdb ), to( #0064cd ) );
100
+ background-image: -moz-linear-gradient( top, #049cdb, #0064cd );
101
+ background-image: -ms-linear-gradient( top, #049cdb, #0064cd );
102
+ background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #049cdb ), color-stop( 100%, #0064cd ) );
103
+ background-image: -webkit-linear-gradient( top, #049cdb, #0064cd );
104
+ background-image: -o-linear-gradient( top, #049cdb, #0064cd );
105
+ background-image: linear-gradient( top, #049cdb, #0064cd );
106
+ border-color: #0064cd #0064cd #003f81;
107
+ border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
108
+ color: #ffffff;
109
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0 );
110
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
111
+ }
112
+
113
+ button.success
114
+ {
115
+ background-color: #57a957;
116
+ background-repeat: repeat-x;
117
+ background-image: -khtml-gradient( linear, left top, left bottom, from( #62c462 ), to( #57a957 ) );
118
+ background-image: -moz-linear-gradient( top, #62c462, #57a957 );
119
+ background-image: -ms-linear-gradient( top, #62c462, #57a957 );
120
+ background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #62c462 ), color-stop( 100%, #57a957 ) );
121
+ background-image: -webkit-linear-gradient( top, #62c462, #57a957 );
122
+ background-image: -o-linear-gradient( top, #62c462, #57a957 );
123
+ background-image: linear-gradient( top, #62c462, #57a957 );
124
+ border-color: #57a957 #57a957 #3d773d;
125
+ border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
126
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
127
+ color: #ffffff;
128
+ text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
129
+ }
130
+
131
+ button.warn
132
+ {
133
+ background-color: #c43c35;
134
+ background-repeat: repeat-x;
135
+ background-image: -khtml-gradient( linear, left top, left bottom, from( #ee5f5b ), to( #c43c35 ) );
136
+ background-image: -moz-linear-gradient( top, #ee5f5b, #c43c35 );
137
+ background-image: -ms-linear-gradient( top, #ee5f5b, #c43c35 );
138
+ background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #ee5f5b ), color-stop( 100%, #c43c35 ) );
139
+ background-image: -webkit-linear-gradient( top, #ee5f5b, #c43c35 );
140
+ background-image: -o-linear-gradient( top, #ee5f5b, #c43c35 );
141
+ background-image: linear-gradient( top, #ee5f5b, #c43c35 );
142
+ border-color: #c43c35 #c43c35 #882a25;
143
+ border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
144
+ color: #ffffff;
145
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0 );
146
+ text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
147
+ }
148
+
149
+ a
150
+ {
151
+ text-decoration: none;
152
+ }
153
+
154
+ pre
155
+ {
156
+ color: #333;
157
+ text-align: left;
158
+ }
159
+
160
+ abbr
161
+ {
162
+ cursor: help;
163
+ }
164
+
165
+ ul
166
+ {
167
+ list-style: none;
168
+ }
169
+
170
+ .clearfix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }
171
+ .clearfix { display: block; }
172
+
173
+ .loader
174
+ {
175
+ background-image: url( ../../img/loader.gif ) !important;
176
+ }
177
+
178
+ .loader-light
179
+ {
180
+ background-image: url( ../../img/loader-light.gif ) !important;
181
+ }
182
+
183
+ #wrapper
184
+ {
185
+ position: relative;
186
+ margin: 0 auto;
187
+ margin-bottom: 30px;
188
+ text-align: left;
189
+ }
190
+
191
+ #header
192
+ {
193
+ padding-bottom: 10px;
194
+ position: fixed;
195
+ z-index: 42;
196
+ }
197
+
198
+ .scroll #header
199
+ {
200
+ position: absolute;
201
+ }
202
+
203
+ #header #solr
204
+ {
205
+ background-image: url( ../../img/solr.svg );
206
+ background-size: 128px;
207
+ display: block;
208
+ height: 78px;
209
+ width: 150px;
210
+ }
211
+
212
+ #header #solr span
213
+ {
214
+ display: none;
215
+ }
216
+
217
+ #main
218
+ {
219
+ min-width: 750px;
220
+ position: relative;
221
+ }
222
+
223
+ #main.error
224
+ {
225
+ border: 0;
226
+ min-height: 0;
227
+ padding-top: 20px;
228
+ }
229
+
230
+ #main.error .message
231
+ {
232
+ background-color: #f00;
233
+ background-image: url( ../../img/ico/construction.png );
234
+ background-position: 10px 50%;
235
+ color: #fff;
236
+ font-weight: bold;
237
+ margin-left: 150px;
238
+ margin-bottom: 20px;
239
+ padding: 10px;
240
+ padding-left: 35px;
241
+ }
242
+
243
+ #main.error .code
244
+ {
245
+ border: 1px solid #c0c0c0;
246
+ padding: 5px;
247
+ }
248
+
249
+ #meta
250
+ {
251
+ position: absolute;
252
+ bottom: -26px;
253
+ right: 0;
254
+ }
255
+
256
+ #meta li
257
+ {
258
+ float: left;
259
+ }
260
+
261
+ #meta li a
262
+ {
263
+ background-position: 10px 50%;
264
+ display: block;
265
+ height: 25px;
266
+ line-height: 25px;
267
+ padding-left: 31px;
268
+ padding-right: 10px;
269
+ }
270
+
271
+ #meta li a:hover
272
+ {
273
+ background-color: #f0f0f0;
274
+ }
275
+
276
+ #meta .documentation a { background-image: url( ../../img/ico/document-text.png ); }
277
+ #meta .issues a { background-image: url( ../../img/ico/bug.png ); }
278
+ #meta .irc a { background-image: url( ../../img/ico/users.png ); }
279
+ #meta .mailinglist a { background-image: url( ../../img/ico/mail.png ); }
280
+ #meta .wiki-query-syntax a { background-image: url( ../../img/ico/script-code.png ); }
281
+
282
+ #environment
283
+ {
284
+ background-image: url( ../../img/ico/box.png );
285
+ background-position: 5px 50%;
286
+ display: none;
287
+ font-weight: bold;
288
+ margin-top: 10px;
289
+ padding: 5px 10px;
290
+ padding-left: 26px;
291
+ }
292
+
293
+ .has-environment #environment
294
+ {
295
+ display: block;
296
+ }
297
+
298
+ #environment.prod
299
+ {
300
+ background-color: #c37f7f;
301
+ color: #fff;
302
+ }
303
+
304
+ #environment.test
305
+ {
306
+ background-color: #f5f5b2;
307
+ }
308
+
309
+ #environment.dev
310
+ {
311
+ background-color: #cce7cc;
312
+ }
313
+
314
+ #init-failures
315
+ {
316
+ border: 1px solid #f00;
317
+ display: none;
318
+ margin-left: 150px;
319
+ margin-bottom: 20px;
320
+ }
321
+
322
+ #init-failures h2,
323
+ #init-failures ul,
324
+ #init-failures p
325
+ {
326
+ padding: 10px;
327
+ }
328
+
329
+ #init-failures h2
330
+ {
331
+ background-color: #f00;
332
+ color: #fff;
333
+ font-weight: bold;
334
+ }
335
+
336
+ #init-failures p
337
+ {
338
+ color: #c0c0c0;
339
+ padding-top: 0;
340
+ }
341
+
342
+ #content-wrapper
343
+ {
344
+ margin-left: 150px;
345
+ border: 1px solid #c0c0c0;
346
+ min-height: 500px;
347
+ }
348
+
349
+ #content
350
+ {
351
+ padding: 10px;
352
+ }
353
+
354
+ #content > .loader
355
+ {
356
+ background-position: 0 50%;
357
+ padding-left: 21px;
358
+ }
359
+
360
+ #content iframe
361
+ {
362
+ border: 0;
363
+ display: block;
364
+ min-height: 400px;
365
+ width: 100%;
366
+ }
367
+
368
+ #content .block
369
+ {
370
+ margin-bottom: 10px;
371
+ }
372
+
373
+ #content .block h2
374
+ {
375
+ background-color: #fafafa;
376
+ background-position: 5px 50%;
377
+ border-bottom: 1px solid #f0f0f0;
378
+ font-weight: bold;
379
+ padding: 5px;
380
+ padding-left: 26px;
381
+ }
382
+
383
+ #content .block.disabled,
384
+ #content .block.disabled h2
385
+ {
386
+ color: #c0c0c0;
387
+ }
388
+
389
+ #content .block .message,
390
+ #content .block .content
391
+ {
392
+ padding: 5px;
393
+ }
394
+
395
+ #content .block .message
396
+ {
397
+ display: none;
398
+ }
399
+
400
+ /* syntax */
401
+
402
+ pre.syntax
403
+ {
404
+ overflow: auto;
405
+ }
406
+
407
+ pre.syntax code
408
+ {
409
+ display: block;
410
+ color: #000;
411
+ }
412
+
413
+ pre.syntax .comment,
414
+ pre.syntax .template_comment,
415
+ pre.syntax .diff .header,
416
+ pre.syntax .javadoc
417
+ {
418
+ color: #998;
419
+ font-style: italic;
420
+ }
421
+
422
+ pre.syntax .keyword,
423
+ pre.syntax .css .rule .keyword,
424
+ pre.syntax .winutils,
425
+ pre.syntax .javascript .title,
426
+ pre.syntax .lisp .title,
427
+ pre.syntax .subst
428
+ {
429
+ color: #000;
430
+ font-weight: bold;
431
+ }
432
+
433
+ pre.syntax .number,
434
+ pre.syntax .hexcolor
435
+ {
436
+ color: #40a070;
437
+ }
438
+
439
+ pre.syntax.language-json .number
440
+ {
441
+ color: blue;
442
+ }
443
+
444
+ pre.syntax.language-json .literal
445
+ {
446
+ color: firebrick;
447
+ }
448
+
449
+ pre.syntax .string,
450
+ pre.syntax .tag .value,
451
+ pre.syntax .phpdoc,
452
+ pre.syntax .tex .formula
453
+ {
454
+ color: #d14;
455
+ }
456
+
457
+ pre.syntax.language-json .string
458
+ {
459
+ color: green;
460
+ }
461
+
462
+ pre.syntax .title,
463
+ pre.syntax .id
464
+ {
465
+ color: #900;
466
+ font-weight: bold;
467
+ }
468
+
469
+ pre.syntax .javascript .title,
470
+ pre.syntax .lisp .title,
471
+ pre.syntax .subst
472
+ {
473
+ font-weight: normal;
474
+ }
475
+
476
+ pre.syntax .class .title,
477
+ pre.syntax .tex .command
478
+ {
479
+ color: #458;
480
+ font-weight: bold;
481
+ }
482
+
483
+ pre.syntax .tag,
484
+ pre.syntax .css .keyword,
485
+ pre.syntax .html .keyword,
486
+ pre.syntax .tag .title,
487
+ pre.syntax .django .tag .keyword
488
+ {
489
+ color: #000080;
490
+ font-weight: normal;
491
+ }
492
+
493
+ pre.syntax .attribute,
494
+ pre.syntax .variable,
495
+ pre.syntax .instancevar,
496
+ pre.syntax .lisp .body
497
+ {
498
+ color: #008080;
499
+ }
500
+
501
+ pre.syntax.language-json .attribute
502
+ {
503
+ color: black;
504
+ font-weight: bold;
505
+ }
506
+
507
+ pre.syntax .regexp
508
+ {
509
+ color: #009926;
510
+ }
511
+
512
+ pre.syntax .class
513
+ {
514
+ color: #458;
515
+ font-weight: bold;
516
+ }
517
+
518
+ pre.syntax .symbol,
519
+ pre.syntax .ruby .symbol .string,
520
+ pre.syntax .ruby .symbol .keyword,
521
+ pre.syntax .ruby .symbol .keymethods,
522
+ pre.syntax .lisp .keyword,
523
+ pre.syntax .tex .special
524
+ {
525
+ color: #990073;
526
+ }
527
+
528
+ pre.syntax .builtin,
529
+ pre.syntax .built_in,
530
+ pre.syntax .lisp .title
531
+ {
532
+ color: #0086b3;
533
+ }
534
+
535
+ pre.syntax .preprocessor,
536
+ pre.syntax .pi,
537
+ pre.syntax .doctype,
538
+ pre.syntax .shebang,
539
+ pre.syntax .cdata
540
+ {
541
+ color: #999;
542
+ font-weight: bold;
543
+ }
544
+
545
+ pre.syntax .deletion
546
+ {
547
+ background: #fdd;
548
+ }
549
+
550
+ pre.syntax .addition
551
+ {
552
+ background: #dfd;
553
+ }
554
+
555
+ pre.syntax .diff .change
556
+ {
557
+ background: #0086b3;
558
+ }
559
+
560
+ pre.syntax .chunk
561
+ {
562
+ color: #aaa;
563
+ }
564
+
565
+ pre.syntax .tex .formula
566
+ {
567
+ opacity: 0.5;
568
+ }
569
+
570
+ #content .tree li,
571
+ #content .tree ins
572
+ {
573
+ background-color: transparent;
574
+ background-image: url( ../../img/tree.png );
575
+ background-repeat: no-repeat;
576
+ }
577
+
578
+ #content .tree li
579
+ {
580
+ background-position: -54px 0;
581
+ background-repeat: repeat-y;
582
+ line-height: 22px;
583
+ }
584
+
585
+ #content .tree li.jstree-last
586
+ {
587
+ background:transparent;
588
+ }
589
+
590
+ #content .tree .jstree-open > ins
591
+ {
592
+ background-position: -36px 0;
593
+ }
594
+
595
+ #content .tree .jstree-closed > ins
596
+ {
597
+ background-position: -18px 0;
598
+ }
599
+
600
+ #content .tree .jstree-leaf > ins
601
+ {
602
+ background-position: 0 0;
603
+ }
604
+
605
+ #content .tree .jstree-hovered
606
+ {
607
+ background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px;
608
+ }
609
+
610
+ #content .tree .jstree-clicked
611
+ {
612
+ background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px;
613
+ }
614
+
615
+ #content .tree a.active
616
+ {
617
+ background-color: #f0f0f0;
618
+ color: #00f;
619
+ }
620
+
621
+ #content .tree a .jstree-icon
622
+ {
623
+ background-image: url( ../../img/ico/folder.png );
624
+ }
625
+
626
+ #content .tree .jstree-leaf a .jstree-icon
627
+ {
628
+ background-image: url( ../../img/ico/document-text.png );
629
+ }
630
+
631
+ #content .tree .jstree-search
632
+ {
633
+ font-style:italic;
634
+ }
635
+
636
+ #content .tree a.jstree-search
637
+ {
638
+ color:aqua;
639
+ }
640
+
641
+ #connection_status
642
+ {
643
+ display: none;
644
+ padding: 30px;
645
+ }
646
+
647
+ #connection_status span
648
+ {
649
+ background-image: url( ../../img/ico/network-status-busy.png );
650
+ background-position: 0 50%;
651
+ color: #800;
652
+ padding-left: 26px;
653
+ }
654
+
655
+ #connection_status.online span,
656
+ #connection_status.online span a
657
+ {
658
+ color: #080;
659
+ }
660
+
661
+ #connection_status.online span
662
+ {
663
+ background-image: url( ../../img/ico/network-status.png );
664
+ }
665
+
666
+ #connection_status.online span a
667
+ {
668
+ text-decoration: underline;
669
+ }
670
+
671
+ #connection_status.online span a:hover
672
+ {
673
+ text-decoration: none;
674
+ }
675
+
676
+ #content .address-bar
677
+ {
678
+ margin-bottom: 10px;
679
+ background-image: url( ../../img/ico/ui-address-bar.png );
680
+ background-position: 5px 50%;
681
+ border: 1px solid #f0f0f0;
682
+ box-shadow: 1px 1px 0 #f0f0f0;
683
+ -moz-box-shadow: 1px 1px 0 #f0f0f0;
684
+ -webkit-box-shadow: 1px 1px 0 #f0f0f0;
685
+ color: #c0c0c0;
686
+ display: block;
687
+ overflow: hidden;
688
+ padding: 5px;
689
+ padding-left: 26px;
690
+ white-space: nowrap;
691
+ }
692
+
693
+ #content .address-bar:focus,
694
+ #content .address-bar:hover
695
+ {
696
+ border-color: #c0c0c0;
697
+ box-shadow: 1px 1px 0 #d8d8d8;
698
+ -moz-box-shadow: 1px 1px 0 #d8d8d8;
699
+ -webkit-box-shadow: 1px 1px 0 #d8d8d8;
700
+ color: #333;
701
+ }