| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- /*
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
- #content #analysis-holder
- {
- background-image: url( ../../img/div.gif );
- background-position: 50% 0;
- background-repeat: repeat-y;
- }
- #content #analysis #field-analysis
- {
- margin-bottom: 0;
- }
- #content #analysis #field-analysis .content
- {
- padding-bottom: 0;
- }
- #content #analysis .settings-holder
- {
- clear: both;
- padding-top: 15px;
- }
- #content #analysis .settings
- {
- background-color: #fff;
- border-top: 1px solid #fafafa;
- border-bottom: 1px solid #fafafa;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- #content #analysis .settings select.loader
- {
- background-position: 3px 50%;
- padding-left: 21px;
- }
- #content #analysis .settings select optgroup
- {
- font-style: normal;
- padding: 5px;
- }
- #content #analysis .settings select option
- {
- padding-left: 10px;
- }
- #content #analysis .settings #tor_schema
- {
- background-image: url( ../../img/ico/question-white.png );
- background-position: 0 50%;
- color: #4D4D4D;
- margin-left: 5px;
- padding-left: 21px;
- }
- #content #analysis .settings #tor_schema:hover
- {
- background-image: url( ../../img/ico/question.png );
- }
- #content #analysis .settings #tor_schema span
- {
- /* display: none; */
- }
- #content #analysis .settings #tor_schema:hover span
- {
- display: inline;
- }
- #content #analysis .settings .buttons
- {
- float: right;
- width: 47%;
- }
- #content #analysis .settings button
- {
- float: right;
- }
- #content #analysis .settings button span
- {
- background-image: url( ../../img/ico/funnel.png );
- }
- #content #analysis .settings .verbose_output
- {
- float: left;
- width: auto;
- }
- #content #analysis .settings .verbose_output a
- {
- background-image: url( ../../img/ico/ui-check-box-uncheck.png );
- background-position: 0 50%;
- color: #4D4D4D;
- display: block;
- padding-left: 21px;
- }
- #content #analysis .settings .verbose_output.active a
- {
- background-image: url( ../../img/ico/ui-check-box.png );
- }
- #content #analysis .index label,
- #content #analysis .query label
- {
- display: block;
- }
- #content #analysis .index textarea,
- #content #analysis .query textarea
- {
- display: block;
- width: 100%;
- }
- #content #analysis .index
- {
- float: left;
- margin-right: 0.5%;
- min-width: 47%;
- max-width: 99%;
- }
- #content #analysis .query
- {
- float: right;
- margin-left: 0.5%;
- min-width: 47%;
- max-width: 99%;
- }
- #content #analysis .analysis-error
- {
- background-color: #f00;
- background-image: url( ../../img/ico/construction.png );
- background-position: 10px 50%;
- color: #fff;
- font-weight: bold;
- margin-bottom: 20px;
- padding: 10px;
- padding-left: 35px;
- }
- #content #analysis .analysis-error .head a
- {
- color: #fff;
- cursor: auto;
- }
- #content #analysis #analysis-result
- {
- overflow: auto;
- }
- #content #analysis #analysis-result .index,
- #content #analysis #analysis-result .query
- {
- background-color: #fff;
- padding-top: 20px;
- }
- #content #analysis #analysis-result table
- {
- border-collapse: collapse;
- }
- #content #analysis #analysis-result td
- {
- vertical-align: top;
- white-space: nowrap;
- }
- #content #analysis #analysis-result td.part.analyzer div,
- #content #analysis #analysis-result td.part.spacer .holder,
- #content #analysis #analysis-result td td td
- {
- padding-top: 1px;
- padding-bottom: 1px;
- }
- #content #analysis #analysis-result.verbose_output td.legend
- {
- display: table-cell;
- }
- #content #analysis #analysis-result.verbose_output td.data tr.verbose_output
- {
- display: table-row;
- }
- #content #analysis #analysis-result .match
- {
- background-color: #F0D9C3;
- }
- #content #analysis #analysis-result td.part
- {
- padding-bottom: 10px;
- }
- #content #analysis #analysis-result td.part.analyzer div
- {
- border-right: 1px solid #f0f0f0;
- padding-right: 10px;
- }
- #content #analysis #analysis-result td.part.analyzer abbr
- {
- color: #4D4D4D;
- }
- #content #analysis #analysis-result td.part.legend .holder,
- #content #analysis #analysis-result td.part.data .holder
- {
- padding-left: 10px;
- padding-right: 10px;
- border-right: 1px solid #c0c0c0;
- }
- #content #analysis #analysis-result td.part.legend td
- {
- color: #4D4D4D;
- }
- #content #analysis #analysis-result td.part.legend .holder
- {
- border-right-color: #f0f0f0;
- }
- #content #analysis #analysis-result td.part.data:last-child .holder
- {
- padding-right: 0;
- border-right: 0;
- }
- #content #analysis #analysis-result td.details
- {
- padding-left: 10px;
- padding-right: 10px;
- border-left: 1px solid #f0f0f0;
- border-right: 1px solid #f0f0f0;
- }
- #content #analysis #analysis-result td.details:first-child
- {
- padding-left: 0;
- border-left: 0;
- }
- #content #analysis #analysis-result td.details:last-child
- {
- padding-right: 0;
- border-right: 0;
- }
- #content #analysis #analysis-result td.details tr.empty td
- {
- color: #f0f0f0;
- }
- #content #analysis #analysis-result td.details tr.raw_bytes td
- {
- letter-spacing: -1px;
- }
- #content #analysis #analysis-result .part table table td
- {
- border-top: 1px solid #f0f0f0;
- }
- #content #analysis #analysis-result .part table table tr:first-child td
- {
- border-top: 0;
- }
- #content #analysis #field-analysis h2 { background-image: url( ../../img/ico/receipt.png ); }
- #content #analysis .analysis-result h2 { background-image: url( ../../img/ico/receipt-invoice.png ); }
|