analysis.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. /*
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. */
  15. #content #analysis-holder
  16. {
  17. background-image: url( ../../img/div.gif );
  18. background-position: 50% 0;
  19. background-repeat: repeat-y;
  20. }
  21. #content #analysis #field-analysis
  22. {
  23. margin-bottom: 0;
  24. }
  25. #content #analysis #field-analysis .content
  26. {
  27. padding-bottom: 0;
  28. }
  29. #content #analysis .settings-holder
  30. {
  31. clear: both;
  32. padding-top: 15px;
  33. }
  34. #content #analysis .settings
  35. {
  36. background-color: #fff;
  37. border-top: 1px solid #fafafa;
  38. border-bottom: 1px solid #fafafa;
  39. padding-top: 10px;
  40. padding-bottom: 10px;
  41. }
  42. #content #analysis .settings select.loader
  43. {
  44. background-position: 3px 50%;
  45. padding-left: 21px;
  46. }
  47. #content #analysis .settings select optgroup
  48. {
  49. font-style: normal;
  50. padding: 5px;
  51. }
  52. #content #analysis .settings select option
  53. {
  54. padding-left: 10px;
  55. }
  56. #content #analysis .settings #tor_schema
  57. {
  58. background-image: url( ../../img/ico/question-white.png );
  59. background-position: 0 50%;
  60. color: #4D4D4D;
  61. margin-left: 5px;
  62. padding-left: 21px;
  63. }
  64. #content #analysis .settings #tor_schema:hover
  65. {
  66. background-image: url( ../../img/ico/question.png );
  67. }
  68. #content #analysis .settings #tor_schema span
  69. {
  70. /* display: none; */
  71. }
  72. #content #analysis .settings #tor_schema:hover span
  73. {
  74. display: inline;
  75. }
  76. #content #analysis .settings .buttons
  77. {
  78. float: right;
  79. width: 47%;
  80. }
  81. #content #analysis .settings button
  82. {
  83. float: right;
  84. }
  85. #content #analysis .settings button span
  86. {
  87. background-image: url( ../../img/ico/funnel.png );
  88. }
  89. #content #analysis .settings .verbose_output
  90. {
  91. float: left;
  92. width: auto;
  93. }
  94. #content #analysis .settings .verbose_output a
  95. {
  96. background-image: url( ../../img/ico/ui-check-box-uncheck.png );
  97. background-position: 0 50%;
  98. color: #4D4D4D;
  99. display: block;
  100. padding-left: 21px;
  101. }
  102. #content #analysis .settings .verbose_output.active a
  103. {
  104. background-image: url( ../../img/ico/ui-check-box.png );
  105. }
  106. #content #analysis .index label,
  107. #content #analysis .query label
  108. {
  109. display: block;
  110. }
  111. #content #analysis .index textarea,
  112. #content #analysis .query textarea
  113. {
  114. display: block;
  115. width: 100%;
  116. }
  117. #content #analysis .index
  118. {
  119. float: left;
  120. margin-right: 0.5%;
  121. min-width: 47%;
  122. max-width: 99%;
  123. }
  124. #content #analysis .query
  125. {
  126. float: right;
  127. margin-left: 0.5%;
  128. min-width: 47%;
  129. max-width: 99%;
  130. }
  131. #content #analysis .analysis-error
  132. {
  133. background-color: #f00;
  134. background-image: url( ../../img/ico/construction.png );
  135. background-position: 10px 50%;
  136. color: #fff;
  137. font-weight: bold;
  138. margin-bottom: 20px;
  139. padding: 10px;
  140. padding-left: 35px;
  141. }
  142. #content #analysis .analysis-error .head a
  143. {
  144. color: #fff;
  145. cursor: auto;
  146. }
  147. #content #analysis #analysis-result
  148. {
  149. overflow: auto;
  150. }
  151. #content #analysis #analysis-result .index,
  152. #content #analysis #analysis-result .query
  153. {
  154. background-color: #fff;
  155. padding-top: 20px;
  156. }
  157. #content #analysis #analysis-result table
  158. {
  159. border-collapse: collapse;
  160. }
  161. #content #analysis #analysis-result td
  162. {
  163. vertical-align: top;
  164. white-space: nowrap;
  165. }
  166. #content #analysis #analysis-result td.part.analyzer div,
  167. #content #analysis #analysis-result td.part.spacer .holder,
  168. #content #analysis #analysis-result td td td
  169. {
  170. padding-top: 1px;
  171. padding-bottom: 1px;
  172. }
  173. #content #analysis #analysis-result.verbose_output td.legend
  174. {
  175. display: table-cell;
  176. }
  177. #content #analysis #analysis-result.verbose_output td.data tr.verbose_output
  178. {
  179. display: table-row;
  180. }
  181. #content #analysis #analysis-result .match
  182. {
  183. background-color: #F0D9C3;
  184. }
  185. #content #analysis #analysis-result td.part
  186. {
  187. padding-bottom: 10px;
  188. }
  189. #content #analysis #analysis-result td.part.analyzer div
  190. {
  191. border-right: 1px solid #f0f0f0;
  192. padding-right: 10px;
  193. }
  194. #content #analysis #analysis-result td.part.analyzer abbr
  195. {
  196. color: #4D4D4D;
  197. }
  198. #content #analysis #analysis-result td.part.legend .holder,
  199. #content #analysis #analysis-result td.part.data .holder
  200. {
  201. padding-left: 10px;
  202. padding-right: 10px;
  203. border-right: 1px solid #c0c0c0;
  204. }
  205. #content #analysis #analysis-result td.part.legend td
  206. {
  207. color: #4D4D4D;
  208. }
  209. #content #analysis #analysis-result td.part.legend .holder
  210. {
  211. border-right-color: #f0f0f0;
  212. }
  213. #content #analysis #analysis-result td.part.data:last-child .holder
  214. {
  215. padding-right: 0;
  216. border-right: 0;
  217. }
  218. #content #analysis #analysis-result td.details
  219. {
  220. padding-left: 10px;
  221. padding-right: 10px;
  222. border-left: 1px solid #f0f0f0;
  223. border-right: 1px solid #f0f0f0;
  224. }
  225. #content #analysis #analysis-result td.details:first-child
  226. {
  227. padding-left: 0;
  228. border-left: 0;
  229. }
  230. #content #analysis #analysis-result td.details:last-child
  231. {
  232. padding-right: 0;
  233. border-right: 0;
  234. }
  235. #content #analysis #analysis-result td.details tr.empty td
  236. {
  237. color: #f0f0f0;
  238. }
  239. #content #analysis #analysis-result td.details tr.raw_bytes td
  240. {
  241. letter-spacing: -1px;
  242. }
  243. #content #analysis #analysis-result .part table table td
  244. {
  245. border-top: 1px solid #f0f0f0;
  246. }
  247. #content #analysis #analysis-result .part table table tr:first-child td
  248. {
  249. border-top: 0;
  250. }
  251. #content #analysis #field-analysis h2 { background-image: url( ../../img/ico/receipt.png ); }
  252. #content #analysis .analysis-result h2 { background-image: url( ../../img/ico/receipt-invoice.png ); }